Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-09 Thread Daniel Buch
No runtime kdbus but --enable-kdbus configuration at build time
Den 08/10/2014 17.11 skrev Lennart Poettering lenn...@poettering.net:

 On Fri, 03.10.14 22:00, Daniel Buch (boogiewasth...@gmail.com) wrote:

  Hi,
 
  With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
  getting timeout on these units
 
  dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
UNIT  LOAD   ACTIVE SUBDESCRIPTION
  ● systemd-hostnamed.service loaded failed failed Hostname Service
  ● systemd-localed.service   loaded failed failed Locale Service
  ● systemd-timedated.service loaded failed failed Time  Date Service
 
 
  My build config looks like this:
--libexecdir=/usr/lib \
--localstatedir=/var \
--sysconfdir=/etc \
--enable-introspection \
--enable-gtk-doc \
--enable-kdbus \
--enable-compat-libs \
--enable-timesyncd \
--enable-lz4 \
--enable-terminal \
--enable-resolved \
--disable-audit \
--disable-ima \
--disable-multi-seat-x \
--disable-smack \
--with-sysvinit-path= \
--with-sysvrcnd-path= \
--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
 \
 
 
  Am i missing something? I havn't yet found any solution yet, and journal
  isn't helping me much here.

 Is this with kdbus enabled (in systemd, kernel, runtime)?

 Lennart

 --
 Lennart Poettering, Red Hat

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


Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-09 Thread Lennart Poettering
On Fri, 03.10.14 22:00, Daniel Buch (boogiewasth...@gmail.com) wrote:

 Hi,
 
 With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
 getting timeout on these units
 
 dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
   UNIT  LOAD   ACTIVE SUBDESCRIPTION
 ● systemd-hostnamed.service loaded failed failed Hostname Service
 ● systemd-localed.service   loaded failed failed Locale Service
 ● systemd-timedated.service loaded failed failed Time  Date Service
 
 
 My build config looks like this:
   --libexecdir=/usr/lib \
   --localstatedir=/var \
   --sysconfdir=/etc \
   --enable-introspection \
   --enable-gtk-doc \
   --enable-kdbus \
   --enable-compat-libs \
   --enable-timesyncd \
   --enable-lz4 \
   --enable-terminal \
   --enable-resolved \
   --disable-audit \
   --disable-ima \
   --disable-multi-seat-x \
   --disable-smack \
   --with-sysvinit-path= \
   --with-sysvrcnd-path= \
   --with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware \
 
 
 Am i missing something? I havn't yet found any solution yet, and journal
 isn't helping me much here.

I think Michal just fixed this with this commit:

http://cgit.freedesktop.org/systemd/systemd/commit/?id=6041a7ee2c1bbff6301082f192fc1b0882400d42

Could you check, please?


Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-09 Thread Daniel Buch
Cool, seems fixed.

okt 09 19:18:34 dbuch-laptop systemd[1]: Starting Hostname Service...
okt 09 19:18:34 dbuch-laptop systemd[1]: Started Hostname Service.
okt 09 19:20:34 dbuch-laptop systemd[1]: systemd-hostnamed.service stopping
timed out. Terminating.
okt 09 19:20:34 dbuch-laptop systemd[1]: Unit systemd-hostnamed.service
entered failed state.
okt 09 19:20:34 dbuch-laptop systemd[1]: systemd-hostnamed.service failed.
okt 09 19:20:57 dbuch-laptop systemd[1]: Starting Hostname Service...
okt 09 19:20:57 dbuch-laptop systemd[1]: Started Hostname Service.
okt 09 19:22:57 dbuch-laptop systemd[1]: systemd-hostnamed.service stopping
timed out. Terminating.
okt 09 19:22:57 dbuch-laptop systemd[1]: Unit systemd-hostnamed.service
entered failed state.
okt 09 19:22:57 dbuch-laptop systemd[1]: systemd-hostnamed.service failed.
-- Reboot --
okt 09 19:49:34 dbuch-laptop systemd[1]: Starting Hostname Service...
okt 09 19:49:34 dbuch-laptop systemd[1]: Started Hostname Service.
dbuch@dbuch-laptop ~ % date
tor okt  9 19:55:13 CEST 2014
dbuch@dbuch-laptop ~ % systemctl --failed
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

They used to timeout after 2 minutes so this looks promising.

2014-10-09 18:23 GMT+02:00 Lennart Poettering lenn...@poettering.net:

 On Fri, 03.10.14 22:00, Daniel Buch (boogiewasth...@gmail.com) wrote:

  Hi,
 
  With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
  getting timeout on these units
 
  dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
UNIT  LOAD   ACTIVE SUBDESCRIPTION
  ● systemd-hostnamed.service loaded failed failed Hostname Service
  ● systemd-localed.service   loaded failed failed Locale Service
  ● systemd-timedated.service loaded failed failed Time  Date Service
 
 
  My build config looks like this:
