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 default.
[1] https://bugs.freedesktop.org/show_bug.cgi?id=38460
---
configure
On Mon, 27.06.11 17:04, yoshi watanabe ([email protected]) wrote:
>
> my guess is that systemd populates /var before mounting it, and then
> mounts it over and some files are possibly lost. or maybe because the
> /var is empty before mount and that causes problems.
systemd is very careful in no
On Mon, 27.06.11 17:37, Ludwig Nussel ([email protected]) wrote:
> Frederic Crozat wrote:
> > [...]
> > %service_add_enabled()
> > if [ "$1" -eq 1 ] ; then
> > # Initial installation
> > /bin/systemctl enable %{1}.service >/dev/null 2>&1 || :
> > fi
>
> Does this have an advantage over insta
On Mon, 27.06.11 17:32, Ludwig Nussel ([email protected]) wrote:
>
> Lennart Poettering wrote:
> > On Mon, 27.06.11 14:50, Michal Vyskocil ([email protected]) wrote:
> >
> > > On Mon, Jun 27, 2011 at 02:01:27PM +0200, Lennart Poettering wrote:
> > > > On Fri, 24.06.11 14:39, Michal Vyskocil
On Mon, 27.06.11 16:19, Sérgio Basto ([email protected]) wrote:
heya,
> On Tue, 2011-06-21 at 18:37 +0200, Lennart Poettering wrote:
> > On Tue, 21.06.11 17:24, Sérgio Basto ([email protected]) wrote:
> >
> > >
> > > On Tue, 2011-06-21 at 12:35 +0200, Lennart Poettering wrote:
> > > > These un
On Mon, Jun 27, 2011 at 5:35 AM, Lennart Poettering
wrote:
> On Thu, 23.06.11 23:05, Kok, Auke-jan H ([email protected]) wrote:
>
>> Trivial: afuse makes a booboo when encoutering afuse helper stuff in
>> /tmp, which is made by my sshfs mounts:
>>
>> Jun 23 23:00:24 localhost systemd-tmpfil
Frederic Crozat wrote:
> [...]
> %service_add_enabled()
> if [ "$1" -eq 1 ] ; then
> # Initial installation
> /bin/systemctl enable %{1}.service >/dev/null 2>&1 || :
> fi
Does this have an advantage over installing the symlink at build
time already and including the symlink in %files instead?
cu
Lennart Poettering wrote:
> On Mon, 27.06.11 14:50, Michal Vyskocil ([email protected]) wrote:
>
> > On Mon, Jun 27, 2011 at 02:01:27PM +0200, Lennart Poettering wrote:
> > > On Fri, 24.06.11 14:39, Michal Vyskocil ([email protected]) wrote:
> > >
> > > > Add -u/--user option, which changes the e
On Tue, 2011-06-21 at 18:37 +0200, Lennart Poettering wrote:
> On Tue, 21.06.11 17:24, Sérgio Basto ([email protected]) wrote:
>
> >
> > On Tue, 2011-06-21 at 12:35 +0200, Lennart Poettering wrote:
> > > These units are *not* installed locally,
> > but I want install it , how I do know what shou
my guess is that systemd populates /var before mounting it, and then
mounts it over and some files are possibly lost. or maybe because the
/var is empty before mount and that causes problems.
i'll run a debug boot in a minute and post results.
2011/6/27 Lennart Poettering :
> On Mon, 27.06.11 14:
Lennart Poettering ([email protected]) said:
> On Tue, 21.06.11 15:35, Bill Nottingham ([email protected]) wrote:
>
> > /etc/rc.local is a symlink.
>
> Applied.
>
> Hmm, should we drop the x bit on this script by default, as discussed on IRC?
I'd like to find a better solution than that
On Mon, Jun 27, 2011 at 10:28 AM, Dave Reisner wrote:
> Behavior is such that:
>
> * if --with-systemdsystemunitdir is specified without arguments, it
> tries to autodetect it using pkg-config
> * if --without-systemdsystemunitdir is specified, it does nothing
> * if --with-systemdsystemunitdir i
On 27/06/11 12:54, Lennart Poettering wrote:
On Fri, 24.06.11 15:59, Christian Gagneraud ([email protected]) wrote:
Hi,
I'm trying to use a USB broadband modem with ofono and connman, when
i plug the modem, i get an error from systemd "Failed to load device
unit: Invalid argument" (full log b
Behavior is such that:
* if --with-systemdsystemunitdir is specified without arguments, it
tries to autodetect it using pkg-config
* if --without-systemdsystemunitdir is specified, it does nothing
* if --with-systemdsystemunitdir is specified with an argument, it
uses that directory
Suggested
On Fri, 24.06.11 14:04, Ville Skyttä ([email protected]) wrote:
> Hello,
>
> Am I right that systemd does currently have no support for the LSB
> Required-Stop and Should-Stop keywords? If yes, are there plans to
> support them in the future?
That is true, we do not support this right now. In
On Mon, 27.06.11 14:50, Michal Vyskocil ([email protected]) wrote:
> On Mon, Jun 27, 2011 at 02:01:27PM +0200, Lennart Poettering wrote:
> > On Fri, 24.06.11 14:39, Michal Vyskocil ([email protected]) wrote:
> >
> > > Add -u/--user option, which changes the effective and real user and
> > > group
On Thu, 23.06.11 17:49, Henry Gebhardt ([email protected]) 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 spec
On Mon, 27.06.11 14:49, yoshi watanabe ([email protected]) wrote:
> Hi list (again) ;)
>
> In short : my setup is as follows - i have my / on ssd, so i decided
> to move /var over to regular hdd. which is entirely encrypted (lvm
> inside luks, /var is one of lvm volumes).
>
> This works just fi
On Wed, 22.06.11 14:25, [email protected]
([email protected]) wrote:
> I am currently in the process of analyzing and optimizing a systemd
> startup in an Embedded project and wondered if someone could tell me what
> is being performed in the time bet
On Mon, Jun 27, 2011 at 02:01:27PM +0200, Lennart Poettering wrote:
> On Fri, 24.06.11 14:39, Michal Vyskocil ([email protected]) 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 wil
Hi list (again) ;)
In short : my setup is as follows - i have my / on ssd, so i decided
to move /var over to regular hdd. which is entirely encrypted (lvm
inside luks, /var is one of lvm volumes).
This works just fine on various distributions i tried
(gentoo,arch,exherbo,probably opensuse as well
Le lundi 27 juin 2011 à 14:38 +0200, Lennart Poettering a écrit :
> On Mon, 27.06.11 14:34, Frederic Crozat ([email protected]) wrote:
>
> > > > %service_add_enabled()
> > > > if [ "$1" -eq 1 ] ; then
> > > > # Initial installation
> > > > /bin/systemctl enable %{1}.service >/dev/null 2>&1 || :
>
On Mon, 27.06.11 14:34, Frederic Crozat ([email protected]) wrote:
> > > %service_add_enabled()
> > > if [ "$1" -eq 1 ] ; then
> > > # Initial installation
> > > /bin/systemctl enable %{1}.service >/dev/null 2>&1 || :
> > > fi
> >
> > I'd strongly advise against this. Units might install more tha
On Thu, 23.06.11 23:05, Kok, Auke-jan H ([email protected]) wrote:
> Trivial: afuse makes a booboo when encoutering afuse helper stuff in
> /tmp, which is made by my sshfs mounts:
>
> Jun 23 23:00:24 localhost systemd-tmpfiles[32497]:
> stat(/tmp/afuse-CBUznW/server) failed: Permission den
Le lundi 27 juin 2011 à 14:24 +0200, Lennart Poettering a écrit :
> On Fri, 24.06.11 15:08, Frederic Crozat ([email protected]) wrote:
>
> Heya,
>
> Sounds good! A few comments:
>
> > %service_add()
> > if [ "$1" -eq 1 ] ; then
> > # Initial installation
> > /bin/systemctl daemon-reload >/dev/
On Fri, 24.06.11 13:43, Michael Olbrich ([email protected]) wrote:
Uh oh, I hadn't seen this patch when I replied to your earlier mail. Sorry.
> Otherwise systemd reports "Failed to fully start up daemon: No such file or
> directory" when swap is disabled in the kernel.
Thanks. Applied.
On Thu, 23.06.11 14:02, Michael Olbrich ([email protected]) wrote:
> Hi,
heya,
> I'm getting "Failed to fully start up daemon: No such file or directory"
> when systemd starts.
> It took some time to track it down. Basically swap_enumerate() fails
> because /proc/swaps does not exist.
> I
On Tue, 21.06.11 15:35, Bill Nottingham ([email protected]) wrote:
> /etc/rc.local is a symlink.
Applied.
Hmm, should we drop the x bit on this script by default, as discussed on IRC?
Lennart
--
Lennart Poettering - Red Hat, Inc.
___
systemd-devel
On Fri, 24.06.11 15:08, Frederic Crozat ([email protected]) wrote:
Heya,
Sounds good! A few comments:
> %service_add()
> if [ "$1" -eq 1 ] ; then
> # Initial installation
> /bin/systemctl daemon-reload >/dev/null 2>&1 || :
> fi
>
> %service_add_enabled()
> if [ "$1" -eq 1 ] ; then
> # Initia
On Fri, 24.06.11 15:02, Frederic Crozat ([email protected]) wrote:
> Add --root= for enable/disable/is-enabled systemctl commands. To
> be used for easily enable / disable systemd services for a chroot,
> without running systemctl inside chroot.
Thanks!
Applied.
Lennart
--
Lennart Poettering -
On Fri, 24.06.11 14:39, Michal Vyskocil ([email protected]) 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.
Sounds sensible, though I do
On Fri, 24.06.11 15:59, Christian Gagneraud ([email protected]) wrote:
> Hi,
>
> I'm trying to use a USB broadband modem with ofono and connman, when
> i plug the modem, i get an error from systemd "Failed to load device
> unit: Invalid argument" (full log below).
Hmm, this smells like a bug in
On Sat, 25.06.11 21:57, Stef Bon ([email protected]) wrote:
> Hi,
>
> I've been able to make my shiny new LFS system boot using systemd, but
> still with errors. When the tty's are activated,
> Iget the message:
>
> stty: standard input: Inappropriate ioctl for device
This usually indicates th
Hi David,
you could set the log level of systemd to debug.
To do this edit /etc/system/system.conf and change
LogLevel=debug
LogTarget=syslog-or-kmsg
Do a restart and have a look to the generated output with dmesg.
Before -.mount is reported it seems to me that systemd does some basic
preparati
On Sun, Jun 26, 2011 at 09:59:14PM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> On 06/24/2011 02:39 PM, Michal Vyskocil wrote:
> > +int isdigits(const char* str) {
> > +size_t i;
> > +
> > +if (!str)
> > +return 0;
> > +
> > +for (i = 0; i != strlen(str); i++)
35 matches
Mail list logo