NFS server connection issue.

I’ve been using opensuse for many years and have decided to set up a central file server for all of the computers in our home using 13.1. I can ssh into it instantly. I have worked through the opensuse nfs server how to but I cannot get my client to see the server even with the firewall down. I have set up a static IP address on the client and server all going through a cisco gigabit switch as well as adding the host and client to the respective hosts files. I’m also using 2 x 2gb hard drives in a raid 0 configuration for /srv and a small (30gb) ssd for /. I have nfsv4 enabled on the server but neither a v3 or v4 will mount on the client.

when I run showmount -e 192.168.1.2 on the client it takes some time but I get

linux-86pk:/home/andy # showmount -e 192.168.1.2
Export list for 192.168.1.2:
/srv *
/srv/documents *
/srv/angelapublic *
/srv/angelapictures *
/srv/angelamobile *
/srv/angelaharc *
/srv/angeladowloads *
/srv/angeladesktop *
/srv/andyvideos *
/srv/andypublic *
/srv/andypictures *
/srv/andymusic *
/srv/andymobile *
/srv/andyihoho *
/srv/andydownloads *
/srv/andydocuments *
/srv/andydesktop *
/srv/andycycling *

on the server:

my exports file:
/srv/andycycling *(rw,no_root_squash,sync,no_subtree_check)
/srv/andydesktop *(rw,no_root_squash,sync,no_subtree_check)
/srv/andydocuments *(rw,no_root_squash,sync,no_subtree_check)
/srv/andydownloads *(rw,no_root_squash,sync,no_subtree_check)
/srv/andyihoho *(rw,no_root_squash,sync,no_subtree_check)
/srv/andymobile *(rw,no_root_squash,sync,no_subtree_check)
/srv/andymusic *(rw,no_root_squash,sync,no_subtree_check)
/srv/andypictures *(rw,no_root_squash,sync,no_subtree_check)
/srv/andypublic *(rw,no_root_squash,sync,no_subtree_check)
/srv/andyvideos *(rw,no_root_squash,sync,no_subtree_check)
/srv/angeladesktop *(rw,no_root_squash,sync,no_subtree_check)
/srv/angeladowloads *(rw,no_root_squash,sync,no_subtree_check)
/srv/angelaharc *(rw,no_root_squash,sync,no_subtree_check)
/srv/angelamobile *(rw,no_root_squash,sync,no_subtree_check)
/srv/angelapictures *(rw,no_root_squash,sync,no_subtree_check)
/srv/angelapublic *(rw,no_root_squash,sync,no_subtree_check)
/srv/documents *(rw,no_root_squash,sync,no_subtree_check)
/srv *(rw,no_root_squash,sync,no_subtree_check)
~


linux-ulh0:/home/andy # rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100005 1 udp 20048 mountd
100005 1 tcp 20048 mountd
100005 2 udp 20048 mountd
100005 2 tcp 20048 mountd
100005 3 udp 20048 mountd
100005 3 tcp 20048 mountd
100024 1 udp 57907 status
100024 1 tcp 51317 status
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 2 tcp 2049 nfs_acl
100227 3 tcp 2049 nfs_acl
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100227 2 udp 2049 nfs_acl
100227 3 udp 2049 nfs_acl
100021 1 udp 45434 nlockmgr
100021 3 udp 45434 nlockmgr
100021 4 udp 45434 nlockmgr
100021 1 tcp 39557 nlockmgr
100021 3 tcp 39557 nlockmgr
100021 4 tcp 39557 nlockmgr


linux-ulh0:/home/andy # showmount -e
Export list for linux-ulh0:
/srv *
/srv/documents *
/srv/angelapublic *
/srv/angelapictures *
/srv/angelamobile *
/srv/angelaharc *
/srv/angeladowloads *
/srv/angeladesktop *
/srv/andyvideos *
/srv/andypublic *
/srv/andypictures *
/srv/andymusic *
/srv/andymobile *
/srv/andyihoho *
/srv/andydownloads *
/srv/andydocuments *
/srv/andydesktop *
/srv/andycycling *


