Re: [CentOS] Install of 5.4 i386 formatting is very slow

2010-05-08 Thread Mogens Kjaer
On 05/07/2010 04:40 PM, Jason Pyeron wrote: ... >>From dmesg: > Kernel command line: ro root=/dev/VolGroup00/LogVol00 ide0-noprobe ideprobe=0 > ide_setup: ide0-noprobe -- BAD OPTION > ide_setup: ideprobe=0 -- BAD OPTION I've never used these options to fix the problem. I use: hda=noprobe hdb=nop

Re: [CentOS] Not firewall, but what?

2010-05-08 Thread Jussi Hirvi
On 8.5.2010 4.31, Kahlil Hodgson wrote: > Hmmm have you got more than one bridge on your network? If so you need > to make sure you have STP turned ON on all your bridges. > If you have any services that require network at start up (nfs), you'll > need set you network start up delay to more than 1

Re: [CentOS] Not firewall, but what?

2010-05-08 Thread Kahlil Hodgson
On 05/08/2010 05:38 PM, Jussi Hirvi wrote: > How can I turn stp on? In my /etc/xen/scripts/xen-network-common.sh > there is a section: > > # Don't create the bridge if it already exists. > if [ ! -e "/sys/class/net/${bridge}/bridge" ]; then > brctl addbr ${bridge} > brctl

Re: [CentOS] Not firewall, but what?

