Hello,
we have problems with Leap 16.0 and NFSv3 and NIS/ypbind.
In Leap 15.6 our setup in the company works fine.
For Leap 16.0 use the package ypbind from https://download.opensuse.org/repositories/network:/NIS/16.0/
The Login-Process works via console, also automounting the home of the user via console after login.
getent passwd or getent group works.
But the login with sddm fails.
We tried Wayland and X11, no difference.
We mount NFS with no_root_squash to start.
Has anyone a working sddm with userhomes on NFS with Leap 16?
Welcome to openSUSE Forums. I had a quick look at the bug report.
This caught my attention… yp_bind_client_create_v3: RPC: Remote system error - Address family not supported by protocol
That could indicate an IPv4/IPv6 mismatch perhaps eg the client attempting IPv6 while the NIS/RPC server only supports IPv4.
Anyway try disabling IPv6 and see whether that helps here.
How does your NIS server resolve? getent hosts <nis-server-name>
If you observe an IPv6 address, try forcing an IPv4 address via /etc/hosts. For example… 192.168.1.10 nis-server-name
(Use the actual IPv4 address and hostname your ypbind config uses)