Package: mount !!! sorry hey, following up bug reports is a lot of work I know. However people who want to help by filing them also hav alot of work and alot of bugs... Your bug tracking system is a minefield though. I would have given up long ago but this bug is kind of crucial as far as I can tell...
---------- Forwarded message ---------- From: Debian Bug Tracking System <[email protected]> Date: Sun, Feb 5, 2012 at 3:18 AM Subject: Message with no Package: tag cannot be processed! (bug report for mount) To: Naja Melan <[email protected]> Your message didn't have a Package: line at the very first line of the mail body (part of the pseudo-header), or didn't have a Package: line at all. Unfortunatly, this means that your message has been ignored completely. Without this information we are unable to categorise or otherwise deal with your problem report. Please _resubmit_ your report to [email protected] and tell us which package the report is for. For help, check out http://www.debian.org/Bugs/Reporting. Your message was dated Sun, 5 Feb 2012 03:15:40 +0000 and had message-id < cagc4hjsoslsopvg_8w0uaxmnd0lmsg_mq34m49ahqo6aotw...@mail.gmail.com> and subject bug report for mount. The complete text of it is attached to this message. If you need any assistance or explanation please contact [email protected] and include the the attached message. If you didn't send the attached message (spam was sent forging your from address), we apologize; please disregard this message. -- -1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1 Debian Bug Tracking System Contact [email protected] with problems ---------- Forwarded message ---------- From: Naja Melan <[email protected]> To: [email protected] Cc: Date: Sun, 5 Feb 2012 03:15:40 +0000 Subject: bug report for mount hi, my apologies for reporting a bug through this channel, but I fail to report bugs with the reportbug tool. It fails me on all conceivable levels and at 4 am after a long day I cant be bother to type a bug report for the 4th time in it. You will have to do without proper formatting. package: mount system: wheezy script to reproduce bug: #!/bin/bash mkdir 'te\st\' sudo mount -r /dev/sdf2 'te\st\' ls 'te\st\' echo -e "\n\n" mount echo -e "\n\n" cat /proc/mounts echo -e "\n\n" sudo umount /dev/sdf2 rmdir 'te\st\' Output: ------- user@computer:[...]$ ./testmount [a list of files] [...] /dev/sdf2 on [...]/te\st\134 type ext3 (ro,relatime,errors=continue,barrier=1,data=ordered) rootfs / rootfs rw 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 [...] /dev/sdf2 [...]/te\134st\134 ext3 ro,relatime,errors=continue,barrier=1,data=ordered 0 0 umount: [...]/te\st\134: not found rmdir: failed to remove `te\\st\\': Device or resource busy

