Your message dated Wed, 03 Jan 2024 17:41:39 +0000 with message-id <[email protected]> and subject line Bug#1057655: Removed package(s) from unstable has caused the Debian Bug report #587019, regarding EIO does not mean "try again" (breaks at least umount -f) 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.) -- 587019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587019 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gamin Version: 0.1.10-2+b1 Severity: important File: /usr/lib/gamin/gam_server If you have an interruptible mount, and the NFS server goes down, umount -f is supposed to unmount it. Unfortunately, gamin prevents this: # strace -r -f -p 15469 ... 1.001142 stat("/mnt/Feynman/JackEncoded", 0x7fff1a117f40) = -1 EIO (Input/output error) 12.194685 poll([{fd=4, events=0}, {fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=10, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=14, events=POLLIN}], 11, 0) = 0 (Timeout) 0.000066 stat("/mnt/Feynman/JackEncoded", 0x7fff1a117f40) = -1 EIO (Input/output error) ... The EIO comes from umount -f (or the kernel) trying to get processes out of uninterruptible sleep on the dead NFS mount, and you can see that came 12 seconds after the stat call. Unfortunately, 0.000066 seconds later, gam_server stats the stat again. Eventually, with enough umount -f you can get it unmounted, by winning the race. But really, gam_server shouldn't treat EIO like EAGAIN. Whether that EIO means you've hit a bad NFS mount, a bad sector, a vanished device, etc., polling it again is not a good course of action. (I've got to imagine the consequences of doing this on a bad sector are even worse: most HDDs have a very long error recovery sequence. Probably only way out of that one is the reset button.) -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (200, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.34-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gamin depends on: ii libc6 2.11.1-3 Embedded GNU C Library: Shared lib ii libgamin0 0.1.10-2+b1 Client library for the gamin file ii libglib2.0-0 2.24.1-1 The GLib library of C routines gamin recommends no packages. gamin suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 0.1.10-6+rm Dear submitter, as the package gamin 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 https://bugs.debian.org/1057655 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. 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. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

