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
2
votes
1 answer

cron won't execute second part of command

After carefully reviewing the general "cron" answer, I am still stuck. My crontab reads: # m h dom mon dow command */5 * * * * /usr/bin/pkill -f process.py && /usr/bin/python /path/to/process.py > /path/to/process.log 2>&1 I want process.py to…
Shai
  • 121
  • 4
2
votes
2 answers

Authentication with NGINX

I am running a set of NGINX proxies using basic browser authentication with the htpasswd file for users. I have built a small application with Laravel that authenticates the user and presents them a list of links to these nginx proxies. I am…
PHELMS
  • 92
  • 1
  • 9
2
votes
2 answers

Convert htaccess to Nginx rewrite rules

I need to convert a .htaccess redirect to Nginx conf. Here is the .htaccess Redirect 301 /wp-content/plugins/zendesk-for-woocommerce/api/redirect-test1.html /wp-content/plugins/zendesk-for-woocommerce/api/redirect-test2.html RewriteEngine…
hemlock
  • 41
  • 4
2
votes
1 answer

What should I do to keep a common file cache server ? is NFS good idea?

I am not any networking or devops guy but I have to do this for my company because my company can't afford one, so pardon me for mistakes. I have got a web app hosted in google cloud and I use load balancer provided by google cloud, in the backend I…
user1735921
  • 121
  • 5
2
votes
2 answers

How to enable SAMBA encryption and do not require user authentication

I have a perfectly working SAMBA (version 4.3.11) share hosted on ubuntu. SAMBA shares are open to ANY user (local intranet) As soon as I added encryption settings, traffic is encrypted BUT all of a sudden it started to prompt for…
Chicago
  • 155
  • 1
  • 2
  • 5
2
votes
0 answers

Ubuntu 16.04: extremely slow DNS resolution using wget/curl, and in python using requests (GET)

I'm on Ubuntu 16.04, fully updated. Noticing some really really slow DNS resolution on things like curl/dns, and within python. I've done some searching, but nothing has solved it. I"m trying ot build an app that requires fast response time, but…
2
votes
2 answers

OpenNMS Syslog Integration

I am trying to configure OpenNMS to receive Syslog messages from an ASA. My syslogd-configuration file looks like so:
Joe
  • 151
  • 10
2
votes
2 answers

Opening a linux-crashdump dump with crash?

So I've been trying to debug a weird intermittent kernel crash for a server running Ubuntu-Server 16.04, which has had me stumped for ages, and so I installed and setup linux-crashdump following the Ubuntu wiki crash dump recipe. After waiting for…
Haravikk
  • 267
  • 4
  • 12
2
votes
0 answers

Can't get php7 to work on apache2

this question also exist of SFO but I was recommended to ask here since it is more a server configuration issue. I have a major problem. My apache2 does not process php7 code but instead shows the codes straight in the browser(chrome) or blank…
IgorLopez
  • 39
  • 1
  • 4
2
votes
2 answers

snmpget error: “No Such Object available on this agent at this OID”

I want to create my own MIB. I'm struggling on this from couple of weeks. I followed this tutorial and using net-snmp 5.7.3. What I'm doing is: My setup: I have two VM's, both Ubuntu 16, one is snmp-server with IP:192.168.5.20 and the other…
2
votes
2 answers

bind - permission denied while writting slave zone file

System: Ubuntu 16.04.3 LTS Synopsis: #chmod 777 /etc/bind/slave #chmod 777 /etc/bind #service bind9 restart #tail /var/log/syslog | grep dump Aug 23 07:14:45…
nagylzs
  • 657
  • 2
  • 8
  • 21
2
votes
0 answers

SSHD Failed to retrieve unit: Connection time out

After upgrading from ubuntu 14 to ubuntu 16 sshd service is having problems. It keeps to long to connect, sometimes fails to connect etc. When i try to restart sshd service most of the times i get an error message: myuser@myserver:~$ sudo service…
Denis Omeri
  • 163
  • 1
  • 1
  • 6
2
votes
0 answers

Nginx reverse proxy multiple services to multiple ports

I learned about Nginx yesterday and to be more accurate I learned for the first time all the topics covered on the following urls: Initial Server setup with ubuntu 16.04 How to install and secure mongodb on ubuntu 16.04 How to add swap space on…
elios264
  • 121
  • 1
  • 3
2
votes
1 answer

Apache2 mod_proxy - URL whitelisting

I'm trying to configure apache (2.4.18) on ubuntu 16.04 as a forward proxy to allow workstations on a couple of subnets to access a selection websites on the internet. I have managed to configure mod_proxy and restrict access to particular subnets,…
2
votes
1 answer

Installing gitblit GO as service in Ubuntu Server 16.04

I got a new server with ubuntu 16.04 and installed gitblit GO. extracted it to /opt/gitblit/ created user and group glitblit gave rights to user: chown -R gitblit:gitblit /opt/gitblit called install-service-ubuntu.sh - start/stop script was copied…
roeb
  • 141
  • 4