Raspian is an Operating System based on Debian optimized for Raspberry Pi hardware.
Questions tagged [raspbian]
399 questions
24
votes
5 answers
iptables/1.8.2 Failed to initialize nft: Protocol not supported
I'm having a problem using iptables on my Raspberry PI.
I've just downloaded a fresh version of Raspbian Lite on my PI and all I'm trying to do is check my iptables rules but it's not working and I'm getting this error:>> iptables -Liptables/1.8.2…
Kenan
- 241
- 1
- 2
- 3
24
votes
1 answer
How to find out the systemd version on Raspbian
How can I find the systemd version that came as part of my linux (raspbian) installation?
On running lsb_release -a, I get the linux (raspbian) version information as follows
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.1…
tanay
- 371
- 1
- 2
- 3
14
votes
6 answers
Raspberry Pi SSH Lag
Yesterday I got my Raspberry Pi B+, which I use via SSH. Sometimes the SSH typing takes about 5s and more to respond with an visual feedback after a time of idleness, after that lag everything just works fine.
(I started typing the moment the gif…
TimKaechele
12
votes
1 answer
chown - Operation not permitted even as root user
I'm trying to chown a specific USB drive folder that has been mounted on my RPI 400.
This is my lsblk -f result:
sda1 exfat 1.0 WD Media 0C23-43CD 1.8T 0% /mnt/WD Media
And when I try to run as a root (at least…
Nico
- 121
- 1
- 1
- 3
10
votes
2 answers
"Missing LSB tags and overrides" error on /etc/init.d script
I made a script as showed in this tutorial:
http://edv-huber.com/index.php/problemloesungen/15-custom-splash-screen-for-raspberry-pi-raspbian
But after executing a command:
insserv /etc/init.d/asplashscreen
I get errors:
insserv: warning script…
tarzanno
- 187
- 2
- 5
- 17
8
votes
2 answers
Does the Raspberry Pi 2 put USB external drives to sleep when not in use for a while?
I recently got a LaCie 2TB Thunderbolt bus-powered USB external rugged drive. I am using it with the Raspberry Pi 2 and it works fine. It's being used as a remote backup via rsync.
However, I am use to not leaving a rugged drive powered up all the…
Edward_178118
- 527
- 1
- 6
- 17
6
votes
3 answers
DHCP failure when rebooting RPI 2
When we start up my Raspberry pi 2, we get the following error:
When the RPI is rebooted, we are getting an IP and we are able to surf on the internet, so we don't know what the error exactly means.
We are connected with a WPA2-enterprise…
Vanch
- 163
- 1
- 1
- 5
6
votes
1 answer
Debian/Mint/Raspbian/Ubuntu - How to force SLAAC EUI64 IPv6 autoconfiguration?
I have a static IPv6 /62 prefix and I use radvd on my router (running Debian) to advertise a /64 from within it to my entire network. Other than my router (which is ::1), I let EUI64 set the suffix based on the MAC address (i.e. matching the suffix…
Jim MacKenzie
- 180
- 1
- 10
6
votes
3 answers
Transmission-Daemon does not upload, but can download
I have just installed transmission-daemon on a Raspberry Pi running Raspbian (Jessie).
When adding a torrent to the web interface, downloading works at high speeds, but it doesn't upload anything at all. For the torrent file I'm using, there should…
P A N
- 1,417
- 4
- 23
- 42
5
votes
2 answers
Killing processes in Raspbian
I am trying to kill the processes below:
pi@raspberrypi ~ $ ps aux | grep raspi
pi 4647 0.0 0.5 3520 1392 pts/2 S+ 12:05 0:00 grep --color=auto raspi
root 8148 0.0 0.5 10744 1372 ? Sl 06:25 0:00 raspivid -w 800…
user414196
5
votes
1 answer
Can't set up ad-hoc network (raspberry pi)
Question: How do I manually set my Cell Id? I have tried the following code sudo iwconfig wlan0 ap 02:12:34:56:78:9a but it randomly resets the Cell Id to a different value.
I am trying to create a wireless mesh network using some raspberry pi…
MagusAku
- 51
- 3
5
votes
1 answer
Windows 10 64 domain computer cannot access Linux (Raspberry Pi3) samba share
Samba server:
Raspberry Pi3, running osmc media server (I believe this is a down-scaled Raspbian version).
Samba version: 4.2.10
Domain controller:
Windows 2012
Windows client:
Windows 10 Evt. 64-bit
Before I set up the domain controller and…
Frank H.
- 189
- 2
- 7
4
votes
4 answers
Raspberry pi has both static and dhcp ip address
I got a Raspberry Pi running Raspbian, connected via Ethernet on my home LAN (on the ISP's default router). The router is configured to give addresses from 192.168.0.10 onwards with dhcp. I wanted to give a static ip to the Pi, so I assigned…
Cantfindname
- 141
- 1
- 1
- 5
4
votes
1 answer
Software adjustment of LCD monitor brightness in Raspberry Pi
This is my first post here. I'm at the beginning of the road called Raspberry Pi.
Is there any way of changing the gamma/contrast/brightness of monitor via Raspberry Pi?
My Samsung 960BF doesn't have any hardware adjustment, only a power button.
I…
tarzanno
- 187
- 2
- 5
- 17
4
votes
2 answers
How to kill a continuous process started from rc.local?
I'm working on a Raspberry Pi with Raspbian (Debian-based) OS. For testing I added such a command in /etc/rc.local:
python /home/pi/test.py
It works fine starting this script. But the problem is that I forgot that there is an infinite loop in the…
Timothy
- 205
- 3
- 8