Re: [systemd-devel] Question on debugging getty 'runlevel 3' issue.

2013-08-20 Thread Ben Greear
On 08/19/2013 07:39 PM, Andrey Borzenkov wrote: В Mon, 19 Aug 2013 17:59:23 -0700 Ben Greear пишет: On 08/19/2013 05:53 PM, Kay Sievers wrote: On Tue, Aug 20, 2013 at 12:36 AM, Ben Greear wrote: I'm using Fedora 19 on a 32-bit dual-core Atom system. I installed Mate, various other packages

Re: [systemd-devel] Question on debugging getty 'runlevel 3' issue.

2013-08-20 Thread Andrey Borzenkov
В Mon, 19 Aug 2013 20:35:35 -0700 Ben Greear пишет: > On 08/19/2013 07:39 PM, Andrey Borzenkov wrote: > > В Mon, 19 Aug 2013 17:59:23 -0700 > > Ben Greear пишет: > > > >> On 08/19/2013 05:53 PM, Kay Sievers wrote: > >>> On Tue, Aug 20, 2013 at 12:36 AM, Ben Greear > >>> wrote: > I'm using

Re: [systemd-devel] [PATCH] cryptsetup-generator: allow specifying options in /proc/cmdline

2013-08-20 Thread Harald Hoyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/2013 07:30 PM, Thomas Bächler wrote: > Am 19.08.2013 13:25, schrieb Thomas Bächler: >> Am 19.08.2013 11:58, schrieb Harald Hoyer: >>> On 08/19/2013 11:21 AM, Thomas Bächler wrote: Am 19.08.2013 10:34, schrieb Harald Hoyer: > Hmm, the

Re: [systemd-devel] Question on debugging getty 'runlevel 3' issue.

2013-08-20 Thread Ben Greear
On 08/19/2013 09:20 PM, Andrey Borzenkov wrote: В Mon, 19 Aug 2013 20:35:35 -0700 Ben Greear пишет: Do you use plymouth? Not exactly on purpose, but I think it is installed..I see mentions in the logs. The first symptom sounds similar to https://bugs.freedesktop.org/show_bug.cgi?id=668

Re: [systemd-devel] Question on debugging getty 'runlevel 3' issue.

2013-08-20 Thread Ben Greear
On 08/20/2013 10:00 AM, Ben Greear wrote: On 08/19/2013 09:20 PM, Andrey Borzenkov wrote: В Mon, 19 Aug 2013 20:35:35 -0700 Ben Greear пишет: Do you use plymouth? Not exactly on purpose, but I think it is installed..I see mentions in the logs. The first symptom sounds similar to https

Re: [systemd-devel] Question on debugging getty 'runlevel 3' issue.

2013-08-20 Thread Ben Greear
On 08/20/2013 11:38 AM, Ben Greear wrote: On 08/20/2013 10:00 AM, Ben Greear wrote: On 08/19/2013 09:20 PM, Andrey Borzenkov wrote: В Mon, 19 Aug 2013 20:35:35 -0700 Ben Greear пишет: Do you use plymouth? Not exactly on purpose, but I think it is installed..I see mentions in the logs.

[systemd-devel] [PATCH] zsh_completion: Fix single letter args

2013-08-20 Thread William Giokas
Things like -n to specify the lines to show with systemctl and journalctl accepts syntax like: journalctl -n4 systemctl -n14 Previously, typing `-nXX ` where XX is a number, zsh would try to complete an integer. Now it will see the XX and use the _journalctl_none completion. This is also how

[systemd-devel] prevent unmount of single partitions on shutdown

2013-08-20 Thread Stephan Raue
Hi, i try to port systemd on a own embedded OS which is stored in a squashfs file. This file is on a fat partition (later mounted as /flash) on the drive. In our own initramfs (which dont uses systemd) /flash will be mounted and then the Squashfs file as /sysroot. later we do a switch_root a

Re: [systemd-devel] prevent unmount of single partitions on shutdown

2013-08-20 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Aug 21, 2013 at 05:21:59AM +0200, Stephan Raue wrote: > Hi, > > i try to port systemd on a own embedded OS which is stored in a > squashfs file. This file is on a fat partition (later mounted as > /flash) on the drive. > > In our own initramfs (which dont uses systemd) /flash will be > mo

[systemd-devel] [PATCH] netns: unix: only allow to find out unix socket in same net namespace

2013-08-20 Thread Gao feng
Unix sockets are private resources of net namespace, allowing one net namespace to access to other netns's unix sockets is meaningless. I'm researching a problem about shutdown from container, if the cotainer shares the same file /run/systemd/private with host, when we run shutdown -h xxx in conta

Re: [systemd-devel] [PATCH] netns: unix: only allow to find out unix socket in same net namespace

2013-08-20 Thread Gao feng
cc contain...@lists.linux-foundation.org On 08/21/2013 12:31 PM, Gao feng wrote: > Unix sockets are private resources of net namespace, > allowing one net namespace to access to other netns's unix > sockets is meaningless. > > I'm researching a problem about shutdown from container, > if the cota

Re: [systemd-devel] [PATCH] netns: unix: only allow to find out unix socket in same net namespace

2013-08-20 Thread Eric W. Biederman
Gao feng writes: > Unix sockets are private resources of net namespace, > allowing one net namespace to access to other netns's unix > sockets is meaningless. Allowing one net namespace to access another netns's unix socket is deliberate behavior. This is a desired and useful feature, and only

[systemd-devel] [PATCH] Replace hasprefix() with startswith()

2013-08-20 Thread WANG Chao
--- TODO | 2 -- src/journal/journal-send.c | 2 +- src/journal/journald-native.c | 12 ++-- src/libsystemd-bus/bus-match.c | 26 +- src/shared/logs-show.c | 2 +- src/shared/macro.h | 2 -- 6 files changed, 21