Questions tagged [ubuntu-16.04]

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it was supported for 5 years. Extended Security Maintenance subscriptions are offered by Canonical until April 2024. Only use this tag if your question is version-specific.

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

949 questions
0
votes
1 answer

Getting error in curl command(curl: (35) error reading X.509 potentially-encrypted key file: Error in parsing.)

I am using below command curl --insecure --cert 'cert.p12:password' -X GET https://serverUrl -H 'Content-Type: application/json' curl --insecure --cert-type P12 --cert 'cert.p12:password' -X GET https://serverUrl -H 'Content-Type:…
-1
votes
1 answer

I accidently disabled the ubuntu servers public network interface

I accidently disabled the servers public network interface using the below command Ifdown ens192 I am not able to access the server now. Is there any way to get the interface back up?
Abhijith
  • 15
  • 8
-1
votes
2 answers

Will any running process be killed if I free the swap memory from my Ubuntu server?

The question (title of this question) came into my thought for the below reason. If anyone gives a solution of that reason then I don't need to free the swap memory. The Reason: After installation of Jenkins it is running well. But using some…
Shamim
  • 101
  • 4
-1
votes
1 answer

(CRON) info (No MTA installed, discarding output)j though there is no cron job is scheduled

In my /var/log/syslog file I can see the above log is entered in every minute. Though I have checked my crontab and found nothing configured there to run. My /var/log/syslog is as follows: And the crontab is as follows: Here I should mention that…
-1
votes
1 answer

set apache as default server in ubuntu 16.04

first i installed apache on my local system, it working fine and then for some reason i installed nginx it also works fine, but now problem is each time when i start my system by default nginx is running on my system then i have to stop nginx…
user493466
-1
votes
1 answer

How to create failure log file owned by syslog while running systemd service?

I am running Go binary as a service on ubuntu 16.04,and not able to create log file which is owned by syslog. I have created a services for myapp.service and it looks like as…
-1
votes
2 answers

How To Ristrict SSL for one domain in VHOST Apache2

I have configured Vhost on apache2.it is a name based configuration. First domain is ssl-secure and second one is non ssl-secure site.All are working fine if hit in browser address bar https://www.domain1.com/page1/ and http://domain2.com/page2/ .…
-1
votes
1 answer

I am unable to access my website from the web (curl and wget return html of page)

I am having several issues trying to get my website to the world. I am very new to the notion of running a web server, so I followed many of the tutorials to help me get started. There is a likelihood I did something wrong (where likelihood >= 95%),…
-1
votes
1 answer

Apache2 default page displayed after disabling all the sites/VirtualHosts

The Apache2 Debian Default Page is displayed when I navigate my browser to a domain name pointing to my web server even though I have disabled all the sites/VirtualHosts on my web server. What I expect to see is a "Cannot connect to the server"…
-1
votes
1 answer

systemd script for starting my app server as soon as it is down or system is rebooted

I have a upstart configuration file as shown below which works fine in Ubuntu 14: #/etc/init/data_server.conf #sudo start data_server #sudo stop data_server #sudo status data_server start on runlevel [2345] stop on runlevel [016] chdir…
user1950349
  • 223
  • 1
  • 3
  • 10
-1
votes
1 answer

Ansible provided user always asking passpharse

I created a jenkins user with Ansible, when I would connect to the machine its always asking passpharse. I didn't set it. The provided key has no passpharse Here is the user creation: - name: Create Jenkins user user: name: jenkins state:…
GergA
  • 149
  • 10
-1
votes
1 answer

apache2 redirecting external Ip to internal Ip

I have an apache2 server running behind a pfsense firewall. I created a port-forwarding rule to redirect port 8000 to port 80 on an ubuntu hosting the apache2 instance. My problem is the following : when I use my external ip on my browser, I can…
mJehanno
  • 99
  • 4
-1
votes
1 answer

Is it possible to make a copy of MYSQL table from one of my Droplet to another?

I have my server on Digital Ocean... does anybody know if is it possible to make a copy of MYSQL table from one of my Droplet to another?
Francesco
  • 149
  • 1
  • 6
-1
votes
2 answers

Could not connect to Azure Ubuntu VM using Win10 BASH subsystem

Could not connect using Win10 BASH subsystem to newly created Azure Ubuntu server, the Microsoft technicians were unable to help but it appears that there is some kind of key issue. I used the following doc…
-1
votes
1 answer

Nginx Let's Encrypt Refused Connection

Using a Digital Ocean LEMP Ubuntu 16.04 installation with one site example.com. Visting http://example.com works normally. Installed Let's Encrypt using…
cchiera
  • 358
  • 1
  • 6
  • 17