Re: [systemd-devel] crash after commit core: make setting the shutdown watchdog configuration via dbus work

2015-01-30 Thread Kay Sievers
On Thu, Jan 29, 2015 at 6:35 PM, Cristian Rodríguez
 wrote:
>
> systemd crashes after that commit with
>
> gdb --args ./systemd
>
> Failed to create root cgroup hierarchy: Permission denied
> Failed to allocate manager object: Permission denied
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x55574ec4 in main (argc=1, argv=0x7fffdac8) at
> src/core/main.c:1832
> 1832arg_shutdown_watchdog = m->shutdown_watchdog;
>
>
> gdb) p m
> $3 = (Manager *) 0x0

Reverted.

Thanks,
Kay
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] crash after commit core: make setting the shutdown watchdog configuration via dbus work

2015-01-29 Thread Cristian Rodríguez

hi:


systemd crashes after that commit with

gdb --args ./systemd

Failed to create root cgroup hierarchy: Permission denied
Failed to allocate manager object: Permission denied

Program received signal SIGSEGV, Segmentation fault.
0x55574ec4 in main (argc=1, argv=0x7fffdac8) at 
src/core/main.c:1832

1832arg_shutdown_watchdog = m->shutdown_watchdog;


gdb) p m
$3 = (Manager *) 0x0

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel