Displaying 20 results from an estimated 20000 matches similar to: "kiskstart question"
2011 Jul 21
8
nouveau driver one centos 6
I "wish" to not load the or even install the nouveau driver by default.
I want to use the NVIDIA binary driver.
I have tried a number of things:
1) in my kickstart package section add the line:
-xorg-x11-drv-nouveau
This did not work - it was still installed.
2) use the nvidia installer and it asks to create a modprobe.conf file 
to blacklist
the driver. I said yes thats what I want.
2016 Aug 15
4
DAHDI on CentOS 7
What is needed to get DAHDI to start up correctly on CentOS 7 and systemd...
I am using DAHDI-linux-complete 2.11.1
I saw mention in my search that it has been fixed after 2.11.1 but cannot
find
what the fix is.
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 22
3
kickstart ksdevice in centos6
I have a line in my kickstart file (ksdevice)
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Default network to boot
ksdevice=eth0
# Auto reboot (to being next install faze)
reboot
However its still poping up and asking me eth0 or eth1 for install?
Has this operation changed?
Thanks,
Jerry
2009 Apr 10
4
installing updates in post kickstart
I can do a yum update in my post kickstart (which is what I am doing now 
actually).
However, I want to save network time at installations.
If I copy down the files from centos/5.3/updates/x86_64/RPMS
and place them in a directory local on my network,
can I just "rpm -U /mnt/directory/updates/x86_64/RPMS*"
in my post section?
Assuming I have nfs mounted the directory of course...
2009 Jun 12
3
kickstart question
Hi all,
I have a kickstart file that works for /dev/sda.
I now need to detect an HP server and use /dev/cciss instead of hard 
coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and 
not /dev/sda?
Jerry
2012 Feb 03
5
install detecting disk as sdb not sda
I am trying to install 6.2 on a machine.
I am using PXE as I have done so a number of times.
My hard disk is being detected as sdb and not sda.
My kickstart config is wanting it at sda.
There are no other disks in the unit. It has and SD slot and an esata
although BIOS does not appear to have a disable for either of those devices.
Is there anyway to "force" the disk to sda ?
or find
2013 Feb 14
5
motherboard for cents 6.3
Seems like overnight every motherboard that worked with linux has 
DROPPED off
the face of the earth.
Every motherboard I looked at is using the realtek 8111 chipset and a 
northbridge
that is not supported.
Example: GIGABYTE GA-970A-DS3, does not work with linux
I tried disabling the onboard NIC and using a PCI-E intel card I always use
and that would not work either. The north or south bridge
2009 Apr 28
2
new install and software raid
Is there a reason why after a software raid install (from kickstart)
that md1 is always unclean. md0 seems fine.
boot screen says md1 is dirty and
cat /proc/mdstat show md1 as being rebuilt.
Any ideas?
Jerry
--------------- my kickstart --------------
echo "bootloader --location=mbr --driveorder=$HD1SHORT --append=\"rhgb 
quiet\"                                  " > 
2014 Sep 25
3
/etc/init.d CentOS 7
There is a README file on CentOS 7 in /etc/init.d
that says
Note that traditional init scripts continue to function on a systemd
system. An init script /etc/rc.d/init.d/foobar is implicitly mapped
into a service unit foobar.service during system initilization
So I dropped my file in the above directory, rebooted and my item did not
start.
doing "systemctl list-unit-files | grep
2015 Jul 03
2
get ride of initial screen on CentOS 7
Through kickstart I setup everything I need.
On CentOS 7 I still get the "welcome" screen followed by
a couple more then your ready to start using centos
how do I get Rid of those series of screens ?
Thanks
Jerry
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64.
the transcript below (hangs for 60 seconds) at the line:
MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56 
AUTH=root at devcentos5x64.msgnet.com
The email succeeds - but I am trying to figure out the 60 second delay.
Neither email server is busy. Nothing is waiting.
the DNS on both machines point to the same nameserver. The DNS
2009 Apr 21
2
gdm login as root automatically
Hi all,
I was wondering if someone knows how to "automatically" login as root 
with gdm and gnome.
I have been doing some searching, and havent been able to find a method. 
I dont want to login
automatically all the time - its just part of install setup.
1) kickstart install
2) post section do somethings
3) setup so on reboot auto login as root
4) complete installing some things and
2005 Oct 10
2
centos on 64M 350Mhz pentimum II
All,
I have an old computer 64M 350Mhz pentium II.
centos os 4.1 installs on it fine. however on boot
it says low memory and it kills certain processes. httpd or sendmail.
I have a 2GIG swap and I did a chkconfig XXX off on a few things
like xfs, nfs, httpd, kudzu.
My old 2.4 kernel used to run in 4M with a swap...
I had recompiled the kernel (took a while) to enable the cyclades module.
Any
2008 Jun 05
3
isolinux on a pendrive from disk 1
Hi
I just grabbed an 8gig thumb drive, took disk 1 centos 4 i386,
copied the isolinux directory files to my thumbdrive, then ran syslinux 
-sf /dev/sdc1
on the device plugged it into my laptop  and it does not boot.
Is there a step(s) I am missing to get a bootable thumbdrive with centos?
Thanks,
Jerry
2008 Feb 04
1
kickstart post install show in a window
Is there a way to get all the commands in the post install section from 
kickstart
to show in a window on the X window screenas they are being executed?
Jerry
2011 May 27
2
local repo
Hi all,
When I am installing I use kickstart and have a line like:
    repo --name=Updates 
--baseurl=http://192.168.1.14/centos/5.6/updates/x86_64/
and that works great for installing the OS.
After that the machine reboots and I have it automatically go into 
additional installations running scripts.
These installations do "yum install XXX".
However, its no longer using my above repo
2005 Dec 19
7
Compaq V2000 laptop no USB recognized
To continue here with problems on this compaq v2000
laptop, I put kernel source on a USB disk and plugged it
into the v2000. NOTHING IS recognized.
I tried to manually mount the disk and nothing either...
I thought USB was well established....
I thought trying to recompile the kernel for realtek support
might get my networking going...
I am stuck???
Jerry
-------------- next part
2011 Sep 09
3
disk duplication question
I have need to duplicate centos 6 on 133 computers.
I purchased a disk duplicator make my master and the duplicator does 11 
at a time.
All is good so far...
When I take a duplicated disk and stick it in the "new" box which is 
different than the
master machine of course all seems to work except the network.
So of course the MAC address for the NIC doesn't match so the network 
2011 Jul 22
2
problem starting X11 on centos 6
Hi All,
I had an issue. Manually installing Centos 6 everything worked X11 came 
up with nvidia binary drivers. Cool.
However, I am working on a kickstart install for Centos 6 and that was 
not working. When I started X it
would hang. no mouse no keyboard. however , remote ssh was available and 
worked.
Thinking I had some serious bug in nvidia binary was my thought - but I 
kept looking.
I saw
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686.
I seem to have an o pen  r elay sendmail server.
How do I close it?
I have the STRAIGHT centos install sendmail.mc file.
Only thing I changed was:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
so as to allow incoming email and not just localhost. however this seems 
to relay everyone.
I looked at http://www.sendmail.org/tips/relaying but it