ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] chkconfig on level 2: bug?
@ 2005-05-10 18:42 php-coder
  2005-05-10 19:03 ` Dmitry V. Levin
  2005-05-10 20:43 ` Pavel Usischev
  0 siblings, 2 replies; 5+ messages in thread
From: php-coder @ 2005-05-10 18:42 UTC (permalink / raw)
  To: community


    Здравствуйте!

    [c0der@mycomp ~]$ chkconfig --list G вкл G console
    consolesaver    0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл
    [c0der@mycomp ~]$ sudo chkconfig consolesaver off
    [c0der@mycomp ~]$ chkconfig --list G вкл G console
    consolesaver    0:выкл  1:выкл  2:вкл   3:выкл  4:выкл  5:выкл  6:выкл
    
    Как выяснил agent_007 от сервиса не зависит -- это проблема chkconfig.

    Помогает лишь отключние вручную chkconfig --level 2 consolesaver off

    Что скажете?

-- 
+ php-coder
+ php-coder[at]ngs[dot]ru



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

* Re: [Comm] chkconfig on level 2: bug?
  2005-05-10 18:42 [Comm] chkconfig on level 2: bug? php-coder
@ 2005-05-10 19:03 ` Dmitry V. Levin
  2005-05-11  9:45   ` php-coder
  2005-05-10 20:43 ` Pavel Usischev
  1 sibling, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2005-05-10 19:03 UTC (permalink / raw)
  To: ALT Linux general discussion list

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

On Wed, May 11, 2005 at 01:42:10AM +0700, php-coder wrote:
>     [c0der@mycomp ~]$ chkconfig --list G вкл G console
>     consolesaver    0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл

G == grep?

>     [c0der@mycomp ~]$ sudo chkconfig consolesaver off
>     [c0der@mycomp ~]$ chkconfig --list G вкл G console
>     consolesaver    0:выкл  1:выкл  2:вкл   3:выкл  4:выкл  5:выкл  6:выкл
>     
>     Как выяснил agent_007 от сервиса не зависит -- это проблема chkconfig.

И всё-таки это зависит сервиса.  Тем не менее повесьте что-нибудь на chkconfig.


-- 
ldv

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

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

* Re: [Comm] chkconfig on level 2: bug?
  2005-05-10 18:42 [Comm] chkconfig on level 2: bug? php-coder
  2005-05-10 19:03 ` Dmitry V. Levin
@ 2005-05-10 20:43 ` Pavel Usischev
  2005-05-10 23:26   ` Dmitry V. Levin
  1 sibling, 1 reply; 5+ messages in thread
From: Pavel Usischev @ 2005-05-10 20:43 UTC (permalink / raw)
  To: community

php-coder пишет:
>     Как выяснил agent_007 от сервиса не зависит -- это проблема chkconfig.
>     Помогает лишь отключние вручную chkconfig --level 2 consolesaver off
>     Что скажете?

Считать ли проблемой документированное поведение? В chkconfig (8) сказано:

By default, the on and off options affect only runlevels 3, 4, and 5

-- 
С уважением,
Павел Усищев


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

* Re: [Comm] chkconfig on level 2: bug?
  2005-05-10 20:43 ` Pavel Usischev
@ 2005-05-10 23:26   ` Dmitry V. Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2005-05-10 23:26 UTC (permalink / raw)
  To: ALT Linux general discussion list

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

On Wed, May 11, 2005 at 12:43:30AM +0400, Pavel Usischev wrote:
> php-coder пишет:
> >    Как выяснил agent_007 от сервиса не зависит -- это проблема chkconfig.
> >    Помогает лишь отключние вручную chkconfig --level 2 consolesaver off
> >    Что скажете?
> 
> Считать ли проблемой документированное поведение? В chkconfig (8) сказано:
> 
> By default, the on and off options affect only runlevels 3, 4, and 5

Вообще-то несколько странное поведение, даже если и документированное.


-- 
ldv

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

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

* Re: [Comm] chkconfig on level 2: bug?
  2005-05-10 19:03 ` Dmitry V. Levin
@ 2005-05-11  9:45   ` php-coder
  0 siblings, 0 replies; 5+ messages in thread
From: php-coder @ 2005-05-11  9:45 UTC (permalink / raw)
  To: community


--- Dmitry V. Levin 2005-05-10 23:03:45 +0400
+++ php-coder 2005-05-11 16:30:37 +0700

> >     [c0der@mycomp ~]$ chkconfig --list G вкл G console
> >     consolesaver    0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл
> G == grep?

    Да

> Тем не менее повесьте что-нибудь на chkconfig.

    #6813

-- 
+ php-coder
+ php-coder[at]ngs[dot]ru



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

end of thread, other threads:[~2005-05-11  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-10 18:42 [Comm] chkconfig on level 2: bug? php-coder
2005-05-10 19:03 ` Dmitry V. Levin
2005-05-11  9:45   ` php-coder
2005-05-10 20:43 ` Pavel Usischev
2005-05-10 23:26   ` Dmitry V. Levin

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