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
3
votes
1 answer

CGroups memory limit not working

I am trying to limit memory usage for a LXC container using CGroups, but I can't limit the memory. # lxc-cgroup -n maxdaniel981 memory.limit_in_bytes 134217728 lxc_container: failed to assign '134217728' value to 'memory.limit_in_bytes' for…
maxdaniel98
  • 103
  • 2
  • 11
3
votes
1 answer

nginx config with php and alias broken after update

I have configured access to a local directory through an nginx alias + php support: https://mydomain.de/wbg points to /var/www/wallabag. Everything was working fine until I did a normal apt-get update && apt-get upgrade on the server (running on…
3
votes
1 answer

hpn-ssh on Debian 8 (Jessie)

I'm refering this this project: https://www.psc.edu/index.php/hpn-ssh I'm running Debian 8, with OpenSSH_6.7p1 Debian-5+deb8u1, OpenSSL 1.0.1k 8 Jan 2015 and hpn-ssh doesn't have a patch for this version, does that mean I have to somehow downgrade…
Mint
  • 476
  • 2
  • 9
  • 23
3
votes
1 answer

Vagrant provision : shell script install mariadb-server on Debian prompt error

I'm looking for provisioning a Debian 8.2 Virtualbox VM with MariaDB 10. I use the following : sudo export DEBIAN_FRONTEND=noninteractive sudo debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $ROOTDBPWD" sudo…
3
votes
1 answer

Can't touch/connect to a unix socket from the same group

sudo ls -la /var/lib/redis/6379/ produces: drwxrwxr-x 2 redis redis 4096 Nov 28 23:10 . drwx-w---- 3 redis redis 4096 Nov 22 00:10 .. srwxrwx--- 1 redis redis 0 Nov 28 23:10 redis.sock Great, now sudo groups www-data produces: www-data…
Cenoc
  • 217
  • 1
  • 12
3
votes
3 answers

service apache2 restart leads to "Error: No space left on device"

If I do me@server:/home/me# service apache2 restart on my LXC-VPS (node-server is not under heavy load) I'm getting Error: No space left on device df -h tells me that there is plenty enough space /dev/loop1 394G 72G 303G 20% / none …
MyFault
  • 913
  • 3
  • 15
  • 36
3
votes
1 answer

/home /opt /tmp /usr /var on a single partition of another hard drive Debian 8

I have a production server for which I would like to move the /home, /opt, /tmp, /user, /var to the ~300GB partition specially created for this purpose. No straightforward explanation found on how to do this, except that I can put every folder…
XMight
  • 133
  • 1
  • 6
3
votes
0 answers

Fail2Ban emails not showing extracts from Apache logfiles

I have recently set up Debian Jessie on a server for the first time. 'Obviously' fail2ban was set up very early in the process. It is banning IP addresses and sending me emails ok, but the Apache-based ones do not contain any extracts from the…
Ian
  • 31
  • 3
3
votes
1 answer

Debian 8 Jessie not displaying startup services and messages

Recently I setup a new box with Debian 8 Jessie (I used Debian 6 and 7 on other boxes). I was disappointed to see the startup messages only on 2 or 3 text lines. No more list of startup services written "OK" or "Failed", or filesystem details with…
Sierramike
  • 163
  • 1
  • 3
  • 12
3
votes
2 answers

dnsmasq returns (false) "bogus" result for DNSSEC validation

I'm running a local Debian 8.1 installation with a DNSSEC-validating DNS-Resolver called dnsmasq (version 2.72-3+deb8u1). I set it up to return a SERVFAIL if it isn't able to validate a DNSSEC-enabled domain, i.e. if the domain has a DNSSEC entry it…
comfreak
  • 1,501
  • 1
  • 21
  • 33
3
votes
1 answer

Hyper-V lost synthetic NIC after Debian 8 dist-upgrade?

I'm running a Debian 8 vm on Hyper-V (Win Srv 2012R2) and when I did a dist-upgrade of stable, I lost all network connectivity. Using the console, I was able to see the network interfaces as UP but could not ping any external address. The…
Guillaume Filion
  • 997
  • 1
  • 10
  • 13
3
votes
0 answers

Track multiple directories with etckeeper

I'm trying to provide a solution to use etckeeper as a keeper of multiple locations (directories). I'm using Debian 8. With the default config etckeeper "watches" the /etc directory but I want to have /etc and /opt directories monitored. If I use -d…
Sz3jdii
  • 133
  • 1
  • 6
2
votes
1 answer

SSH Server Public Key Too Small

Customer has vendor who generates a Scan for PCI compliance on their Debian 8 server. Taken from their report: DSA keys and RSA keys shorter than 2048 bits are considered vulnerable. It is recommended to install a RSA public key length of at …
sam452
  • 269
  • 1
  • 6
  • 15
2
votes
2 answers

Clearing "/var/log/journal"

I want to clear my "/var/log/journal" directory. I'm using debian 8 root@nyc3-x8:/var/log# uname -a Linux nyc3-x8 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux And my journal; root@nyc3-x8:/var/log# du -hs journal/ 11G…
Goktug
  • 23
  • 1
  • 3
2
votes
2 answers

AH01071: Got error 'Primary script unknown

Debian Linux 8.10, Apache version 2.4.10, FPM/FastCGI. I have created a 1st virtual host. After hours, I could get it working. Then I have created another virtual host, with almost the same config => I get a "File not found." in the browser and a…
Bruno de Goyrans
  • 101
  • 1
  • 3
  • 10