Package: apache2 Version: 2.4.10-1 Severity: normal Dear Maintainer, I was trying to restart apache2 service for it to get some new configuration changes and it refuses to start.
$ sudo service apache2 restart [sudo] password for shirish: Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. I have systemd and wasn't able to get anything useful to know what actually stopped the restart. $ systemctl status apache2.service apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2) Active: failed (Result: exit-code) since Mon 2014-09-08 19:59:59 IST; 2min 13s ago Process: 31947 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE) $ journalctl -xn -- Logs begin at Sun 2014-09-07 05:30:31 IST, end at Mon 2014-09-08 19:57:50 IST. -- Sep 08 19:55:43 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:55:48 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:55:48 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:56:52 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:56:52 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:56:55 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:56:55 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:56:58 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:56:58 debian /etc/gdm3/Xsession[3380]: Window manager warning: Log level 16: Error converting selection Sep 08 19:57:50 debian /etc/gdm3/Xsession[3380]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x2800005 specified for 0x2800003 (qbittorrent) I am running on mate (window manager). Please let me know if any more info. is needed. -- Package-specific info: -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (600, 'testing'), (500, 'testing-updates'), (1, 'experimental'), (1, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages apache2 depends on: ii apache2-bin 2.4.10-1 ii apache2-data 2.4.10-1 ii lsb-base 4.1+Debian13 ii mime-support 3.56 ii perl 5.20.0-4 ii procps 1:3.3.9-7 Versions of packages apache2 recommends: ii ssl-cert 1.0.34 Versions of packages apache2 suggests: pn apache2-doc <none> pn apache2-suexec-pristine | apache2-suexec-custom <none> ii apache2-utils 2.4.10-1 ii chromium [www-browser] 35.0.1916.153-2 ii dillo [www-browser] 3.0.4-1 ii iceweasel [www-browser] 31.0-3 ii konqueror [www-browser] 4:4.14.0-1 ii links2 [www-browser] 2.8-2 ii midori [www-browser] 0.4.3+dfsg-0.1 ii netsurf [www-browser] 3.2+dfsg-2 ii netsurf-gtk [www-browser] 3.2+dfsg-2 ii w3m [www-browser] 0.5.3-17 Versions of packages apache2-bin depends on: ii libapr1 1.5.1-2 ii libaprutil1 1.5.3-3 ii libaprutil1-dbd-sqlite3 1.5.3-3 ii libaprutil1-ldap 1.5.3-3 ii libc6 2.19-10 ii libldap-2.4-2 2.4.39-1.1+b1 ii liblua5.1-0 5.1.5-7 ii libpcre3 1:8.35-3 ii libssl1.0.0 1.0.1i-2 ii libxml2 2.9.1+dfsg1-4 ii perl 5.20.0-4 ii zlib1g 1:1.2.8.dfsg-1 Versions of packages apache2-bin suggests: pn apache2-doc <none> pn apache2-suexec-pristine | apache2-suexec-custom <none> ii chromium [www-browser] 35.0.1916.153-2 ii dillo [www-browser] 3.0.4-1 ii iceweasel [www-browser] 31.0-3 ii konqueror [www-browser] 4:4.14.0-1 ii links2 [www-browser] 2.8-2 ii midori [www-browser] 0.4.3+dfsg-0.1 ii netsurf [www-browser] 3.2+dfsg-2 ii netsurf-gtk [www-browser] 3.2+dfsg-2 ii w3m [www-browser] 0.5.3-17 Versions of packages apache2 is related to: ii apache2 2.4.10-1 ii apache2-bin 2.4.10-1 -- Configuration Files: /etc/apache2/apache2.conf changed: Mutex file:${APACHE_LOCK_DIR} default PidFile ${APACHE_PID_FILE} Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 5 User ${APACHE_RUN_USER} Group ${APACHE_RUN_GROUP} HostnameLookups Off ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn IncludeOptional mods-enabled/*.load IncludeOptional mods-enabled/*.conf Include ports.conf <Directory /> Options FollowSymLinks AllowOverride None Require all denied </Directory> <Directory /usr/share> AllowOverride None Require all granted </Directory> <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> ExtendedStatus On <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 </Location> AccessFileName .htaccess <FilesMatch "^\.ht"> Require all denied </FilesMatch> LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %O" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent IncludeOptional conf-enabled/*.conf IncludeOptional sites-enabled/*.conf /etc/apache2/mods-available/dir.conf changed: <IfModule mod_dir.c> DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml </IfModule> /etc/apache2/mods-available/include.load changed: LoadModule include_module /usr/lib/apache2/modules/mod_include.so AddType text/html .shtml AddOutputFilter INCLUDES .shtml -- no debconf information -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com EB80 462B 08E1 A0DE A73A 2C2F 9F3D C7A4 E1C4 D2D8 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org