Displaying 18 results from an estimated 18 matches for "gdbus".
Did you mean:
dbus
2016 Jan 28
2
yum / rpm kernel problems - CentOS 7.2
...-327.el7.x86_64
kernel-tools-3.10.0-327.el7.x86_64
kernel-devel-3.10.0-327.el7.x86_64
The virtual box command to compile and install the vbox driver is sudo
/sbin/rcvboxdrv
which seems to have issues
sudo /sbin/rcvboxdrv
** (pkttyagent:3047): WARNING **: Unable to register authentication
agent: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
:1.6 was not provided by any .service files
Error registering authentication agent:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.6 was
not provided by any .service files (g-dbus-error-quark, 2)
zero idea of what tha...
2016 Oct 25
2
Re: [PATCH] p2v: Inhibit power saving during the conversion.
...Cowley.
>
> Minor nitpick: "D-Bus" is the proper spelling.
OK I will change this.
> The rest of the libdbus-1 implementation looks correct, checking with
> the API docs (and a bit the internals). Maybe could be worth using
> the glib-based interface for it (dbus glib or GDBus).
Is there any particular advantage? The low level API is pretty
horrible to use, but in the end it wasn't too much code.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Win...
2015 Nov 02
0
Errors with virt-manager
Hi all,
When I try to connect to a remote KVM host from my CentOS workstation
(both are CentOS 7.1 fully patched) using virt-manager (ssh+qemu), the
following error is displayed:
Error launching connect dialogue:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.Avahi was not provided by any .service files
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 714, in
_do_show_connect
self._get_connect_dialog().show(src.topw...
2015 Apr 02
1
Centos7: start job running for dev/mapper-centos\x2dhome.device
...shed it manualy,
by issuing the command
package-cleanup --cleandupes and
yum update
Now I' missing some packages, after some re?nstalling, I can boot again.
However, I can not log in.
EM:apr 02 13:58:25 jvanbaekel lightdm[1596]: ** (process:2903): WARNING **: Failed to open CK session: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
So far I was not able to find out which pakages I'm missing for lightdm.
Can anyone help me with this?
greetings, Johan
2024 Apr 14
1
D-bus integration
...temd.
Afraid not, D-Bus is a stateful protocol with client authentication and
so much more, it's not something you really want to reimplement
locally, using one of the available libraries is the only reasonable
approach.
There are de-facto two usable libraries for C projects, the first one
is GDBus, provided by the GLib library, and pretty much requires buying
into the whole GLib model of main loop and event processing. The second
one is sd-bus, which is smaller and can be used in other event/main
loops implementation and, I'm sure you'll be delighted to know, it's
from libsystemd...
2018 Nov 28
0
Gnome_shell out of memory
...ning
Nov 28 07:43:23 mediacontroller01 dbus[817]: [system] Successfully
activated service 'org.freedesktop.GeoClue2'
Nov 28 07:43:23 mediacontroller01 systemd: Started Location Lookup Service.
Nov 28 07:43:23 mediacontroller01 journal: No permission to trigger offline
updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed:
Action org.freedesktop.packagekit.trigger-offline-update is not registered
Nov 28 07:43:23 mediacontroller01 org.gnome.Shell.desktop: Window manager
warning: "XF86RFKill" is not a valid accelerator
Nov 28 07:43:23 mediacontroller01 journal: E...
2016 May 12
3
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
...????
Hit:5 http://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease????????????????????????????????????????????????????????????????
Reading package lists... Done
So after that:
sudo gedit /etc/apt/sources.list
[sudo] password for atakan:
(gedit:7094): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
** (gedit:7094): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-spell-enabled not supported
** (gedit:7094): WARNING **: Set document metadata fai...
2016 Oct 24
2
[PATCH] p2v: Inhibit power saving during the conversion.
We do this by sending an Inhibit() message to logind and receiving a
file descriptor back, which we hold open until the conversion
completes (or fails). This is described here:
https://www.freedesktop.org/wiki/Software/systemd/inhibit/
This adds an additional optional dependency on DBus since we use DBus
to call the Inhibit() method.
Reported-by: Chris Cowley.
---
docs/guestfs-building.pod
2016 Oct 25
0
Re: [PATCH] p2v: Inhibit power saving during the conversion.
...Inhibit() method.
>
> Reported-by: Chris Cowley.
Minor nitpick: "D-Bus" is the proper spelling.
The rest of the libdbus-1 implementation looks correct, checking with
the API docs (and a bit the internals). Maybe could be worth using
the glib-based interface for it (dbus glib or GDBus).
--
Pino Toscano
2016 Oct 25
0
Re: [PATCH] p2v: Inhibit power saving during the conversion.
On Tuesday, 25 October 2016 10:16:42 CEST Richard W.M. Jones wrote:
> > The rest of the libdbus-1 implementation looks correct, checking with
> > the API docs (and a bit the internals). Maybe could be worth using
> > the glib-based interface for it (dbus glib or GDBus).
>
> Is there any particular advantage? The low level API is pretty
> horrible to use, but in the end it wasn't too much code.
Mostly because of the above, the fact that's low-level, and that using
the glib binding should integrate with the glib main loop.
Not a big deal anywa...
2015 Dec 14
0
CentOS 7, NetworkMangler
This is annoying. I yum removed NetworkManager-wifi... and I'm still
getting this junk in the logs:
MetworkManager[7723]: <warn> error requesting auth for
org.freedesktop.NetworkManager.enable-disable-wifi: (0) Authorization
check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did
not receive a reply (timeout by message bus)
Anyone have a clue as to what or why this is happening? I won't even
mention the same for -wwan, and "sleep-wake".
mark
2015 Dec 31
0
CentOS 7, annoyances in the logs
...-M mypol#012# semodule -i mypol.pp#012
Which policy I implemented, but why is that incorrect in the first place?
3. Finally, the noisiest of all,
NetworkManager[7723]: <warn> error requesting auth for
org.freedesktop.NetworkManager.settings.modify.hostname: (0)
Authorization check failed:
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a
reply (timeout by message bus)
and for what seems like every possible network type NetworkMangler
handles, including wifi, and I yum removed NetwoworkManager-wifi....
Anyone have any answers so I can shut this up?
mark
2018 Aug 07
0
Centos 7.5..and My GDM Greeter/GDM Don't Work Anymore
...installed and pam_systemd
> is...ed at login.
> Aug 07 16:23:31 gs6102dsclxpvirgo3 gnome-shell[2023]: g_array_unref:
> assertion 'array' failed
> Aug 07 16:23:32 gs6102dsclxpvirgo3 gnome-shell[2023]: JS ERROR:
> Exception in callback for signal: reset: Gio.DBusError:
> GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: No session available
> LoginDialog<._resetGreeterProxy at resource:///org/gnome/shell/gdm/loginDialog.js:837:29
> wrapper at resource:///org/gnome/gjs/modules/_legacy.js:82:22...
Did the upgrade break something? Possibly. Any and all hints/ide...
2016 May 12
0
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
...rity
> InRelease
> Hit:5 http://cran.rstudio.com/bin/linux/ubuntu xenial/
> InRelease
> Reading package lists... Done
>
> So after that:
> sudo gedit /etc/apt/sources.list
> [sudo] password for atakan:
>
>
> (gedit:7094): Gtk-WARNING **: Calling Inhibit failed:
> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.gnome.SessionManager was not provided by any .service files
>
> ** (gedit:7094): WARNING **: Set document metadata failed: Setting
> attribute metadata::gedit-spell-enabled not supported
>
> ** (gedit:7094): WARNING *...
2015 May 11
0
Vodafone K4203 Mobile Broadband on Centos7
...ctManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination=":1.75" (uid=0 pid=3806 comm="/usr/sbin/ModemManager ")
May 11 21:06:37 jvermeulen NetworkManager[886]: <warn> error creating ModemManager client: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.12" (uid=0 pid=886 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObject...
2013 Oct 11
40
[Bug 70388] New: [NV34] failed to idle channel 0xcccc0000
https://bugs.freedesktop.org/show_bug.cgi?id=70388
Priority: medium
Bug ID: 70388
Assignee: nouveau at lists.freedesktop.org
Summary: [NV34] failed to idle channel 0xcccc0000
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: rosti.bsd at gmail.com
Hardware: x86 (IA32)
2016 May 12
2
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
Hi,
I am running a dual-booted Ubuntu 16.04 from a USB stick and having problems installing R.
I have been following the steps at this site: https://www.datascienceriot.com/how-to-install-r-in-linux-ubuntu-16-04-xenial-xerus/kris/
Below is the the output and the commands from the terminal:
sudo echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | sudo tee -a
2019 Jan 28
1
Samba and UFW
...sion uid=0
pid=2748] AppArmor D-Bus mediation is enabled
Jan 28 10:17:40 martin-RB042AV-ABA-a1410y dbus-daemon[651]: [system]
Activating via systemd: service name='org.freedesktop.PackageKit'
unit='packagekit.service' requested by ':1.65' (uid=0 pid=3320
comm="/usr/bin/gdbus call --system --dest org.freedeskto"
label="unconfined")
Jan 28 10:17:40 martin-RB042AV-ABA-a1410y systemd[1]: Starting PackageKit
Daemon...
Jan 28 10:17:40 martin-RB042AV-ABA-a1410y PackageKit: daemon start
Jan 28 10:17:41 martin-RB042AV-ABA-a1410y dbus-daemon[651]: [system]
Succ...