ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] Обновление glpi
  @ 2012-08-16 20:38 ` Motsyo Gennadi aka Drool
  2012-08-16 22:39 ` Aleksey Avdeev
  1 sibling, 0 replies; 8+ messages in thread
From: Motsyo Gennadi aka Drool @ 2012-08-16 20:38 UTC (permalink / raw)
  To: ALT Linux Team development discussions

16.08.2012 22:41, Павел Цильке пишет:
> секция %post в спеке выглядит так:
>
> %post apache2
> %_initdir/httpd2 condreload
>
> Раньше все прекрасно собиралось, а сейчас что случилось и как это исправить?

	Что-то типа такого?
%post
service httpd2 condreload



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [devel] Обновление glpi
    2012-08-16 20:38 ` [devel] Обновление glpi Motsyo Gennadi aka Drool
@ 2012-08-16 22:39 ` Aleksey Avdeev
  2012-08-16 23:21   ` Aleksey Avdeev
  1 sibling, 1 reply; 8+ messages in thread
From: Aleksey Avdeev @ 2012-08-16 22:39 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

16.08.2012 23:41, Павел Цильке пишет:
> Пытаюсь обновить GLPI.
> 
> От сборочницы приходит письмо с таким содержанием:
> 
> http://git.altlinux.org/tasks/77734/logs/events.1.1.log
> 
...
>         x86_64: glpi-apache2=0.83.4-alt1 install failed:
> <13>Aug 16 19:30:17 rpmi: glpi-apache2-0.83.4-alt1 installed
> error: execution of %post scriptlet from glpi-apache2-0.83.4-alt1
> failed, exit status 3
> hsh-install: Packages installation failed.
> 2012-Aug-16 19:30:17 :: [x86_64] #100 glpi-apache2: install check FAILED
>         i586: glpi-apache2=0.83.4-alt1 install failed:
> <13>Aug 16 19:30:18 rpmi: glpi-apache2-0.83.4-alt1 installed
> error: execution of %post scriptlet from glpi-apache2-0.83.4-alt1
> failed, exit status 3
...
> 
> секция %post в спеке выглядит так:
> 
> %post apache2
> %_initdir/httpd2 condreload
> 
> Раньше все прекрасно собиралось, а сейчас что случилось и как это исправить?

$ sudo -H service httpd2 status
httpd2 is stopped
$ sudo -H /etc/init.d/httpd2 condreload
$ echo $?
3

  Однозначно бага! Буду править.

-- 

С уважением. Алексей.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [devel] Обновление glpi
  2012-08-16 22:39 ` Aleksey Avdeev
@ 2012-08-16 23:21   ` Aleksey Avdeev
  2012-08-17 10:58     ` Aleksey Avdeev
  0 siblings, 1 reply; 8+ messages in thread
From: Aleksey Avdeev @ 2012-08-16 23:21 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

17.08.2012 02:39, Aleksey Avdeev пишет:
> 16.08.2012 23:41, Павел Цильке пишет:
>> Пытаюсь обновить GLPI.
>>
>> От сборочницы приходит письмо с таким содержанием:
>>
>> http://git.altlinux.org/tasks/77734/logs/events.1.1.log
>>
> ...
>>         x86_64: glpi-apache2=0.83.4-alt1 install failed:
>> <13>Aug 16 19:30:17 rpmi: glpi-apache2-0.83.4-alt1 installed
>> error: execution of %post scriptlet from glpi-apache2-0.83.4-alt1
>> failed, exit status 3
>> hsh-install: Packages installation failed.
>> 2012-Aug-16 19:30:17 :: [x86_64] #100 glpi-apache2: install check FAILED
>>         i586: glpi-apache2=0.83.4-alt1 install failed:
>> <13>Aug 16 19:30:18 rpmi: glpi-apache2-0.83.4-alt1 installed
>> error: execution of %post scriptlet from glpi-apache2-0.83.4-alt1
>> failed, exit status 3
> ...
>>
>> секция %post в спеке выглядит так:
>>
>> %post apache2
>> %_initdir/httpd2 condreload
>>
>> Раньше все прекрасно собиралось, а сейчас что случилось и как это исправить?
> 
> $ sudo -H service httpd2 status
> httpd2 is stopped
> $ sudo -H /etc/init.d/httpd2 condreload
> $ echo $?
> 3
> 
>   Однозначно бага! Буду править.

  apache2-2.2.22-alt5 (task 77753) проблему должен исправить.

-- 

