Bug#1017760: linux-image-5.10.0-17-amd64: No space for directory leaf checksum. Please run e2fsck -D.

2022-08-19 Thread Thorsten Glaser
Package: src:linux Version: 5.10.136-1 Severity: grave Justification: causes non-serious data loss X-Debbugs-Cc: t...@mirbsd.de I’ve recently been getting filesystem corruption on this system, which, incidentally, is a fresh-ish installation since I’ve been hit by the “forgot LUKS password for

Bug#1017760: linux-image-5.10.0-17-amd64: No space for directory leaf checksum. Please run e2fsck -D.

2022-09-07 Thread Thorsten Glaser
Thorsten Glaser dixit: >I’ve recently been getting filesystem corruption on this system, which, >incidentally, is a fresh-ish installation since I’ve been hit by the I have somewhat reason to at least suspect the µSD card this was installed on. But there was never anything in syslog/dmesg

Bug#1019107: linux-image-5.10.0-17-amd64: iwl4965: Hardware became unavailable during restart.

2022-09-03 Thread Thorsten Glaser
Package: src:linux Version: 5.10.136-1 Severity: important X-Debbugs-Cc: t...@mirbsd.de My network just ceased working, and I can’t get it back up, even with rmmod. More log follows. Notes (more inline): • those “Microcode SW error detected” seem to be normal, I’m getting those all the time

Bug#987116: Backport of firmware-iwlwifi (20210818-1) to fix major Bluetooth issue

2022-08-31 Thread Thorsten Glaser
On Wed, 31 Aug 2022, S. wrote: > laptop. It would be great if the 20210818-1 firmware version could be offered > in Backports. Backports are not to fix bugs in stable. Issues like this should be fixed via the normal stable channels if possible and the normal bugtracker is used to track that.

Bug#1024811: Re: Bug#1024811: linux: /proc/[pid]/stat unparsable

2022-12-22 Thread Thorsten Glaser
Donald Buczek dixit: >No, Escaping would break existing programs which parse the line by >searching for the ')' from the right. Huh? No! The format is "(" + string + ") " after all, and only the string part would get escaped. The only visible change would be that programs containing a

Bug#1024811: linux: /proc/[pid]/stat unparsable

2022-12-23 Thread Thorsten Glaser
Donald Buczek dixit: > To be fair, this daemon doesn't use /proc/pid/stat for that, but > /proc/pid/comm Yes, and that’s proper. The field in /proc/pid/stat is size-limited and so not necessarily distinct. > As /proc/pid/stat is also used in many places, it could as well use > that to avoid

Bug#1027325: /usr/src/linux-headers-5.10.0-20-common/scripts/pahole-flags.sh: inaccessible or not found

2022-12-30 Thread Thorsten Glaser
Package: linux-headers-5.10.0-20-common Version: 5.10.158-2 Severity: normal X-Debbugs-Cc: t...@mirbsd.de I think I reported the same thing against experimental some time ago, but it now is a regression in stable. Building kernel modules shows: tglase@tglase-edge:~/lnx/master/janz $ make make -C

superfluous environment variables

2022-12-12 Thread Thorsten Glaser
Hi, I’ve noticed that sysvinit/sysv-rc start dæmons with a *lot* of superfluous environment variables compared to manual invocation with an environment cleaner of mine: # cleanenv / env | sort HOME=/ LC_ALL=C.UTF-8 PATH=/bin:/usr/bin:/sbin:/usr/sbin I checked /proc//environ for (exemplarily)

superfluous environment variables

2022-12-12 Thread Thorsten Glaser
(this time with the correct address, sorry) Hi, I’ve noticed that sysvinit/sysv-rc start dæmons with a *lot* of superfluous environment variables compared to manual invocation with an environment cleaner of mine: # cleanenv / env | sort HOME=/ LC_ALL=C.UTF-8 PATH=/bin:/usr/bin:/sbin:/usr/sbin

Bug#1017760: linux-image-5.10.0-17-amd64: No space for directory leaf checksum. Please run e2fsck -D.

2022-12-06 Thread Thorsten Glaser
severity 1017760 normal retitle 1017760 linux: possible data corruption on µSD card, might be the hardware though? thanks Dixi quod… >I have somewhat reason to at least suspect the µSD card this was >installed on. But there was never anything in syslog/dmesg about >it, so the Linux kernel

Bug#1024811: linux: /proc/[pid]/stat unparsable

2022-12-21 Thread Thorsten Glaser
On Sat, 26 Nov 2022, Alexey Dobriyan wrote: >/proc never escaped "comm" field of /proc/*/stat. Yes, that’s precisely the bug. >To parse /proc/*/stat reliably, search for '(' from the beginning, then >for ')' backwards. Everything in between parenthesis is "comm". That’s not guaranteed to stay

Bug#1024811: linux: /proc/[pid]/stat unparsable

2022-11-25 Thread Thorsten Glaser
Dixi quod… >The effect is that /proc/[pid]/stat cannot be parsed the way it is >documented, as it does not escape embedded whitespace characters; … nor parenthesēs: tglase@x61w:~ $ ./mk\)sh -c 'echo $$; sleep 10' & [1] 13375 tglase@x61w:~ $ 13375 tglase@x61w:~ $ cat /proc/13375/stat 13375

Bug#1024811: linux: /proc/[pid]/stat unparsable

2022-11-25 Thread Thorsten Glaser
Package: src:linux Version: 5.10.149-2 Severity: normal Tags: upstream X-Debbugs-Cc: t...@mirbsd.de, adobri...@gmail.com tglase@x61w:~ $ cp /bin/mksh mk\ sh tglase@x61w:~ $ ./mk\ sh -c 'echo $$; sleep 10' & [1] 12862 tglase@x61w:~ $ 12862 cat /proc/12862/stat 12862 (mk sh) S 12649 12862 12649

