Re: [CentOS] Centos 6 - Persistant static routes

2015-03-12 Thread Jason Warr
On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz r...@htt-consult.com wrote: I know how to use 'ip' to set up a static route, e.g.: ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0 But if you reboot or restart network, you loose this. Thus you have to make it persistant. I

Re: [CentOS] Centos 6 - Persistant static routes

2015-03-12 Thread Jason Warr
On Thu, 12 Mar 2015 14:25:52 -0500, Warren Young w...@etr-usa.com wrote: ADDRESS0=192.168.128.0 NETMASK0=255.255.128.0 GATEWAY0=40.53.24.3 This is the scheme used in prior versions of RHEL. Are you saying this should not work in RHEL/Cent 7? It works fine for me in 5/6/7.

Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jason Warr
Starting back in RHEL/Cent 5 I found that the only way to make sure your interface enumeration was consistent after install with what you had during install was to create a udev rules file using the mac addresses as the key. It is easy to run a short script in postinstall to create it

Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jason Warr
coming up with the interfaces shuffled. It seems to *always* want to use the added ethernet card as eth0. On Wed, Feb 25, 2015 at 1:37 PM, Jason Warr ja...@warr.net wrote: Starting back in RHEL/Cent 5 I found that the only way to make sure your interface enumeration was consistent after install

Re: [CentOS] Kickstart with multiple eth devices

2015-02-26 Thread Jason Warr
something on the system after it reboots. :) On Wed, Feb 25, 2015 at 4:37 PM, Jason Warr ja...@warr.net wrote: On Wed, 25 Feb 2015 17:30:30 -0600, Ashley M. Kirchner ash...@pcraft.com wrote: On Feb 25, 2015 4:19 PM, Jason Warr ja...@warr.net wrote: It will if you try to configure the now non

Re: [CentOS] Kickstart with multiple eth devices

2015-02-26 Thread Jason Warr
wrote: Nope, it doesn't add it to the kernel boot parameters. That was the first thing I checked. As for the bootproto ... DUH. I didn't check that. :) That being solved, yeah it's not bringing up the add-in card now when it boots up. On Thu, Feb 26, 2015 at 12:50 PM, Jason Warr ja

Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jason Warr
On Wed, 25 Feb 2015 17:11:02 -0600, Ashley M. Kirchner ash...@pcraft.com wrote: Add rdblacklist=MODULE_NAME to your append line in pxelinux.conf file. Trying that next. It'll have to wait till tomorrow as we're under a serious blizzard/snow event right now and I'd like to get home

Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jason Warr
On Wed, 25 Feb 2015 17:30:30 -0600, Ashley M. Kirchner ash...@pcraft.com wrote: On Feb 25, 2015 4:19 PM, Jason Warr ja...@warr.net wrote: It will if you try to configure the now non-existent interface. That's what I figured, so I can remove it from the kickstart file, no problem

Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jason Warr
-0600, Ashley M. Kirchner ash...@pcraft.com wrote: Ok, when I run that, it creates a now custom 70-persistent-net.rules, but the interfaces are still out of order, with the added one listed first, and the built-ins 2nd and 3rd. On Wed, Feb 25, 2015 at 2:00 PM, Jason Warr ja...@warr.net wrote

Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jason Warr
. Right now I'm just looking at its console On Wed, Feb 25, 2015 at 3:37 PM, Jason Warr ja...@warr.net wrote: Define out of order in this case just so I know for sure what you mean. What my solution does, or at least does reliably in my case, is make sure the interfaces are in the same order

[CentOS] LVM hatred, was Re: /boot on a separate partition?

2015-06-23 Thread Jason Warr
On 6/23/2015 10:33 AM, Marko Vojinovic wrote: Inside / (which is mostly always ext4), 100% of the time. :-) That said, I prefer virtual machines over multiboot environments, and I absolutely despise LVM --- that cursed thing is never getting on my drives. Never again, that is... I'm curious

Re: [CentOS] LVM hatred, was Re: /boot on a separate partition?

2015-06-23 Thread Jason Warr
On 6/23/2015 3:31 PM, m.r...@5-cent.us wrote: Marko Vojinovic wrote: On Tue, 23 Jun 2015 14:23:52 -0400 Mauricio Tavares raubvo...@gmail.com wrote: On Tue, Jun 23, 2015 at 1:54 PM, Marko Vojinovic vvma...@gmail.com wrote: On Tue, 23 Jun 2015 11:15:30 -0500 Jason Warr ja...@warr.net wrote

Re: [CentOS] LVM hatred, was Re: /boot on a separate partition?

2015-06-25 Thread Jason Warr
On 6/24/2015 3:11 PM, Chuck Campbell wrote: Is there an easy to follow howto for normal LVM administration tasks. I get tired of googling every-time I have to do something I don't remember how to do regarding LVM, so I usually just don't bother with it at all. I believe it has some benefit

Re: [CentOS] /boot on a separate partition?

2015-06-26 Thread Jason Warr
On 6/26/2015 12:38 PM, Robert Heller wrote: At Fri, 26 Jun 2015 11:58:07 -0400 CentOS mailing list centos@centos.org wrote: On Thu, Jun 25, 2015 at 01:27:47PM -0600, Chris Murphy wrote: It's bad design. First, it's a nested mount: file system A on /, and file system B on /boot, and file

