Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-09-24 Thread Bo Berglund
On Sat, 24 Sep 2022 19:01:08 -0400, Nathan Stratton Treadway wrote: >Since you aren't using the VPN link during the upgrade, I don't think it >will make much difference which of those two approaches you take. > >Note that apt/dpkg consider the version string "2.4.7-1ubuntu2.20.04.4" >(i.e. the

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-09-24 Thread Nathan Stratton Treadway
On Sat, Sep 24, 2022 at 10:45:10 -0500, Bo Berglund wrote: > So now I have travelled to the location and am ready to do the upgrade. > > > I would like to know the best way to get *away* from the build.openvpn.net > repository to the ubuntu 18 repository in preparation for doing the release >

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-09-24 Thread Bo Berglund
On Tue, 5 Jul 2022 22:59:14 -0400, Nathan Stratton Treadway wrote: >On Tue, Jul 05, 2022 at 14:40:31 +0200, Bo Berglund wrote: >> Hopefully I can get there and upgrade it on location come September. >> I don't dare doing that remotely. > >Agreed. > >> Here you go: >> >> $ apt-cache policy

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-06 Thread Bo Berglund
On Tue, 5 Jul 2022 22:59:14 -0400, Nathan Stratton Treadway wrote: >On Tue, Jul 05, 2022 at 14:40:31 +0200, Bo Berglund wrote: >> Hopefully I can get there and upgrade it on location come September. >> I don't dare doing that remotely. > >Agreed. > >> Here you go: >> >> $ apt-cache policy

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-05 Thread Nathan Stratton Treadway
On Tue, Jul 05, 2022 at 14:40:31 +0200, Bo Berglund wrote: > Hopefully I can get there and upgrade it on location come September. > I don't dare doing that remotely. Agreed. > Here you go: > > $ apt-cache policy openvpn > openvpn: > Installed: 2.4.7-xenial0 > Candidate: 2.4.7-xenial0 >

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-05 Thread Bo Berglund
On Tue, 5 Jul 2022 02:14:05 -0400, Nathan Stratton Treadway wrote: >On Sun, Jul 03, 2022 at 21:55:13 +0200, Bo Berglund wrote: >> And now I had a look at our office server (Ubuntu 18.04 LTS) and it looks the >> same: >> >> $ openvpn --version >> OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)]

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-05 Thread Nathan Stratton Treadway
On Sun, Jul 03, 2022 at 21:55:13 +0200, Bo Berglund wrote: > And now I had a look at our office server (Ubuntu 18.04 LTS) and it looks the > same: > > $ openvpn --version > OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] > [MH/PKTINFO] [AEAD] built on Feb 19 2019 >

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-05 Thread Nathan Stratton Treadway
On Mon, Jul 04, 2022 at 08:12:16 +0200, Bo Berglund wrote: > Seems like the distro upgrade orphaned openvpn but left it in place as-is. Right -- one of the first things the Ubuntu upgrade process does is to edit the apt sources to update the release name on the repositories it recognizes (so they

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-04 Thread Bo Berglund
On Sun, 3 Jul 2022 20:41:47 -0400, Nathan Stratton Treadway wrote: >On Sun, Jul 03, 2022 at 21:55:13 +0200, Bo Berglund wrote: >> I have looked at the directory /etc/apt/sources.list.d and found a file there >> named openvpn-aptrepo.list >> It contains this single line: >> # deb

Re: [Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-03 Thread Nathan Stratton Treadway
On Sun, Jul 03, 2022 at 21:55:13 +0200, Bo Berglund wrote: > I have looked at the directory /etc/apt/sources.list.d and found a file there > named openvpn-aptrepo.list > It contains this single line: > # deb http://build.openvpn.net/debian/openvpn/stable bionic main # disabled on > upgrade to

[Openvpn-users] How to properly upgrade openvpn server on Ubuntu servers (18.04 and 20.04)?

2022-07-03 Thread Bo Berglund
As described in my thread titled: "How to enable timestamps in server logfile?" I have a problem on my home VPN server running on Ubuntu Server 20.04.4 LTS regarding updating the software. It seems stuck at 2.4.7 sice quite some time... The server was release-upgraded to 20.04 about a year ago.