[Bug 2109749] Re: du reports wrong file sizes on fuseiso mount - with fix

2025-04-30 Thread Gareth Davidson
** Attachment added: "testdata script" https://bugs.launchpad.net/ubuntu/+source/fuseiso/+bug/2109749/+attachment/5875077/+files/create_testdata.sh ** Description changed: `du` and `stat` are reporting different sizes on a disk image with 2048 sectors, which are reported as the block size

[Bug 2109749] Re: du reports wrong file sizes on fuseiso mount - with fix

2025-04-30 Thread Gareth Davidson
** Attachment added: "test script" https://bugs.launchpad.net/ubuntu/+source/fuseiso/+bug/2109749/+attachment/5875076/+files/test.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109749 Title:

[Bug 2109749] [NEW] du reports wrong file sizes on fuseiso mount - with fix

2025-04-30 Thread Gareth Davidson
Public bug reported: `du` and `stat` are reporting different sizes on a disk image with 2048 sectors, which are reported as the block size rather than 512. Attached a one-liner patch, create_testdata.sh and test.sh results: ``` (💻) gaz@blade:~/src/tmp/fuseiso$ ./create_testdata.sh I: -input-char

[Bug 2092673] Re: minimized system: `man` returns exit code 0

2024-12-29 Thread Gareth Davidson
** Also affects: cloud-images Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2092673 Title: minimized system: `man` returns exit code 0 To manage notifica

[Bug 2092673] [NEW] minimized system: `man` returns exit code 0

2024-12-29 Thread Gareth Davidson
Public bug reported: In a minimized Docker container, the man command is a script that needs an `exit 1` at the end: Steps: docker run -it ubuntu:latest bash man somecommand echo $? Expected result: 1 Actual result: 0 Further info: https://asciinema.org/a/z4r4mnBYBQ3OVIeLtL2G