linux-ulh0:/home/andy # showmount -a
All mount points on linux-ulh0:

It will not work trying to mount through Yast, fstab or a manual mount using “mount -t nfs 192.168.1.2:/srv /home/andy/.mnt” which just times out with no entries on /var/log/messages about nfs.

.

I’ve trawled the internet and various man pages but can’t figure out for the life of me what I’m doing wrong! Any help gratefully received!

Thanks.
Andy.

On Fri, 03 Oct 2014 19:16:01 +0000, driliter wrote:

> It will not work trying to mount through Yast, fstab or a manual mount
> using “mount -t nfs 192.168.1.2:/srv /home/andy/.mnt” which just times
> out with no entries on /var/log/messages about nfs.

What’s your firewall configuration? Try disabling the firewall and see
if the mount works then.

If it doesn’t, look at the output in /var/log/messages and see what
messages are recorded on the server.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

On 2014-10-03 21:16, driliter wrote:
>
> I’ve been using opensuse for many years and have decided to set up a
> central file server for all of the computers in our home using 13.1. I
> can ssh into it instantly. I have worked through the opensuse nfs server
> how to but I cannot get my client to see the server even with the
> firewall down.

Both firewalls?

Do you see something like this on the server?


AmonLanc:~ # systemctl status nfsserver.service
nfsserver.service - LSB: Start the kernel based NFS daemon
Loaded: loaded (/etc/init.d/nfsserver)
Active: active (running) since Fri 2014-09-26 23:56:57 CEST; 6 days ago
Process: 1903 ExecStart=/etc/init.d/nfsserver start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/nfsserver.service
├─1943 /usr/sbin/rpc.idmapd -p /var/lib/nfs/rpc_pipefs
├─1957 /usr/sbin/rpc.mountd
└─1967 /usr/sbin/rpc.statd --no-notify

Sep 26 23:56:56 AmonLanc systemd[1]: Starting LSB: Start the kernel based NFS daemon...
Sep 26 23:56:57 AmonLanc rpc.mountd[1957]: Version 1.2.8 starting
Sep 26 23:56:57 AmonLanc rpc.statd[1967]: Version 1.2.8 starting
Sep 26 23:56:57 AmonLanc rpc.statd[1967]: Flags: TI-RPC
Sep 26 23:56:57 AmonLanc sm-notify[2003]: Version 1.2.8 starting
Sep 26 23:56:57 AmonLanc sm-notify[2003]: Already notifying clients; Exiting!
Sep 26 23:56:57 AmonLanc systemd[1]: Started LSB: Start the kernel based NFS daemon.
AmonLanc:~ #

The first thing to try is mounting something on the server, via nfs. Not on the client.
That way you clear out configuration errors before dealing with network problems.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

Hi Thanks for the replies. I’ve turned off both firewalls. When I runsystemctl status nfsserver.service on the server I get:

linux-k8fv:~ # systemctl status nfsserver.service
nfsserver.service - LSB: Start the kernel based NFS daemon
Loaded: loaded (/etc/init.d/nfsserver)
Active: active (running) since Sat 2014-10-04 02:28:52 BST; 59s ago
Process: 27863 ExecStop=/etc/init.d/nfsserver stop (code=exited, status=0/SUCCESS)
Process: 27888 ExecStart=/etc/init.d/nfsserver start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/nfsserver.service
├─27909 /usr/sbin/rpc.idmapd -p /var/lib/nfs/rpc_pipefs
├─27913 /usr/sbin/rpc.mountd
└─27916 /usr/sbin/rpc.statd --no-notify

Oct 04 02:28:52 linux-k8fv systemd[1]: Starting LSB: Start the kernel based NFS daemon…
Oct 04 02:28:52 linux-k8fv rpc.mountd[27913]: Version 1.2.8 starting
Oct 04 02:28:52 linux-k8fv rpc.statd[27916]: Version 1.2.8 starting
Oct 04 02:28:52 linux-k8fv rpc.statd[27916]: Flags: TI-RPC
Oct 04 02:28:52 linux-k8fv sm-notify[27925]: Version 1.2.8 starting
Oct 04 02:28:52 linux-k8fv nfsserver[27888]: Starting kernel based NFS server: idmapd mountd statd nfsd sm-notify…done
Oct 04 02:28:52 linux-k8fv systemd[1]: Started LSB: Start the kernel based NFS daemon.


