Re: [systemd-devel] systemd hang on booting after mount

2011-01-19 Thread Chanwoo Choi
Kay Sievers wrote: On Tue, Jan 18, 2011 at 10:48, Lennart Poettering lenn...@poettering.net wrote: One other guess is that your kernel is too old, you need the /sys/fs/cgroup mount point which is only available in recent kernels... That should be in 2.6.36, which is mentioned earlier in

Re: [systemd-devel] systemd hang on booting after mount

2011-01-19 Thread 최찬우
2011/1/19 Kay Sievers kay.siev...@vrfy.org On Wed, Jan 19, 2011 at 12:20, Chanwoo Choi cwcho...@gmail.com wrote: I solved this error. The cause of error is that my system don't open directory with flag(O_NOCTTY, O_NONBLOCK, O_DIRECTORY) in manager_setup_cgroup(). (in src/cgroup.c) I

Re: [systemd-devel] systemd hang on booting after mount

2011-01-19 Thread Kay Sievers
On Wed, Jan 19, 2011 at 12:47, 최찬우 cwcho...@gmail.com wrote: 2011/1/19 Kay Sievers kay.siev...@vrfy.org On Wed, Jan 19, 2011 at 12:20, Chanwoo Choi cwcho...@gmail.com wrote: I solved this error. The cause of error is that my system don't open directory with flag(O_NOCTTY, O_NONBLOCK,

Re: [systemd-devel] systemd hang on booting after mount

2011-01-19 Thread 최찬우
2011/1/19 Kay Sievers kay.siev...@vrfy.org On Wed, Jan 19, 2011 at 12:47, 최찬우 cwcho...@gmail.com wrote: 2011/1/19 Kay Sievers kay.siev...@vrfy.org On Wed, Jan 19, 2011 at 12:20, Chanwoo Choi cwcho...@gmail.com wrote: I solved this error. The cause of error is that my system don't

Re: [systemd-devel] systemd hang on booting after mount

2011-01-19 Thread Lennart Poettering
On Wed, 19.01.11 20:20, Chanwoo Choi (cwcho...@gmail.com) wrote: Kay Sievers wrote: On Tue, Jan 18, 2011 at 10:48, Lennart Poettering lenn...@poettering.net wrote: One other guess is that your kernel is too old, you need the /sys/fs/cgroup mount point which is only available in

Re: [systemd-devel] systemd hang on booting after mount

2011-01-19 Thread Gustavo Sverzut Barbieri
On Wed, Jan 19, 2011 at 1:21 PM, Lennart Poettering lenn...@poettering.net wrote: On Wed, 19.01.11 20:20, Chanwoo Choi (cwcho...@gmail.com) wrote: Kay Sievers wrote: On Tue, Jan 18, 2011 at 10:48, Lennart Poettering lenn...@poettering.net wrote: One other guess is that your kernel is