* [sisyphus] chkconfig iptables
@ 2007-06-03 6:38 Artem Zolochevskiy
2007-06-03 6:47 ` Хихин Руслан
2007-06-04 8:24 ` Dmitry V. Levin
0 siblings, 2 replies; 5+ messages in thread
From: Artem Zolochevskiy @ 2007-06-03 6:38 UTC (permalink / raw)
To: sisyphus
hi all
так и задумано?
# chkconfig iptables --list
service iptables supports chkconfig, but is not referenced in any runlevel
(run 'chkconfig --add iptables')
задумано руками добавлять на тот или иной уровень? почему?
--
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] chkconfig iptables
2007-06-03 6:38 [sisyphus] chkconfig iptables Artem Zolochevskiy
@ 2007-06-03 6:47 ` Хихин Руслан
2007-06-03 7:33 ` Artem Zolochevskiy
2007-06-04 8:24 ` Dmitry V. Levin
1 sibling, 1 reply; 5+ messages in thread
From: Хихин Руслан @ 2007-06-03 6:47 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]
Здравствуйте Artem Zolochevskiy
В сообщении от 3 июня 2007 Artem Zolochevskiy написал(a):
> hi all
>
>
>
> так и задумано?
>
> # chkconfig iptables --list
>
> service iptables supports chkconfig, but is not referenced in any
> runlevel
>
> (run 'chkconfig --add iptables')
> задумано руками добавлять на тот или иной уровень? почему?
Вы наверное что-то перепутали ?
man chkconfig :
--list name
This option lists all of the services which chkconfig knows about, and
whether they are stopped or started in each runlevel. If name is speci-
fied, information in only display about service name.
(как будет запускаться демон в различных runlevel)
--add name
This option adds a new service for management by chkconfig. When a new
service is added, chkconfig ensures that the service has either a start
or a kill entry in every runlevel. If any runlevel is missing such an
entry, chkconfig creates the appropriate entry as specified by the
default values in the init script. Note that default entries in LSB-
delimited 'INIT INFO' sections take precedence over the default run-
levels in the initscript.
(Добавить демон в запуск в соответствии с его описанием в rc.d)
--level levels
Specifies the run levels an operation should pertain to. It is given as
a string of numbers from 0 to 7. For example, --level 35 specifies run-
levels 3 and 5.
(Добавить демон в запуск в соответствующем runlevel)
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] chkconfig iptables
2007-06-03 6:47 ` Хихин Руслан
@ 2007-06-03 7:33 ` Artem Zolochevskiy
2007-06-03 8:25 ` Хихин Руслан
0 siblings, 1 reply; 5+ messages in thread
From: Artem Zolochevskiy @ 2007-06-03 7:33 UTC (permalink / raw)
To: sisyphus
Хихин Руслан wrote:
> Здравствуйте Artem Zolochevskiy
> В сообщении от 3 июня 2007 Artem Zolochevskiy написал(a):
> > hi all
> >
> >
> >
> > так и задумано?
> >
> > # chkconfig iptables --list
> >
> > service iptables supports chkconfig, but is not referenced in any
> > runlevel
> >
> > (run 'chkconfig --add iptables')
> > задумано руками добавлять на тот или иной уровень? почему?
>
> Вы наверное что-то перепутали ?
если вы про --list iptables вместо iptbales --list, то это мелочи. и так
работает тоже, мне так просто удобнее.
а про цитирование man я так и не понял что я там должен был увидеть :-).
я знаю как пользоваться chkconfig. вопрос не в этом. вопрос в том. отчего у
нас (у меня?) iptables по умолчанию в таком состоянии находится, что его
нужно ещё сперва -add делать.
--
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] chkconfig iptables
2007-06-03 6:38 [sisyphus] chkconfig iptables Artem Zolochevskiy
2007-06-03 6:47 ` Хихин Руслан
@ 2007-06-04 8:24 ` Dmitry V. Levin
1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2007-06-04 8:24 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 376 bytes --]
On Sun, Jun 03, 2007 at 09:38:39AM +0300, Artem Zolochevskiy wrote:
> hi all
>
> так и задумано?
> # chkconfig iptables --list
> service iptables supports chkconfig, but is not referenced in any runlevel
> (run 'chkconfig --add iptables')
>
> задумано руками добавлять на тот или иной уровень? почему?
chkconfig --add iptables в %post присутстует.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-06-04 8:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-03 6:38 [sisyphus] chkconfig iptables Artem Zolochevskiy
2007-06-03 6:47 ` Хихин Руслан
2007-06-03 7:33 ` Artem Zolochevskiy
2007-06-03 8:25 ` Хихин Руслан
2007-06-04 8:24 ` Dmitry V. Levin
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