Questions tagged [debian-jessie]

About the 8.0 release of the Debian GNU/Linux operating system. Superseded by Debian Stretch (9.0). Long-term support was available until June 30th, 2020. QUESTIONS MUST BE PROGRAMMING RELATED.

Jessie was initially released on April 26th, 2015, superseding the previous LTS release wheezy (debian 7). It got its last update in 23th June, 2018. Since 30th June, 2020 it has no more LTS support.

Notable changes and improvements

  • New architectures: ppc64el and arm64
  • Dropped architectures: s390 (31-bit s390 replaced by s390x), sparc and ia64
  • New desktop environments: cinnamon and mate-desktop
  • More packages built by security-hardening compiler flags
  • Cross-platform binutils to ease cross-compilation
  • node.js first appearance
  • Legacy SSLv3 support dropped

References

206 questions
0
votes
1 answer

How do I install clang-format on Debian 8.11?

I tried sudo apt install clang-format but I get the following error: E: Unable to locate package clang-format
0
votes
1 answer

kernel - postgres segfault error 15 in libc-2.19.so

Yesterday we had crash of PostgreSQL 9.5.14 running on Debian 8 (Linux xxxxxx 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64 GNU/Linux) - Segmentation fault. Database closed all connections and reinitialized itself staying ~1 minute in…
JosMac
  • 2,164
  • 1
  • 17
  • 23
0
votes
3 answers

enable http2 with apache2 on debian 8

here's the thing I've enabled mod_http2 ( apachectl -M shows : http2_module ) and set this within this vhost ServerName s74.fr Protocols h2 h2c http/1.1 H2Direct on H2EarlyHints on Thing is when I run this curl command :…
Jack
  • 184
  • 1
  • 11
0
votes
1 answer

How to build a docker image for java and chromedriver?

I want build a docker image for java and chromedriver.This is my dockerfile. FROM java:8 MAINTAINER LIU JICHUN jliu666@hotmail.com ENV TZ Asia/Shanghai RUN echo "deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free" >…
JICHUN
  • 103
  • 3
  • 9
0
votes
1 answer

python-certbot dependencies broken E: Sub-process /usr/bin/dpkg returned an error code (1)

This is my problem, if someone can help me... From a server which has been just upgraded from Debian 7 Wheezy to Debian 8 Jessie, some issues appear since the upgrade of python-django for a mumble server ; but above all trying to install certbot…
0
votes
1 answer

Using Java, In debian 8 how to we restart networking and another services?

My server is debian 8 (jessi) , when i restart networking using following java code then i get warning "Faild to restart Networking.service: Access denied." try { Runtime rt = Runtime.getRuntime(); Process proc =…
Sushil Kumar
  • 84
  • 1
  • 10
0
votes
1 answer

Debian 8.11 init.d script won't run at startup

I've created the following init.d script per this guide, which is designed to start this branch of MaNGOS at boot: #!/bin/sh ### BEGIN INIT INFO # Provides: mangosd # Should-Start: console-screen dbus network-manager # Required-Start: $all #…
Alex
  • 23
  • 6
0
votes
0 answers

Slow replication recovery due to communication problems

We had lately several times the same problems on Google compute engine environment with PostgreSQL streaming replication and I would like to understand reasons and if I can repair it in some smoother way. From time to time we see some communication…
0
votes
1 answer

Yet another MySQL connection issue

I have to deploy my java server app to a Debian 8 server. It tries to connect to the MySQL server via unix domain socket or tcp (depending on connection string). It works fine on my Debian 9 development server, but gives (as i think) useless error…
YaniMan
  • 293
  • 2
  • 13
0
votes
1 answer

Apache showing empty "index of /", after dist upgrade

I'm working on a Debian 7 server which I did a dist upgrade on so it is Debian 8 now. The only thing I am having trouble with is the apache2 which got updated from 2.2 to 2.4. the problem that is that now it shows me an empty "Index of /" although…
Xerrass
  • 13
  • 5
0
votes
1 answer

Cannot start upstart job, error: Could not open input file

I have an upstart configuration that worked before and now it shows the error: Could not open input file: /var/local/test/run.php but the file is there and I can normally run it with php /var/local/test/run.php command. # Events start on…
Boy
  • 1,182
  • 2
  • 11
  • 28
0
votes
1 answer

Installing Varnish 4.1 on Debian Jessie i686

I cannot find a simple way to install Varnish 4.1 on Debian Jessie i686 through command line. This is an OpenVZ VPS. apt-get install varnish only installs 4.0.2 and upgrade and dist-upgrade do not affect it. Using the quick and manual installation…
kilkenny
  • 1
  • 1
  • 2
0
votes
0 answers

debian -bash: ./program: cannot execute binary file: exec format error

I am compiling a c++ program using Eclipse in Ubuntu 16.10. When I try to run the executable file in my beaglebone black with OS debian 8.7 jessie the system gives me the following error: -bash: ./program: cannot execute binary file: Exec format…
ClaudiaGR
  • 11
  • 6
0
votes
0 answers

Debian 8.0 Jessie:MAKE .o file not recognized

I am new to coding, however I have developed a PoW minable cryptocurrency with working Linux command line wallet, however when using the gitian-descriptors build scripts (github.com/gurtaj-project/gurtaj.git) I am trying to link Linux to Windows and…
0
votes
2 answers

How to resolve issue related to installing Java 8 on Debian 8 (Jessie)?

I'm a Linux noob, and I trying to follow a variety of articles on installing Java 8 on Debian 8…
Elenesski
  • 409
  • 1
  • 5
  • 17