Questions tagged [raspbian-jessie]

Raspbian-Jessie is a GNU/Linux operating system derived from Debian 8. Initially released in September 2015, superseded by Raspbian-Stretch in August 2017.

Raspbian-Jessie is a GNU/Linux operating system derived from Debian 8. Initially released in September 2015, superseded by Raspbian-Stretch in August 2017.

607 questions
10
votes
8 answers

Raspberry Pi out of disk space

I'm ridiculously new to rpi and I've been following lots of tutorials in order to try to get face recognition working on my pi. I've run out of disk space and it seems that through following tons of tutorials, I've loaded up on junk. I saw in…
Forklift
  • 211
  • 1
  • 2
  • 7
4
votes
2 answers

Upgrade from one Jessie to another

I am loading Jessie using Berryboot and I note it is from September 2015. This is too early as I need the latest version with Node-Red built in and some recent changes. I see lots of threads about upgrading from Wheezy to Jessie - but what are the…
4
votes
1 answer

useradd prints usage intead of execute. Debian Jessie

I have raspberry pi 2 with the latest raspian and I am trying to set up an FTP server using this guide. I am stuck at the part of useradd ftpuser -g ftpgroup -s /sbin/nologin –d /dev/null when I hit enter (as sudo or as pi) it prints me the…
4
votes
2 answers

Trying to install Wolfram Mathematica on Jessie

I recently upgraded from wheezy to jessie. During the installation Mathematica was removed. Trying to reinstall it via sudo apt-get install wolfram-engine produces the error The following packages have unmet dependencies: wolfram-engine : Depends:…
John Smith
  • 1,251
  • 3
  • 17
  • 27
3
votes
1 answer

where can I find libstdc++.so.6 with support for GLIBCXX_3.4.21

I try to install pandas with berryconda and the 'import pandas as pd' in python return me this error: ImportError: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by…
3
votes
2 answers

How to get notify-send working on Raspbian Jessie?

I'd like to be able to cause notification to appear on a Pi Desktop. I've been running a recent Raspbian Jessie on a Pi 3, fully updated. I have libnotify-bin and notification-daemon installed (and rebooted thereafter). I am logged in as pi, and ps…
Dave W. Smith
  • 153
  • 1
  • 7
3
votes
1 answer

Raspbian Jessie LUKS Encryption?

I have been trying to use luksOpen to open an encrypted partition in Raspbian Jesse. It would seem that there is no kernel support for any of the ciphers. This is ridiculous as Wheezy had it built in meaning that it was likely purposely removed.…
Ken
  • 31
  • 3
2
votes
0 answers

printer driver for Pi from linux driver

Hope I'm in the "right" place for this query. If not, please direct me to a more appropriate SE or other site, thanks. I have a Pi 2B, to which I have USB connected an old DroboS and it works fine as a file server. What I'm looking to do now is to…
user90904
  • 21
  • 1
2
votes
1 answer

Static IP not being set

I've got an RPi and it has been running with a static IP for about 2 years. In /etc/network/interfaces I have the following: auto lo iface lo inet loopback #iface eth0 inet dhcp iface eth0 inet static address 192.168.1.42 gateway…
snert
  • 41
  • 3
2
votes
0 answers

How to disable Screensaver on Raspbian Jessie?

how can I disable the Screensaver on Raspbian Jessie? I tried putting this into .xinitrc xset s off xset -dpms xset s noblank but it doesn't work for me
Yannik Mündler
  • 49
  • 1
  • 1
  • 3
2
votes
1 answer

Jessie read-only FS problems

I am trying to make my Raspberry's new Jessie filesystem read-only.. but not having any luck.. Below are the steps that work fine on Wheezy but somehow when I apply this to Jessie the system won't boot anymore.. any ideas? change /etc/fstab proc …
Alex van Es
  • 175
  • 4
1
vote
1 answer

Share Wifi Over Ethernet on the Same Subnet

There are a great many tutorials to do this that require setting up my Pi as a DHCP server. This puts downstream devices on a new subnet. Use case: I want my Pi, which is connected via my WiFi, to allow my Ethernet only network HiFi Amp, to share…
square_eyes
  • 121
  • 1
  • 6
1
vote
0 answers

Crontab job not writing output to a file

I wanted to create a simple script that monitors a TCP connection status (through nc). I tested it with success on a RedHat server: * * * * * nc -z -v -w5 | while IFS= read -r line; do echo "$(date +"\%F \%T") $line"; done…
Xavier
  • 11
  • 1
1
vote
1 answer

Messed up with libstdc++.so.6

I have a raspberry pi 3 mounting Retropie (jessie version). This is the situation: libstdc++.so.6: symbolic link to libstdc++.so.6.0.21 apt-get: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64 I can't use…
Andrew
  • 11
  • 1
  • 2
1
vote
0 answers

Multiple Desktops on Pi 3/Jessie

I'm having a problem with my Pi3. I am able to create multiple desktops using the default GUI and use them in a session, but I cannot seem to make them a permanent feature as with my Pi and Pi2 machines. On a reboot, I'm back to a single desktop…
Roxysteve
  • 111
  • 4
1
2