Re: [CentOS] firewalled NFS

2008-06-05 Thread Jordi Prats
of course... On Wed, Jun 4, 2008 at 8:28 PM, mouss <[EMAIL PROTECTED]> wrote: > Jordi Prats wrote: >> >> I've no iptables, I'm using a PIX to firewall them :) >> > > did you open the ports on the pix? > >> On Wed, Jun 4, 2008 at 1:53 AM, Jay Leafey <[EMAIL PROTECTED]> >> wrote: >> >>> >>> Jordi Pr

Re: [CentOS] isolinux on a pendrive from disk 1

2008-06-05 Thread Kirk Bocek
Jason Hartley wrote: If your goal is to boot off the USB stick and install I have does the following steps recently with a 4gig flash drive: 1. Need to setup the MBR - ex. cat /usr/lib/syslinux/mbr.bin > /dev/sdb 2. Use fdisk to create two partitions and make the first bootable: - The f

Re: [CentOS] vsftpd and active mode connections causes FTP session to hang

2008-06-05 Thread John R Pierce
Filipe Brandenburger wrote: On Thu, Jun 5, 2008 at 2:05 PM, Timothy Selivanow <[EMAIL PROTECTED]> wrote: things like 'put' and 'get', etc.), the connection hangs. If you wait a bit it returns with a "425 Failed to establish connection". I've tried Is the FTP client behind NAT? If it

Re: [CentOS] Web proxy/content filter w/ AD integration

2008-06-05 Thread Filipe Brandenburger
On Thu, Jun 5, 2008 at 6:02 PM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: > I need to setup a proxy that does transparent auth to AD, does anyone > have experience or suggestions for a setup that will run in CentOS? I came > across an article on integrating Squid with Windows AD for auth but it >

Re: [CentOS] Mysqlnavigator ?????

2008-06-05 Thread Filipe Brandenburger
2008/6/5 Manuel Enrique Chavez Manzano <[EMAIL PROTECTED]>: > from wich repo can I download Mysqlnavigator?? Have you tried the RPM from Sourceforge? http://sourceforge.net/project/showfiles.php?group_id=21623&package_id=37304 HTH, Filipe ___ CentOS

Re: [CentOS] vsftpd and active mode connections causes FTP session to hang

2008-06-05 Thread Filipe Brandenburger
On Thu, Jun 5, 2008 at 2:05 PM, Timothy Selivanow <[EMAIL PROTECTED]> wrote: > things like 'put' and 'get', etc.), the connection hangs. If you wait a > bit it returns with a "425 Failed to establish connection". I've tried Is the FTP client behind NAT? If it is then active FTP won't work, since

Re: [CentOS] isolinux on a pendrive from disk 1

2008-06-05 Thread Jason Hartley
On Thu, Jun 5, 2008 at 2:56 PM, Jerry Geis <[EMAIL PROTECTED]> wrote: > Hi > > I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, > copied the isolinux directory files to my thumbdrive, then ran syslinux -sf > /dev/sdc1 > on the device plugged it into my laptop and it does not boot. >

Re: [CentOS] Web proxy/content filter w/ AD integration

2008-06-05 Thread Paul
On Thu, 2008-06-05 at 16:02 -0600, Joseph L. Casale wrote: > I need to setup a proxy that does transparent auth to AD, does anyone > have experience or suggestions for a setup that will run in CentOS? I came > across an article on integrating Squid with Windows AD for auth but it > doesn't auth tra

Re: [CentOS] using windows ad accounts for centos 5

2008-06-05 Thread Isaac Gonzalez
That was exactly what I was looking for, thanks for taking the time to reply.i'll reply back with my results. -Isaac -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Leafey Sent: Thursday, June 05, 2008 4:35 PM To: CentOS mailing list Subject: [SP

[CentOS] OT - colors in window change - sometimes....

