Re: [systemd-devel] [systemd-commits] 4 commits - .gitignore Makefile.am man/sd_bus_creds_get_pid.xml man/sd_bus_creds_new_from_pid.xml man/sd_bus_error.xml man/sd_bus_label_escape.xml man/sd_bus_mess

2014-01-14 Thread Kay Sievers
On Tue, Jan 14, 2014 at 5:58 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: commit c813ca40c859ff8abc8bc6aabc3f1e896623eb67 Author: Tom Gundersen t...@jklm.no Date: Mon Jan 13 19:12:16 2014 +0100 libsystemd-dhcp: merge into libsystemd OK. Hmm, maybe DHCP should stay as a

[systemd-devel] [PATCH 1/2] sd_resolv: Rename structs- and function names to sd_resolv

2014-01-14 Thread Daniel Buch
--- src/libsystemd/resolv-util.h | 12 +++--- src/libsystemd/sd-resolv.c | 100 +-- src/libsystemd/test-resolv.c | 38 src/systemd/sd-resolv.h | 80 +- 4 files changed, 115 insertions(+), 115

[systemd-devel] [PATCH 2/2] sd-resolv: rename old asyncns variables

2014-01-14 Thread Daniel Buch
--- src/libsystemd/sd-resolv.c | 282 +-- src/libsystemd/test-resolv.c | 26 ++-- src/systemd/sd-resolv.h | 48 3 files changed, 178 insertions(+), 178 deletions(-) diff --git a/src/libsystemd/sd-resolv.c b/src/libsystemd/sd-resolv.c

Re: [systemd-devel] [PATCH 1/2] sd_resolv: Rename structs- and function names to sd_resolv

2014-01-14 Thread Tom Gundersen
On Tue, Jan 14, 2014 at 11:46 AM, Daniel Buch boogiewasth...@gmail.com wrote: --- src/libsystemd/resolv-util.h | 12 +++--- src/libsystemd/sd-resolv.c | 100 +-- src/libsystemd/test-resolv.c | 38 src/systemd/sd-resolv.h |

Re: [systemd-devel] systemd-udevd Oops

2014-01-14 Thread Mark Hounschell
On 01/13/2014 10:20 PM, Cristian RodrÌguez wrote: El 13/01/14 18:59, Greg KH escribiÛ: On Mon, Jan 13, 2014 at 04:20:05PM -0500, Mark Hounschell wrote: I'll have to admit, I don't have a very good understanding of systemd/udev. I am using systemd/udev version 208-15.1 on an openSuSE-13.1 dist

Re: [systemd-devel] daemon-reload seems racy

2014-01-14 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 14/01/14 12:10 did gyre and gimble: Hi, OK, so following on from my posts yesterday about systemctl [en|dis]able weirdness + reload (writes /run/nologin), I do still seem to be getting problems. It seems that I got bitten again by this today (tho' not

Re: [systemd-devel] daemon-reload seems racy

2014-01-14 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 14/01/14 12:57 did gyre and gimble: Looking again, it seems as if systemctl daemon-reexec; systemctl daemon-reexec can also trigger the problem... OK, so from the last couple days of debugging, I can see two problems where this problem occurs. 1. If

Re: [systemd-devel] .device units are not showing up on git systemd

2014-01-14 Thread Umut Tezduyar Lindskog
Hi, I have figured it out. e8a3b2dc (Dec 18) changed the behavior for me by making containers subscribe to NETLINK_KOBJECT_UEVENT with UDEV_MONITOR_NONE. We also introduced a function udev_has_devtmpfs which makes a system call name_to_handle_at. Our kernel doesn't support system call

Re: [systemd-devel] systemd-udevd Oops

2014-01-14 Thread Cristian Rodríguez
El 14/01/14 09:52, Mark Hounschell escribió: Well, the systemd/udev README file from 208-15.1: yeah, one thing is what systemd upstream requires and a completely different one is what openSUSE can/will support or allow. It is not just systemd really, other applications or libraries may

[systemd-devel] [PATCH] sd-resolv: declare functions from .h public

2014-01-14 Thread Daniel Buch
--- src/libsystemd/sd-resolv.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/libsystemd/sd-resolv.c b/src/libsystemd/sd-resolv.c index b8288ba..cd79a6c 100644 --- a/src/libsystemd/sd-resolv.c +++ b/src/libsystemd/sd-resolv.c @@

Re: [systemd-devel] systemd-udevd Oops

2014-01-14 Thread Reindl Harald
Am 14.01.2014 15:03, schrieb Cristian Rodríguez: El 14/01/14 09:52, Mark Hounschell escribió: Well, the systemd/udev README file from 208-15.1: yeah, one thing is what systemd upstream requires and a completely different one is what openSUSE can/will support or allow. It is not just

[systemd-devel] systemd hangs after Welcome message when LogLevel=debug

2014-01-14 Thread Barry Scott
systemd-208-9.fc20.x86_64 We have been porting a working configuration from fedora 19 to fedora 20. After systemd prints the Welcome message it then hangs. We found that changing the LogLevel from debug to info fixes the hang. As does setting LogTarget=console. It would seem that the default

Re: [systemd-devel] [PATCH v2 6/8] add GOP mode setting and splash drawing support

2014-01-14 Thread Tom Gundersen
On Tue, Jan 14, 2014 at 2:15 PM, Joonas Lahtinen joonas.lahti...@linux.intel.com wrote: I've implemented very basic BMP support and commited it. The custom format was there for best possible speed to be achieved when displaying the splash, as the original use case is extremely time critical.

Re: [systemd-devel] systemd-udevd Oops

2014-01-14 Thread Greg KH
On Tue, Jan 14, 2014 at 07:52:31AM -0500, Mark Hounschell wrote: On 01/13/2014 10:20 PM, Cristian RodrÌguez wrote: El 13/01/14 18:59, Greg KH escribiÛ: On Mon, Jan 13, 2014 at 04:20:05PM -0500, Mark Hounschell wrote: I'll have to admit, I don't have a very good understanding of

[systemd-devel] [PATCH] readme: CONFIG_FHANDLE is a requirement

2014-01-14 Thread Umut Tezduyar Lindskog
From: Umut Tezduyar Lindskog umu...@axis.com --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index a1058c5..6fcab4f 100644 --- a/README +++ b/README @@ -63,7 +63,7 @@ REQUIREMENTS: Some udev rules and virtualization detection relies

Re: [systemd-devel] systemd-udevd Oops

2014-01-14 Thread Cristian Rodríguez
El 14/01/14 11:10, Reindl Harald escribió: which application should this be? please state a real-world example - the Kernel usually does not break userland Fedora 18 as example was released with Kernel 3.6 and is now at EOL on 3.11.10 Fedora 17 as example was released with Kernel 3.3 and at

Re: [systemd-devel] [PATCH] readme: CONFIG_FHANDLE is a requirement

2014-01-14 Thread Kay Sievers
On Tue, Jan 14, 2014 at 10:26 PM, Umut Tezduyar Lindskog umut.tezdu...@axis.com wrote: From: Umut Tezduyar Lindskog umu...@axis.com Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] libsystemd-bus and glib port - problem with GVariant Serialization

