Questions tagged [debian-jessie]

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available until June 30th, 2020.

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available from the Debian LTS team until June 30th, 2020.

298 questions
4
votes
1 answer

Varnish 503 Backend Fetch Failed when varnish 4.1 is started as service on Debian 8

I am new to varnish. Whenever I am trying to acess our backend via varnish I am getting the below error:- 503 Backend fetch failed

Error 503 Backend fetch failed

tuk
  • 333
  • 5
  • 18
4
votes
0 answers

Postgresql 9.4 clusters not auto starting on Debian

I have Debian 8.2 x64 and Postgresql 9.4 (from repo). I've recreated default cluster in different location like this: # service postgresql stop # pg_dropcluster 9.4 main # pg_createcluster -d /srv/postgresql/data/9.4/main 9.4 main -- -W -A md5 #…
Dawid
  • 186
  • 1
  • 7
4
votes
2 answers

How to disable core dumps on Debian 8

I pretend I've already tried everything out there, but my Debian 8 keeps creating core dumps when something crashes. It's happening about once or twice in a month. It's a production server for a few websites, with packaged Apache 2.4, php5-fpm and…
Lucio Crusca
  • 420
  • 3
  • 12
  • 33
4
votes
3 answers

Debian 8 resolv.conf overwritten by IPv6 autoconfiguration/DHCP when DHCP disabled

I have recently installed Debian 8 on a network with IPv6 DHCP Enabled. /etc/resolv.conf is being overwritten by the IPv6 DHCP entires continually despite the fact that all IPv6 DHCP is disabled, autoconfiguration of IPv6 is disabled, and no…
3
votes
1 answer

Getting HTTP/2 Working on Apache 2.4.29 on Debian 8

I am trying to update my apache2 (Apache/2.4.29 (Debian 8)) server to support http2 but after enabling http2 with following code, it does not work because of mpm_prefork does not support http2 ProtocolsHonorOrder On …
Rinav
  • 131
  • 1
  • 5
3
votes
1 answer

SSL-connection refused after install

I have installed apache2 and OpenSSL I installed OpenSSL this way: sudo a2enmod ssl sudo mkdir /etc/apache2/ssl sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt sudo…
Bernhard
  • 141
  • 1
  • 9
3
votes
0 answers

Network UPS Tools (NUT) causing UPS to Reboot?

I have NUT upsmon 2.7.2 installed on an OrangePi One running Armbian 5.25 (which is Debian jessie). It is setup to monitor my Tripp Lite SmartOnline SU3000RTXLCS2U using the usbhid-ups driver and communicate to the server when it should shutdown or…
radensb
  • 131
  • 2
3
votes
2 answers

Replace characters in a sieve variable

When I register on websites I use their domain in my email, for example serverfault.com@example.com. I'd like to file each domain into a separate IMAP folder using sieve and I've created the script below: if envelope :regex "to" ["^(.*\\.uk)@",…
3
votes
2 answers

Service "netfilter-persistent" fails to start

When starting "netfilter-persistent", it fails as below: May 10 19:41:53 debian systemd[1]: Starting netfilter persistent configuration... -- Subject: Unit netfilter-persistent.service has begun with start-up -- Defined-By: systemd -- Support:…
WAS
  • 31
  • 1
  • 1
  • 3
3
votes
0 answers

Don't send outgoing mail via Spamassassin

My e-mail server is running Postfix 2.11.3 on Debian 8.7 (Jessie) with Spamassassin 3.4.0. I realized that my outgoing e-mails are also being checked for spam, which not only seems to be unnecessary to me, it also adds headers to the e-mail which I…
comfreak
  • 1,501
  • 1
  • 21
  • 33
3
votes
1 answer

Permission denied in SSH to Debian 8.5 using root user although PermitRootLogin is yes

I'm trying to SSH to my Debian 8.5 using root user. The password is correct because I can login to Debian using local console. PermitRootLogin is equal to yes in /etc/ssh/sshd_config and server is restarted multiple time to insure that this change…
3
votes
1 answer

Wrong release number for Debian "7" instead of 8 information

I upgraded to Jessie last recently and when doing a lsb_release -a it reports that the release is 7 (instead of 8) and codename Jessie. I did an update && upgrade && dist-upgrade when all sources point to jessie but no updates are…
Tristan
  • 498
  • 2
  • 9
  • 27
3
votes
3 answers

Disk I/O and load average peaks once every hour

We have updated our server from Debian Wheezy to Jessie and from php5.6 to php7.0, but now we have a disk I/O and load average peak exactly every hour. The exact time depends on the system start time. On this server, we have: nginx/1.10.1 PHP…
dima_mak
  • 125
  • 1
  • 7
3
votes
2 answers

Can not connect to the Debian 8 servers with CuteFTP

Just installed a new server with Debian8 (jessie) system. Many years use CuteFTP to upload/synchronize files on home computer and server using SFTP connection. Unfortunately, CuteFTP can not connect to Deabian8 servers: Disconnect: key exchange…
aigffmss
  • 147
  • 2
  • 8
3
votes
1 answer

Linux, apache2, modsecurity blocks Google reCAPTCHA variables

I have a Debian Jessie box, Apache 2.4 and default mod_security enabled with base rules activated. When I try to implement a Google reCAPTCHA solution in a PHP code, modsecurity blocks page with returning reCAPTCHA variables. As I see, a modsecurity…
JackD
  • 43
  • 3
1 2
3
19 20