Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-2008, 02:58 PM
Uncle Jean
 
Posts: n/a
A problem

Hi all,

I installed Slackware 12.1 (xfce) a few days ago. I like it
much but when I plug my digital camera, here's the message I get"

=========================

Unable to mount "16M Removable Volume":

A security policy in place prevents this sender from sending
this message to this recipient, see message bus configuration
file (rejected message had interface
"org.freedesktop.Hal.Device.Volume" member "Mount" error name
"(unset)" destination "org.freedesktop.Hal")

=========================

Any suggestions ?

Thanks,
UJ
http://www.linuxaucoin.blogspot.com/
Reply With Quote
  #2 (permalink)  
Old 07-20-2008, 03:06 PM
jjg
 
Posts: n/a
Re: A problem

Uncle Jean wrote:

> Hi all,
>
> I installed Slackware 12.1 (xfce) a few days ago. I like it
> much but when I plug my digital camera, here's the message I get"
>
> =========================
>
> Unable to mount "16M Removable Volume":
>
> A security policy in place prevents this sender from sending
> this message to this recipient, see message bus configuration
> file (rejected message had interface
> "org.freedesktop.Hal.Device.Volume" member "Mount" error name
> "(unset)" destination "org.freedesktop.Hal")
>
> =========================
>
> Any suggestions ?
>
> Thanks,
> UJ
> http://www.linuxaucoin.blogspot.com/


AFAIK it is an access rights problem. The camera is mounted, but you have no
access to it. Look in the /media directory who is the owner and how the
rights are set
Reply With Quote
  #3 (permalink)  
Old 07-20-2008, 04:19 PM
Robby Workman
 
Posts: n/a
Re: A problem

On 2008-07-20, Uncle Jean <aha@invalid.com> wrote:
> Hi all,
>
> I installed Slackware 12.1 (xfce) a few days ago. I like it
> much but when I plug my digital camera, here's the message I get"
>
>=========================
>
> Unable to mount "16M Removable Volume":
>
> A security policy in place prevents this sender from sending
> this message to this recipient, see message bus configuration
> file (rejected message had interface
> "org.freedesktop.Hal.Device.Volume" member "Mount" error name
> "(unset)" destination "org.freedesktop.Hal")
>
>=========================
>
> Any suggestions ?



Sure. Read the release notes, CHANGES_AND_HINTS.TXT, and other assorted
documentation shipped with Slackware 12.1 - you'll notice that your
user account needs to belong to a few specific groups (well, one in
particular for this case).

-RW
Reply With Quote
  #4 (permalink)  
Old 07-20-2008, 05:07 PM
Oncle Jean
 
Posts: n/a
Re: A problem

On Jul 20, 11:06 am, jjg <j...@xs4all.nl> wrote:

> AFAIK it is an access rights problem. The camera is mounted, but you have no
> access to it. Look in the /media directory who is the owner and how the
> rights are set


Properties of the media file:

Owner: root
Group: root

How can I change that ?

UJ
http://www.linuxaucoin.blogspot.com/

Reply With Quote
  #5 (permalink)  
Old 07-20-2008, 05:38 PM
Leon Whyte
 
Posts: n/a
Re: A problem

Oncle Jean wrote:
> On Jul 20, 11:06 am, jjg <j...@xs4all.nl> wrote:
>
>> AFAIK it is an access rights problem. The camera is mounted, but you have no
>> access to it. Look in the /media directory who is the owner and how the
>> rights are set

>
> Properties of the media file:
>
> Owner: root
> Group: root
>
> How can I change that ?
>
> UJ
> http://www.linuxaucoin.blogspot.com/
>


I use File manager in super user mode.
With this I get to the file and right click and get to
Permissions which I then adjust be user to: leon (use your own ident)
and then set group to 1000 you could also set group to users

--
Leon
A computer without Microsoft is like a chocolate cake without mustard.
< running Linux >
Reply With Quote
  #6 (permalink)  
Old 07-20-2008, 05:39 PM
Oncle Jean
 
Posts: n/a
Re: A problem

On Jul 20, 12:19 pm, Robby Workman <newsgro...@rlworkman.net> wrote:

