![]() |
2010-09-29
, 05:52
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2010
|
#62
|
![]() |
2010-10-18
, 10:23
|
Posts: 1 |
Thanked: 0 times |
Joined on Oct 2010
@ Germany
|
#63
|
Nokia-N900-51-1:/etc/ppp# pppd call gvpn logfd 2 nodetach debug dump pppd options in effect: debug # (from command line) nodetach # (from command line) logfd 2 # (from command line) dump # (from command line) noauth # (from /etc/ppp/options.pptp) refuse-pap # (from /etc/ppp/options.pptp) refuse-chap # (from /etc/ppp/options.pptp) refuse-mschap # (from /etc/ppp/options.pptp) Segmentation fault
![]() |
2010-11-04
, 18:10
|
Posts: 50 |
Thanked: 6 times |
Joined on Oct 2010
|
#64
|
Hi,
I am trying to setup my PPTP tunnel based on the step-by-step instructions, but I stucked at the beginning with the dpkg commands. I cannot install the pptp and ppp packages to my N900 downloaded from fanoush home page.
Does anyone have an idea, what can be missing? Seems only I have this problem.
Here is the error message I get:
usr/sbin # dpkg -i /home/user/MyDocs/pptp-linux_1.7.2-1_armel.deb
(Reading database ... 27799 files and directories currently installed.)
Preparing to replace pptp-linux 1.7.2-1 (using .../pptp-linux_1.7.2-1_armel.deb) ...
Unpacking replacement pptp-linux ...
dpkg: dependency problems prevent configuration of pptp-linux:
pptp-linux depends on ppp (>= 2.4.2); however:
Package ppp is not installed.
dpkg: error processing pptp-linux (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pptp-linux
/usr/sbin # dpkg -i /home/user/MyDocs/ppp_2.4.4rel-8osso4_armel.deb
(Reading database ... 27799 files and directories currently installed.)
Unpacking ppp (from .../ppp_2.4.4rel-8osso4_armel.deb) ...
Removing any system startup links for /etc/init.d/ppp ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing /home/user/MyDocs/ppp_2.4.4rel-8osso4_armel.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./usr/sbin/pppd')
Errors were encountered while processing:
/home/user/MyDocs/ppp_2.4.4rel-8osso4_armel.deb
/usr/sbin #
![]() |
2010-11-05
, 06:55
|
Posts: 90 |
Thanked: 44 times |
Joined on Aug 2010
|
#66
|
The Following 2 Users Say Thank You to sirpaul For This Useful Post: | ||
![]() |
2010-12-13
, 02:54
|
Posts: 22 |
Thanked: 3 times |
Joined on Jun 2010
|
#67
|
![]() |
2010-12-13
, 09:58
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#68
|
![]() |
2010-12-15
, 18:54
|
Posts: 90 |
Thanked: 44 times |
Joined on Aug 2010
|
#69
|
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# pptpsetup Bareword found where operator expected at /usr/sbin/pptpsetup line 234, near "delete the file /etc" (Might be a runaway multi-line // string starting on line 193) (Do you need to predeclare delete?) String found where operator expected at /usr/sbin/pptpsetup line 235, near "contains "TUNNEL"" (Do you need to predeclare contains?) Bareword found where operator expected at /usr/sbin/pptpsetup line 235, near ""TUNNEL" as" (Missing operator before as?) Bareword found where operator expected at /usr/sbin/pptpsetup line 237, near "--server" (Missing operator before server?) Bareword found where operator expected at /usr/sbin/pptpsetup line 241, near "--domain" (Missing operator before domain?) Bareword found where operator expected at /usr/sbin/pptpsetup line 245, near "--username" (Missing operator before username?) Bareword found where operator expected at /usr/sbin/pptpsetup line 249, near "--password" (Missing operator before password?) Bareword found where operator expected at /usr/sbin/pptpsetup line 254, near "--encrypt" (Missing operator before encrypt?) Bareword found where operator expected at /usr/sbin/pptpsetup line 258, near "--start" (Missing operator before start?) Number found where operator expected at /usr/sbin/pptpsetup line 271, near "over 16" (Do you need to predeclare over?) Bareword found where operator expected at /usr/sbin/pptpsetup line 275, near "//pptpclient" (Missing operator before pptpclient?) Bareword found where operator expected at /usr/sbin/pptpsetup line 279, near "//pptpclient" (Missing operator before pptpclient?) Number found where operator expected at /usr/sbin/pptpsetup line 287, near ") 2006" (Missing operator before 2006?) Bareword found where operator expected at /usr/sbin/pptpsetup line 287, near "2006 Nelson" (Missing operator before Nelson?) syntax error at /usr/sbin/pptpsetup line 234, near "delete the file /etc" "use" not allowed in expression at /usr/sbin/pptpsetup line 247, at end of line "use" not allowed in expression at /usr/sbin/pptpsetup line 251, at end of line Search pattern not terminated at /usr/sbin/pptpsetup line 289.
![]() |
2010-12-19
, 21:25
|
Posts: 15 |
Thanked: 11 times |
Joined on Sep 2010
|
#70
|
I'm using the powerkernel. But when i try to install the other packages it just says incompatible? any updates on the subject in general or is this the way its done?
# cd /lib/modules/2.6.28.10power46/ # depmod -a # insmod slhc.ko # insmod ppp_generic.ko # insmod ppp_async.ko # insmod sha1_generic.ko # insmod ppp_mppe.ko
The Following User Says Thank You to bugzy For This Useful Post: | ||
I am not much of a linux user myself and I'm getting the same error as gykiss when i do dpkg -i ppp_2.4.4rel-osso4_armel.deb
How do I continue on from here?