Re: [CentOS] Yum not updating kernel

2008-02-22 Thread Shad L. Lords
I misspoke. Yum installed kernel-2.6.18-8.1.14 October 13, 2007 according to yum.log. So, yum appears to have worked *once* updating the kernel. Looking in CentOS vault, I saw .15 which gives me a time frame for what it's worth. All I did was add rpmforge. I have removed it with no help. I will po

Re: [CentOS] RAID + LVM Addition to CentOS 5 Install

2007-09-04 Thread Shad L. Lords
This worked fine, but on reboot I get a ton of errors from LVM saying that volume with id --... was not found and the system automatically reboots. This seems to happen for all volumes, not just the ones I changed. This error even happens for a separate volume group (called 'extended

Re: [CentOS] backups and md5 all in one while splitting

2007-11-09 Thread Shad L. Lords
I'm trying to back up our svn repositories, and I found a nice little backup command line bzip's the backup and creates the md5 hash all in one: svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5 The problem is I need to split the backups, so this doesn't really work. Is ther

Re: [CentOS] manipulating files and directories with spaces

2007-11-20 Thread Shad L. Lords
Hi, This might be a little O.t. so private responses please. I've got apache and samba running on a CentOS5 box enabling windows users to add web content. My issue is i've had to restore some backup data that was previously archived. The permissions aren't matching up so i'm wanting to us

[CentOS] centos-release srpm

2009-12-01 Thread Shad L. Lords
Back on Oct 31st Karanbir said he would take care of the missing centos-release srpm. It still hasn't shown up on any of the mirrors. Is this ever going to be fixed? -Shad ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listi

Re: [CentOS] centos-release srpm

2009-12-01 Thread Shad L. Lords
Ned Slider wrote: > Shad L. Lords wrote: >> Back on Oct 31st Karanbir said he would take care of the missing >> centos-release srpm. It still hasn't shown up on any of the mirrors. >> Is this ever going to be fixed? >> >> -Shad > > Did you (or anyo

Re: [CentOS] LVM, SATA controllers and BIOS devices

2009-05-12 Thread Shad L. Lords
Chris Boyd wrote: > So I have an issue with CentOS 5.3 i386, LVM, and SATA. > > Boot device is a 200GB ATA disk on hda2. > > I've added a couple of disks with the on-the-mobo SATA controller ports > and grown the EXT3 fs with system-config-lvm. > > Then, as an experiment, I added a PCI SATA cont

Re: [CentOS] kABI-tracking kmod-xfs for CentOS-4 (Was: Preventing hour-long fsck on ext3-filesystem)

2009-06-17 Thread Shad L. Lords
Tru Huynh wrote: >> I vaguely remember that you were planning on releasing this on or >> around June 15 (?). Maybe it's time? I don't think we are getting >> any more response here. > > All the CentOS-4 kmod-xfs have now been promoted to the extras/centosplus > repositories. To call these packa

[CentOS] drbd update 8.3.8.1

2010-09-30 Thread Shad L. Lords
Can we get a refresh of the drbd packages to 8.3.8.1 There was a fix to the resync protocol. 8.3.8 would stall under certain circumstances. Thanks, -Shad ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Missing 4.7 kernel update SRPMs ?

2008-09-13 Thread Shad L. Lords
James Pearson wrote: I can't find the kernel-2.6.9-78.0.1.EL.src.rpm and kernel-2.6.9-78.0.1.plus.c4.src.rpm on the download sites - the binary i386/x86_64 RPMS are there, but not the matching SRPMs There are actually quite a few missing sources: From centosplus: drbd82-kmod-8.2.6-2.2.6.9_78

Re: [CentOS] Best mobile SSH client?

2009-05-04 Thread Shad L. Lords
I've gone through this same situation with a Samsung phone and AT&T service. After playing with many different ssh clients the one I settled on was zaTelnet Professional (http://www.zatelnet.com). -Shad ___ CentOS mailing list CentOS@centos.org http:/

Re: [CentOS] jigdo images

2009-05-06 Thread Shad L. Lords
Ralph Angenendt wrote: >> I have been looking what Fedora is (or was) doing with Jigdo. It seems >> to solve some problems and create new ones[1]. > > Let me look into that. From the os directory something like this should produce jigdo files/templates for all associated iso files. for arch i

Re: [CentOS] Where can I download centos 6

2011-07-09 Thread Shad L. Lords
On Sat, Jul 9, 2011 at 11:27 AM, Always Learning wrote: > > On Sat, 2011-07-09 at 13:23 -0300, Edson - PMSS wrote: > > > distributions such as Scientific, ClearOS and Oracle Linux. > > Scientific Linux, like Centos, is entirely free whilst the remaining two > are de facto parasites - attempting t

Re: [CentOS] how to stop an in-progress fsck that runs at boot?

2011-09-14 Thread Shad L. Lords
On Tue, Sep 13, 2011 at 8:39 PM, Matt Garman wrote: > My question is more along the lines of "best > practices"---what are most people doing with regards to regular fsck's > of ext2/3/4 filesystems? Do you just take the defaults, and let it > delay the boot process by however long it takes? Disa