From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DNS_FROM_OPENWHOIS, RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id :mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to; bh=zsoAgk4HK+yGNiOpWfCDx6FMKYndirhgc3Rnm4UMGag=; b=c/BSJaW4pcio9aYEGljMIq+u6zDJrAvrv8Mh8B25Pi4m4ABPjWmcTAlVNfnZw4bxsW HsDRHDK4AkM6eEgHhJldz5FOWcB0oz1gzUb6Lh2efOGwBqablGnaNi4r/rsCwEDUCCnh qy4WR1MQ98nSJxt5xJGdoEygSn2Mlb8hElJek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to; b=pNMnK3p6WSdy6ZrEIXsiYY0/tg95oLjrgaD5e/wURTa19+nUmlHqaKFOgJamxo5tnz v57mKJQ/+Yga8iP4dNlIuEaWKkljhrJbhem8NIAw61My3kwa3u59dzxdSxR7aSKZLu/P TFoXmY3qY8BK+eXzhPKVq3bowX4OZho1qhiJo= Date: Sun, 10 Apr 2011 12:52:09 +0400 From: Dmitry Chistikov To: alexei-mezin@rambler.ru, ALT Linux Sisyphus discussions Message-ID: <20110410085209.GC21397@conflux.foliandre> Mail-Followup-To: alexei-mezin@rambler.ru, ALT Linux Sisyphus discussions References: <20110410074643.GB21397@conflux.foliandre> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [sisyphus] =?koi8-r?b?89TB0tQg08XS18nTwSDQ0skgZGlzdC11cGdyYWRl?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2011 08:51:58 -0000 Archived-At: List-Archive: List-Post: Alexei V. Mezin, Apr. 10, 2011, 12:04 +0400: > Конкретно за руку был пойман > libvirtd 0:выкл 1:выкл 2:выкл 3:выкл 4:выкл 5:выкл 6:выкл > > Выключен, не запущен, но при обновлении пакета вылезло [PASSED]-[DONE] > при попытке рестарта сервиса. И он оказался запущен. По-моему, это бага. Инитскрипт у него, похоже, генерируется из следующей заготовки: http://git.altlinux.org/gears/l/libvirt.git?p=libvirt.git;a=blob;f=daemon/libvirtd.init.in;h=c59f79257174ac2b958884642bdf5df6ca5fe3ef;hb=e768d12fd433e43610e5e35ef6693588418fad78 Так вот, там написано следующее: 106     condrestart|try-restart) 107         restart 108         ;; ...и при этом 77 restart() 78 { 79         stop 80         start 81 } Так что, если я правильно понимаю, его нужно научить condrestart'у, который вызывается из post_service при обновлении. -- Дмитрий Чистиков