LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 08-11-2003, 03:28 PM   #1
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Rep: Reputation: 15
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?
 
Old 08-11-2003, 07:41 PM   #2
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
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.
 
Old 08-11-2003, 08:33 PM   #3
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
nope i see no 'install package' stuff
it just finished in about 30 sec
even over a 10/100 connection
a full install in that time wouldnt be possible

as far as package sources
i tried 'install from nfs'

i did try to mount a dir once
using the command
mount -t nfs 192.168.1.2:/var/exports/slackware/9.0 /mnt
it didnt work
but i hadnt run ifconfig

im tryin that as soon as i finish typin this and go downstairs

Last edited by Spaz17; 08-11-2003 at 08:50 PM.
 
Old 08-11-2003, 09:33 PM   #4
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
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?
 
Old 08-12-2003, 12:24 AM   #5
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
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.
 
Old 08-12-2003, 11:20 AM   #6
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
after running ifconfig i can ping the server
but when i mount, it hangs the system, and nothing happens

/ets/hosts.allow and hosts.deny on the server are blank

rpc.portmap on the client returns nothing
 
Old 08-12-2003, 12:49 PM   #7
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
i still think i need mountd

how would i go about installing that?
 
Old 08-12-2003, 07:04 PM   #8
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
update:

starting the service 'nfs' on the server automatically starts rpc.mountd

but

the client still hangs for about 15 minutes after the mount command
then it appears as though its finished
but the dir isnt where i mounted it

any help?

edit:

no i cannot mount from another comp
i still get that long hang time...
with no network activity either

help?

Last edited by Spaz17; 08-12-2003 at 07:09 PM.
 
Old 08-12-2003, 09:21 PM   #9
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
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.

Last edited by akaBeaVis; 08-12-2003 at 09:40 PM.
 
Old 08-12-2003, 11:13 PM   #10
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
ok...
after booting with the boot and install floppies and loading the pcmcia drivers, i type:

ifconfig eth0 192.168.1.117 broadcast 192.168.1.255 netmask 255.255.255.0

then

mkdir /mnt/setup

then

rpc.portmap (which btw fixed the hang problem)

then

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

help?
 
Old 08-13-2003, 08:30 AM   #11
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
anyone?
 
Old 08-13-2003, 07:06 PM   #12
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
bumpin the question...
 
Old 08-13-2003, 07:20 PM   #13
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Do everything as you have already listed, but try changing this:
192.168.1.2:/var/exports/slackware/9.0

to this:
192.168.1.2:/var/exports/slackware/9.0/slackware
 
Old 08-13-2003, 08:02 PM   #14
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
no thats not the src dir

i can get everything mounted correctly and view it througth the terminal

but when i get into setup
it umounts somehow
and i cant access it

anyone else get an error like this?
 
Old 08-13-2003, 08:15 PM   #15
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install network printer in slackware 10? daspooky Slackware 2 11-29-2004 01:18 PM
newbie: slackware 10 does not install network card support renewestenberg Slackware - Installation 1 10-09-2004 05:01 AM
network card install in slackware Barq Linux - Networking 6 09-07-2004 04:02 PM
recognizing network card on older computer during Slackware install towarzysz Slackware - Installation 2 07-19-2004 02:40 AM
Slackware network install njbrain Slackware 7 04-01-2004 03:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration