tikuus n00b
Joined: 19 Feb 2004 Posts: 3
|
Posted: Thu Feb 19, 2004 4:13 pm Post subject: Alpha Rawhide / PPTPD problems |
|
|
Hi,
i want to setup a PopTop Server on my AS1200. Everything compiles just fine, but when i start pptpd it hangs up using every free CPU-Time. I straced it and got:
.......
connect(4, {sa_family=AF_UNIX, path="/dev/log"}, 16) = -1 EPROTOTYPE (Protocol wrong type for socket)
close(4) = 0
socket(PF_UNIX, SOCK_STREAM, 0) = 4
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
connect(4, {sa_family=AF_UNIX, path="/dev/log"}, 16) = 0
send(4, "<27>Feb 19 17:06:57 pptpd[11627]"..., 65, 0) = 65
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8, 0xffffffffffffffff) = 0
read(3, "", 8192) = 0
read(3, "", 8192) = 0
read(3, "", 8192) = 0
read(3, "", 8192) = 0
read(3, "", 8192) = 0
..........
will hang up with those reads (endless)
i am using kernel version 2.6.3
pptpd works well on my personal x86-machine with kernel 2.4 i have to use kernel version 2.6 due to problems with 2.4 on the alpha
thx for any help
max |
|