--libexecdir=/usr/lib \
--localstatedir=/var \
--sysconfdir=/etc \
--enable-introspection \
--enable-gtk-doc \
--enable-kdbus \
--enable-compat-libs \
--enable-timesyncd \
--enable-lz4 \
--enable-terminal \
--enable-resolved \
--disable-audit \
--disable-ima \
--disable-multi-seat-x \
--disable-smack \
--with-sysvinit-path= \
--with-sysvrcnd-path= \
--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
 \
 
 
  Am i missing something? I havn't yet found any solution yet, and journal
  isn't helping me much here.

 I think Michal just fixed this with this commit:


 http://cgit.freedesktop.org/systemd/systemd/commit/?id=6041a7ee2c1bbff6301082f192fc1b0882400d42

 Could you check, please?


 Lennart

 --
 Lennart Poettering, Red Hat

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


Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-08 Thread Lennart Poettering
On Fri, 03.10.14 22:00, Daniel Buch (boogiewasth...@gmail.com) wrote:

 Hi,
 
 With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
 getting timeout on these units
 
 dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
   UNIT  LOAD   ACTIVE SUBDESCRIPTION
 ● systemd-hostnamed.service loaded failed failed Hostname Service
 ● systemd-localed.service   loaded failed failed Locale Service
 ● systemd-timedated.service loaded failed failed Time  Date Service
 
 
 My build config looks like this:
   --libexecdir=/usr/lib \
   --localstatedir=/var \
   --sysconfdir=/etc \
   --enable-introspection \
   --enable-gtk-doc \
   --enable-kdbus \
   --enable-compat-libs \
   --enable-timesyncd \
   --enable-lz4 \
   --enable-terminal \
   --enable-resolved \
   --disable-audit \
   --disable-ima \
   --disable-multi-seat-x \
   --disable-smack \
   --with-sysvinit-path= \
   --with-sysvrcnd-path= \
   --with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware \
 
 
 Am i missing something? I havn't yet found any solution yet, and journal
 isn't helping me much here.

Is this with kdbus enabled (in systemd, kernel, runtime)?

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-06 Thread Daniel Buch
On my system it is consistently.

okt 06 20:09:09 dbuch-laptop systemd[1]: systemd-timedated.service stopping
timed out. Terminating.
okt 06 20:09:09 dbuch-laptop systemd[1]: Unit systemd-timedated.service
entered failed state.
okt 06 20:09:09 dbuch-laptop systemd[1]: systemd-timedated.service failed.
okt 06 20:09:09 dbuch-laptop systemd[1]: systemd-hostnamed.service stopping
timed out. Terminating.
okt 06 20:09:09 dbuch-laptop systemd[1]: Unit systemd-hostnamed.service
entered failed state.
okt 06 20:09:09 dbuch-laptop systemd[1]: systemd-hostnamed.service failed.
okt 06 20:09:09 dbuch-laptop systemd[1]: systemd-localed.service stopping
timed out. Terminating.
okt 06 20:09:09 dbuch-laptop systemd[1]: Unit systemd-localed.service
entered failed state.
okt 06 20:09:09 dbuch-laptop systemd[1]: systemd-localed.service failed.

This happens every boot after the given timeout.

2014-10-04 18:26 GMT+02:00 David Herrmann dh.herrm...@gmail.com:

 Hi

 On Fri, Oct 3, 2014 at 10:00 PM, Daniel Buch boogiewasth...@gmail.com
 wrote:
  Hi,
 
  With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
 getting
  timeout on these units
 

 I also occasionally get timeouts on bus-activated systemd services
 with -git. I haven't been able to reproduce it consistently. Maybe
 Lennart has an idea what's going wrong, otherwise I will spend some
 time pinning this down.

 Thanks
 David

  dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
UNIT  LOAD   ACTIVE SUBDESCRIPTION
  ● systemd-hostnamed.service loaded failed failed Hostname Service
  ● systemd-localed.service   loaded failed failed Locale Service
  ● systemd-timedated.service loaded failed failed Time  Date Service
 
 
  My build config looks like this:
--libexecdir=/usr/lib \
--localstatedir=/var \
--sysconfdir=/etc \
--enable-introspection \
--enable-gtk-doc \
--enable-kdbus \
--enable-compat-libs \
--enable-timesyncd \
--enable-lz4 \
--enable-terminal \
--enable-resolved \
--disable-audit \
--disable-ima \
--disable-multi-seat-x \
--disable-smack \
--with-sysvinit-path= \
--with-sysvrcnd-path= \
--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
 \
 
 
  Am i missing something? I havn't yet found any solution yet, and journal
  isn't helping me much here.
 
  Best regards, Daniel.
 
  ___
  systemd-devel mailing list
  systemd-devel@lists.freedesktop.org
  http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 

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


Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-04 Thread Daniel Buch
dbuch@dbuch-laptop ~ % systemctl status systemd-hostnamed.service -l
● systemd-hostnamed.service - Hostname Service
   Loaded: loaded (/usr/lib/systemd/system/systemd-hostnamed.service;
static)
   Active: failed (Result: timeout) since lør 2014-10-04 08:14:52 CEST; 5h
