Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-04-01 Thread Felipe Sateler
Control: forwarded -1 https://github.com/systemd/systemd/issues/2930 On 1 Apr 2016 04:43, "Frank Heckenbach" wrote: > > > On 28 March 2016 at 12:18, Frank Heckenbach wrote: > > > Felipe Sateler wrote: > > > > > >> BTW, systemd has been uploaded to proposed-updates[1] fixing #805133. > > >> Could

Processed: Re: Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-04-01 Thread Debian Bug Tracking System
Processing control commands: > forwarded -1 https://github.com/systemd/systemd/issues/2930 Bug #788303 [systemd] systemd: Hangs indefinitely on >90% of reboot attempts Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/2930'. -- 788303: http://bugs.debian.org/cgi-bin/bug

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-04-01 Thread Frank Heckenbach
> On 28 March 2016 at 12:18, Frank Heckenbach wrote: > > Felipe Sateler wrote: > > > >> BTW, systemd has been uploaded to proposed-updates[1] fixing #805133. > >> Could you please upgrade to that version and try using the > >> After=swap.target workaround? > > > > Actually, I'm not sure if it work

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-03-28 Thread Felipe Sateler
On 28 March 2016 at 12:18, Frank Heckenbach wrote: > Felipe Sateler wrote: > >> BTW, systemd has been uploaded to proposed-updates[1] fixing #805133. >> Could you please upgrade to that version and try using the >> After=swap.target workaround? > > Actually, I'm not sure if it works. I could not r

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-03-24 Thread Felipe Sateler
On 15 January 2016 at 11:09, Frank Heckenbach wrote: >> > This seems to work. However, given that this single line is now >1 >> > KB and more than 3 times as long as my work-around service, and >> > heavily depends on the system configuration, I doubt whether it's >> > actually less hackish. (I do

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-15 Thread Frank Heckenbach
> > This seems to work. However, given that this single line is now >1 > > KB and more than 3 times as long as my work-around service, and > > heavily depends on the system configuration, I doubt whether it's > > actually less hackish. (I do occasionally change my swap partitions. > > I also build

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-15 Thread Felipe Sateler
On 14 January 2016 at 14:35, Frank Heckenbach wrote: >> Due to the other bug I linked, this may not be sufficient. Please list >> all the swap units listed in >> >> % systemctl list-units '*.swap' >> >> You'll see that there are multiple units each of the different ways >> you can access the under

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-14 Thread Frank Heckenbach
> Due to the other bug I linked, this may not be sufficient. Please list > all the swap units listed in > > % systemctl list-units '*.swap' > > You'll see that there are multiple units each of the different ways > you can access the underlying partition (by uuid, did, wwm and sdX > name). > > I

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-14 Thread Felipe Sateler
On 14 January 2016 at 12:29, Frank Heckenbach wrote: >> What if instead of this service, you add an: >> >> After=swap.target >> >> To your tmp.mount ? > > Doesn't work. Also, systemctl still lists tmp.mount before the swap > targets, which means (I suppose) it will be stopped after them. > > I tho

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-14 Thread Frank Heckenbach
> What if instead of this service, you add an: > > After=swap.target > > To your tmp.mount ? Doesn't work. Also, systemctl still lists tmp.mount before the swap targets, which means (I suppose) it will be stopped after them. I thought maybe swap.target is just a virtual target that depends on t

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-14 Thread Felipe Sateler
On 14 January 2016 at 10:21, Frank Heckenbach wrote: > > As a work around, I've put the following in > /etc/systemd/system/workaround-788303.service and activated it with > systemctl enable workaround-788303 > > This seems to work for me for now. Of course, I'd prefer a real > bugfix. (And so shou

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-14 Thread Frank Heckenbach
As a work around, I've put the following in /etc/systemd/system/workaround-788303.service and activated it with systemctl enable workaround-788303 This seems to work for me for now. Of course, I'd prefer a real bugfix. (And so should the systemd author, seeing how much he hates using the shell ...

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-08 Thread Frank Heckenbach
> On 6 Jan 2016 02:45, "Frank Heckenbach" wrote: > > > > I did some more debugging, and found out some things: > > > > - In a debug shell after the failed shutdown, I did: > > > > systemctl status `systemctl | grep failed | grep swap | awk '{print > $2}'` > > > > and found an error message lik

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-06 Thread Felipe Sateler
On 6 Jan 2016 02:45, "Frank Heckenbach" wrote: > > I did some more debugging, and found out some things: > > - In a debug shell after the failed shutdown, I did: > > systemctl status `systemctl | grep failed | grep swap | awk '{print $2}'` > > and found an error message like this: > > swapof

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-06 Thread Sascha Jung
I can confirm this behaviour on my system exactly as described. Besides the message swapoff: /dev/sdxx: swapoff failed: Cannot allocate memory there are also these lines: dev-sdxx.swap swap process exited, code=exited status=255 Unit dev-sdxx.swap entered failed state. I also have set overcomm

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-05 Thread Frank Heckenbach
I did some more debugging, and found out some things: - In a debug shell after the failed shutdown, I did: systemctl status `systemctl | grep failed | grep swap | awk '{print $2}'` and found an error message like this: swapoff: /dev/sdxx: swapoff failed: Cannot allocate memory - Manually

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-02 Thread Frank Heckenbach
Just saying me too (also to get informed about news on this front). It happenes both on reboot and shutdown attempts. I can also offer to help debugging it, if there's something specific I can do (in jessie). Also, I'd suggest to increase the severity, since, you know, not shutting down the syste