search for: chugs

Displaying 20 results from an estimated 132 matches for "chugs".

2008 Apr 15
1
Steam chugging exsessive ammounts of cpu
It's taking about 50%~ just started. wine 0.9.59 on ubuntu hardy tried tweaking winecfg and ingame resolutions GL/D3D renderer etc. (for cs 1.6) Other games work fine.
2016 Mar 11
3
Openshot 2.x (beta) on C7??
On 3/11/2016 2:02 AM, Sorin Srbu wrote: >>> Looks like installing openshot 2.x on C7 isn't as trivial >> >> It is not trivial at all. The best way to handle this will be to find the >> required packages in Fedora and rebuild them. > > So what's the easy way? > > Switch to Ubuntu or something? 8-O Maybe Fedora, maybe Ubuntu? It's more
2013 Dec 02
3
kvm: vm root fs becomes ro
I've a the following happen a couple times now, and my internet searches are failing to locate an answer to the problem. We've got a few servers that primarily house VMs using KVM. They've got E-3 cpus and 32 GB RAM, and they run stock CentOS 6.4, fully patched (not yet migrated to 6.5). The VM disk images are housed on an NFS server. None of the VMs is particularly
2005 Apr 21
2
X330 Keyboard/box dies on install 4.0, not on 3.4
I've got a handful of IBM X330's at my colo and another couple at the office for testing purposes. Currently, they're running CentOS 3.4 and are very happy doing so. The 3.4 install was perfectly seamless. When I tried to upgrade one of my test machines to 4.0, the keyboard died once I got into the install every single time once I boot to anaconda from the CD. It dies as soon as
2008 Oct 12
0
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
...left in an inconsistent state internally if > > an exception is thrown, it wouldn't be safe to continue using it > > after catching an exception. > > The unwinding should clean things up, yes, but it currently doesn't always. It takes careful design to get a system that chugs on merrily in spite of exceptions. LLVM wasn't designed that way. You can of course add code to make it robust - be my guest. > and it can be enforced in such a > way so that, for example, the module is destroyed if such a thing > happens. Useful in my case because either a script...
2015 Jun 23
1
/boot on a separate partition?
FWIW, we don't use a separate partition and haven't had any issues (we do set up / as a separate partition only 5GB large). We have over 150 systems that have been chugging along with many versions of CentOS this way for years. We only use ext3,4 filesystems though. And no volume manager. On Tue, Jun 23, 2015 at 10:42 AM, <m.roth at 5-cent.us> wrote: > Timothy Murphy wrote:
2010 Nov 13
1
Mac OS X configure requires (de|fe)bootstrap
Hello, I'd like to get libguestfs to compile on Mac OS X and I've been chugging along quite well. I recently hit an issue in the "./configure" which I don't thin is solvable on Mac without modifying libguestfs autotools scripts but I can easily be wrong: checking for febootstrap... no checking for debootstrap... no configure: error: Either febootstrap or debootstrap must be
2008 May 19
1
Help with Remote Desktop Users group with Samba PDC
Hello, I have a Samba PDC chugging away, one of the clients is a Windows 2003 Server machine with Remote Desktop enabled. Regular users can log in to the 2003 Server just fine *if they are at the actual computer*. Now, I want people to be able to log on to this machine (authenticated by the Samba PDC) over Remote Desktop. Right now, when I try to log on over Remote Desktop, I get this error from
2001 Nov 01
1
No action from rsync 2.4.6 on HP-UX 11.0
...m contains over 58GB of data in 1.3 million objects (including directories, links and files), 1.2 million normal files. The target directory is empty with 110GB free. With sample data sets, with several thousand files and hundreds of MB of data, rsync works. When I go to my production data, rsync chugs away for about an hour and a half and then I get a prompt back. Nothing is transferred between systems. I run rsync in command line mode. Here's what it looks like: Mainsys # cd /export/data/stuff /usr/local/bin/rsync -vca --delete --rsync-path=/usr/local/bin/rsync . Altsys:/export/da...
2002 Mar 04
1
Removing partial Samba Install
Hello everyone: Being a newbie, I'm extending myh education via trial and error. When I originally installed Red Hat Linux, I believe that Samba version 2.0.3-8 was installed. In fact, when I now query rpm for Samba, the response indicates the above mentioned version. A while back, I downloaded the latest version of Samba (2.2.2) and dutifully tried to install it. I issued the commands as
2005 Mar 15
2
Samba and Preallocated Files
A question about capturing videos to a Samba share... When Apple's Final Cut Pro captures video files, it pre-allocates file space on the destination volume. If you capture to a local volume that's physically attached to a Macintosh, or if you capture to a network volume via AFP (Apple File Sharing Protocol), you can see that Final Cut instantly creates a file of the
2005 Sep 05
2
[LLVMdev] 1.5 llc hangs w/ GCC 4.0.1?
Hey guys, I just moved to the 1.5 release yesterday. I compiled the Debug version cleanly from sources (I'm not using the gcc frontend) using GCC 4.0.1 (on Fedora Core x86), and I noticed that llc hung in an STL iterator loop given trivial bytecode input (essentially a single function to add a couple of integers). The bytecode compiled fine from llvm assembly via llvm-as. The hang was in one
2007 Mar 19
3
64 bit compilation SUSE 10.2
...4 bit distribution, and am running into a bit of a problem. I have installed every 32 bit library that I could find in the distro, including the xorg-X11 libs. I ran the following commands: ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib make depend && make The compilation chugs away for about 15 min, and then stops with the following messages: .... gcc -m32 -c -I. -I. -I../../../include -I../../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o esound.o esound.c gcc -m32 -c -I...
2008 Oct 12
2
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
On Sun, Oct 12, 2008 at 1:16 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi, > >> Which makes me curious, if I submitted a patch that got rid of llvms >> use of abort()s all over the place, and replaces them with exceptions >> (the program dies either way if it is unhandled, but with exceptions >> you at least get a chance to handle it and recover), >
2009 Jun 07
2
Question about dd (fill a hard disks' unused space with blanks)
Hi, I'm currently experimenting with G4U (Ghost for Unix), a small cloning application sending disk images to an FTP server. The application reads the whole disk bit by bit, compresses it and then stores it remotely. Due to this approach, it's more or less filesystem-independent. The drawback is that it sometimes results in huge image files. Now I'm currently following a hint
2010 Dec 03
1
busy loop in libvirtd (cpu usage 100%)
Hi! Occasionally of late, I've seen a few cases where libvirtd cpu usage shoots up to 100% and stays there indefinitely. This seems to happen when a QEMU VM is starting up, although on one occasion I *think* I saw it happen after a QEMU VM was p2p-migrated. Doing strace -f -p <libvirtd pid> reveals a flood of poll() functions calls like these: [pid 1690] poll([{fd=3,
2006 Aug 10
2
Software caused connection abort
...ms/1.8/gems/actionpack-1.12.3/lib/action_controller/routing.rb:629:in `draw'' #{RAILS_ROOT}/config/routes.rb:1 /usr/bin/mongrel_rails:18 When I see such page, refreshing once or twice typically works. With ActiveRecord::Base.allow_concurrency set to false (i.e. the default), everything chugs along pretty well. Don''t know whether this problem is particular to cygwin environment or is generic when one turns on ActiveRecord::Base.allow_concurrency (or this is just my system...). Philip
2006 Jan 30
5
Action Mailer woes
...@to_dos.body) ... I dont need any fancy stuff like variable substitution, just a way to pop the recipient, subject and body into an email object. When I try to run this I get to the breakpoint OK so at least part of the controller code is fine. After the breakpoint nothing happens. the app just chugs along into the subsequent redirect and no mail is sent. There is nothing in the development log to point to the problem Can anyone help? Kind Regards, Eric.
2008 May 17
1
Can someone help with this error?
...;port>.log file. The process_netflix_reviews method is parsing (in the background) Netflix''s RSS feeds. This error also pretty much brings down the BDRb process and to recover, I am forced to do a ./script/backgroundrb stop ./script/backgroundrb start Once I''ve done this, it chugs along fine - even for the same URI it crashed on last. Until at some point in the future it barfs on another URI and I need to restart BDRb... This has been happening on and off for several days now. Any pointers on what I am doing wrong? Much appreciated - thanks! Raghu =======================...
2007 Mar 19
1
winecfg/pixel shading -> not working, various Steam (CS:S) ?s
...irectory and found the line: [Software\\Wine\\Direct3D] 1172848535 "PixelShaderMode"="enabled" Is there a known problem / fix for this that I just can't find? 2.) At least in my opinion I think this is a sound related error. When I try to load the audio tab in winecfg it chugs for about 5 seconds and gives me this "error": error loading jack library libjack.so then it says something about loading a default one for me. 3.) I can only run Steam from root. If I run it from my user i get a huge long error I'm sure you are all familiar with. What permissions...