[systemd-devel] stdout-syslog-bridge max line length issue

2011-09-16 Thread Albert Strasheim
Hello all We've run into a problem with stdout-syslog-bridge with systemd v35 on F16. Our application logged some very long lines as part of debug output, which filled up the stream buffer for the app. http://cgit.freedesktop.org/systemd/tree/src/stdout-syslog-bridge.c#n91 I think LINE_MAX is 2

Re: [systemd-devel] Xinetd to systemd unit files.

2011-09-16 Thread Jóhann B. Guðmundsson
On 09/16/2011 09:28 PM, Stefan G. Weichinger wrote: Am 16.09.2011 22:17, schrieb "Jóhann B. Guðmundsson": This is just a heads which I was meaning to post here to the list for distribution migrating to systemd. I converted all the xinetd snippets in Fedora to native systemd units last week so t

Re: [systemd-devel] Xinetd to systemd unit files.

2011-09-16 Thread Stefan G. Weichinger
Am 16.09.2011 23:28, schrieb Stefan G. Weichinger: > In the meantime I will try to enable amanda via the additional layer of > starting xinetd within systemd. update: this works fine here. S ___ systemd-devel mailing list systemd-devel@lists.freedeskto

Re: [systemd-devel] Xinetd to systemd unit files.

2011-09-16 Thread Stefan G. Weichinger
Am 16.09.2011 22:17, schrieb "Jóhann B. Guðmundsson": > This is just a heads which I was meaning to post here to the list for > distribution migrating to systemd. > > I converted all the xinetd snippets in Fedora to native systemd units > last week so to save yourselves from duplicating that work

[systemd-devel] Xinetd to systemd unit files.

2011-09-16 Thread Jóhann B. Guðmundsson
This is just a heads which I was meaning to post here to the list for distribution migrating to systemd. I converted all the xinetd snippets in Fedora to native systemd units last week so to save yourselves from duplicating that work for your distribution here's a list of all bugs in bugzilla.

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

2011-09-16 Thread Richard Hughes
On 16 September 2011 13:17, Hans de Goede wrote: > Hmm, I cannot find this in gnome-settings-daemon-3.1.91 git master, sorry. Richard. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/syst

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

2011-09-16 Thread Hans de Goede
Hi, On 15 September 2011 13:41, Matthias Clasen wrote: gdbus introspect --system --dest org.freedesktop.login1 --object-path /org/freedesktop/login1 Hmm that does not seem to offer either a method to get the active session, nor a method to go from a pid (the pid of the other end of a unix soc

[systemd-devel] [PATCH] Circumvent autofs_v5_packet_union size bug

2011-09-16 Thread Thomas Meyer
the size of autofs_v5_packet_union is 300 bytes on x86 and 304 bytes on x86_64 kernels. when running systemd (x86) on an x86_64 kernel this leads to a hang in automount_fd_event->loop_read as a second fd_event is trigged for the remaining 4 bytes. but the loop_read tries to read 300 bytes again.

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

2011-09-16 Thread Thomas Meyer
Am Donnerstag, den 15.09.2011, 13:28 +0200 schrieb Thomas Meyer: > Am Sonntag, den 11.09.2011, 10:04 +0200 schrieb Thomas Meyer: > > > any ideas what is going on here? btw I found the bug that leads to the hang in systemd: https://lkml.org/lkml/2011/9/16/130 signature.asc Description: This is