This one is tricky, since I can't just identify the package and file a bug concerning the package, because it's not a problem concerning its behaviour in a regular desktop environment.
Actually the problem is that the live system keeps /var/crash and /var/log mounted on the support. Not quite read-only any more huh ?
Because of this :
- The live image is modified (failing further checksum-based integrity checks one would want to make before booting)
- It's not possible to load to RAM and eject
Actually it's possible to load to RAM and eject (what's impossible with Linux after all ?), but that requires more steps :
# umount /var/crash
# fuser -m -k -TERM /var/log ; umount /var/log # repeat until it works (usually once is enough)
And then eject, the usual way, e.g. from the Nautilus interface.
But it's not supposed to be a place to report bugs here, hence my question : how shall I report ?
EDIT : I found out that persistence is enabled by default. One has to pass the nopersistent
parameter at boot to prevent the live system from creating an additional r/w partition on the support. This is annoying...
I finally found out that reporting a bug in the
casper
package is the way to go when reporting bugs that are specific to the live image.