GDBus.Error
See original GitHub issueHi,
I can’t mount with udiskie 1.4.9
on a headless Debian testing (stretch) but I can successfully mount “manually”:
...@...:~$ udiskie-mount -a
failed to mount /org/freedesktop/UDisks2/block_devices/sdb1: GDBus.Error:org.freedesktop.UDisks2.Error.NotAuthorized: Not authorized to perform operation
...@...:~$ sudo mount /dev/sdb1 /tmp/
...@...:~$
See more details in #111 Appreciate any help!
Issue Analytics
- State:
- Created 7 years ago
- Comments:20 (10 by maintainers)
Top Results From Across the Web
How to fix GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed
On centos 7, there are instances where you get the error Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.
Read more >GDBusError - Freedesktop.org
Error.AnotherError . If the other peer is using GDBus, the peer will see also FOO_BAR_ERROR_ANOTHER_ERROR instead of G_IO_ERROR_DBUS_ERROR . Note that GDBus ......
Read more >How fix GDBus.Error: org.freedesktop.DBus.Error.InvalidArgs
Clear the session cache. open Settings -> Settings Manager -> Session and Startup -> Saved Sessions -> Clear saved sessions.
Read more >How to fix GDBus Error org freedesktop PolicyKit1 Error Failed
This is a small guide on How to fix GDBus Error org freedesktop PolicyKit1 Error Failed : An authentication agent already exists for...
Read more >GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gnome-terminal-server received signal 5.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey,
looks like you are missing some permissions, see here:
https://github.com/coldfix/udiskie/wiki/Permissions
Look at which version of policykit you are running
You need these in particular:
but won’t hurt much to allow all, that’s described there.
Sorry, I didn’t read through the other thread carefully. Just get back to me, if this doesn’t work.
Great! It was my fault writing commas into the example by accident.
@yakir12: Feel free to reopen if your problem remains.