Re: [CentOS] LiveCD on USB won't boot

2010-07-29 Thread Michael Nausch
Hello, Quoting cornel panceac : try unetbootin http://unetbootin.sourceforge.net/ Building a netinstall-usb-device is not my problem. I killed my grub menu.lst on one of my hosts, so I need a rescue-usb-device. I thought it were the best may to use a LiveCD for repairing my bootloader.

Re: [CentOS] Wifi not working

2010-07-29 Thread John Doe
From: Dave Miller > Larry Vaden writes: > > > > > On Tue, Jul 27, 2010 at 6:33 PM, Phil Savoie > rogers.com> wrote: > > > Beginning DHCP transaction. > >>TRIMMED<< > > > Jul 27 19:32:23 smurf3 NetworkManager: Device 'wlan0' DHCP > > > transaction took too long (>45s), stopping it. > >

[CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Götz Reinicke - IT-Koordinator
Hi, I plan to reorganise our IP management and I'd like to implement a slave DHCP server. Right now we assign IP addresses based on the ethernetadress of a client 1:1. The tutorial here [1] is simple and looks like the thing I need. I do have a lot of subnetworks and my cisco router has an DHCP

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Phil Manuel
On 29/07/10 9:55 PM, Götz Reinicke - IT-Koordinator wrote: > Hi, > > I plan to reorganise our IP management and I'd like to implement a slave > DHCP server. Right now we assign IP addresses based on the > ethernetadress of a client 1:1. > > The tutorial here [1] is simple and looks like the thing I

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Lars Hecking
G?tz Reinicke - IT-Koordinator writes: > Hi, > > I plan to reorganise our IP management and I'd like to implement a slave > DHCP server. Right now we assign IP addresses based on the > ethernetadress of a client 1:1. > > The tutorial here [1] is simple and looks like the thing I need. > > I do h

Re: [CentOS] Blowfish issues with somewhat big files

2010-07-29 Thread Sergio Belkin
2010/7/28 Sergio Belkin : > 2010/7/28 Stephen Harris : >> DFILE_OFFSET_BITS=64 > > I have installed both 32 and 64 bit versions of openssl, can that be > the cause of this problem? > > Thanks in advance > > -- > -- My fault, indeed, somewhat large files is a relative term, for example it can't dec

Re: [CentOS] Blowfish issues with somewhat big files

2010-07-29 Thread Sergio Belkin
2010/7/29 Sergio Belkin : > 2010/7/28 Sergio Belkin : >> 2010/7/28 Stephen Harris : >>> DFILE_OFFSET_BITS=64 >> >> I have installed both 32 and 64 bit versions of openssl, can that be >> the cause of this problem? >> >> Thanks in advance >> >> -- >> -- > > My fault, indeed, somewhat large files is

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Götz Reinicke - IT-Koordinator
Am 29.07.10 14:31, schrieb Lars Hecking: > G?tz Reinicke - IT-Koordinator writes: >> Hi, >> >> I plan to reorganise our IP management and I'd like to implement a slave >> DHCP server. Right now we assign IP addresses based on the >> ethernetadress of a client 1:1. >> >> The tutorial here [1] is sim

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Götz Reinicke - IT-Koordinator
Am 29.07.10 14:29, schrieb Phil Manuel: > On 29/07/10 9:55 PM, Götz Reinicke - IT-Koordinator wrote: >> Hi, >> >> I plan to reorganise our IP management and I'd like to implement a slave >> DHCP server. Right now we assign IP addresses based on the >> ethernetadress of a client 1:1. >> >> The tutor

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Lars Hecking
> > > The servers will balance the pool(s) between them. It's actually fun (for > > personal preference values of "fun") to tail the logs on both servers > > after starting the slave and watch dhcpd communicate. > > > So they "only" balance the pool and no 1:1 assignment from > IP:Host-MAC-a

[CentOS] ip address from range script

2010-07-29 Thread Jozsi Vadkan
TEST-A.txt: list of ip address ranges [AS/isp's in a country] TEST-B.txt: list of ip addresses I just need to know, if an ip in the TEST-B.txt is in a range of TEST-A.txt cat "TEST-A.txt" 63.31.63.0/24;9007;44536 64.65.0.0/19;9000;8263 62.64.14.0/21;9001;6852 cat "TEST-B.txt" 63.31.63.2 64.66.5.

Re: [CentOS] ip address from range script

2010-07-29 Thread Todd Denniston
Jozsi Vadkan wrote, On 07/29/2010 09:54 AM: > TEST-A.txt: list of ip address ranges [AS/isp's in a country] > TEST-B.txt: list of ip addresses > > I just need to know, if an ip in the TEST-B.txt is in a range of > TEST-A.txt > > cat "TEST-A.txt" > 63.31.63.0/24;9007;44536 > > cat "TEST-B.txt" >

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Götz Reinicke - IT-Koordinator
Am 29.07.10 15:03, schrieb Lars Hecking: >> >>> The servers will balance the pool(s) between them. It's actually fun (for >>> personal preference values of "fun") to tail the logs on both servers >>> after starting the slave and watch dhcpd communicate. >> >> >> So they "only" balance the pool

[CentOS] Questions about clamd, amavisd and squidclamav

2010-07-29 Thread Kevin C
Hi list, I have a small server with a Postfix, amavisd and ClamAV installed and works fine. I install a squid proxy with squidclamav. Clamav works with /etc/clamd.d/amavisd.conf, but squidclamav cannot connect through the Unix socket in /var/spool/amavisd/clamd.sock. How can I configure clam

Re: [CentOS] Questions about clamd, amavisd and squidclamav

2010-07-29 Thread Lars Hecking
Kevin C writes: > Hi list, > > I have a small server with a Postfix, amavisd and ClamAV installed and > works fine. I install a squid proxy with squidclamav. Clamav works with > /etc/clamd.d/amavisd.conf, but squidclamav cannot connect through the > Unix socket in /var/spool/amavisd/clamd.soc

Re: [CentOS] ip address from range script

2010-07-29 Thread Drew Weaver
= $range[0]) and ($ip <= $range[1])) { return true; } } foreach ($ips as $ip) { echo "Checking $ip!\n"; foreach ($ranges as $range) { $rd_displaya = long2ip($range[0]); $rd_displayb = long2ip($range[1]); echo "C

Re: [CentOS] ip address from range script

2010-07-29 Thread John Doe
From: Jozsi Vadkan > TEST-A.txt: list of ip address ranges [AS/isp's in a country] > TEST-B.txt: list of ip addresses > I just need to know, if an ip in the TEST-B.txt is in a range of > TEST-A.txt > cat "TEST-A.txt" > 63.31.63.0/24;9007;44536 > 64.65.0.0/19;9000;8263 > 62.64.14.0/21;9001;6852

[CentOS] Blowfish issues with somewhat big files

2010-07-29 Thread R P Herrold
On largish files, on a CentOS 5, 64 bit arch, openssl seems to work fine here [herr...@centos-5 SRPMS]$ time openssl bf -in \ freeswitch-0.0.20100729.git-1.src.rpm -out \ freeswitch-0.0.20100729.git-1.src.rpm.bf enter bf-cbc encryption password: Verifying - enter bf-cbc encryption

[CentOS] Centos5.5 cannot boot

2010-07-29 Thread cjzjm100
Hi,everybody! When the system boot,there is a problem: /etc/rc.d/init.d/functions:line 19 /sbin/consoletype:cannot execute binary file /etc/profile.d/lang.sh:line 46: /sbin/consoletype:cannot execute binary file it cannot boot! How can i fix it? ___ Cent

Re: [CentOS] Centos5.5 cannot boot

2010-07-29 Thread Brunner, Brian T.
/sbin/consoletype should have a 0755 mode. Insert the #1 installation CD (any, even back a few releases should work fine), or other (e.g. live) CD, and boot "linux rescue" When possible, do ls -l on /sbin/consoletype on your main (root) disk (r.g. ls -l /mnt/sysimage/sbin/consoletype) What'

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Les Mikesell
On 7/29/2010 8:03 AM, Lars Hecking wrote: >> >>> The servers will balance the pool(s) between them. It's actually fun (for >>> personal preference values of "fun") to tail the logs on both servers >>> after starting the slave and watch dhcpd communicate. >> >> >> So they "only" balance the po

[CentOS] Server rebooted, log message "kernel: Keepalive, Event:mdseve_cookie, client ping timeout"

2010-07-29 Thread Aleksey Tsalolikhin
Hi. Our CentOS 5.4 server just rebooted sponteneously while doing heavy I/O. There is a message in /var/log/messages just prior to reboot, kernel: Keepalive, Event:mdseve_cookie, client ping timeout Google does not turn up anything. What does this mean and how can I prevent it from h

Re: [CentOS] Server rebooted, log message "kernel: Keepalive, Event:mdseve_cookie, client ping timeout"

2010-07-29 Thread Aleksey Tsalolikhin
P.S. I do have two kernel dumps from two reboots this morning. But I don't know how to read them or what to look for. Would appreciate any RTFM pointers. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Hardware freezes on Dell Optiplex 320 while booting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Tom H
On Wed, Jul 28, 2010 at 5:08 PM, Jason Pyeron wrote: > >> -Original Message- >> From: centos-boun...@centos.org >> [mailto:centos-boun...@centos.org] On Behalf Of Tom H >> Sent: Wednesday, July 28, 2010 16:55 >> To: centos@centos.org >> Subject: Re: [CentOS] Hardware freezes on Dell Optipl

Re: [CentOS] DHCP failover ... Some questions.

2010-07-29 Thread Lars Hecking
> Do you know if you have to do anything special in the case where the > primary server has been down for a while and is then brought back up? > That is, does the backup automatically re-sync the database with the new > leases that have been given out, or does it not have to? Nope, it's all

Re: [CentOS] Hardware freezes on Dell Optiplex 320 while booting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Akemi Yagi
On Thu, Jul 29, 2010 at 1:27 PM, Tom H wrote: > There seem to be two solutions, replace grub with lilo or grub2, > neither of which conform to your "not invasive on the system or > procedure" requirement. > > Akemi Yagi suggested that you install F13 and chainload CentOS. It > sounds nuts but it

Re: [CentOS] Hardware freezes on Dell Optiplex 320 whilebooting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Akemi Yagi > Sent: Thursday, July 29, 2010 16:39 > To: CentOS mailing list > Subject: Re: [CentOS] Hardware freezes on Dell Optiplex 320 > whilebooting(https://bugzilla.redhat.com/sho

Re: [CentOS] Wifi not working (Solved--Sort of...)

2010-07-29 Thread Phil Savoie
> Doesn't it look like the wpa connection is successful? > It says: " Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) > successful. Connected to wireless network 'pszone'." > Only stages 3/4 (the DHCP part) seems to fail... > The DHCPDISCOVER times out. > Google says that some people

Re: [CentOS] Hardware freezes on Dell Optiplex 320 whilebooting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Akemi Yagi
On Thu, Jul 29, 2010 at 2:31 PM, Jason Pyeron wrote: > Is there a yum way of installing lilo? Will it work with the devicemapper? > (assumption is no) You can find some lilo-related information in this Forum thread: https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=22591

Re: [CentOS] Wifi not working (Solved--Sort of...)

2010-07-29 Thread Ross Walker
On Jul 29, 2010, at 5:57 PM, Phil Savoie wrote: >> Doesn't it look like the wpa connection is successful? >> It says: " Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) >> successful. Connected to wireless network 'pszone'." >> Only stages 3/4 (the DHCP part) seems to fail... >> The

Re: [CentOS] Hardware freezes on Dell Optiplex 320 whilebooting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Ross Walker
On Jul 29, 2010, at 5:31 PM, "Jason Pyeron" wrote: > Is there a yum way of installing lilo? Will it work with the devicemapper? > (assumption is no) As long a LILO can boot the kernel off /boot and /boot is a Linux or MDRAID partition all the device-mapper related stuff will be done within the

Re: [CentOS] Hardware freezes on Dell Optiplex 320whilebooting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Akemi Yagi > Sent: Thursday, July 29, 2010 18:09 > To: CentOS mailing list > Subject: Re: [CentOS] Hardware freezes on Dell Optiplex > 320whilebooting(https://bugzilla.redhat.com/sh

Re: [CentOS] Hardware freezes on Dell Optiplex 320whilebooting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Ross Walker > Sent: Thursday, July 29, 2010 18:22 > To: CentOS mailing list > Cc: CentOS mailing list > Subject: Re: [CentOS] Hardware freezes on Dell Optiplex > 320whilebooting(ht

[CentOS] hplip under CentOS-5.5

2010-07-29 Thread Timothy Murphy
Is anyone successfully using hplip under CentOS? When I try to print on my HP Officejet J4580 I always get the error -- Printer Filter "foomatic-rip-hplip" for printer "oj" not available: No such file or directory -- What I find puzz

Re: [CentOS] Server rebooted, log message "kernel: Keepalive, Event:mdseve_cookie, client ping timeout"

2010-07-29 Thread Aleksey Tsalolikhin
I analyzed the two kernel crash dumps which told me we panic'ed while running rsync writing to a network filesystem. I've upgraded our rsync from 2.x to 3.x and sent a copy of the crash info to our network filesystem vendor. Best, -at ___ CentOS mailing

Re: [CentOS] hplip under CentOS-5.5

2010-07-29 Thread Milos Blazevic
Timothy Murphy wrote: > Is anyone successfully using hplip under CentOS? > When I try to print on my HP Officejet J4580 > I always get the error > -- > Printer Filter "foomatic-rip-hplip" for printer "oj" not available: > No such file or directory >

Re: [CentOS] hplip under CentOS-5.5

2010-07-29 Thread Scott Robbins
On Fri, Jul 30, 2010 at 01:19:12AM +0200, Timothy Murphy wrote: > Is anyone successfully using hplip under CentOS? > When I try to print on my HP Officejet J4580 > I always get the error > -- > Printer Filter "foomatic-rip-hplip" for printer "oj" not available: > No

Re: [CentOS] Hardware freezes on Dell Optiplex 320 whilebooting(https://bugzilla.redhat.com/show_bug.cgi?id=499204)

2010-07-29 Thread Robert Heller
At Thu, 29 Jul 2010 18:22:07 -0400 CentOS mailing list wrote: > > On Jul 29, 2010, at 5:31 PM, "Jason Pyeron" wrote: > > > Is there a yum way of installing lilo? Will it work with the devicemapper? > > (assumption is no) > > As long a LILO can boot the kernel off /boot and /boot is a Linux o

Re: [CentOS] hplip under CentOS-5.5

2010-07-29 Thread Timothy Murphy
Milos Blazevic wrote: >> Is anyone successfully using hplip under CentOS? >> When I try to print on my HP Officejet J4580 >> I always get the error >> -- >> Printer Filter "foomatic-rip-hplip" for printer "oj" not available: >> No such file or directory >> -

Re: [CentOS] Wifi not working (Solved--Sort of...)

2010-07-29 Thread Phil Savoie
Ross Walker wrote: > On Jul 29, 2010, at 5:57 PM, Phil Savoie wrote: > >>> Doesn't it look like the wpa connection is successful? >>> It says: " Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) >>> successful. Connected to wireless network 'pszone'." >>> Only stages 3/4 (the DHCP par

Re: [CentOS] Wifi not working (Solved--Sort of...)

2010-07-29 Thread Stephen Harris
On Thu, Jul 29, 2010 at 10:04:56PM -0400, Phil Savoie wrote: > Ross Walker wrote: > > Don't know, but I think there is an option you can put in your interface > > file to bring it up in promiscuous mode. Try that and see if NM can grab it > > on boot. > There used to be a PROMISC=yes setting I c

[CentOS] When should LVM be used?

2010-07-29 Thread Ron Blizzard
In my old computer I have a much bigger hard drive then in this one -- and I plan to hand that old computer down to one of my sons -- keeping his current drive from an even older computer. Currently the hard drive on my old computer has SuSE Linux, but that will go. I'll rebuild CentOS 5.5 on it, b

Re: [CentOS] When should LVM be used?

2010-07-29 Thread Fajar Priyanto
On Fri, Jul 30, 2010 at 1:37 PM, Ron Blizzard wrote: > Is there any reason to use LVM on a personal desktop install of > CentOS? It seems to me, for my purposes, that LVM is just a pain in > the neck -- although I've always just let CentOS set it up during the > install in the past.  I would like