Am Dienstag, 2. Oktober 2012, 17:12:00 schrieb Lennart Poettering:
> On Thu, 27.09.12 01:49, Malte Starostik (li...@malte.homeip.net) wrote:
> > after upgrading from 189 to 192, I noticed journalctl will no longer
> > include the journal entries from the initramfs bootup unless -
Hi,
after upgrading from 189 to 192, I noticed journalctl will no longer include
the journal entries from the initramfs bootup unless -m is passed.
Assuming this is caused by this 190-change:
* journalctl will only show local log output by default
now. Use --merge (-m) to show
Hi Dan,
Am Montag, 24. September 2012, 21:58:17 schrieb Daniel Tihelka:
> On 9/24/12, Lennart Poettering wrote:
> > Hmm, so systemd unit files are not really supposed to the place where
> > daemon-specific configuration bits are encoded. If a daemon requires
> > specific configuration my recomme
Hi Dave,
Am Montag, 25. Juni 2012, 16:23:13 schrieb Dave Reisner:
> The premise is fairly simple, given the below unit:
>
> [Unit]
> Description=dhcpcd on %I
> Wants=network.target
> Before=network.target
> After=sys-subsystem-net-devices-%i.device
> BindTo=sys-subsystem-net-devices-%
Am Donnerstag, 21. Juni 2012, 11:48:29 schrieb Lennart Poettering:
> On Wed, 20.06.12 15:56, William Hubbs (w.d.hu...@gmail.com) wrote:
> > It isn't for us, because, for example, if I use option 1, I have to do
> > the opposite of the second half of it. Our pm installs everything in the
> > place p
Am Donnerstag, 14. Juni 2012, 13:40:57 schrieb Koen Kooi:
> Op 14 jun. 2012, om 10:38 heeft Wulf C. Krueger het volgende geschreven:
> > I can confirm and emphasize what William already wrote - for us
> > source-based distros
>
> I just have to ask: what are non-source based distros based on? Pixi
Am Sonntag, 10. Juni 2012, 17:32:55 schrieb Kay Sievers:
> On Sat, Jun 9, 2012 at 12:46 AM, Malte Starostik
wrote:
> > Rules get installed in $(libexecdir)/udev/, so are keymaps. Helper
> > binaries go to $(rootprefix)/lib/udev though. Problem is, in the code,
> > bo
From: Malte Starostik
Rules get installed in $(libexecdir)/udev/, so are keymaps. Helper
binaries go to $(rootprefix)/lib/udev though. Problem is, in the code,
both are referenced via UDEVLIBEXECDIR which is defined to the former
location. Result: systemd-udev can't find e.g. the k
From: Malte Starostik
If accessing an automount point triggers more changes to
/proc/self/mountinfo than just to add the directly wanted mount, these
changes can lead to spurious -ENODEV notifications on the automount unit
causing the request to fail when in fact the mount will be setup right
Hi, here's what I came up with. Solves the problem described in the thread
starter, but I'm not at all sure about where this may hurt, so please only
treat as a suggestion.
Regards,
Malte
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.o
From: Malte Starostik
Trivial fix for:
src/login/logind-inhibit.h:37:3: error: redefinition of typedef
'InhibitWhat'
src/login/logind-inhibit.h:26:26: note: previous declaration of
'InhibitWhat' was here
Signed-off-by: Malte Starostik
---
src/login/logind-inhibit.h |
Hi,
I stumbled accross this issue when trying to get this construct working:
mnt-portage.automount is an enabled unit
mnt-portage.mount mounts an nfs4 export and depends, via Requires=, and After=
on some other units that in turn depend on var-lib-nfs-rpc_pipefs.mount
The result is that the ver
12 matches
Mail list logo