Re: [CentOS] Debug symbols for CentOS server

2007-12-21 Thread Jon Stanley
On Dec 21, 2007 6:35 PM, Tom Laramee <[EMAIL PROTECTED]> wrote: > yum install httpd-symbols > Well, once you enable or create (forget which) the debuginfo repo that's available at http://vault.centos.org, then you can do a 'yum install httpd-debuginfo'

[CentOS] Debug symbols for CentOS server

2007-12-21 Thread Tom Laramee
is there a repository of build symbols for the various packages i have installed on my CentOS 5 server? here's a use case - i'm developing an apache/httpd plugin module - it's not loading properly - i want to run apache in single-process mode (httpd -X), attach gdb to it, set a br

[CentOS] centos 5.1 vnc crashing

2007-12-21 Thread Jerry Geis
Hi all, I was running centos 4.5 with not issues on my main box. I updated to (fresh install) to 5.1 Things run fine except I use vnc alot from home to connect back into my machine and sometimes on connecting it is crashing the vnc session and then it kills my entire login session. Is anyone els

Re: [CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread Stephen John Smoogen
On Dec 21, 2007 2:03 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > > I fixed the UART assignment for ttyS0 with > > # setserial /dev/ttyS0 UART 16550A > > and now my modem's TR signal is high as desired. My question, am I > condemned to manually editing the grub.conf file after every kernel upda

Re: [CentOS] Trackerless torrents

2007-12-21 Thread William L. Maltby
On Fri, 2007-12-21 at 13:03 -0800, Kenneth Porter wrote: > On Thursday, December 20, 2007 5:30 PM -0500 "William L. Maltby" > <[EMAIL PROTECTED]> wrote: > > >> iptables -A OUTPUT -d torrent.centos.org -p tcp --dport 6969 -j DROP > > > > Thanks Kenneth. IIRC, I can use the IP to avoid DNS resoluti

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Jeff Larsen
> Jeff Larsen wrote: > > We had some custom additions to our site.py file for a third party > > application. 'yum update' to 4.6 overwrote the file with no backup or > > warning. Not hard to repair, but it did have me worried there for a > > few minutes when the application failed to start. > > > >

[CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread James B. Byrne
Ok, I can now configure ttyS1 with faxaddmodem, which I could not do before these changes, so that is progress. However, faxaddmodem reports that it cannot detect a modem on ttyS0. Since the modem and cable are the same for both, I am simply physically switching the port that the cable connects

Re: [CentOS] Trackerless torrents

2007-12-21 Thread Kenneth Porter
On Thursday, December 20, 2007 5:30 PM -0500 "William L. Maltby" <[EMAIL PROTECTED]> wrote: iptables -A OUTPUT -d torrent.centos.org -p tcp --dport 6969 -j DROP Thanks Kenneth. IIRC, I can use the IP to avoid DNS resolution and do it faster? Yep just did "man ..." and see that. The iptables

Re: [CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread William L. Maltby
On Fri, 2007-12-21 at 16:03 -0500, James B. Byrne wrote: > I fixed the UART assignment for ttyS0 with > > # setserial /dev/ttyS0 UART 16550A > > and now my modem's TR signal is high as desired. My question, am I > condemned to manually editing the grub.conf file after every kernel update > or is

[CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread James B. Byrne
I fixed the UART assignment for ttyS0 with # setserial /dev/ttyS0 UART 16550A and now my modem's TR signal is high as desired. My question, am I condemned to manually editing the grub.conf file after every kernel update or is their a way to configure the system so that I get access to ttyS0 wit

Re: [CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread Stephen John Smoogen
On Dec 21, 2007 1:38 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > Taking a suggestion from the discussion regarding the aforementioned bug I > altered /boot/grub/grub.conf and added this entry: > > title CentOS (2.6.18-53.1.4.el5xen-com1) > root (hd0,0) > kernel /xen.gz-2.6.18-53

[CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread James B. Byrne
Taking a suggestion from the discussion regarding the aforementioned bug I altered /boot/grub/grub.conf and added this entry: title CentOS (2.6.18-53.1.4.el5xen-com1) root (hd0,0) kernel /xen.gz-2.6.18-53.1.4.el5 com1=38400,8n1 module /vmlinuz-2.6.18-53.1.4.el5xen ro root=/

Re: [CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread Stephen John Smoogen
On Dec 21, 2007 12:35 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > > # setserial -g /dev/ttyS* > Cannot get serial info: Invalid argument > /dev/ttyS1: No such device or address > /dev/ttyS2: No such device or address > /dev/ttyS3: No such device or address > # > # dmesg | grep tty > Xen virtual

[CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread James B. Byrne
I am not sure but this seems to refer to a similar problem. If so, can someone tell me how to configure around this: Bugzilla Bug 204825: CONFIG_SERIAL_8250 not set to "y" in xen0 kernel -- *** E-Mail is NOT a SECURE channel *** James B. Byrnemailto:[EMAIL PR

[CentOS] saslauth in postfix 2.2 on CentOS 4

2007-12-21 Thread Kanwar Ranbir Sandhu
Hi All, I have a mail server with CentOS 4 (fully updated) running dovecot and postfix. I have a couple of virtual domains, so I've setup postfix and dovecot accordingly. That is, dovecot is doing the auth for internal hosts, and postfix is handling sending/receiving for both domains. What I wa

[CentOS] Re: CentOS-5 Need Help With Serial Ports

2007-12-21 Thread James B. Byrne
# setserial -g /dev/ttyS* Cannot get serial info: Invalid argument /dev/ttyS1: No such device or address /dev/ttyS2: No such device or address /dev/ttyS3: No such device or address # # dmesg | grep tty Xen virtual console successfully installed as ttyS0 # -- *** E-Mail is NOT a SECURE

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Johnny Hughes
Jeff Larsen wrote: > We had some custom additions to our site.py file for a third party > application. 'yum update' to 4.6 overwrote the file with no backup or > warning. Not hard to repair, but it did have me worried there for a > few minutes when the application failed to start. > > Is this a py

Re: [CentOS] CentOS-5 Need Help With Serial Ports

2007-12-21 Thread Bob Beers
On Dec 21, 2007 1:16 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > > When I run setserial -g ttyS* I get this: > try setserial -g /dev/ttyS* BTW, what does dmesg | grep tty show? HTH, -Bob ___ CentOS mailing list CentOS@centos.org http://lists.centos

[CentOS] CentOS-5 Need Help With Serial Ports

2007-12-21 Thread James B. Byrne
I have been struggling with setting up two serial ports on an HP/Compaq D512S (Intel P4) under CentOS-5. I am not at all sure why these things were not auto-configured when I initially installed the CentOS system from CDs but they were not. I have found various resources on the web and from them

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Ignacio Vazquez-Abrams
On Fri, 2007-12-21 at 11:05 -0600, Jeff Larsen wrote: > Is there a more appropriate alternative to adding 'sys.path.append()' > in site.py to enable python to find zope? I know nothing of python, > I'm just following vendor instructions (famous last words!). Drop a .pth file in site-packages. --

RE: [CentOS] SCSI bad block table display

2007-12-21 Thread Hugh E Cruickshank
From: Alexandru Chiscan Sent: December 21, 2007 04:03 > > If you are looking for the table which badblocks builds then you should > use dumpe2fs (for ext2/3 filesystem). > man dumpe2fs > DUMPE2FS(8) DUMPE2FS(8) > NAME > dumpe2fs - dump ext2/ext3 filesystem information > SYNOPSIS > dumpe2fs [ -bfhix

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Jeff Larsen
On Dec 21, 2007 10:29 AM, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-12-21 at 09:53 -0600, Jeff Larsen wrote: > > We had some custom additions to our site.py file for a third party > > application. 'yum update' to 4.6 overwrote the file with no backup or > > warning. Not har

Re: [CentOS] Trackerless torrents (was: Can't connect to torrent tracker)

2007-12-21 Thread William L. Maltby
On Fri, 2007-12-21 at 17:32 +0100, Kai Schaetzl wrote: > William L. Maltby wrote on Thu, 20 Dec 2007 14:02:47 -0500: > > > I just need to find a way to make sure that it can't find a conventional > > tracker to see if that parameter has the desired effect. > > But you should allow it to contact a

Re: [CentOS] yum updates

2007-12-21 Thread Kai Schaetzl
Johnny Hughes wrote on Fri, 21 Dec 2007 09:11:47 -0600: > Both will work ... the \ means do not expand the wildcard as a command > in the shell Ah, I see, thanks. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com __

Re: [CentOS] Trackerless torrents (was: Can't connect to torrent tracker)

2007-12-21 Thread Kai Schaetzl
William L. Maltby wrote on Thu, 20 Dec 2007 14:02:47 -0500: > I just need to find a way to make sure that it can't find a conventional > tracker to see if that parameter has the desired effect. But you should allow it to contact a tracker once you are done with the tests. I think with a tracker

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Ignacio Vazquez-Abrams
On Fri, 2007-12-21 at 09:53 -0600, Jeff Larsen wrote: > We had some custom additions to our site.py file for a third party > application. 'yum update' to 4.6 overwrote the file with no backup or > warning. Not hard to repair, but it did have me worried there for a > few minutes when the application

[CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Jeff Larsen
We had some custom additions to our site.py file for a third party application. 'yum update' to 4.6 overwrote the file with no backup or warning. Not hard to repair, but it did have me worried there for a few minutes when the application failed to start. Is this a python issue, an upstream issue o

Re: [CentOS] 5.0->5.1 upgrade problems SOLVED (kindof)

2007-12-21 Thread Andreas Kuntzagk
> > I finally solved my update problems by using rpm command. I found that I > > had 2 versions of e2fsprogs installed, one ending with EL4. Don't know > > where this came from, because there was never a EL4 on this machine. But > > when I removed it, yum update run fine. > > thats the i386 packag

[CentOS] Peter Kastegård is out of the office.

2007-12-21 Thread Peter . Kastegard
I will be out of the office starting 2007-12-21 and will not return until 2008-01-07. If you have any questions or technical issues please contact the support at [EMAIL PROTECTED] or call +46-(0)413-19280. Cheers, //Peter ___ CentOS mailing list Cent

Re: [CentOS] yum updates

2007-12-21 Thread Johnny Hughes
Kai Schaetzl wrote: > Johnny Hughes wrote on Thu, 20 Dec 2007 12:00:27 -0600: > >> --exclude=openoffice\* > > shouldn't that be --exclude=openoffice* ? > At least that syntax is what I use in the repo files. > > exclude=openoffice* Both will work ... the \ means do not expand the wildcard as a

[CentOS] Regd: Iptables SNAT issue in Cluster Suite Setup

2007-12-21 Thread Balaji
Dear All, I have configured Cluster Suite with 2 servers Server 1 : 192.168.13.110 IP Address Server 2 : 192.168.13.179 IP Address Floating : 192.168.13.83 IP Address (Assumed by currently active server) I want all snmp packets going out through the active server to be stamped with floati

Re: [CentOS] 5.0->5.1 upgrade problems SOLVED (kindof)

2007-12-21 Thread Karanbir Singh
Andreas Kuntzagk wrote: Hi, I finally solved my update problems by using rpm command. I found that I had 2 versions of e2fsprogs installed, one ending with EL4. Don't know where this came from, because there was never a EL4 on this machine. But when I removed it, yum update run fine. thats th

Re: [CentOS] Monitor Blanking

2007-12-21 Thread Kai Schaetzl
Jim Perrin wrote on Wed, 19 Dec 2007 11:03:04 -0500: > setterm -powersave off -blank 0 > xset s off I had a look at these options as I want to make the system shut off the monitor instead of just blanking the screen. But I can't make it happen, the command options as explained in the man page d

Re: [CentOS] yum updates

2007-12-21 Thread Kai Schaetzl
Johnny Hughes wrote on Thu, 20 Dec 2007 12:00:27 -0600: > --exclude=openoffice\* shouldn't that be --exclude=openoffice* ? At least that syntax is what I use in the repo files. exclude=openoffice* Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.co

[CentOS] File description left open in LVM

2007-12-21 Thread Reuben D. Budiardja
Hello, I used to have LVM on my machine to combine the capacity of a hard drive and a partition on a different drive as one volume group. I had problem with one of the disk but I was able to remove all the data of the computer, and replace the disk, and add another disk Now I want to start ove

Re: [CentOS] SCSI bad block table display

2007-12-21 Thread William L. Maltby
On Fri, 2007-12-21 at 14:02 +0200, Alexandru Chiscan wrote: > Hugh E Cruickshank wrote: > > Hi All: > > > > Is there a utility available that will allow for the dump/display of > > the bad track table of a SCSI drive. We had this capability on SCO > > OSR5 but I have not been able to locate anythin

Re: [CentOS] SCSI bad block table display

2007-12-21 Thread Alexandru Chiscan
Hugh E Cruickshank wrote: Hi All: Is there a utility available that will allow for the dump/display of the bad track table of a SCSI drive. We had this capability on SCO OSR5 but I have not been able to locate anything similar for Linux. The closest I have found is the badblocks utility that is

[CentOS] CentOS-announce Digest, Vol 34, Issue 13

2007-12-21 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

Re: [CentOS] Console during Install of 5.1

2007-12-21 Thread Johnny Hughes
Anup Shukla wrote: > Joseph L. Casale wrote: >> Is it possible during install to open a console window and perform >> some simple tasks such as lspci and mount. If so what text file editor >> exists in this console? >> > > You do have consoles available. Try pressing ALT+F1,ALT+F2,..,ALT+F6 > You

Re: [CentOS] 5.0->5.1 upgrade problems SOLVED (kindof)

2007-12-21 Thread Andreas Kuntzagk
Hi, I finally solved my update problems by using rpm command. I found that I had 2 versions of e2fsprogs installed, one ending with EL4. Don't know where this came from, because there was never a EL4 on this machine. But when I removed it, yum update run fine. Thanks, Andreas ___