similar to: Strange slowdown occasionally in CentOS 5.0

Displaying 20 results from an estimated 1200 matches similar to: "Strange slowdown occasionally in CentOS 5.0"

2007 Apr 18
1
smartd stalls the system on reboot
I have begun to notice that the smartd stalls my machine's boot process for as much as 2-3 minutes while it is coming up. I have the BIOS SMART function enabled, and I removed the bad SG400GB drive from the box yesterday, but I think this goes back farther than that. Why does it take so long? Is the BIOS SMART involved in this (and how)? Also, sendmail and sm-client take 30s-2m to come up
2008 May 13
9
Starting a Linux application for a windows file in wine
Hello, This is my first post here, so please forgive me if a get some terms wrong! I want to be able to use Linux applications to open files from within a windows application running under wine. Here's why, I have installed Ubuntu 8.04 and wine 0.9.61 using Synaptic. I have installed a very old PIM called infocentral that was originally created by Corel and which I have been using for the
2008 Sep 22
2
Problem with booting/grub (?)
Earlier this evening, I had the interesting experience of shutting down my machine (because of that lp out-of-sync problem, discussed elsewhere), and watching it not come back up. I admit that I changed out one of my DVD writers for another one, but I don't understand how that could have had any effect on this: When I restarted the machine, it came up to the point where it normally shows:
2007 Mar 16
3
Fun with CentOS and Windows
I installed the memory and the CPU and the motherboard and the new video card all together tonight. CentOS installed very nicely and I'm currently running the CentOS-Plus version, with which I _can_ access my Windows partitions. Well, one of the disks is getting flaky and I'm having trouble with it - of course, that's the one I need the most. Glitches, with which I would be
2009 Apr 23
2
oomath and filter selection
Hi all, in Centos 5.2 I could click on and xls file in thunderbird and it would use oomath to open the file. I could do on the command line "oomath file.xls" and it open the file and show it to me no problem either. now in 5.3 (x86_64) in either case above I get a "filter selection" screen. Most of the selections are for Word not excel and if I choose an excel item my
2010 Aug 12
3
Can Dom0 be replaced after installation?
Hi, Agonizing about a strategy for installing, when I know nothing about it. I suspect that in spite of the flexibility in choices for a dom0 operating system, I think it''s probably really important to get it all right. I guess there are some burning questions here that might clear everything up if I could answer: 1. Assuming I install Xen, a handful of VMs and have it all set up, is
2007 May 14
0
OT? Alt-tab flashes differently between work and home
This may be off topic, but I'm not sure where to go - been to Gnome help and google - nada (wrong search?). I have CentOS 5 on both my work and home machines, with Gnome 2.16.0 (default, straight out of the box, so to speak). At work I have two 17" FP monitors on an ATI FireGL V3400, at home I have one 19" CRT on an nVidia GeForce7100gs. When I use alt-tab to switch windows at
2020 May 24
5
LibreOffice locking up
I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7 and the Mate desktop. Not infrequently LibreOffice Calc locks up and I have to force close the application. Altough the spreadsheet is rather large I would not consider it complex. This has been going on for some time and I am curious if the bug might be in LibreOffice or if there is some interaction with the Mate desktop that
2020 May 25
1
LibreOffice locking up
On 05/24/2020 08:17 PM, Kuang-Chun Cheng wrote: > Hi, > > I have similar problem for both oocalc and ooimpress. It happens at CentOS > 6x, 7x and 8x. > So I believe it's LibreOffice's bug, but I have no proof. > > KC > > H <agents at meddatainc.com> ? 2020?5?25? ?? ??7:56??? > >> I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7
2004 Oct 20
2
"Advanced Printer Features" in Samba 3.0.7 / Cups 1.1.20 ...
Hello, I recently figured out, that it is impossible to activate the "Advanced Printer Features" of any printer attached to a samba server. The idea was simple: set up a cups print server, create raw printers, publish them via Samba and distribute corresponding driver files. Everything works fine, except of the general setting for the "Advanced Printer Features". Root is able
2008 Oct 03
1
Tinn-R explorer used to be my friend
I have upgraded everything lately and can no longer get the Tinn-R explorer to work. I think I have had this problem before but cannot recall how I solved it.I run Tinn-R 2.0.0.7 and Rgui version 2.7.2 When I click on the explorer button I get > trObjList(envir='.GlobalEnv', pattern='', group='', path=.trPaths[3]) Error in trObjList(envir = ".GlobalEnv",
2011 Oct 01
2
Entering data into a multi-way array?
Hello: I am a novice R user, but I have been working my way through the manuals / tutorials, ... I have R / Deducer up and running, and know the basics. I want to analyze a microarray (gene expression) dataset. I need to input the data into R as a multidimensional (multi-way) array, something on the order of 15,000 x 3 x 8 x 2 [genes x replicates x time points x treatments] I've
2005 Jun 10
1
Re: Samba problems - looks like a bug in client
On Thursday 09 Jun 2005 18:09, you wrote: > Tell me everything you can about your setup This is a small home LAN - two boxes running Mandriva 2005LE, four assorted windows boxes and one box running Mandrake 10.0, with samba giving file and print services to the rest. The box called 'david' is the samba client that is my workhorse, and on which I am seeing the problem (although it
2009 Sep 09
4
waiting IOs...
Hi, We have a storage server (HP DL360G5 + MSA20 (12 disks in RAID 6) on a SmartArray6400). 10 directories are exported through nfs to 10 clients (rsize=32768,wsize=32768,soft,intr,nosuid,proto=udp,vers=3). The server is apparently not doing much but... we have very high waiting IOs. dstat show very little activity, but high 'wai'... # dstat ----total-cpu-usage---- -dsk/total-
2007 Aug 22
3
tackle memory insufficiency for large dataset using save() & load()??
Hello List, i have been agonizing over this for days, any reply would be greatly appreciated! Situation:___________________________________ My original dataset is a .csv dataset (w/ 2M records) with 4 variables: job_id (Primary key, won't be used for analysis, just used for join tables), sector_id (categorical variable, for 19 industry sectors), sqft (con't variable for square
2009 Mar 04
3
Diff btw percentile and quantile
To calculate Percentile for a set of observations Excel has percentile() function. R function quantile() does the same thing. Is there any significant difference btw percentile and quantile? Regrads, -- View this message in context: http://www.nabble.com/Diff-btw-percentile-and-quantile-tp22328375p22328375.html Sent from the R help mailing list archive at Nabble.com.
2012 Jul 25
5
problem with machine "freezing" for short periods
I have two HP dc7800 convertible minitowers that are exhibiting the following issue: every 5-10 minutes, they will "freeze" for about 30 seconds, and then pick right back up again. During the freeze, it seems that nothing at all happens on the system; the clock doesn't even advance (it just picks up again with the next second, and that 30-or-so seconds are lost). I've tried both
2002 Sep 19
1
Printing problem - Spooled files won't print
Hi, I have some trouble getting files printed on my Solaris 8 machine running Samba 2.0.5. The client is a winxp installed laptop, the printer is configured as a postscript printer (Minolta PagePro 12 PS), although it is a PCL printer (Minolta PagePro 6).
2006 Apr 06
3
cheep laser printer recomendations
Hi! I would like to hear what printers go good w/our operating system. While back, I should have checked w/y'all like I'm doing now but I just went ahead and bought a Konica-Minolta PagePro 1350W. Now that W at the end of 1350 is a huge word that means WINDOWS! grrrr! It's a great printer 21pgs/min etc but it doesn't like linux at all and their tech spt will tell you as much. I
1999 Dec 16
0
Win9x printer automatic installation
Hi everyone, I've had automatic printer driver installation running fairly nicely for a while now, but getting the drivers for your newest printer to automatically install completely is a pain in the neck. Basically, everything works except for adding a new section to win.ini, and a registry entry for the printer. All the driver files get copied over, and the printer appears as one would