Ubuntu :: Hibernate And Startup At Time X And Y?
Jun 14, 2011
I'm working on a homeserver which is backupping all the (windows) pc's using cron and mount+rscync every 15 minutes. But between 23:00 PM and 8:00AM or till someone says START I want the PC to Hibernate. Automatically. How can I get this done?
View 1 Replies
ADVERTISEMENT
Apr 28, 2011
I have a Insprion 14R (N4010) and when I hibernate it will usually restore without a problem, but maybe 15% of the time it will reboot while loading. I would like to figure why, since I'd rather not lose anything... My swap space is 5.9GB, I have 4GB RAM (video uses 1gb, so I have 3gb usable)
lspci says
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
[code]....
I do have the hibernate package installed...
View 6 Replies
View Related
Jul 18, 2011
I currently have fedora 15 installed along side windows 7 on my acer aspire d250. So far it runs great, however I was wondering if there is a way to make fedora 15 hibernate after being in suspend for a period of time, just like windows 7 does. This make sense to me as there is no point in wasting battery life if i can hibernate, but I don't want to hibernate all the time, just suspend for a period of time, like 2 hours, in case I need my netbook again i have quick access to it.
View 2 Replies
View Related
Apr 13, 2011
pm-hibernate and pm-suspend only work the first time after booting into runlevel 5. This behavior is reproducable. pm-hibernate starts out correctly but then hangs the system bevore it gets to save the image from memory to disk. The computer locks up and does not power down.
pm-suspend: on wake up there is no signal on the screen (pm-suspend called from X environment or text terminal shows same result). I spent some time reading information on s2ram s2disk and added the follwing options:
S2RAM_OPTS="-f" in
/etc/pm/config.d/00meine.config
(display adapter is GForce4 nvidia with the closed source nvidia driver for accel)
splash = n in
/etc/suspend.conf - to get some more information during the suspend / hibernate.
Any ideas to get pm-hibernate / pm-suspend to work more than one time after boot??? Hibernate would be a great start for daily work and for energy saving.
horstausdemwald PS: In runlevel 3 pm-hibernate works various times from a text terminal. Under the same condition pm-suspend leads to a scrambled text terminal after resuming (some help on this: using vga=normal in Grub). The computer continues to work - though without visual aid - when the text terminal is scarambled. For example Runlevel 5 can be called blindly from the text terminal.
View 8 Replies
View Related
May 9, 2011
Is there a program I can install and run from the Command Line that will hibernate the computer (pausing all running programs (like my Minecraft server)), cutting power usage TO A BARE MINIMUM, and the un-hibernate after a set time? The laptop this will be used on is SliTaz linux with the GUI disabled (unless i run startx)
View 3 Replies
View Related
May 13, 2010
I've experienced this problem with a distribution upgrade and then subsequently with a clean install of Ubuntu 10.04. Basically half the time that I boot up Ubuntu, it completely locks up with the following messages on screen (Sorry, I had to take a picture since it was locked up)However, when it does boot correctly, it pauses for just a moment after displaying the above text, and then displays a few additional lines, after which it goes on to boot 'normally'.
The next lines show 'plymouth' and 'ureadahead' processes being killed. If these lines show up the boot continues normally, otherwise the boot process hangs at the first picture.It is pretty frustrating to have to perform a hard restart during nearly every other boot, and the hangs seem almost completely random. Sometimes, it happens a couple times in a row, sometimes I can boot normally several times in a row. It also doesn't seem to be related to a cold start, versus a restart.
View 3 Replies
View Related
Jun 12, 2010
I was wondering if there is any tool or program that stores a copy of frequently used files eg. Binarys, program library's etc. in memory so when they are requested by the OS they load instantly. I'm asking because I have a system with plenty of ram but very slow hard disks. Having programs like opera and java/eclipse load from ram would greatly speed up their start time. Ideally they would be loaded into ram in the background after I log in. Of course all writes made to these files would have to be made to the files on disk for obvious reasons.I don't want the entire OS in ram because it will not fit, just frequently accessed files.
View 4 Replies
View Related
Oct 25, 2010
which config files do I edit and how do I do it?
View 2 Replies
View Related
Jun 13, 2011
I'm running Ubuntu 10.10 in a computer with a 7200rpm HD, 8Gb Ram, and a Core i7, and the time it takes to load the desktop is insane. There are threads that mention the problem of gnome looking for nonexistent floppy drives and to solve the problem by disabling that in the BIOS (option I don't have). Anyway, besides that problem, by running at startup a gnome-terminal with the iotop command, I noticed that two processes have a huge i/o load on the system: google desktop and ubuntu one. I would like those programs to run as part of the startup process, but be launched after several seconds (to allow the rest of the programs to load). Is there any way I can achieve this? I think there should be a way modifying the commands under startup application, but I cannot find anything that works.
View 2 Replies
View Related
Aug 4, 2011
I'm having a problem with a server I just got. The first thing I did when I got it was to format the drive and install ubuntu server, but on booting up I got a black screen and my monitor (samsung syncmaster914v) displayed a bouncing notification with the text "not optimum mode recommended mode: 1280 x 1024 60hz". However at one by using a combination of plugging in the monitor after booting, and pressing random keys on the keyboard I was albe to boot into the server, and was able to access the monitor meu, which told me it was running at 640x480, and 60 hertz. having access to the console I stupidly tried changing the resolution and then rebooted, getting the same black screen.
View 2 Replies
View Related
Mar 12, 2010
I want to measure the startup time of any GUI app (e.g. firefox) using the time(1) command. However, timing is measured until the app is closed, which has to be done manually by exiting it or clicking X.
How can I get the app to load, terminate immediately and give me the startup time?
View 2 Replies
View Related
Apr 10, 2010
I'm using pm-hibernate, and would like to reboot the machine after it's done hibernating, rather than having the machine turn off.Is there a way to do this with pm-hibernate, or any other Linux hibernate thing?
View 2 Replies
View Related
Aug 17, 2011
We have seen with the release of Fedora 15, systemd is the new start-up services, which will replace SysVinit and Upstart on most Linux distributions. Here are some tips based on the order systemd-analyze, for analyzing the startup time of your OS.On commence avec l'option time, qui affiche le temps total de d�marrage de votre syst�me : (One starts with l' option time, which posts the total time of starting of your system: )
Code:
$ systemd-analyze time
Startup finished in 6385ms (kernel) + 3228ms (initrd) + 49335ms (userspace) = 58949ms
[code]....
View 3 Replies
View Related
Jan 18, 2010
i want to boot one of my partition mounted at start-up !! i don't want to do such thinks with typing password and all
there is no option called remember authentication in helena! but it is there in gloria (is it my problem or helena's?)
View 1 Replies
View Related
Jun 7, 2011
I accidentally set the grub startup manager's time to 0 secs and windows xp as the default OS. (I have windows xp and ubuntu on this laptop.)
Now when I turn on or restart my computer, it boots up straight to windows, I can no longer access the grub boot selection screen or my ubuntu OS.
View 9 Replies
View Related
Sep 27, 2010
How to auto start programs in startup time?
View 4 Replies
View Related
Mar 28, 2011
I know that uptime prints the time a machine has been up and running, but is there an easier (reliable) way to get the date of the start up than counting down from this output?I tried looking around /proc, but didn't find anything of relevance. There's also a line like this on my dmesg: [ 0.673492] rtc_cmos rtc_cmos: setting system clock to 2011-03-14 14:26:52 UTC (1300112812), but I'm wondering if this method is distribution and kernel version agnostic.
View 5 Replies
View Related
Jul 23, 2009
I got a message today telling me that there where 78 updates available. One of them was Kernel 2.6.29.6-213.fc11.i586 and when I installed all the updates and rebooted, my startup time was very slow. And when I checked the boot.log I noticed this:
Code:
Enabling the nvidia driver: *** glibc detected *** /usr/bin/python: free(): invalid pointer: 0x00f0e24a ***
[code]...
View 14 Replies
View Related
Nov 12, 2010
Me and my mom are sharing a laptop.My mom likes to use Google Chrome. I like to use Opera. Is there any way I can tell the system to start the Opera application , but then instantly minimize it to the tray bar? I want that because : if my mom starts the computer and I'm not around , I still want all the tabs in my Opera to load , without my mom knowing anything about my "malefic" plan ...
View 6 Replies
View Related
Mar 16, 2010
Just got Ubuntu 9.10 and I'm liking it a lot, but my computer refuses to go into hibernate or suspend. I have a Dell M1530 but I don't really think it's a dell hardware issue because it's not just when I close the screen, it's also when I click suspend or hibernate from the menu.
View 2 Replies
View Related
May 1, 2011
I just updated my ubuntu to 11.4 and restart but it stop on "Checking battery state. [OK]" line while start up. However it starts in recovery mode -> low graphical configuration mode. Is there any solution for this?
View 4 Replies
View Related
May 24, 2011
It takes me a while to log in the splash screen just sits there for ages before i get to the desktop. Never used to be this slow and I'm not sure why. Firstly, I'm running Ubuntu 11.04, standard DE. I do have conky starting up in a script but it has the & at the end of the line so I didn't think this would cause it (or is there some special case for log in time on how & is treated?). However as a test I will comment out the line in the script and see if it is the cause.
However just for general knowledge and in case that isn't the problem, how does one go seeing what is happening during the time from when one log's in and the desktop is displayed? Is there some kind of log that shows the date/time that can be enabled or is there a debug mode that can be enabled somehow via special keys or maybe from grub?
View 8 Replies
View Related
Mar 29, 2010
I have several file servers in our offices and I am relatively new to Ubuntu / Linux. I get notices that there are updates for the server software from time to time. Is it typical to update everything when available or should I follow "If it ain't broke, don't fix it..." mentality?I would hate for everything to be working fine and then have an update throw me a curve.
View 9 Replies
View Related
Apr 11, 2011
I am running my Ubuntu 32 bit server on top of Windows 7 64 bit with VirualBox. It's a 2 core Atom. It's been working good for about half a year. But the last about 6 weeks the system time only in Ubuntu is going slow. About -8 per 24 hours! I can only guess because I have more things running in my Windows 7 and Ubuntu.
I can set it right by coping the hareware time to system time with this command:
Code:
hwclock --hctosys
I want to run a crontab to have that command run every minute. But it don't seem to run.
[Code]...
View 9 Replies
View Related
Nov 26, 2010
For like windows you can resore your os to a state of peace kind of. If you messed up your vital files you could go back in time and restore you computer to a selected time. I was wondering if you could do that for ubuntu
View 4 Replies
View Related
May 4, 2011
Ever since I installed Ubuntu Natty, from time to time, for no particular reason, the entire computer screen freezes, and I am forced to hold the power button on my laptop to restart things with a hard reset. I cannot explain why it happens.
Such an issue never occurred in any of the past installations and versions of Ubuntu. This is a fresh installation of Natty by the way.
Also, I can currently be running a lot or nothing and it does this. Thus, it does not matter what I am actually doing (ie, what programs I might be running).
It has occurred about 10 times since I freshly installed Natty 6 days ago.
View 9 Replies
View Related
May 3, 2010
I started out with Kubuntu RC, then installed ubuntu-desktop and updated all the way to the current state of packages.Anyway, from the moment I installed the RC, from time to time the boot splash appears, the dots light up/turn off and then the booting hags. No key seems to work.I the do a hard reset and everything works just fine.As not to open another thread:- how can I see the Ubuntu splash screen? (currently I can see the Kubuntu one)- how can I turn the splash off and have it boot in text mode?
View 3 Replies
View Related
Oct 28, 2010
I want to synchronize my time to a time server in Singapore. How can i do so with the Time and Date in System - Administration - Time and Date?
View 4 Replies
View Related
Sep 25, 2009
When booting Fedora 11, my system hangs for a very long time on starting udev. Sometimes I get an I/O error. However, my hardware is fine. I do eventually get in to the system.
View 7 Replies
View Related
Jan 29, 2010
Just making one last tweak with my fresh install of F12KDE. I need to . How do I do this
View 2 Replies
View Related