The officially official Devuan Forum!

You are not logged in.

#1 Re: ARM Builds » [SOLVED] Default password for Arm SSH? » 2026-07-25 15:13:47

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: 5335

as well as the unbound instructions to pi-hole.conf from
https://docs.pi-hole.net/guides/dns/unbound/

everything is working!

#2 Re: ARM Builds » [SOLVED] Default password for Arm SSH? » 2026-07-25 14:08:18

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

#3 Re: ARM Builds » [SOLVED] Default password for Arm SSH? » 2026-07-25 14:00:23

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 directory

#4 Re: ARM Builds » [SOLVED] Default password for Arm SSH? » 2026-07-25 13:48:05

Thanks.  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

#5 Re: ARM Builds » [SOLVED] Default password for Arm SSH? » 2026-07-25 13:35:23

fyi
ssh root@<ipaddress>
password is not "toor" - at least on the image I am trying

#6 ARM Builds » [SOLVED] Default password for Arm SSH? » 2026-07-25 13:30:46

Catnip
Replies: 9

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

#7 Re: Installation » No audio in fresh install of Excalibur » 2026-07-25 12:28:49

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

#8 Re: Installation » [SOLVED] HP, Inc ScanJet G3010 could not open USB device Access denied » 2026-07-14 22:21:17

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.

#9 Re: Devuan Derivatives » New Vendefoul Wolf based on latest Devuan Excalibur » 2026-03-26 10:28:19

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).

#10 Re: Devuan » Age Verification » 2026-03-22 19:33:01

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

#12 Re: Other Issues » minecraft on devuan? » 2026-03-22 01:43:55

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.deb

#13 Re: Other Issues » [SOLVED] Unable to run Mullvad VPN » 2026-03-22 01:03:37

I 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-vpn

#14 Re: Other Issues » [SOLVED] Unable to run Mullvad VPN » 2026-03-21 19:38:09

Thank 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..

Board footer

Forum Software