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

2013-11-02 Thread valent
*** This bug is a duplicate of bug 992012 ***
https://bugs.launchpad.net/bugs/992012

This is really sloppy package management, come on guys, please provide a
fix for this.

ps. and people still ask me why I recommend Debian and Fedora over
Ubuntu...

-- 
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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2013-11-02 Thread valent
Why am I still seeing this bug? It looks like this patch doesn't help in
any way, or there was some other regresion in the mean time...

-- 
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/992012

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2013-11-02 Thread valent
I tried editing manually both versions of whichopensslcnf, I used:

elif $OPENSSL version | grep -E 1\.0\.[[:digit:]][[:alnum:]]? 
/dev/null; then

but I still get missing file error:

# ./build-ca
grep: /etc/openvpn/easy-rsa/openssl.cnf: No such file or directory
pkitool: KEY_CONFIG (set by the ./vars script) is pointing to the wrong
version of openssl.cnf: /etc/openvpn/easy-rsa/openssl.cnf
The correct version should have a comment that says: easy-rsa version 2.x

Guys this is really sloppy package maintenance, this should be fixed
with highest priority.

-- 
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/992012

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2013-11-02 Thread valent
Upon further inspection here is what happens, regex now works if you use

elif $OPENSSL version | grep -E 1\.0\.[[:digit:]][[:alnum:]]? 
/dev/null; then

in file whichopensslcnf

Here is how grep regex works on the command line:
# openssl version | grep -E 1\.0\.[[:digit:]][[:alnum:]]?
OpenSSL 1.0.1 14 Mar 2012

So you need to add new elif for version 1.0.1 because there is no config
file for 1.0.1, and fallback file openssl.cnf is missing!!!

root@vpn:/etc/openvpn/easy-rsa# ls -al *.cnf
-rw-r--r-- 1 root root 7768 Nov  2 15:28 openssl-0.9.6.cnf
-rw-r--r-- 1 root root 8325 Nov  2 15:28 openssl-0.9.8.cnf
-rw-r--r-- 1 root root 8222 Nov  2 15:28 openssl-1.0.0.cnf

-- 
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/992012

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2013-11-02 Thread valent
Debian, CentOS and Fedora all have beside only number in vrersion also
one character in version of openssl, for example:

OpenSSL 1.0.1c 10 May 2012

Why is Ubuntu missing this alphanumeric character?

-- 
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/992012

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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