Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] systemd
Date: Tue, 23 Aug 2011 22:01:50
Message-Id: 4E5422F1.4030800@xunil.at
In Reply to: Re: [gentoo-user] systemd by "Stefan G. Weichinger"
1 Am 23.08.2011 11:22, schrieb Stefan G. Weichinger:
2
3 > http://en.gentoo-wiki.com/wiki/Improve_responsiveness_with_cgroups
4 >
5 > brings the script /usr/local/sbin/cgroup_start which is started by
6 > openrc, but not by systemd. In there the perms would be set up for my
7 > user ...
8 >
9 >
10 > So the solution will be to teach systemd to start that script as well.
11
12 That was no big problem ... solved.
13
14 Interesting observation right now:
15
16 Wanted to extend a LV.
17
18 Unmounted it, "lvresize -L+5G ...", then "resize2fs ..."
19
20 resize2fs told me that the LV is mounted and that is has to do online
21 resizing.
22
23 whoa. I unmounted it before!
24
25 So it seems as if I would have to stop the related mount-service within
26 systemd first ...
27
28 That is an important thing to know IMO.
29
30 Stefan

Replies

Subject Author
Re: [gentoo-user] systemd Joost Roeleveld <joost@××××××××.org>