Re: [systemd-devel] [RFC] the chopping block

2016-02-11 Thread Matthias Urlichs
disk / NFS / whatever" usecase. Some of these may not even *have* an initrd. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [RFC] the chopping block

2016-02-11 Thread Matthias Urlichs
update. Thus: if you must, deprecate this now, but please leave the actual code alone until next spring. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-28 Thread Matthias Urlichs
sting' will happen. DST changes more often than physically moving a machine to another timezone, for the vast majority of computers out there. Thus, frankly, it seems strange to advocate for support of the latter but not the former use case. -- -- Matthias Urlichs __

Re: [systemd-devel] Linking containers

2015-03-07 Thread Matthias Urlichs
once, which is not sufficient. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] A use case for staged startup

2015-02-22 Thread Matthias Urlichs
th some different target that does just enough to switch roots and then calls "systemctl start default.target"? -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] networkd: use valid bus paths

2015-02-10 Thread Matthias Urlichs
Hi, Mantas Mikulėnas: > Object path components must start with [A-Za-z_] (AFAIK). > Also the value of 'p' is undefined if asprintf fails. IMHO you should not put two unrelated issues in one patch. -- -- Matthias Urlichs ___ systemd-de

Re: [systemd-devel] service.d/.conf files and multi-valued options

2015-01-23 Thread Matthias Urlichs
t remove want dependencies declared in the unit section in the > unit file under /usr. Meh. Obviously that works only for some unit file entries, not for others. Time to impart more consistency? -- -- Matthias Urlichs signature.asc Description: Digital signature

Re: [systemd-devel] service.d/.conf files and multi-valued options

2015-01-23 Thread Matthias Urlichs
overwrite or > remove already given values for the option one have to copy the whole > file into /etc and edit it there. Is it so? Doesn't the manpage state that an empty entry clears the list? -- -- Matthias Urlichs ___ systemd-devel mai

Re: [systemd-devel] How to speed up journalctl -n foo ?

2015-01-14 Thread Matthias Urlichs
> real 0m0.005s > user 0m0.002s > sys 0m0.003s > To be fair, journalctl is of course slower if you don't filter for anything -- but the -nX case should be fast enough anyway. $ time journalctl -n 2000 > /tmp/foo.txt real 0m0.068s user

Re: [systemd-devel] List of unit states.

2015-01-07 Thread Matthias Urlichs
ment it but add a fat "this list may change whenever systemd gets updated, so don't depend on it too much" warning. Then again, frankly, to me the LOAD/ACTIVE/SUB states are self-explaining enough that I didn't yet miss any documentation

Re: [systemd-devel] [PATCH] loopback setup in unprivileged containers

2014-12-29 Thread Matthias Urlichs
blem solved. However, this is not a problem for -nspawn itself: if I want to do auto-allocation, I can easily write a shallow wrapper (in whatever script language I want) which calculates the appropriate options and then exec()s nspawn. -- -- Matthias Urlichs __

Re: [systemd-devel] [PATCH] loopback setup in unprivileged containers

2014-12-29 Thread Matthias Urlichs
g option ("--{user,group}map=inside:outside[:length]") to nspawn. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] Fix install location of systemd.pc

2014-12-28 Thread Matthias Urlichs
Hi, Mike Gilbert: > > libdir=/usr/lib/x86_64-linux-gnu > > > > which isn't architecture agnostic and thus not suitable for > > /usr/share/. > > From Lennart's commit message, it seems like this was done intentionally. > It still doesn't w

Re: [systemd-devel] PrivateDevices=true blocks use of ttys?

2014-12-26 Thread Matthias Urlichs
n mess up my console quite easily. Therefore, blocking /dev/tty0 is correct. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] How to write two .mount units for the same directory?

2014-12-24 Thread Matthias Urlichs
first fails. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [systemd-commits] 2 commits - src/core src/journal-remote src/network

2014-12-12 Thread Matthias Urlichs
heck, IMHO it's good style to wrap all multi-line subordinates in curlies on general principle. -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] Add FDB support

2014-12-12 Thread Matthias Urlichs
Hi, "Jóhann B. Guðmundsson": > After I explained it to them they said why not just call it [BridgeFDB] ... > +1 -- -- Matthias Urlichs ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/

Re: [systemd-devel] [ANNOUNCE] systemd v218

2014-12-12 Thread Matthias Urlichs
can modify the system default that way, without touching /etc, so this would add local modifications to an image which you then use for system initialization. However, you can do the same thing by adding appropriate *.conf files to /usr/lib/systemd/**. -- -- Ma

Re: [systemd-devel] Build error with 218 - undefined reference to `__start_BUS_ERROR_MAP'

2014-12-11 Thread Matthias Urlichs
not include any data that are in section BUS_ERROR_MAP? If that's actually intended, this should fix it: char dummy_bus_error_map[0] __attribute__ ((__section__("BUS_ERROR_MAP"))); -- -- Matthias Urlichs signature.asc Description: Digital signature ___