[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-12-09 Thread Jan Johansson
I switched to Linux Mint 20.2 Uma Cinnamon and now I don't have shutdown
problem anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-11-20 Thread Jan Johansson
Hi again, so since october 28, I have been trying to install and run an
old kernel from before this shutdown problem happened and I am now
running 4.4.0-210-generic, for the last week(and I use my laptop every
day most of the day), I have had no shutdown problems.

Since this problem occur in newer kernels too, than maybe developers can
look to this kernel and see what is different, that might cause the
problem.

To people who want to use this older kernel, just open synaptics and
look first to what you have installed by searching for your kernel
version number - do not add linux-image or linux-headers.

You should see what is installed and modules. Make a screenshot or write
it down, then look for this old kernel the same way and install the
items from your list.

Wait for it to finish.

Then either use Grub customizerI use this as there is a GUI and a lot of
options, like having a list of kernels shown on start up) or you can
just run

sudo update-grub

from terminal

Restart your machine

Edit these instructions to fit your own system, that might be different
from mine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-28 Thread Jan Johansson
So sudo poweroff seems to fix the problem, somehow, because if I do that
and then next time shutdown normally then the laptop shuts all the way
down - meaning turn off.

Weird.

So sudo poweroff it is, should be put instead of shutdown, because it
would seem that one is faulty, and in my case with 16.04 most likely is
not getting solved.

for 18.04 and later there might be some solution.

I still call out for a script as temporary solution!

Thank you in advance

Jan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-28 Thread Jan Johansson
I have investigated further, it would seem that it is the shutdown
function in ubuntu and flavors that is the problem, because sudo
poweroff in terminal work just fine.

I suggest the ones still affected by this bug, try to open terminal and
type:

sudo poweroff

your password

Just to see if it work for you, please let me know.

Could one of the experts here come up with a script that do the poweroff
function without having to type password?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-26 Thread Jan Johansson
I had the issue again. so my previous change didn't work.

I have changed DefaultTimeoutStopSec=90s timeout to 40s.

I tried turning off wifi byt rfkill block all from terminal prior to
shutdown, that just ended up in black screen as usual but this time wifi
was off, but laptop still on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-20 Thread Jan Johansson
I have changed DefaultTimeoutStopSec=90s timeout to 20s as personal
choice to make sure that anything running in the background has time to
stop before shutting down, to avoid something braking,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-20 Thread tyler krueger
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-19 Thread Jan Johansson
So removing quiet splash and adding noefi to grub and editing

sudo xdg-open /etc/systemd/system.conf

removing the # infront of #DefaultTimeoutStopSec=90s and changing the
timeout to 10s instead of 90s

Seem to have fixed my issue

I found the last bit here:

https://itsfoss.com/long-shutdown-linux/

Please comment and let me know if it solves it for you too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-10-18 Thread Jan Johansson
Lenovo Thinkpad X300, 4GB Ram, INTEL SSDSA1MH160G1HP (045C8781)160GB
SSD, Intel GMA X3100 i915, battery SANYO 42T4522 77% capacity though
charges to 100%.

Peach OSI TW 16.04 LTS build on Xubuntu, Kernel 4.4.0-217-generic.

Problem with shutdown started with 4.4.0-216-generic and is still in
4.4.0-217-generic which is the newest kernel for my setup.

If the machine has been idle for a while, sometimes with Firefox 88.0
open, sometimes after using VLC player - then it hangs on shutdown,
Screen is off but wifi and bluetooth light is on(its off when totally
shutdown). At this point not even ESC work(as the screen is off and
never comes on), only by holding the power button the laptop turns off.

Restarting sometimes work ok, but from time to time it can take up to 10
min to start up(where normal startup is 30seconds).

Editing grub and adding noefi after quiet splash, worked for a while and
then last night it would not shut down again and I had to use power
button. this morning it started up normal 30seconds.

I have had updates comming in, I have installed Intel graphic tool to
update the driver but problem persist, so don't think its a graphic card
driver issue.

Many here has reported it on other systems with totally different
config, so I think this is a kernel issue that seem to pass through in
newer kernel updates.

Also seem that it is not only 16.04 since it has been reported in newer
versions too.

I'm still using 16.04 because there is no 20.04 Peach(now named Patriot)
after the author died in september this year - I might move to 20.04 or
newer when most of the bugs has been addressed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2021-01-31 Thread Stefano
I have the same issue, I'm using an ASUS k50in with graphic card Nvidea GT220M. 
When I power off my laptop the procedure stops at the output line Reached 
target Power-Off.
This is the output of the command uname -a for my laptop

Linux stefano-K61IC 5.8.0-40-generic #45~20.04.1-Ubuntu SMP Fri Jan 15
11:35:04 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

