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
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
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
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
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
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
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
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