7min ago
 Docs: man:systemd-hostnamed.service(8)
   man:hostname(5)
   man:machine-info(5)
   http://www.freedesktop.org/wiki/Software/systemd/hostnamed
  Process: 17795 ExecStart=/usr/lib/systemd/systemd-hostnamed (code=exited,
status=0/SUCCESS)
 Main PID: 17795 (code=exited, status=0/SUCCESS)

okt 04 08:12:52 dbuch-laptop systemd[1]: Started Hostname Service.
okt 04 08:14:52 dbuch-laptop systemd[1]: systemd-hostnamed.service stopping
timed out. Terminating.
okt 04 08:14:52 dbuch-laptop systemd[1]: Unit systemd-hostnamed.service
entered failed state.
okt 04 08:14:52 dbuch-laptop systemd[1]: systemd-hostnamed.service failed.


2014-10-04 7:12 GMT+02:00 Andrei Borzenkov arvidj...@gmail.com:

 В Fri, 3 Oct 2014 22:00:50 +0200
 Daniel Buch boogiewasth...@gmail.com пишет:

  Hi,
 
  With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
  getting timeout on these units
 
  dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
UNIT  LOAD   ACTIVE SUBDESCRIPTION
  ● systemd-hostnamed.service loaded failed failed Hostname Service
  ● systemd-localed.service   loaded failed failed Locale Service
  ● systemd-timedated.service loaded failed failed Time  Date Service
 

 Show systemctl status systemd-hostnamed.service
 systemd-localed.service systemd-timedated.service

 
  My build config looks like this:
--libexecdir=/usr/lib \
--localstatedir=/var \
--sysconfdir=/etc \
--enable-introspection \
--enable-gtk-doc \
--enable-kdbus \
--enable-compat-libs \
--enable-timesyncd \
--enable-lz4 \
--enable-terminal \
--enable-resolved \
--disable-audit \
--disable-ima \
--disable-multi-seat-x \
--disable-smack \
--with-sysvinit-path= \
--with-sysvrcnd-path= \
--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
 \
 
 
  Am i missing something? I havn't yet found any solution yet, and journal
  isn't helping me much here.
 
  Best regards, Daniel.


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


Re: [systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-04 Thread David Herrmann
Hi

On Fri, Oct 3, 2014 at 10:00 PM, Daniel Buch boogiewasth...@gmail.com wrote:
 Hi,

 With current git and since 430e21c2f7e77d600257ead56419f51 i keep on getting
 timeout on these units


I also occasionally get timeouts on bus-activated systemd services
with -git. I haven't been able to reproduce it consistently. Maybe
Lennart has an idea what's going wrong, otherwise I will spend some
time pinning this down.

Thanks
David

 dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
   UNIT  LOAD   ACTIVE SUBDESCRIPTION
 ● systemd-hostnamed.service loaded failed failed Hostname Service
 ● systemd-localed.service   loaded failed failed Locale Service
 ● systemd-timedated.service loaded failed failed Time  Date Service


 My build config looks like this:
   --libexecdir=/usr/lib \
   --localstatedir=/var \
   --sysconfdir=/etc \
   --enable-introspection \
   --enable-gtk-doc \
   --enable-kdbus \
   --enable-compat-libs \
   --enable-timesyncd \
   --enable-lz4 \
   --enable-terminal \
   --enable-resolved \
   --disable-audit \
   --disable-ima \
   --disable-multi-seat-x \
   --disable-smack \
   --with-sysvinit-path= \
   --with-sysvrcnd-path= \
   --with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware \


 Am i missing something? I havn't yet found any solution yet, and journal
 isn't helping me much here.

 Best regards, Daniel.

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

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


[systemd-devel] [Question/bug] Timeout after bus_event_loop_with_idle() change.

2014-10-03 Thread Daniel Buch
Hi,

With current git and since 430e21c2f7e77d600257ead56419f51 i keep on
getting timeout on these units

dbuch@dbuch-laptop ~/dev/systemd (git)-[master] % systemctl --failed
  UNIT  LOAD   ACTIVE SUBDESCRIPTION
● systemd-hostnamed.service loaded failed failed Hostname Service
● systemd-localed.service   loaded failed failed Locale Service
● systemd-timedated.service loaded failed failed Time  Date Service


My build config looks like this:
  --libexecdir=/usr/lib \
  --localstatedir=/var \
  --sysconfdir=/etc \
  --enable-introspection \
  --enable-gtk-doc \
  --enable-kdbus \
  --enable-compat-libs \
  --enable-timesyncd \
  --enable-lz4 \
  --enable-terminal \
  --enable-resolved \
  --disable-audit \
  --disable-ima \
  --disable-multi-seat-x \
  --disable-smack \
  --with-sysvinit-path= \
  --with-sysvrcnd-path= \
  --with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware \


Am i missing something? I havn't yet found any solution yet, and journal
isn't helping me much here.

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