I tried briefly with freenas before coming back to suse with exactly the same result. Making me think it’s a client error and not a server one.

/var/log/messages is empty on the server.

Thanks.
Andy

On Sat, 04 Oct 2014 01:46:01 +0000, driliter wrote:

> /var/log/messages is empty on the server.

That’s not normal. There should be something in it. Make sure you
look as root, you won’t see anything at all if you try as a user (though
you should get a permission error doing that).

Jim

Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

Nope, completely empty. I’ve ssh’d in, used su, opened the ncurses yast2 gone to miscelaneous and system log, completely empty. I tried cat, grep for any nfs entries and looking at it with vi, still empty. Could it be something to do with the switch? Seems odd that I can ssh in to the server fine though. I also don’t understand why showmount -e 192.168.1.2 run on the client (192.168.1.3) shows the list of shares from the server (eventually, takes some time) but I seem unable to mount them in any way. I’ve recently reinstalled the server and started from scratch, no change. Next step is to reinstall the client opensuse just in case there’s some weird setting that I’ve not noticed but I’m reluctant to do that unless I have to, and I’m not convinced it’ll make a difference at this point…

actually when I go into /var/log and ls all I get is

alternatives.log btmp faillog krb5 lastlog ntp pbl.log wtmp YaST2 zypp zypper.log

If you used minimal server installation, there is no syslog installed by default (which is pretty crazy if you ask me).

zypper in -y rsyslog
systemctl start syslog
systemctl enable syslog

Then reboot the system just to make sure all services log properly.

Yup, that was it. A very minimal server just bare bones and then nfs server installed on top. Did the above and what I have after attempting mount -t nfs 192.168.1.2:/srv /home/andy/.mnt is:









