Re: kickstart resolv.conf problem with SL6

2011-04-05 Thread Ahmed El Zein
On Tue, 2011-04-05 at 07:47 -0600, Orion Poplawski wrote:
> On 04/05/2011 03:28 AM, Ahmed El Zein wrote:
> > - Original Message -
> > From: Ahmed El Zein 
> > Date: Tuesday, April 5, 2011 6:23 pm
> > Subject: kickstart resolv.conf problem with SL6
> > To: scientific-linux-us...@fnal.gov
> >
> >  >
> >  > Dear SL users,I am testing SL6 and my kickstart scripts are failing.
> > Specifically wgets are unable to resolve the hostname of the spacewalk
> > server.
> >  >
> >  >
> >  > I took a look and both /etc/resolv.conf and
> > /mnt/sysimage/etc/resolv.conf are missing the nameserver line. They both
> > just have a single line:
> >  > 
> >  > search 
> >  > --
> >  >
> >  >
> >  > These kickstart scipts work just find on my Centos 5.5 systems, so I
> > am not sure if this is a SL6 issue or some change in the kickstart
> > options that I am not aware of. I have looked but I can't find any
> > relevant difference between the RHEL5 and RHEL6 kickstart doco.
> >  >
> >  >
> >  > And help/info in this regard would be much appreciated.
> >  >
> > A quick follow up; After some more testing I noticed that when anaconda
> > first runs the resolv.conf file is fine. By the time the pre script runs
> > the resolv.conf is just the one line as I described it.
> 
> By any chance are you using DHCP with short lease times?  There was an 
> issue with clocks getting skewed during the install and leases expiring 
> and not getting renewed.  Looking at /tmp/anaconda.log and 
> /tmp/system.log from the VT2 terminal should tell you the story.

I am looking at the logs and the only network related log that coincides
with the resolv.conf file changing is:
<29> Arp 6 06:40:49 NetworkManager[542]:ifcfg-rh:
updating /etc/sysconfig/network-scripts/ifcfg-eth0

at that point /etc/sysconfig/network-scripts/ifcfg-eth0 changes and gets
an NM_CONTROLLED="yes" added to it and the /etc/resolv.conf file is
replaced with the single lined one.


