Re: [CentOS] Dual or quad fast ethernet NICs (that work with CentOS)

2011-01-01 Thread Louis Lagendijk
On Fri, 2010-12-31 at 16:32 -0600, Jeff Hefner wrote: > I can vouch for the Sun Quad Fast Ethernet (PCI) cards. Quite a while > back a few co-workers and I had split a small lot of them from eBay > the broke down to roughly 8 or 9 bucks with shipping. Everyone had > good luck with whatever they end

Re: [CentOS] Dual or quad fast ethernet NICs (that work with CentOS)

2011-01-01 Thread Jeff Hefner
I know I didn't have the luxury of 2GB of ram at the time and would have been on a 32-bit only CPU. Possibly my scant hardware might have saved me a headache. Or maybe my memory is just getting worse as time wears on. :) I also recall playing with it on OpenBSD and FreeBSD as well. jeff On Sat, J

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

2011-01-01 Thread Gordon Messmer
On 12/31/2010 03:55 PM, Max Haann wrote: > > the nasm version 2(rpm from offcial site) requires glibc 2.7, i know its a > core component, but is there a way to upgrade it without break system? Build the src.rpm on your own system using "rpm --rebuild". The results won't require glibc 2.7. __

[CentOS] set privoxy to rewrite http to https

2011-01-01 Thread S Mathias
I use the KB SSL Enforcer https://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof?hl=en so i could browse the net safer [i mean webserver <-> me] with using https, if available. The problem is: e.g.: facebook... if i go to https://www.facebook.com/ that's ok, it's https.

[CentOS] automated remote cloning

2011-01-01 Thread Geoff Galitz
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). We currently use Cobbler to do our base in

Re: [CentOS] remove newlines / perl /concise example

2011-01-01 Thread Dave Cross
On 30 December 2010 21:57, ken wrote: > Thanks for the previous tips and suggestions.  Here's a more concise > example: > > Input file: > > > > > > > I want everything on one line, i.e., remove all newlines.  Like so: > > > > Simple perl code: Code like this is often simpler if you use the U

Re: [CentOS] remove newlines / perl /concise example

2011-01-01 Thread Stephen Harris
On Sat, Jan 01, 2011 at 03:42:46PM +, Dave Cross wrote: > Code like this is often simpler if you use the Unix filter model and > let the operating system take care of opening all the files. > > #!/usr/bin/env perl > > use strict; > use warnings; > > chomp(my @lines = <>); > > prin

Re: [CentOS] set privoxy to rewrite http to https

2011-01-01 Thread Mark
On Sat, Jan 1, 2011 at 3:46 AM, S Mathias wrote: > I use the > > KB SSL Enforcer > https://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof?hl=en > This is a Chrome extension. Last I checked, Chrome is unavailable for CentOS because it requires a newer gtk+ than is available f

Re: [CentOS] remove newlines / perl /concise example

2011-01-01 Thread James A. Peltier
- Original Message - | On Sat, Jan 01, 2011 at 03:42:46PM +, Dave Cross wrote: | > Code like this is often simpler if you use the Unix filter model and | > let the operating system take care of opening all the files. | > | > #!/usr/bin/env perl | > | > use strict; | > use warnings

[CentOS] virtual machines refuse to start up

2011-01-01 Thread benedict dcunha
Dear All, am new to xen and recently implemented it. i had some issues initially but googling arround and some wise replies from you guys out there managed to clear them. now I have 2 virtual machines on my xen domains one is windows 2003 and other windows2008 both the virtual machines were wo

[CentOS] No ices for icecast ?

2011-01-01 Thread Keith Roberts
Hi, and a Happy New Year to everyone. 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 data as mp3, if there

Re: [CentOS] No ices for icecast ?

2011-01-01 Thread Frank Cox
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 help to you? On Sun, 02 Jan 2011 00:16:12 + (GMT) Keith Roberts wrote: > Hi, and a Happy New Year to everyone. > > I have followed this

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

2011-01-01 Thread Dave
2010/12/31 Jorge Fábregas : > On Thursday, December 30, 2010 09:53:25 pm Dave wrote: >> I want to add up the quotas I've assigned on a particular partition >> and see if the total is bigger than the disk. It's possible to do this >> (awkwardly) using repquota or quota. Is there no more accurate/ele

Re: [CentOS] Anaconda hangs using 100% CPU

2011-01-01 Thread cpolish
> I have been struggling with my first PXEboot today, using a > kickstart with packages served over http on the local network. > > The details: > > - Anaconda is using 100% CPU I got the PXE/kickstart going by sheer persistence. It eventually completed without hanging. Post-install the box hu

Re: [CentOS] automated remote cloning

2011-01-01 Thread Nico Kadel-Garcia
On Sat, Jan 1, 2011 at 6: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 placemen

Re: [CentOS] noob question about mock

2011-01-01 Thread Nico Kadel-Garcia
On Thu, Dec 30, 2010 at 9:45 AM, Leonard den Ottolander wrote: > Hi, > > On Thu, 2010-12-30 at 13:51 +, n...@li.nux.ro wrote: >> As far as I could read about it, mock >> essentially rebuilds srpms so to use it I would need a separate "classical" >> build environment to create those srpms in th

Re: [CentOS] noob question about mock

2011-01-01 Thread Lucian
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 .spec files, and > unpredictable dependencies as I wr