[sisyphus] Error in the apache2-base postinstall scripts

Peter Evdokimov blackp на vpmes.ru
Вт Авг 28 07:46:20 MSK 2012


On Fri, 24 Aug 2012 01:18:43 +0400
Aleksey Avdeev wrote:

 
>   Я правильно понял, что вы используете systemd? Предупреждать же
> надо!!!
> 
>   Я пытался что-то понять в /etc/init.d/httpd2 копаясь, а раз у вас
> systemd, то засада скорее всего в /lib/systemd/system/httpd2.servic.
> 
>   Прошу в /lib/systemd/system/httpd2.servic заменить строку
> 
> ExecStop=/usr/sbin/apachectl2 stop
> 
> на
> 
> ExecStop=/usr/sbin/apachectl2 wait-stop
> 
> и очередной раз проверить (при запущенном httpd2):
> 
> service httpd2 condrestart
> 
> PS: apachectl2 wait-stop ожидает фактического завершения httpd2. (Не 0
> возвращает только если httpd2 не завершился за 300 секунд.)

У меня похожая проблема:

# ./update_vps.sh 
VPS 102
Get:1 ftp://ftp.altlinux.org i586 release [931B]
Get:2 ftp://ftp.altlinux.org noarch release [725B]
Fetched 1656B in 1s (1576B/s)
Get:1 ftp://ftp.altlinux.org i586/classic pkglist [14.1MB]
Get:2 ftp://ftp.altlinux.org i586/classic release [145B]
Get:3 ftp://ftp.altlinux.org noarch/classic pkglist [2980kB]
Get:4 ftp://ftp.altlinux.org noarch/classic release [147B]
Get:5 ftp://ftp.altlinux.org i586/classic srclist [1474kB]
Fetched 18.5MB in 11s (1599kB/s)
Reading Package Lists...
Building Dependency Tree...
Reading Package Lists...
Building Dependency Tree...
The following packages will be upgraded
  cpp4.5 gcc4.5
2 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
Need to get 8229kB of archives.
After unpacking 1600B disk space will be freed.
Get:1 ftp://ftp.altlinux.org i586/classic gcc4.5 4.5.4-alt1 [5130kB]
Get:2 ftp://ftp.altlinux.org i586/classic cpp4.5 4.5.4-alt1 [3099kB]
Fetched 8229kB in 4s (2018kB/s)
Committing changes...
Preparing...                 ##################################################
cpp4.5                       ##################################################
gcc4.5                       ##################################################
Running /usr/lib/rpm/posttrans-filetriggers
Stopping httpd2 service: [ DONE ]
Checking configuration sanity for httpd2:  Syntax OK
[ DONE ]
Starting httpd2 service:   [FAILED]
/usr/lib/rpm/zz-apache2-base.filetrigger failed
error: execution of /usr/lib/rpm/posttrans-filetriggers scriptlet from (null)-(null)-(null) failed, exit status 1
Done.

# rpm -qa|fgrep apache2|sort
apache2-2.2.22-alt8
apache2-base-2.2.22-alt8
apache2-cgi-bin-2.2.22-alt8
apache2-cgi-bin-printenv-2.2.22-alt8
apache2-cgi-bin-test-cgi-2.2.22-alt8
apache2-common-2.2.22-alt8
apache2-datadirs-2.2.22-alt8
apache2-htcacheclean-2.2.22-alt8
apache2-html-2.2.22-alt8
apache2-httpd-prefork-2.2.22-alt8
apache2-httpd-worker-2.2.22-alt8
apache2-icons-2.2.22-alt8
apache2-mod_disk_cache-2.2.22-alt8
apache2-mod_php5-5.3.10.20120202-alt1
seiroswiki-apache2-0.0.1-alt9

systemd нет:
# rpm -qa | fgrep system 
filesystem-2.3.11-alt1

# service httpd2 condrestart
Stopping httpd2 service:                                                                                                                                                       [ DONE ]
Checking configuration sanity for httpd2:  Syntax OK
                                                                                                                                                                               [ DONE ]
Starting httpd2 service:        

# service httpd2 condstop
Stopping httpd2 service:                                                                                                                                                       [ DONE ]
[root на wiki /]# service httpd2 start   
Starting httpd2 service:                                                                                                                                                       [ DONE ]
[root на wiki /]# sh -x service httpd2 condrestart
+ PATH=/sbin:/usr/sbin:/bin:/usr/bin
+ export PATH
+ VERSION='service version 0.91-alt'
+ SERVICEDIR=/etc/init.d
+ SYSTEMCTL=/bin/systemctl
+ SYSTEMD_SERVICE_DIR=/lib/systemd/system
+ SYSTEMD_CGROUP_DIR=/sys/fs/cgroup/systemd
+ SERVICE=
+ OPTIONS=
+ systemd_status=
+ '[' 2 -eq 0 ']'
+ '[' 2 -eq 2 -a condrestart = --full-restart ']'
+ case "$1" in
+ SERVICE=httpd2
+ shift
+ check_service
+ '[' -n httpd2 ']'
+ '[' -x /etc/init.d/httpd2 ']'
+ return 0
+ cd /
+ systemd_is_active
+ '[' -z '' ']'
+ '[' -x /bin/systemctl -a -d /sys/fs/cgroup/systemd ']'
+ systemd_status=1
+ return 1
+ exec /etc/init.d/httpd2 condrestart
Stopping httpd2 service:                                                                                                                                                       [ DONE ]
Checking configuration sanity for httpd2:  Syntax OK
                                                                                                                                                                               [ DONE ]
Starting httpd2 service:     


Помогает только ручной стоп и старт с большой задержкой.
Править /etc/init.d/httpd2 ? 


sy,
	peter


Подробная информация о списке рассылки Sisyphus