[CentOS] Grub upgrade for CentOS 5.5?

2011-01-02 Thread Ron Blizzard
Stupid question (I'm guessing). I'm currently tri-booting (or would like to be) VectorLinux 6 Deluxe, CentOS 5.5 and an evaluation copy of Red Hat 6. I'm using CentOS's grub. VectorLinux and CentOS boot fine, but Red Hat won't load. I think I read somewhere that CentOS's grub is too old for ext3, 2

Re: [CentOS] noob question about mock

2011-01-02 Thread JohnS
On Mon, 2011-01-03 at 00:20 -0500, Nico Kadel-Garcia wrote: > > Which Version Number? There are a few of them already patched from F12 > > to Rawhide. No I do not have anything to do with CentOS Extras but I > > have the currious mind. > > I'm using the mock-1.0.14 from "epel-testing", that has

Re: [CentOS] drivers

2011-01-02 Thread cornel panceac
2011/1/3 mahmoud mansy > hey guys, > wanna know where to find my graphics card driver for centos5.5 > coz the 5.4 support it and xserver start automaticly but the 5.5 doesnot > start and tried to reconfigure the xorg.conf but it doesnot work too. > and i noticed that the hardware prob process f

Re: [CentOS] noob question about mock

2011-01-02 Thread Nico Kadel-Garcia
On Mon, Jan 3, 2011 at 12:13 AM, JohnS wrote: > > On Sun, 2011-01-02 at 22:14 -0500, Nico Kadel-Garcia wrote: > >> I'd love to see it backported to CentOS 'extras' or 'build' setups. >> It's a better tool and supports more releases, including hooks now for >> CentOS 6 when it is published. (The ho

Re: [CentOS] noob question about mock

2011-01-02 Thread JohnS
On Sun, 2011-01-02 at 22:14 -0500, Nico Kadel-Garcia wrote: > I'd love to see it backported to CentOS 'extras' or 'build' setups. > It's a better tool and supports more releases, including hooks now for > CentOS 6 when it is published. (The hooks assume that CentOS 6 will > live in the same locat

Re: [CentOS] drivers

2011-01-02 Thread John R Pierce
On 01/02/11 7:11 PM, Nico Kadel-Garcia wrote: > dell studio laptop 1569 its probably the core i5 aka Clarksadale integrated on chip video aka Intel HD. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] centos6 filesystem size limit

2011-01-02 Thread Daniel Heitmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, isn't this entirely a problem caused by MBR? An (U)EFI-machine should be able to handle FS-sizes beyond these limits without any hassles. Can anyone confirm this? Gruß/Regards, Daniel Heitmann XMPP: maledic...@jabber.ccc.de (OTR-preferred)

Re: [CentOS] automated remote cloning

2011-01-02 Thread Nico Kadel-Garcia
On Sun, Jan 2, 2011 at 11:55 AM, Les Mikesell wrote: > On 1/1/11 5:50 AM, Geoff Galitz wrote: >> Good morning/day and Happy New Year. >> We have a geographically distributed environment (marketing speak: cloud) >> where >> we regularly need to migrate individual systems to new hardware (for bigge

Re: [CentOS] noob question about mock

2011-01-02 Thread Nico Kadel-Garcia
On Sun, Jan 2, 2011 at 3:18 PM, Lucian wrote: > On Sun, Jan 2, 2011 at 1:03 PM, Nico Kadel-Garcia wrote: >> Better behavior with extensive autofs tables. (Older mock, in my >> experience, gets very confused and starts force unmounting direct >> automount targets in the midst of processing, which

Re: [CentOS] drivers

2011-01-02 Thread Nico Kadel-Garcia
On Sun, Jan 2, 2011 at 5:31 PM, mahmoud mansy wrote: > hey guys, > wanna know where to find my graphics card driver for centos5.5 > coz the 5.4 support it and  xserver start automaticly but the 5.5 doesnot > start and tried to reconfigure  the xorg.conf but it doesnot work too. > and i noticed tha

Re: [CentOS] variable in loop

2011-01-02 Thread Mark
On Sun, Jan 2, 2011 at 2:27 PM, S Mathias wrote: > $ ASDF=hello; a=0; a=$(( 70 - $(echo $ASDF | awk '{print length}') )); echo > "$a $ASDF"$(for i in {1..$a}; do printf "."; done) > 65 hello. > $ > > Why doesn't it print: > 65 hello.

Re: [CentOS] variable in loop

2011-01-02 Thread Les Mikesell
On 1/2/11 4:27 PM, S Mathias wrote: > $ ASDF=hello; a=0; a=$(( 70 - $(echo $ASDF | awk '{print length}') )); echo > "$a $ASDF"$(for i in {1..$a}; do printf "."; done) > 65 hello. > $ > > > Why doesn't it print: > 65 hello. > > > > Wha

[CentOS] drivers

2011-01-02 Thread mahmoud mansy
hey guys, wanna know where to find my graphics card driver for centos5.5 coz the 5.4 support it and xserver start automaticly but the 5.5 doesnot start and tried to reconfigure the xorg.conf but it doesnot work too. and i noticed that the hardware prob process find a different driver for my card

[CentOS] variable in loop

2011-01-02 Thread S Mathias
$ ASDF=hello; a=0; a=$(( 70 - $(echo $ASDF | awk '{print length}') )); echo "$a $ASDF"$(for i in {1..$a}; do printf "."; done) 65 hello. $ Why doesn't it print: 65 hello. What am i missing? _

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Keith Roberts
On Sun, 2 Jan 2011, Brian Miller wrote: > To: CentOS mailing list > From: Brian Miller > Subject: Re: [CentOS] No ices for icecast ? > > > On Sun, 2011-01-02 at 00:16 +, Keith Roberts wrote: > >> but cannot find the ices package for sending the audio >> to icecast for it to stream. >> >> I

Re: [CentOS] centos6 filesystem size limit

2011-01-02 Thread Joshua Baker-LePain
On Sun, 2 Jan 2011 at 1:45pm, Robert Arkiletian wrote > I just read the rhel6 filesystem size limit. > > http://www.redhat.com/rhel/compare/ > > It says 16TB limit for ext4 (same as ext3)?!?! I thought ext4 was > supposed to support 1EB ( ~ 1 million TB) limit. That was one of the > main advantag

[CentOS] centos6 filesystem size limit

2011-01-02 Thread Robert Arkiletian
I just read the rhel6 filesystem size limit. http://www.redhat.com/rhel/compare/ It says 16TB limit for ext4 (same as ext3)?!?! I thought ext4 was supposed to support 1EB ( ~ 1 million TB) limit. That was one of the main advantages of rhel6. After a little more digging all I found was that the u

Re: [CentOS] noob question about mock

2011-01-02 Thread Lucian
On Sun, Jan 2, 2011 at 1:03 PM, Nico Kadel-Garcia wrote: > Better behavior with extensive autofs tables. (Older mock, in my > experience, gets very confused and starts force unmounting direct > automount targets in the midst of processing, which is *nasty* and > disables my home directory in my fa

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Keith Roberts
On Sun, 2 Jan 2011, Brian Miller wrote: > To: CentOS mailing list > From: Brian Miller > Subject: Re: [CentOS] No ices for icecast ? > > > On Sun, 2011-01-02 at 00:16 +, Keith Roberts wrote: > >> but cannot find the ices package for sending the audio >> to icecast for it to stream. >> >> I

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Keith Roberts
On Sun, 2 Jan 2011, Brian Miller wrote: > To: CentOS mailing list > From: Brian Miller > Subject: Re: [CentOS] No ices for icecast ? > > > On Sun, 2011-01-02 at 00:16 +, Keith Roberts wrote: > >> but cannot find the ices package for sending the audio >> to icecast for it to stream. >> >> I

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Keith Roberts
On Sun, 2 Jan 2011, David Simpson wrote: > To: centos@centos.org > From: David Simpson > Subject: Re: [CentOS] No ices for icecast ? > > On 2/01/2011 11:16 AM, Keith Roberts wrote: >> I have followed this tutorial to install icecast on Centos >> 5.5, >> >> http://www.howtoforge.com/linux_webradi

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Keith Roberts
On Sat, 1 Jan 2011, Frank Cox wrote: > To: CentOS mailing list > From: Frank Cox > Subject: Re: [CentOS] No ices for icecast ? > > I set up and operate the streaming audio server for CreekFM (www.creekfm.com) > > It runs on Centos 5.5 with ices and icecast, and serves OGG. > > Is that of any he

Re: [CentOS] GRUB Boot Menu

2011-01-02 Thread Keith Roberts
On Sun, 2 Jan 2011, Joseph L. Casale wrote: > To: CentOS mailing list > From: Joseph L. Casale > Subject: Re: [CentOS] GRUB Boot Menu > >> On Centos 5.5, is there a way to skip the countdown >> screen 'booting xyz OS in x seconds', and make GRUB show the >> menu of all the bootable OSes, and ju

Re: [CentOS] GRUB Boot Menu

2011-01-02 Thread Joseph L. Casale
>On Centos 5.5, is there a way to skip the countdown >screen 'booting xyz OS in x seconds', and make GRUB show the >menu of all the bootable OSes, and just stop there? First hit on Google:) Comment out the timeout line... jlc ___ CentOS mailing list Ce

Re: [CentOS] automated remote cloning

2011-01-02 Thread Les Mikesell
On 1/1/11 5:50 AM, Geoff Galitz wrote: > Good morning/day and Happy New Year. > We have a geographically distributed environment (marketing speak: cloud) > where > we regularly need to migrate individual systems to new hardware (for bigger > disks or for better geographical placement, for example)

[CentOS] GRUB Boot Menu

2011-01-02 Thread Keith Roberts
On Centos 5.5, is there a way to skip the countdown screen 'booting xyz OS in x seconds', and make GRUB show the menu of all the bootable OSes, and just stop there? Kind Regards, Keith Roberts - Websites: http://www.karsites.net h

Re: [CentOS] CentOS Digest, Vol 71, Issue 28

2011-01-02 Thread portablemanagement
--Original Message-- From: centos-requ...@centos.org Sender: centos-boun...@centos.org To: centos@centos.org ReplyTo: centos@centos.org Subject: CentOS Digest, Vol 71, Issue 28 Sent: Dec 28, 2010 12:00 PM Send CentOS mailing list submissions to centos@centos.org To subscribe or u

Re: [CentOS] noob question about mock

2011-01-02 Thread Nico Kadel-Garcia
On Sun, Jan 2, 2011 at 12:48 AM, Lucian wrote: > On Sun, Jan 2, 2011 at 4:00 AM, Nico Kadel-Garcia wrote: >> You can do it inside the mock chroot cage. I do, on occasion. The >> difficult is that I find myself wanting things like emacs to edit code >> and patches, RCS to manage versions of my new

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Brian Miller
On Sun, 2011-01-02 at 00:16 +, Keith Roberts wrote: > but cannot find the ices package for sending the audio > to icecast for it to stream. > > I would like to send the data as mp3, if there is a suitable > program to do this. > > Has anyone on the list done this on Centos? Yep, about th

Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-02 Thread Max Haann
>Build the src.rpm on your own system using "rpm --rebuild". The results won't require glibc 2.7. Thanks for your time and help Gordon. I rebuild it on centos 5.5, it works like a charm :D Step1:download nasm src.rpm from official site Step2:install ghostscript/texinfo from yum Step3:rpm -I --mo

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread Gilbert Sebenste
On Sun, 2 Jan 2011, David Simpson wrote: > On 2/01/2011 11:16 AM, Keith Roberts wrote: >> I have followed this tutorial to install icecast on Centos >> 5.5, >> >> http://www.howtoforge.com/linux_webradio_with_icecast2_ices2 >> >> but cannot find the ices package for sending the audio >> to icecast

Re: [CentOS] OT how to prevent oversubscription of a disk

2011-01-02 Thread Gordon Messmer
On 01/01/2011 05:56 PM, Dave wrote: > > Is there a best practice? People have to be doing something! I think that's unlikely. If you don't "oversubscribe" your disk space as a matter of policy, you'll force upgrades earlier than most people would consider them necessary. Most users, I'd expect

Re: [CentOS] No ices for icecast ?

2011-01-02 Thread David Simpson
On 2/01/2011 11:16 AM, Keith Roberts wrote: > I have followed this tutorial to install icecast on Centos > 5.5, > > http://www.howtoforge.com/linux_webradio_with_icecast2_ices2 > > but cannot find the ices package for sending the audio > to icecast for it to stream. > > I would like to send the dat