* [Comm] mount.nfs: access denied
@ 2010-02-17 17:29 Dmitriy Kulik
2010-02-17 17:31 ` Michael Shigorin
0 siblings, 1 reply; 6+ messages in thread
From: Dmitriy Kulik @ 2010-02-17 17:29 UTC (permalink / raw)
To: ALT Linux Community general discussions
Есть NFS сервер именуемый 192.168.2.1 на ALT 4.*
И клиенты с разделением доступа rw
2 расшаренных каталога:
/mnt/data
/mnt/share
Так вот после перезапуска сервера клиенты не могут подключится к NFS
umount -a
mount -a
возвращают:
mount.nfs: access denied by server while mounting 192.168.2.1:/mnt/share
до ближайшего
service nfs restart
на сервере.
Как можно это исправить, или хотябы в чем может быть проблема?
Еще крутится на сервре stargazer который рулит iptables
Возможно ли что правила для localhost не успевают применится?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mount.nfs: access denied
2010-02-17 17:29 [Comm] mount.nfs: access denied Dmitriy Kulik
@ 2010-02-17 17:31 ` Michael Shigorin
2010-02-17 17:35 ` Дмитрий Кулик
0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2010-02-17 17:31 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Wed, Feb 17, 2010 at 07:29:22PM +0200, Dmitriy Kulik wrote:
> Как можно это исправить, или хотябы в чем может быть проблема?
А что в /var/log/messages сервера при таком EPERM?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mount.nfs: access denied
2010-02-17 17:31 ` Michael Shigorin
@ 2010-02-17 17:35 ` Дмитрий Кулик
2010-02-17 17:41 ` Michael Shigorin
0 siblings, 1 reply; 6+ messages in thread
From: Дмитрий Кулик @ 2010-02-17 17:35 UTC (permalink / raw)
To: shigorin, ALT Linux Community general discussions
2010/2/17 Michael Shigorin <mike@osdn.org.ua>:
> On Wed, Feb 17, 2010 at 07:29:22PM +0200, Dmitriy Kulik wrote:
>> Как можно это исправить, или хотябы в чем может быть проблема?
>
> А что в /var/log/messages сервера при таком EPERM?
>
Нашел это:
Feb 17 19:27:14 alliance exportfs: Assuming default behaviour
('no_subtree_check').
Feb 17 19:27:14 alliance exportfs: NOTE: this default has changed
since nfs-utils version 1.0.x
Feb 17 19:27:14 alliance exportfs: exportfs: /etc/exports [1]: Neither
'subtree_check' or 'no_subtree_check' specified for export
"192.168.2.0/24:/mnt/share"
.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mount.nfs: access denied
2010-02-17 17:35 ` Дмитрий Кулик
@ 2010-02-17 17:41 ` Michael Shigorin
2010-02-17 17:47 ` Дмитрий Кулик
0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2010-02-17 17:41 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Wed, Feb 17, 2010 at 07:35:39PM +0200, Дмитрий Кулик wrote:
> >> Как можно это исправить, или хотябы в чем может быть проблема?
> > А что в /var/log/messages сервера при таком EPERM?
> Нашел это:
> Feb 17 19:27:14 alliance exportfs: Assuming default behaviour
> ('no_subtree_check').
IIRC нестрашно; а portmap точно запущен и что control portmap?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mount.nfs: access denied
2010-02-17 17:41 ` Michael Shigorin
@ 2010-02-17 17:47 ` Дмитрий Кулик
2010-02-17 18:24 ` Дмитрий Кулик
0 siblings, 1 reply; 6+ messages in thread
From: Дмитрий Кулик @ 2010-02-17 17:47 UTC (permalink / raw)
To: shigorin, ALT Linux Community general discussions
2010/2/17 Michael Shigorin <mike@osdn.org.ua>:
> On Wed, Feb 17, 2010 at 07:35:39PM +0200, Дмитрий Кулик wrote:
>> >> Как можно это исправить, или хотябы в чем может быть проблема?
>> > А что в /var/log/messages сервера при таком EPERM?
>> Нашел это:
>> Feb 17 19:27:14 alliance exportfs: Assuming default behaviour
>> ('no_subtree_check').
>
> IIRC нестрашно; а portmap точно запущен и что control portmap?
>
[root@alliance ~]# control portmap
server
[root@alliance ~]# service portmap status
portmap is running
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mount.nfs: access denied
2010-02-17 17:47 ` Дмитрий Кулик
@ 2010-02-17 18:24 ` Дмитрий Кулик
0 siblings, 0 replies; 6+ messages in thread
From: Дмитрий Кулик @ 2010-02-17 18:24 UTC (permalink / raw)
To: shigorin, ALT Linux Community general discussions
2010/2/17 Дмитрий Кулик <lnkvisitor.ts@gmail.com>:
> 2010/2/17 Michael Shigorin <mike@osdn.org.ua>:
>> On Wed, Feb 17, 2010 at 07:35:39PM +0200, Дмитрий Кулик wrote:
>>> >> Как можно это исправить, или хотябы в чем может быть проблема?
>>> > А что в /var/log/messages сервера при таком EPERM?
>>> Нашел это:
>>> Feb 17 19:27:14 alliance exportfs: Assuming default behaviour
>>> ('no_subtree_check').
>>
>> IIRC нестрашно; а portmap точно запущен и что control portmap?
>>
>
> [root@alliance ~]# control portmap
> server
> [root@alliance ~]# service portmap status
> portmap is running
>
Может приоритет запуска на nfs поставить более низкий?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-02-17 18:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-17 17:29 [Comm] mount.nfs: access denied Dmitriy Kulik
2010-02-17 17:31 ` Michael Shigorin
2010-02-17 17:35 ` Дмитрий Кулик
2010-02-17 17:41 ` Michael Shigorin
2010-02-17 17:47 ` Дмитрий Кулик
2010-02-17 18:24 ` Дмитрий Кулик
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git