The officially official Devuan Forum!

You are not logged in.

#1 Re: Hardware & System Configuration » [SOLVED] AMD or nvidia? » 2025-11-06 15:03:14

If he really wants it, he can buy one himself roll

Intel B580 is a decent card for the price.

#2 Re: Installation » Devuan 5 to 6 install failures » 2025-11-05 16:58:15

Aaaaannnnddd I'm stuck roll  Even after attempting to install usrmerge with aptitude, installation fails b/c of the above failure :-{ Apt does work, so why not aptitude?

#3 Installation » Devuan 5 to 6 install failures » 2025-11-05 16:48:42

Dutch_Master
Replies: 5

Tried upgrading my Devuan 5 to 6 today.

First issue: using aptitude it couldn't download the inrelease file. In FF the file could be found, after I removed some charachers in the URL that shouldn't be there.
http://pkgmaster.devuan.org/merged/dist … /InRelease
Using apt I could obtain the upgrade list and my system has 2610 packages to upgrade.

Then I hit this:

Preparing to unpack .../base-files_13.8+deb13u1devuan1_amd64.deb ...

******************************************************************************
*
* The base-files package cannot be installed because
* /bin is a directory, but should be a symbolic link.
*
* Please install the usrmerge package to convert this system to merged-/usr.
*
* For more information please read https://wiki.debian.org/UsrMerge.
*
******************************************************************************

dpkg: error processing archive /var/cache/apt/archives/base-files_13.8+deb13u1de
vuan1_amd64.deb (--unpack):
 new base-files package pre-installation script subprocess returned error exit s
tatus 1
Errors were encountered while processing:
 /var/cache/apt/archives/base-files_13.8+deb13u1devuan1_amd64.deb
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

Frankly, this should have been taken care of by apt, clearly it didn't sad
Not sure I see the need for this change, but here we go roll

#4 Re: Hardware & System Configuration » how to thin out the system (drivers and modules) » 2025-10-20 14:02:01

If you want to de-clutter your system at all, start with a source-based distro, not Devuan nor Debian. Consider Gentoo, Arch, LFS or Slackware. You'll learn a lot but boy that learning curve is steep! :-\

#5 Re: Off-topic » When installing a system, do you manually partition first? » 2025-10-07 13:36:50

I'm using the partitioning tool of the installer (which under the hood is gparted anyway tongue ) to manually set partitions for /, /boot, /usr, /etc, /var, /tmp and /home. By limiting the size of these directories any rogue process triggered to fill up as much space as possible cannot make the system unstable or even unbootable.

#6 Other Issues » VLC playback issues » 2025-09-05 08:26:24

Dutch_Master
Replies: 2

I've been using yt-dlp to grab various YT video's but lately VLC is having trouble playing them back. Sound works just fine, but the screen remains black, which kinda defeats the purpose of video. tongue It's not the source material, playback on different tools like mpv and smplayer works as it should. Oddly enough, video files I grabbed earlier this year work just fine, also on VLC.

VLC: 3.0.21
YT-DLP is current stable, but earlier versions also affected.

Examples:
long: https://www.youtube.com/watch?v=c8gswrUDh_s
short: https://www.youtube.com/watch?v=o_QTaUuU8F4

YT_DLP downloads in the highest resolution offered (by default), which is the setting I use.

Is this known or an upstream issue?

TIA!

#7 Re: Installation » how to fix broken dep hell? » 2025-08-15 21:52:06

The answer is there, first post, several times even:

apt --fix-broken install

#8 Re: Off-topic » Is systemd still bad in 2025? » 2025-08-11 00:21:21

I knew it was bad. Not it actually is that bad! yikes

#9 Re: Hardware & System Configuration » How to lookup printer drivers in CUPS? » 2025-08-06 17:56:16

Here's the Brother support site:
https://support.brother.com/g/b/product … content=dl

Select your region, model, follow instructions and you should be able to get a download link to the installer. That's just a script selecting the correct drivers for your device and installing them.

FIY: my last 3 printers (actually MFC units) were all Brother products due to their excellent Linux support. Current machine: MFC-J5740DW (no WiFi configured, so no access from outside tongue )

#10 Re: Other Issues » [SOLVED] Best practice/procedure question » 2025-07-08 17:30:35

In the GUI, during creation of the database, offer the option to the user to choose an arbitrary location or allow the default location (full paths for both) instead. When the database already exist, no need to offer this option.

#11 Re: DIY » Need advice, building a small server for city-library-Devuan mirror » 2025-06-12 04:52:46

Nobody ever got fired for buying a Dell. Same goes for HP, IBM and Lenovo.

