Re: [systemd-devel] Archlinux patch for services and getty

2010-06-16 Thread Tom Gundersen
On Wed, Jun 16, 2010 at 11:21 PM, Lennart Poettering wrote: > On Wed, 16.06.10 14:19, Tom Gundersen ([email protected]) wrote: >> 1) parse the DAEMONS array from /etc/rc.conf >> 2) each daemon should be made into a service and be scheduled "After" >> the preceding daemon in the array. >> >> Two excepti

Re: [systemd-devel] Archlinux patch for services and getty

2010-06-16 Thread Lennart Poettering
On Wed, 16.06.10 14:19, Tom Gundersen ([email protected]) wrote: > Lennart, Marius, Heya, > I don't know what happened with Marius' patches, so I'm submitting the > patch I need to make my system boot (taking into account the comments > made by Lennart). I have merged this now. Thanks. > With the a

Re: [systemd-devel] Compiling in a sandbox

2010-06-16 Thread Lennart Poettering
On Wed, 16.06.10 14:38, Thomas Jones ([email protected]) wrote: > IIRC you have to manually put FEATURES="-usersandbox" to make portage > NOT build > things as the portage user (I could be wrong since I DO have usersandbox > in my > FEATURES) Well, we check for geteuid() == 0. Only if that hold

Re: [systemd-devel] Compiling in a sandbox

2010-06-16 Thread Thomas Jones
On 06/16/10 09:32, Lennart Poettering wrote: > On Wed, 16.06.10 15:08, [email protected] ([email protected]) wrote: > > >> Compiling using portage in gentoo currently fails, since make >> tries to create and mount /cgroup. Is this necessary for compilation? >> > Well, not if you build

Re: [systemd-devel] Compiling in a sandbox

2010-06-16 Thread Lennart Poettering
On Wed, 16.06.10 15:08, [email protected] ([email protected]) wrote: > Compiling using portage in gentoo currently fails, since make > tries to create and mount /cgroup. Is this necessary for compilation? Well, not if you build from a tarball. Unfortunately we have no tarballs available yet

[systemd-devel] Compiling in a sandbox

2010-06-16 Thread olechrt
Compiling using portage in gentoo currently fails, since make tries to create and mount /cgroup. Is this necessary for compilation? If not, this should probably be in make install instead. Even if it was in install, the mounting would be a problem for the sandbox, though. Is it necessary? I'd ex

Re: [systemd-devel] Archlinux patch for services and getty

2010-06-16 Thread Tom Gundersen
Lennart, Marius, I don't know what happened with Marius' patches, so I'm submitting the patch I need to make my system boot (taking into account the comments made by Lennart). On Thu, May 20, 2010 at 6:27 PM, Lennart Poettering wrote: > On Thu, 20.05.10 15:17, Marius O ([email protected]) wrote