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.

297 questions
7
votes
1 answer

Why is Debian Jessie systemd reloading my Apache server every morning?

After upgrading a web server from Debian Wheezy to Debian Jessie, the following log entries appear in the system log every morning. The times vary somewhat, but it seems to always happen at approximately the same time (plus/minus maybe 10-15 minutes…
user
  • 4,267
  • 4
  • 32
  • 70
6
votes
1 answer

/var/run directory creation even though service is disabled

Usually, directories to store pid's or similar are created by the startup scripts of the services. (See this question) However, I just noticed that these directories are still re-created after a reboot when I disable the services. This happened for…
Zulakis
  • 4,191
  • 14
  • 44
  • 75
6
votes
1 answer

configure multiple sshd instances on debian 8 (jessie) systemd

I would like to run two sshd daemons on debian 8 (using openssh), one for administration and one for sftp. This used to be quite easy in debian 7 but with systemd it is more difficult. So far I have created the sshd_config_second and the…
mahatmanich
  • 2,794
  • 3
  • 21
  • 23
6
votes
2 answers

What does auditd log by default (i.e. when no rules are defined?)

I installed auditd and audispd-plugins on my Debian Jessie machine and didn't touch any configuration. I see events being written to /var/log/audit/audit.log, for example: type=LOGIN msg=audit(1462384141.770:838): pid=3662 uid=0 old-auid=4294967295…
2rs2ts
  • 325
  • 3
  • 11
5
votes
0 answers

Is there a way to flush docker's embedded dns cache?

I'm working in an environment where sometimes the DNS server flakes out and tells you it can't resolve a host (eg. lookup of "github.com" fails). It's transient, and usually recovers fairly quickly. However, sometimes when it happens, it seems…
rascalking
  • 223
  • 3
  • 6
5
votes
3 answers

postfix/smtp: fatal: unknown service: smtp/tcp – but /var/spool/postfix/etc/services exists

I am running a Debian GNU/Linux 8.7 box with Postfix 2.11.3-1 as MTA. All of a sudden, that is, with no change to the MTA setup, mails stopped being delivered, and the following error started showing up in /var/log/mail.err: root@schroeder:~# tail…
5
votes
1 answer

How to check if Postfix was compiled with support for Dovecot SASL?

The Dovecot instructions state: Since version 2.3, Postfix supports SMTP AUTH through Dovecot SASL as introduced in the Dovecot 1.0 series. If using Postfix obtained from a binary (such as a .rpm or .deb file), you can check if Postfix was …
KingsInnerSoul
  • 201
  • 2
  • 10
5
votes
6 answers

Debian 8: can't get ClamAV to listen on TCP 3310

I am trying to get Clamav-daemon running on a Debian 8 system so that it will listen on TCP port 3310. I have done the following: aptitude install clamav-daemon Then modified /etc/clamav/clamd.conf so that it now has the following at the top: #…
Doahh
  • 181
  • 1
  • 1
  • 5
5
votes
2 answers

IPTables: How to log and set a specific log file

Is it possible log all dropped connections by IPTables and set a iptables.log file for logging in /var/log/?
user333044
5
votes
2 answers

Why do I get status code 2 and what does It mean?

Here is my result of service nginx status command. (Debian 8 64bit) Loaded: loaded (/lib/systemd/system/nginx.service; enabled) Active: active (running) since Fri 2015-09-18 12:20:23 CEST; 2h 29min ago Process: 31845 ExecStop=/sbin/start-stop-daemon…
pinGu
  • 140
  • 1
  • 1
  • 7
4
votes
1 answer

Debian jessie upgrade OpenSSH server to latest

I have a Debian 8 server for a customer that is failing a PCI scan, presumably running: nmap -p 22 -sV customer.edu which returns 22/tcp open ssh OpenSSH 6.7p1 Debian 5+deb8u7 This should be easy, given my /etc/apt/sources.list is this: deb…
sam452
  • 219
  • 6
  • 14
4
votes
1 answer

ZFS - Zpool disk replace results in restarting resilver process that never ends

I replaced a broken drive with a type already used in my pool for some time. The problem I face is that the resilver process seems to be stuck in a restart-loop. Whenever I check the zpool status I see that the resilver process started a couple of…
straumli
  • 61
  • 3
4
votes
2 answers

How to get rid of "defer (-52): Retry time not yet reached" exim4 logs?

I have such a logs in mainlog of exim4. All I do with exim4 is learn only so all mails are fake. Now I try to manage theese logs that appear frequently: 2016-12-20 14:28:01 1cJ2UW-0006Yq-3m == root@adammax.tk R=manualrouteadam T=maildir_home defer…
trzczy
  • 173
  • 1
  • 1
  • 8
4
votes
2 answers

Install package from oldstable (wheezy) to stable (jessie)

I want to install the package which is missing in jessie from wheezy. It is like backport the other way. I need gcc-4.7, but jessie provides only gcc-4.9. Unstable provides gcc-4.7 only for arm architecture. I plan to add wheezy repo into my surces…
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
  • 293
  • 4
  • 16
1
2
3
19 20