Re: [CentOS] How to Contact Package Maintainer

2008-04-17 Thread Karanbir Singh
Art Age Software wrote: > Hi, > > I'm wondering what the correct channel is for communicating with the > maintainer of a particular package in the Extras repo. Specifically, I > would like to find out who maintains the DRBD 8.0.x package, as there > is a newer version (8.0.12) that I would like to

Re: [CentOS] stunnel

2008-04-17 Thread Jim Perrin
On Wed, Apr 16, 2008 at 10:40 PM, CentOS List <[EMAIL PROTECTED]> wrote: > Dear all, > > I had notice that my logwatch has a heap of stunneling like the one below. > Is there a security breech? Well, just stunnel by itself doesn't mean there's a breach, unless you never configured anything to u

[CentOS] exam txt file

2008-04-17 Thread Hiep Nguyen
hi all, i have centos 5 w/o gui. i can only have access via ssh. i have a text file that contains special (unprintable) characters, what editor i can use to exam what those character are??? i use vi, but i don't know what is ^@ may be an editor that can show ASCII as dec or hex. thanks __

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-17 Thread Peter Kjellstrom
On Thursday 17 April 2008, Brian Mathis wrote: > On Tue, Apr 15, 2008 at 8:12 AM, Peter Kjellstrom <[EMAIL PROTECTED]> wrote: > > On Tuesday 15 April 2008, Clint Dilks wrote: > > > 1. Currently all of the key pairs we are using have empty passphrases > > > is it worth the effort of changing this

Re: [CentOS] exam txt file

2008-04-17 Thread Luciano Rocha
On Thu, Apr 17, 2008 at 05:56:36AM -0700, Hiep Nguyen wrote: > hi all, i have centos 5 w/o gui. i can only have access via ssh. > > i have a text file that contains special (unprintable) characters, what > editor i can use to exam what those character are??? > > i use vi, but i don't know w

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-17 Thread John
On Wed, 2008-04-16 at 16:31 +0200, Kai Schaetzl wrote: > John wrote on Wed, 16 Apr 2008 01:42:42 -0400: > > > And, I say for him to use a floppy if the server has a floppy drive. > > Ahm, what makes you think there was a floppy? My decision to use a USB > stick? USb floppy but from what I gather

Re: [CentOS] exam txt file

2008-04-17 Thread Hiep Nguyen
yes, corruption indeed, but i want to study why the program writes ^@ to this file. t. hiep On Thu, Apr 17, 2008 at 05:56:36AM -0700, Hiep Nguyen wrote: > hi all, i have centos 5 w/o gui. i can only have access via ssh. > > i have a text file that contains special (unprintable) characters,

Re: [CentOS] exam txt file

2008-04-17 Thread Stephen Harris
On Thu, Apr 17, 2008 at 06:13:40AM -0700, Hiep Nguyen wrote: > yes, corruption indeed, but i want to study why the program writes ^@ to > this file. It's mostly likely not an ASCII file; it's probably UTF16 or similar so there are two bytes for every character, but the high byte is 0x00 which sho

Re: [CentOS] exam txt file

2008-04-17 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Harris wrote: > It's mostly likely not an ASCII file; it's probably UTF16 or similar > so there are two bytes for every character, but the high byte is 0x00 > which shows as [EMAIL PROTECTED] I've seen strange characters in DOS files before.

Re: [CentOS] exam txt file

2008-04-17 Thread Stephen Harris
On Thu, Apr 17, 2008 at 09:54:45AM -0400, Max Hetrick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Stephen Harris wrote: > > > It's mostly likely not an ASCII file; it's probably UTF16 or similar > > so there are two bytes for every character, but the high byte is 0x00 > > which s

Re: [CentOS] exam txt file

2008-04-17 Thread Hiep Nguyen
On Thu, 17 Apr 2008, Max Hetrick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Harris wrote: It's mostly likely not an ASCII file; it's probably UTF16 or similar so there are two bytes for every character, but the high byte is 0x00 which shows as [EMAIL PROTECTED] I've seen

