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

Privoxy whitelist faulty on redirect

My problem, in a nutshell, is the following: I use Privoxy to set up a whitelist of sites in Raspbian Jessie on Chromium. I have Chromium start on boot with the following snippet in lxsession/LXDE-pi/autostart: @privoxy @chromium --incognito…
Just some Guy
  • 123
  • 1
  • 6
1
vote
1 answer

MYSQL SERVER STOP

I get this error message when I try to start mysql : Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details. Please help me, otherwise I would like to save all the databases, can I do it without…
1
vote
0 answers

How to compile php-memcached at PHP7.1 correct?

I would like installed PHP Memcached on my Operating System. You can find more informations about my system on following facts. Operating system: Debian 8 (Jessie) Architecture: armhf Installed packages: memcached, php7.1-dev,…
ZPascal
  • 323
  • 2
  • 4
  • 14
1
vote
1 answer

Errors with raspberry pi 3 - Qt 5.9 eglfs

I have compiled the latest version of qt from git 5.9.2 with latest raspibian (2017-08-16-raspbian-stretch.img) as sysroot. I have previously installed some library to compile with -opengl es2. Compilation succeeded but when I run the application I…
Mohamed Hamzaoui
  • 325
  • 4
  • 15
1
vote
1 answer

Docker Engine Installation failed

I have a board with OS Debian 8. And I wanna install "Docker Engine". I have used this link for installation, but I got the error message: Do someone have the same? I tried "update", "upgrade" and nothing in the result. I hope that everything…
1
vote
0 answers

cgroups settings not persistent although set in /etc/systemd/

iam confused about setting Resources in postgres unit file. I setup the following files: cat /etc/systemd/system/postgresql.service.d/50-BlockIOWeight.conf [Service] BlockIOWeight=10 cat…
rupat
  • 186
  • 1
  • 1
  • 6
1
vote
1 answer

Rosdep fails to import python module pyexpat

I'm attempting to install ROS on Debian Jessie and I'm running into an error when I run sudo rosdep init. The instructions I'm following are at this URL (http://wiki.ros.org/kinetic/Installation/Source). I'm installing from source and not though…
1
vote
1 answer

how to execute a bash alias or script were the output string is an already declared variable

first post :) looked and researched for an answer for this challenge for days. I don't know what I'm missing. probably to close to it to see :) anyway, on with the challenge. below is a small piece of my .bashrc file. what I'm attempting to do is…
trstone
  • 13
  • 4
1
vote
1 answer

PHP not running on Debian Jessie

I am having trouble getting php5 to run on recently installed Debian machine, running Jessie and Apache 2.4.10. I have PHP 5.6.30-0+deb8u1 installed. And apache module php5 enabled. All seems to be working well with the webserver, however when I…
Andre
  • 65
  • 1
  • 7
1
vote
1 answer

Routing from eth0 to eth1 on raspberry with Jessie Lite doesn't work

I have a few Raspberry Pi2 loaded with Jessie lite on a network. I want them to share the internet connection of a 3G dongle, but I can't make it work. Here are some details: The RPi's are all on the same 10.0.0.x network, together with some other…
Vitomakes
  • 315
  • 4
  • 12
1
vote
2 answers

How to install CouchDB on Debian Jessie using deb package?

I didn't find a way to install CouchDB 1.6.1 on Debian Jessie. I found many solutions on the web describing how one can compile CouchDB. I'd like to avoid compilation on production machines. Did someone else find a way to do it in a native manner…
Ned
  • 181
  • 1
  • 7
1
vote
0 answers

Slow loading of Odoo translations

I have an issue with slow loading of translations in Odoo when the checkbox "Overwrite Existing Terms" is selected. The issue is reproducible on two servers but I can not reproduce it locally. I have tried following things: To remove all custom…
UnLiMiTeD
  • 1,000
  • 1
  • 9
  • 17
1
vote
2 answers

Qt Cannot Parse Project File

I started a Qt Creator project on a Debian Jessie system. I have added the project to git. On a different Debian Jessie system, I imported the project on Qt Creator via git cloning. Qt Creator reports Could not find qmake configuration default Error…
SteveB
  • 483
  • 1
  • 4
  • 18
0
votes
1 answer

Error : "failed to solve with frontend dockerfile.v0: failed to create LLB definition" when building a Docker image

I get this error failed to solve with frontend dockerfile.v0: failed to create LLB definition when I was trying to build this Docker image ** FROM debian:jessie-slim RUN apt-get update RUN apt-get -y install iptables apt-utils iproute2 net-tools…
0
votes
1 answer

Can't install latest nginx version when using debian:jessie

I am trying to enable HTTP2 for my nginx and I have his dockerfile where I use debian:jessie docker image and I try to install nginx: FROM debian:jessie RUN apt-get update && apt-get install -y nginx RUN nginx -v Unfortunatelly, when running it, I…
Ignas Damunskis
  • 1,515
  • 1
  • 17
  • 44