General :: Sharing CPU Cycles Between Two Systems?
Apr 21, 2010
I've somehow got it into my head that it's possible to share CPU cycles, though I've no idea where from.So basically that's what I'm asking - is it actually possible to tell one system to 'donate' it's unused CPU time, cycles, whatever they are, for another's use?
View 4 Replies
ADVERTISEMENT
May 26, 2010
I have fedora12 on two pc's, i want to share some files between them which i was not able to do with nfs, so let me know the whole procedure to do that n also let me know where my shared files will be visible
View 10 Replies
View Related
Jun 3, 2009
I am working one linux server and 5 win xp systems. They connected in lan. In linux server have one builtin lan card and one add-on lan card. Add-on card configured ip which has ISP given.
View 1 Replies
View Related
Dec 29, 2010
Just trying to figure out some stuff with a broken process. A java app seems to sometime get stuck on a loop or something and i'm trying to find out what's causing it using just the following #sysadmin tools at my disposal.
Things like:- htop - find the PID thats causing the High CPU cycles. I'd then want to use /proc/[PID] or lsof -p [PID] or strace [PID] etc. But the PID doesn't exist in 'ps -ef' output so I think htop must be showing me kernel level thread PIDs?
Not sure about the PID's HTOP is actually giving me? I know that some of them are the real PID's that can be accessed through /proc/[pid] etc but others are not but are i assume child processes or more likely threads as child processes are normally shown in a default ps output anyway.
Is someone able to help distinguish to me about what exactly all these other PID's are that I can't manipulate or find apart from when using HTOP.
View 7 Replies
View Related
Mar 3, 2011
I have a machine running Fedora 14 and a bunch of movies stored on it as '.iso' images. It is connected to my home theater. I used to use VLC to play these movies and it worked great for a long time. About 4 months ago, about an hour or hour-and-a-half into a movie, the audio suddenly "disappears" and the machine goes CRAZY with almost 100% of the CPU spent writing to the SWAP. At first I thought the machine was locked, but it isn't; it's so doggone busy writing swap. I am unable to get enough cycles to terminate anything. I found the swap activity through System Monitor - it was ABRUPT. Sound stopped, machine became preoccupied with swap.
I have removed/reinstalled VLC, the machine has undergone a couple kernel updates, and I have removed/reinstalled a number of things associated with audio (CD ripper, mpeg stuff, etc.) yet the problem persists. I don't know what happened or when (update-wise). Any body got any ideas? While a solution would be great, I'd also be happy with a couple decent suggestions on what to look for.
View 3 Replies
View Related
Mar 13, 2010
Never seen this happen before. I'm using the blank screen saver.
View 4 Replies
View Related
Sep 19, 2010
main()
{
unsigned long long tsc_start, tsc_end;
tsc_start = get_tsc();
// execute some code
[code]....
View 1 Replies
View Related
Jul 22, 2010
I have a couple of question regarding the screen blanker on Gnome desktop.I used to use a 1024x768 display with previous openSUSE distribution. With 11.3, I discovered the new "auto-configure" X feature. The default screen mode was 1600x1200, but I changed it to 1280x1024.My gfx board is a Matrox G400 DH. Hardware acceleration is disable because of a missing mga_dri.so (fall back to software rendering).I find some screen blanker modules are using almost all the CPU cycles. Animations are very slow, and it can take long before a keyboard hit or mouse movement makes to leave the blanker.
So the questions:- Is there a way to define another (smaller) screen resolution just for the blanker ?- Who should I try to convince to add mga_dri.so back in Mesa again ?- When the monitor go to sleep (DPMS), the blanker still is running, uselessly consuming CPU times. (I can see that because at the first mouse/kbd event, the monitor wake up and shows the blanker running.) Is there a way to configure the blanker to stop running when the monitor is sleeping ?- There are some modules which load images from HD (not the diaporama which load images in ~/images). But the shown image is always the default built-in one. Where is the blanker trying to load images from ?
View 1 Replies
View Related
Nov 20, 2010
I am running open suse 11.3 and keep up on maintenance. Ever since upgrading to 11.3 I find that the number of cpu cycles is being eaten for apparently nothing. In looking at the system monitor I frequently find that Xorg is using 24% and frequently more than that. What can be done to reduce the cpu cycles, or fix the problem?
View 9 Replies
View Related
Mar 9, 2011
"Servers aren't meant to have GUIs because they are a serious waste of CPU clock cycles." I encountered this line from somewhere here in ubuntu forums, but how could I install tools like mysql wrokbench and stuff, w/c will make my life a lot easier as an administrator? or is there such thing as remote administration?
View 4 Replies
View Related
Sep 1, 2011
I'm planning on setting up a new Linux box expressly for distributed computing (BOINC, SETI@home, etc.). All things being equal, what's better- More clock cycles or more cores?
View 4 Replies
View Related
Aug 20, 2010
I have 2 nvidia gfx cards, if I use the nvidia settings tool to view 2 monitors with the same gfx card works fine, when i use one gfx card for one monitor and the other gfx card for the other monitor X doesnt start and just cycles through monitor flashes.
View 2 Replies
View Related
Jan 8, 2011
I was running 10.04 until yesterday, when it occured to me that I could upgrade to 10.10. So I went to Software Center, set it to get normal releases and left it to do its job. The upgrade appeared to go without a hitch and I rebooted. The login screen appeared. But just before I could click on my username and enter my password, the screen went blank and a second later the login screen was back. But then just before I could click... Undeterred, after half a minute of frantic clicking I did manage to click on my username and get the password prompt. This time, the login screen didn't go anywhere. Yay. To cut a long story short, this is now my standard logon procedure. However, the plot thickens. I appears that instead of 10.10, I ended up with 11.04, Natty Narwhal, which 'was released in April 2011'. If I download an .iso of Maverick and install it over my current version, will it leave my data unharmed AND reset everything so that it works again?
View 5 Replies
View Related
Mar 22, 2010
I've been struggling with suspend to disk (hibernate if you prefer) for a while, it works after a fresh boot and for several days' worth of overnight hibernation as I go about my work, but eventually it stops working - it gets to the splash screen but the bar only makes it a little way to the left before stopping, and then after a timeout the system just returns to the "session locked" screen - no real error messages.
I've done my best to try to find out what's causing it to break but I'm really struggling, the suspend process doesn't appear to write anything helpful to the dmesg log or the /var/log/pm-suspend.log - the only thing that I've seen at about the right point in time is cifsd, but I can't be sure that it's a problem with cifs as hibernate continues to work immediately after mounting windows shares with cifs.
System:
Phenom-II X3
4Gb ram
OpenSUSE 11.1
[code]....
View 7 Replies
View Related
May 15, 2010
I have a problem in Ubuntu 10.04. The bug is well know which makes the hard disk head to park often (2-3 times per minute) that's dangerous for the drive in the long term and annoying for me (click-click-click).I found out the "ugly-fix" for old Ubuntu version which was :hdparm -B 254 /dev/sda instead of 128. It works. The problem is that it doesn't remains (when restart/standby/ac connection-disconnection).I found a script well known too :Code:1) make a file named "99-hdd-spin-fix.sh". The important thing is starting with "99".2) make sure the file contains the following 2 lines (fix it if you have PATA HDD):
#!/bin/sh
hdparm -B 255 /dev/sda
3) copy this file to 3 locations:
[code]....
View 4 Replies
View Related
Jul 7, 2011
Im using WPA with a TKIP pre-shared key...Can a client pc im sharing my key with access my files if im not file sharing? Router config?
View 2 Replies
View Related
Feb 23, 2010
how would you automate install/upgrade to a package to 200 servers. and obviously not by going to each system physically.
Answer: NFS share , using perl script and rpm utility. But i have not done such kind of install/upgrade so my knowledge is limited.
but i want to know how would i do that on Redhat Enterprise or CentOS.
View 3 Replies
View Related
Jan 24, 2010
I have winxp and win 7.I want to install fedora core 12.I tried but I could not install.How can I install fedora core 12 with winxp and win 7.
View 3 Replies
View Related
Jan 26, 2010
I am trying to use GKrellM [URL].. to monitor my system's fans/temperatures (I am trying to undervolt the fans a bit to make the systems quieter), but there don't seem to be any sensors available. I have lm_sensors installed.
View 2 Replies
View Related
Feb 23, 2010
Is the mount point for external media (like USB) always /media?
Because in a Debian system, if I plug in any USB device that goes to the /media folder. So is it the case with all the other Linux flavors like Fedora, Ubuntu, etc. If a USB device is automatically mounted will it always go to the /media directory?
I am not concerned about the name of the devices. I am looking for every external media (like USB) to be listed under /media directory so that my code can run on any flavor of Linux.
View 1 Replies
View Related
Apr 8, 2011
I need a new backup strategy for my two machines:
One machine all WinXP
Second machine: Win7 on one hdd; Ubuntu on second hdd
Backup target drives:
Two new WD Caviar drives in vented external enclosure with fan (no RAID)
1) How do I format the target drives to accept Clonezilla images of all three OS's?
2) How do I format the drives to accept incremental data backups from all three OS's done between scheduled imaging?
Second machine (Win7 & Ubuntu) is not yet running, still in delivery box.
View 1 Replies
View Related
Apr 30, 2011
I'm built an distributed application, and now I want to take some metrics to show how my application works. These metrics includes the time of computation, the time of communication and the amdhal law. I would like to know what tests can be done to show the performance of the application. So, I'm searching for a book or document that shows me what type of tests can be done to show the performance of an application.
View 2 Replies
View Related
Oct 5, 2010
Can anyone suggest a product that will allow a developer to raise a ticket (or similar sort of trackable item) which can be used to track the progress of a software build through a number of environments?Basically It's just a case of creating a ticket, using that to trigger a software build, then requiring some form of sign off to allow a second stage, and then another sign off for a third. It's not about building things, just tracking an issue through various stages of testing through to production.
I'm looking at replacing an environment which currently uses jira for this purpose, but I've no knowledge of it, and am keen on other GPL tools instead. Jira is, as a product, massively overkill for what is required too. So I'm keen on one which might fit in with the rest of my toolset - cobbler, func, puppet etc. I was looking at trac, which seems like it might have some relevant angles to it, but I really can't tell because having not done this sort of project before I don't honestly know what to call what i'm after. I don't *think* that something like bugzilla would be appropriate as it's too specifically about bug tracking, rather than a generic workflow with signoff stages and such.
View 12 Replies
View Related
Aug 31, 2009
If there are patches being done on a linux system, what commands i could use for showing out the files that have been newly added?
View 1 Replies
View Related
Oct 5, 2010
I'm familiar with the software and hierarchy of the mount command but I can't find any info on why it is needed or preferred. What are the physical aspects of it? What is the burden of having files accessible all the time?
View 14 Replies
View Related
May 13, 2010
Can I run two different type of operating Systems on one computer such as Windows and Linux?
View 12 Replies
View Related
Jul 23, 2009
I was wondering if it was possible to hide the File Systems from a user. So when then browse through folders or choose to save something the default folder is their "home" folder. I am using SAM Linux distribution and don't want my users to be able to screw anything up! I use thunar as my file manager and was just wondering if it is possible?
View 12 Replies
View Related
Apr 29, 2011
I have to move files between two file systems /inst and /inst2.When I perform 'cp -a /inst /inst2' it copies everything even hidden files and preserves access permissions.But when I perform 'mv /inst /inst2' it also preserves access perms and moves everything besides hidden files.Questions :hy is so ?What tool to use when moving file systems from one fs to another (rsync) ?
View 8 Replies
View Related
Sep 29, 2010
iv been looking around at the different Linux systems particularity the smaller ones such as DSL, Slax and Puppy Linux. However i need a Linux distribution that doesn't have a GUI desktop environment just the plain old terminal to work on. The system would have to be able to boot from a USB drive also. If anyone knows a systems that fits those requirements or something else related please post. Also what file system is best for USB drives for booting systems?
View 4 Replies
View Related
May 28, 2011
Personnally up until now I've been using either NTFS or a ext3 fs driver from Windows. I wonder if there's a better way. Probably NAS is the best, but not really practical with a laptop.
View 7 Replies
View Related