General :: CPUs Keep Toggling Between 100%idle And 0% Idle

Mar 22, 2011

When I run top d 0.5 on my machine and I press 1 to enable the SMP View, I notice that all of the CPUs keep toggling between 100%idle and 0% idle.

The odd part is that when a CPU goes to 0.0% idle, I would expect to see one or more of the other columns peek, but they are not.

What is causing this?

Code:

View 8 Replies


ADVERTISEMENT

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

General :: Log Into Or Log Off An Idle Session?

Feb 25, 2010

how to log out an idle session. I was using putty to connect to a Debian machine to edit my .profile file. I got disconnected. Ideally I would want to log back into my own session. If anyone can let me know how to do it, please? If not I want to open a new session and then log off my first session (see below pts/0).

[Code].....

View 2 Replies View Related

General :: How To Get CPU Fan To Stop Spinning When Idle

Aug 11, 2011

I have a PC which I built ~3 years ago which had been running smoothly and silently until recently. Now, the CPU fan likes to spin up to 1200-1500 RPM even when it's idle, which is rather annoying. I have not made any recent changes (software-wise or hardware-wise) to it.

The specs:
Motherboard: Gigabyte MA78GM-S2HP
CPU: AMD Athlon(tm) Dual Core Processor 4850e
Case: Antec Minuet 350 MicroATX
OS: Ubuntu 10.04, Linux 2.6.38-10-generic

I installed the lm-sensors and hddtemp packages (via apt-get) and configured them. Here's a typical output at steady-state, where the computer's been idle for a while and the fans have been spinning for the same while:

$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +29.0°C
Core0 Temp: +32.0°C
Core1 Temp: +27.0°C
Core1 Temp: +22.0°C
it8718-isa-0228
Adapter: ISA adapter .....
$ sudo hddtemp /dev/sda
/dev/sda: WDC WD5000AACS-00ZUB0: 35°C

These all seem fairly normal to me, so I'm perplexed as to why the fan continues to run at such a high RPM. What does the ALARM that's reported for in6 mean? Is it important? I've been playing around with the fancontrol daemon, trying to see if I could get better results than with the default fan management. Using the pwmconfig utility, I generated the following /etc/fancontrol file:

# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
DEVPATH=hwmon0=devices/pci0000:00/0000:00:18.3 hwmon1=devices/platform/it87.552
DEVNAME=hwmon0=k8temp hwmon1=it8718
FCTEMPS= hwmon1/device/pwm1=hwmon0/device/temp1_input
FCFANS= hwmon1/device/pwm1=hwmon1/device/fan1_input
MINTEMP= hwmon1/device/pwm1=35
MAXTEMP= hwmon1/device/pwm1=60
MINSTART= hwmon1/device/pwm1=180
MINSTOP= hwmon1/device/pwm1=100

This only sort of works—as soon as I enable the fancontrol daemon, the fan shuts off at first (good), but the temperatures of the 7 different sensors slowly rise, even when everything is idle. Eventually, when the Core0 Temp sensors goes past 35°, the fan comes back on, and then it alternates from being on and off at around 500-700 RPM, as the temperature goes back and forth across the boundary. It's certainly much more pleasant than 1200-1500 RPM, but it's still far from desirable.

Here's an example of the sensors output in that situation:
$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +36.0°C
Core0 Temp: +38.0°C
Core1 Temp: +34.0°C
Core1 Temp: +30.0°C
it8718-isa-0228
Adapter: ISA adapter .....
cpu0_vid: +1.100 V

I opened up the case, and the CPU heat sink felt warm but not excessively hot. I tried taking off the heat sink, cleaning off the thermal paste, putting on new thermal paste, and putting the heat sink back on, but that didn't seem to have much of an effect, if any. The two other heat sinks—one on the built-in AMD 780G graphics chipset and the other on the AMD SB700 southbridge—felt noticeably hotter than the CPU heat sink. So, my question is this: What should I do to get this computer back to the state where the fan is off when it's idle? Can I solve this with a smarter fancontrol configuration?