Re: [CentOS] exam txt file

2008-04-17 Thread Alan Bartlett
On 17/04/2008, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > > i have a text file that contains special (unprintable) characters, what > editor i can use to exam what those character are??? > i use vi, but i don't know what is ^@ > may be an editor that can show ASCII as dec or hex. How about keeping

Re: [CentOS] exam txt file

2008-04-17 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Harris wrote: > DOS files typically have ^M characters at the end of each line and > maybe a ^Z at the end of file. This is different to using an alternate > character set. That's right. I couldn't remember what it was, it's been awhile sinc

Re: [CentOS] Centosplus kernel does not have framebuffer support?

2008-04-17 Thread Alfred von Campe
On Apr 16, 2008, at 19:21, Akemi Yagi wrote: You have another choice here if you would rather not wait for the next update of the centosplus kernel. The standard kernel with the same NFS bug fix is available from: http://people.centos.org/hughesjr/kernel/5/ I have just checked the kernels in

RE: [CentOS] exam txt file

2008-04-17 Thread Ross S. W. Walker
Hiep Nguyen wrote: > > hi all, i have centos 5 w/o gui. i can only have access via ssh. > > i have a text file that contains special (unprintable) characters, what > editor i can use to exam what those character are??? > > i use vi, but i don't know what is ^@ > > may be an editor that can sh

Re: [CentOS] Centosplus kernel does not have framebuffer support?

2008-04-17 Thread Akemi Yagi
On Thu, Apr 17, 2008 at 7:11 AM, Alfred von Campe <[EMAIL PROTECTED]> wrote: > On Apr 16, 2008, at 19:21, Akemi Yagi wrote: > > > You have another choice here if you would rather not wait for the next > > update of the centosplus kernel. The standard kernel with the same > > NFS bug fix is availab

Re: [CentOS] No Network = slow ??

2008-04-17 Thread Michael A. Peters
Bart Schaefer wrote: You can fix *most* of this by making sure that there are entries in /etc/hosts for 127.0.0.1, etc., but I was never able to get the problem to entirely go away in all circumstances. OK - my /etc/hosts file contained the following EXCEPT for the last line (fqdn) added thi

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-17 Thread Kai Schaetzl
Karanbir Singh wrote on Wed, 16 Apr 2008 16:58:42 +0100: > Is there really no clear information on the anaconda screen that > indicates its looking for a SOURCE to install from rather than a TARGET > to install to ? In hindsight I know what it means but at the time of the encounter I didn't re

Re: {Disarmed} [CentOS] I meet a problem on installing CentOS4.4 ServerCD.

2008-04-17 Thread Martyn Drake
On Wed, Apr 16, 2008 at 8:31 PM, Kai Schaetzl <[EMAIL PROTECTED]> wrote: > Deja vu, I just installed an HP DL where I thought I had problems with the > external RAID controller, but it hadn't. In bypassing I also had to read some > information about those "HP Embedded SATA RAID controllers". AF

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-17 Thread John
On Thu, 2008-04-17 at 17:31 +0200, Kai Schaetzl wrote: > Karanbir Singh wrote on Wed, 16 Apr 2008 16:58:42 +0100: > > > Is there really no clear information on the anaconda screen that > > indicates its looking for a SOURCE to install from rather than a TARGET > > to install to ? > > In hindsig

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-17 Thread Kai Schaetzl
John wrote on Thu, 17 Apr 2008 11:52:32 -0400: > I have just put 2 + 2 together in figuring out you are the same one that > was asking about the kickstart configuration a few days back on how to > configure it. wrong math. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet

[CentOS] Question about RAID 5 array rebuild with mdadm

2008-04-17 Thread Mark Hennessy
I'm using Centos 4.5 right now, and I had a RAID 5 array stop because two drives became unavailable. After adjusting the cables on several occasions and shutting down and restarting, I was able to see the drives again. This is when I snatched defeat from the jaws of victory. Please, some

Re: [CentOS] Question about RAID 5 array rebuild with mdadm