С уважением. Алексей.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [devel] Обновление glpi
  2012-08-16 23:21   ` Aleksey Avdeev
@ 2012-08-17 10:58     ` Aleksey Avdeev
  2012-08-17 11:11       ` [devel] [JT] " Michael Shigorin
  0 siblings, 1 reply; 8+ messages in thread
From: Aleksey Avdeev @ 2012-08-17 10:58 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]

17.08.2012 03:21, Aleksey Avdeev пишет:
> 17.08.2012 02:39, Aleksey Avdeev пишет:
>> 16.08.2012 23:41, Павел Цильке пишет:
>>> Пытаюсь обновить GLPI.
>>>
>>> От сборочницы приходит письмо с таким содержанием:
>>>
>>> http://git.altlinux.org/tasks/77734/logs/events.1.1.log
>>>
>> ...
>>>         x86_64: glpi-apache2=0.83.4-alt1 install failed:
>>> <13>Aug 16 19:30:17 rpmi: glpi-apache2-0.83.4-alt1 installed
>>> error: execution of %post scriptlet from glpi-apache2-0.83.4-alt1
>>> failed, exit status 3
>>> hsh-install: Packages installation failed.
>>> 2012-Aug-16 19:30:17 :: [x86_64] #100 glpi-apache2: install check FAILED
>>>         i586: glpi-apache2=0.83.4-alt1 install failed:
>>> <13>Aug 16 19:30:18 rpmi: glpi-apache2-0.83.4-alt1 installed
>>> error: execution of %post scriptlet from glpi-apache2-0.83.4-alt1
>>> failed, exit status 3
>> ...
>>>
>>> секция %post в спеке выглядит так:
>>>
>>> %post apache2
>>> %_initdir/httpd2 condreload
>>>
>>> Раньше все прекрасно собиралось, а сейчас что случилось и как это исправить?
>>
>> $ sudo -H service httpd2 status
>> httpd2 is stopped
>> $ sudo -H /etc/init.d/httpd2 condreload
>> $ echo $?
>> 3
>>
>>   Однозначно бага! Буду править.
> 
>   apache2-2.2.22-alt5 (task 77753) проблему должен исправить.

  В Сезифе (см.
<http://git.altlinux.org/tasks/archive/done/_75/77753/logs/events.1.2.log>).

-- 

С уважением. Алексей.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [devel] [JT] Re: Обновление glpi
  2012-08-17 10:58     ` Aleksey Avdeev
@ 2012-08-17 11:11       ` Michael Shigorin
  2012-08-17 11:18         ` Aleksey Avdeev
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Shigorin @ 2012-08-17 11:11 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Fri, Aug 17, 2012 at 02:58:53PM +0400, Aleksey Avdeev wrote:
> В Сезифе

Sesamus? ;)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [devel] [JT] Re: Обновление glpi
  2012-08-17 11:11       ` [devel] [JT] " Michael Shigorin
@ 2012-08-17 11:18         ` Aleksey Avdeev
  2012-08-17 11:23           ` Andrew Clark
  2012-08-17 11:24           ` Aleksey Avdeev
  0 siblings, 2 replies; 8+ messages in thread
From: Aleksey Avdeev @ 2012-08-17 11:18 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

17.08.2012 15:11, Michael Shigorin пишет:
> On Fri, Aug 17, 2012 at 02:58:53PM +0400, Aleksey Avdeev wrote:
>> В Сезифе
> 
> Sesamus? ;)

  ?

-- 

С уважением. Алексей.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [devel] [JT] Re: Обновление glpi
  2012-08-17 11:18         ` Aleksey Avdeev
@ 2012-08-17 11:23           ` Andrew Clark
  2012-08-17 11:24           ` Aleksey Avdeev
  1 sibling, 0 replies; 8+ messages in thread
From: Andrew Clark @ 2012-08-17 11:23 UTC (permalink / raw)
  To: ALT Linux Team development discussions

17 августа 2012 г., 15:18 пользователь Aleksey Avdeev
<solo@solin.spb.ru> написал:
> 17.08.2012 15:11, Michael Shigorin пишет:
>> On Fri, Aug 17, 2012 at 02:58:53PM +0400, Aleksey Avdeev wrote:
>>> В Сезифе
>>
>> Sesamus? ;)
>
>   ?

Миша намекает, что Сизиф пишется через "и".

-- 
Talk is cheap, show me the code (c) Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [devel] [JT] Re: Обновление glpi
  2012-08-17 11:18         ` Aleksey Avdeev
  2012-08-17 11:23           ` Andrew Clark
@ 2012-08-17 11:24           ` Aleksey Avdeev
  1 sibling, 0 replies; 8+ messages in thread
From: Aleksey Avdeev @ 2012-08-17 11:24 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

17.08.2012 15:18, Aleksey Avdeev пишет:
> 17.08.2012 15:11, Michael Shigorin пишет:
>> On Fri, Aug 17, 2012 at 02:58:53PM +0400, Aleksey Avdeev wrote:
>>> В Сезифе
>>
>> Sesamus? ;)
> 
>   ?

  Опять орфография? :-/

PS: Не буду обещать несбыточного. :-/

-- 

С уважением. Алексей.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-17 11:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16 20:38 ` [devel] Обновление glpi Motsyo Gennadi aka Drool
2012-08-16 22:39 ` Aleksey Avdeev
2012-08-16 23:21   ` Aleksey Avdeev
2012-08-17 10:58     ` Aleksey Avdeev
2012-08-17 11:11       ` [devel] [JT] " Michael Shigorin
2012-08-17 11:18         ` Aleksey Avdeev
2012-08-17 11:23           ` Andrew Clark
2012-08-17 11:24           ` Aleksey Avdeev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git