[Bug 1511703] Re: Standby timeout setting ignored after system suspend/resume

2015-11-24 Thread groby
Works for me! Just had to change the target device in the script.
It's not really fixing the Gnome-Disk-Utility  Bug, I guess. But the script 
keeps my harddrive on 254 APM-Level after suspend/resume. 
Thanks again!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1511703

Title:
  Standby timeout setting ignored after system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1511703/+subscriptions

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


[Bug 1511703] Re: Standby timeout setting ignored after system suspend/resume

2015-11-24 Thread groby
Hi Mr. Hewson,
thanks for your fast response!
I'm a programmer-dummy, so I have to ask first, if I understand the instruction 
of your link correctly:

1. Because I don't have the folder "system-sleep", I have to create it
2. In that folder I put the script 
3. In the script, I have to write "suspend", "hibernate" or "hybrid-sleep", 
behind the "$2" characters. (In my case it must be "suspend")
4. I have to make the script executable.

Is that also working for reboot and boot? Because the problem affects
reboot and boot too.

Thanks and regards!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1511703

Title:
  Standby timeout setting ignored after system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1511703/+subscriptions

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


[Bug 1511703] Re: Standby timeout setting ignored after system suspend/resume

2015-11-24 Thread groby
Subsequent correction: Reboot and Boot works for me as well as said in the Bug 
Description. 
Sorry for making confusion!

But please still check my procedure of creating the script.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1511703

Title:
  Standby timeout setting ignored after system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1511703/+subscriptions

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


[Bug 1511703] Re: Standby timeout setting ignored after system suspend/resume

2015-11-24 Thread Graeme Hewson
1. Yes, if /lib/systemd/system-sleep/ doesn't exist, create it with mkdir.
2. Yes.
3. No, unless for some reason you want to limit the script to suspend only, or 
something. Here's my script:

#!/bin/sh

case $1/$2 in
  pre/*)
;;
  post/*)
hdparm -B 254 -S 120 /dev/sdb
;;
esac

4. Yes, with chmod u+x .

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1511703

Title:
  Standby timeout setting ignored after system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1511703/+subscriptions

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


[Bug 1511703] Re: Standby timeout setting ignored after system suspend/resume

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

** Changed in: gnome-disk-utility (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1511703

Title:
  Standby timeout setting ignored after system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1511703/+subscriptions

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


[Bug 1511703] Re: Standby timeout setting ignored after system suspend/resume

2015-11-22 Thread Graeme Hewson
See also
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/199094/comments/29

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1511703

Title:
  Standby timeout setting ignored after system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1511703/+subscriptions

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