* Starting NFS kernel daemon fail
@ 2011-01-06 9:49 kapenware
2011-01-06 10:14 ` Alexandre Courbot
2011-01-06 10:16 ` yy Hong
0 siblings, 2 replies; 4+ messages in thread
From: kapenware @ 2011-01-06 9:49 UTC (permalink / raw)
To: kernelnewbies
hi, everyone, I'm trying to setup an NFS server on my PC. I recompiled the
kernel, installed the nfs-utils, and also installed nfs-kernel-service.
After these, I configured my /etc/exports like this:
/var/owr *(rw,sync)
then I chmod -R 777 /var/owr, but when I started up the nfs service:
/etc/init.d/nfs-kernel-service start
it showed me this:
* Exporting directories for NFS kernel daemon...
...done.
* Starting NFS kernel daemon
...fail!
could anybody tell me what's wrong with this?
thanks...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110106/839f8e3e/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Starting NFS kernel daemon fail
2011-01-06 9:49 Starting NFS kernel daemon fail kapenware
@ 2011-01-06 10:14 ` Alexandre Courbot
2011-01-06 12:49 ` Rajat Sharma
2011-01-06 10:16 ` yy Hong
1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Courbot @ 2011-01-06 10:14 UTC (permalink / raw)
To: kernelnewbies
> * Exporting directories for NFS kernel daemon...
> ?? ...done.
> ?* Starting NFS kernel daemon
> ?? ...fail!
>
> could anybody tell me what's wrong with this?
Well, from the output you sent, it's obvious: it failed!
.
.
.
.
.
... now if you don't mind attaching some relevant output from
/var/log, maybe the people of this list will be able to actually help
(or maybe you will magically find the information that will allow you
to solve your problem).
Alex.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Starting NFS kernel daemon fail
2011-01-06 9:49 Starting NFS kernel daemon fail kapenware
2011-01-06 10:14 ` Alexandre Courbot
@ 2011-01-06 10:16 ` yy Hong
1 sibling, 0 replies; 4+ messages in thread
From: yy Hong @ 2011-01-06 10:16 UTC (permalink / raw)
To: kernelnewbies
2011/1/6 kapenware <kapenware@gmail.com>
> hi, everyone, I'm trying to setup an NFS server on my PC. I recompiled the
> kernel, installed the nfs-utils, and also installed nfs-kernel-service.
> After these, I configured my /etc/exports like this:
> /var/owr *(rw,sync)
>
> then I chmod -R 777 /var/owr, but when I started up the nfs service:
> /etc/init.d/nfs-kernel-service start
>
> it showed me this:
>
> * Exporting directories for NFS kernel daemon...
> ...done.
> * Starting NFS kernel daemon
> ...fail!
>
> could anybody tell me what's wrong with this?
> Do you choose the nfs server option in kernel menuconfig?
> thanks...
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110106/39e230b9/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Starting NFS kernel daemon fail
2011-01-06 10:14 ` Alexandre Courbot
@ 2011-01-06 12:49 ` Rajat Sharma
0 siblings, 0 replies; 4+ messages in thread
From: Rajat Sharma @ 2011-01-06 12:49 UTC (permalink / raw)
To: kernelnewbies
I hope you are using correct version of nfs-util which matches with
your kernel version. some debugging with /etc/init.d/nfs-kernel-server
will surely help to know where is it actually failing. It happened
with me once, that this script checked for kernel symbol to find if
module is loaded by grepping for something like 'init_nfsd' within
kernel symbols and signature of this symbol changed in recent kernels
so, it failed to detect NFS server module.
Rajat
On Thu, Jan 6, 2011 at 3:44 PM, Alexandre Courbot <gnurou@gmail.com> wrote:
>> * Exporting directories for NFS kernel daemon...
>> ?? ...done.
>> ?* Starting NFS kernel daemon
>> ?? ...fail!
>>
>> could anybody tell me what's wrong with this?
>
> Well, from the output you sent, it's obvious: it failed!
> .
> .
> .
> .
> .
> ... now if you don't mind attaching some relevant output from
> /var/log, maybe the people of this list will be able to actually help
> (or maybe you will magically find the information that will allow you
> to solve your problem).
>
> Alex.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-01-06 12:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 9:49 Starting NFS kernel daemon fail kapenware
2011-01-06 10:14 ` Alexandre Courbot
2011-01-06 12:49 ` Rajat Sharma
2011-01-06 10:16 ` yy Hong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).