Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread cliff here
I would highly advise against trying to time a CTRL-C in a specific amount of time. Not sure why you would even try and do that when, that's the exact purpose of the yum-download only which is easier to install and run then wait for a whole update to complete and try and manually kill the job. Sor

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread cliff here
19, 2011 at 12:02 PM, cliff here wrote: > > > Which is why you should use cobbler because it does all that for you. > > > > I actually just installed cobbler a few weeks ago and will look into it for > this to see if it has a way to grab a repository without rsync > >

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread cliff here
Which is why you should use cobbler because it does all that for you. On Mon, Dec 19, 2011 at 11:56 AM, Ryan Wagoner wrote: > On Mon, Dec 19, 2011 at 11:39 AM, Alan McKay wrote: > > > Hey folks, > > > > Is there any way to fake a "yum update" just to get yum to force a > download > > of all the

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread cliff here
Oh but keep in mind if you enable keep cache in your repo file it will still install them, just it will keep a copy as well. Keep that in mind. On Mon, Dec 19, 2011 at 11:42 AM, cliff here wrote: > You can use the yum download-only plugin, or you can enable a keep cache > variable in you

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread cliff here
You can use the yum download-only plugin, or you can enable a keep cache variable in your /etc/yum.repos.d/yourfile.repo. Don't remember the syntax off the top of my head. However a quick google search should turn them both up. Other option if you want to sync a repo you can check out an applicati

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
@John, yea good catch thanks =) On Tue, Dec 13, 2011 at 11:59 AM, John Hodrien wrote: > On Tue, 13 Dec 2011, cliff here wrote: > > > Also to note, if you edit your /etc/sysconfig/iptables file manually > there > > is a line in /etc/init.d./iptables at line number

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
Here's a really good overview of how the iptables process works http://fedoraunity.org/Members/kanarip/iptables-howto On Tue, Dec 13, 2011 at 10:53 AM, wrote: > Laurent Wandrebeck wrote: > > On Tue, 13 Dec 2011 10:23:45 -0500 > > cliff here wrote: > > > >

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
. On Tue, Dec 13, 2011 at 11:05 AM, cliff here wrote: > Here's a really good overview of how the iptables process works > > http://fedoraunity.org/Members/kanarip/iptables-howto > > > > > On Tue, Dec 13, 2011 at 10:53 AM, wrote: > >> Laurent Wandrebeck wr

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
My best guess would be to move your forwarding rules to the INPUT chain instead of being in the PREROUTING. On Tue, Dec 13, 2011 at 10:16 AM, Laurent Wandrebeck wrote: > On Tue, 13 Dec 2011 10:07:41 -0500 > cliff here wrote: > > > sorry that's watch -n 1 '

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
sorry that's watch -n 1 'iptables -t nat -L -n -v' On Tue, Dec 13, 2011 at 10:04 AM, cliff here wrote: > actually if you could cat /etc/sysconfig/iptables, i find it easier to > read. also try this to troubleshoot > > watch n 1 'iptables -t nat -L -n -v' &

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
nt is your forwarding rules that you have in prerouting should be in INPUT chain. You're trying to come in from an outside net to your FW and be forwarded to what you have NAT'd behind it right? On Tue, Dec 13, 2011 at 9:56 AM, Laurent Wandrebeck wrote: > On Tue, 13 Dec 2011 09:44:11 -0

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread cliff here
Can you fpaste your firewall rules? I would omit the actual public IP's for security sake. On Tue, Dec 13, 2011 at 8:53 AM, Laurent Wandrebeck wrote: > Hi, > > I'm using system-config-firewall (C6 x86_64, fully up to date) to > configure a gateway/firewall box. 2 nics, eth0 (configured as bridge0

Re: [CentOS] SSH keys question

2010-11-15 Thread cliff here
I do believe the perms need to be at 700 for the ./ssh dir and 640 for the actual key files contained. On Mon, Nov 15, 2010 at 1:45 PM, Paul Heinlein wrote: > On Mon, 15 Nov 2010, cliff here wrote: > > > You should check the perms on the dirs, ssh will not allow it use > > th

Re: [CentOS] SSH keys question

2010-11-15 Thread cliff here
You should check the perms on the dirs, ssh will not allow it use the keys if they are too permissive. So I would check starting at /home On Mon, Nov 15, 2010 at 1:29 PM, John Kennedy wrote: > All, > I have 3 servers. All 3 are CentOS 5.5. All 3 have identical > /etc/ssh/sshd_config files. I use

Re: [CentOS] e2fsck with millions of files

2010-08-31 Thread cliff here
Yep, same answer here, I had RHEL4.8 on a 2.6 TB MSA, and you just leave it going over the weekend. On Tue, Aug 31, 2010 at 9:19 AM, Matthew Miller wrote: > On Tue, Aug 31, 2010 at 08:14:23AM -0500, Sean Carolan wrote: > > I have a large (1.5TB) partition with millions of files on it. e2fsck >

[CentOS] JBD: failed to read block at offset

2010-08-02 Thread cliff here
Im getting errors like JBD: failed to read block at offset 4360 on a raid 5 parition , have run several fcsk on it are these Journal errors recoverable? I've done a physical scan of the hard disks with HP insight manager as well -- -

Re: [CentOS] DNS or firewall problem

2010-07-06 Thread cliff here
Well if you want the kernel to route IPV4 traffic, then yes it has to be 1 On 7/6/10, Timothy Murphy wrote: > cliff here wrote: > >>> net.ipv4.conf.ip_forward = 0 ?? >>> >>> change to = 1 ?? > >> yea that needs to be a 1 > > That cannot be mand

Re: [CentOS] DNS or firewall problem

2010-07-05 Thread cliff here
yea that needs to be a 1 On Mon, Jul 5, 2010 at 8:12 PM, Thomas Dukes wrote: > > > > -Original Message- > > From: centos-boun...@centos.org > > [mailto:centos-boun...@centos.org] On Behalf Of Cliff > > Sent: Monday, July 05, 2010 8:05 PM > > To: CentOS mailing list > > Subject: Re: [Cent

Re: [CentOS] Can't install Centos with DVD on KVM.

2010-06-28 Thread cliff here
still stumped. On Mon, Jun 28, 2010 at 9:51 AM, cliff here wrote: > Subject line explains most of it > > I'm trying to install Centos from a dvd iso, that has been verified on KVM > (Fedora 13) box. > > Virtual machine boots, and will launch anaconda and will test

[CentOS] Can't install Centos with DVD on KVM.

2010-06-28 Thread cliff here
Subject line explains most of it I'm trying to install Centos from a dvd iso, that has been verified on KVM (Fedora 13) box. Virtual machine boots, and will launch anaconda and will test the media, but on the next step after that it says it can't find CD media. ___