[Bug 1448616] Re: xubuntu15.04 goes into sleep after power-up

2015-07-19 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  xubuntu15.04 goes into sleep after power-up

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

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


[Bug 1448616] Re: xubuntu15.04 goes into sleep after power-up

2015-05-20 Thread Bernard Decock
The latest updates installed a new version of systemd which installed a
fresh copy of the power-switch-rules. After that I got the same initial
problems. So I applied the proven solution again : remove the power-
switch-rules. If every time a fresh copy of the power-switch-rules will
be installed, that will be rather annoying. I'll try to set up an empty
power-switch-rules-file in order to prevent the installation of a new
one.

systemd --version
systemd 219
+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP 
+GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN





** Attachment added: "LogJournalCtl.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448616/+attachment/4401235/+files/LogJournalCtl.txt

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

Title:
  xubuntu15.04 goes into sleep after power-up

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

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


[Bug 1448616] Re: xubuntu15.04 goes into sleep after power-up

2015-04-28 Thread Bernard Decock
Hi Martin,

The lid is always open (as you can't power up when the lid is closed,
the lid covers the power-button). No extra monitor is attached.

First of all, when the power-switch-rules are disabled, the machine
starts up normally (no hibernate) as well as the power-down sequence is
normal again (it just powers off => no longer to power off by means of
the terminal-command sudo shutdown - h now.

Here are the power-rules underneath:

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

ACTION=="remove", GOTO="power_switch_end"

SUBSYSTEM=="input", KERNEL=="event*", SUBSYSTEMS=="acpi", TAG+="power-switch"
SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="thinkpad_acpi", 
TAG+="power-switch"
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="twl4030_pwrbutton", 
TAG+="power-switch"
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="tps65217_pwr_but", 
TAG+="power-switch"

LABEL="power_switch_end"

When powering down you can shortly the Xubuntu-screen as before, while when the 
power-rules are active, the screen
immediately goes black.

For the second test, I enabled the rules again and set the debug-flag.
The output of the journal is attached.


** Attachment added: "JournalWithDebug.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448616/+attachment/4386805/+files/JournalWithDebug.txt

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

Title:
  xubuntu15.04 goes into sleep after power-up

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

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


[Bug 1448616] Re: xubuntu15.04 goes into sleep after power-up

2015-04-27 Thread Martin Pitt
It doesn't say that a button was pressed, so it could still be that it
considers the lid closed. The Inspiron 6000 is a laptop, so it should
have a lid switch; just to ensure, is the lid actually open while you do
this, or do you boot with closed lid an an external monitor?

Can you please try two things:

  * sudo mv /lib/udev/rules.d/70-power-switch.rules{,.disabled}
Then reboot -- is the immediate suspend still happening?
After that, please restore with
sudo mv /lib/udev/rules.d/70-power-switch.rules{.disabled,}

 * Press shift during boot to get the grub boot menu, "e"dit the default
entry, and append "debug" to the "linux" line. Then get the journal
again as previously, and attach it here.

Thanks!

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

Title:
  xubuntu15.04 goes into sleep after power-up

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

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


[Bug 1448616] Re: xubuntu15.04 goes into sleep after power-up

2015-04-27 Thread Bernard Decock
Hereby the ouput of journalctl attached in info.txt. Hope It gives you
some clues.

** Attachment added: "info.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448616/+attachment/4385839/+files/info.txt

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

Title:
  xubuntu15.04 goes into sleep after power-up

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

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


[Bug 1448616] Re: xubuntu15.04 goes into sleep after power-up

2015-04-27 Thread Martin Pitt
Without having more data this sounds like a broken lid switch. Can you
please boot, let it suspend, wake it up again, and attach the output of
journalctl? Thanks!

** Changed in: systemd (Ubuntu)
   Status: New => Incomplete

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

Title:
  xubuntu15.04 goes into sleep after power-up

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

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