You are not logged in.
Pages: 1
Thank you. i have my devuan 6 Unbound pihole running on a RPI 3B+
in /etc/unbound/unbound.conf.d
added
devuan-port.conf
server:
port: 5335as well as the unbound instructions to pi-hole.conf from
https://docs.pi-hole.net/guides/dns/unbound/
everything is working!
I am spoiled by dietpi and raspian.... how about expanding the card on the devuan system? I may be missing the option on menu-config??
I have a 32GB card installed on my 3b+. As for pihole, I know how to set it up with unbound which has been working well. I am not a fan of installing unbound on my openwrt router.,
And - thank you for such a fast reply - you got me running
thank you! I did not see that. devuan:'devuan' worked to ssh in. Messing around with it.
initial boot up
── SYSTEM
Processor: ARMv7Processorrev4(v7l) @ 1400MHz 35°C
Frequency: 1400MHz
Online: 0-3
Governor: performance
Memory: 921M 94M
Entropy: 256
Uptime: 15:58:33 up 1 min, 0 users, load average: 0.98, 0.37, 0.13
To configure your Raspberry Pi run 'menu-config'
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directoryThanks. I am headless so ssh is my only option. "1234" fails also. It was an experiment with a spare rpi 3b+ so I will wait and see if the images have any default ssh log in to test. Chicken or egg, catch 22, lol
My goal is replacing dietpi unbound pihole to devuan unbound pihole
fyi
ssh root@<ipaddress>
password is not "toor" - at least on the image I am trying
Hello. i downloaded and flashed rpi-2+3-devuan-excalibur-6.12.92-armhf and can ssh to my device.
What is the default password? so far I tried root, devuan, pi.... I tried search but came up with nothing for default log in via ssh
thank you
I recently ran into sound issues on my humble desktop (HP Prodesk 400 G3 mini). I believe some of the software I installed had pulseaudio dependencies and I was conflicting with pipewrire and pulse audio. i am guessing, not a developer and may be incorrect - so corrections are welcomed.
Borrowing from Kappa above here is what fixed it for me, and essentially only going to pulse audio. basiclly purged everythign and reinstalled pulseaudio. On reboot set the mixer, saved - next reboot it worked.
#purged everything
sudo apt-get purge wireplumber pipewire-alsa pipewire-audio pipewire pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth pipewire pipewire-bin pipewire-pulse
#re-installed pulseaudio
sudo apt install wireplumber pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth pipewire pipewire-bin pipewire-pulse
System
OS: Devuan GNU/Linux 6 (excalibur) x86_64
Host: HP ProDesk 400 G3 DM
Kernel: Linux 6.12.96+deb13-amd64
DE: Xfce4 4.20
CPU: Intel(R) Core(TM) i5-7500T (4) @ 3.30 GHz
system has a horrible internal single speaker; Sound bar plugged into the headphone jack for speakers
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: CX20632 Analog [CX20632 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
I know this is for a different scanner but I wanted to add to this list. Cannon LiDE 110, Devuan 6
$ lsusb
Bus 001 Device 006: ID 04a9:1909 Canon, Inc. CanoScan LiDE 110
sudo adduser [yourname] saned
sudo adduser [yourname] scanner
nano /etc/udev/rules.d/65-libsane.rules
# for Cannon LiDE110 add the following in 65-libsane.rules
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1909", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
then reboot your system. The scanner should be working with sane-utils and i prefer to use simple-scan.
for what it is worth this scanner is working good, no color issues.
I tried the Vandefoul Cinnamon download (21 March 2026). LUKS install is broken and dumps me at initramfs....Gate it a shot but installed Devuan and just moved on (with LUKS and Cinnamon desktop).
looks like tor/onion will become more popular with the violations of the bill of rights. If we think about it, this is color of law mandated malware
https://github.com/sys-fs/mullvad-repack
is working correctly now. Compiled and running
for what it is worth. there is an issue with minecraft download deb file. a smarter person than myself wrote this. https://marcosgabarda.com/notes/minecraft/
I have tested and this is running on Devuan 6.
This is what I've done to solve the problem!
Unpack the original .deb package:
mkdir src/
dpkg-deb -R Minecraft.deb src/
Open the file DEBIAN/control:
cd src/
nvim DEBIAN/control
Replace libgdk-pixbuf2.0-0 with libgdk-pixbuf-2.0-0.
Create again the .deb package:
dpkg-deb -b --root-owner-group . ~/Minecraft-fixed.deb
And install it!
sudo apt install ~/Minecraft-fixed.debI spoke too soon. The script above compiled, however mullvad can not connect. it was pointed out to me on IRC Channel this git repo
https://github.com/sys-fs/mullvad-repack
this script does run but.... there are errors i am unable to get rid of in apt. I am not sure exactly how to correct. i have the output below. If anyone has suggestions, please let me know.
Thank you
sudo dpkg --configure -a
Setting up mullvad-vpn (2026.1) ...
insserv: warning: current start runlevel(s) (empty) of script `mullvad-daemon' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (1 2 3 4 5) of script `mullvad-daemon' overrides LSB defaults (1).
Starting Mullvad VPN daemon: mullvad-daemon.
update-rc.d: error: initscript does not exist: /etc/init.d/mullvad-early-boot-blocking
dpkg: error processing package mullvad-vpn (--configure):
installed mullvad-vpn package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
mullvad-vpnThank you! I was following another script shared with me which had errors. i edited your shell script on the 2026.1 deb file and everything works!
1st post as I just installed Devuan yesterday on my laptop, and second machine which i am typing on. This helped me greatly. Now i just wish I knew what each part of this shell script did..
Pages: 1