2014-10-04T10:19:00.127477+01:00 linux-k8fv kernel: 3.801741] kvm: Nested Virtualization enabled
2014-10-04T10:19:00.127478+01:00 linux-k8fv kernel: 3.801748] kvm: Nested Paging enabled
2014-10-04T10:19:00.127479+01:00 linux-k8fv kernel: 3.806983] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95723) rev 5784100] (PCI Express) MAC address 9c:b6:54:0b:e4:4b
2014-10-04T10:19:00.127480+01:00 linux-k8fv kernel: 3.806990] tg3 0000:02:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
2014-10-04T10:19:00.127481+01:00 linux-k8fv kernel: 3.807020] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
2014-10-04T10:19:00.127485+01:00 linux-k8fv kernel: 3.807023] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
2014-10-04T10:19:00.127485+01:00 linux-k8fv kernel: 3.808711] md: bind
2014-10-04T10:19:00.127486+01:00 linux-k8fv kernel: 3.813817] md: bind
2014-10-04T10:19:00.127487+01:00 linux-k8fv kernel: 3.825254] md: raid0 personality registered for level 0
2014-10-04T10:19:00.127488+01:00 linux-k8fv kernel: 3.827797] md/raid0:md0: md_size is 7814053760 sectors.
2014-10-04T10:19:00.127489+01:00 linux-k8fv kernel: 3.827802] md: RAID0 configuration for md0 - 1 zone
2014-10-04T10:19:00.127490+01:00 linux-k8fv kernel: 3.827804] md: zone0=[sdb1/sdc1]
2014-10-04T10:19:00.127494+01:00 linux-k8fv kernel: 3.827808] zone-offset= 0KB, device-offset= 0KB, size=3907026880KB
2014-10-04T10:19:00.127495+01:00 linux-k8fv kernel: 3.827810]
2014-10-04T10:19:00.127496+01:00 linux-k8fv kernel: 3.827822] md0: detected capacity change from 0 to 4000795525120
2014-10-04T10:19:00.127496+01:00 linux-k8fv kernel: 3.828160] md0: unknown partition table
2014-10-04T10:19:00.127497+01:00 linux-k8fv kernel: 3.859919] Adding 3102716k swap on /dev/sda3. Priority:-1 extents:1 across:3102716k SSFS
2014-10-04T10:19:00.127498+01:00 linux-k8fv kernel: 3.889999] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
2014-10-04T10:19:00.127499+01:00 linux-k8fv kernel: 4.409164] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: acl,user_xattr
2014-10-04T10:19:00.126494+01:00 linux-k8fv systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
2014-10-04T10:19:00.127520+01:00 linux-k8fv systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
2014-10-04T10:19:00.127524+01:00 linux-k8fv systemd[1]: Starting Paths.
2014-10-04T10:19:00.127531+01:00 linux-k8fv systemd[1]: Reached target Paths.
2014-10-04T10:19:00.127534+01:00 linux-k8fv systemd[1]: Mounting POSIX Message Queue File System…
2014-10-04T10:19:00.127538+01:00 linux-k8fv systemd[1]: Expecting device dev-disk-by\x2did-ata\x2dKINGSTON_SS200S330G_50026B724606F2E9\x2dpart3.device…
2014-10-04T10:19:00.127545+01:00 linux-k8fv systemd[1]: Expecting device dev-disk-by\x2did-ata\x2dKINGSTON_SS200S330G_50026B724606F2E9\x2dpart2.device…
2014-10-04T10:19:00.127549+01:00 linux-k8fv systemd[1]: Starting Root Slice.
2014-10-04T10:19:00.127552+01:00 linux-k8fv systemd[1]: Created slice Root Slice.
2014-10-04T10:19:00.127556+01:00 linux-k8fv systemd[1]: Starting User and Session Slice.
2014-10-04T10:19:00.127561+01:00 linux-k8fv systemd[1]: Created slice User and Session Slice.
2014-10-04T10:19:00.131691+01:00 linux-k8fv systemd[1]: Started RPC Bind.
2014-10-04T10:19:00.134579+01:00 linux-k8fv kernel: 4.503461] ip6_tables: (C) 2000-2006 Netfilter Core Team
2014-10-04T10:19:00.142510+01:00 linux-k8fv kernel: 4.510963] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
2014-10-04T10:19:00.142532+01:00 linux-k8fv kernel: 4.514131] ip_tables: (C) 2000-2006 Netfilter Core Team
2014-10-04T10:19:00.222914+01:00 linux-k8fv SuSEfirewall2: Firewall rules set to CLOSE.
2014-10-04T10:19:00.224334+01:00 linux-k8fv systemd[1]: Started SuSEfirewall2 phase 1.
2014-10-04T10:19:00.225297+01:00 linux-k8fv systemd[1]: Starting LSB: Configure network interfaces and set up routing…
2014-10-04T10:19:00.481093+01:00 linux-k8fv network[455]: Setting up network interfaces:
2014-10-04T10:19:00.750054+01:00 linux-k8fv network[455]: lo
2014-10-04T10:19:00.751965+01:00 linux-k8fv ifup[710]: lo
2014-10-04T10:19:00.841407+01:00 linux-k8fv ifup[710]: lo
2014-10-04T10:19:00.845883+01:00 linux-k8fv ifup[710]: IP address: 127.0.0.1/8
2014-10-04T10:19:00.846285+01:00 linux-k8fv network[455]: lo IP address: 127.0.0.1/8
2014-10-04T10:19:00.849074+01:00 linux-k8fv ifup[710]:
2014-10-04T10:19:01.024888+01:00 linux-k8fv systemd[1]: Starting system-network.slice.
2014-10-04T10:19:01.025835+01:00 linux-k8fv systemd[1]: Created slice system-network.slice.
2014-10-04T10:19:01.026262+01:00 linux-k8fv systemd[1]: Starting ifup managed network interface enp2s0…
2014-10-04T10:19:01.134267+01:00 linux-k8fv ifup[846]: enp2s0 device: Broadcom Corporation NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10)
2014-10-04T10:19:01.136558+01:00 linux-k8fv ifup[846]: enp2s0 device: Broadcom Corporation NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10)
2014-10-04T10:19:01.230521+01:00 linux-k8fv kernel: 5.600419] tg3 0000:02:00.0: irq 42 for MSI/MSI-X
2014-10-04T10:19:02.022565+01:00 linux-k8fv kernel: 6.390065] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
2014-10-04T10:19:02.146969+01:00 linux-k8fv SuSEfirewall2: /run/SuSEfirewall2.booting exists which means system boot in progress, exit.
2014-10-04T10:19:02.210078+01:00 linux-k8fv systemd[1]: Started ifup managed network interface enp2s0.
2014-10-04T10:19:02.243613+01:00 linux-k8fv network[455]: …done…doneSetting up service network . . . . . . . . . . . . …done
2014-10-04T10:19:02.244524+01:00 linux-k8fv systemd[1]: Started LSB: Configure network interfaces and set up routing.
2014-10-04T10:19:02.245278+01:00 linux-k8fv systemd[1]: Starting Network.
2014-10-04T10:19:02.245808+01:00 linux-k8fv systemd[1]: Reached target Network.
2014-10-04T10:19:02.246330+01:00 linux-k8fv systemd[1]: Starting Command Scheduler…
2014-10-04T10:19:02.246881+01:00 linux-k8fv systemd[1]: Started Command Scheduler.
2014-10-04T10:19:02.247413+01:00 linux-k8fv systemd[1]: Starting OpenSSH Daemon…
2014-10-04T10:19:02.247865+01:00 linux-k8fv systemd[1]: Starting Host and Network Name Lookups.
2014-10-04T10:19:02.248459+01:00 linux-k8fv systemd[1]: Reached target Host and Network Name Lookups.
2014-10-04T10:19:02.249036+01:00 linux-k8fv systemd[1]: Starting LSB: Start the kernel based NFS daemon…
2014-10-04T10:19:02.249560+01:00 linux-k8fv systemd[1]: Starting /etc/init.d/boot.local Compatibility…
2014-10-04T10:19:02.257212+01:00 linux-k8fv /usr/sbin/cron[995]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
2014-10-04T10:19:02.258926+01:00 linux-k8fv /usr/sbin/cron[995]: (CRON) INFO (running with inotify support)
2014-10-04T10:19:02.262378+01:00 linux-k8fv systemd[1]: Started OpenSSH Daemon.
2014-10-04T10:19:02.266873+01:00 linux-k8fv systemd[1]: Started /etc/init.d/boot.local Compatibility.
2014-10-04T10:19:02.267300+01:00 linux-k8fv systemd[1]: Starting Getty on tty1…
2014-10-04T10:19:02.267557+01:00 linux-k8fv systemd[1]: Started Getty on tty1.
2014-10-04T10:19:02.267799+01:00 linux-k8fv systemd[1]: Starting Login Prompts.
2014-10-04T10:19:02.268040+01:00 linux-k8fv systemd[1]: Reached target Login Prompts.
2014-10-04T10:19:02.268318+01:00 linux-k8fv systemd[1]: Starting /etc/init.d/after.local Compatibility…
2014-10-04T10:19:02.268602+01:00 linux-k8fv systemd[1]: Started /etc/init.d/after.local Compatibility.
2014-10-04T10:19:02.270172+01:00 linux-k8fv sshd[1002]: Server listening on 0.0.0.0 port 22.
2014-10-04T10:19:02.270910+01:00 linux-k8fv sshd[1002]: Server listening on :: port 22.
2014-10-04T10:19:02.290523+01:00 linux-k8fv kernel: 6.660775] RPC: Registered named UNIX socket transport module.
2014-10-04T10:19:02.290555+01:00 linux-k8fv kernel: 6.660782] RPC: Registered udp transport module.
2014-10-04T10:19:02.290556+01:00 linux-k8fv kernel: 6.660784] RPC: Registered tcp transport module.
2014-10-04T10:19:02.290557+01:00 linux-k8fv kernel: 6.660786] RPC: Registered tcp NFSv4.1 backchannel transport module.
2014-10-04T10:19:02.294596+01:00 linux-k8fv kernel: 6.665556] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
2014-10-04T10:19:02.651794+01:00 linux-k8fv rpc.mountd[1031]: Version 1.2.8 starting
2014-10-04T10:19:02.668765+01:00 linux-k8fv rpc.statd[1034]: Version 1.2.8 starting
2014-10-04T10:19:02.669481+01:00 linux-k8fv rpc.statd[1034]: Flags: TI-RPC
2014-10-04T10:19:02.734528+01:00 linux-k8fv kernel: 7.103940] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
2014-10-04T10:19:02.734549+01:00 linux-k8fv kernel: 7.104285] NFSD: starting 90-second grace period (net ffffffff81c83b80)
2014-10-04T10:19:02.737456+01:00 linux-k8fv sm-notify[1045]: Version 1.2.8 starting
2014-10-04T10:19:02.739494+01:00 linux-k8fv nfsserver[997]: Starting kernel based NFS server: idmapd mountd statd nfsd sm-notify…done
2014-10-04T10:19:02.740584+01:00 linux-k8fv systemd[1]: Started LSB: Start the kernel based NFS daemon.
2014-10-04T10:19:02.741727+01:00 linux-k8fv systemd[1]: Starting SuSEfirewall2 phase 2…
2014-10-04T10:19:02.790186+01:00 linux-k8fv SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 …
2014-10-04T10:19:03.167834+01:00 linux-k8fv SuSEfirewall2: Firewall rules successfully set
2014-10-04T10:19:03.169003+01:00 linux-k8fv systemd[1]: Started SuSEfirewall2 phase 2.
2014-10-04T10:19:03.169572+01:00 linux-k8fv systemd[1]: Starting Multi-User System.
2014-10-04T10:19:03.170525+01:00 linux-k8fv systemd[1]: Reached target Multi-User System.
2014-10-04T10:19:03.170875+01:00 linux-k8fv systemd[1]: Starting Update UTMP about System Runlevel Changes…
2014-10-04T10:19:03.171259+01:00 linux-k8fv systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
2014-10-04T10:19:03.171586+01:00 linux-k8fv systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
2014-10-04T10:19:03.175983+01:00 linux-k8fv systemd[1]: Started Update UTMP about System Runlevel Changes.
2014-10-04T10:19:03.176556+01:00 linux-k8fv systemd[1]: Startup finished in 3.350s (kernel) + 4.095s (userspace) = 7.445s.
2014-10-04T10:19:04.465033+01:00 linux-k8fv kernel: 8.835003] tg3 0000:02:00.0 enp2s0: Link is up at 1000 Mbps, full duplex
2014-10-04T10:19:04.465073+01:00 linux-k8fv kernel: 8.835036] tg3 0000:02:00.0 enp2s0: Flow control is off for TX and off for RX
2014-10-04T10:19:04.465815+01:00 linux-k8fv kernel: 8.835766] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
2014-10-04T10:19:31.988069+01:00 linux-k8fv sshd[1220]: Accepted keyboard-interactive/pam for root from 192.168.1.3 port 58150 ssh2
2014-10-04T10:19:31.992089+01:00 linux-k8fv sshd[1220]: pam_unix(sshd:session): session opened for user root by (uid=0)
2014-10-04T10:19:31.996878+01:00 linux-k8fv systemd[1]: Starting user-0.slice.
2014-10-04T10:19:31.997869+01:00 linux-k8fv systemd[1]: Created slice user-0.slice.
2014-10-04T10:19:31.999301+01:00 linux-k8fv systemd[1]: Starting User Manager for 0…
2014-10-04T10:19:32.000373+01:00 linux-k8fv systemd[1]: Starting Session 1 of user root.
2014-10-04T10:19:32.001141+01:00 linux-k8fv systemd-logind[389]: New session 1 of user root.
2014-10-04T10:19:32.001830+01:00 linux-k8fv systemd[1]: Started Session 1 of user root.
2014-10-04T10:19:32.005888+01:00 linux-k8fv systemd: pam_unix(systemd-user:session): session opened for user root by (uid=0)
2014-10-04T10:19:32.010659+01:00 linux-k8fv systemd[1223]: Failed to open private bus connection: Failed to connect to socket /run/user/0/dbus/user_bus_socket: No such file or directory
2014-10-04T10:19:32.021424+01:00 linux-k8fv systemd[1223]: Starting Default.
2014-10-04T10:19:32.021892+01:00 linux-k8fv systemd[1223]: Reached target Default.
2014-10-04T10:19:32.022182+01:00 linux-k8fv systemd[1223]: Startup finished in 12ms.
2014-10-04T10:19:32.022513+01:00 linux-k8fv systemd[1]: Started User Manager for 0.
2014-10-04T10:19:33.170995+01:00 linux-k8fv systemd[1]: Starting Stop Read-Ahead Data Collection…
2014-10-04T10:19:33.178731+01:00 linux-k8fv systemd[1]: Started Stop Read-Ahead Data Collection.
2014-10-04T10:19:44.880680+01:00 linux-k8fv systemd[1]: Started System Logging Service.
2014-10-04T10:30:01.269883+01:00 linux-k8fv /usr/sbin/cron[1349]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-10-04T10:30:01.273172+01:00 linux-k8fv systemd[1]: Starting Session 2 of user root.
2014-10-04T10:30:01.273572+01:00 linux-k8fv systemd[1]: Started Session 2 of user root.
2014-10-04T10:30:01.317517+01:00 linux-k8fv /USR/SBIN/CRON[1349]: pam_unix(crond:session): session closed for user root







