Search found 27 matches

by mlemaitre
12 Dec 2017, 10:13
Forum: Other modules
Topic: net snmp crash
Replies: 0
Views: 6008

net snmp crash

Hi I tried to enable netsnmp on some of my servers. On those with a few users ( < 100 ) it seems to work, except the oids that are a little bit odd. But with more users (>200), accel ppp crashed. I had this in the log: [2017-12-12 10:39:40]: warn: failed to get interface statistics [2017-12-12 10:39...
by mlemaitre
07 Dec 2017, 15:24
Forum: Other modules
Topic: net-snmp debian stretch
Replies: 1
Views: 5019

Re: net-snmp debian stretch

net-snmp seems to be working now, but the snmp oids seem a little strange, for example: iso.3.6.1.4.1.8072.100.2.1.1.2.16.98.50.100.97.50.52.55.54.55.50.56.99.100.100.102.55 = STRING: "ppp0" iso.3.6.1.4.1.8072.100.2.1.1.2.16.98.50.100.97.50.52.55.54.55.50.56.99.100.100.102.56 = STRING: &qu...
by mlemaitre
07 Dec 2017, 14:25
Forum: Installation
Topic: not working
Replies: 8
Views: 6379

Re: not working

ok, thank you
by mlemaitre
07 Dec 2017, 12:45
Forum: Installation
Topic: not working
Replies: 8
Views: 6379

Re: not working

another thing I noticed is that the ip-down script is not run anymore.
in this commit, a4ec2baf624ee3642b8fcb09d1c30229c8e17f91, you now use pd->started and pd->ip_up_hnd.pid, but maybe they are no defined in the ap_session struct ?
by mlemaitre
07 Dec 2017, 11:52
Forum: Installation
Topic: not working
Replies: 8
Views: 6379

Re: not working

perfect, thank you !
by mlemaitre
07 Dec 2017, 11:07
Forum: Installation
Topic: not working
Replies: 8
Views: 6379

Re: not working

I found that libradius.so can't find libluasupp.so: # ldd /usr/lib64/accel-ppp/libradius.so linux-vdso.so.1 (0x00007ffe4ffea000) libluasupp.so => not found liblua5.1.so.0 => /usr/lib/x86_64-linux-gnu/liblua5.1.so.0 (0x00007f235dd8a000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f235da86000...
by mlemaitre
07 Dec 2017, 10:53
Forum: Installation
Topic: not working
Replies: 8
Views: 6379

Re: not working

I tried from scratch with the latest code this morning, but it still won't work.
If I disable the radius module in the config file, then it starts, but it's not the goal.

I tried with DLUA = FALSE, and it works too.
by mlemaitre
06 Dec 2017, 16:22
Forum: Installation
Topic: not working
Replies: 8
Views: 6379

not working

Hi, Since a few commits (it seems to be since 405a4d8de0048aa77d09380b33a3f06149d16765), accel-ppp is not not working anymore on my debian strech. The program just won't start without any log message. strace shows this error: access("/usr/lib64/accel-ppp/auth_pap", F_OK) = -1 ENOENT (No su...
by mlemaitre
19 Jul 2017, 09:09
Forum: Other modules
Topic: net-snmp debian stretch
Replies: 1
Views: 5019

net-snmp debian stretch

Hi, I tried to use the net-snmp feature with the latest code from the master branch with debian strech, but I does not seem to work. I can't find anything in the logs, how can I debug this ? debian switched from "snmp" user to "Debian-snmp" user, could this be an issue ? I tried ...
by mlemaitre
16 May 2017, 10:40
Forum: Installation
Topic: compilation in debian stretch
Replies: 2
Views: 2522

compilation in debian stretch

Hi, I tried to compile accel-ppp 1.11.1 or the code from the master branch in debian stretch, but there is an error: /home/mathieu/accel-master/accel-ppp-code-928aefd7779593961beca41376dd829c26d58de5/accel-pppd/extra/chap-secrets.c: In function ‘create_pd’: /home/mathieu/accel-master/accel-ppp-code-...