Re: [CentOS] FW: Logwatch for XXXXXXX.kd4efm.org (Linux)

2007-10-25 Thread jarmo
Evans F. Mitchell KD4EFM / AFA2TH / WQFK-894 kirjoitti viestissään (lähetysaika torstai, 25. lokakuuta 2007 18:51): > Found an error or two from my logwatch report from yesterday, > thought I would share this in hopes this is just first time > run of the problem I noticed in the Kernel report sect

[CentOS] need wireless pci card

2007-10-25 Thread Jimmy Bradley
Does anyone here on the list, that lives in the U.S. have a spare wireless pci card that they know will work with Cent OS 5. If you have one, and would consider selling it, contact me at [EMAIL PROTECTED] and lets see what we can work out. Thanks Jim ___

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-25 Thread Matt Arnilo S. Baluyos (Mailing Lists)
On 10/25/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > On 10/25/07, Matt Arnilo S. Baluyos (Mailing Lists) > <[EMAIL PROTECTED]> wrote: > > Here's the dump of /etc/xinetd.d/tftp: > > > > [EMAIL PROTECTED] xinetd.d]# cat tftp > > # default: off > > # description: The tftp server serves files using

[CentOS] Re: self signed ssl cert on C5

2007-10-25 Thread Tom Diehl
On Thu, 25 Oct 2007, Kenneth Porter wrote: --On Thursday, October 25, 2007 2:54 PM -0400 Tom Diehl <[EMAIL PROTECTED]> wrote: SSL3_GET_CLIENT_CERTIFICATE Isn't that for when you need the client to prove who he his? Are you requiring client SSL certs? It looks like the client is failing to

[CentOS] Re: self signed ssl cert on C5

2007-10-25 Thread Tom Diehl
On Thu, 25 Oct 2007, Kai Schaetzl wrote: Tom Diehl wrote on Thu, 25 Oct 2007 14:54:19 -0400 (EDT): error 18 at 0 depth lookup:self signed certificate OK (roadrunner pts1) # Am I correct that the above error is normal for a self signed cert? Seems so, yes. I get the same. I think your cert i

[CentOS] Re: self signed ssl cert on C5

2007-10-25 Thread Tom Diehl
On Thu, 25 Oct 2007, Paul Heinlein wrote: On Thu, 25 Oct 2007, Tom Diehl wrote: Ok, So I changed the Makefile from localhost to match the actual hostname of the machine. I then ran "make testcert" as suggested above and answered the questions as appropriate. It then generated the cert without

Re: [CentOS] rolling your own kernel - guidelines?

2007-10-25 Thread Florin Andrei
Florin Andrei wrote: Optionally, do a "make menuconfig" and tweak the kernel options even more. You may especially want to edit the CONFIG_LOCALVERSION field to reflect the fact that you're building a custom kernel. I prefer to make that field "COMPANYNAME.x" where x is the build number - star

Re: [CentOS] Re: self signed ssl cert on C5

2007-10-25 Thread Kenneth Porter
--On Thursday, October 25, 2007 2:54 PM -0400 Tom Diehl <[EMAIL PROTECTED]> wrote: SSL3_GET_CLIENT_CERTIFICATE Isn't that for when you need the client to prove who he his? Are you requiring client SSL certs? It looks like the client is failing to provide a good cert. __

[CentOS] Re: Using raid 1 for rollback purposes

2007-10-25 Thread James Olin Oden
On 10/19/07, James Olin Oden <[EMAIL PROTECTED]> wrote: > Hi All, > > For quite some time I've used raid 1 as a means of providing a > rollback mechanism for an upgrade (which I learned from others long > ago). So essentially, before an upgrade you split the mirrors and > upgrade one side or the o

Re: [CentOS] self signed ssl cert on C5

2007-10-25 Thread Kai Schaetzl
Tom Diehl wrote on Thu, 25 Oct 2007 14:54:19 -0400 (EDT): > error 18 at 0 depth lookup:self signed certificate > OK > (roadrunner pts1) # > > Am I correct that the above error is normal for a self signed cert? Seems so, yes. I get the same. I think your cert is okay. Your errors are all about *

Re: [CentOS] Re: self signed ssl cert on C5

2007-10-25 Thread Paul Heinlein
On Thu, 25 Oct 2007, Tom Diehl wrote: Ok, So I changed the Makefile from localhost to match the actual hostname of the machine. I then ran "make testcert" as suggested above and answered the questions as appropriate. It then generated the cert without errors. I then modified ssl.conf to point

[CentOS] apache mod_authnzldap against Active Directory

2007-10-25 Thread David Nalley
Hey guys I am running CentOS 5 with httpd 2.2.3 I am trying to configure mod_authnzldap authing against Active Directory and I have it working about 50% of the time. About 50% of the time this works with no issue, the rest of the time it fails. Sometimes it fails and notes the following in the

[CentOS] Re: self signed ssl cert on C5

2007-10-25 Thread Tom Diehl
On Thu, 25 Oct 2007, Brian Mathis wrote: On 10/25/07, Tom Diehl <[EMAIL PROTECTED]> wrote: Hi, Does anyone have a pointer to correct documentation for generating and installing a self signed ssl cert for use on httpd on a C-5 machine? The docs say to use genkey but AFAIK upstream rm'd crypto-

Re: [CentOS] public Key Problems after Centos 4 -> 5 update.

2007-10-25 Thread Robert Slade
On Thu, 2007-10-25 at 19:06 +0100, Robert Slade wrote: > Hi, > > I have just updated my system from Centos 4 to 5 using the DVD. When I > try to update using Yum, it gets so far then I get: > > "Public key for tomcat5-jsp-2.0-api-5.5.23-0jpp.3.0.2.el5.i386.rpm is > not installed" > > How do I ge

[CentOS] public Key Problems after Centos 4 -> 5 update.

2007-10-25 Thread Robert Slade
Hi, I have just updated my system from Centos 4 to 5 using the DVD. When I try to update using Yum, it gets so far then I get: "Public key for tomcat5-jsp-2.0-api-5.5.23-0jpp.3.0.2.el5.i386.rpm is not installed" How do I get the key and install it? Thanks Rob ___

Re: [CentOS] self signed ssl cert on C5

2007-10-25 Thread Brian Mathis
On 10/25/07, Tom Diehl <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone have a pointer to correct documantation for generating and > installing a self signed ssl cert for use on httpd on a C-5 machine? > > The docs say to use genkey but AFAIK upstream rm'd crypto-utils from the > distro and as such

Re: [CentOS] self signed ssl cert on C5

2007-10-25 Thread Paul Heinlein
On Thu, 25 Oct 2007, Tom Diehl wrote: Hi, Does anyone have a pointer to correct documantation for generating and installing a self signed ssl cert for use on httpd on a C-5 machine? Generating: http://www.madboa.com/geek/openssl/#cert-self As for installing, you'll want to follow the path

Re: [CentOS] fastcgi

2007-10-25 Thread Centos
Thanks I found the SRPM for mod_fcgid , compiled it and my perl fcgi is working good. however it seems mod_fcgid does not come with fcgi C++ libraries. would you please let me know if you know where can I find fcgilib rpm . my googling seems not to be very good :) Thanks again for help J

[CentOS] self signed ssl cert on C5

2007-10-25 Thread Tom Diehl
Hi, Does anyone have a pointer to correct documantation for generating and installing a self signed ssl cert for use on httpd on a C-5 machine? The docs say to use genkey but AFAIK upstream rm'd crypto-utils from the distro and as such it is not available. I tried generating the cert on a C-4 ma

Re: [CentOS] DNS CNAME question

2007-10-25 Thread Mark Foster
Rogelio wrote: > Not sure if this is the best place to ask this question (and if so, > please point me to a better listserv), but is there anything "wrong" > RFC or best practice wise with pointing a CNAME record to a DNS server? Of course not... it is completely off-topic for a CentOS list. Since

