ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Evgeniy Kobzev" <evgenik@diamonds.ru>
To: <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] service portsentry start
Date: Tue Feb 12 16:54:03 2002
Message-ID: <019c01c1b3cd$1c7b6140$6600a8c0@ruis.ru> (raw)
In-Reply-To: <20020212113820.33d405cc.peet@infosite.ru>

----- Original Message -----
From: "Peter V. Saveliev" <peet@infosite.ru>
To: "ALT Linux" <mandrake-russian@altlinux.ru>
Sent: Tuesday, February 12, 2002 11:38 AM
Subject: [mdk-re] service portsentry start


> Hello!
>
> [peet@peet peet]$ service portsentry start
> Starting tcp port scan detector:                  [  OK  ]
> Starting udp port scan detector:                  [PASSED]
>
> После этого portsentry -atcp в процессах есть, а -audp - нет.
> Руками все запускается, а через инитскрипты - нет.
>
> Все дело, как я понял, в функции daemon (), которая, видя
> portsentry -atcp, не хочет запускать его же, но -audp. Не шибко
> мешает, можно и руками запустить, но, имхо, это неправильно.
>
> Я попытался переписать daemon (), но не получилось - я не столь
> силен еще оказался. Если кто сможет - пришлите патч, буду
> благодарен, а еще лучше - исправить это в Сизифе. Если, конечно,
> уже не исправлено - я на месяц отстал от Сизифа.

Я делал вот так:

--- portsentry.orig     Tue Jul 31 11:27:57 2001
+++ portsentry  Tue Feb 12 16:52:44 2002
@@ -28,17 +28,13 @@

 start()
 {
-       echo -n "Starting tcp port scan detector: "
-       daemon portsentry -atcp
+        action "Starting tcp port scan detector: " portsentry -atcp
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch "$LOCKFILE"
-       echo

-       echo -n "Starting udp port scan detector: "
-       daemon portsentry -audp
+        action "Starting udp port scan detector: " portsentry -audp
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch "$LOCKFILE"
-       echo
 }





      reply	other threads:[~2002-02-12 16:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-12 11:33 Peter V. Saveliev
2002-02-12 16:54 ` Evgeniy Kobzev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='019c01c1b3cd$1c7b6140$6600a8c0@ruis.ru' \
    --to=evgenik@diamonds.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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