View previous topic :: View next topic |
Author |
Message |
ToMaC n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2004 Posts: 13
|
Posted: Thu May 05, 2005 9:18 pm Post subject: Ivman/Hald won't unmount upon manual CD ejection?! |
|
|
I did some searching and turned up nothing so here's my current crisis.
I Have hald and ivman emerged and working, however the problem comes when I try to manually eject my CD-Rom. The CD Will not unmount, it remains mounted until I manually unmount it. When a CD is inserted it works just fine but not the other way around. If I issue a "eject /mnt/cdrom" it unmounts correctly and life is good, but that kind of defeats the purpose of ivman. I have done little to change the ivman config short of uncommenting the cdrom entry.
dmesg reports nothing out of the ordinary. I haven't tried a different drive yet, but should I really have to?!
Hald - 0.4.7-r2 (tried latest stable with no success)
Ivman - 0.5_pre3 (tried pre2 with no success)
Any insight is appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Master Shake l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Southpark/avatar15.gif)
Joined: 10 Apr 2005 Posts: 755 Location: Wilmington, Delaware
|
Posted: Thu May 05, 2005 10:33 pm Post subject: |
|
|
That is strange. I use hald also and it works like a charm. I'm using gnome 2.10, if your using 2.8 maybe it just doesn't work well with 2.8? Maybe you over optimized it? If you have aggressive cflags try emerging it without your aggressive ones. _________________ System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ToMaC n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2004 Posts: 13
|
Posted: Fri May 06, 2005 2:59 am Post subject: |
|
|
I just have xfvm4 installed, but i don't see how that should matter. Use flags are as follows.
USE="i8x0 samba lirc mmx sse opengl X alsa usb dvd mysql directfb dvb" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ToMaC n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2004 Posts: 13
|
Posted: Sat May 07, 2005 6:19 am Post subject: |
|
|
^ bump
Any insight is greatly appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ToMaC n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2004 Posts: 13
|
Posted: Sun May 08, 2005 5:02 am Post subject: |
|
|
No one has ANY input?! Why do all the questions I ask always go unanswered? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Takk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Mar 2004 Posts: 12
|
Posted: Mon May 09, 2005 10:11 pm Post subject: |
|
|
I'm experiencing the same problem. I have followed all the steps from Submount Howto and Ivman Howto, and don't have done lots of modifications on my CFLAGS... Nyuuuu.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ToMaC n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2004 Posts: 13
|
Posted: Thu May 12, 2005 6:26 am Post subject: |
|
|
^ bump |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Takk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Mar 2004 Posts: 12
|
Posted: Thu May 12, 2005 1:11 pm Post subject: |
|
|
I've solved this problem on my PC. Because I'm at Windows now, I can't describe perfectly what I have done, so I'll come back later to this forum and try to explain how I could solve it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
forbjok Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/4334057084183fdc2a0725.jpg)
Joined: 21 May 2004 Posts: 207 Location: Hordaland, Norge
|
Posted: Wed Jun 22, 2005 7:44 pm Post subject: |
|
|
Did you ever find a solution to this? I seem to be having the same problem... (ivman mounts when inserting cd, but does not unmount it on eject) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
koprimer n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_8_-_Squall.gif)
Joined: 29 Feb 2004 Posts: 64
|
Posted: Sun Jul 10, 2005 3:10 am Post subject: |
|
|
For anyone who's still having these problems, like I was, then here's my solution:
1. I recommend this solution, which is what worked for me. Since Hal now manages most removable devices and uses fstab-sync to add fstab entries, then I recommend taking out all your /mnt devices from fstab and let Hal handle them. Adding an fstab entry that doesn't match hal's configurations can really screw up ivman (as most of you know if you're getting that "VFS" error).
2. If you want to keep those mounts in /mnt and not conform to the new /media system, then you can change /media in /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi to:
Code: | <merge key="storage.policy.default.mount_root" type=string>/mnt</merge> |
3. If you don't want Hal to handle devices in fstab, then you can turn off the use of fstab-sync (which I highly do not recommend), and this is mentioned in fstab-sync's man page:
Code: | rm /etc/hal/device.d/50-fstab-sync.hal
ln -s /etc/hal/device.d/50-fstab-sync.hal /bin/false |
Hope this helps some.
*EDIT* Also, this will fix the umounting error. If you do my first suggestion, then you will get it umounted when you eject. You will, however, continue getting those "VFS" errors if you're still requesting information from the mount (i.e. still in the mount directory).
-coprime |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|