The officially official Devuan Forum!

You are not logged in.

#276 Re: Off-topic » What do you think about electric cars? » 2024-03-06 10:27:10

Electrical cars as currently built will turn out to be a dead end.

#277 Re: Installation » [SOLVED] Beowulf to Chimaera - precautions » 2024-03-04 10:54:24

Seeing that my hardware has not changed significantly since I first installed Devuan Jesse ca. 2017 and will most probably not change in the coming years, is a dist-upgrade necessary?

Some ideas: You determine your necessities. As long as you are happy with the OS and the software you are running, you may keep Beowulf.

The open question is: no more upgrades/safety fixes for Beowulf. Can you live with that? I have seen your posts about xorg security issues. They are getting fixed with Daedalus.

Risk with latest releases: removal of support for older hardware. Is a matter of test.

What bloat is concerned: yes its possible that things like CSD are trickling down. But they still can be removed. And an installation with --no-install-recommends may also help to keep the system clean from unwanted software.

#278 Re: Installation » [SOLVED] Beowulf to Chimaera - precautions » 2024-03-04 09:31:49

If you can afford it install a new SSD in the workstation. I assume its a legacy installation, so switching drives should be painless.

#279 Re: Installation » libelogind-compat has incompatible version » 2024-03-03 21:03:22

Well, chaos. You have as well Testing as Unstable in your sources. What are you trying to achieve with this setup? Do you know what you are doing?

#280 Re: Devuan » Version name » 2024-03-03 14:20:22

Wrong. 6.1.0-18-amd64 and Debian 6.1.76-1 are kernel versions, the first one the Debian package numbering, second the version from kernel.org debianised. And yes, Devuan is using 1:1 Debian kernels.

You are running Devuan 5 Daedalus.  Have a look at: inxi -F or cat /etc/os-release.

#281 Re: Hardware & System Configuration » [SOLVED] Changing permissions on external drive » 2024-03-01 19:25:38

To clarify: Have you replaced the placeholder <user> with your username? And the placeholder <UUID> with the correct UUID of the device?

Maybe you show us with the drive connected:

# blkid
# lsblk

Then: the unallocated space is fine. But why does the ext4 file system have a msftdata flag, a Windows descriptor?

#282 Re: Installation » installing Devuan Trinity, gpt disk, non-uefi boot error » 2024-02-26 20:42:08

@GlennW: you have to make up your mind what you want on this PC - either a legacy install (that was my initial impression) - or an (U)EFI installation. Unfortunately the prerequisites and boundary conditions slightly differ from each other. Both is possible, but you will need to take the right steps to achieve your goal.

Legacy installation on a GPT partitioned drive:
- You will need to add a 1M unformatted partition with bios_grub flag set for writing the legacy grub into that.
- Boot the install media in legacy mode. A legacy grub install to a selected device will be executed by the installer.

(U)EFI-Installation on a GPT partitioned drive:
- You will need an EFS partition (Debian and Ubuntu installers refer to the ESP by the name "EFI boot partition"), FAT32, suggested size 512M to 2048M (Win10 comes with about 110M, but this is small but not safe against update and unforeseen issues). Marked as ESP and in many cases boot flag set. 
- Boot the install media in UEFI-Mode. A EFI grub install to the ESP will be executed by the installer.

Something to read: https://askubuntu.com/questions/500359/ … -partition

#283 Re: Installation » installing Devuan Trinity, gpt disk, non-uefi boot error » 2024-02-25 17:41:01

I maybe have an idea what went wrong:

If I try to install-grub /dev/sda2, I get an error...

install-grub: error: failed to get canonical path

You have prepared a bios_grub partition, why do you want to install grub to /? Use /dev/sda instead. If booted in legacy mode grub-install will take care for the rest.

#284 Re: Installation » installing Devuan Trinity, gpt disk, non-uefi boot error » 2024-02-25 17:36:54

Well, you can't mix legacy installs and UEFI installs on one computer, that is impossible. You must take a decision during the initial installation ... thats then valid for other OSes on that PC too.

#285 Re: Installation » installing Devuan Trinity, gpt disk, non-uefi boot error » 2024-02-25 16:42:22

In short: There is no way around UEFI boot for a gpt disk.

gpt disk and non-uefi boot are mutally exclusive. This can not boot by design - it's not an error.

This is true for Windows, where it is a must, but not for Linux.

In case of a GPT partitioned disk to be able to install/boot in Legacy mode you will need a grub_bios partition (1Mibyte, no file system, grub_bios flag set) to be able to save the parts of grub that goes in that area that is availabe on MBR partitioned disks and which is used by the GPT partitioning scheme in that case. I have done that successfully with Daedalus. Will only work for a pure Linux system.

The installation media must be booted in legacy mode to be able to install the legacy grub. May thats the problem?

#286 Re: Devuan » Getting rid of "frankenstein" packages » 2024-02-20 18:06:41

If I am not mistaken there was an older thread in the forum with a similar issue. All I remember there was no easy way to achieve that what you want, it was a package by package undertaking.

#287 Re: Devuan » Getting rid of "frankenstein" packages » 2024-02-20 17:19:11

... migrated to daedalus from debian/testing ...

Well, the Debian equivalent to Daedalus is Bookworm, not Trixie/Testing. A new installation of Daedalus would solve all issues.

#288 Re: Off-topic » Is wayland out of the question for devuan? » 2024-02-19 21:37:04

Well, Wayland does not depend on systemd, so its not in the focus of the Devuan dev team.

#289 Re: Installation » upgrade Chimaera with Daedelus? » 2024-02-18 20:27:20

The Daedalus DVD does allow to install Daedalus over Chimaera, its no upgrade. I am not aware of any easy way to use the DVD for the purpose of an upgrade. The DVD may be used as rescue system easily.

The upgraded Chimaera will be mostly like a newly installed Daedalus, except for specialities you may have installed and if you choose to keep the old configs. For sure you will have one or the other orphaned config or other remainders of older SW.
In some cases an upgrade will fail. The release notes usually give hints what to look for and what to pay attention to.

#291 Re: Installation » upgrade Chimaera with Daedelus? » 2024-02-18 18:19:18

When the PC is online on the internet, an update is easily done via the console, I have done it already without issues. Prepare yourself by reading the available documentation:
https://files.devuan.org/devuan_daedalu … _notes.txt
https://www.devuan.org/os/documentation … o-daedalus
https://www.devuan.org/os/install

#292 Re: Devuan » Repositories » 2024-02-15 23:04:44

No, install a genuine Devuan.

Conversion is possible from Debian, see here: https://www.devuan.org/os/documentation … o-daedalus

#293 Re: Other Issues » Chimera - Inconsistent kernel upgrades » 2024-02-15 09:49:20

Most likely you haven't installed the meta packages linux-image-amd64 and linux-headers-amd64. They make sure kernel and headers are updated and consistent.

Also check if you have security enabled in your sources.list. Some read: https://www.devuan.org/os/packages

#294 Re: Installation » [SOLVED» Nvidia and kernel 6.1.0.18 - not good! » 2024-02-14 18:57:26

A patch is on its way through Debian repos ...

#297 Re: Devuan » APT source.list for Devuan 5.0.1 » 2024-02-13 14:57:36

Your entry into the sources.list is wrong. You could use:

deb http://archive.devuan.org/merged ascii main

But I wouldn't fiddle and change the sources.list of my Daedalus for a single program.

Alternative: on the right hand top of the forum page is a link behind Packages to a search of the complete Devuan repo. Use that to search for leafpad. In the list of results then click on the ASCII package and you get another page with all available info about the latest version including a link to the file itself (look for Filename:). Click on the link and you get the deb downloaded. You can install it with dpkg -i or gdebi.

#298 Re: Desktop and Multimedia » trying to keep my 100yr-old father computing for another year » 2024-02-09 16:12:08

Finally tried to disable CSD on my Daedalus Cinnamon/Evolution setup: works fine. pcalvert's first link did the job.

#299 Re: Other Issues » [SOLVED] Can't connect to repos » 2024-02-09 15:55:33

Normally deb.devuan.org should do the job alright. This is no real mirror but a round robin that should pick the next or fasted server available. If the picked out server has a problem then deb.devuan.org doesn't work.

But these issues should only be present temporarily.

In any case, I haven't seen any issue here in Germany with deb.devuan.org in the last days.

#300 Re: Other Issues » [SOLVED] Can't connect to repos » 2024-02-08 18:38:25

I just noticed that the -16 kernel wasn't up to date. No relation to network issues.

Personally I don't use Synaptic for updating, I stick with the console and apt. This I am sure to receive all updates from all repos in the sources.list. You see where issues may arise if you don't include security updates?

Board footer

Forum Software