Forum
[PROBLEM] NFS issue - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: Network (/forum-25.html)
+--- Thread: [PROBLEM] NFS issue (/thread-411.html)



NFS issue - lemmy999 - 6th Feb, 2013 02:17 AM

The image on my SD card got corrupted so i thought I'd re-install alpha4. Now xbian can't see my NFS server. Got the following
Code:
xbian@xbian:~# showmount
-bash: showmount: command not found
xbian@xbian:~# sudo showmount
[sudo] password for xbian:
clnt_create: RPC: Program not registered

So I figured I would reinstall NFS
Code:
xbian@xbian:~# sudo apt-get install nfs-common nfs-kernel-server
apt-get: /lib/ld-linux-armhf.so.3: version `GLABC_6.4' not found (required by ap                                                                     t-get)
apt-get: /lib/arm-linux-gnueabihf/libgcc_s.so.1: version `GCC_3.5' not found (re                                                                     quired by apt-get)

I know /lib/arm-linux-gnueabihf/libgcc_s.so.1 was an issue previously (https://github.com/xbianonpi/xbian/issues/158) but I'm at a loss as to how to proceed.


RE: NFS issue - CurlyMo - 6th Feb, 2013 02:21 AM

I believe the SD card is corrupt.


RE: NFS issue - Koenkk - 6th Feb, 2013 02:28 AM

Can you do
Terminal

sudo apt-get install libgcc1

I also think your SD card is corrupted.


RE: NFS issue - lemmy999 - 6th Feb, 2013 02:30 AM

Hmm! The Pi boots to a GUI OK so I'm not so sure about that. I guess the only way to find out is to try re-installing the image (again) Big Grin

@Koenkk

I tried your suggestion. I got the same result. Back to re-installing methinks. The only other factette I forgot to mention was that i did a apt-get update/upgrade as well which seemed to go OK.


RE: NFS issue - CurlyMo - 6th Feb, 2013 02:34 AM

SD corruption is mostly recognized by failure to boot or these weird (sudden) issues.


RE: NFS issue - lemmy999 - 6th Feb, 2013 07:51 AM

Looks like it might have been a corrupt ISO image. I checked the md5 checksum on my download and found that it was wrong. Re-downloaded the image and things are looking better. The RPi boots but is still not finding the NFS server. I am surprised about the following
Code:
xbian@xbian:~# showmount -e 192.168.1.103
-bash: showmount: command not found
xbian@xbian:~# sudo showmount -e 192.168.1.103
[sudo] password for xbian:
Export list for 192.168.1.103:
/export/Video      192.168.1.1/24
/export/Kids_Films 192.168.1.1/24
/export/Films      192.168.1.1/24
/export            192.168.1.1/24

Is there a permissions issue here??


RE: NFS issue - Koenkk - 6th Feb, 2013 07:56 AM

The showmount can't be used by normal users, only by sudo.


RE: NFS issue - lemmy999 - 6th Feb, 2013 04:57 PM

Made a stupid error and assumed that Arch had "bind" installed as a package. All looking good nowBig Grin