Questions tagged [raspbian]

A Linux distribution for the Raspberry Pi, derived from Debian

An Ubuntu derivative for the Raspberry Pi.

974 questions
5
votes
1 answer

Which OS for Raspberry pi

Is Raspbian the best operating system for my PI? On the new out of the box OS thing there are many other options for things to download, which one do I choose?
2
votes
1 answer

Starting Darkice automatically via daemontools

I have installed and configured darkice in Raspbian and it works fine if I run it with "sudo darkice". I want to run darkice automatically so I tried to run it via daemontools with the following steps but it is not working. please help. open a…
2
votes
0 answers

Partitions or virtual mapping on device, not making file system

I am running raspbian on raspberry pi 3 and using pi-power-tools to create a img. When I try to make an image I get the error mkfs.vfat: Partitions or virtual mappings on device '/dev/loop0', not making filesystem I have no idea what this is or how…
2
votes
1 answer

update-rc.d not changing order

I'm trying to change a process to run latter. my runlevel root@raspberrypi:/home/pi# runlevel N 3 The rc3.d listing root@raspberrypi:/home/pi# ls -1…
Jason K
  • 165
  • 1
  • 5
1
vote
0 answers

downsides of setting systemd journal storage to volatile

I'm used to using the log files in /var/log/, and I never use journalctl; what if anything would be broken if I were to disable the systemd journal persistence by setting /etc/journald.conf storage=volatile? Background: I'm trying to reduce disk…
Al Ro
  • 213
1
vote
1 answer

Permission denied when copy a file into a network hard disk folder (Raspbian)

I have a NTFS format hard disk connected by usb to router livebox, I have a raspberry pi with Raspbian installed. I try to mount a folder from HD to folder inside raspberry pi create local folder in user home /home/pi mkdir…
enraged
  • 111
1
vote
2 answers

Trouble installing libbz2-dev on Raspbian Buster

I have been trying to install ROS Kinetic for my Raspberry Pi 3 for the past few weeks, but have been encountering numerous problems. The most recent problem is that I am trying to build my catkin workspace, but I found that the error is occurring…
1
vote
2 answers

How can I create an output file from ARP in json format?

How can I create an output file from ARP in json format? I have a raspberry pi running openremote2 and want to format an output file that openremote understands - here is an example { 'command':'ELAPSE', 'value':53680, 'mute':1, …
Spezzer
0
votes
0 answers

Raspberry Pi OS dmesg reports ext3,ext2,ext4 Unknown parameter 'uid'

After upgrading the OS to version 6.1.19 on a Raspberry Pi 3 Model B Plus Rev 1.3 the Unknown parameter 'uid' appeared in the dmesg log. It does not to appear to be a problem but I want to know how or what makes this happen. Linux p1monitor…
Wil
  • 101
0
votes
1 answer

raspberry pi 3 b+ audio CONTROLS not working

So, Linux (Raspbian) finally throws a issue at me. I am using a raspberry pi 3 b+ . So, here's how it went. I got a starter kit with an outdated copy of Raspbian/Debian Linux, then I upgraded it to Buster (Using a guide that used the manual way of…
0
votes
1 answer

Storage problem, missing 5.1G

I am facing a storage problem on may SD card but I can't find the directory that might cause the problem. I can't find those 5.1G hidden in pi directory pi@domoticz:/home $ sudo du -xksh ./* | sort -n 5,1G ./pi 84K ./cayenne pi@domoticz:/home $…
0
votes
1 answer

Check if networkfile exists

I've Googled a lot but I can't fix this. For local files I get it to work, but for a networkfile it doesn't. I want to check if a file on a network exists, but how? I tried this in my terminal: [ -f "192.168.1.46:8090/camera.jpg" ] && echo 1 ||…
Lars
  • 11
0
votes
1 answer

Mopidy/Mopify: Search box autocompletes artists, but doesn't find songs

I'm using Raspbian Wheezy and have mopidy installed. I tried using the mopify web extension to access Spotify. Even though I am perfectly able to access the web interface, I can't find any songs. I can enter artists and songs in the search box, auto…
dudenr33
  • 103
  • 2