Re: [CentOS] LVM hatred, was Re: /boot on a separate partition?

2015-06-26 Thread Jason Warr
On 6/26/2015 12:34 PM, Chris Murphy wrote: At the moment, LVM RAID is only supported with conventional/thick provisioning. So if you want to do software RAID and also use LVM thin provisioning, you still need to use mdadm (or hardware RAID). You can do thin pools as RAID[1,5,N], just not

Re: [CentOS] LVM hatred, was Re: /boot on a separate partition?

2015-06-24 Thread Jason Warr
On 6/24/2015 2:06 PM, Chris Adams wrote: Once upon a time, m.r...@5-cent.us m.r...@5-cent.us said: Here's a question: all of the arguments you're giving have to do with VMs. Do you have some for straight-on-the-server, non-VM cases? I've used LVM on servers with hot-swap drives to migrate to

Re: [CentOS] Native ZFS on Linux

2015-06-01 Thread Jason Warr
On Mon, 01 Jun 2015 10:02:53 -0500, Chris Adams li...@cmadams.net wrote: All that matters for CentOS is: 1: Red Hat doesn't ship ZFS because of Red Hat's lawyers' interpretation of GPL+CDDL 2: Arguing about it here will not change #1 3: CentOS ships a clone of Red Hat Enterprise Linux and

Re: [CentOS] Native ZFS on Linux

2015-06-01 Thread Jason Warr
On Mon, 01 Jun 2015 11:06:20 -0500, Jonathan Billings billi...@negate.org wrote: On Mon, Jun 01, 2015 at 10:55:55AM -0500, Jason Warr wrote: I think that you need to simplify #1 to: 1: Red Hat doesn't ship ZFS As that is really all that matters and so that people can't argue that you

Re: [CentOS] rsync stuck at +- 50 MB/s, cp and scp are +- 200 MB/s

2015-08-11 Thread Jason Warr
Have you tried starting up an rsync daemon and running it without the ssh overhead? I occasionally do rsync over 10g lan and if I don't use a daemon or NFS then arc-four is enough to provide adequate speed. On August 11, 2015 11:34:48 AM CDT, Götz Reinicke goetz.reini...@filmakademie.de

Re: [CentOS] persistent change of max_stack_depth

2015-08-14 Thread Jason Warr
On Fri, 2015-08-14 at 16:31 +0100, Michael H wrote: Hi Thomas, Could anybody point me in the right direction for setting the kernel parameter, max_stack_depth, to 10240 for database tuning? I have currently set it by running 'ulimit -s 10240' but this does not survive a reboot.

Re: [CentOS] how do I stop automount of Hitichi Lifestudio USB drive

2015-08-14 Thread Jason Warr
On Fri, 2015-08-14 at 12:39 -0500, Michael Hennebry wrote: On Thu, 13 Aug 2015, Leon Fauster wrote: Could you provide more context information? Appliance setup, Dekstop setup, server setup? There exist a lot scenarios where something happen automagically? It's a Chimera Desktop 2014.

Re: [CentOS] persistent change of max_stack_depth

2015-08-15 Thread Jason Warr
On 8/15/2015 1:17 PM, Gordon Messmer wrote: On 08/14/2015 07:19 AM, Michael H wrote: I have currently set it by running 'ulimit -s 10240' but this does not survive a reboot. It's already been pointed out that you'll need to modify the init script, but just to make clear why that is the

Re: [CentOS] how to determine what's installed from a repository?

2015-07-21 Thread Jason Warr
On 7/21/2015 4:02 PM, Kay Schenk wrote: Hello all-- I am trying to determine what I have isntalled from a given repository. I have seen several references to yum repo-pkgs which I think is what would work for me, but repo-pkgs does not seem to be a part of yum 3.2.29. Is this a yum add on

Re: [CentOS] OT Strange IP address on home network

2015-10-28 Thread Jason Warr
It's a Zero Config IP address. Most likely a host with zero config enabled, pretty much all Windows by default, was unable to get an IP from DHCP. On 10/28/2015 9:04 AM, Timothy Murphy wrote: Why does "arp -a" show IP address 169.254.192.123 on my 192.168.2.0 home network? I recall seeing

Re: [CentOS] OT, hardware: HP smart array drive issue

2015-07-10 Thread Jason Warr
On 7/10/2015 12:49 PM, m.r...@5-cent.us wrote: Jason Warr wrote: On July 10, 2015 11:47:09 AM CDT, m.r...@5-cent.us wrote: Hi. Anyone working with these things? I've got a drive in predictive failure on in a RAID5. Now here's the thing: there was an issue yesterday when I got in, and I wound

Re: [CentOS] [OFFTOPIC] integrated LSI 3008 :: number of hdd support

2015-08-30 Thread Jason Warr
On 8/30/2015 4:59 AM, Adrian Sevcenco wrote: On 08/30/2015 12:02 PM, Mike Mohr wrote: In my experience the mass market HBAs and RAID cards typically do support only 8 or 16 drives. For the internal variety in a standard rack-mount server you'll usually see either 2 or 4 iPass cables (each of