I cleaned out the heat sink and fan as best I could with compressed air (there wasn't a whole lot of dust, but I got rid of what I could), but still no dice. Rebooting into the BIOS configuration gives me the same results—the fan still runs at 1100-1200 RPM, and the system and CPU temperatures are reported as 40-44°C. Should I add another fan? The integrated GPU and the SB heatsinks felt significantly warmer to the tough than the CPU heatsink. The BIOS reports a system fan speed and NB fan speed of 0 rpm (since I don't have more than one fan).

View 2 Replies View Related

General :: How To Get System Idle Time

Apr 5, 2010

I want to get the system idle time till a mouse move or a key press. How is it possible to get it from a char terminal running through ssh/telnet as well as a from an X-terminal session?

View 1 Replies View Related

General :: How Long Was Keyboard Idle?

Nov 7, 2010

Suppose I am almost sure that from last Thursday, 3.00pm up to the same day at 10.00pm I was away from the machine, but not absolutely sure. Linux probably knows better than me. Maybe there will be a text file from which I could infer the keyboard was idle from Thu 2.40pm up to 11.10 pm. In this case, I would reach absolute certainty. But where could such file be in the /. tree or what could its name be (for in the latter case an updatedb followed by locate would do)?

View 4 Replies View Related

General :: How To Get Keyboard And Mouse Idle Times

May 20, 2011

How to get the idle time of keyboard and mouse in linux?

View 2 Replies View Related

General :: Kill All Idle User Processes ?

Nov 18, 2010

All the kill idle user processes scripts I've seen don't take into account that the user might have multiple sessions open. Such is the case with one of our clients. Currently, every hour or two I need to do the following:

This will get the TTY and idle time for all users.

