FS#46422 - [openvpn] 2.3.8-1 client stop ask for password,
Attached to Project:
Arch Linux
Opened by Tomasz Cebula (tomaszc) - Thursday, 24 September 2015, 16:20 GMT
Last edited by Sébastien Luttringer (seblu) - Monday, 02 November 2015, 19:34 GMT
Opened by Tomasz Cebula (tomaszc) - Thursday, 24 September 2015, 16:20 GMT
Last edited by Sébastien Luttringer (seblu) - Monday, 02 November 2015, 19:34 GMT
|
Details
Description:
After updating to version 2.3.8-1 client openvpn stopped to ask for the password to the key. There is an error: neither stdin nor stderr are a tty device, can't ask for Private Key password. If you used --daemon, you need to use --askpass to make passphrase-protected keys work, and y...e --auth-nocache. Deleting '--daemon' from file /lib/systemd/system/openvpn@.service does not help. More information is available at: https://bbs.archlinux.org/viewtopic.php?id=202793 |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Monday, 02 November 2015, 19:34 GMT
Reason for closing: Fixed
Monday, 02 November 2015, 19:34 GMT
Reason for closing: Fixed
Mon Sep 28 22:44:08 2015 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=enp3s0 HWADDR=d8:50:e6:1e:58:26
Mon Sep 28 22:44:08 2015 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19)
Mon Sep 28 22:44:08 2015 Exiting due to fatal error
Your problem is not related to this bug. Probably you upgraded kernel without rebooting the system.
So, the problem is clearly with the tty check pointed on the BBS and there is a patch proposed by a redhat guy on a openvpn trac: https://community.openvpn.net/openvpn/ticket/618
A new package is landing in testing which fix this issue. The directive 'askpass' (config or command line) is not necessary.