How To STOP standby and hibernate?
location: ubuntuforums.com - date: October 5, 2010
Hi All,
I have Ubuntu 10.04, and it is working quite well, except that it keeps going into either standby/suspend/hibernate (can't tell which) after about 45 minutes. It is not the bios settings on the computer. For some unknown reason, Ubuntu puts it in standby/suspend mode, I don't know which. If I try the keyboard or mouse, nothing happens, black screen. Machine is still powered. I have to push the power button for 5 seconds to hard shut down. I set the Ubuntu preferences for power management to turn on screen saver after 20 minutes, and to NEVER shut down computer or spin down hard drives. I set the "press power button to: shut down", NOT suspend. I set it to shut off the monitor after 30 minutes.
I don't want Ubuntu to shut down or standby/suspend/hibernate at all. I just want it to blank the monitor after about 30 minutes if I am not using it.
I went away and this happened. I remotely connected to another computer on the same home network and tried to Wake On Lan the
[SOLVED] HowTo sleep / standby / hibernate / suspend from command line
location: ubuntuforums.com - date: May 31, 2008
There are several threads which unsuccessfully seek a command line method to hibernate or suspend in Ubuntu, WITHOUT requiring root or sudo access. After a bit of digging, I've come up with the answer.
This is tested on Ubuntu 8.04 (Hardy) with a Dell Inspiron 1520 laptop. I would appreciate feedback from users of other systems.
To suspend-to-RAM (aka sleep):
Code:
pmi action suspend
To suspend-to-disk (aka hibernate):
Code:
pmi action hibernate
If you want to lock the Gnome session first (ie. require a password on resumption), then issue the following command before pmi:
Code:
gnome-screensaver-command --lock
For example, you can use these commands to create a button (launcher) on a Gnome panel (taskbar) that instantly locks the screen and goes into sleep mode:
Right-click panel, Add to panel, Custom application launcher, Add, Name: Sleep , Command: gnome-screensaver-command --lock ; pmi action suspend
how to auto hibernate
location: ubuntuforums.com - date: May 3, 2008
how could i customize my ubuntu gnome to hibernate (or shut down) automatically when the system is unused for specific time
[SOLVED] HowTo sleep / standby / hibernate / suspend from command line
location: ubuntuforums.com - date: May 31, 2008
There are several threads which unsuccessfully seek a command line method to hibernate or suspend in Ubuntu, WITHOUT requiring root or sudo access. After a bit of digging, I've come up with the answer.
This is tested on Ubuntu 8.04 (Hardy) with a Dell Inspiron 1520 laptop. I would appreciate feedback from users of other systems.
To suspend-to-RAM (aka sleep):
Code:
pmi action suspend
To suspend-to-disk (aka hibernate):
Code:
pmi action hibernate
If you want to lock the Gnome session first (ie. require a password on resumption), then issue the following command before pmi:
Code:
gnome-screensaver-command --lock
For example, you can use these commands to create a button (launcher) on a Gnome panel (taskbar) that instantly locks the screen and goes into sleep mode:
Right-click panel, Add to panel, Custom application launcher, Add, Name: Sleep , Command: gnome-screensaver-command --lock ; pmi action suspend
Slackware, ACPI standby/hibernate howto???
location:
linuxquestions.com - date:
June 5, 2004
Hello! Linux newbie here.. please help!
I have a T30 IBM thinkpad running Kernel 2.6.3 with Slackware 9.1 and fluxbox.
I had ACPI compiled into my kernel when i recompiled from 2.4, and lately i've been reading around to find out how to exactly use ACPI. I'm still quite confused though on how to change the state of my computer (all the S0, S1, S2, etc..) I read a couple threads here and there, and most refer to a file either /sys/proc/state or /proc/acpi/sleep that I need to do some sort of 'echo' command to. Unfortunately, I could find neither (lucky for me). I have known slackware to be a bit...untradtional when it came to finding configuration files, etc... so I went searching around.
My /proc/acpi directory has many subdirectories of the different components of my computer, i figured I had to do something here??:
[email protected]:/proc/acpi# ls -l
total 0
dr-xr-xr-x 3 root root 0 Jun 5 23:12 ac_adapter
dr-xr-xr-x 4 root root 0 Jun 5 2
How to install Hibernate Tools in Eclipse?
location: linuxexchange.com - date: July 22, 2014
What is the proper way to install Hibernate Tools in Eclipse as a plugin?
The Hibernate site doesn't really give any instructions.
Looking at the Hibernate Tools binary HibernateTools-3.2.4.Beta1-R200810311334.zip, it appears that I can just unzip this in my eclipse directory. Do I just unzip it in my eclipse directory? This seems like a hacky was to install it.
[SOLVED] HowTo sleep / standby / hibernate / suspend from command line
location: ubuntuforums.com - date: May 31, 2008
There are several threads which unsuccessfully seek a command line method to hibernate or suspend in Ubuntu, WITHOUT requiring root or sudo access. After a bit of digging, I've come up with the answer.
This is tested on Ubuntu 8.04 (Hardy) with a Dell Inspiron 1520 laptop. I would appreciate feedback from users of other systems.
To suspend-to-RAM (aka sleep):
Code:
pmi action suspend
To suspend-to-disk (aka hibernate):
Code:
pmi action hibernate
If you want to lock the Gnome session first (ie. require a password on resumption), then issue the following command before pmi:
Code:
gnome-screensaver-command --lock
For example, you can use these commands to create a button (launcher) on a Gnome panel (taskbar) that instantly locks the screen and goes into sleep mode:
Right-click panel, Add to panel, Custom application launcher, Add, Name: Sleep , Command: gnome-screensaver-command --lock ; pmi action suspend
how to configure hibernate config file for sql server
location: linuxexchange.com - date: July 29, 2014
Here is the config file for MySQL:
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost/test</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">zgy01</property>
<property name="hibernate.connection.pool_size">100</property>
<property name="show_sql">false</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<!-- Mapping files -->
<mapping resource="model.hbm.xml"/>
</session-factory>
</hibernate-configuration>
What to specify for SQL Server 2005? I did it like this:
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">org
How to install Hibernate Tools into Eclipse Luna?
location: linuxexchange.com - date: October 15, 2014
I'm using Eclipse Luna, I want to create a web app and use Hibernate for my data. In Eclipse Marketplace I found Hibernate Tools for Indigo or Helios but not for Luna.
I found just Red Hat JBoss Developper Studio for Luna ( what's that ?).
How can you hibernate/suspend using the command line in linux? [duplicate]
location: linuxexchange.com - date: January 1, 1970
Possible Duplicate:
Put 'nix box to sleep from command line?
I found that the solution was to do:
pmi action hibernate
But when I typed in that, it showed:
Error org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.Hal was not provided by any .service files
I couldn't go further from here. Please help me to fix the problem.
please wait...
Page: 1 2 3 4 5 6 7 8 9 10