Package: util-linux Version: 2.39.3-6 Severity: normal File: /usr/sbin/fsck
Dear Maintainer, Just got [ 3030.473467] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. great idea! After unmounting I did # fsck /dev/mmcblk1p1 fsck from util-linux 2.39.3 which is just --version. Maybe # fsck -AR fsck from util-linux 2.39.3 so also no. Strace says close(6</sys/devices/platform/soc/11240000.mmc/mmc_host/mmc1/mmc1:e624/block/mmcblk1/mmcblk1p1/start>) = 0 close(5</sys/devices/platform/soc/11240000.mmc/mmc_host/mmc1/mmc1:e624/block/mmcblk1/mmcblk1p1>) = 0 close(3</dev/mmcblk1p1>) = 0 munmap(0xffffa8eb7000, 266240) = 0 munmap(0xffffa8e76000, 266240) = 0 munmap(0xffffa8e35000, 266240) = 0 munmap(0xffffa8df4000, 266240) = 0 close(4</dev/mmcblk1>) = 0 faccessat(AT_FDCWD</root>, "/usr/local/sbin/fsck.vfat", X_OK) = -1 ENOENT (No such file or directory) faccessat(AT_FDCWD</root>, "/usr/local/bin/fsck.vfat", X_OK) = -1 ENOENT (No such file or directory) faccessat(AT_FDCWD</root>, "/usr/sbin/fsck.vfat", X_OK) = -1 ENOENT (No such file or directory) faccessat(AT_FDCWD</root>, "/usr/bin/fsck.vfat", X_OK) = -1 ENOENT (No such file or directory) faccessat(AT_FDCWD</root>, "/sbin/fsck.vfat", X_OK) = -1 ENOENT (No such file or directory) faccessat(AT_FDCWD</root>, "/bin/fsck.vfat", X_OK) = -1 ENOENT (No such file or directory) dup(1<pipe:[10683]>) = 3<pipe:[10683]> close(3<pipe:[10683]>) = 0 dup(2<pipe:[10683]>) = 3<pipe:[10683]> close(3<pipe:[10683]>) = 0 exit_group(0) = ? +++ exited with 0 +++ which looks like a failed path traversal and then nothing? So fsck just happily exited 0 with no warnings for my potentially-broken filesystem, which I'd classify as "not very cash-money". Best, -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: arm64 (aarch64) Kernel: Linux 6.6.11 (SMP w/4 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) Versions of packages util-linux depends on: ii libblkid1 2.39.3-6 ii libc6 2.37-13 ii libcap-ng0 0.8.4-1 ii libcrypt1 1:4.4.36-4 ii libmount1 2.39.3-6 ii libpam0g 1.5.2-9.1+b1 ii libselinux1 3.5-1+b2 ii libsmartcols1 2.39.3-6 ii libsystemd0 255.2-4 ii libtinfo6 6.4+20240113-1 ii libudev1 255.2-4 ii libuuid1 2.39.3-6 ii zlib1g 1:1.3.dfsg-3+b1 Versions of packages util-linux recommends: ii sensible-utils 0.0.20 Versions of packages util-linux suggests: pn dosfstools <none> ii kbd 2.6.4-2 pn util-linux-extra <none> pn util-linux-locales <none> -- no debconf information
signature.asc
Description: PGP signature