Re: [CentOS] mirroring kbsingh repos

2007-10-25 Thread Lorenzo Quatrini
James A. Peltier ha scritto: Lorenzo Quatrini wrote: James A. Peltier ha scritto: Hi All, I'm trying to find out the best way to mirror the kbsingh repositories because most of my machines do not have access to the outside world. What is the best way to do this. I want extras and misc for

Re: [CentOS] mirroring kbsingh repos

2007-10-25 Thread James A. Peltier
Lorenzo Quatrini wrote: James A. Peltier ha scritto: Hi All, I'm trying to find out the best way to mirror the kbsingh repositories because most of my machines do not have access to the outside world. What is the best way to do this. I want extras and misc for both el4 and el5 all arches.

Re: [CentOS] nscd problem

2007-10-25 Thread James A. Peltier
Steve Rigler wrote: On Wed, 2007-10-24 at 16:40 -0700, James A. Peltier wrote: James A. Peltier wrote: Hi All, I just enabled nscd to see if I can speed up some operations on our large NFS/NIS environment, however, now that I've enabled nscd I am no longer able to sudo. Can someone please p

[CentOS] FW: Logwatch for XXXXXXX.kd4efm.org (Linux)

2007-10-25 Thread Evans F. Mitchell KD4EFM / AFA2TH / WQFK-894
Found an error or two from my logwatch report from yesterday, thought I would share this in hopes this is just first time run of the problem I noticed in the Kernel report section... Also not sure why there's an issue with automount either but I guess I could ask on that issue as well. I am n

Re: [CentOS] Cronjob script with date stamp?

2007-10-25 Thread Warren Young
Scott Ehrlich wrote: - Have the script dump the results of the job to a text file. I tried this with /path/to/dump my switches -v >> /home/me/dump.log But that just produced an empty file. Try appending "2>&1" (without the quotes) to that command. - Have the dump file be date-stamped with

Re: [CentOS] Cronjob script with date stamp?

2007-10-25 Thread Alain Spineux
On 10/25/07, Scott Ehrlich <[EMAIL PROTECTED]> wrote: > I have a cron job that calls a shell script - the script invokes dump. > > I'd like to do two things: > > - Have the script dump the results of the job to a text file. I tried > this with /path/to/dump my switches -v >> /home/me/dump.log > >

[CentOS] Cronjob script with date stamp?

2007-10-25 Thread Scott Ehrlich
I have a cron job that calls a shell script - the script invokes dump. I'd like to do two things: - Have the script dump the results of the job to a text file. I tried this with /path/to/dump my switches -v >> /home/me/dump.log But that just produced an empty file. - Have the dump file be

Re: [CentOS] Migrate CentOS 3 to 4 to 5?

2007-10-25 Thread Ray Van Dolson
On Thu, Oct 25, 2007 at 05:32:46PM +0900, David Christopher Zentgraf wrote: > The situation is as follows: Remote box at our host who offers CentOS > 3 as the most up-to-date OS, unless you pay them an unholy amount of > money for RHEL or Windows licences. Popping in a CD for an upgrade > doe

Re: [CentOS] Re: CentOS-5.0-x86_64-bin-DVD-ich9.iso.delta md5 mismatch

2007-10-25 Thread <[EMAIL PROTECTED]>
Michael Rock napsal(a): > all-generic-ide irqpoll > > Without irqpoll it just hangs and without > all-generic-ide it get a kernel panic. So I still > need both to recognize the disk and continue booting. Michael, I have tested 8.1.14 ICH9 x86_64 version and it's wokring fine. For sure I'm right

Re: [CentOS] mirroring kbsingh repos

2007-10-25 Thread Lorenzo Quatrini
James A. Peltier ha scritto: Hi All, I'm trying to find out the best way to mirror the kbsingh repositories because most of my machines do not have access to the outside world. What is the best way to do this. I want extras and misc for both el4 and el5 all arches. I would say mrepo Rega

Re: [CentOS] DNS CNAME question

