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

195 questions
53
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
  • 6,437
  • 14
  • 52
  • 78
37
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
  • 509
  • 1
  • 4
  • 14
12
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
  • 162
  • 1
  • 7
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,085
  • 2
  • 9
  • 21
9
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
  • 291
  • 4
  • 9
9
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
  • 11,619
  • 29
  • 119
  • 238
9
votes
2 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,135
  • 4
  • 19
  • 41
8
votes
1 answer

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 Ibrahim
  • 1,488
  • 1
  • 19
  • 27
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
  • 17,496
  • 50
  • 159
  • 312
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
  • 1,827
  • 5
  • 22
  • 35
4
votes
3 answers

Missing openjdk-8-jre-headles http://deb.debian.org/debian/ jessie-backports/main

we used package openjdk-8-jre-headless. Last successful installation was 14.3.2019. Today 22.3.2019 Unable to locate package openjdk-8-jre-headless. Was the package from debian/jessie-backports removed? renamed? Thanks, UPDATE: Thanks, It WAS…
user1722245
  • 1,677
  • 1
  • 15
  • 29
4
votes
2 answers

Trouble in installing Openjdk-8 in Debian Jessie

I am trying to install jdk-8 in debian jessie docker containier. Below is the docker file FROM debian:jessie ENV DEBIAN_FRONTEND noninteractive RUN \ echo deb http://http.debian.net/debian jessie-backports main >> /etc/apt/sources.list…
Anil Bhaskaran
  • 387
  • 5
  • 14
4
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
  • 313
  • 2
  • 11
4
votes
2 answers

g_multi mode (mass storage & ethernet) not working on Raspberry Pi Zero W

I'm attempting to get the g_multi mode to work on: Raspberry Pi Zero W running a Fresh install of Raspbian Jessie (April 2017 kernel 4.4) The goal is to have the device run as a g_mass_storage pointing to a local bootable ISO, and be able to SSH…
Matt
  • 41
  • 1
  • 4
3
votes
1 answer

Gitlab-ci, image debian:jessie. Can't change user with su command

I'm using Gitlab-ci for my job with Debian jessie image. Firstly, I need install some packages. Everything is ok. Then, I want to change user from root to a non-root user, but su command doesn't work. Below is a test about changing user. My…
Batman
  • 109
  • 7
1
2 3
12 13