2014-01-14 Thread Lukasz Skalski
On 01/11/2014 11:48 PM, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Jan 02, 2014 at 10:52:44AM +0100, Lukasz Skalski wrote: As you can see above, path name, interface name and others string are in the same place. Problem is with signature positions. Any ideas on what could be causing the

Re: [systemd-devel] systemd-udevd Oops

2014-01-14 Thread Greg KH
On Tue, Jan 14, 2014 at 10:17:36AM -0500, Mark Hounschell wrote: On 01/13/2014 05:00 PM, Greg KH wrote: On Mon, Jan 13, 2014 at 01:59:39PM -0800, Greg KH wrote: That really sounds like a driver problem, especially given your trace shows it is failing somewhere. The udevd PID is probably

Re: [systemd-devel] [PATCH] sd-resolv: declare functions from .h public

2014-01-14 Thread Tom Gundersen
Hi Daniel, I guess we should only do this once we decide to export the API. I guess we won't be doing that for a few releases (we'll use it internally first to make sure it is the way we want it). Or are there any benefits to these annotations even when the symbols are not exported? -t On Tue,

Re: [systemd-devel] [PATCH] sd-resolv: declare functions from .h public

2014-01-14 Thread Daniel Buch
Hi, I'm perfectly fine if we skip this patch, and to my understanding there is no benefits and only corresponds to external linkage. 2014/1/14 Tom Gundersen t...@jklm.no Hi Daniel, I guess we should only do this once we decide to export the API. I guess we won't be doing that for a few

[systemd-devel] systemctl reboot/shutdown freezes client

2014-01-14 Thread Reindl Harald
can someone please have a look why starting with Fedora 20/RHEL7 and systemd-208 after typing systemctl reboot no longer waits until sshd is closing the client connection resulting in a completly frozen VT ignoring CTRL+C and waiting for KeepAlive timeout

Re: [systemd-devel] systemctl reboot/shutdown freezes client

2014-01-14 Thread Andrey Borzenkov
В Wed, 15 Jan 2014 02:54:16 +0100 Reindl Harald h.rei...@thelounge.net пишет: can someone please have a look why starting with Fedora 20/RHEL7 and systemd-208 after typing systemctl reboot no longer waits until sshd is closing the client connection resulting in a completly frozen VT ignoring

Re: [systemd-devel] systemctl reboot/shutdown freezes client

2014-01-14 Thread Reindl Harald
Am 15.01.2014 03:57, schrieb Andrey Borzenkov: В Wed, 15 Jan 2014 02:54:16 +0100 Reindl Harald h.rei...@thelounge.net пишет: can someone please have a look why starting with Fedora 20/RHEL7 and systemd-208 after typing systemctl reboot no longer waits until sshd is closing the client

[systemd-devel] [PATCH] Fix: can not enable dbus

2014-01-14 Thread Chengwei Yang
The incorrect shell code of AS_IF always get false value, so it always build without dbus though build with --enable-dbus explicitely. Signed-off-by: Chengwei Yang chengwei.y...@intel.com --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac

[systemd-devel] [PATCH] Fix: can not pass configure by default kmod build option

2014-01-14 Thread Chengwei Yang
The situation is: by default, we get a auto value for kmod compiling option, so if we found required kmod files, then we build it with kmod enabled, otherwise, just build without kmod and do not complain to user. However, currently, if kmod version 15 available in machine, and build with default