Your message dated Fri, 22 Mar 2013 19:51:13 +0530
with message-id <[email protected]>
and subject line Re: Bug#703692: systemd: service not started back in pre/post
installation scripts
has caused the Debian Bug report #703692,
regarding systemd: service not started back in pre/post installation scripts
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
703692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 44-11
Severity: normal
This is what I see on my machine today. I'm not sure if apache has
support for systemd, but otherwise too, systemd should have handled it
in sysv compatibility mode.
rrs@zan:/etc/apache2/mods-enabled$ sudo aptitude install
libapache2-mod-php5
The following NEW packages will be installed:
apache2-mpm-prefork{ab} libapache2-mod-php5
0 packages upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 2,667 kB of archives. After unpacking 8,893 kB will be used.
The following packages have unmet dependencies:
apache2-mpm-worker : Conflicts: apache2-mpm which is a virtual package.
apache2-mpm-prefork : Conflicts: apache2-mpm which is a virtual
package.
The following actions will resolve these dependencies:
Remove the following packages:
1) apache2-mpm-worker
Accept this solution? [Y/n/q/?]
The following NEW packages will be installed:
apache2-mpm-prefork{a} libapache2-mod-php5
The following packages will be REMOVED:
apache2-mpm-worker{a}
0 packages upgraded, 2 newly installed, 1 to remove and 3 not upgraded.
Need to get 2,667 kB of archives. After unpacking 8,837 kB will be used.
Do you want to continue? [Y/n/?]
Get: 1 http://ftp.debian.org/debian/ testing/main apache2-mpm-prefork
amd64 2.2.22-13 [2,360 B]
Get: 2 http://ftp.debian.org/debian/ testing/main libapache2-mod-php5
amd64 5.4.4-14 [2,664 kB]
Fetched 2,667 kB in 4s (553 kB/s)
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
dpkg: apache2-mpm-worker: dependency problems, but removing anyway as
you requested:
apache2 depends on apache2-mpm-worker (= 2.2.22-13) |
apache2-mpm-prefork (= 2.2.22-13) | apache2-mpm-event (= 2.2.22-13) |
apache2-mpm-itk (= 2.2.22-13); however:
Package apache2-mpm-worker is to be removed.
Package apache2-mpm-prefork is not installed.
Package apache2-mpm-event is not installed.
Package apache2-mpm-itk is not installed.
(Reading database ... 226369 files and directories currently installed.)
Removing apache2-mpm-worker ...
[ ok ] Stopping apache2 (via systemctl): apache2.service.
Selecting previously unselected package apache2-mpm-prefork.
(Reading database ... 226366 files and directories currently installed.)
Unpacking apache2-mpm-prefork (from
.../apache2-mpm-prefork_2.2.22-13_amd64.deb) ...
Setting up apache2-mpm-prefork (2.2.22-13) ...
Selecting previously unselected package libapache2-mod-php5.
(Reading database ... 226371 files and directories currently installed.)
Unpacking libapache2-mod-php5 (from
.../libapache2-mod-php5_5.4.4-14_amd64.deb) ...
Setting up libapache2-mod-php5 (5.4.4-14) ...
Creating config file /etc/php5/apache2/php.ini with new version
rrs@zan:/etc/apache2/mods-enabled$ ls^C
rrs@zan:/etc/apache2/mods-enabled$ sudo systemctl status apache2.service
apache2.service - LSB: Start/stop apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: inactive (dead) since Fri, 22 Mar 2013 18:14:09 +0530;
30s ago
Process: 20171 ExecStop=/etc/init.d/apache2 stop (code=exited,
status=0/SUCCESS)
CGroup: name=systemd:/system/apache2.service
Mar 22 18:10:19 zan apache2[19815]: Starting web server: apache2apache2:
Could not reliably determine the server's full...verName
Mar 22 18:14:07 zan apache2[20171]: Stopping web server: apache2apache2:
Could not reliably determine the server's full...verName
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages systemd depends on:
ii dpkg 1.16.10
ii initscripts 2.88dsf-41
ii libacl1 2.2.51-8
ii libaudit0 1:1.7.18-1.1
ii libc6 2.13-38
ii libcap2 1:2.22-1.2
ii libcryptsetup4 2:1.4.3-4
ii libdbus-1-3 1.6.8-1
ii libkmod2 9-2
ii liblzma5 5.1.1alpha+20120614-2
ii libpam0g 1.1.3-9
ii libselinux1 2.1.9-5
ii libsystemd-daemon0 44-11
ii libsystemd-id128-0 44-11
ii libsystemd-journal0 44-11
ii libsystemd-login0 44-11
ii libudev0 175-7.1
ii libwrap0 7.6.q-24
ii udev 175-7.1
ii util-linux 2.20.1-5.3
Versions of packages systemd recommends:
ii libpam-systemd 44-11
Versions of packages systemd suggests:
ii python 2.7.3-4
ii python-cairo 1.8.8-1+b2
ii python-dbus 1.1.1-1
ii systemd-gui 44-11
-- no debconf information
--- End Message ---
--- Begin Message ---
On Friday 22 March 2013 07:07 PM, Michael Biebl wrote:
> What's the output of
> ls -la /etc/rc?.d/???apache2
>
>
You nailed it. :-)
My bad. I should spend more time before filing a bug report.
rrs@zan:/etc/apache2$ ls -la /etc/rc?.d/???apache2
lrwxrwxrwx 1 root root 17 Feb 19 00:44 /etc/rc0.d/K01apache2 ->
../init.d/apache2*
lrwxrwxrwx 1 root root 17 Feb 19 00:44 /etc/rc1.d/K01apache2 ->
../init.d/apache2*
lrwxrwxrwx 1 root root 17 Mar 8 00:32 /etc/rc2.d/K01apache2 ->
../init.d/apache2*
lrwxrwxrwx 1 root root 17 Mar 8 00:32 /etc/rc3.d/K01apache2 ->
../init.d/apache2*
lrwxrwxrwx 1 root root 17 Mar 8 00:32 /etc/rc4.d/K01apache2 ->
../init.d/apache2*
lrwxrwxrwx 1 root root 17 Mar 8 00:32 /etc/rc5.d/K01apache2 ->
../init.d/apache2*
lrwxrwxrwx 1 root root 17 Feb 19 00:44 /etc/rc6.d/K01apache2 ->
../init.d/apache2*
--
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
signature.asc
Description: OpenPGP digital signature
--- End Message ---