> I had it dump it's stats, memstats, and database, but I can't seem to > decipher WHAT address "is already in use". I get a chance to plug one of my favorite utilities...strace :-). run strace -p <cron pid> -f -e trace=network and look for something returning EADDRINUSE or 98. Then look at the arguments, and if it was a socket operation, then look at the arguments to the previous operations on that socket, especially bind. Jeff ************ [EMAIL PROTECTED] http://www.linuxchix.org
- [techtalk] bind problem...and a sendmail one, too Nicole Zimmerman
- Re: [techtalk] bind problem...and a sendmail one, to... Jeff Dike
- Re: [techtalk] bind problem...and a sendmail one... Nicole Zimmerman
- Re: [techtalk] bind problem...and a sendmail... Jeff Dike
- Re: [techtalk] bind problem...and a send... Nicole Zimmerman
- Re: [techtalk] bind problem...and a... Jeff Dike
- Re: [techtalk] bind problem...and a sendmail one, to... Laurel Fan
- Re: [techtalk] bind problem...and a sendmail one... Nicole Zimmerman
- Re: [techtalk] bind problem...and a sendmail... Laurel Fan
- Re: [techtalk] bind problem...and a send... Nicole Zimmerman