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
3 answers

cpu 100% with tomcat 7 on Debian 8

I'm having an issue with the default configuration of tomcat 7 on Debian 8. Problem: I got the cpu of my server, due to java process, jump to 100% and stay there for hours making the server slow. If I restart tomcat server the cpu goes again to 1%.…
0
votes
0 answers

Deny some local users (not addresses) to send email from exim4

I have a fresh exim4 install without any tweaks on a Debian 8.6 machine. I use it to send emails from PHP: ; /etc/php5/fpm/conf.d/mail.ini [mail function] sendmail_path = /usr/sbin/exim4 -t mail.add_x_header = On mail.log = syslog Recently we…
0
votes
1 answer

Setup xymon with nginx on debian 8 gives 403 on cgi scripts

I am trying to set up xymon with nginx on debian, and I have the initial setup done. However, whenever I hit a cgi script I will get a 403 error. Here is my setup: server { listen 127.0.0.1:8081; server_name localhost; index…
mahatmanich
  • 2,954
  • 3
  • 22
  • 23
0
votes
1 answer

MariaDB cannot restart

Im running Mariadb on dedicated server with Debian Jessie suddenly get shut down when i try to start mysql it gives me this error: Dec 31 20:18:20 mysqld[6630]: 2016-12-31 20:18:20 140334745393088 [Note] /usr/sbin/mysqld (mysqld…
Omer Stimpack
  • 205
  • 1
  • 3
  • 12
0
votes
1 answer

Exim4 DKIM Configuration Does not Work on Debian Jessie

I am using exim4 4.84.2-2+deb8u1 on Debian Jessie. Below I have replaced some domain names with example.com. I have a split configuration with dc_use_split_config='true' in the /etc/exim4/update-exim4.conf.conf file. In the file…
Matthew Mitchell
  • 255
  • 1
  • 2
  • 6
0
votes
1 answer

Why remove some files is so slow?

While tidying up some folders I saw that deleting some files is very slow : $ ls -lah a/ -rwxrwxrwx 1 user user 4 Nov 17 12:31 af8048e4aec858a02ac48119545413dd $ time (rm -v af8048e4aec858a02ac48119545413dd) removed…
JazZ
  • 231
  • 2
  • 4
0
votes
1 answer

Software RAID sets disk to faulty after some days until next reboot

My Debian(jessie)-based system sets one of my RAID disks to faulty after some days of running. If I reboot the machine - all is fine again for some days until the problem appears again. Here's my environment: The System is running Debian Jessie…
mschenk74
  • 165
  • 1
  • 7
0
votes
1 answer

Making open file descriptor limit unlimited in Debian

I am doing a perf test of one of my API. After some time I keep getting the error Too many open file. Once I increase the number of open file descriptor (ulimit -Hn, ulimit -Sn & cat /proc/sys/fs/file-max) then the request / sec my API can server…
tuk
  • 333
  • 5
  • 18
0
votes
0 answers

systemv libvirtd fails to start on Debian Jessie

After a reboot, libvirtd refuses to start using systemv without producing any useful errors: systemctl status libvirtd.service ● libvirtd.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirtd.service; enabled) Active:…
Alex
  • 101
  • 1
  • 5
0
votes
1 answer

Qmail errors using qmailctl

I am following the guide "Life with Qmail Life With Qmail When I try to execute the qmailctl command, I get the following: root@mail:~# qmailctl start Starting qmail qmail-send supervise not running qmail-smtpd supervise not running svok: fatal:…
uberdave
  • 171
  • 2
  • 6
0
votes
0 answers

How to diagnose network failure properly on Ubuntu/Debian?

I have a dedicated server from Online.net with Debian 8 Jessie and it's good, fast and everything is alright. Well, until yesterday when i decided to do a restart, then I got prompted at my server Console that the network port is off!! after hours…
0
votes
1 answer

Failed to write session data (files)

I'm trying to set up a fonctionnal Apache2/PHP web server on my debian Jessie machine. It seems I cannot handle session variables. These lines keep repeating in /var/log/apache2/error.log: [Wed Oct 12 19:11:24.828962 2016] [:error] [pid 28677]…
nicoco
  • 157
  • 2
  • 2
  • 9
0
votes
1 answer

unable to install hhvm on debian (jessie) via apt

I am trying to setup hhvm using the instructions below but I am getting the error copied below. If it does not work, I will simply clone the git repo and run make but would prefer not to if possible. The debian distro is jessie: lsb_release -a No…
ali haider
  • 1,140
  • 3
  • 16
  • 29
0
votes
0 answers

apt-get upgrade fails because of max recursion on udev

When i´m doing a apt-get upgrade on my debian jessie ( a vserver from hetzner) machine, i get an error on upgrading the udev package. The Error Output starts with this: addgroup: Die Gruppe »input« existiert bereits als Systemgruppe.…
develth
  • 101
  • 4
0
votes
2 answers

Debian won't start SSH on startup

I had some trouble with my virtual machine's network interfaces today so had to make some alterations to my interfaces file. Since I have done this, when I boot into my Debian 8.6 VM I receive the error that OpenBSD Secure Shell server failed to…
Raiden616
  • 119
  • 3
  • 9