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
2
votes
0 answers

systemd: not-running optional dependent service unexpected starts when parent restarted

I have 3 services: ParentService, which provides the bulk of my application DependentServiceA, which is strongly dependent on (i.e., is effectively useless without) ParentService running. When DependentServiceA is running, its lifecycle should be…
Aaron Burke
  • 121
  • 2
2
votes
1 answer

Expring package signing key

I have a whole bunch of remote locked down Debian boxes, I can not access them all ports are closed. They are quite numerous en spread all over the country, physical access would be a rather bothersome logistical operation. These boxes are updated…
Erik
  • 55
  • 1
  • 6
2
votes
1 answer

SystemD service with an ExecStartPre=git pull

How can I cd /path/to/repo && git pull in the ExecStartPre section of a systemd service?
refeniz
  • 131
  • 6
2
votes
2 answers

Debian - Installation of LSI MegaRAID SNMP AGENT

My OS is : Distributor ID: Debian Description: Debian GNU/Linux 8.9 (jessie) Release: 8.9 Codename: jessie I succeded to install the MegaRaid Storage Manager and I can use StorCli. # dpkg --install lib-utils2_1.00-9_all.deb without…
Sorcha
  • 1,325
  • 8
  • 11
2
votes
1 answer

Debian Jessie sessionclean is silently failing

One of my Debian machine's inodes recently filled, and the culprit turned out to be /var/lib/php5/sessions, which had accumulated 2.5 million temporary session files, though it's supposed to be cleaned up whenever files are more than 24 minutes…
Shannon A.
  • 173
  • 9
2
votes
2 answers

Apache2 redirect not working properly

I have all my domains in a single vhosts.conf file that I have rsync across three servers. All three for some reason do not redirect http://example.com to https://example.com but will redirect http://example.net to https://example.net. Instead,…
2
votes
0 answers

OpenVPN with letsencrypt server certificate

I've setup an OpenVPN server on Debian/jessie, that uses user/password authentication (obtained via LDAP) to grant my users access to the VPN. The setup deliberately does not use client certificates. Of course, the server does have a certificate…
umläute
  • 499
  • 1
  • 7
  • 26
2
votes
1 answer

Server Reached MaxRequestWorkers Setting

New 8 GB Dedicated Server stopped working during peak time and in Apache error.log, I found following errors: [mpm_prefork:error] [pid 7565] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers…
Ulugbek Khalilov
  • 21
  • 1
  • 1
  • 4
2
votes
2 answers

How do I use HAProxy with environment variables when running as service

I am new to Linux and are trying to configure HAProxy with environment variables. I am running Debian 8 (Jessie) and HAProxy 1.5.8 that I installed using apt-get as per…
Johan Gov
  • 141
  • 1
  • 7
2
votes
2 answers

Trouble creating PID file in systemd service script

I'm trying to get RipRight installed on Debian, for which there doesn't appear to be any pre-built package. I'm having difficulty getting a systemd script working to start/stop RipRight running as a daemon because it can't write the PID file to…
jia103
  • 121
  • 1
  • 1
  • 3
2
votes
1 answer

DIG domain ns couldn't be reached

I installed Powerdns with Debian Jessie and i added NS record and other DNS records in PowerAdmin when i test the record added with dig it gives no servers could be reached, i added both name servers in my registrar and also in Powerdns SOA records…
Omer Stimpack
  • 205
  • 1
  • 3
  • 12
2
votes
0 answers

Apache Virtual Host isn't redirecting to HTTPS

I have setup Gitlab on my server successfully and have configured it to run on Apache as that is what I use for hosting my current sites. I have used Let's Encrypt to add SSL encryption across my domains and selected to make them 'secure' and so a…
James
  • 345
  • 3
  • 11
2
votes
2 answers

Fail2ban not respecting email settings

In Fail2ban I have set up my email settings as: # Destination email address used solely for the interpolations in # jail.{conf,local} configuration files. destemail = me@hotmail.com # # Name of the sender for mta actions sendername =…
James
  • 345
  • 3
  • 11
2
votes
2 answers

How can I install nginx 1.9.5 on debian jessie?

I added theses lines to the "/etc/apt/sources.list": deb http://nginx.org/packages/mainline/debian/ jessie nginx deb-src http://nginx.org/packages/mainline/debian/ jessie nginx After that I've tried to update nginx with: sudo apt-get clean && sudo…
belyid
  • 331
  • 1
  • 4
  • 14
2
votes
2 answers

Apache 2.4 on Debian 8 - SSL_ERROR_RX_RECORD_TOO_LONG

I have read that the general solution to this issue is to add NameVirtualHost *:80 and NameVirtualHost *:443 to the VirtualHosts. However Apache 2.4 tells me: AH00548: NameVirtualHost has no effect and will be removed in the next release I have…
kghbln
  • 411
  • 2
  • 10
  • 20