I have tried in the grub configurations the 
GRUB_CMDLINE_LINUX_DEFAULT='acpi=force' then I tried using 
GRUB_CMDLINE_LINUX_DEFAULT='acpi=noirq' and then 
GRUB_CMDLINE_LINUX_DEFAULT='acpi=off' everytime without success.
Can you suggest a way to fix it? Or some debug steps that can be performed to 
better understand the issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-11-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-09-27 Thread atefrihane
I'm using dell 3543 and ubuntu 20.04
reboot but works but power off hangs
is there a way to fix it please ??

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-06-13 Thread VinDSL
Every machine is different. Here's the grub that I use on 'doorstop'
machines:

# If you change this file, run 'update-grub' afterwards to update
GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="true"
GRUB_TIMEOUT="10"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="elevator=deadline quiet splash plymouth.enable=0 
libahci.ignore_sss=1 noefi"
GRUB_CMDLINE_LINUX="libata.force=noncq"
GRUB_GFXMODE="1920x1200x24

It knocks a few seconds off of boot times, and shuts them down in a
heartbeat.

Here's the 'systemd-analyze time' result on my Dell Dimension 3000 box,
circa 2004:

Startup finished in 3.650s (kernel) + 7.044s (userspace) = 10.694s
graphical.target reached after 7.008s in userspace

No joke...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-06-13 Thread tyler krueger
its effecting ubuntu 20.04 if there is a way to fix it please help me
out.

** Project changed: linux => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-06-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-06-13 Thread tyler krueger
** Also affects: linux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-05-03 Thread Marko T
Hi, I have the same problem with not being able to reboot or shutdown. 
Error is displayed: "Failed to power off system via logind: There's already a 
shutdown or sleep operation in progress"

Ubuntu 20.04 on Dell Pavilion M6600.

I tried modifying the "quiet splash acpi=force" but without success.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-05-03 Thread Ashwin Biju
I had the same problem with elementary os i fixed it by disabling the
usb 3.0 option in the bios of my hp laptop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-04-12 Thread Dan Cristian
Fix proposed by @VadymStupakov works for my ASUS Zenbook 13 (UX331FN-
EG022T), running Bionic Beaver (18.04) and kernel 5.4.14.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-01-04 Thread Guy Mandor
@VadymStupakov: You're a saviour. I had been struggling with this issue
for over a year. The solution worked perfectly. My power button Thanks
you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-10-02 Thread Vadym Stupakov
I have same problem and solved it.
workaround is: https://unix.stackexchange.com/a/544728/149135

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-08-23 Thread JohnDoe_71Rus
try 5.2.8 from https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.8/

the same, last mesage in console

Started Show Plymouth Power Off Screen
Starting Power-Off
[... ] systemd-shutdown [1]: Failed to wait for process: Protocol error

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-08-02 Thread Tushar
This issue still persists.Mine is an
Hp laptop with an Intel Bay Trail processor, Intel HD graphics(Not Nvidia), 8GB 
RAM with Dual boot Windows and Ubuntu 16.04.2. Bios version F.46 and kernel 
version 4.15.0-55-generic 

Whenever I try to SHUTDOWN/RESTART/SLEEP the Screen goes off(Black) but
the Hard Disk keeps spinning with power button light ON. sometimes while
doing shutdown the screen hangs on Ubuntu logo with dots. when esc is
pressed it's seen that after [OK] Reached Target Shutdown nothing
happens cursor blinking or Freeze.

I tried to Re-install ubuntu with 16.04.6 while installing it displayed error 
related to APCI. somehow it got installed and when I checked dmesg it showed 
this error message 
"ACPI Error: [\_PR_.CPU0._PPC] Namespace lookup failure, AE_NOT_FOUND 
(20170831/psargs-364)" and this

"ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC0.IPCL,
AE_NOT_FOUND (20170831/psparse-550)"

I tried almost everything I found on internet acpi=force, acpi=off and
other stuff. It's discouraging from 2016 to 2019 there is still no
permanent fix for this issue. some people on internet tried some or
other fix for some it worked for some it didn't. Did anyone one of you
found the fix for this ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-07-30 Thread B. C. Schmerker via ubuntu-bugs
Update:  Issue worked around with nVIDIA® geForce® driver 340.107 for
C77 GPU in MCP78 northbridge (package:nvidia-340).  Repeating report to
Bug 1776616.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-07-30 Thread B. C. Schmerker via ubuntu-bugs
Update:  acpi=off only got me to a timestamped kernel message
"reboot:System halted".  acpi=force had no effect.  Repeating report to
Bug 1776616, which is specifically relevant to Kernel 4.15-n-generic on
xubuntu™ 18.04-LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-07-30 Thread B. C. Schmerker via ubuntu-bugs
This hang on shutdown and/or reboot is NOT confined to portables.  I
encountered the issue installing xubuntu™ 18.04-LTS on an
emachines®/acer® EL1210-09 (2.3 GHz Advanced Micro Devices® Athlon®
LE-1620; nVIDIA® nFORCE® 720 chipset; 2 x 2 GiB DDR2 main memory) with a
Shuttle® PSU upgrade (PC631 in for stock 220W LITEON®) and the
planar C77 geForce® 64-bit GPU by-passed for the nVIDIA® GF-109 on an
msi® N610GT-MD1GD3/LP half-height video display adapter.  I normally
use:

GRUB_CMDLINE_LINUX_DEFAULT="debug"

in /etc/default/grub, which is how I confirmed the issue:  Depending on
shutdown or reboot option, the system halts at "Starting reboot..." or
"Starting power-off...", forcing a manual power-down.  Will report back
after testing:

GRUB_CMDLINE_LINUX_DEFAULT="debug acpi=off"

and:

GRUB_CMDLINE_LINUX_DEFAULT="debug acpi=force"

I'd rather save the C77 geForce® driver set (provided to Canonical Ltd.
by nVidia Corporation) for the nFORCE® 720 as a last resort, as it
affects Kernel behavior in both startup and shutdown.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-07-24 Thread Brad Figg
** Tags added: cscc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-06-27 Thread Max Argus
Same Problem Dell XPS 15z
Kernel: 4.18.0-22-generic
OS: 18.04.02
Window manager: KDE
Not using Nvidia blob drivers.

Editing grub with "acpi=force reboot=pci" didn't help.


Sometimes also partially freezes when using firefox (mouse dosen't move, ping 
command dosen't work, can't kill -9 firefox process)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-06-22 Thread Slawomir
Hi, I have a DELL Latitude E5520 (4.15.0-52-generic #56~16.04.1-Ubuntu)

Problem was solved:

/etc/default/grub   
changed the entry bellow:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
on the following:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force reboot=pci"
and
sudo update-grub

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-04-26 Thread hardyn
Had same issue with MSI GP73 laptop.  Problem was solved by installing
the NVidia "blob" drivers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-02-14 Thread Keith
Sounds like broken record here, oh no broken shutdown here actually.
Bodhi Linux 4.2 on old hardare Aspire 5000 laptop, was wooring fine till a day 
or two ago.
Hangs at shutting down several things says all stopped down to hardware clock 
something or another.
can hit Esc a couple times and it progresses but still just stops.
Will boot fine with a Power Button Hold down and restart.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-02-09 Thread Dariusz Deoniziak
I do have the same problem since Ubuntu 17.14, it doesn't matter if it
is Ubuntu distribution or any of its flavours (e.g. Kubuntu which I am
using currently). I do not remember if it worked fine on 16.04, all I
can tell I was always doing distro upgrade and haven't installed fresh
Ubuntu installation since 16.04.

Laptop is Dell Inspiron 7548.

There are various blog or forum posts about this issue, mostly
suggesting to edit grub (some about editing defaulTimeout in
system.conf), unfortunatelly editing acpi settings or editing anything
similar doesn't work.

I do not use any custom ppa other than google/chrome. Means I am using
stock/distro mesa drivers too.

The laptop freezes on splash logo only during shutdown (reboot works
fine). I have noticed that laptop freezes on poweroff command (visible
on nosplash). The laptop sometimes doesn't freeze when battery is not
fully charged, the less battery is charged the lesser chances that
laptop will freeze. On 15-30% of battery laptop does shutdown fine,
never noticed freeze. But when battery is 90% or fully charged, or
charging, the freeze almost always happens.

This laptop does have battery test in UEFI, test says battery is in fine
condition. Anybody else noticed any connection with shutdown freezes and
battery?

One more thing worth noting, once following some another forum posts I
have edited reboot command behaviour to shutdown laptop, laptop did
shutdown always after invoking reboot, even when battery was fully
charged and charging. But I have reverted this change because I need
reboot more than shutdown.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2019-01-23 Thread JohnDoe_71Rus
option PowerNow Disabled in BIOS looks like fix the problem. But the CPU
temp is grow up. And it work many years before with PowerNow Enable
without problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-12-29 Thread Vishal Dindalkop
I had similar issues when i installed Ubuntu i tried to boot ubuntu but it got 
hang because of ACPI error
i made acpi off so it can boot in but when i tried to shut down it got hand 
this time

Reason is simple 
Its related to your graphic card 

step 1:
i went through these proceess
->booted into system with acpi off from grub command 
since i was not able to without  doing so 

step 2:
later when i got into ubuntu
i did
(this step neccessary or not i'm not sure, included it since i had followed it) 
i think its very necessary
->sudo apt-get update
->sudo apt-get upgrade

step 3:

Install graphic card Driver

https://www.tecmint.com/things-you-mostly-need-to-do-after-installing-
ubuntu-16-04/4/


after doing this once you might hang but on restart you wont need acpi off
you can run ubntu without any hang during start splash screen or shutdown 
splash screen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-12-01 Thread Manan Solanki
The same issue is also reproducible for me on my HP Pavilion N004tx
laptop. I'm using Ubuntu 18.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-11-20 Thread Liomar
I was having the same problem on Debian 9, but my PC was old.
When I looked at linux-image and linux-header in synaptic, there were 
installations for old PCs and modern PCs, on my old PC was installed the 
version for modern Pcs. I installed the correct version and uninstalled the 
wrong one. Worked perfectly.

Ex:
linux-image-4.9.0.4-686 - Linux 4.9 for older PCs
linux-image-686 - Linux for older PCs (meta-package)

linux-image-4.9.0.4-686-pae - Linux 4.9 for modern PCs
linux-image-686-pae - Linux for modern PCs (meta-package)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-11-13 Thread Dave
Same bug appears on my Lenovo M58p desktop with Ubuntu 16.04.5 LTS
kernel 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-11-07 Thread Hey!
Hi.

On my computer the transition from 4.5.7 to 4.6.0 is the cause of this
bug.

Can anyone try to install the following kernels to see if this bug
happens?

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.7-yakkety/

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc1-wily/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-10-29 Thread Kai-Heng Feng
I thinks it's LP: #1776616 for your issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-10-29 Thread Kai-Heng Feng
Hey,

Please file a new bug for your issue, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-10-29 Thread Hey!
Hi.

Same problem on a Toshiba A210. AMD processor and AMD graphics.

This issue started after kernel 4.4.

Ubuntu 16.04 with 4.4 - Works.

Ubuntu 16.04 with 4.15 - Shutdown and reboot doesn't work.

Ubuntu 18.04 with 4.15 - Shutdown and reboot doesn't work.

This leads me to believe that is a kernel problem.

The weirdest part is that if you try to reboot or shut down as fast as
you can after login, everything works like it should.

I have three computers using Ubuntu, but only one is affected by this
issue.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-09-27 Thread Sergey Zolotarev
I have this problem in 18.10, in 18.04 shutdown/restart worked fine

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-09-27 Thread Aravind
Bug exists in 4.9 kernel too. I have opened a bug for this. 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1794340

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-09-25 Thread Aravind
Have the same issue on Xubuntu 18.04 on an intel J1900 machine with
Kingston SSD. We also have a similar machine with exactly the same
equipment but not having the Kingston SSDd running with no issues at
all, looks like the Kingston SSD seems to be causing some problem. Hope
ubuntu help us fix this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-09-03 Thread Julian
Same problem.
Version: Lubuntu 18.04.01
Kernel: 4.15.0.33-generic

Dell Vostro 1000, AMD Athlon 64 x2 Dual core TK-55
Kingston SSD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-07-26 Thread ClickyClack
I should also mention that I'm using a Samsung 850 SSD. I'm new to
debugging linux so let me know if there's any more useful information I
can provide.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-07-26 Thread ClickyClack
This bug exists with no workaround on the following Lubuntu installation:
Version: Ubuntu 16.04.5 LTS
Kernel: 4.15.0-29-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-16 Thread JohnDoe_71Rus
@Constantine
lubuntu 14.04.5 LTS with kernel: Linux x86 64-bit version 4.15.5-041505-generic
from  kernel.ubuntu.com/~kernel-ppa/mainline

Lubuntu 18.04 and calculate linux 17.12.2 kernel of the box x86 version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-15 Thread Constantine
** Changed in: linux (Ubuntu)
 Assignee: damiano (damiano1996) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-15 Thread Constantine
@JohnDoe_71Rus are you running a kernel 4.9 or higher? Per discussion
above, 4.9 seems to have solved the problem for many peoples.

I wonder if the problem is resolved for OP, and, if somebody still
affected, it should be opened as a separate bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-11 Thread JohnDoe_71Rus
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
don't help me

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-11 Thread JohnDoe_71Rus
this is a problem with the kernel. Starting with some version. I installed 
Lubuntu 18.04 on the usb hdd and checked on the 2 systems. On the desktop intel 
turns off and reboots without problems.
On the laptop dell inspiron 1501 there are problems with the reboot and 
shutdown. The power does not turn off. But entering hibernate mode turns off 
the power normally.
Checked calculate linux 17.12.2 behavior on the laptop is the same, does not 
power-off and reboot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-03-11 Thread Peshmerge Morad
I have bought a new Asus Vivo Book pro, and I have the same problem. 
In the beginning I couldn't install Ubuntu 16.04 at all. I could do that by 
changing acpi=off in the grub file to get over the problem. The installation 
was always stuck at "Preparation for install". 
Now after installing the Ubunut 16.04 it takes more than a minute to reboot of 
shutdown ! I hope this will be fixed soon!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-03-01 Thread Samir Tuffi Saliba Junior
I had Ubuntu 16.04 and Windows 10 dual-boot and experienced this bug.
Formatted my DELL-Vostro14, installed Mint and I'm experiencing this once again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-11-30 Thread Pablo Fontoura
I got the same problem, but if disable splash on /etc/default/grub the
problem are solved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-11-23 Thread wimduk
I got the same problem on a Lonovo ideapad 100. 
Installed via standard update manager kernel 4.4.x and the problem was solved. 
Regards, wimduk

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-11-14 Thread Noor Jahesh
I had the same issue after installing fresh Ubunut 17.04 on laptop Dell
Inspiron, after installing kernel 4.9 ,the issue has been solved.

http://ubuntuhandbook.org/index.php/2016/12/install-linux-kernel-4-9
-ubuntu-linux-mint/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-11-12 Thread giovano iannotti
I have the same issue, fresh 17.10 install, Asus x756U, Intel® HD
Graphics 620 (Kaby Lake GT2), Intel® Core™ i7-7500U CPU @ 2.70GHz × 4. I
have tried proprietary nVidia driver and xorg. It's the same thing. I
also have a wifi dropping issue.

Editing GRUB didn't make any difference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-10-12 Thread Hey!
I have some more things to add.

On 4.10, if you reboot or shut down as soon as you can, it works, but it
continues to make the bios screen freeze.

I don't know if is 16.04 or a >4.4 kernel that is causing this, but it's
still present on 4.10.

When the computer reboots, i see this two failed lines before the
computer reboots:

[ Failed ] failed unmounting /rofs 
[ Failed ] failed unmouting /cdrom.mount.

Then the computer reboots and the bios freezes.

If i press the F12 (boot device selector) and wait some time, i can
choose the liveusb, but the os gets stuck on the spash screen and i can
see this message:

ata1: softreset failed (device not ...) 
No medium found can't open /dev/sr0: 
No medium found can't open /dev/sr0: 
No medium found can't open /dev/sr0: 
No medium found can't open /dev/sr0: 
No medium found can't open /dev/sr0: 

I'm testing this on a live usb btw.

Any idea?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-10-11 Thread Hey!
I have the same problem on a Toshiba a210.

I was trying to install Elementary OS Loki when i found out.

Elementary Loki (16.04) with kernel 4.10 - Reboot and Shutdown doesn't
work.

Elementary Loki (16.04) with kernel 4.4 - Shutdown works, but reboot
makes the Bios screen (toshiba logo) freeze.

Ubuntu 16.04 liveusb with 4.4 have the same problem as Loki 4.4.

If you press quickly the f2 button, after some time you see the hard
disk led light up and the computer enters the boot screen, but when you
try ctrl+alt+del it goes back to the freeze. Only the power button makes
the problem go away.

" https://forum.level1techs.com/t/ubuntu-16-04-hanging-on-reboot/112413
" This person seems to have the same issue, but on a HP laptop.

Does anybody knows what could be causing the Bios screen freeze?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-09-06 Thread Cedric Bhihe
Same issue on fresh UEFI/GPT install of Zesty (ubuntu 17.04 with Gnome Desktop) 
on a brand new Dell XPS 15 9560. 
Editing /etc/default/grub with:

 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"

seems to solve (or supress ?) the pbm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-07-21 Thread Yovan Zhuo Jiawan
please refer to my problem in the following thread:
https://answers.launchpad.net/ubuntu/+question/642167

I note that System D (aka system 500) is a bit new. I am one of the
casualty trying to transit into this new system.

Luckily for me, i manage to clear the problematic symptoms of not
shutting down by removing a Sysvinit service using rc-local.service
which i created myself.

I hope i can point someone in the right direction. Happy problem
solving.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-07-21 Thread Ed Huyer
Any word on this getting fixed?  I'm seeing it on freshly installed
16.04.2 servers running kernel 4.4.0-83.  They hit "Reached target
Shutdown" and just sit there when I reboot them.  I've tried forcing
acpi, as well as tweaking various BIOS options and reducing the job
timeout settings for systemd.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-07-05 Thread Jelle De Loecker
Follow up to my post 54: I applied the fix posted in bug #1577120 and
now unmounting the NFS drive works, and the system shuts down just fine.

So I would guess the real underlying issue many people here have is
that, even though systemd is terminating timed out jobs it doesn't
actually shut down the system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-07-05 Thread Jelle De Loecker
I have a Dell XPS 13 developer edition, I upgraded to Ubuntu 17.04 and
it still doesn't shutdown properly.

By the way: 6 shutdown jobs (5 that are for unmounting the encrypted
home folder and 1 for my NFS mount) time out before the "shutdown
target" is reached.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-05-06 Thread Axel Schmidt
Thanks to Ruslan Gol, this worked for me too!

I have a lenovo thinkpad p51s with a SAMSUNG MZVLW512HMJP-000L7 512gb ssd and 
kubuntu 16.10.
After update the kernel to 4.9.0-040900-generic, shutdown only need some 
seconds and not minutes like before! And no cfs-unmount timeout errors 
anymore...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-03-04 Thread Ruslan Gol
Just fixed it by following this:
http://ubuntuhandbook.org/index.php/2016/12/install-linux-kernel-4-9-ubuntu-linux-mint/

My OS 64bit, download kernel accordingly:

1. cd /tmp/
2. wget 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9/linux-image-4.9.0-040900-generic_4.9.0-040900.201612111631_amd64.deb
3. sudo dpkg -i *.deb
4. reboot

uname -a
Linux ruslan 4.9.0-040900-generic #201612111631 SMP Sun Dec 11 21:33:00 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-03-04 Thread Ruslan Gol
Same issue with my Dell E5450, Crucial MX100 SSD running Ubuntu 16.10,
4.8 Kernel,. Laptop shuts down instead of reboot.

Created bug report:
https://bugs.launchpad.net/ubuntu-certification/+bug/1666764

No resolution yet. Please fix!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-03-04 Thread Ruslan Gol
Same issue with my Dell E5450. Created bug report:
https://bugs.launchpad.net/ubuntu-certification/+bug/1666764

No resolution yet. Please fix!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-02-17 Thread Reinhard Zierke
My Dell Optiplex 7040 with SSD worked fine with the 4.8 kernel.  But
after upgrading its firmware from 1.4.5 to either 1.5.4 or 1.5.7 I had
the DRDY error at shutdown too.  Kernels 4.4 and 4.9 shut down cleanly.
Afer downgrading the firmware back to 1.4.5 kernel 4.8 shuts down
cleanly again.

A similar problem is with our Optiplex 9020s (with hard disks).  In the
pool room that I upgraded to firmware A17 recently, kernel 4.8 shuts
down with the DRDY error.  Kernel 4.4 shuts down fine.  In the pool room
with the 9020s that have older firmware A07 or A12, kernel 4.8 shuts
down fine too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-02-13 Thread Jill Murray
I am having the same problem, with cinnamon 18 3.0.7 the Acer laptop
F54os freezes on the logo when shutting down. It shuts down correctly
when I open a terminal and use sudo poweroff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-02-11 Thread ezfox
Same here, Alienware M11xR1 Laptop running Xubuntu 16.10 on a OCZ Vertex
SSD.

Tried all thing suggested above but nothing helped.
When booting live Xubuntu from stick, reboot and shutdown are working fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-02-09 Thread Renê Barbosa
This is definitely NOT a kernel problem.

I was using the kernel 4.4 of Ubuntu 16.04 in the same machine running
Ubuntu 14.04 and this problem never happened.

My machine specs:

Dell Inspiron 5447
Core i5-4210U
8 GB RAM
SSD 480 GB SanDisk
Intel/Radeon R7 M265 Hybrid Graphics

In 16.04, these hangs during shutdown occurred in the following kernels:

4.4 (Default)
4.8 (HWE-Edge from repositories)
4.9 (Mainline)

This is not a systemd problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-01-08 Thread Thinkren
Never mind.  Despite the dirty shutdown, a subsequent post-installation
update resolved the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-01-07 Thread Thinkren
Has it been confirmed that only Samsung SSD are affected?  I'm
experiencing the same problem on a Gigabyte Brix (GB-BXBT-1900) running
on a Toshiba OCZ TR150 (120gb).  Just installed Lubuntu 16.04 LTS and
stumbled on this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2017-01-04 Thread humblyonhisground
Installing kernel 4.9 as per 
http://ubuntuhandbook.org/index.php/2016/12/install-linux-kernel-4-9-ubuntu-linux-mint/
fixed the shutdown/restart problem for me on Kubuntu 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-12-05 Thread Renê Barbosa
@Blackbug Yeah, same thing here. I'm using the same kernel version on a
Dell Inspiron 5447.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-12-02 Thread Blackbug
I have installed the 4.9-rc7

kk@blackbug:~$ uname -r
4.9.0-040900rc7-generic

However, laptop still hangs on shutdown. At times the shutdown is proper
and within seconds. However, most of the time it takes more than 5mins
to shutdown or it just hangs.

Does anyone else have the same issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-12-01 Thread EWoldhek
Will it be fixed in 4.8 through standard udpates?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-28 Thread Davidiam
I can confirm On my dell laptop E7450 With kernel 4.8 BUG reported here.
With 4.9 rc7 this BUG is FIX!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-27 Thread VinDSL
Kernel 4.9-rc7 fixed it  !!!

I waited until the Ubu Mainline kernel was available, just to make sure.

LINK:  http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc7/

@Daniele Viganò, thanks for all the effort(s) you went to, over in the
mailing lists and bugzilla, to make this happen.

Good job !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-27 Thread EWoldhek
Same here on Samsung Ultrabook core i5 after upgrading to 16.10.
Linux version 4.8.0-27-generic (buildd@lgw01-11) (gcc version 6.2.0 20161005 
(Ubuntu 6.2.0-5ubuntu12) ) #29-Ubuntu SMP Thu Oct 20 21:03:13 UTC 2016
SSD: Samsung MZNTE128
After "Reached target Shutdown" i get:
- ata1.00: exeption Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
- ata1.00: failed command: Flush CACHE
Some other lines with - ata1: comreset failed

Hope you guys can find it.

Regards, Erik

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-22 Thread Daniele Viganò
It seems that the code causing the bug will be reverted in 4.9-rc7:
https://bugzilla.kernel.org/show_bug.cgi?id=187061#c15

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-18 Thread VinDSL
My biggest fear is that during one of these 'freezing' episodes my
Samsung 850 SSD will remount the root partition as read-only.  I've had
several HDDs go read-only, over the years, and it's a PITA to recover
from it, especially in RAID configs.

Somebody will to need to handle this situation upstream. Two likely
scenarios would be either a Linux kernel patch, and/or a firmware
upgrade from Samsung.  In the meantime, we're all sitting on ticking
time bombs.

I suppose it goes without saying, but make sure you're fully backed-up
!!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-18 Thread Blackbug
I have HP envy ultrabook. However, I do have samsung 850 SSD..so i guess
it all comes to SSD then

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-18 Thread Daniele Viganò
So, it seems we are all on Dell with a Samsung SSD 850 drive. Next week
I'll have a chance to try a different SSD from Kingston. I'll see if the
bug is still reproducible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-11 Thread b-ob
Same problem with a fresh install of Lubuntu 16.10. No problem at all
with Lubuntu 16.04. I've tried a live Kubuntu 16.10: same problem.  It
seems to be a bug related to kernel 4.8, since live Fedora 24 (kernel
4.7) is fine but live beta Fedora 25 (kernel 4.8) doesn't shut down.

It seems that the computer (Dell Optiplex 9010 with SSD) is trying to
access the disk after the line "Reached target shutdown", since it gives
some errors like "ata1.00: exception Emask...", "ata1.00: failed
command..." and the like. After a while, it prints "ata1: reset failed,
giving up" and finally a "reboot: Power down" and then turn the power
off (5 to 10 minutes after having printed the line "Reached target
shutdown").

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-10 Thread VinDSL
@ Daniele Viganò (daniele-vigano)

We're both experiencing the same shutdown problems -- same OEM -- same
kernels -- same Samsung 850 SSDs.

The only obvious difference is you have a Dell Latitude E5450 laptop,
and I have a Dell Optiplex 7010 SFF desktop.

Since neither of us are experiencing shutdown problems with kernels <=
4.7, yes, I would judge that it relates to the bug(s) you listed above.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-10 Thread Daniele Viganò
Could be related to this bug?

https://bugzilla.kernel.org/show_bug.cgi?id=187061
https://bugzilla.kernel.org/show_bug.cgi?id=151631

It affects kernels >= 4.8 on (as far as I know) any distro.
I'm experiencing problems on both Fedora 24 and Ubuntu 16.10 running kernel 4.8 
on a Dell Latitude E5450 with a Samsung 850 SSD.

** Bug watch added: Linux Kernel Bug Tracker #187061
   http://bugzilla.kernel.org/show_bug.cgi?id=187061

** Bug watch added: Linux Kernel Bug Tracker #151631
   http://bugzilla.kernel.org/show_bug.cgi?id=151631

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-09 Thread Blackbug
I again have the same issue. Although not everytime. Its hard to reason
why it hangs at times. If it happens frequently will reinstall the
kernel once again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-04 Thread jtarin
Works for me too with kernel upgrade

On Nov 3, 2016 1:40 PM, "Blackbug" <1594...@bugs.launchpad.net> wrote:

> Okay, I got it fixed for now on my machine by reinstalling the current
> kernel. After this I can restart/shutdown without getting hung.
>
> Not sure if this is the generic workaround.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1594023
>
> Title:
>   Poweroff or reboot hangs. Laptop won't shutdown. 16.04
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   This is about a fresh Ubuntu 16.04 install on a new laptop (asus
>   x540sa). After pressing the shutdown button in the start menu; the
>   shutdown procedure starts and in the final splash screen the system
>   just hangs. Tried a second time by pressing Esc once the splash screen
>   showed up and I saw that it reaches the line "Reached target shutdown"
>   and just stops there, no matter how long I leave it there the machine
>   won't turn off.
>
>   I also tried a Kubuntu 16.04 fresh install on the same machine and it
>   hanged too at the final splash screen where the pulsating logo
>   stopped. Then I tried with Esc only to see the exact same line in the
>   end.
>
>   The issue seems to affect lately quite many users as shown by the
>   google results of the past month / week or so.
>
>   I have also tried shutting down from the console with shutdown -and
>   all the parameters after that suggested online- and sudo poweroff but
>   unfortunately they didn't do the trick. The exact same situation
>   occurred.
>
>   Unmounting the swap as suggested online doesn't work.
>
>   Also rebooting the system is not working either due to the same issue.
>
>   So right now the only way for me to poweroff the machine is to press
>   the power button on the keyboard continuously.
>
>   Reproducible: Always
>
>   Steps to Reproduce:
>   1.Install OS
>   2.Do something, anything or nothing
>   3.Try to shutdown or reboot
>
>   Actual Results:
>   The computer is not shutting down: "Reached target shutdown" and hangs
> there.
>
>   Expected Results:
>   Powering off the machine.
>
>   For what it's worth, closing the lid won't suspend the system, but
>   using the menu buttons for suspension will do it.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1594023/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-03 Thread Blackbug
Okay, I got it fixed for now on my machine by reinstalling the current
kernel. After this I can restart/shutdown without getting hung.

Not sure if this is the generic workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-03 Thread Aang
I have a Dell 14z-5423 - same issue on Ubuntu 14.04.5 and 16.04.1 :-(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-03 Thread jtarin
So is the only solution kernel regression?

On Nov 3, 2016 7:35 AM, "Blackbug" <1594...@bugs.launchpad.net> wrote:

> If I switch to runlevel 2,3 or 4 and then shutdown it successfully
> shutsoff.
>
> This bug is seriously annoying now. I damaged my filesystem because of
> frequent improper shutdown.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1594023
>
> Title:
>   Poweroff or reboot hangs. Laptop won't shutdown. 16.04
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   This is about a fresh Ubuntu 16.04 install on a new laptop (asus
>   x540sa). After pressing the shutdown button in the start menu; the
>   shutdown procedure starts and in the final splash screen the system
>   just hangs. Tried a second time by pressing Esc once the splash screen
>   showed up and I saw that it reaches the line "Reached target shutdown"
>   and just stops there, no matter how long I leave it there the machine
>   won't turn off.
>
>   I also tried a Kubuntu 16.04 fresh install on the same machine and it
>   hanged too at the final splash screen where the pulsating logo
>   stopped. Then I tried with Esc only to see the exact same line in the
>   end.
>
>   The issue seems to affect lately quite many users as shown by the
>   google results of the past month / week or so.
>
>   I have also tried shutting down from the console with shutdown -and
>   all the parameters after that suggested online- and sudo poweroff but
>   unfortunately they didn't do the trick. The exact same situation
>   occurred.
>
>   Unmounting the swap as suggested online doesn't work.
>
>   Also rebooting the system is not working either due to the same issue.
>
>   So right now the only way for me to poweroff the machine is to press
>   the power button on the keyboard continuously.
>
>   Reproducible: Always
>
>   Steps to Reproduce:
>   1.Install OS
>   2.Do something, anything or nothing
>   3.Try to shutdown or reboot
>
>   Actual Results:
>   The computer is not shutting down: "Reached target shutdown" and hangs
> there.
>
>   Expected Results:
>   Powering off the machine.
>
>   For what it's worth, closing the lid won't suspend the system, but
>   using the menu buttons for suspension will do it.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1594023/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-03 Thread Blackbug
If I switch to runlevel 2,3 or 4 and then shutdown it successfully
shutsoff.

This bug is seriously annoying now. I damaged my filesystem because of
frequent improper shutdown.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-02 Thread VinDSL
UPDATE: I'm more convinced than ever, that this is a kernel bug.

I multi-booted the following 64-bit distros on my Dell 7010 i5-3470:
Ubuntu 16.10 Yakkety Yak, Linux Kernel 4.8.x (as described above)
openSUSE Tumbleweed, Linux Kernel 4.8.x (same problem)
Peppermint 7, Linux Kernel 4.4.x (no problems)

As an aside:
Windows 10 Pro (no problems)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-11-02 Thread Blackbug
I am also facing the issue since a week. I upgraded few libs and
installed xcfe DE on kubuntu and started having this issue. I have tried
to modify the grub as well by adding the acpi line but doesnt help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-10-25 Thread VinDSL
Ran into this problem on my Dell 7010 i5 desktop machine, after doing a
fresh 16.10 install -- first time it's happened with any OS that I've
run on it.

In my case, I'm getting DRDY ERRs on shutdown/restart.  Hangs for
several minutes with my SSD activity light lit up solid.  Eventually the
errors time out, and it shuts down, but it's a painfully long process.

I downgraded the kernel to 4.4.x for shiggles.  The LTS enablement
stack, graphic stack, and so forth were foobar, of course, but it
otherwise booted and shutdown normally.

It smells like a kernel bug, to me, at this point.  I'll investigate
further and post back, if I can put a finger on it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-10-16 Thread Thomas Franke
Again: When can we expect a FIX???

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-10-15 Thread Jakub Jankiewicz
I have similar problem but only reboot is not working and it hangs after
display is turn off, the keyboard is highlighted but it don't respond to
keyboard brightness buttons.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594023

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >