General :: Which Parameters Can Be Used To Shutdown A Computer Running OSX In 30 Seconds
May 12, 2011
Simple question: what parameters can be used to shutdown a computer running Linux/OSX in 30 seconds? I've always run Windows, where I would go shutdown -s -t 30 but the parameters are different. I've looked it up here but it will only let you shut a computer down at a specific time (like 8:00) rather than in a specific amount of seconds.
View 4 Replies
ADVERTISEMENT
Jun 24, 2010
I am having a problem with my Fedora11, I am not sure wether it is software or hardware but this looks serious. My computer is running very slow and freezes up every few seconds. Every time I reboot I would get a kernel failure pop-up.
This is what the message says:
Kernel failure message 1:
Kernel failure message 2:
Call Trace:
View 1 Replies
View Related
Dec 7, 2010
I am new to bash scripting (not programming in general).
I am writing a bash script that will run a Python script I have written.
I want to be able to do the following:
Pass parameters to the bash script via the cronjob (so I can have two cron jobs) one to be run with parameter 'foobar', and the other 'foo'
switch based on the parameter passed to the bash script (by switching, I mean an if/else based on the paramter passed to the bash script).
View 3 Replies
View Related
Dec 10, 2010
I have this problem on my workstation. The computer would effectively freeze for 2-5 seconds for no apparent reason, then continue as normal. While frozen the mouse would still be movable, but only on one of screens in my multi-screen setup. What can be the likely cause.
System:
CPU: i7-920
Memory: 12G of Patriot DDR3, 6 modules
OS: SLED 11, Suse Linux Enterprise Desktop, using Gnome
Main board: Asus P6T
Video: two Nvidia 9500GT connected to three displays
I am using memory at recommended settings of 8-8-8-1333. It has an XMP profile. Th CPU is a bit overclocked to 3.3 GHz, but my cooling more than allows for it. I ran the computer with all overclocks off and lower memory speed but the issue was still there.
View 1 Replies
View Related
May 16, 2011
Linux bash inline command to execute a program and limit the resource.As I know, to limit the resource I can use ulimit command.But, the problem is when I set the CPU time limit 1 second, and then I want to execute another program with CPU limit 2s, the ulimit command return an error like this: bash: ulimit: CPU time: cannot modify limit: Operation not permitted and absolutely my program killed in 1 second.So, How can I make the second program running with the CPU time limit 2 seconds?
View 3 Replies
View Related
Feb 15, 2011
Is there any command to find out for how many Milli seconds a process is been running?s -a -o pid,etime | grep "process pid" gives the time in min:seconds. I wanted in milliseconds .
View 10 Replies
View Related
Feb 5, 2011
Recently I installed vncserver (tigervnc) on my desktop. Ever since my computer refuses to shutdown normally. At shutdown the following message pops up: Quote: System policy prevents stopping the system when other users are logged in Then I have to enter the root password to shutdown. If I stop vncserver before, the computer shuts down normally.
[Code]....
View 2 Replies
View Related
Feb 12, 2011
When using a live distribution, I can exit the system with the following command
Code:
shutdown -h now
This however does not eject the cdrom
[code]....
View 2 Replies
View Related
Sep 30, 2010
I want to shutdown my computer as if power was cut off (don't ask me why). How do I do this under Linux?
View 6 Replies
View Related
May 23, 2010
When I click logout or shut down I get a countdown saying I will be logged out or shut down in 60 seconds, then it counts down. I can click the "shut down now" button, but I find this behavior incredibly irritating. When I click logout I would like to logout NOW.
View 6 Replies
View Related
Jun 20, 2010
I cant shutdown without running sudo shutdown. When I try to use the default gnome shut down it takes me back to the logon screen. Fresh install today and I've had the same problem on other installs.
View 9 Replies
View Related
Sep 9, 2011
What's the correct way to shutdown system while apt-get is still running? apt-get complains about unclean shutdown when I just shutdown computer.
View 2 Replies
View Related
Sep 3, 2009
I've used the following script here: [URL] to upgrade Alsa to 1.0.21 in Ubuntu 8.04. Now whenever I run:
Code:
sudo shutdown -h <time> or sudo reboot from the terminal I get a rather annoying beep sound. What's even more annoying is if I use the shutdown command to specify a time I get a beep every 10 minutes or so.
I've tried disabling the terminal beep in the terminal profile, disabling the beep in System/Preferences/Sound, adding "blacklist pcspkr" to /etc/modprobe.d/blacklist, and running gconf-editor from the terminal and setting /desktop/gnome/peripherals/keyboard/bell_mode to 'off' rather than 'on'.
View 6 Replies
View Related
Feb 13, 2010
About two weeks ago I installed ubuntu 9.10 desktop with a dualboot to my windows 7, which was already on there. everything went fine, but I couldn't configure my wireless to work, so after a few days I gave it a rest and basically forgot about; I just stuck with windows. anyways, yesterday night I installed a program called solidworks on my system. I woke up this morning, turned on my computer, and this is what happened-
it turns on for about 5 seconds, but when it hits "grub loading", after about half a second it restarts. it's basically an infinite loop, until i throw in a cd or hit f8, but I don't know what to do with either of those options, so I'm kind of stuck.
I'm posting this in the ubuntu forums because I have NO idea what's wrong with it, and no idea of where to start. I've got both installation disks, but I don't know what to do when I put them in. I've got an intel pentium 4 processor, and like i said, i've got a dualboot with windows 7 and ubuntu 9.10.
View 5 Replies
View Related
Nov 7, 2010
Almost every day, for around 15-20 seconds, my computer becomes unresponsive, while the hard disk makes a strange periodic sound (period ~2 seconds, half of it the sound suggests very intense disk activity, the other half - normal disk activity), and the hard disk LED stays on (not flashing, just on). I ran manually all scripts in the /etc/cron.* folders. Only the mlocate script seemed to cause higher than normal disk activity (but still low enough to not cause problems). I still disabled it, but the problem persists.
View 5 Replies
View Related
Mar 15, 2011
I recently installed Ubuntu on my spare comp.
It freezes after about 10 seconds after logging in. I don't know why this happens.
It's a Dell Dimensions 4100. Installation went fine. I did everything, didn't skip any checks. It finished normally.
And now my hopes of another working computer have gone down the drains.
View 9 Replies
View Related
Aug 6, 2011
At boot time, my computer hangs for 15 seconds before continuing. This is the message that I receive:Starting the hotplug events dispatcher: udevderror binding udev control socket 1...(warning).Waiting 15 seconds and trying to continue anyway...(warning).
View 1 Replies
View Related
Mar 30, 2010
I'm trying to reboot the server (shutdown -r now).But it seems like nothing happened.
When I try "shutdown -c", the system prompts "shutdown: cannot find pid of running shutdown."
View 5 Replies
View Related
Mar 31, 2011
I have openSUSE 11.4 KDE 64 bit. openSUSE is really great, but I hate the freeze when I startup my computer. Desktop appears but I cannot do anything. This takes approximately 20 to 30 seconds and than my plasmoid-networkmanager shows network is up. As from this moment freeze is over.
I already tried to switch off ipv6 and put nomodeset in grub, though this is not helping. Does anyone have any idea what this is and how I can solve this?
View 3 Replies
View Related
Oct 23, 2009
What must be the best configuration of computer for linux? I have 2.67ghz, 1gbram, 160hdd and running linux-ultimate-edition but computer is run very slow.
View 2 Replies
View Related
Oct 28, 2010
I have a laptop running linux and a computer running windows 7, I would like to be able to send print jobs from my laptop using linux and not have to be physically plugged in. I tried adding the printer through samba and it doesn't work.
the specs are as follows:
[URL]
the message i got was idle unable to connect to cifs host will retry later. linux gave me two drivers and i have tried both previously, the print job seems to get lost in space.
View 4 Replies
View Related
Feb 12, 2010
I'm trying to figure out what this process is that pops up when I run PHP Code:
top -i
every few seconds
PHP Code:
jbd2/sda1-8
The best info I've found so far says it might be something to do with ext4 journaling, but I've never seen this before. I'm running 2.6.33-rc5 if that might have something to do with it. Further the process hasn't been popping up for the last 10 minutes or so, but previously it was occuring every 2 or 3 seconds repeatedly for a minute or so.
View 3 Replies
View Related
Sep 26, 2015
So i just finally installed Debian Jessie OS, replacing Ubuntu. But now it is running extremely slow. It's not internet connection. The internet speed is running fine (Videos load quickly), but it's like the system freezes every 30 seconds or so. A video can be fully loaded but still stops and starts constantly. Just browsing the internet, or non-internet things do the same also. I switched back to Ubuntu to see if it was different on there, but Ubuntu is running fine.
View 4 Replies
View Related
Aug 20, 2010
after a successful installation of the latest debian testing amd64 kde CD-1 iso, the monitor shuts off about 2 seconds after passing the grub2 menu while computer remains powered.
View 7 Replies
View Related
Jan 17, 2010
I am trying to install 11.2 but it keeps freezing. I press install and the Linux kernal loads and afterwards I get a black screen and after 30 seconds the DVD player stops running. I have also tried to the online network install and the exact same thing happens. I also tried a DVD I have of 11.1 which I know is good since I have successfully installed it on other machines and the result is also the same. My computer currently has a dual boot of XP and Kubuntu 9.10.
I am returning to Suse after experimenting with Kubuntu but thought I would leave the Kubuntu on the machine (prefer Suse but Kubuntu installed very easily on my computer). Could the Kubuntu be causing this problem or is the difficulty something else? I have also tried the safe install and the other options to no success.
View 9 Replies
View Related
Aug 23, 2011
I am using latest kde version in latest opensuse. I am working with distro one and a half year now (of course I was doing updates all this period) The last twenty dates if I have a quite heavy session I can not log off (or shutdown the computer) I even tried from konsole qdbus org.kde.ksmserver /KSMServer logout 0 0 0
even that did not work (well right now I can not launch any new apps from kde, but I still work with the already running).
View 9 Replies
View Related
Sep 29, 2010
Sometimes when I shutdown Ubuntu 10.10 and try to turn on the desktop PC it fails. I then have to disconnect tower from the power source and plug it in after waiting a few minutes. This problem first started in Ubuntu 9.10. I have a hunch that it happens because I am shutting down with applications open.
I was told that this is a batter issue on my motherboard, but I've replaced it and still have issues.
View 6 Replies
View Related
Mar 23, 2010
i dont know how to install yahoo messenger in ubuntu
how to shutdown computer from terminal
View 2 Replies
View Related
Jan 20, 2010
I have a computer with Fedora 12 installed on it. Previous I had Fedora 8. After shutting down the Fedora 8 it also switched off the computer. With the new Fedora 12 it get stuck on telling me the system has halted. I have to switch off the computer manually. How do I get the Fedora 12 to also switch off the computer?
View 10 Replies
View Related
Aug 9, 2011
recently I installed opensuse 11.4 in my Dell optiplex 790 desktop. everything works well. however, when I tried to restart or shutdown my computer . the computer logoff and then "freeze" at opensuse window. I have to turn off the power button forcely and turn on the computer again.
My computer configuration:
DELL Optiplex 790
Intel i5 3.1G with HD intel graphic card
Bios revision A05
Memory 8G
View 9 Replies
View Related