The officially official Devuan Forum!

You are not logged in.

#76 Re: Installation » Problems upgrading to Excalibur » 2024-08-17 21:43:44

apt update, apt upgrade

Did you run apt dist-upgrade too?

I'm currently installing excalibur on my new desktop, which is not as much fun as I hoped.
The proprietary nvidia driver seems not like kernel 6.10. Beside that and some uefi boot BS, everything seems to work. But I don't use/have KDE.

EDIT:
Debian's testing netinstall.iso throwed errors after booting, so I ran bookworm and daedalus isos and migrated them to excalibur.

#77 Re: Installation » Fresh Daedalus, residual app install issues » 2024-08-16 10:59:01

I don't know synaptic, but can parse the list to apt. If you hate terminals, just ignore this.

"listapt.txt" contains _all_ debian packages in the installed repositories (--installed or --manual-installed would do a selection like below).

You want to re-install the ones marked with "[installed]", not "[installed,automatic]". Have a good look at "[installed,local]", which were either downloaded or not in the current repositories.

cat listapt.txt | grep '\[installed,local\]'

Let's prepare the installation:
There will be errors; work on cleaned.list.txt, until apt succeeds. Then omit "-s" in the apt command.

cat listapt.txt | grep '\[installed\]' | awk -F/ '{print $1}' >cleaned.list.txt
apt install -s  $(cat cleaned.list.txt | awk '{printf"%s ", $0}') 

Too many errors? Maybe just the tasks for the big picture?

apt install  $(cat cleaned.list.txt | grep ^task | awk '{printf"%s ", $0}')

Hope this helps, and yes I'm about to do that myself.

#78 Re: Installation » Install from Ventoy » 2024-08-10 11:00:13

Interesting, didn't know that cp has a device mode. Fist thought was you ment cat, which equally works here.

#79 Re: Other Issues » [SOLVED] Exaclibur: Targets of symbolic links in /usr/local/bin changed » 2024-08-10 10:54:58

Today I looked at some back-up copies in /root/_backup/usr/local/bin/  ... and found symliks "corrected" too.
That's not funny!

apt purge symlinks

#80 Re: Other Issues » [SOLVED] Exaclibur: Targets of symbolic links in /usr/local/bin changed » 2024-07-21 09:17:45

Thanks fro the reply. The accident happened about three weeks ago. usrmerge was installed months ago, before switching to excalibur.

After more digging, I guess it was the package symlinks, or a "cleaning" job using it.
All symbolic links in /usr/local/bin (pointing to another directory) have the same updated timestamp. In my case "2024-07-01 19:25:17", or 20 seconds after installation of the package "symlinks".

# /var/log/dpkg.log
(...)
2024-07-01 19:16:23 startup packages configure
2024-07-01 19:24:58 startup archives unpack
2024-07-01 19:24:58 install symlinks:amd64 <none> 1.4-4
2024-07-01 19:24:58 status half-installed symlinks:amd64 1.4-4
2024-07-01 19:24:58 status triggers-pending man-db:amd64 2.12.1-2
2024-07-01 19:24:58 status unpacked symlinks:amd64 1.4-4
2024-07-01 19:24:58 startup packages configure
2024-07-01 19:24:58 configure symlinks:amd64 1.4-4 <none>
2024-07-01 19:24:58 status unpacked symlinks:amd64 1.4-4
2024-07-01 19:24:58 status half-configured symlinks:amd64 1.4-4
2024-07-01 19:24:58 status installed symlinks:amd64 1.4-4
2024-07-01 19:24:58 trigproc man-db:amd64 2.12.1-2 <none>
2024-07-01 19:24:58 status half-configured man-db:amd64 2.12.1-2
2024-07-01 19:24:59 status installed man-db:amd64 2.12.1-2
2024-07-02 15:23:51 startup archives unpack
(...)

package: symlinks
summary: scan/change symbolic links
version: 1.4-4
description: Symlinks scans directories for symbolic links and lists them on stdout. 
Each link is prefixed with a classification of relative, absolute, dangling, messy, lengthy or other_fs. . 
Symlinks can also convert absolute links (within the same filesystem) 
to relative links and can delete messy and dangling links.

