Questions tagged [ubuntu-15.10]

Ubuntu 15.10, code-named "Wily Werewolf," is as of July 28, 2016 an **unsupported** old release of the Ubuntu operating system. WARNING: Questions pertaining to uses of unsupported hardware or software configurations are generally off-topic on ServerFault. The http://askubuntu.com forum, specifically dedicated to Ubuntu questions, however, may be appropriate.

23 questions
43
votes
3 answers

Ubuntu 15.10 Server; W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast

I'm running Ubuntu 15.10 server on a Asrock E3C226D2I board. When I get a kernel update or run update-initramfs -u I get a warning about missing firmware: root@fileserver:~# update-initramfs -u update-initramfs: Generating…
wouter
  • 533
  • 1
  • 4
  • 6
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
5
votes
1 answer

How to install nginx 1.9x with HTTP 2 support (1.95 or higher) on Ubuntu 15.10

I tried to install the latest nginx version (1.99) on my ubuntu 15.10. I want a nginx version >= 1.95 because I like to have http 2 support. I followed the instructions I found on the internet for ubuntu 14.04, but which should be the same for…
paskster
  • 301
  • 5
  • 12
4
votes
2 answers

How do I specify multiple logfiles for a jail in fail2ban?

Heyo, I'm using Ubuntu 15.10 and fail2ban 0.9.3. Apache is set up with a bunch of Apache virtualhosts. I have my Apache2 logfiles located in subdirectories, one per localhost, e.g. '/var/log/apache2/vwww_example_vhost_com/ and logfiles under that as…
R.A.
  • 51
  • 1
  • 5
4
votes
1 answer

Ubuntu Server 15.10, process not being allowed to use all physical memory, kswapd0 using 100% CPU

I have a 24-core server with 64G of DRAM, and it's running Ubuntu Server 15.10. I am getting some strange behavior with respect to swapping and physical memory use. I never had this trouble until I upgraded Ubuntu to 15.10. You can see my problem…
Timothy Miller
  • 291
  • 1
  • 2
  • 11
3
votes
1 answer

ceph - can't start osd on rebooted cluster host

I've rebooted the server (one of ceph's hosts). Started the cluster, but the osd, that's on the host, which was rebooted is down. The osd's # is 2, so when I try: sudo /etc/init.d/ceph start osd.2 it shows: Starting ceph (via systemctl):…
igoryonya
  • 185
  • 1
  • 2
  • 14
3
votes
0 answers

stunnel TIMEOUTconnect on Ubuntu 15.10

We use stunnel extensively for LDAP proxying. We recently set up a Ubuntu 15.10 server to migrate some of the tunnels to and are unable to get it to work. We've scraped through the logs, configs, docs, etc. and at our wits end on figuring it out.…
Dave
  • 31
  • 2
2
votes
0 answers

After Upgrading to Ubuntu 15.10 from 15.04, EC2 Webservers are Crashing

I have a variety of Ubuntu machines on EC2 running in production, with about 30 that were upgraded from 15.04 to 15.10. With most of the machines, the upgrade went flawlessly and experienced no issues at all. However, 10 of my webservers have…
Will
  • 1,127
  • 10
  • 25
1
vote
4 answers

Route all network traffic through an openvpn connection and also accepting incoming requests on the hosts' real IP-address

I am searching for a solution to route all traffic from a server through OpenVPN but keep it possible to host applications on the server which can be accessed outside of the local area network. To be a little more specific: There are two…
Laurence
  • 129
  • 2
  • 13
1
vote
1 answer

convert plain text passwords to sha512-crypt in dovecot + postfix's mysql mailbox table

I have an old postfix + dovecot + Roundcube mailserver (mail.domain.Tld). Server clock is loosing time and adjusting it causes dovecot to kill itself, we cannot install more memory, bigger hard-drives, etc. I have built a new server box…
cajeptha
  • 21
  • 1
  • 7
1
vote
2 answers

Proper way to install Nginx on Ubuntu 15.10 after compiling myself

I just compiled the latest version of Nginx on Ubuntu 15.10 and installed it using dpkg -i nginx_1.9.15-1_amd64.deb However, the systemd service script was not created so nginx is not running. How exactly do I do this and what are the proper…
Littlebob
  • 15
  • 6
1
vote
1 answer

Ubuntu "service" command

I type in the following command on two separate machines both running Ubuntu: service ssh status Output of machine 1: ssh start/running, process 25369 Output of machine 2: ● ssh.service - OpenBSD Secure Shell server Loaded: loaded…
RandomName
  • 111
  • 6
1
vote
1 answer

Hyper-V Dynamic Memory for Ubuntu 15.10

I'm running the latest Windows 10 Pro Fall Update, and setup a guest OS of Ubuntu Desktop 64-Bit 15.10 in Hyper-V. I'm trying to use the dynamic memory feature, but Hyper-V wants to assign far more memory (5-10x) than the guest OS appears to be…
Evan Cox
  • 11
  • 4
1
vote
1 answer

Installation problems with CouchDB 1.6 on Ubuntu 15.10

After using CouchDB 1.4 on Ubuntu 14.04, I recently tried to start fresh with 15.10 and the main couchdb package. It installed couchdb 1.6 which was a welcome change, but the ubuntu installation documentation on the couch site hasn't been…
paintedbicycle
  • 199
  • 1
  • 3
  • 15
0
votes
1 answer

UFW Blocking opbeat

I am using opbeat for error reporting on a Django app. My app is running on a server with Ubuntu 15.10 and is using UFW for firewall security. Unfortunately, the firewall is also blocking opbeat from sending error reports from my server to their…
Brian
  • 1
  • 1
1
2