[Bug 998918] Re: openvpn openssl.cnf file missing

2013-05-26 Thread eas
I spent a little time debugging this. I don't think it is a matter of a
missing config file.

When you 'source vars', one of the things that happens is this:

 # This variable should point to
 # the openssl.cnf file included
 # with easy-rsa.
 export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`

If you look at whichopensslcnf, you see that the first section includes
logic for determining the correct config file to used based on the
OpenSSL version installed on the system.

On my system (12.04 lts), 'openssl version' produces the following
output:

 # openssl version
 OpenSSL 1.0.1 14 Mar 2012

Which, presumably, should generate a match in this code in
whichopensslcnf:

 elif $OPENSSL version | grep -E 1\.0\.([[:digit:]][[:alnum:]])  /dev/null; 
 then
 cnf=$1/openssl-1.0.0.cnf
 else
  cnf=$1/openssl.cnf
 fi

Instead it is falling through to the default value (tested by running
the grep command on its own)  , which results in the output noted by
others above.

One workaround is to symlink openssl.cnf to the appropriate config file
mentioned above.  The solution is to fix the pattern matching...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/998918

Title:
  openvpn  openssl.cnf file missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/998918/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 473790] [NEW] rabbitmq server fails to start after being installed via aptitude

2009-11-03 Thread eas
Public bug reported:

Binary package hint: rabbitmq-server

Freshly created virtual machine running Karmic

'sudo aptitude install rabbitmq-server'

ends in failure (full output of command attatched):

[...]Errors were encountered while processing:
 rabbitmq-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up rabbitmq-server (1.6.0-1ubuntu1) ...
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_log, _err
rabbitmq-server.
invoke-rc.d: initscript rabbitmq-server, action start failed.
dpkg: error processing rabbitmq-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 rabbitmq-server[...]

This looked similar to Bug #446447, but this is a fresh install. I tried
the resolution there deleting rabbit_persister.LOG and tried to start
rabbit manually with the init script, but got a similar error

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
rabbitmq server fails to start after being installed via aptitude
https://bugs.launchpad.net/bugs/473790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 473790] Re: rabbitmq server fails to start after being installed via aptitude

2009-11-03 Thread eas

** Attachment added: rabbitmq-install-log.txt
   http://launchpadlibrarian.net/35078669/rabbitmq-install-log.txt

-- 
rabbitmq server fails to start after being installed via aptitude
https://bugs.launchpad.net/bugs/473790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 473790] Re: rabbitmq server fails to start after being installed via aptitude

2009-11-03 Thread eas
Ok, this is lame (on my part).  I had a misconfiguration in my hosts
file.

Please close this but report.

-- 
rabbitmq server fails to start after being installed via aptitude
https://bugs.launchpad.net/bugs/473790
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs