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

How to get Apache2 Version 2.4.17 or higher on Debain 8 (Jessie)?

I work with a virtual server, running Debian Jessie (8) and Apache2 in version 2.4.10. Unfortunately it seems that this version of Apache2 is the latest version that is served by the official repositories. My Question: Is there a comfortable way to…
Christoph
  • 1
  • 1
0
votes
0 answers

linux gateway using keepalived

pic Dear, I'm using 2 linux as my gateway of a subnet. Here I want to using keepalived service, But ip routing looked strange. From the router it couldn't find a route to the subnet. Tracerout looked like below: traceroute to 192.168.1.100 1…
bing0
  • 1
  • 2
0
votes
0 answers

ACCIDENT - just totally lost the permission to my server

I was trying to change a folder owner user from root to jenkins, and accidently did chown on ALL of the filesystem recursively. now I ended up without any permission. root@vps412690:/# ls -bash: /bin/ls: Permission denied I can't even use the…
TheUnreal
  • 119
  • 1
  • 8
0
votes
1 answer

Java installation error on Debian 8

I followed the instructions from this website: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-debian-8 When I install jre and jdk it says: Reading package lists... Done Building dependency tree Reading state…
Dominik
  • 1
  • 1
0
votes
1 answer

Amavis : Can't connect to socket 127.0.0.1:* using module IO::Socket::IP: Connection refused

Trying to debug mail server, now I get this error which I feel should be the cause of the server not working : Mar 17 15:06:24 ks4000003 amavis[2001]: (02001-01) (!)connect to 127.0.0.1:* failed, attempt #1: Can't connect to socket 127.0.0.1:* using…
guylabbe.ca
  • 77
  • 11
0
votes
1 answer

Do not allow packets of the same size consecutively? iptables

Is it possible to block packets of the same size consecutively? Example: A 32 size packet is received, not receiving more size 32 packets until another size pack is received. How could he do it? I was thinking about the recent module but I'm not…
0
votes
0 answers

Invalid number of arguments in rewrite directive on Debian 8

I had a site running on Debian 9 on nginx. Today I did a fresh install of Debain 8 with nginx on same machine but now nginx -t shows following error: Invalid number of arguments in rewrite directive Here's my code. Please note I was using the same…
Frank Martin
  • 741
  • 2
  • 12
  • 24
0
votes
1 answer

What are the specific column headers for the "Mem-Info" dump after "oom-killer"

I'm running a Debian 8 Jessie development server. 16GB mem. I've looked at the other posts about oom-killer, but none are really pertinent to what I'm asking here I'm trying to track down what process caused an oom-killer event. There's a memory…
BurningKrome
  • 525
  • 2
  • 12
  • 22
0
votes
1 answer

OpenSSL-related linker error while building PHP 5.3.3

While trying to build PHP 5.3.3 on Debian jessie (save yourself some sanity by not asking why) with OpenSSL extension enabled, I encountered undefined reference to symbol 'X509_free@@OPENSSL_1.0.0' in the linking step of the Makefile and couldn't…
user2845840
  • 213
  • 1
  • 8
0
votes
2 answers

Spring endpoints work with IP but not domain name. How to fix?

I have a Spring Boot application deployed in a VPS. I packaged it as a war and deployed it through the Tomcat manager (:/manager/html). It works if I access the endpoints by using the VPS' IP, such as http://:
GuiRitter
  • 109
  • 2
  • 8
0
votes
1 answer

Upgrading from Debian 8 (Jessie) to 9 (Stretch)

I am in the process of updating my Debian 8 (Jessie) machine to Debian 9 (Stretch) Current kernel version is : # uname -a Linux host 4.9.0-0.bpo.6-amd64 #1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13) x86_64 GNU/Linux Right now Ive made sure that…
Jason Stanley
  • 185
  • 1
  • 1
  • 11
0
votes
1 answer

How to disable TLSv1 in Apache 2.4 (Debian 8)?

I have this line in /etc/apache2/mods-enabled/ssl.conf SSLProtocol -all +TLSv1.2 However SSL checker whynopadlock still shows this: Any ideas on how to completely disable TLSv1 in Apache 2.4 (Debian 8) ?
IMB
  • 511
  • 2
  • 7
  • 13
0
votes
1 answer

Can't update DiG utility on Debian 8 (Jessie)

I am trying to get the latest version of DiG DNS utility (part of BIND 9) but I can't seem to be able to. I am running Debian 8 (Jessie). The current DiG version : root@myMachine:~# dig -v DiG 9.9.5-9+deb8u14-Debian I want to get the version that…
0
votes
0 answers

Copying files across LAN to Windows 10 share results in "empty" files

Copying files across a LAN to a Windows 10 shared folder results in the correct filename and extension being created, yet the resultant files are 0KB in size. Investigation has revealed no apparent network connectivity issues. The files are being…
pcgben
  • 101
  • 1
0
votes
1 answer

Is there any reason apt-get upgrade would install new packages?

I recently ran apt-get update on a server, and the output suggested it was installing a bunch of new packages. What could be the reason for this? Should I be worried? Reading package lists... Building dependency tree... Reading state…
grahamrhay
  • 131
  • 3