[CentOS] CentOS-announce Digest, Vol 45, Issue 8

2008-11-14 Thread centos-announce-request
Send CentOS-announce mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reac

[CentOS] CentOS 5.2 on P5N64

2008-11-14 Thread
Hi all... First of all, I'm new to this list. Thanks in advance for the help I surely will get here ;) I have installed a CentOS 5.2 64 bit on a computer, and I can't get it to boot. The box is a custom built computer, with this components: - ASUS P5N64 WS Pro motherboard (nForce 790i Ult

[CentOS] FreeNX Shadowed Desktop issue

2008-11-14 Thread James Blackburn
Hi All, I'm hoping someone will be able to offer some advice on desktop shadowing with the latest CentOS 4's FreeNX. I've installed the latest FreeNX RPMs as described on the wiki: [EMAIL PROTECTED] ~]$ rpm -qa |grep nx nxclient-3.2.0-9 freenx-0.7.3-1.el4.centos nx-3.2.0-8.el4.centos And I can N

Re: [CentOS] Virtual NICs (aliases like eth0:1) won't come up after reboot

2008-11-14 Thread J Potter
I found under CentOS 4 a few years ago that the OS would only bring up virtual interfaces starting with 0:0 and increasing sequentially -- if there was a gap, it would stop at that gap point. I.e.: Good: eth0, eth0:0, eth0:1, eth0:2... Bad: eth0, eth0:0, eth0:2 (system woul

Re: [CentOS] atl2.ko in Centos 5

2008-11-14 Thread Eduardo Grosclaude
On Fri, Nov 14, 2008 at 1:29 AM, junior.listas <[EMAIL PROTECTED]>wrote: > Sorry, may i be wrong, but > > I was compiled this module for other distro, with kernel 2.6.18, from > http://people.redhat.com/csnook/atl2/, the the version is 2.0.5, Wy we use > 1.0 version?? There is some note for why t

Re: [CentOS] CentOS 5.2 on P5N64

2008-11-14 Thread Eduardo Grosclaude
On Fri, Nov 14, 2008 at 10:04 AM, "J.A. Magallón" <[EMAIL PROTECTED]>wrote: > Hi all... > > First of all, I'm new to this list. Thanks in advance for the help I surely > will get here ;) > > I have installed a CentOS 5.2 64 bit on a computer, and I can't get it to > boot. > The box is a custom bui

Re: [CentOS] linux rescue - complete list of utilities and commands?

2008-11-14 Thread Eduardo Grosclaude
On Thu, Nov 13, 2008 at 3:14 PM, Lanny Marcus <[EMAIL PROTECTED]>wrote: > On Wed, Nov 12, 2008 at 10:43 AM, Phil Schaffner > <[EMAIL PROTECTED]> wrote: > > Lanny Marcus wrote: > > >> Question: Is there a complete list somewhere, of which System > >> Utilities and Commands are available, if one bo

Re: [CentOS] CPU benchmarking tools

2008-11-14 Thread Tom Brown
Benchmarks are worthless - your apps count. Benchmark your applications. Period. i dont think thats completely true as we would like to benchmark the 6 core (dunnington), intel 4 core (harpertown) vs AMD shanghai, AMD Barcelona – as the disk / networking devices are handled by dom0, those

Re: [CentOS] CPU benchmarking tools

2008-11-14 Thread nate
Tom Brown wrote: > We're only interested in really the hardware benefits of the > virtualization techniques in relation to the different cpu type. http://www.vmware.com/products/vmmark/features.html nate ___ CentOS mailing list CentOS@centos.org http

RE: [CentOS] Video Card

2008-11-14 Thread John
John Writes: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tom Browder > Sent: Thursday, November 13, 2008 4:38 PM > To: CentOS mailing list > Subject: Re: [CentOS] Video Card > > On Thu, Nov 13, 2008 at 12:53 PM, John <[EMAIL PROTECTED]> wro

[CentOS] Re: help with CBL spam rejection

2008-11-14 Thread Scott Silva
on 11-11-2008 11:11 AM Ralph Angenendt spake the following: > Jerry Geis wrote: >> I saw were it said if I dont correct "Something" I'll be back on the list. >> I'm trying to figure out want "Something" is. > > Not sending mail should do the trick. Our server was in CBL because it had > the string

Re: [CentOS] Re: Linux backup help

2008-11-14 Thread Amos Shapira
Is there a way to "freeze" a list of installed packages and exact versions, then tell yum (or any other tool/script) to install exactly these verions either on the same or another systme? I'm asking from perspective of being able to update and test in my test or staging environment then when tests

Re: [CentOS] Is there in CentOS 5 Compiz?

2008-11-14 Thread Phil Schaffner
[EMAIL PROTECTED] wrote: ... Why would CentOS have better HW support? centosplus? Phil ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] External ext3 USB Hard drive and selinux

2008-11-14 Thread Al Freundorfer
I created a new directory on the root directory of the USB HD and I was able to write on it in both ubuntu and centos. I am curious if it didn't have to do with the fact that one of my sub-directories is called "home" and selinux flagged this and yet didn't show up in the audit. The full dire

Re: [CentOS] Re: Linux backup help

2008-11-14 Thread Warren Young
Amos Shapira wrote: Is there a way to "freeze" a list of installed packages and exact versions, then tell yum (or any other tool/script) to install exactly these verions either on the same or another systme? There isn't a need for an explicit feature. Just update one server, test it, then cop

RE: [CentOS] Terminal emulation scripting

2008-11-14 Thread Frank M. Ramaekers
Okay, here are some things I found out. 1) Linux telnet is sending a 0x0a for the enter key 2) Windows putty program is sending a 0x0d for the enter key 3) Windows telnet is sending a 0x0d0a for the enter key 4) The device (don't ask) I'm working with doesn't like the Linux tel

Re: [CentOS] Re: Linux backup help

2008-11-14 Thread Amos Shapira
What about disaster recovery? Assuming I take the approach you suggest and have to restore the cache (with the tested versions) after it's lost in a disaster, is there a way to do that (short of backing it up)? I'd rather be able to keep a list of package versions instead of having to move around

Re: [CentOS] Re: Linux backup help

2008-11-14 Thread Nicolas Thierry-Mieg
Amos Shapira wrote: What about disaster recovery? Assuming I take the approach you suggest and have to restore the cache (with the tested versions) after it's lost in a disaster, is there a way to do that (short of backing it up)? I'd rather be able to keep a list of package versions instead of

[CentOS] kickstart install on SAN with multipath

2008-11-14 Thread nate
Using CentOS 5.1, though with a few hours work I could update to 5.2.. I can install to SAN with a single path no problem but I'd like to be able to use dm-multipath. From the kickstart docs it seems this is supported but there is no information as to what the various options mean http://www.cento

Re: [CentOS] Video Card

2008-11-14 Thread Tom Browder
On Fri, Nov 14, 2008 at 10:41 AM, John <[EMAIL PROTECTED]> wrote: ... >> > http://www.nvidia.com/object/IO_18897.html >> > Will give you the complete supported nvidia cards under >> linux and the 9500GT >> > is not Supported. Also the 6300 is not listed either. ... > ""GeForce 9600 GT 0x0622"" Is s

Re: [CentOS] Re: Virtual NICs (aliases like eth0:1) won't come up after reboot

2008-11-14 Thread Filipe Brandenburger
Hi Berend, On Thu, Nov 13, 2008 at 10:12, Berend Dekens <[EMAIL PROTECTED]> wrote: > Tony Mountifield wrote: >> Could you post the output of: head -20 >> /etc/sysconfig/network-scripts/ifcfg-eth0* > > [EMAIL PROTECTED] network-scripts]# head -20 > /etc/sysconfig/network-scripts/ifcfg-eth0* [not t

Re: [CentOS] Re: Linux backup help

2008-11-14 Thread Amos Shapira
Looks good. And is there a tool which can read this output and fetch the right packages from the right repositories, or do I have to write my own? Would a script which massages this into an input for "| xargs yum install" be the way to go? Thanks! --Amos On 11/15/08, Nicolas Thierry-Mieg <[EMA

Re: [CentOS] Terminal emulation scripting

2008-11-14 Thread Amos Shapira
I'm not near a computer to dig this but there should be a way to tell unix telnet to change the chars it sends for enter, read telnet(1). Hope this helps. --Amos On 11/15/08, Frank M. Ramaekers <[EMAIL PROTECTED]> wrote: > Okay, here are some things I found out. > > 1)Linux telnet is sending

Re: [CentOS] Re: Linux backup help

2008-11-14 Thread Warren Young
Amos Shapira wrote: Assuming I take the approach you suggest and have to restore the cache (with the tested versions) after it's lost in a disaster, is there a way to do that (short of backing it up)? I don't see why this is a big deal. First off, even way out at the end of a RHEL/CentOS rele

Re: [CentOS] atl2.ko in Centos 5

2008-11-14 Thread junior.listas
The link is the same that come with the board, but new versions. I just can't understand why this modules compiles ok with any kernel, except centos kernel... JC Eduardo Grosclaude escreveu: On Fri, Nov 14, 2008 at 1:29 AM, junior.listas <[EMAIL PROTECTED]