From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Sisyphus mailing list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] service postfix status
Date: Wed, 4 Jun 2003 12:53:36 +0400
Message-ID: <20030604085336.GD26153@basalt.office.altlinux.org> (raw)
In-Reply-To: <3EDDAD62.700@umail.ru>
[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]
On Wed, Jun 04, 2003 at 12:27:14PM +0400, Anatoly A. Yakushin wrote:
> >>Даю команду
> >>#service postfix status
> >>в ответ тишина.
> >>Постфикс работает (иначе вы бы не читали это письмо :-)
> >>Это что?
> >
> >Похоже status не работает
> ># service postfix
> >Usage: postfix
> >{start|stop|adjust|check|flush|reload|restart|condstop|condrestart|condreload|status}
> >
> >
> ># postfix reload
> >postfix/postfix-script: refreshing the Postfix mail system
> >
> ># postfix restart
> >postfix/postfix-script: fatal: usage: postfix start (or stop, reload,
> >abort, flush, or check)
> >
> А вот тут посмотреть:
>
> http://altlinux.ru/pipermail/sisyphus/2003-May/043540.html
Нет, тут другая история - /usr/lib/postfix/master не находится в
стандартном $PATH; apply this patch:
--- /etc/init.d/postfix.orig 2002-05-21 22:16:47 +0400
+++ /etc/init.d/postfix 2003-06-04 12:52:03 +0400
@@ -122,7 +122,7 @@
fi
;;
status)
- status master
+ status --expect-user root /usr/lib/postfix/master
RETVAL=$?
;;
*)
Новая версия postfix в Сизифе будет уже 2.x.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-06-04 8:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-04 7:20 iLya Bryzgalow
2003-06-04 8:03 ` Mihail Maximov
2003-06-04 8:27 ` Anatoly A. Yakushin
2003-06-04 8:39 ` Mihail Maximov
2003-06-04 8:53 ` Dmitry V. Levin [this message]
2003-06-04 9:04 ` Mike Lykov
2003-06-04 9:35 ` [sisyphus] " Dmitry V. Levin
2003-06-04 10:52 ` [sisyphus] service " iLya Bryzgalow
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=20030604085336.GD26153@basalt.office.altlinux.org \
--to=ldv@altlinux.org \
--cc=sisyphus@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 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