Lot of information there (I hope not too much!), had to cut some out as it was too big to post







2014-10-04T10:19:32.010659+01:00 linux-k8fv systemd[1223]: Failed to open private bus connection: Failed to connect to socket /run/user/0/dbus/user_bus_socket: No such file or directory.







Stood out for more research :-).

Thanks

Ok I think I may be getting somewhere! After rereading an above post I tried to mount a server share on /home/andy on the server. the shares showed up in yast2 ncurses when I did this.

when I cd into /home/andy/mnt and ls, the directory is populated. Everything is there!! Must be a network problem.

Thanks for your help.
Andy

Problem solved. After the best part of 24 hours straight going round in circles, connected the computers together directly, worked perfectly… It’s the switch (cisco SG 200-08)!!! (Rant alert!)

For some reason cisco thought it would be a great idea to drop SYN packets from the privileged ports, the ones NFS uses. DOS control, which can’t be switched off. Not sure if it’s a problem with all cisco switches but this one definitely.Tried to upgrade the firmware to see if they fixed it and the wonderful little thing is bricked. Won’t be buying cisco again.

Just bought a cheap netgear one… everything shows and works perfectly!

There’s a lesson in here somewhere if I could only just see it…

On 2014-10-04 09:26, Miuku wrote:
>
> If you used minimal server installation, there is no syslog installed by
> default (which is pretty crazy if you ask me).

Absolutely!

:frowning:


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

On 2014-10-04 14:06, driliter wrote:
>
> Problem solved. After the best part of 24 hours straight going round in
> circles, connected the computers together directly, worked perfectly…
> It’s the switch (cisco SG 200-08)!!! (Rant alert!)
>
> For some reason cisco thought it would be a great idea to drop SYN
> packets from the privileged ports, the ones NFS uses. DOS control, which
> can’t be switched off.

Wow.

> Not sure if it’s a problem with all cisco
> switches but this one definitely.Tried to upgrade the firmware to see if
> they fixed it and the wonderful little thing is bricked. Won’t be buying
> cisco again.

:frowning:

Google around… perhaps it can be “unbricked”. :-?

> Just bought a cheap netgear one… everything shows and works
> perfectly!
>
> There’s a lesson in here somewhere if I could only just see it…

Quite…

I did suspect the switch at your first post. Just the sniff of s
suspicion. Like “that’s a complex thing. What if it is the switch? But I
know very little about those things. Nay… it won’t be that.”

:slight_smile:

A complex, /good/ switch does clever things. Cheap ones are transparent.
Sigh.
Yes, a lesson for us all…


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)