Displaying 20 results from an estimated 132 matches for "chug".
Did you mean:
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??
...performance should be within a few percent of running on the bare metal. So, if you test drive some beta software and it doesn't perform well on a VM, it's probably not going to be much better running on a same-spec physical machine.
NB: I administer several hundred virtual desktops, so I chugged rather than sipped the virtualization Kool-Aid. :-)
--
-Chris
2013 Dec 02
3
kvm: vm root fs becomes ro
...ibvirt/qemu/<vm-name>.log, I'll see
block I/O error in device 'drive-virtio-disk0': Stale file handle
(116)
Oddly, the underlying host might be running, say, five VMs, but only
four of them will get the log messages, and show the read-only
symptoms, while the fifth just keeps chugging along.
Googling suggests that the "disabled perfctr wrmsr" message is
harmless, but my experience suggests otherwise.
Any hints, workarounds, or relevent information is very welcome.
Thanks!
--
Paul Heinlein
heinlein at madboa.com
45?38' N, 122?6' W
2005 Apr 21
2
X330 Keyboard/box dies on install 4.0, not on 3.4
...every single time once I boot to
anaconda from the CD. It dies as soon as the blue-background screen
appears, and it dies no matter which selection I choose at isolinux.
(I'm sure the system isn't locked because the keyboard is dead while the
SCSI driver is loading, and the system keeps chugging along happily
until it needs input.)
The CD passes all of the tests I can apply to it, from checksum to media
check, and has been used to install a half dozen machines both before or
since. I also downloaded a new ISO from a different mirror and reburnt
another one; it's most certainly...
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:
> > Do most people today have /boot on a separate partition,
> > or...
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 deb...
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...
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/d...
2002 Mar 04
1
Removing partial Samba Install
...ux, 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 per the docfile, and my PC chugged along for a
while and then came the message tha said something to
the effect that I needed the latest version of RH
Linux in order to run this version of Samba. OOPS!
Now the Samba web admin tool thinks that V2.2.2 is
installed but RPM thinks that 2.0.3-8 is installed and
I cannot get Samba to...
2005 Mar 15
2
Samba and Preallocated Files
...for capturing Final
Cut videos. Because, for instance, if you expect to capture a 20-minute DV
clip, it will take approximately 10 minutes to create the pre-allocated file
before capturing even begins -- even when you are connecting via a dedicated
Gigabit Ethernet link. The process seems to chug along unbelievably slowly.
And if you were capturing uncompressed video (which has about 5x the data rate
of DV video) well, the wait would be interminable.
Can anybody on this list see a way to allow Final Cut to instantly create
that pre allocated file space that it wants to create on a...
2005 Sep 05
2
[LLVMdev] 1.5 llc hangs w/ GCC 4.0.1?
...couple of integers). The bytecode compiled fine from
llvm assembly via llvm-as.
The hang was in one of the STL destroy() loops; basically _first was
ok (originated inside the bowels of a SetVector (Value*)), but _last
was an at best undefined pointer (something like 0x013), so the loop
would just chug along forever, and crash at some point I presume
because it doesn't sound healthy to walk through the entire free
store.
Has anyone seen this or should I try to find the cause?
Best regards,
Andreas
--
And I hate redundancy, and having different functions for the same thing.
- Linus...
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 -...
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)
...that:
# dd if=/dev/zero of=/0bits bs=20M
# rm /0bits
Now I gave that a shot, but after half an hour or so, I got a bit
impatient. Now the computer does not respond any more. Does that mean
he's just way too busy with dd? Or is there some mistake in the command?
As I see it, it will just be chugging on and on, no? Shouldn't there be
a 'count=x' option somewhere?
Niki
2010 Dec 03
1
busy loop in libvirtd (cpu usage 100%)
...OLLHUP}, {fd=20, events=POLLIN|POLLERR|POLLHUP}], 14, -1) = 1 ([{fd=21, revents=POLLOUT}])
It seems that because 1 is returned each time, libvirtd just goes
crazy dealing with fd-3, but I have no idea what fd-3 is.
Restarting libvirtd fixes the high load, and then everything just
goes back to chugging along as usual.
This is on libvirt 0.8.5 with qemu 0.12.5 on a debian Squeeze system
(the libvirt is compiled by hand).
I'm not sure what's causing it, whether it's a bug in my own code
somehow or inside libvirtd. I'd appreciate some help on how to debug
this problem furt...
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 permission...