Despite having my daily driver PC on AMD hardware for the past 25 yrs, I'd suggest you'd hunt down an older workstation (Intel 10th, 11th or 12th gen CPU) for cheap, maximize RAM, add 2-4 HDD's for long term storage in RAID 1, 5 or 6, a 1TB NVMe SSD for the OS and any VM's you'd like to run.

As for the OS: Although Devuan can do all the tasks you planned for, I'd suggest being practical and consider specific NAS-OS's like HexOS, TrueNAS Scale, UnRAID or ProxMox instead. Yes, they use systemd and as much as I despise it, realistically that's not going away anytime soon. As your only online portal for your community, downtime due to having to tinker with a manual Devuan setup isn't really acceptable. You'd also need to consider online risks: you may not consider your community a target, online criminals will have a field day hacking your machine and turning it to making them money whichever way they want. Devuan simply doesn't have a GUI tool that makes configuring it suitable for online use, like HexOS is for TrueNAS. The project lacks the resources and realistically, it's not gonna happen anytime soon, even if someone steps up developing the required functionality for it today.

#12 Re: Installation » [SOLVED] accidentally deleted (EFI) partition - how recover? » 2025-05-29 17:06:26

Boot your Devuan installer and reinstall the boot manager from the Expert menu.

#13 Re: Installation » Will Devuan work to convert an older iPad to Linux? » 2025-03-23 01:36:21

Touch screen support is basically a driver issue in the kernel these days, chances are it'll work out of the box if the particular touch module can be loaded. Probably not easy to find, but see if you can get your hands on the apple tech specs for those devices, then google the touch screen model for compatibility in Linux. If that module is already in the kernel, you're in business and the Devuan installer should recognize it straight away. If the module exists but isn't automagically loaded into the kernel, you may try loading it via the initrd image for your particular kernel. Not recommended for novices, but with guidance still doable. If there is no module, and you can find the actual drivers, you can build and install a module the kernel can use. This gets tricky even for experienced users, but you can still pull it off, taking your time. Worst case, there is no driver (which I'd doubt as apple OS is a BSD variant so there should be) then you're screwed and you'd have to write your own. Unless you're a Linux dev with experience, don't go there.

HTH!

#14 Re: Hardware & System Configuration » wrong version of fsck locks boot? » 2025-03-15 13:18:16

Why are you going through all this effort to have a multi-OS setup when reselling the machine anyway? Let it be the next owners issue, IMO.

#15 Re: Hardware & System Configuration » wrong version of fsck locks boot? » 2025-03-15 11:14:30

The actual problem is that fsck wants to scan an FS already mounted. You can unmount swap and have it checked, but as you're reselling the machine, just re-install Linux afresh and be done with it.

#16 Re: Off-topic » [HowTo] Asus Eee PC - Flashing the BIOS » 2025-03-11 15:00:18

Yes wink

Interesting. I happen to have bought into the hype back then and so I still have a 4G 700 model. I may resurrect it. No idea for what, but 32 bit has it's perks big_smile

#17 Re: Forum Feedback » [Feature request] - Dark theme per default for all visitors » 2025-02-24 20:44:57

I disagree. If you have a login, just log in and your theme will be applied. Don't force your personal preference on guests.

Just me tuppence smile

#18 Re: Devuan » Why are systemd files present in Devuan? » 2025-01-24 12:54:33

Here's yer wing nuts folks!

wing-nuts.jpg

There's ones left and ones right, so plenty for everyone, so stop arguing!

#19 Re: Devuan » Why are systemd files present in Devuan? » 2025-01-22 23:14:14

Once you figured out which files are safe to delete, it's a small step automating this in a script. Which can then be packaged as a .deb for anyone to install as they see fit.

Just a thought wink

#21 Re: Off-topic » US Proposes Forcing Google to Sell Chrome . . . » 2025-01-15 06:04:44

Hoping to make a useful contribution to this thread!

890132.png

#22 Re: Hardware & System Configuration » [SOLVED] I can't install hplip on Excalibur » 2024-12-21 15:00:03

Post the content of the file /etc/apt/sources.list (use the code button to mark it from your normal text)

You may need to enable particular repositories.

#23 Re: Off-topic » US Proposes Forcing Google to Sell Chrome . . . » 2024-12-11 04:55:20

None of this has anything to do with Google potentially loosing Chrome roll

#24 Re: Off-topic » US Proposes Forcing Google to Sell Chrome . . . » 2024-11-23 19:57:33

I'm not sure that's actually a benefit for users. Cause pretty much any potential buyer will abuse the massive userbase to sell even more personal data for even more money. roll

But since when was user-privacy of any concern to corporate US Gov't sad

Board footer

Forum Software