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
So I figured I would reinstall NFS
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.
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.