URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/nfs-server-qui-d%C3%A9marre-pas Title: NFS server, qui démarre pas Authors: xenon_hs Date: 2005年12月19日T18:31:25+01:00 Tags: debian Score: 0 Bonsoir, J'ai quelques problème pour installer NFS sur mon serveur, j'ai installé les packages debian et configuré: /etc/exports, /etc/hosts.deny et /etc/hosts.allow, Quand je démarre le service /etc/init.d/nfs-user-server start, j'ai Starting NFS servers: Un timeout, au bout d' ~une minute. Starting NFS servers:Cannot register service: RPC: Timed out J'ai fais un strace pour voir un peu, je vous paste la fin: --------------------------------------------------------- stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat64("/usr/local/sbin/start-stop-daemon", 0xbf9290c8) = -1 ENOENT (No such file or directory) stat64("/usr/local/bin/start-stop-daemon", 0xbf9290c8) = -1 ENOENT (No such file or directory) stat64("/usr/sbin/start-stop-daemon", 0xbf9290c8) = -1 ENOENT (No such file or directory) stat64("/usr/bin/start-stop-daemon", 0xbf9290c8) = -1 ENOENT (No such file or directory) stat64("/sbin/start-stop-daemon", {st_mode=S_IFREG|0755, st_size=18488, ...}) = 0 stat64("/sbin/start-stop-daemon", {st_mode=S_IFREG|0755, st_size=18488, ...}) = 0 brk(0x8116000) = 0x8116000 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 _llseek(255, -8, [1233], SEEK_CUR) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7d92708) = 3038 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGINT, {0x8077b50, [], 0}, {SIG_DFL}, 8) = 0 waitpid(-1, Cannot register service: RPC: Timed out [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 3038 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- waitpid(-1, 0xbf928dc8, WNOHANG) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(SIGINT, {SIG_DFL}, {0x8077b50, [], 0}, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 exit_group(1) = ? --------------------------------------------------------- Une histoire qu'il atent un PID qui se libère pas ??? Help là ça dépasses mes compétences :/ Merci bcp, bonne soirée :)