[Bug 1626689] Re: During boot process, system goes to sleep

2020-12-05 Thread Michal Hagara
Hi,

I've came across this bug report, when dealing with the same problem on
Dell E7450 (pretty much always docked) on kernel 5.9.11.

For anyone who stumbles upon this:

button.lid_init_state=open itself wasn't satisfactory, because it left
my laptop display ON of course, making it the main one. I've took the
naive approach, as my laptop is pretty much docker all the time.


cat /etc/X11/xinit/xinitrc.d/10-lid-workaround.sh 
#!/usr/bin/bash

display_cnt=$(xrandr | grep -c " connected")
if [ $display_cnt -eq 3 ]; then
  xrandr --output DP1-1 --auto --left-of DP1-2 --output  eDP1 --off
fi


which turns the laptop display off after login, while maintaing monitor 
arrangemment I want display names might differ in your case.

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2020-05-04 Thread Jorge Minguet via ubuntu-bugs
Hi 
I have the same problem in Lubuntu 18.04 with same laptop Acer Aspire One. 
Please see attached photo of booting screen with errors about "suspend / resume 
device". I hope it helps to solve problem.
Regards,
Geo.

** Attachment added: "unnamed.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1626689/+attachment/5365996/+files/unnamed.jpg

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-06-21 Thread Kai-Heng Feng
flrtx, can you try latest mainline kernel and attach full dmesg?

This new commit will be useful for debugging lid issues:
commit ae35d656d796fa203787455ce59874c6682dc0cf
Author: Hans de Goede 
Date:   Wed Nov 22 16:06:11 2017 +0100

ACPI: button: Add a debug message when we're sending a LID event

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-06-21 Thread Kai-Heng Feng
Marty M.,
Please file a separate bug, thanks!

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-06-05 Thread Marty Alan Mooney
I am having the. Same issue (in the logs it even says suspend system)
and the big problem with me is the sleep function is (or seems to be)
broken and it can't get out of sleep mode... So this essentially makes
my system a paperweight till this can be figured out or till the sleep
function is working properly...

The issue though is it didn't do that right after install. It just
randomly started doing that after I booted from a parted magic live CD.

I'm on 18.04 and I have a Lenovo yoga 11e 3rd gen winbox (i got rid of
windows) type 20GA if needed can get other info if needed

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-06-02 Thread flrtx
An upgrade to 18.04 LTS (kernel 4.15) didn’t fix 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/1626689

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-05-21 Thread flrtx
No, suspending the laptop doesn’t work when set to open or ignore. The
screen locks but the system doesn’t suspend.

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-04-12 Thread Kai-Heng Feng
When you set it to open/ignore, can you successfully suspend the laptop
by closing the lid?

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-04-04 Thread flrtx
The system goes to sleep before even getting to the login prompt. So it
can’t be a corrupted profile, can it?

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-03-25 Thread dino99
Should be good to know about a possible damaged 'profile'. Please test via an 
other 'user' login (create one if needed).
If logging with that new user does not expose that problem, then that mean your 
'profile' is borked.

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-03-25 Thread flrtx
I now tried the kernel parameters. 'button.lid_init_state' works around the bug 
when set to 'open' or 'ignore'. The system boots without going to sleep. When I 
set it to 'method', the system doesn't boot at all.
Does that help to track down the source of the bug?

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-03-13 Thread Kai-Heng Feng
Did you try #8?

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2018-02-28 Thread flrtx
I upgraded my machine to 17.10 and the bug is still there.

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2017-05-31 Thread Kai-Heng Feng
Try these kernel parameters:
button.lid_init_state=open
button.lid_init_state=method
button.lid_init_state=ignore

See which one works.

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

Title:
  During boot process, system goes to sleep

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

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


[Bug 1626689] Re: During boot process, system goes to sleep

2017-05-20 Thread flrtx
I only have 4.10.0-20 and 4.8.0-20. I tried them both. It’s the same.

I also tried booting in upstart mode (since I was in the Grub prompt).
The boot process works better, the system doesn’t go to sleep during
boot. However, the GUI doesn’t load and I only have a console, which I
can’t even use to shut the computer down ('failed to talk to init
service'). But still, is this an indication my problem has to do with
systemd?

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

Title:
  During boot process, system goes to sleep

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

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

[Bug 1626689] Re: During boot process, system goes to sleep

2017-05-19 Thread Kai-Heng Feng
Do you still have older kernel in machine? E.g. 3.13, 3.19. Boot from
older kernel to see if the problem persists.

Furthermore, can you try latest live usb from [1]?

[1] http://cdimages.ubuntu.com/lubuntu/daily-live/current/artful-
desktop-amd64.iso

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

Title:
  During boot process, system goes to sleep

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

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


[Bug 1626689] Re: During boot process, system goes to sleep

2017-05-18 Thread flrtx
I now upgraded my Ubtunu to 17.04 and the bug is still there. Could you,
please, please look into this. It makes it really hard to use my
computer.

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

Title:
  During boot process, system goes to sleep

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

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


[Bug 1626689] Re: During boot process, system goes to sleep

2016-10-29 Thread flrtx
Thanks for your advice, Joseph.

I installed kernel v4.4.28 and booted using this kernel. Unfortunatelly,
the bug is still there.

** Tags added: kernel-bug-exists-upstream

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

Title:
  During boot process, system goes to sleep

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

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


[Bug 1626689] Re: During boot process, system goes to sleep

2016-10-03 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream stable kernel?
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the
latest v4.4 stable kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.23

** Changed in: linux (Ubuntu)
   Importance: Critical => High

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

Title:
  During boot process, system goes to sleep

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

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


[Bug 1626689] Re: During boot process, system goes to sleep

2016-09-27 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

** Changed in: linux (Ubuntu)
   Importance: Critical => High

** Changed in: linux (Ubuntu)
   Importance: High => Critical

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

Title:
  During boot process, system goes to sleep

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

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