[systemd-devel] Virtual tty

2011-10-18 Thread Canek Peláez Valdés
Hi, quick question: when doing systemctl -t device it shows all the plugged devices on my laptop. Most of them seem rational (network adapters, DVD drives, etc.) However, it also shows 269 tty devices. It this the way it's supposed to be, or I have some misconfiguration in my laptop? If the firs

Re: [systemd-devel] Systemd and cgroup management (and libcgroup)

2011-10-18 Thread Vivek Goyal
On Tue, Oct 18, 2011 at 04:45:59PM -0400, Vivek Goyal wrote: > Hi, Oops, got old addresses of dhaval and bablir. Fixing it. Please reply to this mail instead of previous one. Thanks Vivek > > We have talked a lot of about libcgroup and systemd in the past and when I > thought that debate is s

[systemd-devel] Systemd and cgroup management (and libcgroup)

2011-10-18 Thread Vivek Goyal
Hi, We have talked a lot of about libcgroup and systemd in the past and when I thought that debate is settled, here comes some more things to discuss. Previously libcg was doing cgroup management and now sytemd is taken over a lot of it. - Creation of hierarchies. Taking control of hierarchies

[systemd-devel] systemd-analyze blame lacks fsck info

2011-10-18 Thread Koen Kooi
Hi, Every now and them 'systemd-analyze time' reports that it booted in slightly under 3 minutes instead of the 5.6s I expect, but systemd-analyze blame shows only times in the 600ms range. Babysitting the boot shows that fsck is the culprit. Was excluding things like fsck-root a design decisi

Re: [systemd-devel] [PATCH] Makefile.am: reduce linked libraries

2011-10-18 Thread Harald Hoyer
On 18.10.2011 13:14, Koen Kooi wrote: > > Op 18 okt. 2011, om 12:51 heeft har...@redhat.com het volgende geschreven: > >> From: Harald Hoyer >> >> For libselinux and libcap the --as-needed linker flag does not seem to >> work. In fact, it seems to be turned off completly, if one of these >> libr

Re: [systemd-devel] [PATCH] Makefile.am: reduce linked libraries

2011-10-18 Thread Koen Kooi
Op 18 okt. 2011, om 12:51 heeft har...@redhat.com het volgende geschreven: > From: Harald Hoyer > > For libselinux and libcap the --as-needed linker flag does not seem to > work. In fact, it seems to be turned off completly, if one of these > libraries is used after --as-needed. > > This patch

[systemd-devel] [PATCH] Makefile.am: reduce linked libraries

2011-10-18 Thread harald
From: Harald Hoyer For libselinux and libcap the --as-needed linker flag does not seem to work. In fact, it seems to be turned off completly, if one of these libraries is used after --as-needed. This patch reduces the amount of linked libraries. before: $ ldd /lib/systemd/systemd-timestamp linu

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-10-18 Thread Frederic Crozat
Le lundi 17 octobre 2011 à 13:01 +0200, Tom Gundersen a écrit : > Devices with random keys (swap), should not be ordered before local-fs.target, > as this creates a cycle with systemd-load-random-seed.service (and also it > does not make sense, a swap device is not a local-fs). FYI, this patch was