[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] leafnode hangs up on me



Laura Conrad wrote:

> I'm having problems getting leafnode up and running.  I did the
> upgrade to 1.9.9 for the Y2K problem, and my ISP had to change
> something for Y2K, and I've had disk filling up problems, so it's not
> necessarily a leafnode bug that something is screwed up.  However,
> what's happening now is:
> 
> [root@serpent init.d]# telnet localhost nntp
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 200 Leafnode NNTP Daemon, version 1.9.9 running at serpent.local
> Connection closed by foreign host.
> [root@serpent init.d]# 

This usually indicates that leafnode has died by segfault. You could try
to check what's going on by using strace. If you have a bash, try the
following (as root):

strace /usr/local/sbin/leafnode 2&> /tmp/logfile

and send the logfile to me (it's probably quite large). Another alternative
is to run leafnode out of gdb (again as root):

gdb /usr/local/sbin/leafnode
run
(wait until segfault)
backtrace
quit

If it segfaults and it was compiled with -g (which configure usually should
set), you should learn from the output where the segfault occurred.

--Cornelius.

-- 
/* Cornelius Krasel, U Wuerzburg, Dept. of Pharmacology, Versbacher Str. 9 */
/* D-97078 Wuerzburg, Germany   email: phak004@xxxxxxxxxxxxxxxxxxxxxx  SP4 */
/* "Science is the game we play with God to find out what His rules are."  */

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list