Your message dated Sat, 11 May 2013 10:05:52 +0000 with message-id <[email protected]> and subject line Bug#707655: Removed package(s) from unstable has caused the Debian Bug report #199989, regarding syslogd hangs on boot once in a while on diskless systems to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 199989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199989 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: sysklogd Version: 1.4.1-11 Severity: critical Hi, We experience syslogd hangs when booting diskless systems. This happens with a 1 in a 500 chance. The diskless systems all log to the network. (BTW: I think it is the same bug as #196521 but I am not really sure). 192:~# ps faux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 11.8 1.7 1208 460 ? S 11:13 0:12 init [2] root 2 0.0 0.0 0 0 ? SW 11:13 0:00 [kflushd] root 3 0.0 0.0 0 0 ? SW 11:13 0:00 [kupdate] root 4 0.0 0.0 0 0 ? SW 11:13 0:00 [kpiod] root 5 0.0 0.0 0 0 ? SW 11:13 0:00 [kswapd] root 6 0.4 0.0 0 0 ? SW 11:13 0:00 [rpciod] daemon 95 0.0 1.4 1308 388 ? S 11:13 0:00 /sbin/portmap root 164 0.0 4.3 2204 1156 ? S 11:13 0:00 sh /etc/init.d/rc 2 root 172 0.0 4.2 2200 1132 ? S 11:13 0:00 \_ sh /etc/rc2.d/S10sysklogd start root 176 0.0 1.3 1200 364 ? S 11:13 0:00 \_ /sbin/syslogd root 177 0.0 0.0 0 0 ? Z 11:13 0:00 \_ [syslogd] <defunct> root 171 0.0 5.0 2676 1344 ? S 11:13 0:00 /usr/sbin/sshd root 180 1.2 7.1 5784 1892 ? S 11:14 0:00 \_ sshd: root@0 root 182 0.4 5.0 2304 1340 /scratch/dev/pts/0 S 11:14 0:00 \_ -bash root 187 0.0 2.7 2488 716 /scratch/dev/pts/0 R 11:14 0:00 \_ ps faux 192:~# strace -f -p 176 exit_group(1) = ? 192:~# ps faux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 10.2 1.7 1208 460 ? S 11:13 0:12 init [2] root 2 0.0 0.0 0 0 ? SW 11:13 0:00 [kflushd] root 3 0.0 0.0 0 0 ? SW 11:13 0:00 [kupdate] root 4 0.0 0.0 0 0 ? SW 11:13 0:00 [kpiod] root 5 0.0 0.0 0 0 ? SW 11:13 0:00 [kswapd] root 6 0.3 0.0 0 0 ? SW 11:13 0:00 [rpciod] daemon 95 0.0 1.4 1308 388 ? S 11:13 0:00 /sbin/portmap root 171 0.0 5.0 2676 1344 ? S 11:13 0:00 /usr/sbin/sshd root 180 0.8 7.1 5784 1892 ? S 11:14 0:00 \_ sshd: root@0 root 182 0.3 5.0 2304 1340 /scratch/dev/pts/0 S 11:14 0:00 \_ -bash root 238 0.0 2.7 2488 716 /scratch/dev/pts/0 R 11:15 0:00 \_ ps faux root 191 1.0 1.9 1260 520 ? S 11:15 0:00 /sbin/klogd root 198 2.0 1.8 1240 492 ? S 11:15 0:00 /usr/sbin/inetd root 221 0.5 2.0 1280 548 ? S 11:15 0:00 /usr/sbin/cron nobody 226 86.0 4.9 2316 1300 ? R 11:15 0:00 /usr/sbin/rplayd root 227 2.0 1.6 1200 444 tty1 S 11:15 0:00 /sbin/getty 38400 tty1 root 228 3.0 1.6 1200 444 tty2 S 11:15 0:00 /sbin/getty 38400 tty2 upa 229 13.0 3.8 2068 1024 ? S 11:15 0:00 sh /xhome/upa/start-session upa 239 0.0 3.8 2068 1024 ? R 11:15 0:00 \_ sh /xhome/upa/start-session 192:~# ldd /sbin/syslogd libc.so.6 => /lib/libc.so.6 (0x40016000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) 192:~# dpkg -l sysklogd Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-===================================-===================================-====================================================================================== ii sysklogd 1.4.1-11 System Logging Daemon 192:~# dpkg -l libc6 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-===================================-===================================-====================================================================================== ii libc6 2.3.1-17 GNU C Library: Shared libraries and Timezone data 192:~# cat /etc/syslog.conf # /etc/syslog.conf Configuration file for syslogd. # # For more information see syslog.conf(5) # manpage. # # First some standard logfiles. Log by facility. # *.* @192.168.1.2 Thanks for your help, Regards, Ard van Breemen -- mail up 229+23:23, 4 users, load 0.04, 0.11, 0.08 mistar1 up 1+13:44, 6 users, load 0.01, 0.01, 0.00 Let your government know you value your freedom: sign the petition: http://petition.eurolinux.org
--- End Message ---
--- Begin Message ---Version: 1.5-6.2+rm Dear submitter, as the package sysklogd has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see http://bugs.debian.org/707655 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---

