» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

ryan (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase RHEL5? The contents of RHEL5 page and all pages directly attached to RHEL5 will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
RHEL5

RHEL5

sorted by: recent | see : popular
Content Tagged RHEL5

Re: Problems with realtek r8168B ethernet controller

_______________________________________________ rhelv5-list mailing list rhelv5-list-H+wXaHxf7aLQT0dZR+AlfApublic.gmane.org https://www.redhat.com/mailman/listinfo/rhelv5-list

RHEL5: RHEL5 Release Mailing List

Problems with realtek r8168B ethernet controller

_______________________________________________ rhelv5-list mailing list rhelv5-list-H+wXaHxf7aLQT0dZR+AlfApublic.gmane.org https://www.redhat.com/mailman/listinfo/rhelv5-list

RHEL5: RHEL5 Release Mailing List

Re: Errors when I try to install rhythmbox-0.11.6-1.8

Yes I am sure ... [usersilmarillion sysconfig]$ sudo getenforce Disabled [usersilmarillion sysconfig]$ Michael Green wrote:

RHEL5: RHEL5 Release Mailing List

Re: expect scripts in %POST of Kickstart

Thanks for the tips! At some point I decided to put an infinite sleep(1) loop in the %POST to earn some time in order to dive into the chroot environment under Alt-F2 and experiment a bit. No matter what I did I couldn't make the expect script to work. My knowledge of expect is limited at best. The original expct script was produced by autoexpect and it had this line: spawn $env(SHELL) which failed in chrooted env. I realized that the variable $SHELL is empty so I replaced the line by: spawn /bin/bash but this didn't work either complaining that there are not enough pseudo terminals exist. I had more success with the second approach (thanks Iain!) using inst_sge utility. But again there were several caveats. First it took me a considerable amount of time to realize that the $HOSTNAME in chrooted env is not set. inst_sge wouldn't complete properly when this var is empty. In addition kernel's kernel.hostname had to be set too via 'sysctl -w' too. Even though the problem is solved I'm still puzzled with how to make expect scripts work in kickstart. On Fri, Sep 5, 2008 at 12:13 PM, Iain Morrison public.gmane.org> wrote:

RHEL5: RHEL5 Release Mailing List

RE: expect scripts in %POST of Kickstart

Hi, Can you not run the agent installation from the command line - this is what we do inst_sge -x -noremote -auto /n1/ge/6.1_U4/cXX-auto.conf [We install the client using cfengine but it should weork in kickstart as well.] iain ---------------------------------------- Iain Morrison IT Manager MRC Epidemiology Unit Institute of Metabolic Science Box 285 Addenbrooke's Hospital Hills Road Cambridge CB2 0QQ Tel (01223) 769200 http://www.mrc-epid.cam.ac.uk/

RHEL5: RHEL5 Release Mailing List

Re: expect scripts in %POST of Kickstart

I need to drive an interactive installation of execution daemon of N1GE (Sun Grid Engine) as part of Kickstart installation. I have 20 new machines here waiting to be installed (followed by another 20), to become execution nodes of an HPC cluster. The master/head node is already installed and has N1GE master scheduler up and running, waiting for execution nodes to join. The installation of the exec daemon is not RPM based but bash-powered wizard style of thing. I've prepared an expect script that supplies all the answers (just a bunch of consecutive expect-send statements) to the wizard and it works great when I run it by hand on freshly installed exec node, but doesn't work when run as part of %POST. I guess something is not right in pre-expect part of my %POST workflow. Just wanted to verify that expect scripts work in general for other people in their %POST sections. On Fri, Sep 5, 2008 at 8:31 AM, John Summerfield public.gmane.org> wrote:

RHEL5: RHEL5 Release Mailing List

Re: expect scripts in %POST of Kickstart

... ... Can you run your %post with: %post --log /mnt/sysimage/root/post-install.log and see if any error messages gets logged? Mogens

RHEL5: RHEL5 Release Mailing List

Re: expect scripts in %POST of Kickstart

If your answers will be the same, regardless of the machine, then one would assume that the result is similar on each machine. In the situation I had yesterday (installing Netbeans IDE, java GUI installer) it was moumentally easier to install it once, tar.gz the resulting directory and un-tar.gz it on to the machines in Kickstart. Even if each install is slightly unique (e.g. includes the hostname in a config file) I've always found it easier to do the above and then write a script to edit the config file with the correct results. -- Sam

RHEL5: RHEL5 Release Mailing List

Re: expect scripts in %POST of Kickstart

I'd not thought of doing that,but based on the little I have done with expect I expect it would. What do you need to do?

RHEL5: RHEL5 Release Mailing List

Re: Site-specific customisations: best practice?

Surely one place is enough?

RHEL5: RHEL5 Release Mailing List

[apache question] max clients and req/sec

_______________________________________________ rhelv5-list mailing list rhelv5-list-H+wXaHxf7aLQT0dZR+AlfApublic.gmane.org https://www.redhat.com/mailman/listinfo/rhelv5-list

RHEL5: RHEL5 Release Mailing List

RE: getting started with xen

Am Donnerstag, den 04.09.2008, 20:01 +0000 schrieb Tangren, Bill: Click Download, then view it with an editor.

RHEL5: RHEL5 Release Mailing List

getting started with xen

I am new to installing virtual machines, and am trying to work through examples in the RH virtualization guide, to set up paravirtualization on a box on which I have the xen kernel loaded (and the virtualization channel enabled). The problem I am running into is the location of the installation files. It appears that I cannot install from my install CDs, that I have to have an ftp or http install location. I'd like the guest to be another RH 5 distro. Where can I find, or how can I set up, an installation tree to use to do this? This is very frustrating. I cannot find examples of how to do it. I CAN find examples of fedora boot images on a fedora web site, but nothing for RH 5? Could someone point me in the right direction please? --- Bill Tangren U.S. Naval Observatory

RHEL5: RHEL5 Release Mailing List

Re: getting started with xen

_______________________________________________ rhelv5-list mailing list rhelv5-list-H+wXaHxf7aLQT0dZR+AlfApublic.gmane.org https://www.redhat.com/mailman/listinfo/rhelv5-list

RHEL5: RHEL5 Release Mailing List

RE: getting started with xen

_______________________________________________ rhelv5-list mailing list rhelv5-list-H+wXaHxf7aLQT0dZR+AlfApublic.gmane.org https://www.redhat.com/mailman/listinfo/rhelv5-list

RHEL5: RHEL5 Release Mailing List

Page 1 | Next >>
Username:
Password:
(or Cancel)