Re: [systemd-devel] systemd -> consolekit, spice-vdagent questions

2011-09-15 Thread Richard Hughes
On 15 September 2011 13:41, Matthias Clasen wrote: > gdbus introspect --system --dest org.freedesktop.login1 --object-path > /org/freedesktop/login1 FWIW, so gnome-settings-daemon could track the active console I added ConsoleKit support in an abstract way, on the logic that it could easily be sw

Re: [systemd-devel] systemd -> consolekit, spice-vdagent questions

2011-09-15 Thread Matthias Clasen
On Thu, Sep 15, 2011 at 4:09 AM, Hans de Goede wrote: > Hi, > > On 09/14/2011 04:40 PM, Tomasz Torcz wrote: >> >> On Wed, Sep 14, 2011 at 04:26:20PM +0200, Hans de Goede wrote: >>> >>> Currently the linux spice-vdagent is using ConsoleKit to >>> figure out (for the first seat, it assumes a vm is s

Re: [systemd-devel] Running a x86_64 kernel on Fedora 15 x86 userland

2011-09-15 Thread Thomas Meyer
Am Sonntag, den 11.09.2011, 10:04 +0200 schrieb Thomas Meyer: > any ideas what is going on here? I was able to debug the hang with gdb: 1.) start into emergency mode 2.) start all automount point in /lib/systemd/system/*.automount 3.) ls /dev/hugepages gdb: $ cont Continuing. Detaching after f

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-15 Thread Stefan G. Weichinger
Am 15.09.2011 12:06, schrieb Stefan G. Weichinger: > > Got it/something working. > > amcheck succeeds now, will test an actual backup now. Removed StandardOutput again. Doing backups with amdump fails, the socket fails on the target machine. I do some other work now. Feedback welcome. Stefan

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-15 Thread Stefan G. Weichinger
Got it/something working. amcheck succeeds now, will test an actual backup now. Pls review my current files and tell me if I do something wrong maybe. Went back to Accept=True now and added StandardOutput: # cat amanda.socket [Socket] ListenStream=10080 Accept=True [Install] WantedBy=sock

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-15 Thread Stefan G. Weichinger
Am 15.09.2011 10:47, schrieb Michael Olbrich: > On Thu, Sep 15, 2011 at 10:15:05AM +0200, Stefan G. Weichinger wrote: >> Am 15.09.2011 08:49, schrieb Michael Olbrich: >>> On Wed, Sep 14, 2011 at 11:49:30PM +0200, Stefan G. Weichinger wrote: >>> Are the sshd.socket/sshd@.service from >>> http://0poi

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-15 Thread Michael Olbrich
On Thu, Sep 15, 2011 at 10:15:05AM +0200, Stefan G. Weichinger wrote: > Am 15.09.2011 08:49, schrieb Michael Olbrich: > > On Wed, Sep 14, 2011 at 11:49:30PM +0200, Stefan G. Weichinger wrote: > > Are the sshd.socket/sshd@.service from > > http://0pointer.de/public/systemd-units/ working? If not, th

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-15 Thread Stefan G. Weichinger
Am 15.09.2011 08:49, schrieb Michael Olbrich: > On Wed, Sep 14, 2011 at 11:49:30PM +0200, Stefan G. Weichinger wrote: >> nope, systemd-29-r2 here (latest in gentoo-portage) > > That's rather old. There are issues with udev herer, so the devs still hold back new releases: https://bugs.gentoo.org/

Re: [systemd-devel] systemd -> consolekit, spice-vdagent questions

2011-09-15 Thread Hans de Goede
Hi, On 09/14/2011 04:40 PM, Tomasz Torcz wrote: On Wed, Sep 14, 2011 at 04:26:20PM +0200, Hans de Goede wrote: Currently the linux spice-vdagent is using ConsoleKit to figure out (for the first seat, it assumes a vm is single seat): 1) Which session is active (including notification of when th