For each idle time over a half hour, I do the following (TTY is the TTY from the previous command with a space.

I then kill those processes.

There must be a way to do this automatically in a bash or perl script. I've tried both, but can't seem to get things to work properly.

View 2 Replies View Related

General :: Understanding Idle/Inactive Sessions And Whether Or Not Someone Is Logged In?

Jan 5, 2011

I'm trying to understand if anyone is left on a server. Basically I manage a simple linux server remotely used by 3-4 individuals. I can never tell if someone is actually on or not using w/who.What I'm seeing is some people having what appears to be inactive/lost VNC sessions. I don't understand idle fully, but I do believe a program (without user interaction) can clear idle back to 0, correct?Anyway, I'm asking because every now and then I need to reboot the server, and I do not want to interrupt any program working on calculations or waiting on having the data saved.

Code:
me@matrix:~> w
06:59:54 up 170 days, 9:13, 16 users, load average: 0.52, 0.16, 0.06

[code]....

View 1 Replies View Related

General :: FTP Through Command Prompt, Connections Times Out After Some Time Remaining Idle

Aug 23, 2010

while doing FTP through command prompt, connections times out after some time remaining idle, but doing ftp through browser, connection doesn't time out after some time remaining idle... why is it so?

View 2 Replies View Related

Fedora :: Ssh To The Box After Being Idle For A While

Dec 14, 2009

I've got fedora11 installed. ssh works fine until, I log off and left the PC idle overnight and in the morning when I try to ssh to it I can't get to it. But if I let someone login locally then I ssh to the box ssh would work again. where I can disable the sleep on the network card or something....

View 3 Replies View Related

Fedora :: Idle Yum Configuration Of 11?

Dec 18, 2009

what should be idle yum configuration of fedora 11? so that I can download and install mp3 files likes vlc player, mplayer-gui and real player....

View 7 Replies View Related

Ubuntu :: Gdm Suspend On Idle

Aug 24, 2010

Is it possible to have the machine suspend when idle at the gdm login screen? I understand it is possible when a user is logged in through the System > Preferences > Power Management controls. What is happening is that the computer is sitting at the login screen and stays on, wasting power. I'd like it to suspend/sleep after a timeout.

View 3 Replies View Related

Ubuntu :: Root Using 100% Cpu On Idle / What Is Going On?

Aug 25, 2010

I've got 10.04 running and I just couldn't believe how slow it was, even playing a simple ..... video is jumpy, compared to xp on the same machine, this is 3 times slower..

A quick look at top tells me root has 100% cpu at all times. Nothing is running.

Any ideas what is going on?

View 9 Replies View Related

Red Hat / Fedora :: IDLE In Python 2.6.2 In 12?

Apr 2, 2010

I used the Windows form of Python's IDLE for a long time and now that i have fedora, I only can get into the command line interactive. I have TKinter and a bunch of packages for it, so I don't think thats the problem, I just cant get into idle.

View 8 Replies View Related

Slackware :: According To /var/log/messages The OS Was Always Idle?

Jun 21, 2011

Look at this /var/log/messages, if you please:

Code:
Jun 20 04:40:01 darkstar syslogd 1.4.1: restart.
Jun 20 04:54:30 darkstar -- MARK --

[code]....

View 4 Replies View Related

Debian :: Load On Idle System

Nov 2, 2015

I had noticed that my workstation (running debian testing) is having a constant load of about 0.9 (+/-0.1), even while the system is completly idle.The system starts with a normal load and then goes up to about 0.9 within a few minutes and then will stay there forever (well it can get higher, but never lower). This is the load graph after the system runs some time: URL....

I have tried everything I know to find the cultprint but there is no cpu usage and no io usage. I even have disabled the desktop and still have this problem.Also I have tried booting an older Kernel (4.1 and 3.16) with no difference in the load.Here is some information about my system:

Code: Select all» uname -a
Linux localhorst 4.2.0-1-amd64 #1 SMP Debian 4.2.3-2 (2015-10-14) x86_64 GNU/Linux.

View 7 Replies View Related

Debian :: Server Hangs If Idle?

Apr 14, 2010

I boot it and let him stay alone without even log-in,then thru my local LAN I access the server with SSH or FTP, everything just works fine,but if I just let the server idle for a while, I stop being able to login to the server again.I get no response, and when I go check it , monitor is black, like its sleeping,Then I just press a key on the keyboard, it wakes, and I can login from the server itself.so it does not crash.But login from another computer still doesn´t work,I have to reboot the Linux server to work, and all this idle thing starts over again.

View 3 Replies View Related

Debian :: Printer Remains Idle?

May 17, 2011

This is my first day with Debian, I have used other distros, and am a long time linux user. My HP D 1600 series is recognized, but when I try to print a test msg. it says sent, but the printer remains idle. I have tried everything I know. When I run the trouble shooter I get this. /// /usr/lib/cups/backend/hp failed////

In the past when having a printer problem I have installed HPLIP-gui and removed the printer then re-installed it. That has not worked and I cannot even remove the printer.

View 10 Replies View Related

Fedora :: Install Python 3 And Idle In 12?

May 28, 2010

how can i install python 3 and idle in fedora 12? yum search for any plausible variation on python3 (python-3, Python-3.1, etc.) that i could think of yields nothing, same in add/remove software. so i got the tarball from python.org and followed book instructions on it (summerfield's python 3, p. 4), namely unpack it, run './configure', run 'make' and finally run 'make install'

in my add/remove programs window, for idle, it says i have the one for python 2.6 installed, but i can't find where to open the program. but i'd like to use 3.1.2 python anyway. additional note: if i type python -V i get Python 2.6.x (can't remember the last digit, i think it's 2), and if i type python3 -V i get Python 3.1.2. so, how do i get python 3 installed and idle for python 3 running?

View 9 Replies View Related

Fedora :: How To Tell IDLE To Run Python 3 In Core 13

Sep 24, 2010

I have IDLE installed with the Python-tools package, but when I run IDLE in command line, it runs python 2.6...I have python 3 installed, I'm just wondering how to tell IDLE to run Python 3. The reason I ask is because, if I go through IDLE, file>Path Browser, I see a lot of Python 2.6 files...but no Python 3 files. When i run yum install Python3 -

[root@Homecomp Legio]# yum install python3
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package python3-3.1.2-7.fc13.x86_64 already installed and latest version
Nothing to do

When I look for Python 3, I find it in /usr/bin/Python3, an executable file, along with 3.1, 2.6 and a link to executable 2. I have no files in /usr/local/bin. My question is...How do I tell IDLE to run Python 3 instead of 2? I just started using Fedora, so I don't have all the commands down yet. Have to say its a bit different than Windows...but in a good way so far.

View 6 Replies View Related

OpenSUSE :: Unable To Start IDLE

Nov 11, 2010

Hello, I recently installed python-idle in order to have an IDE for python. However, I cannot find it anywhere in the menu, and also through the terminal it is not recognized. Does anyone know what I have to do?

View 6 Replies View Related

Ubuntu :: Non-Fatal Hang When Idle

Feb 20, 2010

I've had this bug on pretty much all Linux distro's I've tried in the last few months, but because I love Ubuntu and I can't seem to find this bug reproduced anywhere (though I'm not sure it's a bug worth reporting if it's just me) I decided to bring it here: Whenever a program that is not resource intensive (for example, Update Manager while it's downloading packages) is running for around 20 seconds, and I am not typing or moving my mouse, the system will hang. It will sit there for hours on end unless I move the mouse or hit a key.

Worse yet, it will hang on boot and shutdown too. I often have to hit a key to get the hard drive to start reading again and for anything else to happen for that matter. I'm using Ubuntu 9.10 on a relatively new laptop, but like I said before, it's happened on a bunch of distros: Debian, openSUSE, Fedora... I just have no idea what could be causing it at this point.

View 1 Replies View Related

Ubuntu :: Disable A Certain USB Port When PC Is Idle?

May 14, 2010

I have a USB powered LED light attached to my pc. ( I keep my cave dark and this little light perfectly lights up my desktop and keyboard) I would like to be able to turn off the USB port the LED light is attached to when the PC goes to idle and dims my monitors and when the PC goes back to active I would like the LED light to come back on.

View 4 Replies View Related

Ubuntu :: 10.04 Does Not Auto Clock Down CPU When Idle

Jul 7, 2010

When I'm on windows 7 my core i3 processors automatically clocks down when not much CPU power is needed. Somehow I have the idea that ubuntu 10.04 doesn't auto clock down my CPU when idle. I can tell by the short life my full battery has on ubuntu. Only 2hours compared to 5 on windows 7. Is there a way to manage this? So that the CPU automaticly adjusts it's clock settings?

View 3 Replies View Related

Ubuntu :: Prevent Idle Script

Sep 7, 2010

I need a script to prevent the laptop becoming idle, because if I don't move the mouse a few seconds everything stops. I tried everything so please don't ask about the problem.There is such a script or someone can create one for me?

View 1 Replies View Related

Ubuntu :: Get A Python Shell And Idle?

Dec 23, 2010

how do i get a python shell and idle on Ubuntu? so i can start learning how to write codes.

View 1 Replies View Related

Ubuntu :: Computer Shuts Down When Idle?

Feb 2, 2011

Sometimes, when I leave my Ubuntu's X Server on, I'll come back after several minutes and see that my machine is powered off. Sometimes this happens, sometimes it doesn't, but I don't think it's because of hardware failure rather than my lack of measurement.

It used to power off in terminal mode (CTRL+ALT+F1) but then I added this to ~/.bashrc and it went away:

Code:
if [ "${USER}" == "root" ]
then
export TMOUT = 3600
fi

Also, I checked my logs and I see this:

Code:
Feb 2 00:00:09 l1nux AptDaemon: INFO: Quiting due to inactivity
Feb 2 00:00:09 l1nux AptDaemon: INFO: Shutdown was requested

Since it's not a CRITICAL message, but an INFO, it seems like its a planned shutdown.

Does anyone know how I can turn this feature off?

View 3 Replies View Related

Ubuntu :: Run A Program On System-idle?

Apr 8, 2011

Torrents client kills my Internet connectivity so bad I can't even use a web-browser whilst it's on -- pages take like five minutes to load -- I often forget to turn on my torrent client. Which led me to wonder if there's a way I can launch a script on system idle?

View 1 Replies View Related

Ubuntu :: Printer Idle - Job Prints Like 5 Min Later

Apr 27, 2011

I have an HP J4680 all in one that, for some reason, does not process the print job immediately when I send it. When I open my printer's properties it will list the printer's state as idle and when I go into the print que it tells me the job is scheduled for . . . (some time) which is, I think, about 5 min later by the clock on the task bar. I've been all over the settings and don't see anything that looks like it applies to that. Usually I've been restarting the printer and computer and then it will print when I send the job. Tonight I waited until the time and it did print according to the scheduled time. I need to find a way to always have it print right when I send the job.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved