On 10/30/2014 08:38 AM, Roger Oberholtzer wrote:
I do not see why this is failing. It seems to be failing with mountd. No idea why. Anyone ever seen this?
Roger Oberholtzer
First off, this is not a systemd problem I've encountered it in 11.1 and 11.2 as well :-( Secondly, the kernel NFS server is an old sysvinit script. # rpm -ql nfs-kernel-server /etc/init.d/nfsserver /etc/sysconfig/SuSEfirewall2.d/services/nfs-kernel-server /usr/sbin/exportfs /usr/sbin/nfsdcltrack /usr/sbin/rcnfsserver /usr/sbin/rpc.mountd /usr/sbin/rpc.nfsd /usr/sbin/rpc.svcgssd /usr/share/man/man5/exports.5.gz /usr/share/man/man7/nfsd.7.gz /usr/share/man/man8/exportfs.8.gz /usr/share/man/man8/mountd.8.gz /usr/share/man/man8/nfsd.8.gz /usr/share/man/man8/nfsdcltrack.8.gz /usr/share/man/man8/rpc.mountd.8.gz /usr/share/man/man8/rpc.nfsd.8.gz /usr/share/man/man8/rpc.svcgssd.8.gz /usr/share/omc/svcinfo.d/nfs-kernel-server.xml /var/lib/nfs/etab /var/lib/nfs/rmtab /var/lib/nfs/xtab See, /etc/init.d/nfsserver and no systemd unit. What is happening in your trace report is that systemd is running in backwards compatibility mode to make use of the sysvinit script. I'd start the debugging by running the init script in debug mode sh -xv /etc/init.d/nfsserver start My personal suspicions, based on what I went though with 11.x, is that the RPC system isn't there. Check for the portmapper. The nice thing about when stuff is fully converted to systemd is that you can make the dependencies explicit. While its not impossible to do that with scripts it makes them a bit unwieldy. However ... It may also be a nfs v4 problem https://bugzilla.redhat.com/show_bug.cgi?id=443625 -- Never hire or promote in your own image. It is foolish to replicate your strength and idiotic to replicate your weakness. It is essential to employ, trust, and reward those whose perspective, ability, and judgment are radically different from yours. It is also rare, for it requires uncommon humility, tolerance, and wisdom. - Dee W. Hock, Fast Company -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org