[email protected] said: > The funny thing is, it does start up and receive/send some messages > (actually a few hundred, since this is a public ntp with A LOT of clients) > before it craps out after less than 10 seconds. Unfortunately, strace does > not prove to be helpful, it seems to die right after trying to send a > packet:
If it dies quickly, you can run it from gdb with the -n switch and get a stack trace. There should be a syslog message with the command line. >> [pid 4797] write(2, "fatal out of memory (4048 bytes)"..., 33fatal out of memory (4048 bytes)) = 33 If it's out of memory... It probably needs more memory. Do you have rlimit trimmed to something that used to work? I wouldn't be surprised if the new release needs some more than an old one. I would be surprised if it takes a lot more. See the mru section in the new miscopt.html You can use a lot of memory to keep track of who is using your system. The defaults are not big, but it might be growing if you have a lot of traffic. -- These are my opinions. I hate spam. _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