Bug#1024819: linux-headers-amd64: causes apt-listchanges error

2022-11-25 Thread Thorsten Glaser
Package: linux-headers-amd64 Version: 6.0.8+1 Severity: minor X-Debbugs-Cc: t...@mirbsd.de apt-listchanges: Reading changelogs... Calling ['apt-get', '-qq', 'changelog', 'linux-headers-amd64=6.0.8+1'] to retrieve changelog apt-listchanges: Unable to retrieve changelog for package

Bug#930522: linux: task md5_raid6:203 blocked for more than 120 seconds

2022-11-27 Thread Thorsten Glaser
close 930522 thanks Salvatore Bonaccorso dixit: >Is this issue still reproducible with a recent kernel? I haven’t seen it in a while, indeed.

Bug#1030673: klibc: [mips64el] struct stat mismatch

2023-02-06 Thread Thorsten Glaser
Source: klibc Version: 2.0.11-1 Severity: serious Justification: ABI issue on release architecture Tags: patch On 64-bit MIPS platforms, struct stat’s members st_{a,m,c}time{,nsec} and following (st_blksize, st_blocks) are mislayouted. Upstream git commit 12f259dda1ef59b5f1f2fb67631dcbf94c18c56c

Bug#1040981: klibc-utils: Segmentation fault while executin klibc binaries in armhf architecture under qemu-user

2023-07-13 Thread Thorsten Glaser
retitle 1040981 klibc-utils: segfault executing armhf binaries under qemu-user thanks venkata.p...@toshiba-tsip.com dixit: >Follow below steps to reproduce this issue >``` >$ sudo debootstrap --arch=arm bookworm arm-bookworm-rootfs/ >http://deb.debian.org/debian/ >$ sudo chroot arm-bookworm/

Bug#1040981: klibc-utils: segfault executing armhf binaries under qemu-user

2023-07-13 Thread Thorsten Glaser
Dixi quod… >My guess here is that it’s, as usual, the fault of qemu-user, >which has multiple outstanding emulation bugs, some of which >affecting klibc-built binaries especially, though this, since >a statically linked mksh works, is probably an issue with how >qemu-user handles .interp *shrug*

Bug#1040981: klibc-utils: segfault executing armhf binaries under qemu-user

2023-07-13 Thread Thorsten Glaser
Dixi quod… >My guess here is that it’s, as usual, the fault of qemu-user, Strong evidence for that: doesn’t look like it even executes one bit of klibc code: $ qemu-arm-static -d cpu ./fstype --help qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault (core

Bug#1040981: klibc-utils: segfault executing armhf binaries under qemu-user

2023-07-13 Thread Thorsten Glaser
Hi Helge, >Can you check if this patch fixes the problem: >https://patchew.org/QEMU/mvmpm55qnno@suse.de/ >(linux-user: make sure brk(0) returns a page-aligned value, from Andreas >Schwab) I doubt it, klibc malloc uses mmap(2) normally. (And given I tested it on a bullseye system, the

Bug#1043437: linux: report microcode upgrade *from* version as well

2023-08-10 Thread Thorsten Glaser
Package: src:linux Version: 5.10.179-3 Severity: wishlist Tags: upstream X-Debbugs-Cc: t...@mirbsd.de I have this in dmesg: [0.00] microcode: microcode updated early to revision 0xa4, date = 2010-10-02 It would be very nice if this message also showed the revision *from* which it was

Bug#934781: firmware-iwlwifi: iwl4965: Microcode SW error detected

2023-12-20 Thread Thorsten Glaser
Diederik de Haas dixit: >Is this issue still happening? Good question. The system currently suffers from fan error and I don’t have the tuits to repair it, so I switched to a different X61 Thinkpad, for now. >The firmware file iwlwifi-4965-2.ucode hasn't been updated since 2009-07-09, >but

Bug#934781: firmware-iwlwifi: iwl4965: Microcode SW error detected

2023-12-20 Thread Thorsten Glaser
Diederik de Haas dixit: >So it was present on 5.9.0-2 (5.9.6-1), but no longer on 5.10.X? Yes to the former, unsure to the latter. >Do you want to keep the bug open for your other/original system? If you’d rather not, I can keep a note on my TODO for when the other system is back up, then

Bug#627164: klibc-utils: ipconfig does not support IPv6 (was Re: ipconfig: fails to add default gateway)

2024-01-01 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA384 Dixi quod… >>(I will probably have to see how I can rip ipconfig off initramfs-tools >>and plug iproute2 in (YY! (NOT!)) since I also got a v6-only machine >>and the “ip=” kernel parameter is Legacy IP-only. Unless both are solved >>problems

Bug#1065698: update-initramfs: -k all stopped working

2024-03-08 Thread Thorsten Glaser
Package: initramfs-tools Version: 0.142 The update-initramfs manpage documents -k all, and I know I used that in Kubuntu hardy times several times, but it does not work any longer, it just does nothing. Calling without -k of course only updates the image for the current kernel. Feel free to

Bug#1067829: nfs-utils: FTBFS on arm{el,hf}: export-cache.c:110:51: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=]

2024-03-28 Thread Thorsten Glaser
Emanuele Rocca dixit: >The attached patch by Vladimir Petko was sent upstream and fixes the >FTBFS on armhf/armel. The patch is catastrophically wrong. +- snprintf(flushtime, sizeof(flushtime), "%ld\n", now); ++ snprintf(flushtime, sizeof(flushtime), "%lld\n", now); Change that to:

<    1   2   3