Tuesday 15 August 2023

Devuan 5.0.0 Daedalus released


Dear Friends and Software Freedom Lovers,

Devuan Developers are delighted to announce the release of Devuan Daedalus 5.0.0 as the project's new stable release. This is the result of many months of painstaking work by the Team and detailed testing by the wider Devuan community.

# Devuan 5 Daedalus Release Notes

## Index

- Introduction
- New in this Release
+ Rootless startx uses libseat1
+ Sway (wayland) GUI without elogind
- Getting Devuan 5 Daedalus
- Upgrading to Devuan 5 Daedalus
- Notes on Specific Packages and Issues
+ Consolekit
- Devuan Package Repositories
- Non-free-firmware
- Devuan package information pages
- Reporting bugs

## Introduction

This document includes technical notes relevant to Devuan 5 Daedalus.

Devuan 5 Daedalus is based on Debian 12 Bookworm. Much of the information in [Debian's Release Notes](https://www.debian.org/releases/bookworm/releasenotes) is relevant and useful. They should be consulted alongside this document.

More information and support on specific issues can be obtained by:

- subscribing to the [DNG mailing list](https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng)

- visiting the [Devuan user forum](https://dev1galaxy.org)

- asking on one of the [Devuan IRC channels](irc://irc.libera.chat) on libera.chat:

* `#devuan` - general discussion and support about Devuan
* `#devuan-arm` - specific support for ARM

## New in this Release
### Rootless startx uses libseat1

xserver-xorg-core now uses libseat1 to control rootless startx and access to input and video devices. This has several advantages, the most significant being that it removes the dbus dependency from xserver-xorg-core.

libseat1 can use either seatd or elogind as a
backend. If you need to override the default choice (autodiscovery), use the
LIBSEAT_BACKEND environment variable.

If you are using seatd as the backend, ensure the user is a member of the video group.

This is only relevant to running startx as a user, xorg run as root by a display manager is unaffected.

### Wayland GUI without elogind

Users can now enjoy a wayland desktop without elogind by installing libpam-ck-connector, sway and seatd.

Ensure the relevant user is a member of the `video` group and run sway from the terminal.

## Getting Devuan 5 Daedalus

Devuan 5 Daedalus is available for i386, amd64, armel, armhf, arm64 and ppc64el architectures.

Installer isos and live CDs for i386 and amd64 are [available for download](http://files.devuan.org/devuan_daedalus/) at
http://files.devuan.org/devuan_daedalus/.

Mini isos and other specialist installation media for all release architectures are available from
http://deb.devuan.org/devuan/dists/daedalus/main/installer-{ARCH}/current/images/.

Please consider using one of the many [mirrors](https://devuan.org/get-devuan),
listed at [https://devuan.org/get-devuan](https://devuan.org/get-devuan).

Detailed instructions on how to use each image are available in the corresponding `README.txt` file. The `SHA256SUMS` of each set of images is signed by the developer in charge of the build. The fingerprints of [GPG keys of all Devuan developers]( https://devuan.org/os/team) are listed at
[https://devuan.org/os/team](https://devuan.org/os/team).

In order to check that the images you downloaded are genuine and not corrupted, you should:

- download the image(s)
- download the corresponding `SHA256SUMS` and `SHA256SUMS.asc` files in the same
folder
- verify the checksums by running:

> `sha256sum -c SHA256SUMS`

(it could complain about missing files, but should show an "OK" close to the images you have actually downloaded)

- verify the signature running:

> `gpg --no-default-keyring --keyring ./devuan-devs.gpg --verify SHA256SUMS.asc`

(assuming that you have put the GPG keys in the keyring named `devuan-devs.gpg`. YMMV)

The `devuan-devs.gpg` keyring is provided only for convenience. The most correct procedure to verify that the signatures are authentic is by downloading the relevant public keys from a trusted keyserver, double-check that the fingerprint of the key matches that of the developer reported on
[https://devuan.org/os/team](https://devuan.org/os/team) and then use that key for verification.

### Docker images

Official Devuan Docker container images are [available from the Docker Hub] https://hub.docker.com/u/devuan). These images are updated as needed for all maintained releases. To get the latest image for Daedalus execute

> `docker pull devuan/devuan:daedalus`

For further details on the images, please consult the information on Docker Hub.

## Upgrading to Devuan 5 Daedalus

A direct and easy upgrade path from Devuan Chimaera and a migration path from Debian Bookworm to Devuan 5 Daedalus are [available](https://devuan.org/os/install) at [https://devuan.org/os/install](https://devuan.org/os/install).

If you already have Daedalus installed, run this command to get to the current release version:

> `apt-get update && apt-get upgrade && apt-get dist-upgrade`

## Notes on Specific Packages and Issues

### Consolekit

Upstream maintenance of [Consolekit2](https://github.com/ConsoleKit2/ConsoleKit2) has resumed. [Consolekit](https://pkginfo.devuan.org/consolekit) is therefore a good alternative to [elogind](https://pkginfo.devuan.org/elogind) for session tracking and management.

## Devuan Package Repositories

Thanks to the support of many volunteers and donors, Devuan has a network of package repository mirrors. The mirror network is accessible using the FQDN [deb.devuan.org](http://deb.devuan.org).

deb http://deb.devuan.org/merged daedalus main
deb http://deb.devuan.org/merged daedalus-security main
deb http://deb.devuan.org/merged daedalus-updates main
deb http://deb.devuan.org/devuan daedalus-proposed main

Along with the above URLs, the repositories are also accessible using the Tor network, by using our hidden service address:

deb tor+http://devuanfwojg73k6r.onion/merged daedalus main
deb tor+http://devuanfwojg73k6r.onion/merged daedalus-security main
deb tor+http://devuanfwojg73k6r.onion/merged daedalus-updates main
deb tor+http://devuanfwojg73k6r.onion/devuan daedalus-proposed main

More information is available at [https://devuan.org/os/packages](https://devuan.org/os/packages).

All the mirrors contain the full Devuan package repository (all the Devuan releases and all the suites). They are synced every 30 minutes from the main Devuan package repository (`pkgmaster.devuan.org`) and are continuously checked for sanity, integrity, and consistency. The package repository network is
accessed through a DNS Round-Robin.

The updated list of mirrors belonging to the network is available at  http://pkgmaster.devuan.org/mirror_list.txt](http://pkgmaster.devuan.org/mirror_list.txt).

If you wish to use a geographically local mirror, you can use http://${CC}.deb.devuan.org where ${CC} is the CountryCode. If no mirror is available in that country the URL will still work, although there will be no advantage.

Users could also opt for directly accessing one of the mirrors in that list using the corresponding BaseURL.

IMPORTANT NOTE: The package mirrors at [deb.devuan.org](http://deb.devuan.org) are signed with the following GPG key:

pub rsa2048 2014-12-02 [SC]
72E3CB773315DFA2E464743D94532124541922FB
uid Devuan Repository (Primary Devuan signing key) <repository@devuan.org>
sub rsa2048 2014-12-02 [E]
sub rsa4096 2016-04-26 [S]

The key is included in the current [devuan-keyring package](http://pkginfo.devuan.org/devuan-keyring).

## Non-free firmware

All Devuan 5 Daedalus installation media make non-free firmware packages available at install time. In the majority of the cases, these packages are needed (and will be installed) only if your hardware (usually wifi adapter) requires them. It is possible to avoid the automatic installation and loading of
needed non-free firmware by choosing the "Expert install" option in the installation menu.

Devuan 5 Daedalus desktop-live and minimal-live images come with non-free firmware packages pre-installed. You have the option of removing those non-free firmware packages from the desktop-live and minimal-live after boot, using the `remove_firmware.sh` script available under `/root`.

## Devuan package information pages

Devuan provides a service to display information about all the packages available in Devuan. This can be accessed at [https://pkginfo.devuan.org](https://pkginfo.devuan.org).

It is possible to search for package names matching a set of keywords, and to visualise the description, dependencies, suggestions and recommendations of each package.

## Reporting bugs

No piece of software is perfect. And acknowledging this fact is the first step towards improving our software base.

Devuan strongly believes in the cooperation of the community to find, report and solve issues. If you think you have found a bug in a Devuan package, please report it to [https://bugs.devuan.org](https://bugs.devuan.org).

The procedure to report bugs is quite simple: install and run `reportbug`, a tool that will help you compiling the bug report and including any relevant information for the maintainers.

`reportbug` assumes than you have a properly configured Mail User Agent that can send emails (and that it knows about). If this is not the case, you can still prepare your bug report with `reportbug`, save it (by default reportbug will save the report under `/tmp`), and then use it as a template for an email to
[submit@bugs.devuan.org](mailto:submit@bugs.devuan.org).

(NOTE: Devuan does not provide an open SMTP relay for `reportbug` yet. If you don't know what this is about, you can safely ignore this information).

When the bug report is processed, you will receive an email confirmation indicating the number associated to the report.

Before reporting a bug, please check whether the very same problem has been already experienced and reported by other users.

In general, issues with Devuan's own forked packages should be reported to [Devuan's BTS](https://bugs.devuan.org). For unforked packages, bugs should usually be fixed in Debian. `reportbug` handles this and sends to the correct BTS by default. You can override the choice that `reportbug` offers and report issues directly to [Debian's BTS](https://bugs.debian.org) by using the `-B debian` option.

To support the Devuan project you can donate at: https://devuan.org/donate

Live long and prosper!

--
The Devuan Development Team

_______________________________________________
devuan-announce mailing list
devuan-announce@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/devuan-announce
12.04 LTS (1) 1280x1024 (2) 14.1 (1) absolute (6) accessibility (6) ad-blocking (2) administration (2) afterstep (1) android (3) announcements (15) anonymity (5) anonymous (1) anonymous browsing (1) anti-malware (1) anti-virus (1) antiX (4) applications (1) arch (11) archbang (11) archone (1) artix (2) authentication (1) backports (1) base (1) bash (2) bittorrent (2) block-this (1) bluestar (1) bodhi (1) books (1) brave (1) brave-browser (1) browsers (8) browsing (1) bsd (4) bug (2) bugs (3) calculate (1) centos (1) certification (1) chakra (2) changelog (22) chat (1) chatzilla (1) chromebook (1) chromium (2) click (1) commodore 64 (1) ControlD (1) critique (1) crunchbang (5) crux (1) ctkarch (1) cyber war (1) debian (29) desktop (62) devuan (6) digital certificates (1) digital memories (1) distributions (75) DNS (1) documentaries (1) documentation (2) dr. web (1) drivers (1) duo (1) e17 (1) email (1) encryption (3) enlightenment (1) events (1) exit nodes (1) ext4 (1) fake (1) fallout (1) fallout 4 (1) fedora (6) file server (2) file systems (1) firefox (3) flash (1) flush (1) fluxbox (7) fluxflux (1) FPS (2) free software (3) frugalware (1) FSF (1) ftp (2) furybsd (1) fusion (1) fvwm (1) fvwm-crystal (1) games (11) gaming (10) gentoo (3) gnome (9) gnome shell (4) gnu/linux (4) google (2) google-chrome (3) graphics (1) grml (1) gtk+ (1) hangouts (1) hardcore punk (1) hardware (3) how-to (23) humor (2) i3 (1) icewm (6) init (3) init freedom (5) interview (1) introduction (1) jibbed (1) jwm (2) kanotix (4) kde (21) KDE neon (1) kde3 (2) kernel (6) knoppix (1) kodi (2) kongoni (2) kubuntu (3) LAS (1) libtorrent-rasterbar (1) linux (20) linux light (16) Linux Mint (6) live (50) live medium (28) live system (13) liveslak (3) LMDE 4 (3) localisation (1) LTS (1) lxde (12) lxqt (1) mageia (1) mandriva (2) manjaro (1) marine life (1) mate (1) media center (6) mepis (2) mint (5) mobile (2) mobile security (1) movies (6) mozilla (3) music (1) MX Linux (1) netbook (2) netrunner (1) networking (5) news (3) nvidia (1) open source (1) openbox (15) openSUSE (4) opinion (13) other (5) overclockix (1) packages (1) pclinuxos (4) perl (1) plasma (5) poll (2) porteus (3) privacy (5) privoxy (1) programming (1) proxy (2) puppy (3) qbittorrent (1) qt (1) quick look (10) ratpoison (1) red hat (7) redcore linux (1) relax (1) release (2) rescue (3) reviews (57) rhythmbox (1) rolling (1) RPG (2) rpm (1) sabayon (5) salix (15) scientific (7) screenshots (2) scripts (3) seamonkey (1) security (4) semplice (1) server (5) shell (1) shooter (4) siduction (1) slackel (1) slackware (68) slackware 14.2 (2) slackware 15.0 (8) slackware-current (34) slax (7) slitaz (1) smart phones (2) sms (1) south africa (2) specialist (1) spoof (1) ssh (1) surfing (1) systemd (2) table mountain (1) TDE (1) tegra k1 (1) The Walking Dead (1) themes (1) tinyme (2) tips (1) tor (3) torrenting (1) torrents (1) traffic analysis (2) trinity (2) trisquel (1) TV shows (2) TWD (1) ubuntu (6) unity (2) unity linux (4) unix (1) upgrade (6) vector (2) video (4) vinux (2) virtualbsd (1) visual impairment (5) voip (1) vpn (5) VSIDO (1) wallpapers (3) window maker (4) window managers (1) windscribe (1) wireless (10) xfce (16) youtube (1) zenwalk (3) zombies (1) zoo (1)