Skip to main content

Questions tagged [raspbian]

Raspian is an Operating System based on Debian optimized for Raspberry Pi hardware.

4 votes
2 answers
2k views

Raspberry PI / systemd: run script on shutdown/poweroff but not on restart

On Raspberry PI (running raspbian) I need to run script on shutdown/poweroff, but not on reboot. My first attempt was to define a service as following: [Unit] Description=Power off service [Service] ...
Denis Itskovich's user avatar
1 vote
0 answers
209 views

Raspberry PI OS on SSD "goes to sleep while running"

I just bought a SSD and an Adapter for my pi to run the system on them. After some small complications with getting the backup image from the SD-Card to the SSD and everything seems to be fine. I got ...
Hamm3rhart's user avatar
1 vote
1 answer
580 views

Can't connect to Raspberry Pi via macOS laptop. Works via other devices

Can’t connect to Raspberry Pi via MacOS laptop. Works via other devices including Linux and iOS. This is the macOS terminal command and output: ssh -vvvvvv -p 9091 [email protected] OpenSSH_8.8p1, ...
discord's user avatar
  • 11
0 votes
1 answer
10k views

Systemd Service does not start on reboot

I have the following systemd service called startupsh.service placed in /etc/systemd/system/ on my raspberry pi running rasbpian. [Unit] Description=Service to start telegram bot After=graphical....
Pepsilon7's user avatar
1 vote
1 answer
104 views

mosquitto broker shuts down when terminal is closed

I have a problem with mosquitto running on my pi 3. I use it to transmit temperature and humidity from several sensors in my appartement (433 mhz) to my node red which is also running on my pi. When I ...
Vadi's user avatar
  • 13
0 votes
1 answer
63 views

Wget over https segfaults after system recovery

Running Raspbian, I had a microSD go bad. I used ddrescue to image it and put the image on a good microSD. The system boots, I can ssh in, plex seems to work, samba seems to work, most things seem to ...
Felix's user avatar
  • 613
0 votes
1 answer
5k views

dhcpcd.conf for both static and dynamic ip address

Long story short: I need to configure two interfaces for one physical interface, one with a static and one with a dynamic ip address. I know how to do it in /etc/network/interfaces but my box uses ...
Michal Oprendek's user avatar
1 vote
1 answer
3k views

Manual fsck stuck and no progress during disk check

I wanted to run an fsck check on my 5TB external hard drive on my raspberry pi after I noticed that cp fails on a couple of files. This is the output: $ sudo e2fsck -c -v /dev/sda e2fsck 1.44.5 (15-...
Deffa's user avatar
  • 13
0 votes
2 answers
3k views

Why can't I access Home Assistant via IPv6 from outside?

I would like to be able to access my Raspberry Pi from outside of my local network. The raspberry pi runs Raspbian GNU/Linux 10 and Home Assistant. For example when I want to check if I really closed ...
Martin Thoma's user avatar
  • 3,474
1 vote
1 answer
624 views

Iptables-restore does not work with SNAT

I am using Raspbian on a Raspbery Pi (based on Debian 10) and I'm trying to use the following line in my iptables rule set: -A POSTROUTING -s 2.3.4.5/26 -o eth0 -j SNAT --to-source 1.2.3.4 However ...
paymegood's user avatar
0 votes
1 answer
2k views

Running PiHole with Apache2

I'm trying to install PiHole on my Raspberry Pi, but having some trouble configuring it. I currently use it as a reverse proxy to some webservers/applications running in my network. My main issue (I ...
zodac's user avatar
  • 103
0 votes
0 answers
3k views

VLC on raspberry pi - how to play all images/videos in a folder from command line without showing terminal, and how to set time per image?

I'm trying to build an automated slideshow player which allows the user to copy multiple videos and images into a folder on the RPI and play them on a loop. I'm running Raspbian Lite (no GUI) latest ...
Ryan Griggs's user avatar
0 votes
1 answer
602 views

How to increase unallocated space of SD card

I have a SD card used to have Raspbian on it. I am trying to write the lastest Raspbian image to it using Etcher. It is a San Disk Ultra 16GB disk. Etcher reports this card as having size 32.1MB. ...
onknows's user avatar
  • 827
1 vote
0 answers
46 views

What are these files that keep popping up on my raspberry pi?

I've been trying to compile opencv on my raspberry pi 4 running raspberry pi OS. While doing so I've found large numbers of files with seemingly random names in my working directories, for example, in ...
Drew's user avatar
  • 133
1 vote
1 answer
753 views

Can one Ethernet cable supply internet and an SSH connection?

I'm trying to connect a Raspberry Pi to my laptop such that I can control it over SSH (PuTTY). However, the Pi itself needs internet. Is it possible to supply by the SSH commands and the internet ...
EthEleon's user avatar

15 30 50 per page
1 2 3
4
5
28