From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 4 Jun 2003 12:53:36 +0400 From: "Dmitry V. Levin" To: ALT Linux Sisyphus mailing list Subject: Re: [sisyphus] service postfix status Message-ID: <20030604085336.GD26153@basalt.office.altlinux.org> Mail-Followup-To: ALT Linux Sisyphus mailing list References: <20030604112058.679d2b32.ill@krumn.oilnet.ru> <200306041203.28843.mihail@souz-spb.ru> <3EDDAD62.700@umail.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="g7w8+K/95kPelPD2" Content-Disposition: inline In-Reply-To: <3EDDAD62.700@umail.ru> X-fingerprint: 9658 398D 181B 1200 8FC5 26B8 F6F8 846B C1E2 3429 Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 --g7w8+K/95kPelPD2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE+3bOQ9viEa8HiNCkRApywAJ0VkN45TDR35l8120TajD8npjU3KgCcDX6M TPzklHAoFlUDzDpP+qCvreQ= =W8zX -----END PGP SIGNATURE----- --g7w8+K/95kPelPD2--