Hi, I am not able to start nfs. [root@localhost sunrpc]# service nfs start Starting NFS services: [ OK ] Starting NFS quotas: [ OK ] Starting NFS daemon: [FAILED] Starting NFS mountd: [ OK ] Starting NFS4 idmapd: FATAL: Module sunrpc not found. FATAL: Error running install command for sunrpc How to solve this problem? I''m running xen3.0 Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com <mailto:diederit@ing.boehringer-Ingelheim.com> * Phone: +49 (0)6132/77-98151 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thursday 27 October 2005 14:50, DIEDERIT@ing.boehringer-ingelheim.com wrote:> Hi, I am not able to start nfs. > > [root@localhost sunrpc]# service nfs start > Starting NFS services: [ OK ] > Starting NFS quotas: [ OK ] > Starting NFS daemon: [FAILED] > Starting NFS mountd: [ OK ] > Starting NFS4 idmapd: FATAL: Module sunrpc not found. > FATAL: Error running install command for sunrpc > > How to solve this problem? > I''m running xen3.0Well, NFS is part of your linux distro, not xen, so start looking there to fix it. Unfortunately you did not tell what flavor of linux you''re running, so here some wild guesses: - NFS Server support is not installed => install it. - support packages for NFS are not installed (portmap &co) => install them. - Kernel is lacking NFS daemon support => enable it, and recompile the kernel. - you xenU? kernel is compiled with NFSD as module, but you didn''t copy the modules into the domU filesystem. => copy the domU kernel modules to domU. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 DIEDERIT@ing.boehringer-ingelheim.com schrieb:> NFS Problem > > Hi, I am not able to start nfs. > > [root@localhost sunrpc]# service nfs start Starting NFS services: > [ OK ] Starting NFS quotas: > [ OK ] Starting NFS daemon: > [FAILED] Starting NFS mountd: > [ OK ] Starting NFS4 idmapd: FATAL: Module sunrpc not found. > FATAL: Error running install command for sunrpc > > How to solve this problem? I''m running xen3.0 >You didn''t specify a lot of information here, so i assume that a) this is a domU b) you need to run nfs daemon in kernel space Probably, you a) didn''t compile sunrpc at all, or b) compiled sunrpc statically into your kernel without having this service loader patched (unlikely) Compiling modules for a domU works for me best from within a domU, having exactly the same compiler and kernel tree (-domU) as in dom0 (where i build xen from). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDYVO50MKSfkbzHDYRAq7OAKCtCHrUHt/Dd8o1Jw66LA02Eyyd6ACdE4E8 8Wvg/QFx3ENIFfD9u7yqpLE=+ERY -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users