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
1
vote
1 answer

Unable to install Google Chrome on Docker

I'm currently facing an issue in installing Google Chrome in my docker - this set up was working yesterday but as of today I'm getting this error - This is how I'm installing Chrome ENV CHROME_VERSION "google-chrome-stable" RUN apt-get…
demouser123
  • 4,108
  • 9
  • 50
  • 82
1
vote
0 answers

dpkg: error processing package bind9 (--configure)

In a Raspbian is the following error appearing whenever you run apt-get, how to solve it? Setting up bind9 (1:9.9.5.dfsg-9+deb8u16) ... dpkg: error processing package bind9 (--configure): subprocess installed post-installation script returned error…
1
vote
1 answer

How do I get Java 8 onto a Google Compute Debian 8 instance?

This particular instance is a Bitnami SVN/Trac server, with Tomcat 8 added to it, and running independently of the Apache server that came with SVN and Trac. I tried what was given in this thread, and it didn't work. Even after doing the…
1
vote
1 answer

"Error occurred during the signature verification. Repository i not updated... " while sudo apt-get update on Hummingboard

I get an Error when i run "sudo apt-get update": An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repo.solid-build.xyz ./ Release: The following…
Holger
  • 74
  • 1
  • 9
1
vote
1 answer

c++ code convert in python with ctypes and mmap

I am trying to convert c++ code into python. int fd_vdma = open("/dev/mem", O_RDWR|O_SYNC); // open uiox device for vdma access if (fd_vdma < 1) { printf("Invalid mem device file\n"); } // mmap the vdma device for vdma access …
vivek patel
  • 95
  • 1
  • 15
1
vote
2 answers

what properties should be set for my SMTP

I have setup a Website based on HTML with the exception of a contact.php page. I am hosting this website on my Rasberry Pi 3 computer on Debian flavor of linux Jesse Light. This is headless as it hosts my Portfolio website. I am using Apache2…
Chad_G
  • 23
  • 7
1
vote
1 answer

dh: unable to load addon config-package

After installing the debuild toolchain with: sudo apt-get install devscripts build-essential lintian I got the following error when running debuild to build a package: dh clean --with=config-package dh: unable to load addon config-package: Can't…
m13r
  • 2,458
  • 2
  • 29
  • 39
1
vote
1 answer

Mixed SLURM Cluster using Centos7 and Debian8

I am using SLURM on a Centos7 cluster. Is it possible to get SLURM working with various OSes (for example Centos7 and Debian8) on the same cluster?
1
vote
1 answer

Can't Install the PHP drivers for Microsoft SQL Server Debian 8

I am trying to install PHP drivers for MSSQL Server because I get an error sqlsrv_connect is undefined I ran the command sudo pecl install sqlsrv and I get this error output: Makefile:181: recipe for target 'conn.lo' failed make: *** [conn.lo]…
Ali Elkhateeb
  • 3,413
  • 4
  • 21
  • 39
1
vote
0 answers

crossbuild-essential-armel : unmet dependencies in Docker from debian:jessie

I have a docker container which I use to cross-compile applications for Debian-jessie. I had no problem with it since very recently but now it appears that I have unmet dependencies that I can not resolve : The following packages have unmet…
1
vote
0 answers

Cerbot - create SSL certificate : IOError: Unable to save to file

For one of my website, I want to create SSL certificate with Let's Encrypt and Certbot on Debian 8 (Apache). For it, I use the following command-line: ./certbot-auto --apache certonly -d example.com -vvv Sadly, I get this error message: File…
JohnDoe66
  • 855
  • 2
  • 11
  • 16
1
vote
0 answers

Cross compiling the 'debian:jessie' container

I'm trying to create a Docker container to be used for armhf cross compilation. I've been following the guide at https://wiki.debian.org/CrossToolchains, and from my understanding, the Dockerfile below should be sufficient. Unfortunately it fails,…
Stephan
  • 69
  • 5
1
vote
1 answer

Bluez fails on Raspberry Pi running Jessie Headless

I've run out of tutorials and tricks that worked for others but not for me. I'm trying to pair a remote bluetooth speaker with my PI Zero. When I attempt to connect I get the error message: [bluetooth]# connect XX:XX:XX:XX:XX:XX Attempting to…
brianfit
  • 1,829
  • 1
  • 19
  • 34
1
vote
1 answer

PDF::Table Perl module not working on Debian Jessie

When I try to use PDF::Table module on Debian Jessie (Perl 5.20), I get this message: Useless use of greediness modifier '?' in regex; marked by <-- HERE in m/(\S{20}? <-- HERE )(?=\S)/ at /usr/share/perl5/PDF/Table.pm line 370. This module works…
Satch
  • 43
  • 8
1
vote
0 answers

Google sparse_hash_map insertion doen't work when reading chars from the input file

So, I'm noob in C++ and I'm trying to use sparse_hash_map but I can't figure out why insertion into the map does not work when reading the lines from the file, but it works when I hardcode strings. #include #include #include…
Boy
  • 1,182
  • 2
  • 11
  • 28