ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] nfs mount
@ 2011-08-05  8:41 Мал Скрылёв
  2011-08-05  9:29 ` Anton V. Boyarshinov
  0 siblings, 1 reply; 8+ messages in thread
From: Мал Скрылёв @ 2011-08-05  8:41 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Приветствую.

Собственно вопрос о nfs только на сизифе. При попытке монтирования
открытой папки в nfs через eth0 происходит таймаут, если монтировать
через lo всё нормально. Выглядит так:

mount deroptyja.loc:/opt/eldk-5.0/powerpc/rootfs/ /mnt/net/ -o nolock
ls /mnt/net/
bin  boot  dev  etc  home  lib  media  mnt  proc  sbin  sys  tmp  usr  var
umount /mnt/net/
mount deroptyja.psi:/opt/eldk-5.0/powerpc/rootfs/ /mnt/net/ -o nolock
mount.nfs: Connection timed out

cat /etc/exports
# see also /etc/sysconfig/portmap (control portmap)
/opt/eldk-5.0/powerpc/rootfs
192.168.123.2(ro,no_subtree_check,no_root_squash)
127.0.0.0/255.0.0.0(ro,no_subtree_check,no_root_squash)

cat /etc/hosts
127.0.0.1	deroptyja.loc	derytopja	localhost.localdomain	localhost
192.168.123.2	deroptyja.psi

Такая проблема только на сизифе, на p6 нормально.
iptables опущен и не мешает. Что это может быть ума не приложу.

-- 
Малъ Зануда, Скрылёвъ сынъ

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

* Re: [sisyphus] nfs mount
  2011-08-05  8:41 [sisyphus] nfs mount Мал Скрылёв
@ 2011-08-05  9:29 ` Anton V. Boyarshinov
  2011-08-05 10:50   ` Мал Скрылёв
  0 siblings, 1 reply; 8+ messages in thread
From: Anton V. Boyarshinov @ 2011-08-05  9:29 UTC (permalink / raw)
  To: sisyphus

On Fri, 5 Aug 2011 12:41:47 +0400 Мал Скрылёв wrote:

> # see also /etc/sysconfig/portmap (control portmap)


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

* Re: [sisyphus] nfs mount
  2011-08-05  9:29 ` Anton V. Boyarshinov
@ 2011-08-05 10:50   ` Мал Скрылёв
  2011-08-05 11:28     ` Mykola S. Grechukh
  0 siblings, 1 reply; 8+ messages in thread
From: Мал Скрылёв @ 2011-08-05 10:50 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

5 августа 2011 г. 13:29 пользователь Anton V. Boyarshinov
<boyarsh@altlinux.org> написал:
> On Fri, 5 Aug 2011 12:41:47 +0400 Мал Скрылёв wrote:
>
>> # see also /etc/sysconfig/portmap (control portmap)

В обоих случаях, и хорошем и плохом, пустые, точнее отсутствующие.

-- 
Малъ Зануда, Скрылёвъ сынъ

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

* Re: [sisyphus] nfs mount
  2011-08-05 10:50   ` Мал Скрылёв
@ 2011-08-05 11:28     ` Mykola S. Grechukh
  2011-08-05 11:37       ` Мал Скрылёв
  0 siblings, 1 reply; 8+ messages in thread
From: Mykola S. Grechukh @ 2011-08-05 11:28 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

control rpcbind

/etc/sysconfig/rpcbind

2011/8/5 Мал Скрылёв <3ahyga@gmail.com>:
> 5 августа 2011 г. 13:29 пользователь Anton V. Boyarshinov
> <boyarsh@altlinux.org> написал:
>> On Fri, 5 Aug 2011 12:41:47 +0400 Мал Скрылёв wrote:
>>
>>> # see also /etc/sysconfig/portmap (control portmap)
>
> В обоих случаях, и хорошем и плохом, пустые, точнее отсутствующие.
>
> --
> Малъ Зануда, Скрылёвъ сынъ
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus



-- 
Mykola Grechukh

CTO, Satelliz-Ukraine

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

* Re: [sisyphus] nfs mount
  2011-08-05 11:28     ` Mykola S. Grechukh
@ 2011-08-05 11:37       ` Мал Скрылёв
  2011-08-05 11:39         ` Mykola S. Grechukh
  2011-08-05 12:25         ` Dmitry V. Levin
  0 siblings, 2 replies; 8+ messages in thread
From: Мал Скрылёв @ 2011-08-05 11:37 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

5 августа 2011 г. 15:28 пользователь Mykola S. Grechukh
<gns@altlinux.org> написал:
> control rpcbind
# control rpcbind
local

> /etc/sysconfig/rpcbind
# cat /etc/sysconfig/rpcbind
# Parameters for rpcbind daemon.
# See rpcbind(8) for more details.

# Specifies additional parameters for rpcbind.
#RPCBIND_ARGS=

# Specifies parameters under control(1)
CONTROL_ARGS="-l"

На обеих машинах.

-- 
Малъ Зануда, Скрылёвъ сынъ

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

* Re: [sisyphus] nfs mount
  2011-08-05 11:37       ` Мал Скрылёв
@ 2011-08-05 11:39         ` Mykola S. Grechukh
  2011-08-05 12:40           ` Мал Скрылёв
  2011-08-05 12:25         ` Dmitry V. Levin
  1 sibling, 1 reply; 8+ messages in thread
From: Mykola S. Grechukh @ 2011-08-05 11:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

2011/8/5 Мал Скрылёв <>:
> 5 августа 2011 г. 15:28 пользователь Mykola S. Grechukh
> <gns@altlinux.org> написал:
>> control rpcbind
> # control rpcbind
> local
>
>> /etc/sysconfig/rpcbind
> # cat /etc/sysconfig/rpcbind
> # Parameters for rpcbind daemon.
> # See rpcbind(8) for more details.
>
> # Specifies additional parameters for rpcbind.
> #RPCBIND_ARGS=
>
> # Specifies parameters under control(1)
> CONTROL_ARGS="-l"

скажите control rpcbind server, от этого CONTROL_ARGS="-l"
закомментируется. После этого скажите service rpcbind restart.

> На обеих машинах.

Очень странно :) Покажите, штоле,

sudo netstat -lpn | grep rpcbind

-- 
Mykola Grechukh

CTO, Satelliz-Ukraine

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

* Re: [sisyphus] nfs mount
  2011-08-05 11:37       ` Мал Скрылёв
  2011-08-05 11:39         ` Mykola S. Grechukh
@ 2011-08-05 12:25         ` Dmitry V. Levin
  1 sibling, 0 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2011-08-05 12:25 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

On Fri, Aug 05, 2011 at 03:37:01PM +0400, Мал Скрылёв wrote:
> 5 августа 2011 г. 15:28 пользователь Mykola S. Grechukh
> <gns@altlinux.org> написал:
> > control rpcbind
> # control rpcbind
> local

А теперь скажите
# control rpcbind help
:)


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [sisyphus] nfs mount
  2011-08-05 11:39         ` Mykola S. Grechukh
@ 2011-08-05 12:40           ` Мал Скрылёв
  0 siblings, 0 replies; 8+ messages in thread
From: Мал Скрылёв @ 2011-08-05 12:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

5 августа 2011 г. 15:39 пользователь Mykola S. Grechukh
<gns@altlinux.org> написал:
> 2011/8/5 Мал Скрылёв <>:
>> 5 августа 2011 г. 15:28 пользователь Mykola S. Grechukh
>> <gns@altlinux.org> написал:
>>> control rpcbind
>> # control rpcbind
>> local
>>
>>> /etc/sysconfig/rpcbind
>> # cat /etc/sysconfig/rpcbind
>> # Parameters for rpcbind daemon.
>> # See rpcbind(8) for more details.
>>
>> # Specifies additional parameters for rpcbind.
>> #RPCBIND_ARGS=
>>
>> # Specifies parameters under control(1)
>> CONTROL_ARGS="-l"
>
> скажите control rpcbind server, от этого CONTROL_ARGS="-l"
> закомментируется. После этого скажите service rpcbind restart.
>

Спс. помогло.

>> На обеих машинах.
>
> Очень странно :) Покажите, штоле,
>
> sudo netstat -lpn | grep rpcbind

[root@psittaca tmp]# netstat -lpn | grep rpcbind
tcp        0      0 0.0.0.0:111                 0.0.0.0:*
     LISTEN      5638/rpcbind
tcp        0      0 :::111                      :::*
     LISTEN      5638/rpcbind
udp        0      0 0.0.0.0:111                 0.0.0.0:*
                 5638/rpcbind
udp        0      0 0.0.0.0:693                 0.0.0.0:*
                 5638/rpcbind
udp        0      0 :::111                      :::*
                 5638/rpcbind
udp        0      0 :::693                      :::*
                 5638/rpcbind
unix  2      [ ACC ]     STREAM     LISTENING     11779738
5638/rpcbind        /var/run/rpcbind.sock
[root@psittaca tmp]# control rpcbind local
[root@psittaca tmp]# service rpcbind restart
Stopping rpcbind service:
                                          [ DONE ]
Starting rpcbind service:
                                          [ DONE ]
[root@psittaca tmp]# netstat -lpn | grep rpcbind
tcp        0      0 127.0.0.1:111               0.0.0.0:*
     LISTEN      5887/rpcbind
tcp        0      0 ::1:111                     :::*
     LISTEN      5887/rpcbind
udp        0      0 127.0.0.1:111               0.0.0.0:*
                 5887/rpcbind
udp        0      0 0.0.0.0:942                 0.0.0.0:*
                 5887/rpcbind
udp        0      0 ::1:111                     :::*
                 5887/rpcbind
udp        0      0 :::942                      :::*
                 5887/rpcbind
unix  2      [ ACC ]     STREAM     LISTENING     11787257
5887/rpcbind        /var/run/rpcbind.sock


> # control rpcbind help

Да совет полезный, но добрался до него в самом конце)))

Всем хвала.
-- 
Малъ Зануда, Скрылёвъ сынъ


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

end of thread, other threads:[~2011-08-05 12:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05  8:41 [sisyphus] nfs mount Мал Скрылёв
2011-08-05  9:29 ` Anton V. Boyarshinov
2011-08-05 10:50   ` Мал Скрылёв
2011-08-05 11:28     ` Mykola S. Grechukh
2011-08-05 11:37       ` Мал Скрылёв
2011-08-05 11:39         ` Mykola S. Grechukh
2011-08-05 12:40           ` Мал Скрылёв
2011-08-05 12:25         ` Dmitry V. Levin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git