Re: [systemd-devel] v20: systemd abort in libdbus on unit interface

2011-03-09 Thread Andrey Borzenkov
On Wed, Mar 9, 2011 at 6:58 AM, Andrey Borzenkov wrote: > #6  0x7f89672a37b5 in _dbus_warn_check_failed ( >    format=0x7f89672b35d8 "arguments to %s() were incorrect, assertion > \"%s\" failed in file %s line %d.\nThis is normally a bug in some > application using the D-Bus library.\n") at db

[systemd-devel] [PATCH] dbus: return InvalidArgs for unknown property

2011-03-09 Thread Andrey Borzenkov
Currently it falls through to UnknownMethod which is rather misleading. {pts/0}% dbus-send --system --print-reply --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.DBus.Properties.Get string:org.freedesktop.systemd1.Manager string:foo

[systemd-devel] Dependency loop due to network filesystem and quotacheck; suboptimal loop resolution.

2011-03-09 Thread Andrey Borzenkov
https://qa.mandriva.com/show_bug.cgi?id=62746 There are two issues in it 1. Dependency on quotacheck are added to network filesystem This is v19. It could be possible that this is fixed in v20. -> Unit quotacheck.service: After: mnt-cesi.mount -> Unit mnt-cesi.mount: Where: /mnt

[systemd-devel] a question regarding selinux_setup()

2011-03-09 Thread Thomas Meyer
Do I understand it correctly that the "log_debug()" call in selinux_setup() can never output anything? 1.) the log device is opened later on in the program and 2.) the log_level (via kernel command line systemd.log_level) is also set later on in the program. default log level seem to be LOG_INFO.

Re: [systemd-devel] a question regarding selinux_setup()

2011-03-09 Thread Lennart Poettering
On Wed, 09.03.11 19:32, Thomas Meyer (tho...@m3y3r.de) wrote: > Do I understand it correctly that the "log_debug()" call in > selinux_setup() can never output anything? > > 1.) the log device is opened later on in the program and > 2.) the log_level (via kernel command line systemd.log_level) is

Re: [systemd-devel] Dependency loop due to network filesystem and quotacheck; suboptimal loop resolution.

2011-03-09 Thread Andrey Borzenkov
On Wed, Mar 9, 2011 at 5:12 PM, Andrey Borzenkov wrote: > https://qa.mandriva.com/show_bug.cgi?id=62746 > > There are two issues in it > > 1. Dependency on quotacheck are added to network filesystem > > This is v19. It could be possible that this is fixed in v20. > It is not. Suggested patch atta

Re: [systemd-devel] v20: systemd abort in libdbus on unit interface

2011-03-09 Thread Lennart Poettering
On Wed, 09.03.11 11:54, Andrey Borzenkov (arvidj...@gmail.com) wrote: > On Wed, Mar 9, 2011 at 6:58 AM, Andrey Borzenkov wrote: > > #6  0x7f89672a37b5 in _dbus_warn_check_failed ( > >    format=0x7f89672b35d8 "arguments to %s() were incorrect, assertion > > \"%s\" failed in file %s line %d.\n

Re: [systemd-devel] [PATCH] dbus: return InvalidArgs for unknown property

2011-03-09 Thread Lennart Poettering
On Wed, 09.03.11 13:25, Andrey Borzenkov (arvidj...@gmail.com) wrote: > Currently it falls through to UnknownMethod which is rather misleading. > > {pts/0}% dbus-send --system --print-reply --dest=org.freedesktop.systemd1 > /org/freedesktop/systemd1 org.freedesktop.DBus.Properties.Get > string: