Questions tagged [ubuntu-18.04]

Ubuntu 18.04, named "Bionic Beaver" is a Long Term Support release of Ubuntu Linux (released on April 26th, 2018). Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu 18.04 - named "Bionic Beaver" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 26th, 2018, it will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, and Ubuntu Core. Only use this tag if your question is version-specific. Note that the Ask Ubuntu site is specifically dedicated to Ubuntu questions.

746 questions
0
votes
0 answers

nginx error can't acces https

my domain is: http://farihulrouf.red I ran this command: $ sudo certbot --nginx -d farihulrouf.red -d www.farihulrouf.red server { # SSL configuration # # listen 443 ssl default_server; # listen [::]:443 ssl…
0
votes
1 answer

How to set remoteId and server certificate check Strongswan IKEv2 ubuntu 18.04

I am a new member in IKEv2, and I want to install an IKEv2 vpn on an ubuntu 18.04 server, I did it through this tutorial , but I have a couple of questions. First how can I configure its remote id, because I use a url for that in my ios app. The…
mohsen
  • 113
  • 1
  • 6
0
votes
1 answer

Ubuntu Kickstart - LVM Partitioning using two HDD's not working and fdisk -l output makes no sense on successful single disk deploy

I have read so many kickstart configs and pressed recipes that my head is spinning, and I just need some help or clarification regarding this. Before I go too much into the config, the gist is that I am trying to create an unattended Ubuntu Server…
PM5K
  • 101
  • 1
0
votes
1 answer

My site redirect me to my ip address

Hi i'm using nginx and ubuntu 18 for my moodle site i add a domain, and everytime i try to access it , it alway redirect me to my IP address. here is my block server { listen 80; listen [::]:80; root /var/www/html/moodle; index index.php index.html…
MisterCat
  • 101
0
votes
2 answers

Action log of last ssh login

Assuming I give a sys admin temporary ssh (root/sudo) access to my server (Ubuntu 18.04) to assist with an issue, how would I check what changes were made by the person afterwards? Some of the things I would like to know would include knowing which…
AndrewL64
  • 179
  • 18
0
votes
1 answer

Can't configure a network interface by entries in different files inside /etc/network/interfaces.d

I want to configure a vlan interface by using a file in /etc/network/interfaces.d/, e.g. vlan1cfg: auto vlan1 iface vlan1 inet static address netmask vlan-raw-device post-up route add -net…
0
votes
1 answer

TLS Error: TLS key negotiation failed to occur

I have an OpenVPN server. I have troubles connecting to it. I have followed step by step (a few times) the instructions on How to Set Up an OpenVPN Server on Ubuntu 18.04. However, when I run sudo openvpn --config client1.ovpn I get: Sat Aug 8…
Sandu Ursu
  • 103
  • 1
  • 5
0
votes
1 answer

Is it possible to install Jitsi meet on my existing EC2 instance?

I have decided to install jitsi meet on AWS. I have an an elastic beanstalk site with [ Python 3.6 running on 64bit Amazon Linux ] platform. The EC2 instance is t2.micro, but in production I will have up to 110 users having conferences every day…
0
votes
1 answer

MySQL error starting

I can't start mysql and when I run any type of start command, whether it be systemctl start mysql or service mysql start, I get the same error: Job for mysql.service failed because the control process exited with error code. See "systemctl status…
Jakaboii
  • 1
  • 3
0
votes
1 answer

Always hung on Vi, vim, but not nano when using company VPN

I have a strange problem. IT changed the VPN to a newer Cisco device. After connecting to the VPN, I can ssh to one of our corporate server. I can ls, cd, cat, sudo. BUT if I tried any editing using vi or vim My terminal is just blank/black - seem…
RonPringadi
  • 163
  • 1
  • 6
0
votes
0 answers

systemd start a service when another is killed/dead

Is there a way to start another service (or run a script) when my service enters inactive (dead) state ? For e.g., in upstart, I had start on stopped In systemd, I see on OnFailure= - which is for cases when the service fails to…
Ani
  • 32
  • 2
  • 13
0
votes
1 answer

Disabling IP caching in samba or dealing with dynamic IP

We want to mount external storage that has been provided to us. We use something like the following in our /etc/fstab file on Ubuntu 18.04. //external/storage /mounting/point cifs…
0
votes
1 answer

Nginx - TYPO3 installation - URL behaviour

First of all, I have to deal with a project-related upgrade of a TYPO3 version and am also relatively new to the nginx web server. Therefore I ask for patience with me. ;-) I'm also not quite sure, if this question would be better on…
dns_nx
  • 111
  • 5
0
votes
1 answer

Multiple Wordpress sites on a single droplet / Virtual Host / One site is working, second gives white screen of death. Why? - Digital Ocean

This is not duplicated Post! System information: LAMP installed on Ubuntu 18.04 I have two WordPress websites on Digital Ocean droplet, let's say domain1 and domain2. I set up 2 virtual hosts. My domain2 located on /var/www/domain2 works fine…
0
votes
1 answer

Certbot - Install certificate for domain which is not present yet

In preparation of a (server) transfer of a website, I want to install a SSL certificate for a domain, which is currently not available on the server (The domain is still pointing on the old server). The old server, of course, has installed a SSL…
dns_nx
  • 111
  • 5