-- 
Ahmed H. El Zein
Data Services Specialist
ANU Supercomputer Facility
Room 315, Leonard Huxley Building (#56), Mills Road
The Australian National University
Canberra ACT 0200 Australia

T: +61 2 6125 0539
F: +61 2 6125 8199
M: +61 4 4913 5073
W: http://anusf.anu.edu.au/ 

CRICOS Provider #00120C



Re: kickstart resolv.conf problem with SL6

2011-04-05 Thread Ken Teh

You can use DNS names in the script sections of the kickstart.  It's documented 
in the TUV's 6.0 manuals.  Don't forget to use -o nolock if you are mounting 
NFS.


On 04/05/2011 04:28 AM, Ahmed El Zein wrote:

- Original Message -
From: Ahmed El Zein 
Date: Tuesday, April 5, 2011 6:23 pm
Subject: kickstart resolv.conf problem with SL6
To: scientific-linux-us...@fnal.gov

 >
 > Dear SL users,I am testing SL6 and my kickstart scripts are failing. 
Specifically wgets are unable to resolve the hostname of the spacewalk server.
 >
 >
 > I took a look and both /etc/resolv.conf and /mnt/sysimage/etc/resolv.conf 
are missing the nameserver line. They both just have a single line:
 > 
 > search 
 > --
 >
 >
 > These kickstart scipts work just find on my Centos 5.5 systems, so I am not 
sure if this is a SL6 issue or some change in the kickstart options that I am not 
aware of. I have looked but I can't find any relevant difference between the RHEL5 
and RHEL6 kickstart doco.
 >
 >
 > And help/info in this regard would be much appreciated.
 >
 >


A quick follow up; After some more testing I noticed that when anaconda first 
runs the resolv.conf file is fine. By the time the pre script runs the 
resolv.conf is just the one line as I described it.


Thanks,
Ahmed


Re: Intel 82579 Gbit LAN chipsets

2011-04-05 Thread Alan Bartlett
On 5 April 2011 19:11, Chris Tooley  wrote:

> I am wondering whether the Intel 82579 Gbit LAN chipsets are supported
> natively by any packages or the kernel, or whether I have to install a newer
> driver?

Hi Chris,

Assuming you currently don't have the hardware available to run
/sbin/lspci -n, thus obtaining the Vendor:Device ID Pairing (the
device fingerprint) for the NIC, I can only say that the e1000e driver
should support that device.

If the distro version of the driver proves to be lacking, then (as
Mark has already mentioned) the ELRepo Project has the latest version
available as the kmod-e1000e package [1].

Regards,
Alan.

[1] http://elrepo.org/tiki/kmod-e1000e


Re: Intel 82579 Gbit LAN chipsets

2011-04-05 Thread Mark Stodola

Chris Tooley wrote:

Hello all,

I am wondering whether the Intel 82579 Gbit LAN chipsets are supported 
natively by any packages or the kernel, or whether I have to install a 
newer driver?


Thanks,
~Chris Tooley
I try to use Intel NICs as often as possible.  If the standard SL kernel 
doesn't support it, ELRepo (http://elrepo.org/) typically has the latest 
driver ready to drop in without hassle.


Cheers,
Mark

--
Mr. Mark V. Stodola
Digital Systems Engineer

National Electrostatics Corp.
P.O. Box 620310
Middleton, WI 53562-0310 USA
Phone: (608) 831-7600
Fax: (608) 831-9591


Intel 82579 Gbit LAN chipsets

2011-04-05 Thread Chris Tooley

Hello all,

I am wondering whether the Intel 82579 Gbit LAN chipsets are supported 
natively by any packages or the kernel, or whether I have to install a 
newer driver?


Thanks,
~Chris Tooley


Re: kickstart resolv.conf problem with SL6

2011-04-05 Thread Orion Poplawski

On 04/05/2011 03:28 AM, Ahmed El Zein wrote:

- Original Message -
From: Ahmed El Zein 
Date: Tuesday, April 5, 2011 6:23 pm
Subject: kickstart resolv.conf problem with SL6
To: scientific-linux-us...@fnal.gov

 >
 > Dear SL users,I am testing SL6 and my kickstart scripts are failing.
Specifically wgets are unable to resolve the hostname of the spacewalk
server.
 >
 >
 > I took a look and both /etc/resolv.conf and
/mnt/sysimage/etc/resolv.conf are missing the nameserver line. They both
just have a single line:
 > 
 > search 
 > --
 >
 >
 > These kickstart scipts work just find on my Centos 5.5 systems, so I
am not sure if this is a SL6 issue or some change in the kickstart
options that I am not aware of. I have looked but I can't find any
relevant difference between the RHEL5 and RHEL6 kickstart doco.
 >
 >
 > And help/info in this regard would be much appreciated.
 >
A quick follow up; After some more testing I noticed that when anaconda
first runs the resolv.conf file is fine. By the time the pre script runs
the resolv.conf is just the one line as I described it.


By any chance are you using DHCP with short lease times?  There was an 
issue with clocks getting skewed during the install and leases expiring 
and not getting renewed.  Looking at /tmp/anaconda.log and 
/tmp/system.log from the VT2 terminal should tell you the story.



--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com


Re: Problem running gnuplot42 on SL5.4

2011-04-05 Thread pkoro
Hi Troy, 

thank you for your assistance. 

> The quick fix is to do the following
> ln -s /usr/libexec/gnuplot42/4.2/gnuplot_x1142 
> /usr/libexec/gnuplot42/4.2/gnuplot_x11


Yes, this is actually what I also did as a quick fix. 

> We had several people test this before we put it into the release, I am quite 
> surprised this wasn't seen.  We'll work on a better solution.

Ok! thank you once more. 

Best, 
Paschalis

Scientific Computing Support Unit

--

Scientific Computing Center, Aristotle University of Thessaloniki
University Campus,  GR 541 24, School of Sciences, Building 22A
Tel. +302310998988, Fax. +302310994309, http://www.grid.auth.gr



smime.p7s
Description: S/MIME cryptographic signature


Re: 389 Directory Server for SL6

2011-04-05 Thread Sean Murray

On 04/05/2011 12:02 PM, Rupert Kolb wrote:

Hi,

where is the 389 Directory Server for Scientific 6?




"389-ds-base will be going into RHEL 6 at some point.  We cannot put it in EPEL6 
because it would conflict.  We are interested in suggestions about how to provide binary 
packages on EL6."
quoted from Rich Megginson archives of 389 list 26/1/2011.

Cheers
Sean


thanks in advance

Rupert





smime.p7s
Description: S/MIME Cryptographic Signature


389 Directory Server for SL6

2011-04-05 Thread Rupert Kolb

Hi,

where is the 389 Directory Server for Scientific 6?

thanks in advance

Rupert


Re: kickstart resolv.conf problem with SL6

2011-04-05 Thread Ahmed El Zein
- Original Message -
From: Ahmed El Zein 
Date: Tuesday, April 5, 2011 6:23 pm
Subject: kickstart resolv.conf problem with SL6
To: scientific-linux-us...@fnal.gov

> 
> Dear SL users,I am testing SL6 and my kickstart scripts are 
> failing. Specifically wgets are unable to resolve the hostname of the 
> spacewalk server.
> 
> 
> I took a look and both /etc/resolv.conf and /mnt/sysimage/etc/resolv.conf are 
> missing the nameserver line. They both just have a single line:
> 
> search 
> --
> 
> 
> These kickstart scipts work just find on my Centos 5.5 systems, so I am not 
> sure if this is a SL6 issue or some change in the kickstart options that I am 
> not aware of. I have looked but I can't find any relevant difference between 
> the RHEL5 and RHEL6 kickstart doco.
> 
> 
> And help/info in this regard would be much appreciated.
> 
> 


A quick follow up; After some more testing I noticed that when anaconda first 
runs the resolv.conf file is fine. By the time the pre script runs the 
resolv.conf is just the one line as I described it.


Thanks,
Ahmed


kickstart resolv.conf problem with SL6

2011-04-05 Thread Ahmed El Zein

Dear SL users,I am testing SL6 and my kickstart scripts are 
failing. Specifically wgets are unable to resolve the hostname of the spacewalk 
server.


I took a look and both /etc/resolv.conf and /mnt/sysimage/etc/resolv.conf are 
missing the nameserver line. They both just have a single line:

search 
--


These kickstart scipts work just find on my Centos 5.5 systems, so I am not 
sure if this is a SL6 issue or some change in the kickstart options that I am 
not aware of. I have looked but I can't find any relevant difference between 
the RHEL5 and RHEL6 kickstart doco.


And help/info in this regard would be much appreciated.


Thanks,
Ahmed H. El Zein
Data Services Specialist
ANU Supercomputer Facility
Room 315, Leonard Huxley Building (#56), Mills Road
The Australian National University
Canberra ACT 0200 Australia


T: +61 2 6125 0539
F: +61 2 6125 8199
M: +61 4 4913 5073
W: http://anusf.anu.edu.au/ 


CRICOS Provider #00120C