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
0
votes
0 answers

Save PHP docs in Apache2 document root (debian/raspberian-jessie)

I'm a Linux newby and a PHP real newby trying to learn PHP. That probably means I need a little more step-by-step help. I've installed PHP 7.0 and Apache2 on Raspberry Pi Raspbian (Debian) Jessie. PHP Info displays when I ask it to from the browser,…
VicinSF
  • 1
  • 2
0
votes
0 answers

How do I get an error or confirmation from mailutils to c++?

I use a system() call to mailutils to send email alerts from a c++ program (running on a Debian Linux machine). Is there a way for my program to determine success or failure?
0
votes
1 answer

How I can get rpi3 jessie image system source code?

Not the Raspberry Pi 3 kernel source code, but the whole Jessie system source code. How can I get that and build it? Is there a tutorials? thanks!
0
votes
1 answer

Symfony 3 or 4 on Ubuntu 16.04 or Debian 8 (Jessie)

I'm attempting to use Symfony. I've tried on both Debian 8 (jessie) and Ubuntu 16.04 servers. On both, I am told by the Symfony config that the version of ICU is too low (52 or 55). It needs to be at 59.1. I have tried everything I could find-…
Shevy
  • 310
  • 4
  • 13
0
votes
0 answers

opencv 3.2 (python 3.4.3) with usbcam + raspberry pi 3

I am doing a project related to video streaming at client (socket programming) and I am getting two errors: Error 1: Many people talked about this error, But I am not able to get a clear view about this error - programming legends help me to solve…
voli
  • 25
  • 1
  • 11
0
votes
0 answers

Spark ignores --master local[*] in standalone mode

I have a small program in SparkSQL that in my local machine with Mac OS X uses 100% of 4 cpus (when using --master local[*] option). But when I execute the same code with the same option on a virtual machine based on Debian Jessie, it only uses 1…
raimonbosch
  • 418
  • 1
  • 5
  • 14
0
votes
1 answer

Rabbitmq-c library doesn't dynamically linked in Debian 8

The goal: make Rabbitmq-c dynamically linked via gcc (https://github.com/alanxz/rabbitmq-c). Project is called storeman: #include #include #include #include #include #include #include…
0
votes
1 answer

Jquery Backstretch doesn't work with user div's - Only with the body element

I'm using the backstretch jquery plugin on a Debian 8 / chrome 57.0.2987.98 installation. It works perfectly with the body element but not with other div's. I've read a lot of post avec internet but none with a solution. the example bellow works…
Emmanuel BRUNET
  • 1,286
  • 3
  • 19
  • 46
0
votes
2 answers

Can't connect remotely to Jenkins being run on a Debian 8 VM

I've recently set up a Debian 8 Jessie VM on Google Cloud. I've installed Jenkins and have the service up and running(verified by "sudo service jenkins status"), yet I can't connect to the VM's external IP from another machine. I used to run Jenkins…
0
votes
0 answers

Serial communication between Raspberry Pi 3 and XBee S2C through SparkFun's XBee USB dongle

How can we enable serial communication between an XBee S2C and a Raspi 3 through the USB port? For this purpose, I use Sparkfun's XBee explorer dongle. I have several of this combination to create a ZigBee network and test a protocol coded in C.…
Samet Tonyalı
  • 214
  • 2
  • 9
0
votes
1 answer

debian linux gvfs-copy command not found

Background: I am trying to copy files from a raspberry pi 3 (raspbian jessie) to an Android phone connected as an mtp device. I want to do it over the command line so that I can write a script to automate it. If I try to use a simple cp command, I…
0
votes
1 answer

Crontab does not run my python script usi.py

I checked a lot posts with the same title, but I can't get my python running via cron. I have several cron scripts already, which execute well, but not python. Crontab runs as root. I added following lines to…
Amyntor
  • 1
  • 1
  • 2
0
votes
1 answer

JVM version not update in manager web tomcat8 debian

I'm trying to update java version in my server Debian 8 using steps in this link. After checked with run java -version and javac -version, my java is update correctly. my problem is when I try to check JVM Version is still remain as old version
0
votes
1 answer

PHP not recognizing where oci8.so was installed

I'm attempting to install oci8 with PHP 7.1. I am following the instructions here: http://www.oracle.com/technetwork/articles/technote-php-instant-084410.html I have: debian 8.8 php 7.1 instant client installed in /opt/instantclient_12_2 pecl…
Ryan Price
  • 315
  • 6
  • 17
0
votes
1 answer

chroot error: "failed to run command ‘PATH=/bin:/usr/bin:/sbin:/usr/sbin’: No such file or directory"

I have created a Debian Jessie container using debootstrap, then I created a script to chroot into it. This is the script I use: mount -t proc proc /home/matrix1/LuMi/linuxrootdir/proc/ mount -t sysfs sys /home/matrix1/LuMi/linuxrootdir/sys/ mount…
toti08
  • 2,448
  • 5
  • 24
  • 36