[systemd-devel] [PATCH] Return error code 3 with systemctl status after killall LSB server

2011-07-01 Thread Steven Dake
This patch is probably not correct, but not having a clear understanding of the systemd states, I'm not sure how to properly fix the problem. The test case is as follows: service httpd start killall httpd service httpd status echo $? (0 printed, 3 should be printed according to LSB) Then

[systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Chris Ferron
MeeGo will use several consoles depending on the hardware adaptations. This patch adds the most common to the serial-getty unit Install section so when systemd is built for MeeGo as its distribution, you get the most common Aliased for installation by the user. From

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Kok, Auke-jan H
On Fri, Jul 1, 2011 at 10:11 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 1 jul 2011, om 18:19 heeft Chris Ferron het volgende geschreven: MeeGo will use several consoles depending on the hardware adaptations. This patch adds the most common to the serial-getty unit Install section so

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Koen Kooi
Op 1 jul 2011, om 20:02 heeft Chris Ferron het volgende geschreven: On 07/01/2011 10:11 AM, Koen Kooi wrote: Op 1 jul 2011, om 18:19 heeft Chris Ferron het volgende geschreven: MeeGo will use several consoles depending on the hardware adaptations. This patch adds the most common to the

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Paul Menzel
Dear Chris, please just post plain text messages (and no HTML) to lists [1]. Am Freitag, den 01.07.2011, 09:19 -0700 schrieb Chris Ferron: MeeGo will use several consoles depending on the hardware adaptations. This patch adds the most common to the serial-getty unit Install section so when

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Chris Ferron
On 07/01/2011 11:15 AM, Koen Kooi wrote: Op 1 jul 2011, om 20:02 heeft Chris Ferron het volgende geschreven: On 07/01/2011 10:11 AM, Koen Kooi wrote: Op 1 jul 2011, om 18:19 heeft Chris Ferron het volgende geschreven: MeeGo will use several consoles depending on the hardware adaptations.

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Lennart Poettering
On Fri, 01.07.11 09:19, Chris Ferron (chris.e.fer...@linux.intel.com) wrote: Heya, MeeGo will use several consoles depending on the hardware adaptations. This patch adds the most common to the serial-getty unit Install section so when systemd is built for MeeGo as its distribution, you get

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Chris Ferron
On 07/01/2011 01:54 PM, Lennart Poettering wrote: On Fri, 01.07.11 09:19, Chris Ferron (chris.e.fer...@linux.intel.com) wrote: Heya, MeeGo will use several consoles depending on the hardware adaptations. This patch adds the most common to the serial-getty unit Install section so when systemd

Re: [systemd-devel] [PATCH] Return error code 3 with systemctl status after killall LSB server

2011-07-01 Thread Lennart Poettering
On Fri, 01.07.11 00:00, Steven Dake (sd...@redhat.com) wrote: This patch is probably not correct, but not having a clear understanding of the systemd states, I'm not sure how to properly fix the problem. The test case is as follows: service httpd start killall httpd service httpd status

Re: [systemd-devel] [PATCH] Add the most common consoles that MeeGo needs

2011-07-01 Thread Lennart Poettering
On Fri, 01.07.11 14:08, Chris Ferron (chris.e.fer...@linux.intel.com) wrote: +m4_ifdef(`TARGET_MEEGO', +[Install] +Alias=sysinit.target.wants/serial-getty@ttyS0.service sysinit.target.wants/serial-getty@ttyS1.service sysinit.target.wants/serial-getty@tty01.service

Re: [systemd-devel] [PATCH 2/2] nspawn: spawn shell under specified --user

2011-07-01 Thread Lennart Poettering
On Wed, 29.06.11 14:22, Michal Vyskocil (mvysko...@suse.cz) wrote: Add -u/--user option, which changes the effective and real user and group id to the new value. The user must exists in the chroot, otherwise it will fail. Both username and user id are accepted. The user home is created as

Re: [systemd-devel] [PATCH] configure: Add --enable-plymouth option

2011-07-01 Thread Lennart Poettering
On Tue, 28.06.11 01:49, Henry Gebhardt (hsggebha...@googlemail.com) wrote: As in the bug[1] it would be nice to configure plymouth support independently of the distro. This patch adds a --enable-plymouth and --disable-plymouth option to the configure script to overwrite the distro specific

Re: [systemd-devel] encrypted /var with systemd - impossible?

2011-07-01 Thread Lennart Poettering
On Tue, 28.06.11 22:40, yoshi watanabe (yoshi...@gmail.com) wrote: reinstalled and got reproductible environment with the error. first, i tried booting with dracut luks management with default parameters. first thing i noticed, dracut didn't ask for cryptsetup password. i suppose that if /

Re: [systemd-devel] [PATCH] umount: ignore missing /proc/swaps

2011-07-01 Thread Lennart Poettering
On Tue, 28.06.11 09:30, Michael Olbrich (m.olbr...@pengutronix.de) wrote: /proc/swaps does not exist when swap is disabled in the kernel. Just report an empty list of mountpoints to unmount in this case. --- Hi, Missed this one, when I made the last patch. This should take care of any

Re: [systemd-devel] systemd and LSB Required/Should-Stop

2011-07-01 Thread Lennart Poettering
On Tue, 28.06.11 12:54, Ville Skyttä (ville.sky...@iki.fi) wrote: On 06/27/2011 04:18 PM, Lennart Poettering wrote: On Fri, 24.06.11 14:04, Ville Skyttä (ville.sky...@iki.fi) wrote: Hello, Am I right that systemd does currently have no support for the LSB Required-Stop and

Re: [systemd-devel] autofs and hugetlbfs on ARM

2011-07-01 Thread Lennart Poettering
On Tue, 28.06.11 09:43, Michael Olbrich (m.olbr...@pengutronix.de) wrote: Hi, more stuff from the embedded front. On ARM hugetlbfs is not supported. The result is rather confusing for the user: At first /dev/hugepages exists. If I run ls /dev/hugepages, mount[494]: mount: unknown

Re: [systemd-devel] autofs and hugetlbfs on ARM

2011-07-01 Thread Kok, Auke-jan H
On Fri, Jul 1, 2011 at 3:50 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 28.06.11 09:43, Michael Olbrich (m.olbr...@pengutronix.de) wrote: Hi, more stuff from the embedded front. On ARM hugetlbfs is not supported. The result is rather confusing for the user: At first

Re: [systemd-devel] [PATCH] Use /etc/rc.d/rc.local as the path to rc.local in Fedora.

2011-07-01 Thread Lennart Poettering
On Mon, 27.06.11 10:51, Bill Nottingham (nott...@redhat.com) wrote: Lennart Poettering (lenn...@poettering.net) said: On Tue, 21.06.11 15:35, Bill Nottingham (nott...@redhat.com) wrote: /etc/rc.local is a symlink. Applied. Hmm, should we drop the x bit on this script by

Re: [systemd-devel] RFC: creating a set of systemd RPM macros across distributions ?

2011-07-01 Thread Lennart Poettering
On Tue, 28.06.11 13:11, Kay Sievers (kay.siev...@vrfy.org) wrote: Right, it doesn't cover: [ $1 -eq 1 ], which it should. Packaging enable-links in /etc/systemd should just be %ghosted not installed. Services which can not be enabled/disabled like udev, D-Bus, systemd-internal services might

Re: [systemd-devel] systemd, ConsoleKit and vte

2011-07-01 Thread Lennart Poettering
On Thu, 23.06.11 01:02, Christian Persch (c...@gnome.org) wrote: Hi; Since systemd is going to subsume ConsoleKit and manage the user session, I was wondering if it would be a good idea for this new systemd session daemon to also take over the task of gnome-pty-helper?

Re: [systemd-devel] BUG: systemd tmpfiles-clean.service trips over afuse stuff in /tmp

2011-07-01 Thread Lennart Poettering
On Mon, 27.06.11 08:39, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: I am tempted to say that this behaviour makes a lot of sense, but I can also understand if you'd prefer it not to return an error exit code. To understand this better, what is afuse, and why does it return EPERM

Re: [systemd-devel] Problem with netwrok broadband modem

2011-07-01 Thread Lennart Poettering
On Mon, 27.06.11 14:59, Christian Gagneraud (ch...@techworks.ie) wrote: On 27/06/11 12:54, Lennart Poettering wrote: On Fri, 24.06.11 15:59, Christian Gagneraud (ch...@techworks.ie) wrote: Hi, I'm trying to use a USB broadband modem with ofono and connman, when i plug the modem, i get

Re: [systemd-devel] autofs and hugetlbfs on ARM

2011-07-01 Thread Kok, Auke-jan H
On Fri, Jul 1, 2011 at 4:23 PM, Lennart Poettering lenn...@poettering.net wrote: On Fri, 01.07.11 16:06, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: On Fri, Jul 1, 2011 at 3:50 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 28.06.11 09:43, Michael Olbrich

Re: [systemd-devel] [PATCH] systemd restart patch

2011-07-01 Thread Lennart Poettering
On Fri, 01.07.11 15:35, Cristian Patrascu (cristian.patra...@windriver.com) wrote: Heya! (BTW, got your first post of this patch too, just didn't find the time to review the patch, sorry. It was still in my mail queue however.) After x restarts have happened, the OnFailure unit will