Forum

Full Version: NFS issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
I believe the SD card is corrupt.
Can you do
Terminal

sudo apt-get install libgcc1

I also think your SD card is corrupted.
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.
SD corruption is mostly recognized by failure to boot or these weird (sudden) issues.
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??
The showmount can't be used by normal users, only by sudo.
Made a stupid error and assumed that Arch had "bind" installed as a package. All looking good nowBig Grin
Reference URL's