public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [QUESTION] NFS and new kernels.
@ 2006-02-13  1:07 JaniD++
  2006-02-13  9:09 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: JaniD++ @ 2006-02-13  1:07 UTC (permalink / raw)
  To: linux-kernel

Hello, list,

I use the NFS couple of years, so i think, i know what am i doing.
I have 7 servers, that boots from NFS, using nfsroot.
Now i plan to replace the NFS server, to completely newer system, and i get
seriously strange messages.
The general problem is i cannot mount any NFS shares, at all, after i
upgrade the kernel the FC4-based kernel(2.6.11) to 2.6.16-rcX.
I have spend some days to read mans, faqs, howtos, mailing list, but did not
find any interesting.
This tells me: i am the stupid. :-)

The general problem, is this:

(client)[root@st-0001 root]# mount: 192.168.0.2://mountpoint failed, reason
given by server: Permission denied
(server)[root@NetCenter log]# mount: localhost://mountpoint failed, reason
given by server: Permission denied
(client)[root@st-0001 root]# showmount -e 192.168.0.2
/mnt/EXT                192.168.2.*
/mnt/EXT/NFS/ROOT       (everyone)
/mountpoint            st-0001
etc...

[root@st-0001 root]# rpcinfo -p 192.168.0.2
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100011    1   udp    999  rquotad
    100011    2   udp    999  rquotad
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100005    1   udp   1010  mountd
    100005    1   tcp   1013  mountd
    100005    2   udp   1010  mountd
    100005    2   tcp   1013  mountd
    100005    3   udp   1010  mountd
    100005    3   tcp   1013  mountd


(server "NetCenter")
Feb  4 03:42:47 NetCenter rpc.mountd: mount request from unknown host
127.0.0.1 for /mountpoint (/mountpoint)
Feb  4 02:09:03 NetCenter rpc.mountd: authenticated mount request from
192.168.2.50:728 for /mountpoint (/mountpoint)
Feb 10 19:51:09 NetCenter mountd[26698]: authenticated mount request from
st-0001:894 for /mountpoint (/mountpoint)
...

[root@NetCenter log]# cat /proc/fs/nfs/exports:
# Version 1.1
# Path Client(Flags) # IPs
/mountpoint       st-0001(rw,no_root_squash,async,wdelay)

The additional problem is, i cannot add, to this file all line in the
/etc/exports.
Only the named hosts.
The exportfs -ra did not add, the * host.

Before i upgrade the nfs-utils-1.0.8-rc2, the old exportfs did not add
anything!

The firewall, is off, on both systems.
The /etc/hosts.allow and deny are both empty.

What have i missing?

Thanks,
Janos


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [QUESTION] NFS and new kernels.
  2006-02-13  1:07 [QUESTION] NFS and new kernels JaniD++
@ 2006-02-13  9:09 ` Jan Engelhardt
  2006-02-13 12:38   ` JaniD++
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2006-02-13  9:09 UTC (permalink / raw)
  To: JaniD++; +Cc: linux-kernel


>This tells me: i am the stupid. :-)
>
>The general problem, is this:
>
>(client)[root@st-0001 root]# mount: 192.168.0.2://mountpoint failed, reason
>given by server: Permission denied

Bogus syntax, I'd say. //mountpoint is not the same as /mountpoint

>(server)[root@NetCenter log]# mount: localhost://mountpoint failed, reason
>given by server: Permission denied
>(client)[root@st-0001 root]# showmount -e 192.168.0.2
>/mnt/EXT                192.168.2.*
>/mnt/EXT/NFS/ROOT       (everyone)
>/mountpoint            st-0001
>etc...
>

Jan Engelhardt
-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [QUESTION] NFS and new kernels.
  2006-02-13  9:09 ` Jan Engelhardt
@ 2006-02-13 12:38   ` JaniD++
  0 siblings, 0 replies; 3+ messages in thread
From: JaniD++ @ 2006-02-13 12:38 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: linux-kernel


----- Original Message ----- 
From: "Jan Engelhardt" <jengelh@linux01.gwdg.de>
To: "JaniD++" <djani22@dynamicweb.hu>
Cc: <linux-kernel@vger.kernel.org>
Sent: Monday, February 13, 2006 10:09 AM
Subject: Re: [QUESTION] NFS and new kernels.


>
> >This tells me: i am the stupid. :-)
> >
> >The general problem, is this:
> >
> >(client)[root@st-0001 root]# mount: 192.168.0.2://mountpoint failed,
reason
> >given by server: Permission denied
>
> Bogus syntax, I'd say. //mountpoint is not the same as /mountpoint

Ahh, yes, you have right!
But i use this format from the beginning, and was worked until now.

Anyway, now i try with one / but no change!

The problem, is somewhere else!

Thanks,
Janos

>
> >(server)[root@NetCenter log]# mount: localhost://mountpoint failed,
reason
> >given by server: Permission denied
> >(client)[root@st-0001 root]# showmount -e 192.168.0.2
> >/mnt/EXT                192.168.2.*
> >/mnt/EXT/NFS/ROOT       (everyone)
> >/mountpoint            st-0001
> >etc...
> >
>
> Jan Engelhardt
> -- 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-13 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13  1:07 [QUESTION] NFS and new kernels JaniD++
2006-02-13  9:09 ` Jan Engelhardt
2006-02-13 12:38   ` JaniD++

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox