[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2008-07-08 Thread Martin Pitt
*** This bug is a duplicate of bug 230671 *** https://bugs.launchpad.net/bugs/230671 ** This bug has been marked a duplicate of bug 230671 Mounts external USB hard drive in a different point after resuming sleep -- Unsafe device removal warning pops-up after resuming from suspend https://

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2008-05-21 Thread Patricio
Mine looks like this: #!/bin/bash for SCRIPT in /etc/acpi/suspend.d/*.sh; do if [ -x $SCRIPT ]; then . $SCRIPT fi done Should I add "umount /media/[NAME OF DRIVE]" after all that? Is this the reason for bug 230671? Thanks ( I am new) Patricio -- Unsafe device removal warning

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-12-10 Thread adpatter
Adding "umount /media/[NAME OF DRIVE]" to /etc/acpi/prepare.sh stopped the "unsafe device removal" from being displayed. Should the solution for this issue reside in the scripts? -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bugs/92091 You receiv

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-12-09 Thread André Pirard
Experiencing the same message on 7.10 (gutsy), FAT USB disk & CD-ROM. The "Unsafe..." message didn't appear in xfce until I installed ubuntu-desktop on top of an Xubuntu installation (now appears in both gnome and xfce). BTW, the message doesn't say which device is unsafe, which may be important i

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-10-31 Thread Stéphane Loeuillet
** Tags removed: device external hal kernel -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bugs/92091 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-10-24 Thread Jussi Nykanen
My bet would be that the bug is in suspending (the device removal is not safe) cause everything works fine if - as already pointed out by Polygon - one unmounts the drive manually before suspending. -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bu

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-10-24 Thread Jussi Nykanen
Still happens in current Gutsy (I have all the latest updates installed). I was wondering if someone who knows better how the kernel / file system works, could try (or provide us others with a test case) if the device removal really is unsafe or if bug is in the "message showing rule". Idea is to w

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-09-22 Thread Polygon
Just to add this still happens in Gutsy Tribe 5 (or 6 or whatever its on) fully updated, using kernel 2.6.22-12-generic -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bugs/92091 You received this bug notification because you are a member of Ubuntu

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-08-30 Thread AlesUbu123
Same happens here. After hibernation there is a report similar to one you can see on the screenshot by Huygens. Running Ubuntu 7.04 with all the updates and kernel 2.6.20-16. I have experienced no data loss after this so far. -- Unsafe device removal warning pops-up after resuming from suspend h

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-08-18 Thread Polygon
This happens to me as well. A 500 gb usb hard drive plugged in, every time i go into suspend or hibernate and come back and login (to unlock screen) i get the libnotify popups saying that the drives were not properly unmounted. A temporary fix for this is to of course unmount the usb drives befor

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-07-17 Thread Jeanphe
getting same error message on Feisty using 2 gig Kingston SD, though the same error happens every time I read from the SD card. It will transfer a couple of files then act like I just yanked the SD out of the slot, returning: [Error "I/O error" while copying] -- Unsafe device removal warning p

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-05-23 Thread Brian Murray
** Changed in: hal (Ubuntu) Importance: Undecided => Medium -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bugs/92091 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-05-09 Thread Sam Vargas
I'm getting the same problem though with a vfat USB2 Seagate drive in Feisty. It's also mounting in a new folder after suspend. -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bugs/92091 You received this bug notification because you are a member of

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-05-02 Thread Anonimoes
On top of the "unsafe device removal" warning I get another one now, I don't know if this is the symptom of the same issue but I thought I'd post it here with a screenshot. I'd be happy to report this as a seperate bug if it's really something different then the bug debated here. See the screensho

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-05-01 Thread Cycom
I am also in Feisty Fawn (7.04). I just got suspend working correctly in general, but this error message pops up for me, as well. In this case, I am not using a USB device, but a SD card plugged into my Ricoh card reader. I tried the fix suggested at http://ubuntuforums.org/showthread.php?p=2474

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-05-01 Thread Cycom
I am also in Feisty Fawn (7.04). I just got suspend working correctly in general, but this error message pops up for me, as well. In this case, I am not using a USB device, but a SD card plugged into my Ricoh card reader. I tried the fix suggested at http://ubuntuforums.org/showthread.php?p=2474

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-04-29 Thread Anonimoes
I'm experiencing quite the same bug on my desktop computer. I configured my pc to go to sleep after an idle time of 30min. If I start my computer again and the session is resumed I get the 'unsafe device removal' warning as well, of course only if my usb flash disk is plugged in. The same thing hap

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-04-16 Thread Huygens
Just wanted to let you know that the bug is still present with Kernel 2.6.20-15 As I mentioned earlier, if I'm booting with kernel 2.6.20-9 I do not have the problem. -- Unsafe device removal warning pops-up after resuming from suspend https://bugs.launchpad.net/bugs/92091 You received this bug

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-03-20 Thread Huygens
The behaviour is still present with the newest kernel: 2.6.20-12 ** Tags added: device external hal kernel suspend -- Unsafe device removal warning pops-up after resuming from suspend https://launchpad.net/bugs/92091 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-03-15 Thread Brian Murray
** Changed in: hal (Ubuntu) Assignee: Brian Murray => (unassigned) Status: Needs Info => Confirmed -- Unsafe device removal warning pops-up after resuming from suspend https://launchpad.net/bugs/92091 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-03-15 Thread Huygens
OK here are the results of my new tests: With all updates as of 2007/03/15 09h00 UTC, the bug is still present. I mean that after suspend and resume, I still have a warning message telling me that I had performed an unsafe removal of my external hard disk. I have tried to reproduce it with the pr

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-03-15 Thread Huygens
It did not use to happen before, but now it does. As I have seen some new updates, I can try to perform the test again. But I will do so later on this day. I will keep you post. I will also try to use the older kernel (2.6.20-9) instead of the latest one. -- Unsafe device removal warning pops-u

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-03-14 Thread Brian Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. I am a little bit unclear on whether or not you mean that this didn't used to happen or this is not happening any more. Please let us know. Thanks in advance. ** Changed in: Ubuntu Sourcepackagename: None => hal

[Bug 92091] Re: Unsafe device removal warning pops-up after resuming from suspend

2007-03-13 Thread Huygens
I forgot to mention that I'm using Ubuntu Feisty Fawn. And that this week-end this bug was not present (I mean there was no warning after resuming). ** Attachment added: "Screenshot of the bug" http://librarian.launchpad.net/6789993/unsafe-removal-after-sleep.jpg -- Unsafe device removal warn