Re: [CentOS] home on nfs

2017-11-01 Thread Peter Kjellström
On Mon, 30 Oct 2017 17:02:08 +0100 hw wrote: > Jonathan Billings writes: > > > On Oct 28, 2017, at 23:15, hw wrote: > >> > >> Jonathan Billings writes: > >> > On Oct 27, 2017, at 10:21, hw wrote: > > Hi, > > I have the home directory of a user on an nfs serve

[CentOS] Kickstart ksdevice question

2017-11-01 Thread Mark Haney
This should be easy to answer (I hope).  We routinely kickstart boxes to use for managing our customers RADIUS/DHCP configurations (along with other things).  We've had a C7 kickstart in place since I built one in May and are finally starting to roll it out for new installations.  But, I'm curi

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Nux!
Hello, ksdevice specifies which NIC to be used during the network install. The new naming conventions indeed make this more complicated than it needs to be. To go back to the old naming scheme (eth0, eth1 ...) just add this to boot parameters (kernel cmdline): biosdevname=0 net.ifnames=0 HTH L

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Chris Adams
Once upon a time, Mark Haney said: > This should be easy to answer (I hope).  We routinely kickstart > boxes to use for managing our customers RADIUS/DHCP configurations > (along with other things).  We've had a C7 kickstart in place since > I built one in May and are finally starting to roll it o

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread m . roth
Nux! wrote: > Hello, > > ksdevice specifies which NIC to be used during the network install. > > The new naming conventions indeed make this more complicated than it needs > to be. To go back to the old naming scheme (eth0, eth1 ...) just add this > to boot parameters (kernel cmdline): > biosdevnam

Re: [CentOS] Problems with kernel-3.10.0-693.5.2.el7.x86_64

2017-11-01 Thread Gregory P. Ennis
On 10/28/2017 02:55 PM, Gregory P. Ennis wrote: > Date: Sat, 28 Oct 2017 12:03:51 -0700 > > On 10/28/2017 11:30 AM, Gregory P. Ennis wrote: > > On each of these units I am using the video from the mother board > > which > > is : > > > > Base Board Information > >  Manufacturer: ASUSTeK C

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Mark Haney
On 11/01/2017 10:28 AM, m.r...@5-cent.us wrote: Nux! wrote: Hello, ksdevice specifies which NIC to be used during the network install. The new naming conventions indeed make this more complicated than it needs to be. To go back to the old naming scheme (eth0, eth1 ...) just add this to boot pa

[CentOS] NoScript allow scripts globally reversible?

2017-11-01 Thread Michael Hennebry
I'm running NoScript because otherwise Firefox freezes up a lot. Recently I've had difficulty accessing a site. I suspect the reason is that it uses redirection in a way that frustrates my efforts to give it permission. To test the notion, I'm considering temporarily allowing script globally. How

[CentOS] Centos and xen network bridge issue

2017-11-01 Thread Scott Gennari
Hi All, We have a single Centos 5.11 server running a xen hypervisor that went down hard after an extended power outage this weekend. I'm mostly familiar for KVM as that is the majority of what our guests run under and have tried getting up to speed on xen bridging to no avail. The problem i

Re: [CentOS] NoScript allow scripts globally reversible?

2017-11-01 Thread Michael Hennebry
On Wed, 1 Nov 2017, Michael Hennebry wrote: I'm running NoScript because otherwise Firefox freezes up a lot. Recently I've had difficulty accessing a site. I suspect the reason is that it uses redirection in a way that frustrates my efforts to give it permission. To test the notion, I'm consider

Re: [CentOS] NoScript allow scripts globally reversible?

2017-11-01 Thread m . roth
Michael Hennebry wrote: > > I'm running NoScript because otherwise Firefox freezes up a lot. > Recently I've had difficulty accessing a site. > I suspect the reason is that it uses redirection in a way that > frustrates my efforts to give it permission. > To test the notion, I'm considering tempora

Re: [CentOS] NoScript allow scripts globally reversible?

