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
2
votes
1 answer

Why is part of a bash array is executed as a command?

The examples have been run on a Raspberry Pi 3 running the 2017-04-10 version of Raspbian Jessie updated to early June 2017. Bash is at version 4.3.30(1). While experimenting with some code recently, I found that the contents of a bash array were…
user8150417
  • 61
  • 1
  • 6
2
votes
2 answers

Multiple DKIM signatures in message?

I'm checking my postfix setup with mail-server.net. I have SPF, DKIM, and DMARC setup and working. However, mail-server.net is claiming I have 2 DKIM signatures in a single message. How is this possible? Here's what my DNS records looks like: Name …
leschandrew
  • 197
  • 1
  • 5
  • 15
2
votes
0 answers

How to specify crashkernel in GRUB_CMDLINE_LINUX_DEFAULT in Debian Jessie

I configured kdump-tools according to https://www.bentasker.co.uk/documentation/linux/312-installing-and-configuring-kdump-on-debian-jessie. But my kernel doesn't see crashkernel in GRUB_CMDLINE_LINUX_DEFAULT. My kernel: $ uname -a Linux…
pprishchepa
  • 997
  • 1
  • 9
  • 21
2
votes
3 answers

64bit debian and 32bit Wine

I'm trying to install 32bit Wine on 64bit Debian Jessie. I've tried suggestions from: Can't build 32bit Wine on 64bit linux and: Installing wine in debian but all the time I got: apt-get install libcapi20-dev:i386 libcups2:i386 libdbus-1-3:i386…
Mag
  • 23
  • 1
  • 4
2
votes
0 answers

Selenium Firefox driver doesn't seem to work with Firefox ESR under Debian Jessie

I try to run Selenium 2.53.0. It works flawlessly on my desktop machine under Mageia Linux 5 with Firefox ESR 52.1.0 and OpenJDK 1.8 update 131 but it doesn't work on my single board computer Olimex Lime 2 under Debian Jessie with Firefox ESR 45.9.0…
gouessej
  • 3,640
  • 3
  • 33
  • 67
2
votes
1 answer

Install phalcon with PHP 7 on Debian 8

As per Phalcon download page, Phalcon for PHP 7 (php7.0-phalcon) is available for Debian 9+ versions only. Is there any way to install the same php7.0-phalcon on Debian 8 (with any .deb package available on packagecloud.io) ? I don't want to use the…
jsharma
  • 41
  • 5
1
vote
2 answers

"pip is configured with locations that require TLS/SSL" in debian 8.2

I'm connecting to a virtual server that I rented through ssh. Its os is Debian 8.2. I installed python 3.7 and pip. When I want to install any package with pip I get this error: pip install django WARNING: pip is configured with locations that…
Shahriar.M
  • 818
  • 1
  • 11
  • 24
1
vote
1 answer

`npm install` fails with package-lock.json on node:10.21.0-jessie-slim Dockerimage

I'm trying to npm install a project with git+ssh://git@github.com dependencies using node:10.21.0-jessie-slim docker image. I'm running a ssh-keyscan like that: RUN mkdir /root/.ssh \ && ssh-keyscan github.com >> /root/.ssh/known_hosts Without…
1
vote
0 answers

pdf2htmlEX on Debian 10 for use with Drupal

There's a server migration going on, and they're moving from a Debian 8 to a Debian 10. Everything works great except for pdf2htmlEX. The old server used v0.14.6, to which I tried to compile without success. Using the jessie package results in…
1
vote
0 answers

Setup fish as interactive shell

I want to make fish the default Interactive shell, but do not want to set it as the login shell as stated in the Arch Wiki and Gentoo Wiki. I have followed the instructions mentioned there, however I am facing a problem - At the login, I give the…
Arjob Mukherjee
  • 387
  • 1
  • 10
1
vote
1 answer

Run Google Lighthouse on Debian server

I'm trying to get Google Lighthouse CLI work on my Debian server. I use the following instruction to run headless Chrome: https://github.com/GoogleChrome/lighthouse/blob/master/docs/headless-chrome.md#cli-headless It installs fine, but when I…
Grin
  • 557
  • 1
  • 6
  • 19
1
vote
1 answer

`make install` Fails Inside Docker

I'm trying to build a docker image for a JMAP Proxy named jmap-perl. The documentation states that it targets Debian Jessie by default, so I have created the following Dockerfile: FROM debian:jessie # Port to expose. EXPOSE 80 # Add all files in…
Floating Sunfish
  • 4,920
  • 5
  • 29
  • 48
1
vote
1 answer

Docker build permission problem starting PostgreSQL 11 on Debian 8.6 Jessie

I'm trying to start PostgreSQL 11 as postgres user on a Debian 8.6 base system: FROM xxx.amazonaws.com/groen/debian-jessie ENV DEBIAN_FRONTEND noninteractive ADD powerUp /etc/my_runalways/startup-postgresql RUN chmod -R 700 …
Raf
  • 842
  • 1
  • 9
  • 25
1
vote
1 answer

Can't install newer version nodejs on Debian 8 i386(32bit)

on my debian 8 i386(32bit) server installed nodejs 0.10.15, its worked correctly, but i needed update it to 10.x version. I use some paths to do this, like this: curl -sL https://deb.nodesource.com/setup_10.x | bash - apt-get install -y nodejs…
fedot deon
  • 51
  • 1
  • 1
  • 8
1
vote
0 answers

why do i get error of alpr even after installing openalpr on my raspberry pi 3?

I'm trying to use openalpr for recognizing number plates of moving vehicles from a video using raspberry pi 3 with jessie os. I have installed tesseract 3,OpenCV3 and Openalpr. I have installed following this link: …