Re: [CentOS] query regarding virtual machine space increase

2010-12-31 Thread Ryan Wagoner
On Mon, Dec 27, 2010 at 1:21 PM, benedict dcunha wrote: > Now when it comes to the page for specifying the disk space i see the > following > as warning > (if you don't allocate the entire disk now , space will be allocated as > needed  while the virtual machine is running) > > Now as per the mess

Re: [CentOS] DHCPD troubleshooting..? help!

2010-12-31 Thread Ryan Wagoner
On Fri, Dec 31, 2010 at 8:31 PM, Roland RoLaNd wrote: > vim /etc/dhcpd.config > ddns-update-style interim; > ddns-rev-domainname "in-addr.arpa"; > > Jan  1 01:25:58 dnalor dhcpd: DHCPREQUEST for 192.168.25.100 (192.168.25.25) > from 00:23:4b:cc:6c:b7 (oli) via eth0 > Jan  1 01:25:58 dnalor dhcpd:

Re: [CentOS] DHCPD troubleshooting..? help!

2010-12-31 Thread Ron Loftin
On Sat, 2011-01-01 at 03:31 +0200, Roland RoLaNd wrote: > Hello, > > i've setup dhcp as such: > > yum install dhcp > > vim /etc/dhcpd.config > # > # DHCP Server Configuration file. > # see /usr/share/doc/dhcp*/dhcpd.conf.sample > #ddns-update-style interim; > ddns-update-style interim; > dd

[CentOS] DHCPD troubleshooting..? help!

2010-12-31 Thread Roland RoLaNd
Hello, i've setup dhcp as such: yum install dhcp vim /etc/dhcpd.config # # DHCP Server Configuration file. #   see /usr/share/doc/dhcp*/dhcpd.conf.sample  #ddns-update-style interim; ddns-update-style interim; ddns-rev-domainname "in-addr.arpa"; ignore client-updates; subnet 192.168.75.0 netma

[CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2010-12-31 Thread Max Haann
Happy new year :D i have just installed centos 5.5 on my vmware to test my server,i found that i need nasm x64 to compile my assembly code,the yum database only has 0.98 version which does not support 64bit. the nasm version 2(rpm from offcial site) requires glibc 2.7, i know its a core component

Re: [CentOS] Dual or quad fast ethernet NICs (that work with CentOS)

2010-12-31 Thread Jeff Hefner
I can vouch for the Sun Quad Fast Ethernet (PCI) cards. Quite a while back a few co-workers and I had split a small lot of them from eBay the broke down to roughly 8 or 9 bucks with shipping. Everyone had good luck with whatever they ended up being used for (mostly firewalls). jeff On Fri, Dec 31

Re: [CentOS] Dual or quad fast ethernet NICs (that work with CentOS)

2010-12-31 Thread Lamar Owen
On Tuesday, December 28, 2010 07:13:22 am robert mena wrote: > I am looking for dual or quad fast ethernet NICs that work with CentOS. > There is no need for high performance so regular fast/pci is ok. I have in a firewall box here a quad fastethernet board; lspci shows: 01:09.0 PCI bridge: Digit

Re: [CentOS] happy new years ssh key problem :)

2010-12-31 Thread Gordon Messmer
On 12/31/2010 11:32 AM, bluethundr wrote: > [amandabac...@virtcent18 ~]$ ssh -vvv amandabac...@lb1 ... > debug1: Next authentication method: publickey > debug1: Trying private key: /var/lib/amanda/.ssh/id_rsa > debug3: no such identity: /var/lib/amanda/.ssh/id_rsa > debug1: Trying private key: /va

[CentOS] happy new years ssh key problem :)

2010-12-31 Thread bluethundr
Hi List, Happy New Years and I was hoping to get some help on an ssh issue that I am having. For some reason I am unable to scp to hosts on this network using RSA keys. Here is what I am doing/what is going on; scp the public key to remote host [amandabac...@virtcent18 ~]$ scp ~/.ssh/id_rsa_am

Re: [CentOS] centos as a firewall help

2010-12-31 Thread Ryan Manikowski
On 12/31/2010 10:40 AM, Ryan Wagoner wrote: > On Fri, Dec 31, 2010 at 10:19 AM, Roland RoLaNd > wrote: >> Secondly, i'm trying to setup a centos 5.4 to act as: >> >> 1. firewall # can you check my config below and tell me if i missed anything? >> 2. DHCP # already configured >> 3. transparent sq

Re: [CentOS] OT how to prevent oversubscription of a disk

2010-12-31 Thread Jorge Fábregas
On Thursday, December 30, 2010 09:53:25 pm Dave wrote: > I want to add up the quotas I've assigned on a particular partition > and see if the total is bigger than the disk. It's possible to do this > (awkwardly) using repquota or quota. Is there no more accurate/elegant > way? I don't think so. I

Re: [CentOS] centos as a firewall help

2010-12-31 Thread Ryan Wagoner
On Fri, Dec 31, 2010 at 10:19 AM, Roland RoLaNd wrote: > Secondly, i'm trying to setup  a centos 5.4 to act as: > > 1. firewall # can you check my config below and tell me if i missed anything? > 2. DHCP # already configured > 3. transparent squid proxy #  already configured > 4. http (virtual hos

Re: [CentOS] centos as a firewall help

2010-12-31 Thread Steve Thompson
On Fri, 31 Dec 2010, Roland RoLaNd wrote: > I want my firewall to do the following: I would recommend using shorewall: http://www.shorewall.net/ As it says, iptables made easy. -Steve ___ CentOS mailing list CentOS@centos.org http://lists.cen

[CentOS] centos as a firewall help

2010-12-31 Thread Roland RoLaNd
Hello all, first of all i'd like to wish you all happy holidays, and a merry belated christmas. Secondly, i'm trying to setup  a centos 5.4 to act as: 1. firewall # can you check my config below and tell me if i missed anything? 2. DHCP # already configured 3. transparent squid proxy #  alread

Re: [CentOS] Fixing filenames with directories with spaces in the names

2010-12-31 Thread Bob Marcan
On Mon, 27 Dec 2010 22:03:49 -0700 Craig White wrote: > Should be simple and perhaps I'm tired but it's not coming to me. > > In its simplest form... > > for old in `cat "$FILENAME"`;do > echo "$old" > dirname "$old" > new="$(echo $old | sed 's/\*/\-/')" > done > > I'm trying to take out

Re: [CentOS] amanda backup ssh key

2010-12-31 Thread John Doe
From: bluethundr > debug2: key: /var/lib/amanda/.ssh/id_rsa ((nil)) > debug2: key: /var/lib/amanda/.ssh/id_dsa ((nil)) > ... > debug1: Next authentication method: publickey > debug1: Trying private key: /var/lib/amanda/.ssh/id_rsa > debug3: no such identity: /var/lib/amanda/.ssh/id_rsa > debu