Bug#770504: systemd: log all members of cyclic dependencies (loops)

2014-11-21 Thread Uoti Urpala
On Fri, 21 Nov 2014 20:20:45 + Simon McVittie wrote: > dependency: systemd logs that there was a loop, and which arbitrary point > it tried to use to break it. However, it does not log (an example of) the > whole path around the loop before it started trying to break it. IIRC it does log that

Bug#765784: systemd: Very slow boot time (4 Minutes).

2014-10-22 Thread Uoti Urpala
On Wed, 22 Oct 2014 18:23:54 +1100 Marc Bonnor wrote: > The command ls -l /tmp also blocks ... That pretty much confirms that it is a filesystem problem not directly related to systemd. > The line before the lines shown in the file extract has an odd looking > path "//tmp", do you think this may

Bug#765784: systemd: Very slow boot time (4 Minutes).

2014-10-21 Thread Uoti Urpala
Marc Bonnor wrote: > I have run the strace command as suggested and attached the output. > 18:58:28 open("/tmp", > O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC) = 4 > 18:58:28 fstat(4, {st_mode=S_IFDIR|S_ISVTX|0777, st_size=117604352, ...}) = 0 > 18:58:28 fcntl(4, F_GETFL)

Bug#765784: systemd: Very slow boot time (4 Minutes).

2014-10-18 Thread Uoti Urpala
Marc Bonnor wrote: > I have also poked around in the debug shell during boot and there is almost no > cpu activity and the systemd-tmpfiles command has statuts 'D' uniteruptable > sleep. > > I used iotop to view io activity during the boot and this 'Executing: /bin > /systemd-tmpfiles --create --r

Bug#762522: \2d showing up in journalctl

2014-09-23 Thread Uoti Urpala
Marco d'Itri wrote: > On Sep 23, 積丹尼 Dan Jacobson wrote: > > Why the \x2d in one 'slice' but not the other? > Because one contains / and the other does not. 2d hex is '-', not '/'. The actual reason is that '-' in slice names has a special meaning to separate hierarchical components, and '-' with

Bug#762041: systemd: upgrading systemd results in /run/user/ being emptied

2014-09-18 Thread Uoti Urpala
I checked that this did not happen on a system I just updated from 204 to 215; contents of /run/user/1000 remained unchanged after the upgrade. Are you sure that the upgrade actually *removed* contents? A possibly relevant change is that logind started to mount a per-user tmpfs in /run/user/* (for

Re: Remaining 214 patches from Jono

2014-08-24 Thread Uoti Urpala
Sjoerd Simons wrote: > * e366cac Rework the semantics of restart job deadlock avoidance during early > boot and shutdown. > > The main patch here was sent to the systemd list, from the discussion it > seems upstream doesn't like that approach. I don't think this is an area > where we should diver

Bug#752259: systemd: User interaction regarding Ordering cycle found: D-Bus System Message Bus Socket

2014-06-22 Thread Uoti Urpala
to systemd could help. I haven't tried running it at all, but at least the existing code looks suspicious, so if correct the patch could fix the same issue. >From 6d575f18437dd5bfd02c4736dbd3e6a8a1286ab2 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 23 Jun 2014 08:14:22 +0300 Sub

Bug#750683: systemd: oneshot services get started more than once

2014-06-06 Thread Uoti Urpala
Ed Swierk wrote: > I found that adding RemainAfterExit=yes to the service file prevents > this from happening. But nothing in the systemd documentation (nor in > the code, to the extent I understand it) indicates that this is > necessary for oneshot services. This has been a known issue for some s