ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Странное поведение nfs
@ 2003-05-01  8:42 Igor Tertishny
  2003-05-01 10:04 ` A.L. Klyutchenya
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Tertishny @ 2003-05-01  8:42 UTC (permalink / raw)
  To: sisyphus

Кто подскажет мне, как бороться с тем, что nfs-сервер не грузится по 
умолчанию? Хотя и указан для загрузки. Работать начинает только если сделать 
service nfs restart... Куда копать надо? Будьте добры. подскажите.



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

* Re: [sisyphus] Странное поведение nfs
  2003-05-01 10:04 ` A.L. Klyutchenya
@ 2003-05-01  9:10   ` Igor Tertishny
  2003-05-01 10:19     ` [sisyphus] " Andrey Brindeew
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Tertishny @ 2003-05-01  9:10 UTC (permalink / raw)
  To: sisyphus

> А какой у вас стоит runlevel в системе, и для каких уровней
> установлен запуск nfs ?
> #cat /etc/inittab | grep id
>
> #/sbin/chkconfig --list nfs
>
> если для вашего уровня (id:3 или 5) нет соотв. службы, то тогда
> сделайте
> #/sbin/chkconfig --level 3 или 5 nfs on

[root@srv root]# cat /etc/inittab | grep id
id:5:initdefault:
# The "id" field MUST be the same as the last
#  <id>:<runlevels>:<action>:<process>
[root@srv root]# /sbin/chkconfig --list nfs
nfs             0:off   1:off   2:on    3:on    4:on    5:off   6:off

Все понятно, на пятом ранлевеле отключено... Прошу подсказать, как включить.



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

* Re: [sisyphus] Re: Странное поведение nfs
  2003-05-01 10:19     ` [sisyphus] " Andrey Brindeew
@ 2003-05-01  9:29       ` Igor Tertishny
  2003-05-01 10:35         ` Andrey Brindeew
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Tertishny @ 2003-05-01  9:29 UTC (permalink / raw)
  To: sisyphus

1 Май 2003 14:19, Andrey Brindeew написал:
> On Thu, May 01, 2003 at 01:10:28PM +0400, Igor Tertishny wrote:
> > [root@srv root]# /sbin/chkconfig --list nfs
> > nfs             0:off   1:off   2:on    3:on    4:on    5:off   6:off
> >
> > Все понятно, на пятом ранлевеле отключено... Прошу подсказать, как
> > включить.
>
> chkconfig --level 5 nsf on

[root@not /]# chkconfig --level 5 nsf on
error reading information on service nsf: No such file or directory

И так на трех компах... Что бы это значило?



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

* Re: [sisyphus] Странное поведение nfs
  2003-05-01  8:42 [sisyphus] Странное поведение nfs Igor Tertishny
@ 2003-05-01 10:04 ` A.L. Klyutchenya
  2003-05-01  9:10   ` Igor Tertishny
  0 siblings, 1 reply; 6+ messages in thread
From: A.L. Klyutchenya @ 2003-05-01 10:04 UTC (permalink / raw)
  To: sisyphus

1 Май 2003 12:42, Igor Tertishny написал:
> Кто подскажет мне, как бороться с тем, что nfs-сервер не
> грузится по умолчанию? Хотя и указан для загрузки. Работать
> начинает только если сделать service nfs restart... Куда
> копать надо? Будьте добры. подскажите.

А какой у вас стоит runlevel в системе, и для каких уровней 
установлен запуск nfs ?
#cat /etc/inittab | grep id

#/sbin/chkconfig --list nfs

если для вашего уровня (id:3 или 5) нет соотв. службы, то тогда 
сделайте
#/sbin/chkconfig --level 3 или 5 nfs on
-- 
ВсехБлаг!      
      ____   __
     /   |  / / А. Л. Клютченя
    / /| | / /  (asoneofus)
   / /_| |/ /   mail:   asoneofus@kde.ru
  / ____  _ \   www:    http://www.qt.kde.ru
 / /   | | \ \  icq:    113679387
/_/    |_|  \_\ 



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

* [sisyphus] Re: Странное поведение nfs
  2003-05-01  9:10   ` Igor Tertishny
@ 2003-05-01 10:19     ` Andrey Brindeew
  2003-05-01  9:29       ` Igor Tertishny
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Brindeew @ 2003-05-01 10:19 UTC (permalink / raw)
  To: sisyphus

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

On Thu, May 01, 2003 at 01:10:28PM +0400, Igor Tertishny wrote:
> [root@srv root]# /sbin/chkconfig --list nfs
> nfs             0:off   1:off   2:on    3:on    4:on    5:off   6:off
> 
> Все понятно, на пятом ранлевеле отключено... Прошу подсказать, как включить.

chkconfig --level 5 nsf on

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

* [sisyphus] Re: Странное поведение nfs
  2003-05-01  9:29       ` Igor Tertishny
@ 2003-05-01 10:35         ` Andrey Brindeew
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Brindeew @ 2003-05-01 10:35 UTC (permalink / raw)
  To: sisyphus

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

On Thu, May 01, 2003 at 01:29:28PM +0400, Igor Tertishny wrote:
> [root@not /]# chkconfig --level 5 nsf on
> error reading information on service nsf: No such file or directory
                                       ^^^
									   nfs

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

end of thread, other threads:[~2003-05-01 10:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-01  8:42 [sisyphus] Странное поведение nfs Igor Tertishny
2003-05-01 10:04 ` A.L. Klyutchenya
2003-05-01  9:10   ` Igor Tertishny
2003-05-01 10:19     ` [sisyphus] " Andrey Brindeew
2003-05-01  9:29       ` Igor Tertishny
2003-05-01 10:35         ` Andrey Brindeew

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