2010-05-08 Thread Jussi Hirvi
On 8.5.2010 11.56, Kahlil Hodgson wrote: >> Is if safe to turn stp "on" there (instead of "off"? (Requires xend >> restart at least, I suppose.) Or is there a better way to turn stp on >> permanently? > > STP is safe to turn on, but there is a small start up and tiny > performance hit - that's why

[CentOS] measuring kernel speed

2010-05-08 Thread Mag Gam
At our Physics research labs we do a lot with low latency networks. We have been using Centos for over 3 years now and its been great! We would like to tune and optimize our setup by removing unneeded packages -- kernel modules to be specific. I was wondering, how does one measure the speed of the

Re: [CentOS] Aide error "Caught SIGBUS/SEGV"

2010-05-08 Thread JohnS
On Fri, 2010-05-07 at 15:33 -0400, Bowie Bailey wrote: > >>> > >>> kernel: attempt to access beyond end of device > >>> kernel: dm-0: rw=0, want=4344463064, limit=126550016 > >>> > >>> Looks like I may have some corruption on the disk. When I get a chance, > >>> I'll take it down

[CentOS] setup firewall with 3 nic cards

2010-05-08 Thread Jerry Geis
I am trying to setup some rules on a box with 3 nic cards. Two internet connections and one office connection. eth0 is office eth1 is internet T1 eth2 is internet Cable when I do "iptables -F" then iptables -L everything is gone as it should be. Then I do iptables -t nat -A PREROUTING -p tcp -d

Re: [CentOS] setup firewall with 3 nic cards

2010-05-08 Thread Benjamin Donnachie
On 8 May 2010 14:12, Jerry Geis wrote: > then I do iptables -L again and the rule is not there. Am I missing > something? Try iptables -t nat -L, though you may want to use the -n option too. >From the iptables manpage[1]: "-L, --list [chain] List all rules in the selected chain. If no chain is

[CentOS] which gcc package?

2010-05-08 Thread Michael Klinosky
Hello. I tried to compile a program (plugger), but I don't have *any* sort of compiler installed. This is on Cent5.3. So, I used Package Manager, concentrating on gcc. But, it seems that I have a choice, thus: gcc-4.1.2-46.el5.i386 gcc-4.1.2-46.el5_4.1.i386 gcc-4.1.2-46.el5_4.2.i386 gcc-c++-4.1.

Re: [CentOS] Not firewall, but what?

2010-05-08 Thread JohnS
On Sat, 2010-05-08 at 15:00 +0300, Jussi Hirvi wrote: > > But I can *also* access those ip addresses from the network > 62.220.237.xx. Why? No idea. (the other if-card on the xen box is > configured to this network segment, but I don't see why this would > explain this.) > > Also seen from m

Re: [CentOS] which gcc package?

2010-05-08 Thread Robert Heller
At Sat, 08 May 2010 09:23:32 -0400 CentOS mailing list wrote: > > Hello. > I tried to compile a program (plugger), but I don't have *any* sort of > compiler installed. This is on Cent5.3. > > So, I used Package Manager, concentrating on gcc. But, it seems that I > have a choice, thus: > gcc-

Re: [CentOS] measuring kernel speed

2010-05-08 Thread JohnS
On Sat, 2010-05-08 at 08:35 -0400, Mag Gam wrote: > At our Physics research labs we do a lot with low latency networks. We > have been using Centos for over 3 years now and its been great! We > would like to tune and optimize our setup by removing unneeded > packages -- kernel modules to be specif

Re: [CentOS] which gcc package?

2010-05-08 Thread Benjamin Franz
On 05/08/2010 06:23 AM, Michael Klinosky wrote: > Hello. > I tried to compile a program (plugger), but I don't have *any* sort of > compiler installed. This is on Cent5.3. > > [...] > I tried a google.com/linux search - the only link that seemed helpful > was http://gcc.gnu.org/ -- where I fo

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread aurfalien
On May 6, 2010, at 10:20 PM, Arun Khan wrote: > On Fri, May 7, 2010 at 12:52 AM, wrote: >> On May 6, 2010, at 12:00 PM, Arun Khan wrote: >> >>> >>> >>> Even though you may not require the SMB extensions, the smbldaptools >>> may be worth looking into. It's toolset are similar to the regular >>>

Re: [CentOS] measuring kernel speed

2010-05-08 Thread Akemi Yagi
On Sat, May 8, 2010 at 6:49 AM, JohnS wrote: > There is of one place that has a RT Kernel if you want to try it so > maybe that person will post a link to this thread for you. Are you referring to me, John? :) You are welcome to provide the link as far as it is stated that they are for testing

[CentOS] disable autofs timeout

2010-05-08 Thread aurfalien
Hi, Does setting the autofs timeout=0 create a permanent mount? What I'm trying to do is get the best of both world; 1) Have a persistent mount so that users can use autocompletion. 2) utilize the benefits of autofs so that when an NFS resource becomes unavailable, the system doesn't hang. I'

Re: [CentOS] measuring kernel speed

2010-05-08 Thread JohnS
On Sat, 2010-05-08 at 07:10 -0700, Akemi Yagi wrote: > On Sat, May 8, 2010 at 6:49 AM, JohnS wrote: > > > There is of one place that has a RT Kernel if you want to try it so > > maybe that person will post a link to this thread for you. > > Are you referring to me, John? :) > > You are welcome

Re: [CentOS] disable autofs timeout

2010-05-08 Thread Brian Mathis
On Sat, May 8, 2010 at 10:16 AM, wrote: > Hi, > > Does setting the autofs timeout=0 create a permanent mount? > > What I'm trying to do is get the best of both world; > > 1) Have a persistent mount so that users can use autocompletion. > 2) utilize the benefits of autofs so that when an NFS resou

Re: [CentOS] Broken upgrade to memcached

2010-05-08 Thread Axel Thimm
Hi, On Sat, May 08, 2010 at 04:11:15AM +0200, Ralph Angenendt wrote: > Am 05.05.10 08:32, schrieb Axel Thimm: > > On Tue, May 04, 2010 at 03:37:52PM +0200, Ralph Angenendt wrote: > >> You do not look for updates on 5.4, but for updates on5. And EPEL (as > >> ATRPMS) tags along with RHEL - so you h

[CentOS] CentOS-announce Digest, Vol 63, Issue 1

