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

Mono packaged version with debain stable version

I have installed debian stable version and it is packaged default with mono 3.2.8 version. However I see mono 3.2.8 is from 3 years back and the latest stable version is 5.0.1.1 in the mono release list Here is the link where it shows packaged…
user2500239
  • 43
  • 1
  • 7
0
votes
1 answer

Why does pressing CTRL+C or CTRL+X capitalize the letter instead of exit or their normal EXIT in Raspbian Jessie Lite

I am using the most recent version of Raspbian Jessie. I'm in the terminal but the CTRL+X to exit a PING command for example doesn't work. Is it because I changed my locale to en_US.UTF-8? Just a guess. CTRL + SHIFT + X doesn't work CTRL + ALT +…
0
votes
0 answers

Debian Jessie - font € sign is rendered as fi ligature

I have a strange issue where I don't even know how to pinpoint the issue… so I hope someone can help me figure this out I have a node app that fills out pdf invoices. In my development environment (Mac OS) this works fine. When I dockerize my node…
florian norbert bepunkt
  • 2,099
  • 1
  • 21
  • 32
0
votes
1 answer

nginx not serving default mediagoblin on debian jessie

I have been trying to figure this out all weekend now... I have given up on googling. I have found similar issues but none of the solutions I find have resolved the issue. I'm very new to media goblin, and haven't really dived into linux this deep…
0
votes
0 answers

Installing Avbin on raspberry pi 3b

I have trouble installing avbin on my raspberry pi3 with jessie. The command doesn't work: sudo apt-get install libavbin-dev libavbin0 It says that is unable to locate. I have manually downloaded version 10 and 8 and neither one works. Pythons…
0
votes
1 answer

Apache2 gives 403 Forbidden for no reason

So, I set up a LAMP server on my raspberry. It was working perfectly and then the next day when I came to edit the index.html file it would not save properly. I tried visiting the webpage but then it just kept giving me this 403 error that…
Nico
  • 13
  • 1
  • 5
0
votes
0 answers

How to Unlimited Limit commands FFMPEG

I want to ask if I have a conversion using ffmpeg on a dedicated server, 6 commands run at most. How to change this limit to more? Since 6 orders are very few. This is Debian 8. FFMPEG version 3.0.2. My comand ffmpeg convert is: echo…
0
votes
1 answer

Raspberry Pi 3 B apt-get update

I use raspberry pi 3b jessie distribution. I am trying to update my raspberry but it gives me this error: sudo apt-get update Get:1 http://archive.raspbian.org jessie InRelease 100% [1 InRelease gpgv 6,893 B]Splitting up…
0
votes
0 answers

how to access mosquitto logs on raspberry pi

I am using Jesse on my RPi and i have installed mosquitto (along with mosquitto client of course)..I am doing a project which requires me to write a js script that will access the logs of the mosquitto broker and client. I know how to do the…
user7966536
0
votes
1 answer

Debian Jessie updates failed

from 3-4 days I'm trying to update my debian Jessie, but I'm getting always the same output errors. I also tried with the commands sudo apt-get update --fix-missing sudo apt-get clean and so on, but nothing is helping me. It seems like if the…
NiccoloB
  • 1
  • 2
0
votes
2 answers

Bash script sends email even when it shouldn't

I have a cron job run by root every hour that checks if there's a tripwire violation. It still sends me an email every hour, whether I have a violation or not. If there is a violation, it includes the report. If there is no violation, it sends me a…
MarkH
  • 85
  • 1
  • 9
0
votes
1 answer

How to use the output of a Linux command as a if/else statement in python

Last week I started using python for writing install scripts for my raspberry pi 3. I installed debian jessie on my pi and within debian I'm using exagear. When I start the script, I would like to realize that the code could check in which…
Tom
  • 1
  • 1
0
votes
1 answer

Email based on value of report

I'm looking to grep a numeric value from a tripwire report, and if the value is greater than 0, send an email. The script so far looks like this: #!/bin/bash tripwire --check > /tmp/twreport count=grep 'Total violations found: 0' /tmp/twreport…
MarkH
  • 85
  • 1
  • 9
0
votes
1 answer

Periodic crashing of Debian VM

I'm currently running a VM instance of Debian 8.6 on a Hyper-V environment. The VM is used for a number of cron tasks which copy files from one mounted machine to our NAS and also runs some md5 checksums on those copied files. The problem I'm…
BGSGunterGlut
  • 37
  • 1
  • 5
0
votes
1 answer

Best practice to handle default server and ip forwarding in nginx

I have recently created a nginx server on debian 8. It came up with a default config on /etc/nginx/sites-available/default which redirects to an nginx welcome page. server { listen 80 default_server; listen [::]:80 default_server; root…
Ajay Singh
  • 692
  • 8
  • 19