> Sure. Read the release notes, CHANGES_AND_HINTS.TXT, and other assorted
> documentation shipped with Slackware 12.1 - you'll notice that your
> user account needs to belong to a few specific groups (well, one in
> particular for this case).
>
> -RW


I'll do that and I thank you, Robby.

Uncle Jean
http://www.linuxaucoin.blogspot.com/

Reply With Quote
  #7 (permalink)  
Old 07-20-2008, 06:35 PM
Martijn Dekker
 
Posts: n/a
Re: A problem

In article <rKKgk.17747$nD.1770@pd7urf1no>,
Leon Whyte <leon.whyte@gmail.com> wrote:

> Oncle Jean wrote:
> > Properties of the media file:
> >
> > Owner: root
> > Group: root
> >
> > How can I change that ?
> >
> > UJ
> > http://www.linuxaucoin.blogspot.com/
> >

>
> I use File manager in super user mode.
> With this I get to the file and right click and get to
> Permissions which I then adjust be user to: leon (use your own ident)
> and then set group to 1000 you could also set group to users


I don't think that'll do anything. The original owner and permissions
of the directory become irrelevant once you use it as a mountpoint.

Instead, this bit from CHANGES_AND_HINTS.TXT is relevant to the OP:

| HAL is not new anymore, but here are a few notes related to it:
| 1. User accounts with permission to mount removable devices must be in at
| least the plugdev group, and the power group is also recommended to
| allow shutdown and reboot via HAL methods.
| 2. HAL will honor settings in /etc/fstab if a device is present there, so
| you could technically have removable devices defined in /etc/fstab, but
| if the fstab settings do not allow normal users to mount them (with the
| "user" or "users" option), then HAL/dbus will not allow them to be
| mounted either. In other words, for example, if your fstab line for the
| cdrom/dvd drive includes the "owner" option, you will not be able to
| mount it as a normal user.
| 3. If you find a need for modified fdi files, those should be placed in the
| relevant directories in /etc/hal/ instead of /usr/share/hal/

- Martijn
Reply With Quote
  #8 (permalink)  
Old 09-30-2008, 10:00 PM
Roland Latour
 
Posts: n/a
Re: A problem

On Sun, 20 Jul 2008 10:07:15 -0700, Oncle Jean wrote:

> On Jul 20, 11:06 am, jjg <j...@xs4all.nl> wrote:
>> AFAIK it is an access rights problem. The camera is mounted, but you
>> have no access to it. Look in the /media directory who is the owner and
>> how the rights are set

>
> Properties of the media file:
> Owner: root
> Group: root
> How can I change that ?


I ran into a similar problem with another USB device. I fixed it by
editing (as root) an entry in a file in /etc/udev/rules. If you want a
more specific answer you need to provide more specific information.
Reply With Quote
  #9 (permalink)  
Old 09-30-2008, 10:28 PM
Lew Pitcher
 
Posts: n/a
Re: A problem

On September 30, 2008 18:00, in alt.os.linux.slackware, Roland Latour
(bogus@example.com) wrote:

> On Sun, 20 Jul 2008 10:07:15 -0700, Oncle Jean wrote:
>
>> On Jul 20, 11:06 am, jjg <j...@xs4all.nl> wrote:
>>> AFAIK it is an access rights problem. The camera is mounted, but you
>>> have no access to it. Look in the /media directory who is the owner and
>>> how the rights are set

>>
>> Properties of the media file:
>> Owner: root
>> Group: root
>> How can I change that ?

>
> I ran into a similar problem with another USB device. I fixed it by
> editing (as root) an entry in a file in /etc/udev/rules. If you want a
> more specific answer you need to provide more specific information.


To the OP,

Is your userid included in the plugdev group? If not, add it there


--
Lew Pitcher

Master Codewright & JOAT-in-training | Registered Linux User #112576
http://pitcher.digitalfreehold.ca/ | GPG public key available by request
---------- Slackware - Because I know what I'm doing. ------


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:04 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Mobile Phones | Mobile Phones | Loans | Remortgages | Mortgage



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109