* [Comm] Запуск nfs
@ 2008-05-02 14:05 Andrei Lomov
2008-05-02 14:25 ` Eugene Ostapets
0 siblings, 1 reply; 14+ messages in thread
From: Andrei Lomov @ 2008-05-02 14:05 UTC (permalink / raw)
To: community
Есть две машины с ALD 4.0.1: main и note.
На main надо поднять сервер nfs и открыть каталог
/mnt/pool для чтения и записи с note.
На main установлен nfs-server,
машина перезагружена
На note установлен nfs-clients
На хосте note в /etc/fstab строчка:
main:/mnt/pool /home/andrei/Desktop/main nfs rsize=8192,wsize=8192
На хосте main в /etc/exports:
/mnt/pool/ note(async) \
(rw,async)
В /etc/hosts.allow:
note
Подмонтировать ресурс, однако, не получается:
[root@note Desktop]# mount main
mount: mount to NFS server 'main' failed: System Error: Connection refused.
Ума, как всегда, не хватает, займите, кто может :)
--
Всего доброго,
А.Л.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 14:05 [Comm] Запуск nfs Andrei Lomov
@ 2008-05-02 14:25 ` Eugene Ostapets
2008-05-02 15:22 ` Andrei Lomov
2008-05-02 22:45 ` Vitaly Lipatov
0 siblings, 2 replies; 14+ messages in thread
From: Eugene Ostapets @ 2008-05-02 14:25 UTC (permalink / raw)
To: ALT Linux Community general discussions
2 мая 2008 г. 17:05 пользователь Andrei Lomov <lomov math.nsc.ru> написал:
> Подмонтировать ресурс, однако, не получается:
>
> [root@note Desktop]# mount main
> mount: mount to NFS server 'main' failed: System Error: Connection refused.
>
> Ума, как всегда, не хватает, займите, кто может :)
Это нужно было внести уже в faq
На сервере:
sed -i 's/-l//g' /etc/sysconfig/portmap
service portmap restart
--
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 14:25 ` Eugene Ostapets
@ 2008-05-02 15:22 ` Andrei Lomov
2008-05-02 15:34 ` Владимир
2008-05-02 22:45 ` Vitaly Lipatov
1 sibling, 1 reply; 14+ messages in thread
From: Andrei Lomov @ 2008-05-02 15:22 UTC (permalink / raw)
To: community
Eugene Ostapets wrote:
> На сервере:
> sed -i 's/-l//g' /etc/sysconfig/portmap
> service portmap restart
[root@main andrei]# sed -i 's/-l//g' /etc/sysconfig/portmap
[root@main andrei]# cat /etc/sysconfig/portmap
PORTMAP_ARGS=""
[root@main andrei]# /sbin/service portmap restart
Stopping portmap service:
[ DONE ]
Starting portmap service:
[ DONE ]
# mount main
mount: mount to NFS server 'main' failed: RPC Error: Program not registered.
--
Всего доброго,
А.Л.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 15:22 ` Andrei Lomov
@ 2008-05-02 15:34 ` Владимир
2008-05-02 15:56 ` Aleksander N.Gorohovski
2008-05-02 16:18 ` [Comm] " Andrei Lomov
0 siblings, 2 replies; 14+ messages in thread
From: Владимир @ 2008-05-02 15:34 UTC (permalink / raw)
To: ALT Linux Community general discussions
http://haw.hut2.ru/index.html
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 15:34 ` Владимир
@ 2008-05-02 15:56 ` Aleksander N.Gorohovski
2008-05-02 19:13 ` [Comm] [JT] " Andrey Rahmatullin
2008-05-02 16:18 ` [Comm] " Andrei Lomov
1 sibling, 1 reply; 14+ messages in thread
From: Aleksander N.Gorohovski @ 2008-05-02 15:56 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Fri, 02 May 2008 18:34:40 +0300, Владимир wrote:
> http://haw.hut2.ru/index.html
Интересно,
А что означает ссылка "Формулы"?
У меня отображается какая то каша
amath Solving the quadratic equation. Suppose a x^2+b x+c=0 and a!=0. We
first divide by \a to get x^2+b/a x+c/a=0. Then we complete the square and
obtain x^2+b/a x+(b/(2a))^2-(b/(2a))^2+c/a=0. The first three terms factor
to give (x+b/(2a))^2=(b^2)/(4a^2)-c/a. Now we take square roots on both
sides and get x+b/(2a)=+-sqrt((b^2)/(4a^2)-c/a). Finally we subtract
b/(2a) from both sides and simplify to get the two solutions:
x_(1,2)=(-b+-sqrt(b^2 - 4a c))/(2a)
endamath
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 15:34 ` Владимир
2008-05-02 15:56 ` Aleksander N.Gorohovski
@ 2008-05-02 16:18 ` Andrei Lomov
2008-05-04 12:12 ` Sergey
2008-05-04 14:55 ` [Comm] Запуск nfs -- успешно Andrei Lomov
1 sibling, 2 replies; 14+ messages in thread
From: Andrei Lomov @ 2008-05-02 16:18 UTC (permalink / raw)
To: community
Владимир wrote:
> http://haw.hut2.ru/index.html
Спасибо, ценная информация.
Пока не могу понять, чем у меня вызвано сообщение
RPC Error: Program not registered
--
Всего доброго,
А.Л.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] [JT] Запуск nfs
2008-05-02 15:56 ` Aleksander N.Gorohovski
@ 2008-05-02 19:13 ` Andrey Rahmatullin
0 siblings, 0 replies; 14+ messages in thread
From: Andrey Rahmatullin @ 2008-05-02 19:13 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 429 bytes --]
On Fri, May 02, 2008 at 06:56:50PM +0300, Aleksander N.Gorohovski wrote:
> Интересно,
> А что означает ссылка "Формулы"?
Зачем писать об этом в рассылку?
> У меня отображается какая то каша
Не знаю, как у вас, а у меня там выше написано, что требуется для
нормального просмотра.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Кажется я погорячился, на себя перевесив...
-- solo in #10171
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 14:25 ` Eugene Ostapets
2008-05-02 15:22 ` Andrei Lomov
@ 2008-05-02 22:45 ` Vitaly Lipatov
1 sibling, 0 replies; 14+ messages in thread
From: Vitaly Lipatov @ 2008-05-02 22:45 UTC (permalink / raw)
To: ALT Linux Community general discussions
On 2 мая 2008, Eugene Ostapets wrote:
...
> Это нужно было внести уже в faq
>
> На сервере:
> sed -i 's/-l//g' /etc/sysconfig/portmap
# control portmap server
> service portmap restart
--
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-02 16:18 ` [Comm] " Andrei Lomov
@ 2008-05-04 12:12 ` Sergey
2008-05-04 14:47 ` Andrei Lomov
2008-05-04 14:55 ` [Comm] Запуск nfs -- успешно Andrei Lomov
1 sibling, 1 reply; 14+ messages in thread
From: Sergey @ 2008-05-04 12:12 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Friday 02 May 2008, Andrei Lomov wrote:
> RPC Error: Program not registered
/etc/hosts.deny ничего нет ? Что-нибудь вроде
portmap: all except 192.168.1.0/24, 10.1.1.1, 10.2.2.2
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-04 12:12 ` Sergey
@ 2008-05-04 14:47 ` Andrei Lomov
2008-05-04 14:53 ` Андрей Черепанов
0 siblings, 1 reply; 14+ messages in thread
From: Andrei Lomov @ 2008-05-04 14:47 UTC (permalink / raw)
To: community
Sergey wrote:
> On Friday 02 May 2008, Andrei Lomov wrote:
>
>> RPC Error: Program not registered
>
> /etc/hosts.deny ничего нет ? Что-нибудь вроде
>
> portmap: all except 192.168.1.0/24, 10.1.1.1, 10.2.2.2
Нет, там пусто,
только комментарии
--
Всего доброго,
А.Л.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-04 14:47 ` Andrei Lomov
@ 2008-05-04 14:53 ` Андрей Черепанов
0 siblings, 0 replies; 14+ messages in thread
From: Андрей Черепанов @ 2008-05-04 14:53 UTC (permalink / raw)
To: ALT Linux Community general discussions
4 мая 2008 Andrei Lomov написал:
> Sergey wrote:
> > On Friday 02 May 2008, Andrei Lomov wrote:
> >> RPC Error: Program not registered
> >
> > /etc/hosts.deny ничего нет ? Что-нибудь вроде
> >
> > portmap: all except 192.168.1.0/24, 10.1.1.1, 10.2.2.2
>
> Нет, там пусто,
> только комментарии
[root@c233 ~]# cat /etc/sysconfig/portmap
# Parameters for portmap daemon.
# See portmap(8) for more details.
# Specifies additional parameters for portmap.
#PORTMAP_ARGS="-l"
На ОБОИХ машинах.
--
Андрей Черепанов
ALT Linux
cas@altlinux.ru
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs -- успешно
2008-05-02 16:18 ` [Comm] " Andrei Lomov
2008-05-04 12:12 ` Sergey
@ 2008-05-04 14:55 ` Andrei Lomov
2008-05-10 21:37 ` Olvin
2008-05-14 11:35 ` [Comm] Запуск nfs Andrei Lomov
1 sibling, 2 replies; 14+ messages in thread
From: Andrei Lomov @ 2008-05-04 14:55 UTC (permalink / raw)
To: community
Andrei Lomov wrote:
> Пока не могу понять, чем у меня вызвано сообщение
>
> RPC Error: Program not registered
На следующий день (после перезагрузки сервера и клиента)
все работает.
Непонятно, но здорово.
Спасибо всем
--
Всего доброго,
А.Л.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs -- успешно
2008-05-04 14:55 ` [Comm] Запуск nfs -- успешно Andrei Lomov
@ 2008-05-10 21:37 ` Olvin
2008-05-14 11:35 ` [Comm] Запуск nfs Andrei Lomov
1 sibling, 0 replies; 14+ messages in thread
From: Olvin @ 2008-05-10 21:37 UTC (permalink / raw)
To: ALT Linux Community general discussions
Andrei Lomov пишет:
>> Пока не могу понять, чем у меня вызвано сообщение
>> RPC Error: Program not registered
> На следующий день (после перезагрузки сервера и клиента)
> все работает.
> Непонятно, но здорово.
> Спасибо всем
Понятно. После перезапуска portmap неплохо бы перезапустить nfs-server.
Сам на это напоролся, но упорно не перезагружал машину - не люблю я это,
вот и докопался :)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Comm] Запуск nfs
2008-05-04 14:55 ` [Comm] Запуск nfs -- успешно Andrei Lomov
2008-05-10 21:37 ` Olvin
@ 2008-05-14 11:35 ` Andrei Lomov
1 sibling, 0 replies; 14+ messages in thread
From: Andrei Lomov @ 2008-05-14 11:35 UTC (permalink / raw)
To: community
Andrei Lomov wrote:
>
> На следующий день (после перезагрузки сервера и клиента)
> все работает.
Еще непонятка:
На клиенте прописана опция монтирования user, но все равно монтирует только
от рута:
main:/mnt/pool /mnt/main/pool nfs user,rsize=8192,wsize=8192 1 0
Команда монтирования от обычного пользователя отрабатывает без сообщений,
а монтирования не происходит :(
--
Всего доброго,
А.Л.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2008-05-14 11:35 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-02 14:05 [Comm] Запуск nfs Andrei Lomov
2008-05-02 14:25 ` Eugene Ostapets
2008-05-02 15:22 ` Andrei Lomov
2008-05-02 15:34 ` Владимир
2008-05-02 15:56 ` Aleksander N.Gorohovski
2008-05-02 19:13 ` [Comm] [JT] " Andrey Rahmatullin
2008-05-02 16:18 ` [Comm] " Andrei Lomov
2008-05-04 12:12 ` Sergey
2008-05-04 14:47 ` Andrei Lomov
2008-05-04 14:53 ` Андрей Черепанов
2008-05-04 14:55 ` [Comm] Запуск nfs -- успешно Andrei Lomov
2008-05-10 21:37 ` Olvin
2008-05-14 11:35 ` [Comm] Запуск nfs Andrei Lomov
2008-05-02 22:45 ` Vitaly Lipatov
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