On Tue, Nov 18, 2003 at 04:55:00PM +0100, Dariusz Rubinkiewicz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dnia Tue, Nov 18, 2003 at 03:52:18PM +0100, Herbert Poetzl napisa(a): > > use strace (version 4.5 and higher) to analyze the > > actions you program takes, and which ports/addresses it > > tries to bind to ... make this available via web, and > > I'll have a look at it ... > > > telesis:# ./strace -o log.txt /etc/init.d/courier-pop start > Starting Courier POP3 server:bind: Address already in use > ll_daemon_start: Resource temporarily unavailable > > log.txt is available at: > http://debesciak.net/log.txt
okay, this is a trace of the 'forking' parent probably because it daemonizes() ... so we either need a run with '-debug' or whatever keeps it from forking, or strace -fF -s 4096 TIA, Herbert > - -- > Voder > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) > > iD8DBQE/ukDUNUfWQspmiBcRAsYXAJ9mffdJoJ+D+YdE1stpL9LF0gTRXQCfXGii > jzJXp0PQ6A+hCAZ4+hkAjw4= > =JTuQ > -----END PGP SIGNATURE----- > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
