ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] acpid is not referenced in any runlevel?
@ 2007-02-17  0:25 Alexey Rusakov
  2007-02-17  8:22 ` Eugene Vlasov
  2007-02-19  8:18 ` Epiphanov Sergei
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Rusakov @ 2007-02-17  0:25 UTC (permalink / raw)
  To: sisyphus

Доброго времени суток.

В процессе разборок с незапускающимся автоматически powersaved
попробовал chkconfig --list acpid и неожиданно получил:
service acpid supports chkconfig, but is not referenced in any runlevel
(run 'chkconfig --add acpid')
Это только у меня или ошибка носит глобальный характер?

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


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

* Re: [sisyphus] acpid is not referenced in any runlevel?
  2007-02-17  0:25 [sisyphus] acpid is not referenced in any runlevel? Alexey Rusakov
@ 2007-02-17  8:22 ` Eugene Vlasov
  2007-02-17  9:00   ` Alexey Rusakov
  2007-02-19  8:18 ` Epiphanov Sergei
  1 sibling, 1 reply; 5+ messages in thread
From: Eugene Vlasov @ 2007-02-17  8:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Sat, 17 Feb 2007 03:25:31 +0300 Alexey Rusakov wrote:

> попробовал chkconfig --list acpid и неожиданно получил:
> service acpid supports chkconfig, but is not referenced in any runlevel
> (run 'chkconfig --add acpid')

$ chkconfig --list acpid
acpid           0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл

Специально ничего не делал.


-- 
WBR, Eugene Vlasov        mailto:eugvv at altlinux.ru
                          JID: eugvv@jabber.ru

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

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

* Re: [sisyphus] acpid is not referenced in any runlevel?
  2007-02-17  8:22 ` Eugene Vlasov
@ 2007-02-17  9:00   ` Alexey Rusakov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Rusakov @ 2007-02-17  9:00 UTC (permalink / raw)
  To: sisyphus

On Sat, 17 Feb 2007 13:22:53 +0500
Eugene Vlasov wrote:

> On Sat, 17 Feb 2007 03:25:31 +0300 Alexey Rusakov wrote:
> 
> > попробовал chkconfig --list acpid и неожиданно получил:
> > service acpid supports chkconfig, but is not referenced in any
> > runlevel (run 'chkconfig --add acpid')
> 
> $ chkconfig --list acpid
> acpid           0:выкл  1:выкл  2:вкл   3:вкл   4:вкл   5:вкл   6:выкл
> 
> Специально ничего не делал.
Понятно, значит, очумелые ручки у меня. Спасибо.

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


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

* Re: [sisyphus] acpid is not referenced in any runlevel?
  2007-02-17  0:25 [sisyphus] acpid is not referenced in any runlevel? Alexey Rusakov
  2007-02-17  8:22 ` Eugene Vlasov
@ 2007-02-19  8:18 ` Epiphanov Sergei
  2007-02-19 10:31   ` Alexey Rusakov
  1 sibling, 1 reply; 5+ messages in thread
From: Epiphanov Sergei @ 2007-02-19  8:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Saturday 17 February 2007 03:25 Alexey Rusakov написал(a):
> Доброго времени суток.
>
> В процессе разборок с незапускающимся автоматически powersaved
> попробовал chkconfig --list acpid и неожиданно получил:
> service acpid supports chkconfig, but is not referenced in any runlevel
> (run 'chkconfig --add acpid')
> Это только у меня или ошибка носит глобальный характер?

Наберите:

chkconfig --add acpid

И всё будет.

-- 
С уважением, Епифанов Сергей


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

* Re: [sisyphus] acpid is not referenced in any runlevel?
  2007-02-19  8:18 ` Epiphanov Sergei
@ 2007-02-19 10:31   ` Alexey Rusakov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Rusakov @ 2007-02-19 10:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Epiphanov Sergei wrote:
> В сообщении от Saturday 17 February 2007 03:25 Alexey Rusakov написал(a):
>> Доброго времени суток.
>>
>> В процессе разборок с незапускающимся автоматически powersaved
>> попробовал chkconfig --list acpid и неожиданно получил:
>> service acpid supports chkconfig, but is not referenced in any runlevel
>> (run 'chkconfig --add acpid')
>> Это только у меня или ошибка носит глобальный характер?
> 
> Наберите:
> 
> chkconfig --add acpid
> 
> И всё будет.
Как это фиксить, я знаю :) Я просто хотел убедиться, что не баг упаковки.

-- 
   Alexey "Ktirf" Rusakov
   GNOME Project
   ALT Linux Team


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

end of thread, other threads:[~2007-02-19 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17  0:25 [sisyphus] acpid is not referenced in any runlevel? Alexey Rusakov
2007-02-17  8:22 ` Eugene Vlasov
2007-02-17  9:00   ` Alexey Rusakov
2007-02-19  8:18 ` Epiphanov Sergei
2007-02-19 10:31   ` Alexey Rusakov

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