Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Yet another dbus/udisks issue. [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
The Unabeefer
n00b
n00b


Joined: 23 Dec 2008
Posts: 60
Location: Chicago, IL

PostPosted: Wed Jun 20, 2012 1:02 am    Post subject: Yet another dbus/udisks issue. [SOLVED] Reply with quote

Hey there. I've spent the past day+ exhausting every option I could find / think of... so I'm finally turning here for help.

THE ERROR:
Code:
# udisks --mount /dev/sdb1
Cannot find device with major:minor 8:17: Message did not receive a reply (timeout by message bus)


THE BACKSTORY:
I've recently removed e17 and all non-essential applications (audacity, k9copy, transmission, etc... nothing life-threatening) from my system, changed to the desktop/kde profile, done all the necessary uDNv world updates and rebuilds, before installing KDE4 more-or-less fresh.

Absolutely everything works wonderfully, except my external devices aren't detected (by the device notifier, dolphin). They show up just fine in /dev but when I try to mount them in a console (as root and/or my user) or in spacefm (my fall-back file mgr), I get the above error.

I have tried an empty-tree world rebuild; I've tried un-installing and re-installing dbus, udev, udisks... as well as tested a few different versions of udisks (as kde4 pulls in an older one than is currently available) but to no avail.

[panic] HELP!! [/panic]

I can/will post my emerge --info and whatever is needed if someone has any clue about my problem! It always tends to be something so very simple, and I end up feeling quite stupid... but I would appreciate any direction with this. Thank you kindly!!


Last edited by The Unabeefer on Wed Jun 20, 2012 4:14 am; edited 1 time in total
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Wed Jun 20, 2012 1:54 am    Post subject: Reply with quote

The Unabeefer,

No need to panic - I just discovered this here

Code:
root@gentoo-gateway junk2 # udisks --dump

(udisks:1416): udisks-WARNING **: Couldn't enumerate devices: Message did not receive a reply (timeout by message bus)
root@gentoo-gateway junk2 #


I hardly use the cl udisks, so I was surprised by this :( I don't see a bug written on it so I'm curious if anyone else has this problem :?
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
The Unabeefer
n00b
n00b


Joined: 23 Dec 2008
Posts: 60
Location: Chicago, IL

PostPosted: Wed Jun 20, 2012 2:01 am    Post subject: Reply with quote

BillWho wrote:
The Unabeefer,

No need to panic - I just discovered this here

Code:
root@gentoo-gateway junk2 # udisks --dump

(udisks:1416): udisks-WARNING **: Couldn't enumerate devices: Message did not receive a reply (timeout by message bus)
root@gentoo-gateway junk2 #


I hardly use the cl udisks, so I was surprised by this :( I don't see a bug written on it so I'm curious if anyone else has this problem :?


Yeah, I get that too... but are you at least able to mount your disks?? I can only do that as root manually in command line... and I have to do any file moving/copying as root. :(

I'm hoping you're implying it's not just me and that maybe it'll get fixed soon! I like it when I'm not the only one with a problem. :D
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Wed Jun 20, 2012 2:37 am    Post subject: Reply with quote

The Unabeefer,

I'm not sure, but I think it's a polkit problem. I just got a message from pcmanfm when I plugged in my external backup drive about unauthorized something or other and polkit was in the message.

I always mount it from a script anyway and that worked fine :D
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
The Unabeefer
n00b
n00b


Joined: 23 Dec 2008
Posts: 60
Location: Chicago, IL

PostPosted: Wed Jun 20, 2012 2:40 am    Post subject: Reply with quote

BillWho wrote:
The Unabeefer,

I'm not sure, but I think it's a polkit problem. I just got a message from pcmanfm when I plugged in my external backup drive about unauthorized something or other and polkit was in the message.

I always mount it from a script anyway and that worked fine :D


I remember seeing something in the messages when I re-installed polkit, but it didn't seem to be anything that had to do with my issue. I think I'll do it again and find out.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Wed Jun 20, 2012 3:17 am    Post subject: Reply with quote

This is the message I get: trying to access any unmounted partition from a bookmark. Otherwise I get a blank window.

Code:
Not authorized to perform operation (polkit authority not available and caller is not uid 0)

:?

It looks like there's something in the works http://cgit.freedesktop.org/udisks/commit/?id=203533a089ffcfc7c0238e75a5fa6603e0a42b42 :D
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
The Unabeefer
n00b
n00b


Joined: 23 Dec 2008
Posts: 60
Location: Chicago, IL

PostPosted: Wed Jun 20, 2012 4:13 am    Post subject: Reply with quote

Yep, as I said... something simple.

Just run this as root:
Code:
# usermod -d /var/lib/polkit-1 polkitd
and either reboot or logout or whatever.

It's been mentioned in a thread before... and it was definitely in the messages for the upgrade to polkit 0.106 I just happened to pay more attention to the bit about adm being the preferred group over wheel now. Anyways, all fixed for me. Morphinominal!
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Wed Jun 20, 2012 4:28 am    Post subject: Reply with quote

The Unabeefer,

Thanks for that info

I read that message in the ebuild, but it just didn't click for some reason :( I was checking an strace cursing and scratching my head :roll: You saved me some aggravation :D
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
OPelerin
Guru
Guru


Joined: 17 Jul 2004
Posts: 354
Location: Belgium

PostPosted: Wed Jun 20, 2012 9:48 am    Post subject: Reply with quote

Thanks for the tip it works like a charm now
_________________
Olivier PELERIN
Back to top
View user's profile Send private message
supernovae
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2004
Posts: 82

PostPosted: Fri Jun 22, 2012 9:45 am    Post subject: Reply with quote

The Unabeefer wrote:
Yep, as I said... something simple.

Just run this as root:
Code:
# usermod -d /var/lib/polkit-1 polkitd
and either reboot or logout or whatever.

It's been mentioned in a thread before... and it was definitely in the messages for the upgrade to polkit 0.106 I just happened to pay more attention to the bit about adm being the preferred group over wheel now. Anyways, all fixed for me. Morphinominal!


Thanks for finding that, wish i'd paid a bit more attention too. :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum