[Issues] [mod_gnutls 0000164]: Cannot create DBM Cache - episode 2

Mantis Bug Tracker issues at outoforder.cc
Mon Sep 26 00:23:13 EDT 2011


The following issue has been ASSIGNED. 
====================================================================== 
http://issues.outoforder.cc/view.php?id=164 
====================================================================== 
Reported By:                e-ndy
Assigned To:                dashula
====================================================================== 
Project:                    mod_gnutls
Issue ID:                   164
Category:                   Configuration Issue
Reproducibility:            always
Severity:                   major
Priority:                   high
Status:                     feedback
Apache Version:             httpd-2.2.19 
====================================================================== 
Date Submitted:             2011-09-16 12:37 EET
Last Modified:              2011-09-26 06:23 EET
====================================================================== 
Summary:                    Cannot create DBM Cache - episode 2
Description: 
gdbm, dbm options in GnuTLSCache directive doesn't work at all,
apr-util is compiled with berkeley db 4.8 and mod_gnutls also.
the only cache options working are memcache and none.


Steps to Reproduce: 
1) install fedora 15
2) 'yum install mod_gnutls' (installs old version)
3) service httpd start
4) 'yum update
http://jkastner.fedorapeople.org/mod_gnutls/0.5.10/1.fc15/mod_gnutls-0.5.10-1.fc15.x86_64.rpm'
5) service httpd restart
6) check results


Additional Information: 
# chown apache.apache /var/cache/mod_gnutls/

# chmod 0777 /var/cache/mod_gnutls/

# service httpd restart
Restarting httpd (via systemctl):  Job failed. See system logs and 'systemctl
status' for details.
                                                          [FAILED]

# ls -lad /var/cache/mod_gnutls/
drwxrwxrwx. 2 apache apache 4096 Sep 16 10:57 /var/cache/mod_gnutls/

# strace `which httpd`
.....

stat("/var/cache/mod_gnutls", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
open("/var/cache/mod_gnutls", O_RDWR)   = -1 EISDIR (Is a directory)
write(2, "[Fri Sep 16 12:28:02 2011] [erro"..., 143) = 143
write(2, "(120021)APR does not understand "..., 108) = 108
exit_group(-1)                          = ?

http://jkastner.fedorapeople.org/mod_gnutls/0.5.10/1.fc15/build.log contains
build log for package used for update.
====================================================================== 

---------------------------------------------------------------------- 
 (0000288) dashula (manager) - 2011-09-26 06:23
 http://issues.outoforder.cc/view.php?id=164#c288 
---------------------------------------------------------------------- 
Can u reproduce this with: 
http://modgnutls.sourceforge.net/downloads/mod_gnutls-0.5.10.tar.gz

I didn't build that RPM, so try the tarball. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-09-16 12:37 e-ndy          New Issue                                    
2011-09-26 06:23 dashula        Note Added: 0000288                          
2011-09-26 06:23 dashula        Assigned To               => dashula         
2011-09-26 06:23 dashula        Status                   new => feedback     
======================================================================




More information about the Issues mailing list