similar to: Power burn test

Displaying 20 results from an estimated 8000 matches similar to: "Power burn test"

2010 Mar 25
2
how to automount usb drive
I have a server with no desktop - just cli that i need to have a user plug in a usb hd and would like it to automount to a consistent directory so I can schedule a backup. The user can rotate the usb drives and it all just works. Any ideas how automate so that say /media/backup mounts to any usb harddrive and unmounts cleanly? -thx bazooka
2018 Jul 18
4
Desktop lag with CentOS7/Mate and high CPU usage
We have noticed significant desktop/UI lag on CentOS7 workstations using Mate when the CPU usage is high - i.e. the mouse pointer lags and moving windows (e.g. terminal windows) become jumpy (not smooth) We didn't see (or notice) this issue with CentOS6/Gnome2 This can easily be shown by running something like 'cpuburn' (https://patrickmn.com/projects/cpuburn/) and moving a
2009 Jun 04
6
CPU usage over estimated?
I have a quad core CPU running Centos5. When I use top, I see that running processes use 245% instead of 100%. If I use gkrellm, I just see one core being used 100%. top: PID USER PR NI VIRT RES SWAP SHR S %CPU %MEM TIME+ COMMAND 18037 thba 31 15 304m 242m 62m 44m R 245.3 4.1 148:58.72 ic Also in the log of some programs I see this strange factor: CPU Seconds = 2632
2007 Aug 08
2
Clone physical into virtual
Is there a formal, or preferred, method for importing a physical CentOS machine into a VMware instance? I know they make software to move Windows machines, but I couldn't find one to handle our CentOS servers. I have done something via scp/sftp in the past, which *seemed* to work, but if there's a better way I'm more than interested in hearing the process. Thanks! Scott
2007 Aug 09
2
centos 5.0 setting up an iscsi target
Can someone point me to some documentation on how to set up centos 5.0 as an iscsi target? I'm completely new to iscsi so need something basic. _____________________________________ "He's no failure. He's not dead yet." William Lloyd George -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 22
1
Right click on desktop
How do I customize what I see when I right click on the desktop? jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070822/7b186216/attachment.html>
2007 Aug 08
2
rpmbuild --rebuild
Hi Again try to learn, how to make package. Now when I try to make from .src.rpm I get: [root at oh1mrr lataa]# rpmbuild --rebuild webmin-1.360-1.src.rpm Installing: webmin-1.360-1.src.rpm error: Legacy syntax is unsupported: copyright error: line 12: Unknown tag: Copyright: Freeware What's wrong with rpm? or me, eh? :D Also if I try install webmins noarc.rpm I don't get it work
2018 Jul 18
1
Desktop lag with CentOS7/Mate and high CPU usage
On Wed, Jul 18, 2018 at 10:40:15AM -0500, Johnny Hughes wrote: > On 07/18/2018 10:31 AM, James Pearson wrote: > > We have noticed significant desktop/UI lag on CentOS7 workstations using > > Mate when the CPU usage is high - i.e. the mouse pointer lags and moving > > windows (e.g. terminal windows) become jumpy (not smooth) > > > > We didn't see (or notice)
2007 Sep 19
2
best source for rpmdevtools RPM in C5
hello, I'm going to try this question again. The first time I botched it and the answers I got were useless. I want to use rpmdevtools to help with some packaging chores. There is no C5 version that I can find. I've located an SRC RPM in a location that is known to be C5 compatible. There are 2 versions of rpmdevtools:
2005 Aug 15
11
Hardware Configuration Ideas
Hey guys, I am planning to buy some components for a Linux router that will handle the Internet access of 200 computers (includes tc shaping) and some inter sub-network routing (at least 100MBps per eth - and there are 3 eth cards). I was thinking of a: Pentium 4 - 3GHz 256 or 512MB RAM Network Cards. Now - I wonder what is more important: the processor speed or the amount of RAM. And can you
2010 Aug 04
3
one busy vm affects other vm
I am using Xen 3.1.0 in centos 5.4 I have one VM consuming 100% cpu  and all other VM (linux) become very slow (no ssh and vnc access). I could access host via ssh but not VM. host cpu is about 95% idle using dstat. Pls advise how to avoid this. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Mar 09
1
Bugs with ovirt-awake
The ovirt-awake script is no more in the path, only in /etc/init.d/ so the ovirt script return a command not found. I did little dirty fix in /etc/init.d/ovirt : diff --git a/scripts/ovirt b/scripts/ovirt index 160c3d3..d9e50a2 100755 --- a/scripts/ovirt +++ b/scripts/ovirt @@ -41,7 +41,7 @@ ovirt_start() { if [ -s $krb5_tab ]; then krb5_tab= fi - ovirt-awake
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent
2007 Aug 09
3
inexpensive / reasonably priced workstation / server development box
We are testing some simple low bandwidth video and audio broadcasting using real server and client softwares. So, for quick check and simplicity, we were plunking along TESTING on an 3.2GHz XP box and I noticed frames were getting dropped on the broadcast just for resizing a window on the screen during the session. Talk about totally lame... I know this can be a big deal and start conflicting
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node. The following actions are taken: 1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing them from the autotools scripts, the rpm spec and the node startup scripts. 2. Remove ovirt-listen-awake and ovirt-identify-node completely. 3. Add
2010 Mar 11
1
[PATCH] Changes the order of ovirt-early and ovirt-awake.
Now the execution order for the ovirt sysvinit scripts is: ovirt-early -> ovirt-awake -> ovirt -> ovirt-post Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt | 2 +- scripts/ovirt-awake | 1 + scripts/ovirt-early | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ovirt b/scripts/ovirt index 752564a..d2e338d 100755
2010 Mar 16
1
[PATCH] ovirt-awake improvements
>From 1ca6e713d0c23279a6800e6dfb4a76ab4250f56f Mon Sep 17 00:00:00 2001 From: Arthur CLEMENT <aclement at linagora.com> Date: Tue, 16 Mar 2010 16:36:50 +0000 Subject: [PATCH] Function typo fixed. Move the sourcing of NODE_CONFIG forward to not override the $OVIRT_RUNTIME_MODE read from karg Signed-off-by: Arthur CLEMENT <aclement at linagora.com> --- scripts/ovirt-awake | 7
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed towards a more generic boot process. With this patch the node can now boot up and execute a few specifically-named scripts that reside in /etc/node.d/ at key points during the startup. After this goes upstream, the next step will be to define in more detail the remote interfaces for the "managed" runtime
2006 Aug 09
3
select with country names
Hi, I need to create a list of coutries in a driop down. I''m aware of a function ''country_options_for_select'' however this jsut seems to output a string of all countires. How can I get this list in a drop down? Thanks scott -- Posted via http://www.ruby-forum.com/.
2005 Aug 23
4
yum issues
I hve two different boxes. One runs the updates to vim jsut fine. the other throws --> Populating transaction set with selected packages. Please wait. ---> Downloading header for sudo to pack into transaction set. sudo-1.6.7p5-30.1.1.i386. 100% |=========================| 161 kB 00:00 http://mirror.centos.org/centos/4/updates/i386/RPMS/sudo-1.6.7p5-30.1.1.i386.rpm: [Errno -1] Header is