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

In Docker image names what is the difference between Alpine, Jessie, Stretch, and Buster?

I am just looking at docker images in https://hub.docker.com/_/node/ For every version, the images are categorized into Alpine, Jessie, Stretch, Buster etc. What's their meaning?
Muthukumar
  • 8,679
  • 17
  • 61
  • 86
47
votes
9 answers

gem cannot access rubygems.org

I have a server with Rackspace that I use for a few Ruby sites. When I try bundle install on a new site I get Retrying download gem from http://rubygems.org/ due to error (2/4): Gem::RemoteFetcher::UnknownHostError timed out…
mrturtle
  • 609
  • 1
  • 5
  • 14
34
votes
1 answer

How to fix: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY

I'm working on an embedded system on Debian 8 (to be upgraded). When I do apt update, I'm getting the following: ... ... Hit http://deb.debian.org stable/contrib arm64 Packages Hit http://deb.debian.org stable/non-free arm64 Packages …
stdcerr
  • 13,725
  • 25
  • 71
  • 128
19
votes
3 answers

When “vagrant up” it says “It appears your machine doesn't support NFS” (Debian jessie)

Issue when vagrant up it says "It appears your machine doesn't support NFS" Setups Debian GNU/Linux 8 (jessie) Vagrant 1:2.0.0 Virtualbox 5.1.30 r118389 Detail After using apt-get to update and upgrade the system, I basically followed the…
gamebm
  • 390
  • 1
  • 6
  • 14
14
votes
1 answer

apt-get update fails with 404 in a previously working build

I am running a Travis build and it fails when building the mysql:5.7.27 docker image. The Dockerfile runs apt-get update and then I get an error W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 …
mort
  • 182
  • 1
  • 7
13
votes
3 answers

Docker: How to add backports to sources.list via Dockerfile?

I need to install ffmeg on debian jessie via Dockerfile. Debian recommends to use backports. But how do I do this in my Dockerfile? Add deb http://httpredir.debian.org/debian jessie-backports main non-free deb-src http://httpredir.debian.org/debian…
user3142695
  • 15,844
  • 47
  • 176
  • 332
12
votes
5 answers

How to install oracle-java8-installer on docker debian:jessie

I am trying to install java 8 through oracle-java8-installer on a debian:jessie docker container. The following is my Dockerfile: FROM debian:jessie ENV JAVA_VERSION 1.8.0 RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main"…
Jacopo Lanzoni
  • 1,264
  • 2
  • 11
  • 25
10
votes
3 answers

/phppgadmin Forbidden You don't have permission to access /phppgadmin/ on this server

I recently upgrade my server from Debian Wheezy to Debian Jessie (Debian 8). A lot of packages was updated and now, I don't have the right to access to phppgadmin from http://myIP/phppgadmin Forbidden You don't have permission to access /phppgadmin/…
Macbernie
  • 1,303
  • 6
  • 24
  • 48
8
votes
2 answers

How to uninstall/remove Certbot Let's Encrypt from Debian 8

I just followed the instuctions found on : https://certbot.eff.org/#debianjessie-apache to install let's encrypt certificate on my linux vps. but unfortunately, installation did not went as I expected because : A. I already had an instance of…
Rami Mohamed
  • 2,505
  • 3
  • 25
  • 33
6
votes
1 answer

W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found

[The relevant part of] my bitbucket-pipeline looks like this: - step: image: python:3.5.1 name: upload to s3 script: - export S3_BUCKET="elasticbeanstalk-us-east-1-122232355432" - export VERSION_LABEL=$(cat…
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
5
votes
3 answers

Docker - Packages 404 Not Found From node:8-jessie

We use node:8-jessie on our containerized environment then yesterday we suddenly encountered Packages not found 404 error. W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages 404 Not Found…
Kim Briones
  • 51
  • 1
  • 3
5
votes
2 answers

Debian 8 Jessie archive.debian.org GPG error KEYEXPIRED since 2022-11-19 (what now?)

Since 19 november 2022 apt-get update on Debian 8 Jessie gives the follwowing error/warning when running apt-get update: W: GPG error: http://archive.debian.org jessie Release: The following signatures were invalid: KEYEXPIRED 1587841717 The…
StreNL
  • 59
  • 1
  • 3
5
votes
1 answer

How to install openCV for python3.5 on docker (debian:jessie)

I've been struggling for a few days with this, couldn't find the proper way to install OpenCV + python3.5 on debian:jessie docker (I can't use any over base image beside debian:jessie). I currently trying the tangled monstrosity as you can find deep…
Captain_Meow_Meow
  • 2,341
  • 5
  • 31
  • 44
5
votes
1 answer

nodejs on ALIX / AMD Geode running voyage linux leads to "invalid machine instruction"

Result of below investigation is: Recent Node.js is not portable to AMD Geode (or other non-SSE x86) Processors !!! I dived deeper into the code and got stuck in ia32-assembler implementation, that deeply integrates SSE/SSE2 instructions into their…
themole
  • 363
  • 3
  • 12
5
votes
1 answer

Python Pillow encoder error -2 while saving image

I am trying to implement image compression for my web application. While the compression works fine for PNG images (actual compression is negligable but no error) it fails for JPG and JPEG images. Running the Pillow tests results in the following…
1
2 3
13 14