2010-05-08 Thread centos-announce-request
-- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20100508/b4dc84da/attachment-0001.bin -- Message: 2 Date: Sat, 8 May

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread Craig White
On Sat, 2010-05-08 at 07:04 -0700, aurfal...@gmail.com wrote: > On May 6, 2010, at 10:20 PM, Arun Khan wrote: > > > On Fri, May 7, 2010 at 12:52 AM, wrote: > >> On May 6, 2010, at 12:00 PM, Arun Khan wrote: > >> > >>> > >>> > >>> Even though you may not require the SMB extensions, the smbldaptoo

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread aurfalien
On May 8, 2010, at 9:37 AM, Craig White wrote: >> I tried that a while back, together with webmin and that php thing. >> >> I was kinda hoping to use webmin for everything; DNS, DHCP, LDAP so >> that a jr sys admin could manage our intranet based services. But >> with LDAP, webmin doesn't seem to

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread Craig White
On Sat, 2010-05-08 at 09:43 -0700, aurfal...@gmail.com wrote: > On May 8, 2010, at 9:37 AM, Craig White wrote: > > >> I tried that a while back, together with webmin and that php thing. > >> > >> I was kinda hoping to use webmin for everything; DNS, DHCP, LDAP so > >> that a jr sys admin could man

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread Craig White
On Sat, 2010-05-08 at 10:13 -0700, Craig White wrote: > On Sat, 2010-05-08 at 09:43 -0700, aurfal...@gmail.com wrote: > > On May 8, 2010, at 9:37 AM, Craig White wrote: > > > > >> I tried that a while back, together with webmin and that php thing. > > >> > > >> I was kinda hoping to use webmin for

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread aurfalien
On May 8, 2010, at 10:28 AM, Craig White wrote: > On Sat, 2010-05-08 at 10:13 -0700, Craig White wrote: >> On Sat, 2010-05-08 at 09:43 -0700, aurfal...@gmail.com wrote: >>> On May 8, 2010, at 9:37 AM, Craig White wrote: >>> > I tried that a while back, together with webmin and that php >

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread aurfalien
On May 8, 2010, at 10:28 AM, Craig White wrote: > On Sat, 2010-05-08 at 10:13 -0700, Craig White wrote: >> On Sat, 2010-05-08 at 09:43 -0700, aurfal...@gmail.com wrote: >>> On May 8, 2010, at 9:37 AM, Craig White wrote: >>> > I tried that a while back, together with webmin and that php

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread Craig White
On Sat, 2010-05-08 at 10:38 -0700, aurfal...@gmail.com wrote: > On May 8, 2010, at 10:28 AM, Craig White wrote: > > No - I just checked and the same thing still exists even if I add the > > 'top' objectclass to a 'non-samba' group but if it's a samba group, I > > have no problem adding/removing me

Re: [CentOS] which gcc package?

2010-05-08 Thread John R Pierce
Benjamin Franz wrote: > On 05/08/2010 06:23 AM, Michael Klinosky wrote: > >> Hello. >> I tried to compile a program (plugger), but I don't have *any* sort of >> compiler installed. This is on Cent5.3. >> > I would use a group install rather than messing around package by > package. As root

Re: [CentOS] Not firewall, but what?

2010-05-08 Thread Jussi Hirvi
On 8.5.2010 16.28, JohnS wrote: > You only see them from your home pc because your on the same address > block/dom/ip carrier! Look at your routing and dns. Sporadic dns > issues and routing? BTW some addys get blocked from certain countries > also. If I were you I would start from scratch and g

Re: [CentOS] setup firewall with 3 nic cards

2010-05-08 Thread Jerry Geis
Thanks for the "-t nat" suggetion. How does someone debug iptables? Seems like the local eth0 is working , eth2 is working but connections on eth1 dont seem to go anywhere. How can I tell what is happening for eth1 and iptables? Thanks, Jerry ___ Cent

Re: [CentOS] Not firewall, but what?

2010-05-08 Thread JohnS
On Sat, 2010-05-08 at 21:28 +0300, Jussi Hirvi wrote: > On 8.5.2010 16.28, JohnS wrote: > > You only see them from your home pc because your on the same address > > block/dom/ip carrier! Look at your routing and dns. Sporadic dns > > issues and routing? BTW some addys get blocked from certain co

