Linux-Hams archive - February 1997: Re: problem with ax25d or something else ?

Re: problem with ax25d or something else ?

Terry Dawson (azzw.cimau@cm89-250.liwest.at)
Sun, 09 Feb 1997 15:57:41 +1100


> > The problems seems to have something to do with the way that ax25d
> > is handling the program that is being executed after the connect.
>
> Yes, I also think so, but don't know why.

Ok Tom,
We've done the easy things. Let's tackle this another way:

reboot, start ax25d as normal.
Login as root and do 'ps -aux | grep ax25d'
Note the PID (process id) that the ax25d daemon has.

Run the following command:

# cd/tmp
# strace -f -p <pid> 2>ax25d.strace

leave that running and attempt to recreate the problem you are
having.
When you ahve done that, kill the 'strace' with ^C and send
me a copy of the /tmp/ax25d.strace file.

Strace shows some of the internal workings of the program it is
monitoring. With luck we'll be able to see what is happening
there.

regards
Terry