search for: zomb

Displaying 3 results from an estimated 3 matches for "zomb".

Did you mean: bomb
2001 Mar 06
3
crashing on receiving connection
...buging expert. BTW, the client on the other side says: Mar 6 18:34:21 isdn tinc.vpn[3114]: Terminating Mar 6 18:34:22 isdn tinc.vpn[3120]: tincd 1.0pre3 starting Mar 6 18:34:22 isdn tinc.vpn[3120]: Ready: listening on port 655 Mar 6 18:36:17 isdn tinc.vpn[3120]: Metadata socket read error for zomb (192.168.0.2): No such file or directory Please say, how I can help you, thx, Eduard. -- ==================================================================== Eduard Bloch <blade@debian.org>; HP: http://eduard.bloch.com/edecosi 0xEDF008C5(GnuPG): E6EB 98E2 B885 8FF0 6C04 5C1D E106 481E EDF0...
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...kip)" else XMC=`$CMD create --quiet --defconfig $dom` if [ $? -ne 0 ]; then echo -e "\nAn error occurred while creating domain ${dom##*/}: $XMC\n" rc_failed $? echo -e '!' else usleep $XENDOMAINS_CREATE_USLEEP fi fi done fi } all_zombies() { name=;id= while read LN; do parseln "$LN" || continue if test $id = 0; then continue; fi if test "$state" != "-b---d" -a "$state" != "-----d"; then return 1; fi done < <($CMD list -l | grep "$LIST_GREP")...
2008 Mar 21
26
mongrel garbage collection
Sorry, for the re-post, but I''m new to the mailing list and wanted to bring back up and old topic I saw in the archives. http://rubyforge.org/pipermail/mongrel-users/2008-February/004991.html I think a patch to delay garbage collection and run it later is pretty important for high performance web applications. I do understand the trade-offs of having explicit vs. implicit garbage