** 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
** 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:
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
** 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
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