public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] problems using ivman
@ 2006-07-28  9:22 Stefán István
  2006-07-28  9:51 ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: Stefán István @ 2006-07-28  9:22 UTC (permalink / raw
  To: gentoo levlist

Hello!

I have some little problems with ivman, and I hope somebody could help me:
 - It does not creates entries in fstab, so when I put in some device, though 
it is mounted it is not shown on kde's desktop.
- The mounted devices only can be unmounted by root, not as simple user. This 
is problem when using pendrives for example, because if I write something to 
the device I want to unmount it before plug it out to avoid data loss.

Thanks for the helps in advance,
István

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] problems using ivman
  2006-07-28  9:22 [gentoo-user] problems using ivman Stefán István
@ 2006-07-28  9:51 ` Neil Bothwick
  2006-07-28 10:55   ` Stefán István
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-07-28  9:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

On Fri, 28 Jul 2006 11:22:57 +0200, Stefán István wrote:

> I have some little problems with ivman, and I hope somebody could help
> me:
>  - It does not creates entries in fstab, so when I put in some device,
> though it is mounted it is not shown on kde's desktop.

Don't use ivman with KDE, it has it's own auto-mounting system. As long
as KDE was merged with the hal USE flag and you have "Enable HAL backend"
set in Control Centre->Peripherals->Storage Media.

This uses pmount, which it seems like ivman does not, which doesn't write
entries in /etc/fstab. This is how it should be, I don't want software
messing with a file so critical to my system's health.


-- 
Neil Bothwick

Good fortune will find you provided you left clear instructions.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] problems using ivman
  2006-07-28  9:51 ` Neil Bothwick
@ 2006-07-28 10:55   ` Stefán István
  2006-07-28 11:05     ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: Stefán István @ 2006-07-28 10:55 UTC (permalink / raw
  To: gentoo-user

péntek 28 július 2006 11.51 dátummal Neil Bothwick ezt írta:
> On Fri, 28 Jul 2006 11:22:57 +0200, Stefán István wrote:
> 
> > I have some little problems with ivman, and I hope somebody could help
> > me:
> >  - It does not creates entries in fstab, so when I put in some device,
> > though it is mounted it is not shown on kde's desktop.
> 
> Don't use ivman with KDE, it has it's own auto-mounting system. As long
> as KDE was merged with the hal USE flag and you have "Enable HAL backend"
> set in Control Centre->Peripherals->Storage Media.
> 
> This uses pmount, which it seems like ivman does not, which doesn't write
> entries in /etc/fstab. This is how it should be, I don't want software
> messing with a file so critical to my system's health.

I'm afraid that kde was emerged without tha hal use flag. What parts of it 
should I reemerge with this useflag?
I tried kdebase-startkde, but ii doesn't use tha hal use flag.

Thanks,
István

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] problems using ivman
  2006-07-28 10:55   ` Stefán István
@ 2006-07-28 11:05     ` Neil Bothwick
  2006-07-28 12:34       ` Stefán István
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-07-28 11:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

On Fri, 28 Jul 2006 12:55:31 +0200, Stefán István wrote:

> I'm afraid that kde was emerged without tha hal use flag. What parts of
> it should I reemerge with this useflag?

Either add hal to your global USE flags (which is probably a good idea
anyway if you're using removable devices) and do "emerge -uavDN world"
or do "equery hasuse hal | grep kde" and re-emrge the relevant packages.


-- 
Neil Bothwick

Brain fried -- core dumped.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] problems using ivman
  2006-07-28 11:05     ` Neil Bothwick
@ 2006-07-28 12:34       ` Stefán István
  2006-07-28 13:22         ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: Stefán István @ 2006-07-28 12:34 UTC (permalink / raw
  To: gentoo-user

péntek 28 július 2006 13.05 dátummal Neil Bothwick ezt írta:
> On Fri, 28 Jul 2006 12:55:31 +0200, Stefán István wrote:
> 
> > I'm afraid that kde was emerged without tha hal use flag. What parts of
> > it should I reemerge with this useflag?
> 
> Either add hal to your global USE flags (which is probably a good idea
> anyway if you're using removable devices) and do "emerge -uavDN world"
> or do "equery hasuse hal | grep kde" and re-emrge the relevant packages.

Thanks for the help very much, it works noe perfectly. I chose the "smaller" 
emerge.

Besides, I think the page http://www.gentoo.org/doc/en/kde-config.xml should 
be updated, because it still suggests to use ivman. 

Best regards,
István

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] problems using ivman
  2006-07-28 12:34       ` Stefán István
@ 2006-07-28 13:22         ` Neil Bothwick
  2006-07-30 10:58           ` Jose Maria Alvarez Fernandez
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-07-28 13:22 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

On Fri, 28 Jul 2006 14:34:34 +0200, Stefán István wrote:

> Besides, I think the page http://www.gentoo.org/doc/en/kde-config.xml
> should be updated, because it still suggests to use ivman. 

I've filed a bug.


-- 
Neil Bothwick

Time for a diet!                             -- [NO FLABBIER].

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] problems using ivman
  2006-07-28 13:22         ` Neil Bothwick
@ 2006-07-30 10:58           ` Jose Maria Alvarez Fernandez
  0 siblings, 0 replies; 7+ messages in thread
From: Jose Maria Alvarez Fernandez @ 2006-07-30 10:58 UTC (permalink / raw
  To: gentoo-user

You can use pmount with ivman since 0.6.5. In fact, I think it's the default. 
(but you can set mount as the default command also in the base settings). 
I use ivman and KDE and don't have many problems.
But it's neccesary to emerge KDE with "hal" useflag.


El Viernes, 28 de Julio de 2006 15:22, Neil Bothwick escribió:
> On Fri, 28 Jul 2006 14:34:34 +0200, Stefán István wrote:
> > Besides, I think the page http://www.gentoo.org/doc/en/kde-config.xml
> > should be updated, because it still suggests to use ivman.
>
> I've filed a bug.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-30 11:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28  9:22 [gentoo-user] problems using ivman Stefán István
2006-07-28  9:51 ` Neil Bothwick
2006-07-28 10:55   ` Stefán István
2006-07-28 11:05     ` Neil Bothwick
2006-07-28 12:34       ` Stefán István
2006-07-28 13:22         ` Neil Bothwick
2006-07-30 10:58           ` Jose Maria Alvarez Fernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox