ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Странное поведение chkconfig при обновлении clamav
@ 2007-07-27 17:53 Olvin
  2007-07-27 20:17 ` Mikhail A. Pokidko
  0 siblings, 1 reply; 5+ messages in thread
From: Olvin @ 2007-07-27 17:53 UTC (permalink / raw)
  To: ALT Linux Community

Система ALC3.0. При обновлении clamav из updates до версии 0.91.1 выдало 
такое:

chkconfig version 1.2.24 - Copyright (C) 1997-2000 Red Hat, Inc.
Может свободно распространяться в рамках GNU Public License.

Применение:   chkconfig --list [имя сервиса]
          chkconfig --add <имя сервиса>
          chkconfig --del <имя сервиса>
          chkconfig [--level <уровни>] <имя сервиса> <on|off|reset>

Обновилось, вроде бы, нормально.

Что это было и что делать?


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

* Re: [Comm] Странное поведение chkconfig при обновлении clamav
  2007-07-27 17:53 [Comm] Странное поведение chkconfig при обновлении clamav Olvin
@ 2007-07-27 20:17 ` Mikhail A. Pokidko
  2007-07-28 18:32   ` Olvin
  0 siblings, 1 reply; 5+ messages in thread
From: Mikhail A. Pokidko @ 2007-07-27 20:17 UTC (permalink / raw)
  To: ALT Linux Community

Вероятно, это что-то, касающееся clamd

27.07.07, Olvin написал(а):
> Система ALC3.0. При обновлении clamav из updates до версии 0.91.1 выдало
> такое:
>
> chkconfig version 1.2.24 - Copyright (C) 1997-2000 Red Hat, Inc.
> Может свободно распространяться в рамках GNU Public License.
>
> Применение:   chkconfig --list [имя сервиса]
>           chkconfig --add <имя сервиса>
>           chkconfig --del <имя сервиса>
>           chkconfig [--level <уровни>] <имя сервиса> <on|off|reset>
>
> Обновилось, вроде бы, нормально.
>
> Что это было и что делать?
> _______________________________________________
> Community mailing list
> Community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


-- 
Mikhail A. Pokidko
ALTLinux Team
e-mail: pma@altlinux.org
xmpp: solar@gmail.ru

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

* Re: [Comm] Странное поведение chkconfig при обновлении clamav
  2007-07-27 20:17 ` Mikhail A. Pokidko
@ 2007-07-28 18:32   ` Olvin
  2007-07-30  6:11     ` Avramenko Andrew
  0 siblings, 1 reply; 5+ messages in thread
From: Olvin @ 2007-07-28 18:32 UTC (permalink / raw)
  To: ALT Linux Community

Mikhail A. Pokidko пишет:
>> Система ALC3.0. При обновлении clamav из updates до версии 0.91.1 выдало
>> такое:
>> chkconfig version 1.2.24 - Copyright (C) 1997-2000 Red Hat, Inc.
>> Может свободно распространяться в рамках GNU Public License.
>>
>> Применение:   chkconfig --list [имя сервиса]
>>           chkconfig --add <имя сервиса>
>>           chkconfig --del <имя сервиса>
>>           chkconfig [--level <уровни>] <имя сервиса> <on|off|reset>
>>
>> Обновилось, вроде бы, нормально.
>> Что это было и что делать?
> Вероятно, это что-то, касающееся clamd

Это понятно. Только такого не должно быть.


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

* Re: [Comm] Странное поведение chkconfig при обновлении clamav
  2007-07-28 18:32   ` Olvin
@ 2007-07-30  6:11     ` Avramenko Andrew
  2007-07-30 19:41       ` Olvin
  0 siblings, 1 reply; 5+ messages in thread
From: Avramenko Andrew @ 2007-07-30  6:11 UTC (permalink / raw)
  To: ALT Linux Community


>>> Обновилось, вроде бы, нормально.
>>> Что это было и что делать?

Не обращайте внимание. Ничего серьезного. Скорее всего в предыдущей 
версии clamav были какие-то ошибки в спеке в %preun секции или просто 
был удален init-скрипт.

Просто на всякий случай проверьте включен ли clamd сейчас:

chkconfig --list | grep clamd

и если нет, а Вам нужна его автоматическая загрузка, то включите:

chkconfig clamd on


--
С уважением,
Андрей


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

* Re: [Comm] Странное поведение chkconfig при обновлении clamav
  2007-07-30  6:11     ` Avramenko Andrew
@ 2007-07-30 19:41       ` Olvin
  0 siblings, 0 replies; 5+ messages in thread
From: Olvin @ 2007-07-30 19:41 UTC (permalink / raw)
  To: ALT Linux Community

Avramenko Andrew пишет:
>>>> Обновилось, вроде бы, нормально.
>>>> Что это было и что делать?
> Не обращайте внимание. Ничего серьезного. Скорее всего в предыдущей 
> версии clamav были какие-то ошибки в спеке в %preun секции или просто 
> был удален init-скрипт.
> Просто на всякий случай проверьте включен ли clamd сейчас:
> chkconfig --list | grep clamd
> и если нет, а Вам нужна его автоматическая загрузка, то включите:
> chkconfig clamd on

Я и так не обращаю _особого_ внимания. Да и chkconfig --list/|grep делаю 
после каждого обновления/установки сервиса. Но.

Придётся повесить багу.


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

end of thread, other threads:[~2007-07-30 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-27 17:53 [Comm] Странное поведение chkconfig при обновлении clamav Olvin
2007-07-27 20:17 ` Mikhail A. Pokidko
2007-07-28 18:32   ` Olvin
2007-07-30  6:11     ` Avramenko Andrew
2007-07-30 19:41       ` Olvin

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