=== Unit193 changed the topic of #ubuntustudio to: Ubuntu Studio support and creativity chat | Ubuntu Studio 18.10 is out! https://ubuntustudio.org/2018/10/ubuntu-studio-18-10-released/ | Pastes to https://paste.ubuntu.com | Please be patient and see https://help.ubuntu.com/community/UbuntuStudio if no one is around [04:44] Unit193: Thanks for the topic update! [04:45] Sure thing. [20:50] I have been trying to install a VPN and the people at the company who are supposed to be able to help me with it don't seem to know anything about Linux. I tried to follow their website's instructions for installing on Ubuntu and I hit a brick wall. Could somebody here help? [20:51] This is where I run into a problem, with this command not working: sudo openvpn --config '/home/adfg/CyberGhost/openvpn.ovpn' [20:56] They have an instruction for what to do if that command doesn't work, but the command is gibberish to me: "Note: In case you receive an error message, saying 'No such file or directory', please first use the Terminal window to move to the directory with the configuration files. If for example the files are located in a folder called 'CG' on your desktop, you need to type 'cd desktop' and then 'cd CG'." [20:57] I do not understand what they are telling me to do there. [21:08] I can try to do something that might be what they mean, but it doesn't work. [21:44] adfg: hang on, I might be able to help you out. [21:45] If I can't, somebody in #xubuntu or #ubuntu can as well. Ubuntu Studio is, after all, Ubuntu customized like any other flavor, not a derivitive. [21:48] adfg: openvpn is not installed in Ubuntu by default, so you need to first go to a terminal and type 'sudo apt install openvpn network-manager-openvpn'. Once you've done that, log out, then back in. [21:51] adfg: Once you've done that, click on the Network menu icon in the upper-right-hand corner of your desktop (if using Xfce as is default in Ubuntu Studio) and click "Edit Connections..." [21:52] adfg: My apologies, don't use that menu. [21:53] adfg: Try the initial command you were trying (sudo openvpn...), which should now work. [22:03] So, I have to restart the computer after the first command? [22:03] no just logout and back in [22:04] That seems not to have been the problem. [22:04] network-manager-openvpn is already the newest version (1.8.2-1). [22:04] openvpn is already the newest version (2.4.4-2ubuntu1.1). [22:04] 0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded. [22:06] So, I am back where I was. [22:07] hmm, do you know where the configure file is? [22:07] no [22:07] I don't know what you mean by that. [22:09] well in your first message you said it gave: /home/adfg/CyberGhost/openvpn.ovpn as not being found [22:09] If you mean the files that I downloaded from Cyberghost, I have them in two places. [22:10] The location is /home/adfg/CyberGhost/ [22:10] so where ever you have openvpn.ovpn it looks like it expects it to be in ~/CyberGhost/ [22:10] hm, so you can see that file [22:10] Cyberghost told me to extract the files to that location. [22:10] right [22:11] so ls -l /home/adfg/CyberGhost/openvpn.ovpn [22:11] says what [22:11] ls? [22:11] ls -l [22:11] ? [22:12] it should show the file permisions [22:12] in a terminal try: [22:12] ls -l /home/adfg/CyberGhost/openvpn.ovpn [22:12] cannot access '/home/adfg/CyberGhost/openvpn.ovpn': No such file or directory [22:13] Oh wait [22:14] -rw-rw-r-- 1 adfg adfg 333 Oct 19 2018 /home/adfg/CyberGhost/openvpn.ovpn [22:15] also, what does pwd give [22:15] ? [22:16] in a terminal: [22:16] echoecho $PWD [22:16] sorry [22:16] echo $PWD [22:17] it should be /home/adfg [22:18] Yes that's what it is. [22:18] if not a cd should get you there [22:19] sudo openvpn --config '/home/adfg/CyberGhost/openvpn.ovpn' [22:19] does that work now or still not [22:20] * OvenWerks is surprised the two ' are needed... btw make sure you are using ' and not ` :) [22:21] The ' you want should be the one on the same key as the " [22:21] I just copied and pasted it so that I can't get it wrong. [22:22] right [22:22] Options error: --ca fails with 'ca.crt': No such file or directory (errno=2) [22:22] Options error: --cert fails with 'client.crt': No such file or directory (errno=2) [22:22] Fri Oct 19 18:20:50 2018 us=922250 WARNING: cannot stat file 'client.key': No such file or directory (errno=2) [22:22] Options error: --key fails with 'client.key': No such file or directory (errno=2) [22:22] Options error: Please correct these errors. [22:23] ok, that seems like something that shold be a part of the ssl package (libssl or something) [22:24] but if so that should have been installed as a dependant [22:25] however, I am just guessing, not having ever set up a vpn [22:26] I would try asking in #xubuntu or #ubuntu [22:26] Studio is mostly a set of packages added to xubuntu [22:26] Yes. [22:27] I like Studio because I always found adding things difficult. [22:27] I can see that. we are working on a utility that adds Studio to any other flavour [22:28] Thanks.