Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132
Rep:
slackware 9.0 network install
when i install slackware 9.0 in an nfs install
i boot from floppies
load pcmcia.dsk
and run setup
it finishes
but no packages are installed
and i get no errors
i only have portmap and nfs running on the server
the slackware docs say i need mountd
but that is unavailable in redhat (server distro)
is this a client issue, or should i load mountd on the server
if so, then how?
I have installed both slack8.x and 9.0 via nfs more than a few times, when you say "it finishes" are you seeing any of the usual installing package blah blah blah stuff? or does it finish in a very short time? When you define your package sources are you using an already mounted directory? This is what has worked for me, mounting the directory manually and then running setup, any errors in mounting the nfs share should then show up when you attempt to mount it.
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132
Original Poster
Rep:
ok after booting and loading pcmcia.dsk on the client
i ran
ifconfig 192.168.1.117 broadcast 192.168.1.255 netmask 255.255.255.0
and then
mnt -t nfs 192.168.1.2:/var/exports/slackware/9.0 /mnt
my /etc/exports on the server reads
#
/var/exports/slackware/9.0 192.168.1.117(rw)
when i run the mnt command on the client i get an error denying me permission
i still dont have mountd running on the server
could that be my problem?
if so
then how do i get mountd to run?
If you can ping the machine doing the export, then this sounds more like a /etc/hosts.allow /etc/hosts.deny problem, (eg: the redhat box's security is blocking you) are you able to mount this nfs share from any other machine? also, try running rpc.portmap on the client machine.
I had a similar problem mounting an nfs share from a mdk 8.2 machine on a slack8 box. I was running a very stripped down installation and had stopped most of the startup files, the mount cmd took a very long time to return, showed errors, yet still worked. I found that running rpc.portmap on the client (which will return nothing, but should show up in a ps -A), fixed this problem, I'm sorry I'm not more familiar w/RH, and how to install mountd on it, but if it's available for RH, there should be an rpm somewhere on the cd's or via the web.
mount -t nfs 192.168.1.2:/var/exports/slackware/9.0 /mnt/setup
when i ls in /mnt/setup, i see all the files that are in the /var/exports/slackware/9.0 dir on my server
and everythings fine
but
when i type setup to launch.....setup
i select 'install from a pre mounted dir'
and i get an error saying that /mnt/setup doesnt exist
so i switch to a diff terminal
and lo and behold the dir /mnt/setup isnt there
i cant re mount
The source directory needs to be the directory where the a, ap, n, d, etc.... dirs are located, *not* the top-level directory of the cd, I got a similar error when I mounted the wrong directory (eg: the top-level directory of the install cd, the error message is misleading.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.