2007-10-25 Thread Ralph Angenendt
Rogelio wrote: > >Not sure if this is the best place to ask this question (and if so, please >point me to a better listserv), but is there anything "wrong" RFC or best >practice wise with pointing a CNAME record to a DNS server? Please read the CNAME discussion in RFC 1034. And no: Yo

Re: [CentOS] Re: dovecot fails to start at boot, but starts manually

2007-10-25 Thread Michael Kress
Kenneth Porter schrieb: Ah, good possibility. Dovecot starts at priority 65, while saslauthd starts at 95. Shouldn't this only be a problem once someone attempts a login? Perhaps it's a Dovecot bug. My mail related stuff looks and works like this: lrwxrwxrwx 1 root root 17 Sep 18 2007 S65d

RE: [CentOS] DNS CNAME question

2007-10-25 Thread Ross S. W. Walker
Rogelio wrote: > > Not sure if this is the best place to ask this question (and > if so, please point me to a better listserv), but is there > anything "wrong" RFC or best practice wise with pointing a > CNAME record to a DNS server? > > (I'm using EveryDNS.net, and I'd like to make my CNAME

Re: [CentOS] VMware not correctly configured for running kernel

2007-10-25 Thread Rogelio
On 10/22/07, Steve Berg <[EMAIL PROTECTED]> wrote: > > > Is this someting VMware related? CentOS 4 related? Or possibly some > > misconfiguration on my part? This box has been working fine for months > > (and has been rebooted many times), so I'm not sure what "changed" > > (certainly nothing on

Re: [CentOS] Re: dovecot fails to start at boot, but starts manually

2007-10-25 Thread Kenneth Porter
--On Wednesday, October 24, 2007 2:15 PM -0700 Scott Silva <[EMAIL PROTECTED]> wrote: Are you using any auth services in dovecot that are starting after it does like sasl or ldap? Or maybe a database connection? Ah, good possibility. Dovecot starts at priority 65, while saslauthd starts at 9

[CentOS] DNS CNAME question

2007-10-25 Thread Rogelio
Not sure if this is the best place to ask this question (and if so, please point me to a better listserv), but is there anything "wrong" RFC or best practice wise with pointing a CNAME record to a DNS server? (I'm using EveryDNS.net, and I'd like to make my CNAME records ns1-> 4.myDomain.com corre

Re: [CentOS] kmod-drbd

2007-10-25 Thread Jim Perrin
On 10/25/07, Ross Cavanagh <[EMAIL PROTECTED]> wrote: > If you noticed, I added the uname -r output of the current kernel that > is on the system. > > uname -r = 2.6.18-8.1.15.el5 > > however, the yum output only lists 2.6.18-8.el5 The yum output that you listed showed the 2.6.18-8.el5 kernel as

Re: [CentOS] nscd problem

2007-10-25 Thread Steve Rigler
On Wed, 2007-10-24 at 16:40 -0700, James A. Peltier wrote: > James A. Peltier wrote: > > Hi All, > > > > I just enabled nscd to see if I can speed up some operations on our > > large NFS/NIS environment, however, now that I've enabled nscd I am no > > longer able to sudo. Can someone please poi

Re: [CentOS] yum update question and kernel-smp-devel

2007-10-25 Thread James Pearson
Johnny Hughes wrote: James Pearson wrote: I have a local yum repository for CentOS4, and from time to time I add new (custom) kernel RPMS. However, when I run 'yum update' on an SMP box, yum 'installs' the new kernel, kernel-devel and kernel-smp packages, but 'updates' the kernel-smp-devel pac

Re: [CentOS] yum update question and kernel-smp-devel

2007-10-25 Thread Ralph Angenendt
James Pearson wrote: > What do I need to do to get the kernel-smp-devel RPMS to 'install' instead > of 'update'? See yum.conf(5) and search for installonlypkgs. Cheers, Ralph pgp8GohNGwkpS.pgp Description: PGP signature ___ CentOS mailing list CentO

Re: [CentOS] yum update question and kernel-smp-devel

2007-10-25 Thread Johnny Hughes
James Pearson wrote: > I have a local yum repository for CentOS4, and from time to time I add > new (custom) kernel RPMS. > > However, when I run 'yum update' on an SMP box, yum 'installs' the new > kernel, kernel-devel and kernel-smp packages, but 'updates' the > kernel-smp-devel package. > > i.

[CentOS] yum update question and kernel-smp-devel

2007-10-25 Thread James Pearson
I have a local yum repository for CentOS4, and from time to time I add new (custom) kernel RPMS. However, when I run 'yum update' on an SMP box, yum 'installs' the new kernel, kernel-devel and kernel-smp packages, but 'updates' the kernel-smp-devel package. i.e. I end up with multiple versio

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-25 Thread Alain Spineux
On 10/25/07, Matt Arnilo S. Baluyos (Mailing Lists) <[EMAIL PROTECTED]> wrote: > Hi, > > Here's the dump of /etc/xinetd.d/tftp: > > [EMAIL PROTECTED] xinetd.d]# cat tftp > # default: off > # description: The tftp server serves files using the trivial file > transfer protocol. The tftp protocol is o

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-25 Thread Kai Schaetzl
Matt Arnilo S. Baluyos (Mailing Lists) wrote on Thu, 25 Oct 2007 13:27:37 +0800: > service tftp > { > disable = no > socket_type = dgram > protocol= udp > wait= yes > user= root > s

[CentOS] Quota inside chroot environment

2007-10-25 Thread David E. Meier
Hi List, I have users chroot'ed on a CentOS 5 server. They should be able to check their current disk usage with the quota command. Basically, it works - however, there are some drawbacks I hope someone can help me on: In order for the user to access the aquota.user file I hard-linked it into the

Re: [CentOS] Migrate CentOS 3 to 4 to 5?

2007-10-25 Thread Johnny Hughes
David Christopher Zentgraf wrote: > Hi, > > After the previous debacle with PHP and MySQL it has been decided that > we think about an upgrade from CentOS 3 to 5, since that would solve our > problem, if successful. I tried finding information on how to best > attempt this, but thanks to a plethor

Re: [CentOS] Migrate CentOS 3 to 4 to 5?

2007-10-25 Thread Chris Mauritz
David Christopher Zentgraf wrote: Hi, After the previous debacle with PHP and MySQL it has been decided that we think about an upgrade from CentOS 3 to 5, since that would solve our problem, if successful. I tried finding information on how to best attempt this, but thanks to a plethora of co

Re: [CentOS] kmod-drbd

2007-10-25 Thread Ross Cavanagh
If you noticed, I added the uname -r output of the current kernel that is on the system. uname -r = 2.6.18-8.1.15.el5 however, the yum output only lists 2.6.18-8.el5 Johnny Hughes wrote: Ross Cavanagh wrote: Thanks, Also, just to clear things up a little, you were saying the one I had l

[CentOS] group descriptors corrupted on ext3 filesystem

2007-10-25 Thread Barry Brimer
I am unable to mount an ext3 filesystem on RHEL AS 2.1. This is not the boot or root filesystem. When I try to mount the file system, I get the following error: mount: wrong fs type, bad option, bad superblock on /dev/sdj1, or too many mounted file systems When I try to run e2fsck -vvf

[CentOS] Migrate CentOS 3 to 4 to 5?

2007-10-25 Thread David Christopher Zentgraf
Hi, After the previous debacle with PHP and MySQL it has been decided that we think about an upgrade from CentOS 3 to 5, since that would solve our problem, if successful. I tried finding information on how to best attempt this, but thanks to a plethora of contradictory information my hea

Re: [CentOS] kmod-drbd

2007-10-25 Thread Johnny Hughes
Ross Cavanagh wrote: > Thanks, > > Also, just to clear things up a little, you were saying the one I had > listed was very old, but I think it is the latest kernel as of > yesterday. I had run yum update prior to trying to install drbd. Then > ran the following: > > yum install heartbeat drbd kmo