PPTPd use 100% CPU..?
I have just setup my linode (CentOS 5), updated it all and installed PPTPD on it.
However when I start the service (service pptpd start) it use 100% of the CPU…?
Here is the log file:
Jun 2 09:01:02 li31-203 modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory
Jun 2 09:05:44 li31-203 last message repeated 5 times
Jun 2 09:12:13 li31-203 last message repeated 6 times
Jun 2 09:12:37 li31-203 last message repeated 9 times
Jun 2 09:15:00 li31-203 pptpd[3554]: Long config file line ignored.
Jun 2 09:16:24 li31-203 modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory
Jun 2 09:16:24 li31-203 modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory
Jun 2 09:18:17 li31-203 dhclient: dhclient(2140) is already running - exiting.
Jun 2 09:18:17 li31-203 dhclient: exiting.
Jun 2 09:19:58 li31-203 pptpd[4055]: Long config file line ignored.
Jun 2 09:20:26 li31-203 modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory
Jun 2 09:24:12 li31-203 last message repeated 6 times
If you have any ideas as to why, I would greatly appreciate it.
Thanks
2 Replies
mkdir /lib/modules/$(uname -r)/
depmod -a
The above will shut modprobe up, then you might be able to see whats causing the error better, although this looks suspect:
> Jun 2 09:15:00 li31-203 pptpd[3554]: Long config file line ignored.
I have managed to fix it, well more like a work around. Im now using FC8…. all seems to be working.
Laters