Siduction Forum

Siduction Forum => Software - Support => Topic started by: ralul on 2014/03/07, 17:12:42

Title: [solved - works anyway] lib/systemd directory confusion
Post by: ralul on 2014/03/07, 17:12:42
I don't think this works (I have created symlinks)
Do you have these different places also?

/usr/lib/systemd/catalog
/usr/lib/systemd/ntp-units.d
/usr/lib/systemd/user
/usr/lib/systemd/user-generators

/lib/systemd/system-sleep
/lib/systemd/system-shutdown
/lib/systemd/system-generators
/lib/systemd/system



Title: Re: lib/systemd directory confusion
Post by: melmarker on 2014/03/07, 23:04:25
why do you do that?
Title: Re: lib/systemd directory confusion
Post by: ralul on 2014/03/08, 00:20:21
Doing the symlinks ?
Because systemd won't find its files in two places!

Don't you have the two places
/usr/lib/systemd
/lib/systemd
???
Title: Re: lib/systemd directory confusion
Post by: devil on 2014/03/08, 08:08:38
We do, and we did not create symlinks :)
Why would systemd not find it's files in 2 places? Makes no sense.


greetz
devil
Title: Re: lib/systemd directory confusion
Post by: ralul on 2014/03/08, 16:30:33
I have my Gentoo experience:
There was  a back and forth of exactly these two places half a year long, until Gorny wrote an eclass the user can decide one of the places. It was about the mount of an extra /usr partition without an initrd.
Upstream systemd thinks of only one place. It is not meant to have two of them
but if you write a patch. I don't know if Debian has done that kind of patch.

Try to verify: @devil can you see like me, e.g.: journalctl -xb
Mär 08 16:21:40 maci systemd-logind[821]: New session 1 of user ral.
-- Subject: A new session 1 has been created for user ral
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
--
-- A new session with the ID 1 has been created for the user ral.
--
-- The leading process of the session is 2432.

This is explanatory catalog output using "-x"
Title: Re: lib/systemd directory confusion
Post by: ralul on 2014/03/08, 18:52:25
Uups,
it works without the symlink
... setting solved this thread.