I'm new here, so thanks in advance!!!
I am trying to network Mageia 4 (as Server) to my Raspberry pi running Raspbmc (with static IP). The following is what I have been able to narrow down the issue to. I would appreciate any direction in correcting this problem, hopefully its something silly on my part!

- Code: Select all
[root@Amon-Ra nmorris]# systemctl restart nfs-server.service
[root@Amon-Ra nmorris]# systemctl status nfs-server.service
nfs-server.service - NFS Server
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled)
Active: active (exited) since Mon 2014-04-21 12:30:08 EDT; 17s ago
Process: 9595 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
Process: 9593 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS)
Process: 9618 ExecStartPost=/usr/lib/nfs-utils/scripts/nfs-server.postconfig (code=exited, status=0/SUCCESS)
Process: 9603 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS $RPCNFSDCOUNT (code=exited, status=0/SUCCESS)
Process: 9600 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
Process: 9598 ExecStartPre=/usr/lib/nfs-utils/scripts/nfs-server.preconfig (code=exited, status=0/SUCCESS)
Main PID: 9603 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/nfs-server.service
Apr 21 12:30:07 Amon-Ra systemd[1]: Stopping NFS Server...
Apr 21 12:30:07 Amon-Ra systemd[1]: Starting NFS Server...
Apr 21 12:30:08 Amon-Ra systemd[1]: Started NFS Server.
Apr 21 12:30:08 Amon-Ra rpc.nfsd[9603]: rpc.nfsd: unable to bind inet TCP so...)
Hint: Some lines were ellipsized, use -l to show in full.