You are not logged in.
Pages: 1
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
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
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
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
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. Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline
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
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
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
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
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. Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline
Pages: 1