2008-06-05 Thread MHR
One of our Windows machines here has this interesting property that I could not duplicate in Linux (F8, but I'll check it later at home from C5.1, too). If I open a DOS window, set the properties to have a white background with dark blue font, telnet to another machine, and run some commands, some

[CentOS] SELinux error message on CentOS 5: "multiple same specifications"

2008-06-05 Thread Filipe Brandenburger
Hi all, I just installed a CentOS 5 machine from Kickstart. I configure NSS and PAM to lookup and authenticate users from LDAP with authconfig. On my LDAP I also have some automount configuration, but I'm not running automount on this server. SELinux is installed and enforcing. Whenever I try to

Re: [CentOS] using windows ad accounts for centos 5

2008-06-05 Thread Jay Leafey
Isaac Gonzalez wrote: Hi I read and used the article http://blog.wazollc.com/Lists/Posts/Post.aspx?ID=2 to authenticate my ad accounts when logging on to cent 5…however, once I edit the nsswitch.conf file, I can’t even log on as root or any local users anymore. Kinit seems to initialize fine d

[CentOS] using windows ad accounts for centos 5

2008-06-05 Thread Isaac Gonzalez
Hi I read and used the article http://blog.wazollc.com/Lists/Posts/Post.aspx?ID=2 to authenticate my ad accounts when logging on to cent 5...however, once I edit the nsswitch.conf file, I can't even log on as root or any local users anymore. Kinit seems to initialize fine doing a kinit [EMAIL PROTE

[CentOS] Web proxy/content filter w/ AD integration

2008-06-05 Thread Joseph L. Casale
I need to setup a proxy that does transparent auth to AD, does anyone have experience or suggestions for a setup that will run in CentOS? I came across an article on integrating Squid with Windows AD for auth but it doesn't auth transparently (is that even possible?). Thanks! jlc _

Re: [CentOS] Re: kernel compile for i586

2008-06-05 Thread Johnny Hughes
Jerry Geis wrote: nate wrote: >/ Jerry Geis wrote: />>/ I created a i586 install image with qemu. />>/ I downloaded the SRPMS package for the kernel and installed it. />>/ I cd /usr/src/redhat/SPECS />>/ rpmbuild -bp --target i586 kernelXXX.spec />>/ I does a bunch of things but it did not build

Re: [CentOS] Re: kernel compile for i586

2008-06-05 Thread nate
Jerry Geis wrote: > What do you mean, I thought specifying the --target would apply the > right patches? > What else do I need? Coming in at the end of the thread I'm not sure what the original question(s) were about but in my experience if the patches are referenced in the spec file, using rpmbu

[CentOS] Re: kernel compile for i586

2008-06-05 Thread Jerry Geis
nate wrote: >/ Jerry Geis wrote: />>/ I created a i586 install image with qemu. />>/ I downloaded the SRPMS package for the kernel and installed it. />>/ I cd /usr/src/redhat/SPECS />>/ rpmbuild -bp --target i586 kernelXXX.spec />>/ I does a bunch of things but it did not build a new kernel and p

Re: [CentOS] kernel compile for i586

2008-06-05 Thread Karanbir Singh
nate wrote: Jerry Geis wrote: I created a i586 install image with qemu. I downloaded the SRPMS package for the kernel and installed it. I cd /usr/src/redhat/SPECS rpmbuild -bp --target i586 kernelXXX.spec I does a bunch of things but it did not build a new kernel and put it in /boot I think I a

Re: [CentOS] kernel compile for i586

2008-06-05 Thread nate
Jerry Geis wrote: > I created a i586 install image with qemu. > I downloaded the SRPMS package for the kernel and installed it. > I cd /usr/src/redhat/SPECS > rpmbuild -bp --target i586 kernelXXX.spec > I does a bunch of things but it did not build a new kernel and put it in > /boot > > I think I a

Re: [CentOS] kernel compile for i586

2008-06-05 Thread Ray Van Dolson
On Thu, Jun 05, 2008 at 02:12:39PM -0700, Jerry Geis wrote: > I created a i586 install image with qemu. > I downloaded the SRPMS package for the kernel and installed it. > I cd /usr/src/redhat/SPECS > rpmbuild -bp --target i586 kernelXXX.spec > I does a bunch of things but it did not build a new ke

[CentOS] Mysqlnavigator ?????

2008-06-05 Thread Manuel Enrique Chavez Manzano
from wich repo can I download Mysqlnavigator?? -- "Nuestra recompensa se encuentra en el esfuerzo y no en el resultado. Un esfuerzo total es una victoria completa". Mahatma Gandhi wwWWww

[CentOS] kernel compile for i586

2008-06-05 Thread Jerry Geis
I created a i586 install image with qemu. I downloaded the SRPMS package for the kernel and installed it. I cd /usr/src/redhat/SPECS rpmbuild -bp --target i586 kernelXXX.spec I does a bunch of things but it did not build a new kernel and put it in /boot I think I am missing a command to actuall

[CentOS] tcp_tw_recycle / tcp_tw_reuse

2008-06-05 Thread nate
Anyone have experience with these kernel parameters? I can't find a whole lot of info on them. I have a situation where I'm trying to stress test a server, dual proc quad core with a tomcat application that is really fast. We can get it to about 60% CPU usage, and processing about 1,350 requests a

RE: [CentOS] Re: isolinux on a pendrive from disk 1

2008-06-05 Thread Joseph L. Casale
>I wish I could find the link but all I find now are instructions to use a >Fedora script >to create the thumb drive -- a script that doesn't seem to be immediately >available for CentOS or RHEL. I used the rpm referenced off this site if I recall right... http://fedoraproject.org/wiki/FedoraLive

RE: [CentOS] Re: isolinux on a pendrive from disk 1

2008-06-05 Thread Ross S. W. Walker
Jerry Geis wrote: > Jerry Geis wrote: > > Jerry Geis wrote: > > Jerry Geis wrote: > > Hi > > > > I just grabbed an 8gig thumb drive, took disk 1 > centos 4 i386, > > copied the

Re: [CentOS] Re: several servers

2008-06-05 Thread Luke S Crawford
[EMAIL PROTECTED] writes: > ok..i can install dovecot+postfix+MYSQL..etc..and maybe the problem it's > resolve. > i don't have problem with the machines, the machines are goods, my problem > is the tranparent receive e-mails to the users than are distributed in > four machines with the same number

Re: [CentOS] EXT3 error message on CENTOS 3.4

2008-06-05 Thread Bernard 'Tux' Lheureux
mcclnx mcc wrote: Looks like a problem with your PERC Raid Controller (Maybe the cache memory of the RAID Controller ?) > We have DELL 2650 with CENTOS 3.4 installed. Today I saw following > messages on /var/log/messages. Anyone know what it mean? Does it point > to which disk? > > > =

[CentOS] Re: isolinux on a pendrive from disk 1

2008-06-05 Thread Jerry Geis
Jerry Geis wrote: Jerry Geis wrote: Jerry Geis wrote: >/ Hi />/ />/ I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, />/ copied the isolinux directory files to my thumbdrive, then ran syslinux />/ -sf /dev/sdc1 />/ on the device plugged it into my laptop and it does not boot. /

Re: [CentOS] Re: isolinux on a pendrive from disk 1

2008-06-05 Thread Kirk Bocek
Jerry Geis wrote: Jerry Geis wrote: Jerry Geis wrote: >/ Hi />/ />/ I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, />/ copied the isolinux directory files to my thumbdrive, then ran syslinux />/ -sf /dev/sdc1 />/ on the device plugged it into my laptop and it does not boot.

[CentOS] Re: isolinux on a pendrive from disk 1

2008-06-05 Thread Jerry Geis
Jerry Geis wrote: Jerry Geis wrote: >/ Hi />/ />/ I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, />/ copied the isolinux directory files to my thumbdrive, then ran syslinux />/ -sf /dev/sdc1 />/ on the device plugged it into my laptop and it does not boot. />/ />/ Is there a

[CentOS] Re: isolinux on a pendrive from disk 1

2008-06-05 Thread Jerry Geis
Jerry Geis wrote: >/ Hi />/ />/ I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, />/ copied the isolinux directory files to my thumbdrive, then ran syslinux />/ -sf /dev/sdc1 />/ on the device plugged it into my laptop and it does not boot. />/ />/ Is there a step(s) I am missi

RE: [CentOS] Re: kernels and irc

2008-06-05 Thread Ross S. W. Walker
Scott Silva wrote: > on 6-5-2008 8:30 AM James Bunnell spake the following: > > > > i do pay for rhel. i made the mistake of converting to centos. damage is > > done. on the next major upgrade, i will return to rhel and will not > > professionally recommend centos either privately,personally, o

[CentOS] Re: kernels and irc

2008-06-05 Thread Tom Diehl
On Thu, 5 Jun 2008, James Bunnell wrote: On Thu, 2008-06-05 at 18:36 +0200, Ralph Angenendt wrote: James Bunnell wrote: On Thu, 2008-06-05 at 17:00 +0100, Anne Wilson wrote: On May 22 it was estimated that it would take 3 weeks. Did you really need an update on that? i only asked. an ans

Re: [CentOS] vsftpd and active mode connections causes FTP session to hang

2008-06-05 Thread Timothy Selivanow
On Thu, 2008-06-05 at 14:23 -0400, Ignacio Vazquez-Abrams wrote: > On Thu, 2008-06-05 at 11:05 -0700, Timothy Selivanow wrote: > > Any ideas? > > Did you open both ftp and ftp-data ports? Yes. On some of the hosts, my workstation is just explicitly allowed through also (I've also tried turning

[CentOS] Re: kernels and irc

2008-06-05 Thread Scott Silva
on 6-5-2008 8:30 AM James Bunnell spake the following: On Thu, 2008-06-05 at 09:57 -0500, Johnny Hughes wrote: James Bunnell wrote: > I was in the #centos-social channel and simply stated that I noticed > CentOS 3-4 were getting a lot of updates. I also stated that the CentOS > 5 was one kernel

Re: [CentOS] isolinux on a pendrive from disk 1

2008-06-05 Thread Kirk Bocek
Jerry Geis wrote: Hi I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, copied the isolinux directory files to my thumbdrive, then ran syslinux -sf /dev/sdc1 on the device plugged it into my laptop and it does not boot. Is there a step(s) I am missing to get a bootable thumbdriv

[CentOS] Re: rpm -q versus what's installed

2008-06-05 Thread Scott Silva
on 6-5-2008 11:17 AM MHR spake the following: On Thu, Jun 5, 2008 at 2:56 AM, William L. Maltby <[EMAIL PROTECTED]> wrote: On Wed, 2008-06-04 at 23:27 -0400, Scott R. Ehrlich wrote: I am trying to install Oracle client 10g (10.2.0) on a 64-bit CentOS 5.0 system. 'rpm -q make gcc glibc etc' rev

Re: [CentOS] kernels and irc

2008-06-05 Thread William L. Maltby
On Thu, 2008-06-05 at 09:01 -0700, Ray Van Dolson wrote: > > This is open source etiquette. It differs from business etiquette > where you are more than welcoem to berate and yell and holler about > things because you're paying someone a lot of money. Respectfully, when I was doing this profess

[CentOS] isolinux on a pendrive from disk 1

2008-06-05 Thread Jerry Geis
Hi I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386, copied the isolinux directory files to my thumbdrive, then ran syslinux -sf /dev/sdc1 on the device plugged it into my laptop and it does not boot. Is there a step(s) I am missing to get a bootable thumbdrive with centos? Than

Re: [CentOS] Re: centos 4 on ebox 2300sx

2008-06-05 Thread John R Pierce
Ignacio Vazquez-Abrams wrote: no, I think you'll need to build your own kernel RPMs for that one, or use a different sort of distro entirely. You'll need a i386 kernel, as that was the last CPU which had external/optional FP. ISTR that you could enable FPU emulation on any arch, and it

RE: [CentOS] kernels and irc

2008-06-05 Thread Ross S. W. Walker
Jim Perrin wrote: > On Thu, Jun 5, 2008 at 1:15 PM, Ross S. W. Walker <[EMAIL PROTECTED]> wrote: > > Johnny Hughes wrote: > > > >> 2. You can not be a ass on our IRC channels, or on our mailing lists. > > > > I object to your language on the list! > > > > You MUST use the word "an" as a prepositio

Re: [CentOS] vsftpd and active mode connections causes FTP session to hang

2008-06-05 Thread Ignacio Vazquez-Abrams
On Thu, 2008-06-05 at 11:05 -0700, Timothy Selivanow wrote: > Any ideas? Did you open both ftp and ftp-data ports? -- Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> PLEASE don't CC me; I'm already subscribed signature.asc Description: This is a digitally signed message part __

Re: [CentOS] Re: centos 4 on ebox 2300sx

2008-06-05 Thread Ignacio Vazquez-Abrams
On Thu, 2008-06-05 at 11:09 -0700, John R Pierce wrote: > Jerry Geis wrote: > > I was wondering is there an older centos version that has emulation > > already built in? > > Which one ? I am not stuck on using 4 > > CentOS 3 has only i586 and i686 kernels, those both rely on hardware FP > > > n

Re: [CentOS] kernels and irc

2008-06-05 Thread Anne Wilson
I think we've fed the troll enough for this month. Anne signature.asc Description: This is a digitally signed message part. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-05 Thread Alfred von Campe
On Jun 5, 2008, at 10:23, Johnny Hughes wrote: I am not having any issues with CentOS 5 and Gnome ... I have been using it as my primary desktop since before the 5.0Beta stage. I would initially start out but looking at any 3rd party installed products. The only 3rd party tools that are *

Re: [CentOS] rpm -q versus what's installed

2008-06-05 Thread MHR
On Thu, Jun 5, 2008 at 2:56 AM, William L. Maltby <[EMAIL PROTECTED]> wrote: > On Wed, 2008-06-04 at 23:27 -0400, Scott R. Ehrlich wrote: >> I am trying to install Oracle client 10g (10.2.0) on a 64-bit CentOS 5.0 >> system. >> >> 'rpm -q make gcc glibc etc' reveals some packages as "not installed"

Re: [CentOS] Re: centos 4 on ebox 2300sx

2008-06-05 Thread John R Pierce
Jerry Geis wrote: I was wondering is there an older centos version that has emulation already built in? Which one ? I am not stuck on using 4 CentOS 3 has only i586 and i686 kernels, those both rely on hardware FP no, I think you'll need to build your own kernel RPMs for that one, or use a

[CentOS] vsftpd and active mode connections causes FTP session to hang

2008-06-05 Thread Timothy Selivanow
I've encountered an odd error state that I haven't been able to resolve yet. I have a customer that, for what ever reason, wants to use active mode occasionally for FTP xfers. What they have noticed, is that after you switch to active, and issue a command (they do 'ls', I've done other things lik

Re: [CentOS] kernels and irc

2008-06-05 Thread Jim Perrin
On Thu, Jun 5, 2008 at 1:15 PM, Ross S. W. Walker <[EMAIL PROTECTED]> wrote: > Johnny Hughes wrote: > >> 2. You can not be a ass on our IRC channels, or on our mailing lists. > > I object to your language on the list! > > You MUST use the word "an" as a preposition to a noun beginning with a vowel!

[CentOS] Re: centos 4 on ebox 2300sx

2008-06-05 Thread Jerry Geis
On Thu, 2008-06-05 at 12:43 -0400, Jerry Geis wrote: >/ I am attempting to install centos 4.4 on an ebox 2300sx. />/ I start with "i586 text" everything starts up and then I get: />/ No coprocessor found and no math emulation present. />/ />/ How do I get math emulation? / You build a kernel wi

Re: [CentOS] centos 4 on ebox 2300sx

2008-06-05 Thread Ignacio Vazquez-Abrams
On Thu, 2008-06-05 at 12:43 -0400, Jerry Geis wrote: > I am attempting to install centos 4.4 on an ebox 2300sx. > I start with "i586 text" everything starts up and then I get: > No coprocessor found and no math emulation present. > > How do I get math emulation? You build a kernel with math emula

RE: [CentOS] kernels and irc

2008-06-05 Thread Ross S. W. Walker
Johnny Hughes wrote: > 2. You can not be a ass on our IRC channels, or on our mailing lists. I object to your language on the list! You MUST use the word "an" as a preposition to a noun beginning with a vowel! What is this world coming to! -Ross __

Re: [CentOS] kernels and irc

2008-06-05 Thread Johnny Hughes
James Bunnell wrote: On Thu, 2008-06-05 at 09:19 -0700, Ray Van Dolson wrote: i have a little familiarity with open source, perhaps more than noted, and i what i am seeing here is centos saying that since we're not paid, we dont care. i think there are many projects that would not want thi

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 09:52 -0700, Ray Van Dolson wrote: > Frame your questions and reactions with these things in mind, develop a > bit thicker skin. Run everything said by a developer type through the > nerd "tact filter" too: > > http://www.mit.edu/~jcb/tact.html > > This applies for any

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 18:34 +0200, Ralph Angenendt wrote: > Subscribing to centos-devel or starting a SIG or doing a project on > http://projects.centos.org/ does not require *any* invitation and that > is where involvement starts. Well, it even does start on a lower level - > by supporting othe

Re: [CentOS] Re: 5.1 Anaconda Install Error SOLVED

2008-06-05 Thread Kirk Bocek
William L. Maltby wrote: It's not truly any relationship like that. It's just (in the old days) a device ID selected on the cable by jumpers on the drive. The "control" is nothing more than the IDE controller selecting either "0" or "1" device ID for commands and data. The drive with the matching

Re: [CentOS] kernels and irc

2008-06-05 Thread Ray Van Dolson
On Thu, Jun 05, 2008 at 10:35:18AM -0600, James Bunnell wrote: > > On Thu, 2008-06-05 at 09:19 -0700, Ray Van Dolson wrote: > > > This is open source etiquette. It differs from business etiquette > > where you are more than welcoem to berate and yell and holler about > >

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 18:36 +0200, Ralph Angenendt wrote: > James Bunnell wrote: > > On Thu, 2008-06-05 at 17:00 +0100, Anne Wilson wrote: > > > On May 22 it was estimated that it would take 3 weeks. Did you really > > > need an > > > update on that? > > > > i only asked. an answer such as wh

[CentOS] centos 4 on ebox 2300sx

2008-06-05 Thread Jerry Geis
hi all, I am attempting to install centos 4.4 on an ebox 2300sx. I start with "i586 text" everything starts up and then I get: No coprocessor found and no math emulation present. How do I get math emulation? THanks Jerry ___ CentOS mailing list CentO

Re: [CentOS] kernels and irc

2008-06-05 Thread Ralph Angenendt
James Bunnell wrote: > On Thu, 2008-06-05 at 17:00 +0100, Anne Wilson wrote: > > On May 22 it was estimated that it would take 3 weeks. Did you really need > > an > > update on that? > > i only asked. an answer such as what was given here earlier would have > sufficed. is that so hard? But it

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 09:19 -0700, Ray Van Dolson wrote: > > This is open source etiquette. It differs from business etiquette > > where you are more than welcoem to berate and yell and holler about > > things because you're paying someone a lot of money. > > > > > > the etiquette

Re: [CentOS] kernels and irc

2008-06-05 Thread Ralph Angenendt
James Bunnell wrote: > i was told early on, that it took an invite to get involved. Subscribing to centos-devel or starting a SIG or doing a project on http://projects.centos.org/ does not require *any* invitation and that is where involvement starts. Well, it even does start on a lower level - b

Re: [CentOS] rpm -q versus what's installed

2008-06-05 Thread Marcelo Roccasalva
On Thu, Jun 5, 2008 at 6:56 AM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-06-04 at 23:27 -0400, Scott R. Ehrlich wrote: > > I am trying to install Oracle client 10g (10.2.0) on a 64-bit CentOS 5.0 > > system. > > > > 'rpm -q make gcc glibc etc' reveals some packages as "not inst

Re: [CentOS] kernels and irc

2008-06-05 Thread Ray Van Dolson
> This is open source etiquette. It differs from business etiquette > where you are more than welcoem to berate and yell and holler about > things because you're paying someone a lot of money. > > > the etiquette is rudeness to promote open source? is this what you are saying? > No

Re: [CentOS] kernels and irc

2008-06-05 Thread Martyn Drake
On Thu, Jun 5, 2008 at 5:04 PM, James Bunnell <[EMAIL PROTECTED]> wrote: > and i agree with you. banning in irc is an insult when based on nothing but > personal disagreement. swearing is a knee-jerk defense to the abuse of irc > operators and admittedly should not have happened. Is this an apolo

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 09:01 -0700, Ray Van Dolson wrote: > > I expect people who feel they are treated like crap to do one of two > things: > > 1. Get involved to try and make things better (I guess you could > argue you are doing this albeit in a really ineffective manner :) > 2. Move o

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 17:00 +0100, Anne Wilson wrote: > On Thursday 05 June 2008 16:42:47 James Bunnell wrote: > > ts been > > nearly 2 weeks since any update of progress to 5.2 has been announced. > > On May 22 it was estimated that it would take 3 weeks. Did you really need > an > update on

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 16:57 +0100, Martyn Drake wrote: > On Thu, Jun 5, 2008 at 4:54 PM, James Bunnell > <[EMAIL PROTECTED]> wrote: > > > you expect people to use OSS and be treated like crap? being treated like > > crap is the competitor's job. > > Regardless of OSS or professional paid suppor

Re: [CentOS] kernels and irc

2008-06-05 Thread Anne Wilson
On Thursday 05 June 2008 16:54:08 James Bunnell wrote: > you expect people to use OSS and be treated like crap? being treated > like crap is the competitor's job. > It's no-one's job to be treated like crap. Under any circumstance. > > You're not going to find many volunteers who react well to be

Re: [CentOS] Network problems on new CentOS 5 install on P35, ICH9R mobo

2008-06-05 Thread Juan C. Valido
On Tue, 2008-06-03 at 23:49 +0100, Ned Slider wrote: > Dick Roth wrote: > > Juan C. Valido wrote: > >> On Tue, 2008-06-03 at 06:09 -0400, Dick Roth wrote: > >>> Had to replace dying cpu and mobo, so also replaced IDE with new SATA > >>> drive. Installed from latest ISO onto SATA and can't get net

Re: [CentOS] kernels and irc

2008-06-05 Thread Ray Van Dolson
On Thu, Jun 05, 2008 at 09:54:08AM -0600, James Bunnell wrote: > > On Thu, 2008-06-05 at 08:48 -0700, Ray Van Dolson wrote: > > On Thu, Jun 05, 2008 at 09:45:36AM -0600, James Bunnell wrote: > > > > On Thu, 2008-06-05 at 11:35 -0400, Ross S. W. Walker wrote: > > > > James

Re: [CentOS] kernels and irc

2008-06-05 Thread Anne Wilson
On Thursday 05 June 2008 16:42:47 James Bunnell wrote: > ts been > nearly 2 weeks since any update of progress to 5.2 has been announced. On May 22 it was estimated that it would take 3 weeks. Did you really need an update on that? Anne signature.asc Description: This is a digitally signed me

Re: [CentOS] kernels and irc

2008-06-05 Thread Martyn Drake
On Thu, Jun 5, 2008 at 4:54 PM, James Bunnell <[EMAIL PROTECTED]> wrote: > you expect people to use OSS and be treated like crap? being treated like > crap is the competitor's job. Regardless of OSS or professional paid support - *nobody* deserves to receive abuse of any kind. If you dislike the

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 08:48 -0700, Ray Van Dolson wrote: > On Thu, Jun 05, 2008 at 09:45:36AM -0600, James Bunnell wrote: > > > > On Thu, 2008-06-05 at 11:35 -0400, Ross S. W. Walker wrote: > > > > James Bunnell wrote: > > > > > i do pay for rhel. i made the mistake of converting to >

Re: [CentOS] kernels and irc

2008-06-05 Thread Ray Van Dolson
On Thu, Jun 05, 2008 at 09:45:36AM -0600, James Bunnell wrote: > > On Thu, 2008-06-05 at 11:35 -0400, Ross S. W. Walker wrote: > > James Bunnell wrote: > > > i do pay for rhel. i made the mistake of converting to > > centos. damage is done. on the next major upgrade, i will > > r

RE: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 11:35 -0400, Ross S. W. Walker wrote: > James Bunnell wrote: > > > i do pay for rhel. i made the mistake of converting to > > centos. damage is done. on the next major upgrade, i will > > return to rhel and will not professionally recommend centos > > either privately,pe

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 17:00 +0200, Ralph Angenendt wrote: > James Bunnell wrote: > > I was in the #centos-social channel and simply stated that I noticed > > CentOS 3-4 were getting a lot of updates. I also stated that the CentOS > > 5 was one kernel behind, as in RHEL it is at -53, the gentlemen

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 10:59 -0400, Jim Perrin wrote: > On Thu, Jun 5, 2008 at 10:35 AM, James Bunnell > <[EMAIL PROTECTED]> wrote: > > I was in the #centos-social channel and simply stated that I noticed CentOS > > 3-4 were getting a lot of updates. I also stated that the CentOS 5 was one > > ker

RE: [CentOS] kernels and irc

2008-06-05 Thread Ross S. W. Walker
James Bunnell wrote: > i do pay for rhel. i made the mistake of converting to > centos. damage is done. on the next major upgrade, i will > return to rhel and will not professionally recommend centos > either privately,personally, or in the realm of a business. > thanks for seeing my side of t

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 15:54 +0100, Karanbir Singh wrote: > James Bunnell wrote: > > I was in the #centos-social channel and simply stated that I noticed > > CentOS 3-4 were getting a lot of updates. I also stated that the CentOS > > 5 was one kernel behind, as in RHEL it is at -53, the gentlemen

Re: [CentOS] kernels and irc

2008-06-05 Thread James Bunnell
On Thu, 2008-06-05 at 09:57 -0500, Johnny Hughes wrote: > James Bunnell wrote: > > I was in the #centos-social channel and simply stated that I noticed > > CentOS 3-4 were getting a lot of updates. I also stated that the CentOS > > 5 was one kernel behind, as in RHEL it is at -53, the gentlemen t

Re: [CentOS] tzdata, Greenwich zone: URGENT!

2008-06-05 Thread Anne Wilson
On Thursday 05 June 2008 11:14:16 Karanbir Singh wrote: > Anne Wilson wrote: > > This is driving me crazy. Now I can make an appointment for 10a.m., and > > depending on which computer I use to read the korganizer file it may show > > up as 10a.m. or 11a.m., and there's no indication, of course, w

Re: [CentOS] kernels and irc

2008-06-05 Thread Ralph Angenendt
James Bunnell wrote: > I was in the #centos-social channel and simply stated that I noticed > CentOS 3-4 were getting a lot of updates. I also stated that the CentOS > 5 was one kernel behind, as in RHEL it is at -53, the gentlemen then > told me that I was wrong and it was at -21. lftp ftp.redhat

Re: [CentOS] kernels and irc

2008-06-05 Thread Jim Perrin
On Thu, Jun 5, 2008 at 10:35 AM, James Bunnell <[EMAIL PROTECTED]> wrote: > I was in the #centos-social channel and simply stated that I noticed CentOS > 3-4 were getting a lot of updates. I also stated that the CentOS 5 was one > kernel behind, as in RHEL it is at -53, the gentlemen then told me t

Re: [CentOS] kernels and irc

2008-06-05 Thread Johnny Hughes
James Bunnell wrote: I was in the #centos-social channel and simply stated that I noticed CentOS 3-4 were getting a lot of updates. I also stated that the CentOS 5 was one kernel behind, as in RHEL it is at -53, the gentlemen then told me that I was wrong and it was at -21. I then asked if there

Re: [CentOS] kernels and irc

2008-06-05 Thread Karanbir Singh
James Bunnell wrote: I was in the #centos-social channel and simply stated that I noticed CentOS 3-4 were getting a lot of updates. I also stated that the CentOS 5 was one kernel behind, as in RHEL it is at -53, the gentlemen then told me that I was wrong and it was at -21. I then asked if there

[CentOS] kernels and irc

2008-06-05 Thread James Bunnell
I was in the #centos-social channel and simply stated that I noticed CentOS 3-4 were getting a lot of updates. I also stated that the CentOS 5 was one kernel behind, as in RHEL it is at -53, the gentlemen then told me that I was wrong and it was at -21. I then asked if there was a way to get a prog

Re: [CentOS] General CentOS 5.1 (or Gnome) instability?

2008-06-05 Thread Johnny Hughes
Alfred von Campe wrote: I've been a big fan of CentOS for a while, and didn't have many issues with CentOS 4.X over the past few years. However, since moving to CentOS 5.1 a few weeks ago, I have received more problem reports from my users than in the last year and a half on CentOS 4.X. I've

Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-05 Thread Karanbir Singh
James Pearson wrote: % mount /mnt/win mount error: permission denied or not superuser and mount.cifs not installed SUID I've not used smb in years now, but i recall needing to suid /usr/bin/smbmount ( the actual code that does the work ) in CentOS-4 to make this work. cifs mounts don't use sm

Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-05 Thread James Pearson
Karanbir Singh wrote: James Pearson wrote: % mount /mnt/win mount error: permission denied or not superuser and mount.cifs not installed SUID I've not used smb in years now, but i recall needing to suid /usr/bin/smbmount ( the actual code that does the work ) in CentOS-4 to make this wor

RE: [CentOS] sendmail and spam .. thanks

2008-06-05 Thread Alain Terriault, Mr.
Thanks, This is a very useful mailing list and CentOS works like charm on PowerEdge hardware. Merci, alain ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Re: DMA mode

2008-06-05 Thread David Mackintosh
On Tue, Jun 03, 2008 at 10:17:14AM +0200, Tom G. Christensen wrote: > Google suggests booting with ide0=noprobe ide1=noprobe to make sure the > ata-piix driver is used. > If you don't want to reinstall then make sure initrd contains the > ata-piix driver and that references to /dev/hd* are repl

[CentOS] CentOS-announce Digest, Vol 40, Issue 2

2008-06-05 Thread centos-announce-request
s390x.rpm updates/s390x/RPMS/evolution28-devel-2.8.0-53.el4_6.3.s390x.rpm -- Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/ Top-postings silently ignored -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signatur

Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-05 Thread Pierre Reinbold
Karanbir Singh a écrit : James Pearson wrote: % mount /mnt/win mount error: permission denied or not superuser and mount.cifs not installed SUID I've not used smb in years now, but i recall needing to suid /usr/bin/smbmount ( the actual code that does the work ) in CentOS-4 to make this w

Re: [CentOS] sendmail and spam

2008-06-05 Thread Michel van Deventer
Hi, On Thu, 2008-06-05 at 00:23 -0500, Les Mikesell wrote: > Alain Terriault wrote: > > > > What is todays most effective combination to filter spam ? > > > > On my old Redhat 3 system I used Sendmail and Spamassasin .. it was > > good, but with the current setup we are getting way to much spam.

Re: [CentOS] tzdata, Greenwich zone: URGENT!

2008-06-05 Thread Karanbir Singh
Anne Wilson wrote: This is driving me crazy. Now I can make an appointment for 10a.m., and depending on which computer I use to read the korganizer file it may show up as 10a.m. or 11a.m., and there's no indication, of course, which computer originated the entry, so I can't tell which is the c

Re: [CentOS] Mounting cifs shares by non-root users on CentOS 4.6

2008-06-05 Thread Karanbir Singh
James Pearson wrote: % mount /mnt/win mount error: permission denied or not superuser and mount.cifs not installed SUID I've not used smb in years now, but i recall needing to suid /usr/bin/smbmount ( the actual code that does the work ) in CentOS-4 to make this work. -- Karanbir Singh :

Re: [CentOS] rpm -q versus what's installed

2008-06-05 Thread William L. Maltby
On Wed, 2008-06-04 at 23:27 -0400, Scott R. Ehrlich wrote: > I am trying to install Oracle client 10g (10.2.0) on a 64-bit CentOS 5.0 > system. > > 'rpm -q make gcc glibc etc' reveals some packages as "not installed", yet > a yum install consistently returns Nothing to do. Yum list > available

Re: [CentOS] Re: 5.1 Anaconda Install Error SOLVED

2008-06-05 Thread William L. Maltby
On Wed, 2008-06-04 at 16:56 -0700, Kirk Bocek wrote: > > Scott Silva wrote: > > With PATA the device ID is based on location. Hdb is the primary slave > > (slave on first port). There doesn't have to be a hda. > > I thought the point of master/slave in the IDE world was that the master was > ac

Re: [CentOS] sendmail and spam

2008-06-05 Thread Manish Kathuria
On Wed, 2008-06-04 at 16:53 -0400, Alain Terriault wrote: > Hi, > > What is todays most effective combination to filter spam ? > > On my old Redhat 3 system I used Sendmail and Spamassasin .. it was > good, but with the current setup we are getting way to much spam. > > Looking around I found

  1   2   >