2008-04-17 Thread Mark Hennessy
Sorry about that, my previous e-mail had just '--chunk' toward the bottom. It should have been '--chunk=256' Please see the quoted snippet for detail. On Apr 17, 2008, at 1:01 PM, Mark Hennessy wrote: Ok, I stop the array and rebuild with mdadm --create /dev/md2 --assume-clean --level=5 --

[CentOS] policygentool in selinux-policy-devel-2.4.6-106

2008-04-17 Thread Winslett, Chris
I just installed a fresh copy of Centos 5.1, yum upgraded all, and the following error occurred with selinux-policy-devel-2.4.6-106.el5_1.3 rpm. When I was trying to run policygentool, I was getting the following error: Traceback (most recent call last): File "/usr/share/selin

Re: [CentOS] Centosplus kernel does not have framebuffer support?

2008-04-17 Thread Alfred von Campe
On Apr 17, 2008, at 10:34, Akemi Yagi wrote: If you have your own mirror, the easiest way would be to get those bz32 kernels in your repo. Johnny Hughes or other CentOS devs need to chime in here about the plan for those kernels, but my (wild) guess is that those kernels stay there until th

RE: [CentOS] Question about RAID 5 array rebuild with mdadm

2008-04-17 Thread Ross S. W. Walker
Mark Hennessy wrote: > > I'm using Centos 4.5 right now, and I had a RAID 5 array stop because > two drives became unavailable. After adjusting the cables on several > occasions and shutting down and restarting, I was able to see the > drives again. This is when I snatched defeat from the

Re: [CentOS] Centosplus kernel does not have framebuffer support?

2008-04-17 Thread Akemi Yagi
On Thu, Apr 17, 2008 at 10:41 AM, Alfred von Campe <[EMAIL PROTECTED]> wrote: > On Apr 17, 2008, at 10:34, Akemi Yagi wrote: > > > If you have your own mirror, the easiest way would be to get those > > bz32 kernels in your repo. Johnny Hughes or other CentOS devs > > need to chime in here abou

Re: [CentOS] No Network = slow ??

2008-04-17 Thread Florin Andrei
Michael A. Peters wrote: I lost my internet connection earlier today. My home network was still up - it's just the router couldn't get an IP from the cable modem. During that period, my CentOS 5.1 install was extremely slow (2.6 GHz Athlon w/ 2GB ram) at starting non network applications - su

[CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Andrew @ ATM Logic
I have an issue on a server that stops to ask SMP or not so SMP on bootup. Its a pain as its a remote unit, and if I update (or the power goes out for 3 hours) the server will not restart I remember back in the day editing a start up file to tell it what kernel to start... Is that the file

Re: [CentOS] Question about RAID 5 array rebuild with mdadm

2008-04-17 Thread Mark Hennessy
Thanks for answering my e-mail!! On Apr 17, 2008, at 1:50 PM, Ross S. W. Walker wrote: Mark Hennessy wrote: ok, now it says that the array is recovering and will take about 10 hours to rebulid. /dev/sd[c-i] say that they are "active sync" and /dev/sdj says it's a spare that's rebuilding.

Re: [CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Tom Brown
I have an issue on a server that stops to ask SMP or not so SMP on bootup. Its a pain as its a remote unit, and if I update (or the power goes out for 3 hours) the server will not restart I remember back in the day editing a start up file to tell it what kernel to start... Is that the

Re: [CentOS] CentOS 4.6 - dhcp issue

2008-04-17 Thread Kai Schaetzl
these are not virtual machines? Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

RE: [CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Andrew @ ATM Logic
> > I have an issue on a server that stops to ask SMP or not so SMP on > > what OS ? > > either /etc/grub.conf or /etc/lilo.conf > Ok, it was grub, and this is what I have.. I see default=0 how should I change that to one of the items below Thanks, default=0 timeout=5 splashimage=

RE: [CentOS] policygentool in selinux-policy-devel-2.4.6-106

2008-04-17 Thread Winslett, Chris
So the fix below is a solution to the first step of the problem. Turns out, policygentool actually does need polgen and not sepolgen. And polgen is in no RPM's I could find in the CentOS 5 repos. How I fixed this was replace the CentOS 5 file with the Fedora 8 policygentool file. The Fedo

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-17 Thread John
On Thu, 2008-04-17 at 18:38 +0200, Kai Schaetzl wrote: > John wrote on Thu, 17 Apr 2008 11:52:32 -0400: > > > I have just put 2 + 2 together in figuring out you are the same one that > > was asking about the kickstart configuration a few days back on how to > > configure it. > > wrong math. So y

Re: [CentOS] CentOS 4.6 - dhcp issue

2008-04-17 Thread Tom Brown
these are not virtual machines? the cobbler server is (currently) a VM yes - the clients are not. Why should that make any difference? thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Tom Brown
Ok, it was grub, and this is what I have.. I see default=0 how should I change that to one of the items below Thanks, default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.9-42.0.2.EL) root (hd0,0) kernel /vmlinuz-2.6.9-42.0.2.EL ro

Re: [CentOS] CentOS 4.6 - dhcp issue

2008-04-17 Thread Tom Brown
Tom Brown wrote: these are not virtual machines? the cobbler server is (currently) a VM yes - the clients are not. Why should that make any difference? actually in that example the client was also a VM i remember now - but the symptoms are the same on 'real' clients thanks _

Re: [CentOS] Centosplus kernel does not have framebuffer support?

2008-04-17 Thread Alfred von Campe
On Apr 17, 2008, at 14:02, Akemi Yagi wrote: Any chance this will happen before next Wednesday? That's when I'm planning to start my upgrades... I doubt it, but you never know because this is up to our upstream vendor. I was thinking about a new centosplus kernel before next week -- is

[CentOS] Firewall/router

2008-04-17 Thread Joseph L. Casale
I was using pfSense in a vm under esx but I want to move to Xen and prefer something that can run as a pv guest. Anyone got any reco's of what can run on top of CentOS to perform a similar role as pfSense (perform nat/pat and firewall etc between two interfaces)? Thanks for any ideas! jlc _

Re: [CentOS] Centosplus kernel does not have framebuffer support?

2008-04-17 Thread Akemi Yagi
On Thu, Apr 17, 2008 at 12:09 PM, Alfred von Campe <[EMAIL PROTECTED]> wrote: > On Apr 17, 2008, at 14:02, Akemi Yagi wrote: > > > > Any chance this will happen before next Wednesday? That's when I'm > > > planning to start my upgrades... > > > > I doubt it, but you never know because this is up t

RE: [CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Andrew @ ATM Logic
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tom Brown > Sent: Thursday, April 17, 2008 1:41 PM > To: CentOS mailing list > Subject: Re: [CentOS] Edit to change startup from SMP to not so SMP > > > > > > Ok, it was grub, and this is what I ha

Re: [CentOS] policygentool in selinux-policy-devel-2.4.6-106

2008-04-17 Thread Ralph Angenendt
Winslett, Chris wrote: > When I was trying to run policygentool, I was getting the following > error: > > > > Traceback (most recent call last): > > File "/usr/share/selinux/devel/policygentool", line 25, in ? > > Import polgen You should report that upstream at http:/

RE: {Disarmed} [CentOS] I meet a problem on installing CentOS4.4 ServerCD.

2008-04-17 Thread Joseph L. Casale
>Indeed, the LSI logic controllers that ship with some HP workstations >do not provide adequate RAID protection and as such, is recommended >that you either install another RAID controller in the machine or use >software RAID. Most onboard controllers are pretty lackluster, and those that use fake

Re: [CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Bob Beers
On Thu, Apr 17, 2008 at 3:31 PM, Andrew @ ATM Logic <[EMAIL PROTECTED]> wrote: > > Humm, ok but for some reason it does not start the top, or any one, it just > sits waiting for someone to manually hit enter on one of them Any > thoughts on that?> Are you certain that this is the right gr

Re: [CentOS] Edit to change startup from SMP to not so SMP

2008-04-17 Thread Akemi Yagi
On Thu, Apr 17, 2008 at 12:48 PM, Bob Beers <[EMAIL PROTECTED]> wrote: > On Thu, Apr 17, 2008 at 3:31 PM, Andrew @ ATM Logic <[EMAIL PROTECTED]> wrote: > > > > Humm, ok but for some reason it does not start the top, or any one, it > just > > sits waiting for someone to manually hit enter on o

Re: {Disarmed} [CentOS] I meet a problem on installing CentOS4.4 ServerCD.

2008-04-17 Thread Martyn Drake
On Thu, Apr 17, 2008 at 8:41 PM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: > I hope you don't dislike HP's controllers designed for the its servers, like > the P800 etc, as they are using the same chip as your preferred controller :) > The e/p line > of smart array controllers have been the m

RE: {Disarmed} [CentOS] I meet a problem on installing CentOS4.4 ServerCD.

2008-04-17 Thread Joseph L. Casale
>Maybe so, but I've found the P800s to be incredibly flakey. Wow, they are very nearly the same card! Made by the same folk to? Bad luck I guess, all my SA controllers have been rock solid! jlc ___ CentOS mailing list CentOS@centos.org http://lists.cen

Re: [CentOS] CentOS 4.6 - dhcp issue

2008-04-17 Thread Kai Schaetzl
Tom Brown wrote on Thu, 17 Apr 2008 19:40:21 +0100: > Why > should that make any difference? The conversations looked a bit like you had several clients with the same MAC in the LAN. This can happen if one copies existing config files. Also, I know there are cases where a DHCPOFFER (or any DHC

Re: [CentOS] CentOS 4.6 - dhcp issue

2008-04-17 Thread Tom Brown
Apr 16 14:25:53 cobbler dhcpd: DHCPREQUEST for 192.168.12.212 (192.168.12.117) from 00:0c:29:16:f8:b5 via eth0: Any hint where that (192.168.12.117) comes from? I see that you have the same on your successful conversation, though. Is there a chance you have two DHCP servers on the LAN?

[CentOS] Simulate RJ 45 Port

2008-04-17 Thread gopinath
how to simulate a RJ 45 port to act as serial port any option in Centos 5.1. Please help me out on this. Regards, Gopinath M Signal Networks Pvt. Ltd. Smile... it increases your face value! ___ CentOS mailing list CentOS@centos.org http://lists.cento

Re: [CentOS] Simulate RJ 45 Port

2008-04-17 Thread John R Pierce
gopinath wrote: how to simulate a RJ 45 port to act as serial port any option in Centos 5.1. Please help me out on this. huh? You'll have to be a WHOLE lot more explicit as to what you want to do here. on x86 hardware, RJ45 ports are almost always ethernet, serial ports generally use

Re: [CentOS] Diskless Environment

2008-04-17 Thread John
gopinath wrote: > > > > > How to configure Diskless environment in CentOS 5.1. Please help me > out... Ignore my previous post to you. I see your problem and it did not register in my brain untill today. This will not work in CentOS 5.0 or 5.1. Currently there is no workaround that is *KNOWN* to

Re: [CentOS] Simulate RJ 45 Port

2008-04-17 Thread John
On Thu, 2008-04-17 at 22:35 -0700, John R Pierce wrote: > gopinath wrote: > > how to simulate a RJ 45 port to act as serial port any option in > > Centos 5.1. Please help me out on this. > > > > huh? You'll have to be a WHOLE lot more explicit as to what you want > to do here. > > on x8

Re: [CentOS] Simulate RJ 45 Port

2008-04-17 Thread John R Pierce
John wrote: Attachment Unit Interface? (AUI) RJ46 to Serial DB9 or RJ45 to LPT ? AUI connectors were DB15, and also aren't 'serial ports', they are ethernet without the PHY layer transcievers. ___ CentOS mailing list CentOS@centos.org http://l