Re: [CentOS] CentOS-6 dhcpd

2011-07-15 Thread Don Krause
ol { # range 172.24.145.10 172.24.145.250; #} } subnet 172.24.0.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option broadcast-address 172.24.0.255; option routers 172.24.0.1;

Re: [CentOS] really large file systems with centos

2011-07-14 Thread Don Krause
ilure! > > -- Pasi And make sure the assembler wires it all up correctly, I have a JBOD box, 16 drives in a supermicro chassis, where the drives are numbered left to right, but the error lights assume top to bottom. The first time we had a drive fail, I opened the RAID management softwar

Re: [CentOS] hard disk install failure

2011-06-06 Thread Don Krause
all it from the DVD.iso to VMWare images a couple times a month, haven't seen that issue. Once a new release gets approved for production, I copy the contents of the DVD.iso to our PXE Boot server, and install production machines from there. (FWIW, I have not installed in on

Re: [CentOS] 5.6 - SRPM's

2011-04-21 Thread Don Krause
On Apr 21, 2011, at 3:32 AM, Karanbir Singh wrote: > On 04/21/2011 12:47 AM, Don Krause wrote: >> It doesn't appear to be me, as much as kernel.org. Their webpage >> http://mirrors.kernel.org/centos/5.6/os/SRPMS/?C=M;O=D >> has nothing newer than Dec 14th either.. >

Re: [CentOS] 5.6 - SRPM's

2011-04-20 Thread Don Krause
On Apr 20, 2011, at 4:38 PM, Bob Hepple wrote: > On Wed, 20 Apr 2011 16:26:51 -0700 > Don Krause wrote: > >> On Apr 20, 2011, at 4:18 PM, Bob Hepple wrote: >> >>> On Mon, 11 Apr 2011 11:58:43 +0100 >>> Karanbir Singh wrote: >>> >>>&g

Re: [CentOS] 5.6 - SRPM's

2011-04-20 Thread Don Krause
thers? > > Does anyone see them elsewhere? > Our mirror syncs from mirrors.kernel.org, and I've got nothing newer than Dec 14th in 5/os/SRPMS In 5/updates/SRPMS the newest initscripts I show is Nov 16 09:32 initscripts-8.45.30-3.el5

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Don Krause
w, broken out of the box) but didn't have the time to deal with that. -- Don Krause smime.p7s Description: S/MIME cryptographic signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Don Krause
the heatsinks, the cpus came up with them, even though the socket lever was down in the lock position. We had to "twist" the CPU off the bottom of the heatsink, reinstall it in the socket, reinstall the heatsink, and the machines were fine. -- Don Krause

Re: [CentOS] Is there a Centos 3 around ?

2011-02-07 Thread Don Krause
1 root root48052 Apr 19 2006 top 0df0aafb355df40b1137355dd354f172 dir 2c5f4e789da1ad8d19ce5c68ecf8261d find 03174f884e7fc5fbc215780819679f6e md5sum 224f527255b2c8deb44f692eaadc873d pstree 0cee754c3981ba5f527bedc9a8cbea2a slocate 4ed536310a845f274f6a1611773789d8 tee 6b42bf3729

Re: [CentOS] what pkg contains libstdc++-libc6.2-2.so.3

2011-02-02 Thread Don Krause
It's a symlink to /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so, from compat-libstdc++-296-2.96-138 -- Don Krause Head Systems Geek, Waver of Deceased Chickens. Optivus Proton Therapy, Inc. P.O. Box 608 Loma Linda, California

Re: [CentOS] python-dbus

2011-01-31 Thread Don Krause
___ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > __ &g

Re: [CentOS] Recommendation for a Linux alternative to Centos - ATH9K disaster

2011-01-25 Thread Don Krause
it manage fine.. > > Hah. Hah. And hah. Feel free to talk to me offlist about what I went > through, for example, to use a barcode scanner, or to install > ocsinventory. > > mark -- Don Krause &quo

Re: [CentOS] rsync via crontab spawns over 20 processes

2011-01-21 Thread Don Krause
nc --delete -avvH --progress source target > > - aurf If that's your crontab, you do see that you are actually starting a separate copy of the command every minute in 10PM. No wonder you're killing you machine, try 0 22 * * * . -- Don Krause

Re: [CentOS] Init.d script troubleshooting.

2010-11-09 Thread Don Krause
script that > stops things that have placed files in /var/lock/subsys. > > Hope this helps. > Barry Wow... It works now... Thanks much. I didn't see that in the documentation, interesting info. -- Don Krause smime.p7s Description: S/MIME cryptographic signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Init.d script troubleshooting.

