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

RaspberryPi Kernel command line has no effect

I'm using the latest DietPi image on a RaspberryPi. In spite of the /boot/cmdline.txt: # cat cmdline.txt dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=XYZXYZ rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait The…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
0 answers

Detecting network dropout on orange pi - bash

Im writing a bash script that detects when connection to the internet has dropped and attempts to reconnect as well as displaying status on leds. Im using the netcat command to connect to google on port 80 to determine if network connection is…
andowt
  • 274
  • 1
  • 4
  • 15
0
votes
0 answers

Fatal error: Class 'http\Client' not found in "../../.." using Docker Image

I am getting this error: Fatal error: Class 'http\Client' not found in /var/www/html/scripts/collections_getter_controller.php on line 46 The problem is the script "collections_getter_controler" is an include from two different scripts. When I exec…
Esteban Sierra
  • 61
  • 1
  • 10
0
votes
0 answers

Script does not work the same way in terminal than launched in a service

I have a script to test and make connection via Wifi. It works pretty fine for WEP and WPA2 AP when launched directly in the terminal. But when the script is launched via a service I get a "deauthenticating by local choice" almost instantly when…
ben-bibi
  • 11
  • 4
0
votes
1 answer

how to change the Default page localhost debian to run an application

In debian, I installed an application 'maarchrm'. at the end of the guide intallation it's demanded to add the line 127.0.0.1 to the file 'etc/hosts'. inside this file we find these lines : 127.0.0.1 localhost debian ::1 localhost…
K. ossama
  • 403
  • 1
  • 4
  • 15
0
votes
0 answers

install gstreamer1.0-plugins-good but no such element or plugin 'v4l2src'

i have an embedded device (friendlyarm smart4418) with debian jessie linux. i install gstreamer 1.0 and install all gstreamer pluggins. when run gst-inspect-1.0 -b output is libgstvideo4linux2.so but when run gst-inspect-1.0 v4l2src output…
aminM
  • 51
  • 7
0
votes
1 answer

Unable to load mod_cdr_pg_csv module in Freeswitch

New Freeswitch installation Debian Jessie 8 in AWS: No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 8.0 (jessie) Release: 8.0 Codename: jessie Using Installation instructions from here. wget -O -…
gogasca
  • 9,283
  • 6
  • 80
  • 125
0
votes
1 answer

How to install newer R-packages on Debian Jessie (8.8)?

On Debian Jessie (8.8), the most up-to-date R package isn't enough for using some Jupyter-notebook functions (like rpy2), so I am trying to get R>=3.3 version. The current version is: R version 3.1.1 (2014-07-10) Here is an useful link provided…
user7437554
0
votes
0 answers

Convert PyCharm ok script to standalone

I have got simple pcov.py script in PyCharm using optparse from optparse import OptionParser As I understand PyCharm has every project in its own virtual environment. My package has the following packages installed (Project: pcov.py > Project…
0
votes
1 answer

Keyboard issue with Java Console App in rc.local

I am trying to run a java console app in Raspbian rc.local. It is a boot menu to select a menu item based on a keyboard input. The program runs fine, if running at command prompt. However, when starting the java console app within rc.local java -jar…
RG01
  • 121
  • 1
  • 1
  • 9
0
votes
1 answer

Debian 8: Restarting apache2 failed

I'm trying to Configure timezone for PHP and after setting that, I have a set of commands to execute provided, cd /etc/apache2/mods-enabled/ ln -s ../mods-available/rewrite.load . ln -s ../mods-available/headers.load . ln -s…
Arefe
  • 11,321
  • 18
  • 114
  • 168
0
votes
1 answer

dpkg -i on a vfat filesystem

I am doing a dpkg -i sampletools_01.01.01.deb that installs the package on /opt which happens to be a vfat filesystem. Since vfat filesystem doesn't allow creating links dpkg -i fails with below errors: dpkg -i /tmp/sampletools_01.01.01.deb (Reading…
A.N
  • 541
  • 2
  • 13
0
votes
2 answers

Mariadb-server 10.2. fresh install in debian 8 shows error

I have followed the link for installation . https://downloads.mariadb.org/mariadb/repositories/#mirror=23Media&distro=Debian&distro_release=jessie--jessie&version=10.2 After adding Repo.list and keys , it started installing .But ended up with the…
gotam
  • 193
  • 2
  • 11
0
votes
1 answer

Upgrade/install php7 on google compute cloud instance

I'm trying to upgrade my google cloud compute instance with the latest version of php. It is currently is running debian9/php5/apache2/mysql14 and I want to get it to php7. I've tried all the simple apt-get update upgrade install php7 etc and no…
augr
  • 47
  • 10
0
votes
1 answer

How to run scrapy with url parameters from php on linux debian

As the title says... how can i run my scrapy project with specific url paramter from php? I tried this on windows before and it worked perfectly, now on linux it's doing nothing. On Windows working: pclose(popen('cd .. & scrapy crawl mySpider -a…
kratze
  • 186
  • 2
  • 11