Re: [CentOS] CentOS-6.5 rescue disk?

2014-05-26 Thread Mr. Queue
On 5/25/2014 8:17 PM, Timothy Murphy wrote: > Is there such a thing as a CentOS rescue disk? > Google gives many links to such a thing, > but when I pursue them I do not get to an URL > where I can actually download one. Can't think of anything that can top Knoppix: http://www.knopper.net/knoppix

Re: [CentOS] [ask] iodined: open_tun: /dev/net/tun: Operation not permitted

2014-05-10 Thread Mr. Queue
On 5/10/2014 6:33 AM, Morning Star wrote: > I got error when executing iodined at my vps: > > $ sudo iodined -f -P test1 192.168.0.1 localhost > iodined: open_tun: /dev/net/tun: Operation not permitted: Operation > not permitted Same as I said on Debian's list.. You'll need to talk to your host.

Re: [CentOS] mbox files - can they be "compacted"?

2014-04-06 Thread Mr Queue
On Sun, 6 Apr 2014 14:09:45 +0200 RafaƂ Radecki wrote: > Is there an option to compact large mbox files from the shell? Couple of different filesystems support on the fly compression. zfs and btrfs come to mind. -- Q: What's tan and black and looks great on a lawyer? A: A doberman. _

Re: [CentOS] HDD Problem....

2014-04-05 Thread Mr Queue
On Sat, 5 Apr 2014 14:41:05 -0400 "Eddie O'Connor" wrote: > Any help or advice would be greatly appreciated. Drive sounds dead. You could try and pull it out of the enclosure to rule that out but sound's like you're making a trip to Fry's. -- Just to have it is enough.

Re: [CentOS] CENTOS 6.5 NO syslog.conf file. How to fix?

2014-03-31 Thread Mr Queue
On Mon, 31 Mar 2014 23:38:26 +0800 (CST) mcclnx mcc wrote: > Can anyone tell me how to fix Centos 6.X no /etc/syslog.conf issue? It's /etc/rsyslog.conf now. -- I think that all right-thinking people in this country are sick and tired of being told that ordinary decent people are fed up in this

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Mr Queue
On Thu, 27 Mar 2014 17:20:22 -0500 Matt Garman wrote: > Any thoughts or ideas? Start digging into your array. Perhaps you're starting to lose a drive and it's running daily integrity checks or something. ie, dropping in and out of the array or the like.. /var/log/messages might have some clues

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Mr Queue
On Thu, 27 Mar 2014 17:20:22 -0500 Matt Garman wrote: > Anyone seen anything like this? Any thoughts or ideas? Post some data.. This public facing? Are you getting sprayed down by packets? Array? Soft/hard? Someone have screens laying around? Write a trap to catch a process list when the loads

Re: [CentOS] Disk usage incorrectly reported by du

2014-03-19 Thread Mr Queue
On Wed, 19 Mar 2014 14:14:04 +0200 Radu Radutiu wrote: > Do you have any idea what could cause this behaviour? http://mradomski.wordpress.com/2007/01/08/finding-an-unlinked-open-file-and-other-lsof-uses/ -- Peace was the way. -- Kirk, "The City on the Edge of Forever", stardate

Re: [CentOS] Tar Compression issue

2014-03-18 Thread Mr Queue
On Tue, 18 Mar 2014 11:22:31 +0200 "Bonnie B Mtengwa" wrote: > I have a file Server CentOS 5.10, its on the internet, so I compress > all csv into one file using (tar -czvf compressed_files.tar.gz > *.csv) on this server so that I can download them as one compressed > file to save bandwidth, Dis