2017-11-01 Thread Frank Cox
On Wed, 1 Nov 2017 09:51:27 -0500 (CDT) Michael Hennebry wrote: > To test the notion, I'm considering temporarily allowing script globally. > How hard is it to reverse? mv ~/.mozilla ~/mozilla-old firefox rm -r ./.mozilla mv ~/mozilla-old .mozilla -- MELVILLE THEATRE ~ Real D 3D Digital Cinema

Re: [CentOS] NoScript allow scripts globally reversible?

2017-11-01 Thread Robert Nichols
On 11/01/2017 09:51 AM, Michael Hennebry wrote: I'm running NoScript because otherwise Firefox freezes up a lot. Recently I've had difficulty accessing a site. I suspect the reason is that it uses redirection in a way that frustrates my efforts to give it permission. To test the notion, I'm cons

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Tristan Hoar
On Wed, 2017-11-01 at 08:45 -0400, Mark Haney wrote: > This should be easy to answer (I hope). We routinely kickstart boxes > to > use for managing our customers RADIUS/DHCP configurations (along > with > other things). We've had a C7 kickstart in place since I built one > in > May and are fin

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Chris Adams
Once upon a time, Tristan Hoar said: > Strictly speaking it is depricated > https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#d > eprecated-options Yeah, looking at my kickstart setup, I don't actually specify it anymore because it is automatic. The important thing is adding

Re: [CentOS] Centos and xen network bridge issue

2017-11-01 Thread Gordon Messmer
On 11/01/2017 07:55 AM, Scott Gennari wrote: /etc/xen/scripts/network-bridge-pcl #/bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=1 netdev=eth2 bridge=xen-dmz2 "$dir/network-bridge" "$@" vifnum=3 netdev=eth0 bridge=xen-dmz1 Do you get any error output when you run: /etc/xen/sc

Re: [CentOS] NoScript allow scripts globally reversible?

2017-11-01 Thread Michael Hennebry
On Wed, 1 Nov 2017, Robert Nichols wrote: On 11/01/2017 09:51 AM, Michael Hennebry wrote: Recently I've had difficulty accessing a site. I suspect the reason is that it uses redirection in a way that frustrates my efforts to give it permission. To test the notion, I'm considering temporarily al

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Mark Haney
On 11/01/2017 01:57 PM, Tristan Hoar wrote: Strictly speaking it is depricated https://anaconda-installer.readthedocs.io/en/latest/boot-options.html#d eprecated-options Regards, Tris Okay, so it looks like I can simply change ksdevice=eth0  to bootdev=eth0, correct? -- Mark Haney Network

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Chris Adams
Once upon a time, Mark Haney said: > Okay, so it looks like I can simply change ksdevice=eth0  to > bootdev=eth0, correct? I believe you can just leave both off (IIRC for CentOS 6 as well) if you add "ipappend 2" to the pxelinux stanza. -- Chris Adams __

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Mark Haney
On 11/01/2017 03:25 PM, Chris Adams wrote: Once upon a time, Mark Haney said: Okay, so it looks like I can simply change ksdevice=eth0  to bootdev=eth0, correct? I believe you can just leave both off (IIRC for CentOS 6 as well) if you add "ipappend 2" to the pxelinux stanza. I probably should

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Chris Adams
Once upon a time, Mark Haney said: > On 11/01/2017 03:25 PM, Chris Adams wrote: > >Once upon a time, Mark Haney said: > >>Okay, so it looks like I can simply change ksdevice=eth0  to > >>bootdev=eth0, correct? > >I believe you can just leave both off (IIRC for CentOS 6 as well) if you > >add "ipa

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread James A. Peltier
- On 1 Nov, 2017, at 13:07, Chris Adams li...@cmadams.net wrote: | Once upon a time, Mark Haney said: |> On 11/01/2017 03:25 PM, Chris Adams wrote: |> >Once upon a time, Mark Haney said: |> >>Okay, so it looks like I can simply change ksdevice=eth0  to |> >>bootdev=eth0, correct? |> >I belie