Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-30 Thread cristian . axenie
Yes of course, I meant dbus.service, excuse me for the mistake! I am using in my build environment dbus 1.3.2 at the moment and tha's why I use some older variants of units! Thanks for making it clear! Best! --Original Message-- From: Michael Biebl To: Cristian Axenie Cc: systemd-

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-30 Thread Cristian Axenie
Hi..again ! I've manged to solve my problems ! It seems I had to add an : ExecStartPre=/bin/rm -f /var/run/messagebus.pid to my dbus.target unit to ensure that dbus-daemon always starts correctly. Now the system bus is healthy and I can use it properly. Best ! 2010/9/30 Cristian Axenie

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-30 Thread Cristian Axenie
010/9/27 Andrey Borzenkov : > > Mon, 27 Sep 2010 17:39:15 +0200 письмо от Lennart Poettering < > lenn...@poettering.net>: > >> On Mon, 27.09.10 13:07, Cristian Axenie (cristian.axe...@gmail.com) > wrote: > > >> > I've managed to add the proper symlinks i

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-27 Thread Cristian Axenie
t are unmounting the filesystems or should systemctl handle all the unmounting actions safely ? Best ! On Mon, Sep 27, 2010 at 3:17 AM, Lennart Poettering wrote: > On Thu, 23.09.10 14:09, Cristian Axenie (cristian.axe...@gmail.com) wrote: > > > Hi ! > > > > Any ideas

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-23 Thread Cristian Axenie
Hi and thanks for the quick reply ! I've added the Environment=INIT_VERSION=sysvinit-1234 in my units and now I can control the reboot/poweroff/halt of my system ! Best ! 2010/9/23 Andrey Borzenkov > > Thu, 23 Sep 2010 14:09:16 +0300 письмо от Cristian Axenie <

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-23 Thread Cristian Axenie
Hi ! Any ideas about the following behavior? ~ # reboot Broadcast message from root (ttyS0) The system is going down for system halt NOW! [ 296.08] systemd-initctl[698]: Received environment initctl request. This is not implemented in systemd. And then the system freezes ! It seems that t

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-21 Thread Cristian Axenie
1 00:04:52 2009): The system is going down for system halt NOW! [ 296.08] systemd-initctl[698]: Received environment initctl request. This is not implemented in systemd. The system freezes ! Best ! On Tue, Sep 21, 2010 at 1:28 AM, Lennart Poettering wrote: > On Fri, 17.09.10 16:49, Cr

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-17 Thread Cristian Axenie
) and themanager startup problem ( Failed to fully start up daemon: No such file or directory) ? Best ! On Tue, Sep 14, 2010 at 5:58 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Tue, Sep 14, 2010 at 10:47 AM, Cristian Axenie > wrote: > > Hi ! > &

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-14 Thread Cristian Axenie
tarting Serial Getty on ttyS0 failed. And finally, the control cannot be passed to a console. Any corrections and suggestions are appreciated. Best ! On Fri, Sep 10, 2010 at 3:03 PM, Cristian Axenie wrote: > Hi ! > > The abstract socket namespace support was enabled when compiling d

Re: Systemd port on custom embedded linux

2010-09-10 Thread Cristian Axenie
Hi ! The abstract socket namespace support was enabled when compiling dbus. I will try to look up the places where systemd tries to create a dbus server and to establish a dbus connection. Best ! ___ systemd-devel mailing list systemd-devel@lists.freed

Re: Systemd port on custom embedded linux

2010-09-10 Thread Cristian Axenie
ger object: Input/output error [ 19.56] systemd-cgroups-agent[672]: Failed to get D-Bus connection: Operating system does not support abstract socket namespace Any ideas ? Best ! On Wed, Sep 8, 2010 at 6:19 PM, Cristian Axenie wrote: > The patches aren't applying correctly ! For what

Re: Systemd port on custom embedded linux

2010-09-08 Thread Cristian Axenie
The patches aren't applying correctly ! For what version of systemd were extracted? Best ! On Wed, Sep 8, 2010 at 5:59 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Sep 8, 2010 at 11:44 AM, Cristian Axenie > wrote: > > TIA for the patch. I

Re: Systemd port on custom embedded linux

2010-09-08 Thread Cristian Axenie
> On Wed, Sep 8, 2010 at 11:25 AM, Cristian Axenie > wrote: > > I've managed to add the cgroupfs support and the systems doesn't complain > > when mounting any filesystem. Due to the fact that I have disabled > selinux > > and auditing support I get the

Re: Systemd port on custom embedded linux

2010-09-08 Thread Cristian Axenie
the vital elements ? Best ! On Wed, Sep 8, 2010 at 4:41 PM, Kay Sievers wrote: > On Wed, Sep 8, 2010 at 15:39, Cristian Axenie > wrote: > > I've managed to rebuild my kernel with the CONFIG_DEVTMPFS activated and > now > > the problem doesn't reproduces anymore. No

Re: Systemd port on custom embedded linux

2010-09-08 Thread Cristian Axenie
I've managed to rebuild my kernel with the CONFIG_DEVTMPFS activated and now the problem doesn't reproduces anymore. Now it seems that /sys/fs/cgroup cannot be mounted. Any other known issues or other kernel config options to be activated ? Best ! On Wed, Sep 8, 2010 at 4:34 PM, Gustavo Sverzut B

Systemd port on custom embedded linux

2010-09-08 Thread Cristian Axenie
Hello all ! I have some questions regarding some options to enable/disable when using systemd on a custom embedded Linux distro. I've managed to port systemd-8 for a Tegra2 similar board, based on ARMv7 CPU. The embedded OS is a Fedora like system and I have used the systemd-8-1.fc14.src.rpm. Nex