On Fri, Jul 18, 2014 at 06:33:52AM +0200, Michael Olbrich wrote:
> systemd-timesyncd.service has a "WantedBy=sysinit.target" so the
> initially generated link should match that.
Applied.
Zbyszek
___
systemd-devel mailing list
[email protected]
Greetings,
I have a computer with these
--OS Linux 64bit BLFS Linux
--relatively recent version of systemd
--no hard disk but instead compact flash disk
I am running vanilla systemd ( i.e. as compiled from source code and
without any change in scripts ) successfully.
I want to protec
Just completed TODO:
* refuse mounting on symlinks
If systemd try mounting entry from fstab on symlink, user get something
like that:
Jul 19 15:49:38 beplan.lan systemd[1]: Mounting /var/tmp/lol1...
Jul 19 15:49:38 beplan.lan systemd[1]: var-tmp-lol1.mount Refuse mount
on symlink: Operation no
Hi
On Thu, Jul 17, 2014 at 8:51 PM, Thomas H.P. Andersen wrote:
> From recent commits I have noticed the following new issues from
> static analysis with scan-build and with clang. I am not sure how they
> should be fixed (or even if) but I just though I would let you know.
>
> 1) src/shared/barr
From: Thomas Hindoe Paaboel Andersen
---
src/resolve/resolved-dns-scope.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/resolve/resolved-dns-scope.c b/src/resolve/resolved-dns-scope.c
index 190c5f4..41514a5 100644
--- a/src/resolve/resolved-dns-scope.c
+++ b/src/res
On Thu, Jul 17, 2014 at 8:51 PM, Thomas H.P. Andersen wrote:
> From recent commits I have noticed the following new issues from
> static analysis with scan-build and with clang. I am not sure how they
> should be fixed (or even if) but I just though I would let you know.
>
> 1) src/shared/barrier.