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

Why is my upstart script failing?

here is the script in question: description "Circuit server" author "anonymous" start on filesystem or runlevel [2345] stop on shutdown # Script fails when setuid and setgid are not commented setuid sentimens setgid sentimens script …
Louis Thibault
  • 117
  • 2
  • 6
0
votes
1 answer

mongodb folder size is very big

I installed a mongodb on a Debian Jessie. After some inserts (<100) I checked the size of the folder /var/lib/mongodb/ and the content of the folder is 3.3 GB high. Is this normal? The hard disk size is 20GB and 50% is free.
gustavgans
  • 113
  • 4
0
votes
1 answer

proFTPD unable to connect after update ECONNREFUSED

I am working on Debian 8 - ran a series of automated system updates and now I am unable to connect to my local server running proFTPD. I have made no changes to the client attempting to connect to the server. I was connecting to the server on port…
nomaam
  • 111
  • 1
  • 7
0
votes
1 answer

Corosync configuration with puppet

I'm relatively new to puppet, and I'm trying to create a configuration with puppet that will spit out a ready-to-go production system, like we're currently using. I'm using Debian Jessie with Puppet 3.7.2 as both the puppet master and client. I've…
0
votes
1 answer

Debian Jessie mySQL 5.5 upgrade to testing 5.6 issues?

I need to upgrade from stable mysql-server5.5.x to 5.6.x on Debian Jessie to run Magneto, but I am also running a high volume forum on 5.5.x. If I enable testing repos and pull 5.6.x (currently 5.6.28-1), will this break some dependencies? I was…
batflaps
  • 179
  • 1
  • 3
  • 10
0
votes
1 answer

Debian 8.4 jessie set open files limit for redis user

When starting redis 3.0.6 (installed from jessie-backports) under Debian 8.4 jessie, I get the following warning/error: 18127:M 13 Apr 15:12:38.730 # You requested maxclients of 10000 requiring at least 10032 max file descriptors. 18127:M 13 Apr…
tholu
  • 115
  • 5
0
votes
0 answers

Apache 2.4 rotatelogs broken

I upgraded the server from Debian 7 to Debian 8. As a result I have multiple issues with Apache 2.4.10: In my virtual hosts I had the following statements e.g. CustomLog "|usr/sbin/rotatelogs -l ${APACHE_LOG_DIR}/02120/%Y%m%d_02120.access.log 86400"…
kghbln
  • 411
  • 2
  • 10
  • 20
0
votes
1 answer

Apache 2.4 envvars are getting ignored

I upgraded the server from Debian 7 to Debian 8. As a result I have multiple issues with Apache 2.4.10 When doing: apache2 -S The result: AH00111: Config variable ${APACHE_LOCK_DIR} is not defined AH00111: Config variable ${APACHE_PID_FILE} is not…
kghbln
  • 411
  • 2
  • 10
  • 20
0
votes
2 answers

What's the correct way to set hostname on Debian Jessie when my LAN has DNS?

This is on my home LAN which has a DNS server (Bind9) and a DHCP server (dhcpd). My desktop machine gets its IP address from the DHCP server which includes a search domain of mylan. So, the FQDN of my desktop machine is mydesktop.mylan. Debian…
Bridgey
  • 123
  • 5
0
votes
1 answer

Chrooting Apache 2.4 on Debian Jessie with mod_security

I have been advised to chroot my apache2 installation to better secure the sensitive content on the rest of the server. I have installed and setup mod_security properly and can see in the logs that it is chrooting apache2 properly, but systemctl is…
Drew
  • 3
  • 3
0
votes
1 answer

debian, discard dns from one interface

I created a virtual machine with 2 network interfaces. One is bridged and the other one is host-only. They are both using DHCP, and are overwriting the /etc/resolv.conf file. if eth0 gets the DHCP response first then eth1 overwrites the file with…
0
votes
1 answer

Kerberos 5 won't install on Debian 8.2 or 8.3

I've been running some VMs in VirtualBox and cannot get Kerberos5 installed. I keep receiving the error: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may…
tokyotech
  • 56
  • 3
0
votes
1 answer

Upgrade Wheezy -> Jessie, Gitlab index page not working

I installed gitlab on my Debian Wheezy server a few days ago and I managed to get it working with: Apache Relative URL (/gitlab) HTTPS I installed it from source following the official installation guide. I just upgraded to Debian Jessie and after…
Holt
  • 181
  • 2
  • 8
0
votes
2 answers

Debian Jessie /etc/network/interfaces post-up route gateway won't persist reboot

I have a Debian Jessie box with 2 interfaces. I want eth1 to route public traffic on public static IP 1.2.3.4, and eth0 to route mgmt traffic on 192.168.0.55, so I edited /etc/network/interfaces to look like: source /etc/network/interfaces.d/* #…
batflaps
  • 179
  • 1
  • 3
  • 10
0
votes
3 answers

Apache2 after graceful restart needs 100% cpu

OS: Debian 8.2, Apache: Apache/2.4.10 (Debian) Since two days my apache2 "suddenly" starts to run on 100% cpu at night. The process does not stop then and I have run kill -9 to stop it in the morning. service apache2 stop does not work to stop the…
Michael
  • 61
  • 1
  • 1
  • 7