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

debian 8 chromium infected

I run on Operating System: Debian GNU/Linux 8 (jessie) Kernel: Linux 3.16.0-9-686-pae Architecture: x86. Under chromium, i regurlarly encounter the following problem : when i click on a link, a new tab opens on a website not…
Fred Sullet
  • 371
  • 1
  • 6
  • 18
0
votes
1 answer

Missing header while compiling C program

I'm trying to compile my C program using library Api of fluent-bit , but the header fluent-bit.h is missing and I don't understand why. I installed fluent-bit using installation guide Here is my code I want to test: #include int…
JulienT
  • 81
  • 1
  • 9
0
votes
0 answers

GCC compilation times slower on Debian Stretch/Buster than Wheezy/Jessie

in my compagny we are building programs for different versions of Debian. We are using a Jenkins build chains with Virtual Machine on ESXI. The programs compils with GCC. Based on some test we found that the compilation time on Stretch/Buster is 50%…
SaiyanRiku
  • 327
  • 3
  • 14
0
votes
1 answer

Laravel 5.8 + Apache — Subdomain configuration

So basically my issue is about the routing of a subdomain (or multiple ones) to a single Laravel app. To go more in details I have multiple Route::group and I want to have them "connect" to a specific subdomain. For example: account.domain.co →…
Hugo
  • 3
  • 5
0
votes
1 answer

Unable to locate package oracle-java8-installer

I'm simply trying to install the oracle-java8-installer package in order to install JAVA 8 on my debian server. No idea why, I get the following output: root@vps:~# sudo apt-get install oracle-java8-installer Reading package lists... Done Building…
TheUnreal
  • 23,434
  • 46
  • 157
  • 277
0
votes
1 answer

How to renew Lets encrypt certificate in ejabberd configured server?

How to renew Lets encrypt certificate in ejabberd configured server? My server is Debian-jessie and I have tried to renew SSL certificates using the below command, certbot certonly -d mydomainname But it produced an unexpected error: Failed…
JOXY K J
  • 31
  • 8
0
votes
0 answers

A docker image based on "php:5.6.32-apache" fails to build when running "RUN apt-get update -y"

I want to build a docker image based on php:5.6.32-apache. The content involved in this within my Dockerfile is: FROM php:5.6.32-apache .... RUN apt-get update -y The console output from the built process is: Step 6/10 : RUN apt-get update -y …
vivanov
  • 1,422
  • 3
  • 21
  • 29
0
votes
1 answer

How to combine the contents of files and attach file names into output file?

I have a lot of simple txt files. Each of them has only one string, e.g. data_1 data_2 data_3 data_4 Each of files have unique name, e.g. Name_01_apr_29 Name_02_apr_29 Name_03_apr_29 How to combine file content and file name? I…
Bart
  • 1
0
votes
0 answers

Is there a YAML config fix for `Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease`

I've seen a lot around this issue but so far nothing that works in my circumstance. I have a Hexo blog deployed over CircleCI that had no issues, and without making any changes to my YAML config the build began failing when I pushed updates. Of the…
Kevin H.
  • 318
  • 2
  • 15
0
votes
0 answers

No debian image can update/install packages

Unable to fetch updates from debain repository. All our VM update/install are also facing the same error. Even if I do curl or browse from another network, I'm getting the same error for debian url. Getting the below error: RUN apt-get update -y &&…
0
votes
1 answer

Cannot retrieve latest version of Debian package inside Docker container

Inside a docker container (created from a node:9 image) I am trying to install stress-ng package using apt-get. However, for some reason an old version of the package is retrieved everytime I try to install it. For installing the package I use the…
Elias
  • 432
  • 6
  • 17
0
votes
1 answer

How to run php script with apache on debian

I am using Apache2.4 php5 and Debian(jessie). php5 enabled. When i going to http://my_url/info.php browser is not give result? The code of php : Update and upgrade Install packages of php apache restart but this is do not…
Santa Claus
  • 147
  • 1
  • 1
  • 7
0
votes
0 answers

Debian 8.10 (jessie)(OldStable) PHP7.2 (nginx) + phpMyAdmin Installation

How do I install phpMyAdmin with php7.2 on nginx? I'm kind of new at this so it would be great if I could get some help. I also need help installing nginx 1.14 because the one provided in Debian is very outdated at the moment. It would be great if…
jaegyuch
  • 1
  • 1
0
votes
0 answers

Error: CERT_UNTRUSTED while trying to install Node-Red

When i try to install Node-Red with sudo npm install -g --unsafe-perm node-red i get an Error: GET https://registry.npmjs.org/node-red GET https://registry.npmjs.org/node-red GET https://registry.npmjs.org/node-red Error: CERT_UNTRUSTED at…
Holger
  • 74
  • 1
  • 9
0
votes
1 answer

Install LAMP Stack on Debian Jessie - Packages not found

I am trying to install the LAMP stack on my debian jessie server. I tried the following to install LAMP: apt install apache2 libapache2-mod-php7.0 php7.0 php7.0-gd php7.0-opcache php7.0-json php7.0-mbstring php7.0-xml php7.0-mcrypt php7.0-cli…
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264