Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Thu 23 May 2013, 22:55
All times are UTC - 4
 Forum index » House Training » Users ( For the regulars )
getting nfs client working 4.2.1,
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [7 Posts]  
Author Message
wufo

Joined: 06 Aug 2009
Posts: 28

PostPosted: Thu 31 Dec 2009, 15:37    Post subject:  getting nfs client working 4.2.1,
Subject description: getting unknown symbol errors when loading nfs module
 

I want to use puppy as a media player on my wide screen TV upstairs. Am using an older 1.3GHz 256MB system using a usb network adapter. I got the ntework up just fine, but I cannot get the nfs client working to access system where the movies are.

I read a couple of discussions about mount-FULL and it failed because of no nfs module. So I execute
modprobe nfs
But, it fails with unknown symbols. Like:
rpc_unlink
xdr_encode_string
svc_print_addr

plus others.

What do I need to do?

wufo
Back to top
View user's profile Send private message 
DC


Joined: 30 Apr 2006
Posts: 337
Location: Maidenhead, England

PostPosted: Thu 31 Dec 2009, 17:41    Post subject:  

Hi wufo,

Here's a client howto I wrote for myself to remind me when doing a new install.
I think 4.21 was kernal 2.6.25.16.
obviously change things to suit

# make a dir on client
/mnt/dc_server

# install
NFS-modules-k2.6.25.16.pet
nfs_common.tar.gz

# edit
/etc/host.allow
# adding (dont forget comma spaced and a carriage return)
ALL: 192.60.26.9 , 192.60.26.10

# add these to /etc/rc.d/rc.local
modprobe nfs
/etc/rc.d/rc.portmap start

# to check if nfs is running
rpcinfo -p localhost

# script in
/root/startup/DCmount_nfs.sh
## poll interface eth0
while [ -z "`ifconfig | grep 'eth0'`" ]
do
sleep 3
done

mount-FULL -t nfs 192.60.26.10:/root /mnt/dc_server


hope it all makes sense have fun

DC
Back to top
View user's profile Send private message 
npierce

Joined: 28 Dec 2009
Posts: 637

PostPosted: Thu 31 Dec 2009, 18:10    Post subject: getting nfs client working 4.2.1  

EDITED.

Whoops, I did not read carefully enough. Now I see that you are having trouble getting the nfs module to load, so it was rather silly of me to ask if it was loaded, as I did when I first posted this.

Meanwhile I see that DC has given you a good answer.

Sorry for the noise. And good luck.
Back to top
View user's profile Send private message 
wufo

Joined: 06 Aug 2009
Posts: 28

PostPosted: Thu 31 Dec 2009, 18:47    Post subject:  

Thanks Dc, that got me going.
Now I can hook this system to my wide screen TV in the den and watch avi's or whatever.

wufo
Back to top
View user's profile Send private message 
mikeb


Joined: 23 Nov 2006
Posts: 4378

PostPosted: Fri 01 Jan 2010, 06:09    Post subject:  

Hey DC ..would you mind adding that 'how to' to mine...sometimes another viewpoint makes things clearer

mike
Back to top
View user's profile Send private message 
DC


Joined: 30 Apr 2006
Posts: 337
Location: Maidenhead, England

PostPosted: Fri 01 Jan 2010, 07:17    Post subject:  

Hi Mike,
Did you mean this one?
http://www.murga-linux.com/puppy/viewtopic.php?t=45090

DC
Back to top
View user's profile Send private message 
mikeb


Joined: 23 Nov 2006
Posts: 4378

PostPosted: Fri 01 Jan 2010, 12:48    Post subject:  

Oops sorry ...should have popped up the link...
yes If you don't mind since you have written it from a users point of view.

regards and happy new year
mike
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [7 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Users ( For the regulars )
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0494s ][ Queries: 11 (0.0127s) ][ GZIP on ]