Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread joeyli
於 三,2012-10-24 於 16:04 +0200,Lennart Poettering 提到: > On Wed, 24.10.12 18:42, Lee, Chun-Yi ([email protected]) wrote: > > > Add units/sys-firmware-efi-efivars.mount rule for support automount > > EFI variable filesystem > > Good in principle, but as Kay mentioned we probably should not expo

[systemd-devel] [PATCH] man/logind.conf.xml: Add missing 'suspend' value for Handle*Key options.

2012-10-24 Thread Thomas Bächler
--- man/logind.conf.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 3d83d2c..3e744da 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -211,7 +211,8 @@ poweroff,

[systemd-devel] moving the journal during bootup

2012-10-24 Thread Cliff Brake
Hello, We have an embedded system where we boot from an initramfs, but partway through the boot, we would like to move the journal to NAND flash if its available. I tried modifying the systemd-journald.service to Requires my nand-mount.mount unit, and that seems to work on bootup, but there is so

Re: [systemd-devel] [RFC] inconsistent symlink handling

2012-10-24 Thread Tom Gundersen
On Wed, Oct 24, 2012 at 6:13 PM, Peeters Simon wrote: > what annoys me a little bit is the stile of the error, it > sould say something like: > could not disable bar.service since it is not the real service name, > try systemctl disable foo.service That together with hiding the unit from list-uni

Re: [systemd-devel] [RFC] inconsistent symlink handling

2012-10-24 Thread Peeters Simon
> However, there is one issue: > > * "systemctl enable crond.service" does not work, but returns "Failed > to issue method call: No such file or directory". > > Is this behaviors by design, or a bug? If this can not be solved by > making "systemctl enable crond.service" equivalent to "systemctl > e

[systemd-devel] [RFC] inconsistent symlink handling

2012-10-24 Thread Tom Gundersen
Hi guys, Whenever the name of a shipped unit file changes (e.g., in case we move from a distro-specific one to an upstream one, and upstream happened to chose a different name), we would like to be able to ship a symlink from the old to the new name for the sake of compatibility. In our cronie pa

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Lennart Poettering
On Wed, 24.10.12 18:42, Lee, Chun-Yi ([email protected]) wrote: > Add units/sys-firmware-efi-efivars.mount rule for support automount > EFI variable filesystem Good in principle, but as Kay mentioned we probably should not expose this as units, but just mount it from PID1's C code. More spe

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Kay Sievers
On Wed, Oct 24, 2012 at 3:09 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Oct 24, 2012 at 03:00:14PM +0200, Kay Sievers wrote: >> On Wed, Oct 24, 2012 at 2:23 PM, Zbigniew Jędrzejewski-Szmek >> wrote: >> > On Wed, Oct 24, 2012 at 02:17:39PM +0200, Kay Sievers wrote: >> >> On Wed, Oct 24, 2012

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 24, 2012 at 03:00:14PM +0200, Kay Sievers wrote: > On Wed, Oct 24, 2012 at 2:23 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Wed, Oct 24, 2012 at 02:17:39PM +0200, Kay Sievers wrote: > >> On Wed, Oct 24, 2012 at 2:12 PM, Zbigniew Jędrzejewski-Szmek > >> wrote: > >> > On Wed, Oct 24

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Kay Sievers
On Wed, Oct 24, 2012 at 2:23 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Oct 24, 2012 at 02:17:39PM +0200, Kay Sievers wrote: >> On Wed, Oct 24, 2012 at 2:12 PM, Zbigniew Jędrzejewski-Szmek >> wrote: >> > On Wed, Oct 24, 2012 at 06:42:02PM +0800, Lee, Chun-Yi wrote: >> >> Add units/sys-firmw

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 24, 2012 at 02:17:39PM +0200, Kay Sievers wrote: > On Wed, Oct 24, 2012 at 2:12 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Wed, Oct 24, 2012 at 06:42:02PM +0800, Lee, Chun-Yi wrote: > >> Add units/sys-firmware-efi-efivars.mount rule for support automount EFI > >> variable filesys

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Kay Sievers
On Wed, Oct 24, 2012 at 2:12 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Oct 24, 2012 at 06:42:02PM +0800, Lee, Chun-Yi wrote: >> Add units/sys-firmware-efi-efivars.mount rule for support automount EFI >> variable filesystem >> --- > Hi, > > in systemd parlance, automount means autofs mount,

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 24, 2012 at 06:42:02PM +0800, Lee, Chun-Yi wrote: > Add units/sys-firmware-efi-efivars.mount rule for support automount EFI > variable filesystem > --- Hi, in systemd parlance, automount means autofs mount, but to have that, a second .automount unit is needed. Please have a look at h

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread joeyli
於 三,2012-10-24 於 19:32 +0800,joeyli 提到: > Hi Mantas, > > 於 三,2012-10-24 於 14:07 +0300,Mantas Mikulėnas 提到: > > On Wed, Oct 24, 2012 at 1:42 PM, Lee, Chun-Yi > > wrote: > > > Add units/sys-firmware-efi-efivars.mount rule for support automount EFI > > > variable filesystem > > > [...] > > > + >

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread joeyli
Hi Mantas, 於 三,2012-10-24 於 14:07 +0300,Mantas Mikulėnas 提到: > On Wed, Oct 24, 2012 at 1:42 PM, Lee, Chun-Yi wrote: > > Add units/sys-firmware-efi-efivars.mount rule for support automount EFI > > variable filesystem > > [...] > > + > > +[Mount] > > +What=efivarfs > > +Where=/sys/firmware/efi/ef

Re: [systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Mantas Mikulėnas
On Wed, Oct 24, 2012 at 1:42 PM, Lee, Chun-Yi wrote: > Add units/sys-firmware-efi-efivars.mount rule for support automount EFI > variable filesystem > [...] > + > +[Mount] > +What=efivarfs > +Where=/sys/firmware/efi/efivars > +Type=efivarfs Out of curiosity: Which kernels actually use a separate

[systemd-devel] [PATCH] Add syste-firmware-efi-efivars.mount for support automount EFI variable filesystem

2012-10-24 Thread Lee, Chun-Yi
Add units/sys-firmware-efi-efivars.mount rule for support automount EFI variable filesystem Cc: Kay Sievers Cc: Lennart Poettering Cc: Matt Fleming Cc: Jeremy Kerr Cc: Matthew Garrett Signed-off-by: Lee, Chun-Yi --- units/sys-firmware-efi-efivars.mount | 17 + 1 files cha

Re: [systemd-devel] journalctl | grep -v mail.*

2012-10-24 Thread Colin Guthrie
'Twas brillig, and Olav Vitters at 23/10/12 22:35 did gyre and gimble: > Here, the SYSLOG_FACILITY should have read 16, or am I mistaken? Note > that I'm not yet storing things on disk. I assume/hope Mageia will do > that soon. Yeah it's just a mkdir /var/log/journal away! I'll probably put that