#81 Other Issues » [SOLVED] Exaclibur: Targets of symbolic links in /usr/local/bin changed » 2024-07-20 20:26:34

delgado
Replies: 3

Hi,

a way to have programs from /opt in the $PATH is to make symbolic links in a bin directory.
One day (begin of July) all link targets in /usr/local/bin changed from absolut paths to relative paths.
Most likely during an upgrade. On excalibur, not on daedalus.

cd /usr/local/bin
ls -l kpackage
kpackage -> /opt/trinity/bin/kpackage          # original
kpackage -> ../../../opt/trinity/bin/kpackage  # now

Why?

#82 Re: Hardware & System Configuration » (howTo) hibernate after automatic install? » 2024-07-20 14:29:25

As EDX-0 suggested in #2: Just create a swap file of decent size, and you should be good to go.
It is not too complicated and described in e.g.: https://wiki.archlinux.org/title/swap , section 3.1 "Swap file creation".

#83 Re: Installation » Upgrade custom Devuan. » 2024-07-14 22:31:23

@fsmithred:  Thanks for debsums!

@SpongeBOB:  My personal preference is to upgrade - beside the good advices above.

#84 Re: Desktop and Multimedia » virt-manager not installable in excalibur » 2024-07-14 21:32:04

Patience. excalibur is currently 'testing' and such issues are usually solved in one or some days.

#85 Re: Other Issues » [SOLVED] no fix for CVE regreSSHion on armhf? » 2024-07-06 19:44:57

Not sure about the architecture, but do you have daedalus-security in /etc/apt/sources.list?

EDIT: Ups, there is another thread respective this issue.

#86 Re: Other Issues » Chromium wonky for anybody else? » 2024-07-05 18:58:48

Ich kaufe ein "G" und möchte auflösen:

Google Chrome,
Vivaldi,
Opera
and worst of all f*ck Mickysoft's Edsh.

EDIT: And the best part of all existing Android "Apps".

#87 Re: Installation » [SOLVED] Fujitsu Lifebook U728 + Devuan 4 » 2024-06-29 09:28:53

nahkhiirmees wrote:

It would be easy if i could just make that machine somehow forget that it is supposed to access ssd before booting from optical.
But the first attempts at that have not been successful.

Did you try to reset the BIOS/(U)EFI settings to system default?
There should be a menu somewhere saying something like "load save defaults".

#88 Re: Hardware & System Configuration » Chimaera - Audio and Video problem » 2024-06-25 18:38:41

Maybe missing firmware?

apt list --installed | grep firmware

firmware-intel-sound
firmware-realtek
firmware-linux 
firmware-linux-free 
firmware-linux-nonfree

#89 Re: Installation » Upgrade to Daedalus did not upgrade kernel » 2024-06-21 07:31:48

Then maybe it is:

apt install linux-image-arm64  -s

  The switch -s is for simulation - to see what would happen. 

Package info:
https://pkginfo.devuan.org/cgi-bin/poli … 4&x=submit

#90 Re: Installation » Upgrade to Daedalus did not upgrade kernel » 2024-06-20 16:14:23

Hi,
is the generic linux image installed?
apt list --installed | grep linux-image for a check and in case it's not:
apt install linux-image-xxxx
where xxxx is amd64 on my PC, but something else for the arm-CPU of a Raspi 3+.

#91 Re: Installation » [SOLVED] Migrating Rackspace Bookworm to Daedalus? » 2024-06-11 20:37:58

History: When devuan forked debian, the std. network interface name was eth0 on both systems, so a migration does not change anything in this respect. And this is (probably) the case for Buster.
Some years later (release?) debian changed the naming convention to the current expression, devuan did not. Now the default net device names are different.

apt-get install net-tools works on any recent debian, no idea what rackspace did.

#92 Re: Freedom Hacks » the right procedure ? » 2024-06-11 18:24:57

Not allowing java script by default can help.
I usually have the extensions "ublock origin" and "umatrix" running with firefox.

#93 Re: Installation » [SOLVED] Migrating Rackspace Bookworm to Daedalus? » 2024-06-11 17:39:50

