Questions tagged [ubuntu-15.04]

Ubuntu 15.04, named "Vivid Vervet" is a non-LTS (Long Term Support) release of Ubuntu Linux. Released in April 2015, its official support ended on February 4, 2016. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu 15.04, named "Vivid Vervet" is a non-LTS (Long Term Support) release of Ubuntu Linux (released in April 2015). Only use this tag if your question is version-specific. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

6 questions
10
votes
3 answers

Starting docker-compose with systemd on ubuntu 15.04

I have a docker-compose project that I would like to control through systemd. In upstart, I would use a script that looks like this: description "Start/Stop server" author "Jim Cortez" start on filesystem and started docker stop on runlevel…
Jim Cortez
  • 201
  • 1
  • 2
  • 6
6
votes
1 answer

Docker using huge amount of swap memory on Ubuntu 15.04, why?

I am suffering from excessive memory usage, currently amounting to ~940 MB physical and ~1 GB swap memory, on my Ubuntu 15.04 x64 Docker (1.9.1-cs2, build 4ade326) host. According to top, Docker is responsible for the consumption of about 780 MB of…
aknuds1
  • 2,085
  • 3
  • 16
  • 23
5
votes
1 answer

nginx fails to start on boot with systemd on Ubuntu 15.04 and 15.10

nginx will not start on boot, but starts fine manually. The logs say something like nginx: [emerg] host not found in upstream "{some hostname}" in /etc/nginx/conf.d/some_site.conf nginx: configuration file /etc/nginx/nginx.conf test failed Failed…
Paul
  • 271
  • 1
  • 7
2
votes
0 answers

target filesystem doesn't have requested /sbin/init. /bin/sh: 0 : Can't open splash - Ubuntu 15.04

I have an Ubuntu 15.04 machine. I installed docker in this machine. After installation I was trying to run the test image of docker which comes by default. But it did not ran. Then I tried to shutdown the machine. But the machine was not shutting…
yogeshagr
  • 151
  • 1
  • 2
  • 7
0
votes
1 answer

Configure Apache to rewrite API calls

I have a project constisting of two parts. First, the API, where all data requests are handled. Second, a web client, so that users can use the tool conveniently. The web client therefore just makes API calls. The project structure is the…
CharlyDelta
  • 115
  • 7
-1
votes
1 answer

After restarting mi Linux Virtual Machine I got a lot of free Space

I got an Ubuntu 15.04 Server with Apache,PHP and Mysql running , one day I got 100% Use in my disk using df -H. When I restarted the server with sudo shutdown -r now it now show 32% of usage, I think we have some temporal files that are not being…