2010-11-09 Thread Don Krause
;; stop) stop ;; restart) restart ;; killlock) if [ -f /var/lock/subsys/fast ]; then rm -f /var/lock/subsys/fast fi ;; status) status ;; *) echo $"Usage: $0 {start|stop|re

Re: [CentOS] how many people still use NIS?

2010-10-01 Thread Don Krause
On Oct 1, 2010, at 2:57 PM, Ray Van Dolson wrote: > On Fri, Oct 01, 2010 at 02:47:09PM -0700, aurfal...@gmail.com wrote: >> >> On Oct 1, 2010, at 2:16 PM, Steve Thompson wrote: >> >>> On Fri, 1 Oct 2010, Craig White wrote: >>> As for OpenLDAP being a royal PITA, I suppose that's a matter

Re: [CentOS] how many people still use NIS?

2010-10-01 Thread Don Krause
On Oct 1, 2010, at 11:50 AM, Ben McGinnes wrote: > On 2/10/10 4:27 AM, Boris Epstein wrote: >> Hello listmates, >> >> I have discovered a very strange SFTP problem which I can not connect to >> anything but NIS thus far. See here: >> >> http://www.linuxquestions.org/questions/linux-server-73/sf

Re: [CentOS] e2fsck with millions of files

2010-08-31 Thread Don Krause
(highval - lowval); mid = low + ((int) (range * (high-low))); + /* Trap mid due to floating point error */ + if (mid > high) mid = high; + if (mid < low) mid = low;

Re: [CentOS] Ext3 undelete

2010-08-12 Thread Don Krause
Google is you friend.. http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html Good luck! -- Don Krause Head Systems Geek, Waver of Deceased Chickens. Optivus Proton Therapy, Inc. P.O. Box 608 Loma Linda, California 92354

Re: [CentOS] System Resources Graphing

2010-04-26 Thread Don Krause
On Apr 26, 2010, at 9:09 AM, Matt wrote: > Is there a package I can get that will graph system resources such as > CPU and disk I/O to an html file or something? > > Matt Cacti -- Don Krause "This messa

Re: [CentOS] Can no longer print

2010-04-23 Thread Don Krause
.so.6 openssl-0.9.8e-12.el5_4.6 [r...@cartman ~]# rpm --redhatprovides libcrypto no package provides libcrypto [r...@cartman ~]# -- Don Krause Head Systems Geek, Waver of Deceased Chickens. Optivus Proton Therapy, Inc. P.O. Box 608 Lom

Re: [CentOS] X Servers xorg.conf file changing.

2010-04-21 Thread Don Krause
On Apr 21, 2010, at 9:54 AM, Don Krause wrote: > > On Apr 21, 2010, at 9:36 AM, Ned Slider wrote: > >> Don Krause wrote: >>> Twice now over the past year, I've had something edit the >>> /etc/X11/xorg.conf file without user intervention. >>&g

Re: [CentOS] X Servers xorg.conf file changing.

2010-04-21 Thread Don Krause
On Apr 21, 2010, at 9:36 AM, Ned Slider wrote: > Don Krause wrote: >> Twice now over the past year, I've had something edit the /etc/X11/xorg.conf >> file without user intervention. >> >> The machine in question is a 3 headed X-Terminal that displays th

[CentOS] X Servers xorg.conf file changing.

2010-04-21 Thread Don Krause
2.6.18-128.1.6.el5 #1 The X-Term is diskless, boots via PXE from a Solaris 10 box. Diskless boot configured using stock Cent tools (system-config-diskless and friends) Any suggestion where to look would be appreciated. Thanks! -- Don Krause

Re: [CentOS] 12-15 TB RAID storage recommendations

2010-04-13 Thread Don Krause
re operating at your own risk. > > -Drew > > > -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf > Of Don Krause > Sent: Tuesday, April 13, 2010 3:20 PM > To: CentOS mailing list > Subject: Re: [CentOS] 12-15 T

Re: [CentOS] 12-15 TB RAID storage recommendations

2010-04-13 Thread Don Krause
, we've not experienced a second drive failure during the rebuild process, yet. But we have had drives fail within a few weeks of each other, so it's probably going to happen one of these days.. -- Don Krause Head Systems

Re: [CentOS] strange su behavior

2010-03-08 Thread Don Krause
eat power comes great responsibility. > > Password: The above warning comes from sudo. Figure out why you're running sudo and not su as you expect. Is it aliased? -- Don Krause