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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
- 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
22 matches
Mail list logo