The officially official Devuan Forum!

You are not logged in.

#1 2025-03-09 21:48:20

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 125  

How to upgrade to devuan testing?

I've written excalibur instead of daedalus in /etc/apt/sources.list but there nothing happens? It throws some errors:
E: 'http://deb.devuan.org/merged excalibur-updates Release' deposunda Release dosyası yok.
N: Böyle bir depodan güvenli bir şekilde güncelleme yapılamaz, bu nedenle depo devre dışı bırakılmıştır.
N: Depo oluşturma ve kullanıcı yapılandırması hakkında ayrıntılı bilgi için apt-secure(8) rehber sayfasında bulunabilir.
E: 'http://deb.devuan.org/merged excalibur-security Release' deposunda Release dosyası yok.
N: Böyle bir depodan güvenli bir şekilde güncelleme yapılamaz, bu nedenle depo devre dışı bırakılmıştır.
N: Depo oluşturma ve kullanıcı yapılandırması hakkında ayrıntılı bilgi için apt-secure(8) rehber sayfasında bulunabilir.

Offline

#2 2025-03-09 22:07:04

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,597  

Re: How to upgrade to devuan testing?

I can't read most of that, but I know what it's tellilng  you. Excalibur is still the Testing suite, so there is no -security or -updates repos. Those won't exist until excalibur is officially released as Stable. Comment them out for now.

Offline

#3 2025-03-22 20:36:52

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 125  

Re: How to upgrade to devuan testing?

I tried doing that but then this happens:

1 dk. 8 sn.'de 3.001 MB alındı (44,2 MB/s)                                                                                                                                                                       
Reading changelogs... Done
apt-listchanges: Mailing root: apt-listchanges: news for devuananapc
Paketlerdeki ileti şablonları çıkarılıyor: 100%
Paketler önyapılandırılıyor ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
(Veritabanı okunuyor ... 413721 dosya veya dizin kurulu durumda.)
Paket açılacak: .../base-files_13.7devuan1_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: /var/cache/apt/archives/base-files_13.7devuan1_amd64.deb arşivi işlenirken sorun yaşandı (--unpack):
yeni base-files paketi pre-installation betiği alt süreci 1 hatalı çıkış kodu ile sona erdi
İşleme sırasında hatalarla karşılaşıldı:
/var/cache/apt/archives/base-files_13.7devuan1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Offline

#4 2025-03-22 20:42:51

rolfie
Member
Registered: 2017-11-25
Posts: 1,251  

Re: How to upgrade to devuan testing?

not 100% sure but i guess the problem is before upgrading from daedalus to excalibur you will need to install the usrmerge package.

and on excalibur you just have one line active in your sources.list:

deb http://deb.devuan.org/merged/ excalibur main contrib non-free non-free-firmware

Offline

#5 2025-03-22 22:01:41

greenjeans
Member
Registered: 2017-04-07
Posts: 858  
Website

Re: How to upgrade to devuan testing?

What rolfie said. Gotta install merge before you do anything, and after installing it I always re-boot just to be safe. Then I edit sources.list and start the process.


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded April 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#6 2025-03-22 23:16:37

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 125  

Re: How to upgrade to devuan testing?

Ok thanks got on testing, so far so good but seriously can someone please fix this pipewire? We using bash scripts to start it, it will blow up someday. I tried to start it up via sysvinit, but couldn't succeed.

Last edited by recklessswing (2025-03-22 23:16:54)

Offline

#7 2025-03-24 12:06:07

stopAI
Member
Registered: 2023-04-04
Posts: 221  

Re: How to upgrade to devuan testing?

but seriously can someone please fix this pipewire? We using bash scripts to start it, it will blow up someday. I tried to start it up via sysvinit, but couldn't succeed.

Hello. For auto starting pipewire, you can use desktop (or window manager) auto starting mechanism.

Offline

#8 Yesterday 14:42:26

Defender
Member
Registered: 2023-11-20
Posts: 3  

Re: How to upgrade to devuan testing?

I was successful upgrading.  Thanks for the Clues above.  For the benefit of someone looking for a how to upgrade to excalibur, the steps were:
1. Install current Devuan
2. sudo apt update
3. as root edit /etc/default/grub to uncomment os prober disable (or grub won't generate for other OS partitions)
3. sudo apt upgrade
3a. sudo apt install usrmerge
4. log out and restart
5. as root edit /etc/apt/sources.list to comment out current Devuan and add line from above for excalibur
deb http://deb.devuan.org/merged/ excalibur main contrib non-free non-free-firmware
6. sudo apt update
7. sudo apt upgrade
8. test
9. log out and restart

Its working...

Last edited by Defender (Yesterday 14:45:44)

Offline

#9 Yesterday 16:54:09

RedGreen925
Member
Registered: 2024-12-07
Posts: 112  

Re: How to upgrade to devuan testing?

7. sudo apt upgrade

That should be sudo apt full-upgrade or the older now depreciated sudo apt dist-upgrade to use the command to upgrade a distribution properly to the next one coming.

Offline

#10 Yesterday 17:10:57

greenjeans
Member
Registered: 2017-04-07
Posts: 858  
Website

Re: How to upgrade to devuan testing?

It's all actually a hella lot easier using Synaptic instead of typing sudo over and over again.

Synaptic
reload
mark all upgrades, apply
search for usrmerge, mark for installation, apply
close and reboot
alter sources.list
Synaptic
reload
mark all upgrades, apply
close and reboot
done.


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded April 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

Board footer