similar to: Installing CentOS over LAN

Displaying 20 results from an estimated 30000 matches similar to: "Installing CentOS over LAN"

2007 Feb 15
6
%include command in Kickstart
I have a kickstart file that basically runs the following: install nfs --server=nfserver.blah.local --dir=/vol/updts/staging/CentOS_4.3 #include %some_file.cfg I want to be able to access or "include" a file on the nfs share not the local CDROM I've got this on. How do I do that? === Al
2009 Jul 27
4
What's the configure specs for the generic Apache install of CentOS x86_64 5.3?
I'm trying to install apache 2.2.x from a tarball. And it works. But I'm also trying to install modsecure, and I can't get that to work. It might help to know what CentOS uses to install Apache when doing the ./configure. === Al
2007 Jul 31
2
Linux File System w/case-insensitivity
I used to mount some files via Samba which resided on a windows machine on a CentOS box. We moved the files to a NetApp filer, and I was unable to mount those files using either Samba or CIFS. Most of my problems with Samba were related to the (Windows?) password encryption scheme that has not been included in the Samba suite. Even if I use the mount t cifs, it didn't work. So on the
2007 Mar 26
2
Disabling selinux at boot command prompt
I noticed in 4.92 there is no disabling selinux at install. It is now a firstboot option which then requires a reboot. Is there anyway to disable selinux at the boot install prompt so after the firstboot screens it wont reboot again? I presently install with "linux askmethod" so I can select NFS install. Thanks, Jerry
2018 May 25
1
Clone a custom CentOS 7 desktop using G4L over FTP
Hi, A couple months ago, I migrated our local school (two servers, 20 desktop clients) from Slackware 14.1 to CentOS 7. The desktop clients are running a customized lightweight desktop based on Xfce: https://blog.microlinux.fr/poste-de-travail-xfce-centos-7/ Home directories are all on the server, and authentication is centralized. Everything works fine so far. With Slackware I had found a
2008 Sep 24
2
non-graphics install or fix xorg.conf?
Trying the to install on the OQO, and hitting up against one problem I see a lot in the comments about installing various distros on it. That is its screen size. So I could install using the text installation except... What is the command line for text install and askmethod so I can use HTTP to access my local repo? What do I add to 'linux askmethod'? And if I go the text install
2006 Jul 28
4
Kickstart from floppy falling into regular install
I took my anaconda-ks.cfg file, cp to ks.cfg and copied to a floppy The isos have been copied to an ftp server. So I had the following lines in my ks.cfg intall url ftp://10.1.1.1// (yes the ftp server's directory is the Centos directory) This is along with all the appropriate network command to get the ethernet setup. I issue the linux ks=floppy (also tried linux
2006 Jun 30
2
Boot into operating system after PXE boot
Hi all, I would like to check with you all if the following is possible: I'd like to combine G4L (Ghost clone) with PXE (been done before) but in such a way that an option in LDAP is checked after booting with PXE. If it's set, a certain program is executed with certain parameters (G4L), if not, the PC should continue to boot in it's installed operating system. Is the latter
2008 Jul 30
2
X-Windows Login
I have a server with all the x-windows stuff installed. But it's giving me a text based login prompt on the console. I can log onto the console, and run gnome-session and GNOME comes up fine. How do I turn it on so that I get a X-Window GUI login prompt? === Al
2011 Sep 20
5
Installation of 6.0
Some observations. When I installed 6.0 (base install), the installation interface did not guide me through a network configuration.? I do static IP addresses, not DHCP. I ended up manually configuring the various /etc/sysconfig files.? I forgot to do the GATEWAY configuration and it took me awhile to figure out why I wasn't able to connect to the server from outside the LAN. I also forgot
2007 Jun 07
2
Standard RH iptables analysis
This is a standard RedHat / CentOS firewall configuration, where I told it, through the standard RH setup GUI, that I want ssh and snmp allowed through. Chain INPUT (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere anywhere Chain FORWARD (policy ACCEPT) target prot opt source
2007 Sep 20
5
Disk De-Fraging in Linux
A couple of questions. Are there any linux tools that can de-frag an ext2/3 partition? Are there any advantages to doing so if you're running hardware RAID5? Are there advantages / disadvantages if you're running LVM? === Al
2013 Mar 14
3
ntfs-3g
I'm looking for ntfs-3g.? I'm getting lots of hits through google, but I'm suspicious of some of the sites. The one rpm I downloaded from rpmfind wouldn't install because of some missing library.? Where's a good place to get the tarball? ??? === Al
2007 Feb 21
1
Updating a distribution
I've got a CentOS 4.3 distribution in nfs mount. I'd like to be able to update that distribution, so that when I install off of it, I don't have to run yum update for hours. Hints? === Al
2007 Mar 19
3
Shell Question
So I list out some directories, and I redirect the output to a file called "out". I do it with: find . \( -type d ! -name . -prune \)' > out I then go into "out" using my favorite editor and remove any directories I don't want to search. When I do a find `cat out` -name 'something*' I get an error on any directories with whitespace in them. When I
2008 Jan 16
5
Capturing Packets -- Ethereal
This may be off topic, but I think my ethereal question might be simple enough. I am presently compiling ethereal on a CentOS platform to check it out. But the packets I want to monitor are actually on a different CentOS platform, and I'd rather not install Ethereal on it, if for no other reason I don't have X-Windows installed on that platform. My question is, can I monitor/write
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory is actually owned by root, but ~ftp/pub is owned by ftp. Here's the vsftpd.conf: anonymous_enable=YES anon_upload_enable=YES local_enable=NO write_enable=NO local_umask=022 dirmessage_enable=YES
2009 May 11
2
iso creation with dd
I placed a CD in a drive. I ran sudo dd sudo dd if=/dev/cdrom of=HMI_B_Image_File_4-23-09_disk_1.iso It completed. I then transferred the ISO file to an XP machine, use Sonic to burn the ISO file to another CD, and there was a file missing (the largest) in the burned CD. Seems like the data got transferred through the dd, but not a file name. What might I be doing wrong? === Al
2008 Sep 22
2
install of Pod::Simple through CPAN
I'm running CentOS 4.4. I'm trying to install swatch (a log watcher) using CPAN. It's getting hung up on trying to install a dependency, Pod::Simple So before I get too wrapped up in this, I have the following questions: 1. Is there an alternative way to install swatch? I didn't get a hit when I tried yum. 2. I'm not wedded to swatch. Is there another log checker
2008 Sep 24
2
Installing perl modules using yum?
I'm trying to install swatch using rpmbuild. I'm getting dependency errors saying that I need perl(Date::Calc), perl(Date::Format), and perl(File::Tail). I've been beaten over the head in this group for using CPAN. So methodology do I use to I install those modules? === Al