to a) Buster probably still used eth0/eth1 itself (don't remember, when the change was in debian).
Then there was no net-device-name change during migration.

to b) There is no network-auto-configuration tool involved during migration.
E.g. network-manager or connman would do such things, if installed.
When you use plain dhcp without such programs, it's your task to fix the network.

net-tools are not installed by default anymore, but present in the std. repos.

Regards

#94 Re: Hardware & System Configuration » merged /usr » 2024-06-07 15:11:09

Thats fine, but i cant install usrmerge, i cant install anything now, apt/dpkg is broken.
EDIT: this was a reply to someone but they deleted the post.

Sorry for the inconvenience. The post's online time was less than 5 minutes. Tight timing!
It was the 3rd post in less than three minutes (after ralph and soren), saying that you need usrmeger for ceres.
BTW: In such cases, It is possible install a downloaded package via dpkg -i /path_to/some-package.deb manually.

Anyway. Good to hear that you made it!

#95 Re: Installation » [SOLVED] Migrating Rackspace Bookworm to Daedalus? » 2024-06-04 20:52:58

Probably I confused you. That was not intended.
Both points in my 1st post are completely optional! And proposed, since the offical migration did not work in your case.

#3
Clearly after that reboot I'm ending up with eth0 and eth1

Which clearly indicates "net.ifnames=0"

#5
So first of all, adding net.ifnames=0 to the kernel parameters (and I did make sure that I actually saw that option in /proc/cmdline) did NOT cause it to use the enX0/enX1 interface names...they were still set to eth0/eth1 after rebooting.

Of couse not. "net.ifnames=1" would accomplish that. (At least on plain debian and without addional renaming).

#96 Re: Installation » [SOLVED] Migrating Rackspace Bookworm to Daedalus? » 2024-06-03 20:14:10

I have no idea what "Rackspace's Debian Bookworm VM" might imply, but anyway.

Network:
The configuration is changing during migration. One option is to keep the configured "enp0s0"-alike debian device name:

$ su -
# echo 'GRUB_CMDLINE_LINUX="net.ifnames=1"' >>/etc/default/grub     ### OR to 'GRUB_CMDLINE_LINUX_DEFAULT' 
# update-grub

To further split migration in smaller parts, you could try to

# apt install sysvinit-core

as debian (reboot needed!) and then migrate to devuan.

#97 Re: Installation » [Ceres] - apt cannot validate repo signatures anymore » 2024-05-28 19:56:21

Just fishing in the dark ...  . You mentioned "HTTPS-enabled repos":

There is an issue with devuan repos and https - I don't remember details.
"deb http://" is recommended, while "deb https://" should not be used for *some* reason with the (merged) devuan repos.

cat /et/apt/sources.list | grep ceres
deb http://deb.devuan.org/merged ceres main contrib non-free non-free-firmware

#98 Re: Off-topic » Firefox is becoming too chrome like. » 2024-05-24 15:54:10

Reminds me on a Raspi 2.
A real slow micro-computer, but it can be used for video playback, if you purchased a license for "video decoding on the graphics hardware" additionally.
Chrome OS may include proprietary firmware with such a feature?

#99 Re: Desktop and Multimedia » [SOLVED] Discord Flatpak - No sound on Ratpoison WM » 2024-05-24 15:41:38

Are you using pipewire audio?

There are usually 3 programs to start with the X session (pipewire, pipewire-pulse, wireplumber. There is a forum thread).
Maybe, these are auto-started on XFCE, but not on Ratpoison?

#100 Re: Installation » [SOLVED] X11 problem with Daedalus » 2024-05-22 10:21:55

robert-e wrote:

I have a clonezilla backup of Chimaera install that works perfectly.

In this situation, I would have upgrade chimaera to daedalus.

EDIT:
The one line above sounds stupid, sorry. I'll try again in detail:

There is no need to re-install. Doing a dist-upgrade with apt works fine. Benefits are: Manual configurations are preserved, less time consuming, everything is basically as it was. The process is not too complicated and in the worst case you can recover chimaera.
(edit /etc/apt/sources.list accordingly; apt update; apt upgrade; apt dist-upgrade and it's done)

Board footer

Forum Software