Re: [CentOS] ldap: adding user to multiple groups

2010-05-08 Thread aurfalien
On May 8, 2010, at 11:12 AM, Craig White wrote: > On Sat, 2010-05-08 at 10:38 -0700, aurfal...@gmail.com wrote: >> On May 8, 2010, at 10:28 AM, Craig White wrote: > I would simply try adding a 'description' to an LDAP group and then > see > if you can add/delete members to that group. BRILLIAN

Re: [CentOS] measuring kernel speed

2010-05-08 Thread Ross Walker
On May 8, 2010, at 8:35 AM, Mag Gam wrote: > At our Physics research labs we do a lot with low latency networks. We > have been using Centos for over 3 years now and its been great! We > would like to tune and optimize our setup by removing unneeded > packages -- kernel modules to be specific. I

Re: [CentOS] setup firewall with 3 nic cards

2010-05-08 Thread Robert Spangler
On Saturday 08 May 2010 14:46, Jerry Geis wrote: > How does someone debug iptables? > Seems like the local eth0 is working , eth2 is working but connections > on eth1 dont seem to go anywhere. > How can I tell what is happening for eth1 and iptables? Maybe its your routing? Post both the fir

Re: [CentOS] measuring kernel speed

2010-05-08 Thread JohnS
On Sat, 2010-05-08 at 16:17 -0400, Ross Walker wrote: > On May 8, 2010, at 8:35 AM, Mag Gam wrote: > > > At our Physics research labs we do a lot with low latency networks. We > > have been using Centos for over 3 years now and its been great! We > > would like to tune and optimize our setup by

Re: [CentOS] measuring kernel speed

2010-05-08 Thread JohnS
On Sat, 2010-05-08 at 16:17 -0400, Ross Walker wrote: > On May 8, 2010, at 8:35 AM, Mag Gam wrote: > > > At our Physics research labs we do a lot with low latency networks. We > > have been using Centos for over 3 years now and its been great! We > > would like to tune and optimize our setup by

[CentOS] Vim - In INSERT Mode, the Backspace key does not work

2010-05-08 Thread Wang, Mary Y
Hi All, I'm not very good with Vim. I noticed when it is in INSERT Mode, the backspace key no longer works. How to do I configure it so that it will work with the backspace key? Any ideas? Thanks Mary ___ CentOS mailing list CentOS@centos.org http://

Re: [CentOS] Vim - In INSERT Mode, the Backspace key does not work

2010-05-08 Thread Larry Brower
Wang, Mary Y wrote: > Hi All, > > I'm not very good with Vim. > I noticed when it is in INSERT Mode, the backspace key no longer works. > How to do I configure it so that it will work with the backspace key? > > Any ideas? > Thanks > Mary > try using :set bs and/or :fixdel 'backspace' 'bs'

Re: [CentOS] Vim - In INSERT Mode, the Backspace key does not work

2010-05-08 Thread Wang, Mary Y
Thanks for the info. It worked. I'd like to have the Backspace key acts like a delete key (delete the key and move the cursor -1 position to the left) by default (like vi in the INSERT mode). Can I configure it something in the .vimrc file, so that it acts the way I wanted every time that I br

Re: [CentOS] Vim - In INSERT Mode, the Backspace key does not work

2010-05-08 Thread Larry Brower
Wang, Mary Y wrote: > Thanks for the info. It worked. I'd like to have the Backspace key acts like > a delete key (delete the key and move the cursor -1 position to the left) by > default (like vi in the INSERT mode). Can I configure it something in the > .vimrc file, so that it acts the way I

Re: [CentOS] Vim - In INSERT Mode, the Backspace key does not work

2010-05-08 Thread Wang, Mary Y
Yuppie!!! It works. Thanks again. Mary -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Larry Brower Sent: Saturday, May 08, 2010 7:31 PM To: CentOS mailing list Subject: Re: [CentOS] Vim - In INSERT Mode, the Backspace key does not wor