The officially official Devuan Forum!

You are not logged in.

#1 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-13 19:44:50

SOLVED

what was needed:
- Remove dbus and libdbus1-3 
- Install libdbus1-3 and then dbus

Incredible that something seemingly so easy kept me occupied for so long. Thank you everyone for all support! <3

#2 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-13 10:54:04

apt-mark showhold has not output at all

apt install libdbus-1-3 --reinstall -s

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reinstallation of libdbus-1-3 is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I have tried to reinstall chimaera a few times on this vps.
I already tried .iso installation but it didn't work (don't remember the exact problem rn).
The rsync option I haven't yet tried, tho I need to make some research which steps are needed.

#3 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-13 08:58:53

When I do lsb_release -a

No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera)
Release:	4
Codename:	chimaera

is the desktop installation necessarily to complete the installation even though it is for a vps?

#4 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-13 07:52:09

apt install task-xfce-desktop

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 task-xfce-desktop : Depends: slim but it is not installable or
                              lightdm but it is not installable
                     Recommends: xfce4-power-manager but it is not installable
                     Recommends: default-dbus-session-bus or
                                 dbus-session-bus
                     Recommends: network-manager-gnome but it is not installable or
                                 connman-gtk but it is not installable or
                                 cmst but it is not installable
                     Recommends: synaptic but it is not installable
 xfconf : Depends: default-dbus-session-bus or
                   dbus-session-bus
E: Unable to correct problems, you have held broken packages.

There is no files in folder --> /etc/apt/sources.list.d

/etc/apt/sources.list contains this:

#deb http://ro.mirror.flokinet.net/debian bullseye main
#deb-src http://ro.mirror.flokinet.net/debian bullseye main
#deb http://security.debian.org/debian-security bullseye-security main
#deb-src http://security.debian.org/debian-security bullseye-security main
#deb http://ro.mirror.flokinet.net/debian bullseye-updates main
#deb-src http://ro.mirror.flokinet.net/debian bullseye-updates main
#deb http://ro.mirror.flokinet.net/debian bullseye-backports main
#deb-src http://ro.mirror.flokinet.net/debian bullseye-backports main

deb http://deb.devuan.org/merged chimaera main
deb http://deb.devuan.org/merged chimaera-updates main
deb http://deb.devuan.org/merged chimaera-security main
#deb http://deb.devuan.org/merged chimaera-backports main

apt install dbus

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 dbus : Depends: libdbus-1-3 (= 1.12.24-0+deb11u1devuan1) but 1.12.28-0+deb11u1 is to be installed
E: Unable to correct problems, you have held broken packages.

#5 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-08 07:04:40

The keyring was indeed overlooked and is installed now. I went through all the steps though it continues to output missing dependencies on the last step.

 apt-get install task-gnome-desktop
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gcr : Depends: default-dbus-session-bus or
                dbus-session-bus
 gdm3 : Depends: dconf-gsettings-backend (>= 0.20) but it is not installable
 gnome-core : Depends: dconf-gsettings-backend (>= 0.38) but it is not installable
              Recommends: network-manager-gnome but it is not installable
 gnome-keyring : Depends: default-dbus-session-bus or
                          dbus-session-bus
 gnome-session-bin : Depends: dbus-x11 but it is not installable
 gnome-terminal : Depends: default-dbus-session-bus or
                           dbus-session-bus
 tracker : Depends: default-dbus-session-bus or
                    dbus-session-bus
E: Unable to correct problems, you have held broken packages.

#6 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-07 11:15:32

apt policy devuan-keyring

 
devuan-keyring:
  Installed: (none)
  Candidate: 2022.09.04
  Version table:
     2022.09.04 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages

#7 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-07 09:08:44

Thank you everyone for suggestions and guidance <3 Hope this works as intended.

Output of cat /etc/apt/sources.list (note that the last line initially was commented -- in the guide -- and I tried both with and without but no difference)

deb http://deb.devuan.org/merged chimaera main
deb http://deb.devuan.org/merged chimaera-updates main
deb http://deb.devuan.org/merged chimaera-security main
deb http://deb.devuan.org/merged chimaera-backports main

apt policy '*dbus-session*'

default-dbus-session-bus:
  Installed: (none)
  Candidate: (none)
  Version table:
dbus-session-bus:
  Installed: (none)
  Candidate: (none)
  Version table:
dbus-session-bus-common:
  Installed: (none)
  Candidate: (none)
  Version table:

apt update && apt dist-upgrade

Get:1 http://deb.devuan.org/merged chimaera-security InRelease [26.4 kB]
Get:2 http://deb.devuan.org/merged chimaera InRelease [33.5 kB]
Get:3 http://deb.devuan.org/merged chimaera-updates InRelease [26.1 kB]
Get:4 http://deb.devuan.org/merged chimaera-backports InRelease [26.6 kB]
Err:1 http://deb.devuan.org/merged chimaera-security InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Err:2 http://deb.devuan.org/merged chimaera InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Err:3 http://deb.devuan.org/merged chimaera-updates InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Err:4 http://deb.devuan.org/merged chimaera-backports InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Reading package lists... Done
W: GPG error: http://deb.devuan.org/merged chimaera-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository 'http://deb.devuan.org/merged chimaera-security InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.devuan.org/merged chimaera InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository 'http://deb.devuan.org/merged chimaera InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.devuan.org/merged chimaera-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository 'http://deb.devuan.org/merged chimaera-updates InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.devuan.org/merged chimaera-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository 'http://deb.devuan.org/merged chimaera-backports InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

also, if I try -> apt install dbus

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dbus is already the newest version (1.12.28-0+deb11u1).
The following packages were automatically installed and are no longer required:
  libargon2-1 libcryptsetup12
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

#8 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-06 15:49:19

I am currently trying to migrate from bullseye to chimaera following the steps in link shared. everything goes well until `apt-get install task-xfce-desktop` when I get:

The following packages have unmet dependencies:
xfconf : Depends: default-dbus-session-bus or
                   dbus-session-bus
E: Unable to correct problems, you have held broken packages.

If I instead try to install gnome desktop, I get:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gcr : Depends: default-dbus-session-bus or
                dbus-session-bus
gdm3 : Depends: dconf-gsettings-backend (>= 0.20) but it is not installable
gnome-core : Depends: dconf-gsettings-backend (>= 0.38) but it is not installable
              Recommends: network-manager-gnome but it is not installable
gnome-keyring : Depends: default-dbus-session-bus or
                          dbus-session-bus
gnome-session-bin : Depends: dbus-x11 but it is not installable
gnome-terminal : Depends: default-dbus-session-bus or
                           dbus-session-bus
tracker : Depends: default-dbus-session-bus or
                    dbus-session-bus
E: Unable to correct problems, you have held broken packages.

I do:

apt --fix-broken install

nothing is done.

Note: dbus is installed, but this doesn't suffice it seems.

#9 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-02 11:23:32

You are brilliant, what a great idea with migration! Will try this now. Thank you so much for supporting me with this. It made my day <3

#10 Off-topic » [SOLVED] Installing devuan on vps » 2024-04-30 13:24:14

tyrlak
Replies: 20

I'm am trying to install devuan on a vps which has debian bullseye currently. I am not well versed in ansible and don't know how I can run the .iso file directly from the vps to start the setup. If anyone could share how to do that or point to resources it would be an incredible support for me trying to learn these things.

#11 Re: Installation » devuan_chimaera_4.0.0_amd64_desktop.iso installation freezes » 2024-04-30 13:13:13

I just followed the guide and chose the LVM full disk encryption. Now it works until the end, but when rebooting it several times reject my password when I'm fairly sure it was not incorrect, then it works and it's like having a computer from the 90ies. It takes ten minutes to get from the username to the password box and then another ten to get in to the computer. when I restarted I could type the encryption password and then the screen went black and nothing more happened. I don't really know what I'm doing wrong.

#12 Re: Installation » devuan_chimaera_4.0.0_amd64_desktop.iso installation freezes » 2024-04-26 10:22:52

Thank you very much for the support. I will make sure to check everything again and note down errors to be more specific henceforth.

#13 Installation » devuan_chimaera_4.0.0_amd64_desktop.iso installation freezes » 2024-04-26 09:29:20

tyrlak
Replies: 13

I'm trying to install devuan with complete disk encryption on a Lenovo T14 Gen4. When booting I see 'cannot find tag 0x0' or something like that but then it works until software installation at the end where it freezes, many times at 71%, but it's not always like that. I tried to install Chimaera as this is running on another computer and that also froze at 26% when installing software.  If anyone have the time to help me out I'd really appreciate it. I've been trying to research the issue, and testing different bios setup, but I don't know it very well and it would be better to hear from someone with knowledge and experience than trying to guess.

Board footer

Forum Software