Control: tags -1 + moreinfo

On Thu 2014-03-13 18:52:45 -0400, Clint Adams wrote:
>> I'm also having difficulty replicating the error you've run into.  can
>> you post a minimized apache config that demonstrates this problem?
>
> This is on i386: the minimal config is "install libapache2-mod-gnutls 0.6-1"
> (since the postinst a2enmod's it).

I'm not able to replicate this:

root@sid:~# uname -a
Linux sid 3.13-1-686-pae #1 SMP Debian 3.13.5-1 (2014-03-04) i686 GNU/Linux
root@sid:~# apt-get install apache2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  apache2-bin apache2-data libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.1-0
Suggested packages:
  www-browser apache2-doc apache2-suexec-pristine apache2-suexec-custom 
apache2-utils
Recommended packages:
  ssl-cert
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.1-0
0 upgraded, 8 newly installed, 0 to remove and 36 not upgraded.
Need to get 1,714 kB of archives.
After this operation, 5,185 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://ftp.us.debian.org/debian/ sid/main libapr1 i386 1.5.0-1 [96.7 kB]
Get:2 http://ftp.us.debian.org/debian/ sid/main libaprutil1 i386 1.5.3-1+b1 
[84.3 kB]
Get:3 http://ftp.us.debian.org/debian/ sid/main liblua5.1-0 i386 5.1.5-5 [180 
kB]
Get:4 http://ftp.us.debian.org/debian/ sid/main libaprutil1-dbd-sqlite3 i386 
1.5.3-1+b1 [18.4 kB]
Get:5 http://ftp.us.debian.org/debian/ sid/main libaprutil1-ldap i386 
1.5.3-1+b1 [16.7 kB]
Get:6 http://ftp.us.debian.org/debian/ sid/main apache2-bin i386 2.4.7-1 [964 
kB]
Get:7 http://ftp.us.debian.org/debian/ sid/main apache2-data all 2.4.7-1 [162 
kB]
Get:8 http://ftp.us.debian.org/debian/ sid/main apache2 i386 2.4.7-1 [192 kB]
Fetched 1,714 kB in 1s (940 kB/s)
Selecting previously unselected package libapr1:i386.
(Reading database ... 38059 files and directories currently installed.)
Preparing to unpack .../libapr1_1.5.0-1_i386.deb ...
Unpacking libapr1:i386 (1.5.0-1) ...
Selecting previously unselected package libaprutil1:i386.
Preparing to unpack .../libaprutil1_1.5.3-1+b1_i386.deb ...
Unpacking libaprutil1:i386 (1.5.3-1+b1) ...
Selecting previously unselected package liblua5.1-0:i386.
Preparing to unpack .../liblua5.1-0_5.1.5-5_i386.deb ...
Unpacking liblua5.1-0:i386 (5.1.5-5) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3:i386.
Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.3-1+b1_i386.deb ...
Unpacking libaprutil1-dbd-sqlite3:i386 (1.5.3-1+b1) ...
Selecting previously unselected package libaprutil1-ldap:i386.
Preparing to unpack .../libaprutil1-ldap_1.5.3-1+b1_i386.deb ...
Unpacking libaprutil1-ldap:i386 (1.5.3-1+b1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../apache2-bin_2.4.7-1_i386.deb ...
Unpacking apache2-bin (2.4.7-1) ...
Selecting previously unselected package apache2-data.
Preparing to unpack .../apache2-data_2.4.7-1_all.deb ...
Unpacking apache2-data (2.4.7-1) ...
Selecting previously unselected package apache2.
Preparing to unpack .../apache2_2.4.7-1_i386.deb ...
Unpacking apache2 (2.4.7-1) ...
Processing triggers for man-db (2.6.6-1) ...
Setting up libapr1:i386 (1.5.0-1) ...
Setting up libaprutil1:i386 (1.5.3-1+b1) ...
Setting up liblua5.1-0:i386 (5.1.5-5) ...
Setting up libaprutil1-dbd-sqlite3:i386 (1.5.3-1+b1) ...
Setting up libaprutil1-ldap:i386 (1.5.3-1+b1) ...
Setting up apache2-bin (2.4.7-1) ...
Setting up apache2-data (2.4.7-1) ...
Setting up apache2 (2.4.7-1) ...
Enabling module mpm_event.
Enabling module authz_core.
Enabling module authz_host.
Enabling module authn_core.
Enabling module auth_basic.
Enabling module access_compat.
Enabling module authn_file.
Enabling module authz_user.
Enabling module alias.
Enabling module dir.
Enabling module autoindex.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module filter.
Enabling module deflate.
Enabling module status.
Enabling conf charset.
Enabling conf localized-error-pages.
Enabling conf other-vhosts-access-log.
Enabling conf security.
Enabling conf serve-cgi-bin.
Enabling site 000-default.
[ ok ] Starting web server: apache2.
Processing triggers for libc-bin (2.18-4) ...
root@sid:~# apt-get install libapache2-mod-gnutls
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libapr-memcache0 libjansson4 libmsv1
The following NEW packages will be installed:
  libapache2-mod-gnutls libapr-memcache0 libjansson4 libmsv1
0 upgraded, 4 newly installed, 0 to remove and 36 not upgraded.
Need to get 94.8 kB of archives.
After this operation, 327 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://ftp.us.debian.org/debian/ sid/main libjansson4 i386 2.6-1 [32.0 kB]
Get:2 http://ftp.us.debian.org/debian/ sid/main libapr-memcache0 i386 0.7.0-3 
[11.0 kB]
Get:3 http://ftp.us.debian.org/debian/ sid/main libmsv1 i386 1.0-1 [6,710 B]
Get:4 http://ftp.us.debian.org/debian/ sid/main libapache2-mod-gnutls i386 
0.6-1 [45.1 kB]
Fetched 94.8 kB in 0s (181 kB/s)            
Selecting previously unselected package libjansson4:i386.
(Reading database ... 38707 files and directories currently installed.)
Preparing to unpack .../libjansson4_2.6-1_i386.deb ...
Unpacking libjansson4:i386 (2.6-1) ...
Selecting previously unselected package libapr-memcache0:i386.
Preparing to unpack .../libapr-memcache0_0.7.0-3_i386.deb ...
Unpacking libapr-memcache0:i386 (0.7.0-3) ...
Selecting previously unselected package libmsv1.
Preparing to unpack .../libmsv1_1.0-1_i386.deb ...
Unpacking libmsv1 (1.0-1) ...
Selecting previously unselected package libapache2-mod-gnutls.
Preparing to unpack .../libapache2-mod-gnutls_0.6-1_i386.deb ...
Unpacking libapache2-mod-gnutls (0.6-1) ...
Setting up libjansson4:i386 (2.6-1) ...
Setting up libapr-memcache0:i386 (0.7.0-3) ...
Setting up libmsv1 (1.0-1) ...
Setting up libapache2-mod-gnutls (0.6-1) ...
apache2_invoke: Enable module gnutls
[ ok ] Restarting web server: apache2.
Processing triggers for libc-bin (2.18-4) ...
root@sid:~# lsof -i -n
COMMAND   PID        USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
exim4    1781 Debian-exim    3u  IPv4   5265      0t0  TCP 127.0.0.1:smtp 
(LISTEN)
exim4    1781 Debian-exim    4u  IPv6   5266      0t0  TCP [::1]:smtp (LISTEN)
dhclient 1828        root    6u  IPv4   5310      0t0  UDP *:bootpc 
dhclient 1828        root   20u  IPv4   5292      0t0  UDP *:32698 
dhclient 1828        root   21u  IPv6   5293      0t0  UDP *:16899 
sshd     1868        root    3u  IPv4   5460      0t0  TCP *:ssh (LISTEN)
sshd     1868        root    4u  IPv6   5462      0t0  TCP *:ssh (LISTEN)
sshd     1914        root    3u  IPv4   5649      0t0  TCP 
10.0.2.15:ssh->10.0.2.2:33724 (ESTABLISHED)
apache2  2969        root    5u  IPv6   6880      0t0  TCP *:http (LISTEN)
apache2  2969        root    7u  IPv6   6884      0t0  TCP *:https (LISTEN)
apache2  2972    www-data    5u  IPv6   6880      0t0  TCP *:http (LISTEN)
apache2  2972    www-data    7u  IPv6   6884      0t0  TCP *:https (LISTEN)
apache2  2973    www-data    5u  IPv6   6880      0t0  TCP *:http (LISTEN)
apache2  2973    www-data    7u  IPv6   6884      0t0  TCP *:https (LISTEN)
root@sid:~# a2ensite default-tls
Enabling site default-tls.
To activate the new configuration, you need to run:
  service apache2 reload
root@sid:~# service apache2 restart
[ ok ] Restarting web server: apache2.
root@sid:~# wget --no-check-certificate https://localhost
--2014-03-13 22:51:50--  https://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:443... connected.
WARNING: The certificate of ‘localhost’ is not trusted.
WARNING: The certificate of ‘localhost’ hasn't got a known issuer.
The certificate's owner does not match hostname ‘localhost’
HTTP request sent, awaiting response... 200 OK
Length: 741 [text/html]
Saving to: ‘index.html.1’

100%[===================================>] 741         --.-K/s   in 0s      

2014-03-13 22:51:50 (3.00 MB/s) - ‘index.html.1’ saved [741/741]

root@sid:~# 

can you provide more details?

    --dkg

Attachment: pgp2yzFfQpicB.pgp
Description: PGP signature

Reply via email to