Tuesday, February 12, 2019

dpkg - OpenVPN apt-get install hanging at 72% on Ubuntu 17.10

So I decided to try the new version of Ubuntu out and I was a little surprised to see that OpenVPN wasn't included by default.



I've tried to run:



sudo apt install openvpn


And it always seems to just hang with no errors given (see below)




OpenVPN apt-get failure



When I inspect /var/log/apt/term.log I get:



Preparing to unpack .../5-libccid_1.4.27-1_amd64.deb ...
Unpacking libccid (1.4.27-1) ...
Selecting previously unselected package pcscd.
Preparing to unpack .../6-pcscd_1.8.22-1ubuntu1_amd64.deb ...
Unpacking pcscd (1.8.22-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-20) ...

Setting up libpkcs11-helper1:amd64 (1.22-2) ...
Setting up opensc-pkcs11:amd64 (0.17.0-1) ...
Setting up openvpn (2.4.3-4ubuntu1) ...


I haven't found any errors, so I checked the /var/log/dpkg.log and found:



2017-10-22 15:40:36 status unpacked opensc:amd64 0.17.0-1
2017-10-22 15:40:36 status unpacked opensc:amd64 0.17.0-1
2017-10-22 15:40:36 install openvpn:amd64 2.4.3-4ubuntu1

2017-10-22 15:40:36 status half-installed openvpn:amd64 2.4.3-4ubuntu1
2017-10-22 15:40:36 status triggers-pending ureadahead:amd64 0.100.0-20
2017-10-22 15:40:36 status triggers-pending systemd:amd64 234-2ubuntu12
2017-10-22 15:40:36 status unpacked openvpn:amd64 2.4.3-4ubuntu1
2017-10-22 15:40:36 status unpacked openvpn:amd64 2.4.3-4ubuntu1
2017-10-22 15:40:36 install easy-rsa:all 2.2.2-2
2017-10-22 15:40:36 status half-installed easy-rsa:all 2.2.2-2
2017-10-22 15:40:36 status unpacked easy-rsa:all 2.2.2-2
2017-10-22 15:40:36 status unpacked easy-rsa:all 2.2.2-2
2017-10-22 15:40:36 install libccid:amd64 1.4.27-1

2017-10-22 15:40:36 status half-installed libccid:amd64 1.4.27-1
2017-10-22 15:40:36 status unpacked libccid:amd64 1.4.27-1
2017-10-22 15:40:36 status unpacked libccid:amd64 1.4.27-1
2017-10-22 15:40:36 install pcscd:amd64 1.8.22-1ubuntu1
2017-10-22 15:40:36 status half-installed pcscd:amd64 1.8.22-1ubuntu1
2017-10-22 15:40:36 status unpacked pcscd:amd64 1.8.22-1ubuntu1
2017-10-22 15:40:36 status unpacked pcscd:amd64 1.8.22-1ubuntu1
2017-10-22 15:40:36 startup packages configure
2017-10-22 15:40:36 trigproc ureadahead:amd64 0.100.0-20
2017-10-22 15:40:36 status half-configured ureadahead:amd64 0.100.0-20

2017-10-22 15:40:36 status installed ureadahead:amd64 0.100.0-20
2017-10-22 15:40:36 configure libpkcs11-helper1:amd64 1.22-2
2017-10-22 15:40:36 status unpacked libpkcs11-helper1:amd64 1.22-2
2017-10-22 15:40:36 status half-configured libpkcs11-helper1:amd64 1.22-2
2017-10-22 15:40:36 status installed libpkcs11-helper1:amd64 1.22-2


I'm kind of at a loss. I've also checked the journal and found no errors.



It does not respond to ctrl+c and I have to run clear it manually / reconfigure dpkg.




I've insured everything is up-to-date and have restarted, but I'm not sure what else to try.



Any help would be greatly appreciated. This is a FRESH Ubuntu 17.10 install.

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...