The officially official Devuan Forum!

You are not logged in.

#1026 Re: Desktop and Multimedia » Genuine question regarding devuan, » 2021-02-17 13:37:01

Here is an example regarding ASCII with Mate desktop: https://dev1galaxy.org/viewtopic.php?id=1952

Maybe this helps.

rolfie

#1027 Re: Other Issues » apt thinks its only sources are the installation CD/DVD » 2021-02-17 11:39:30

MysticLord wrote:
cat /etc/apt/sources.list
# 

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.devuan.org/merged beowulf-security main
deb-src http://deb.devuan.org/merged beowulf-security main

# beowulf-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.devuan.org/merged beowulf-updates main
deb-src http://deb.devuan.org/merged beowulf-updates main

1. Got any other sources I should use (mirrors, for instance), and if so can you tell me why (or point me towards something that will tell me what and why)?

The main repo is missing.

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

Consider if you need to complie packages. If not, disable the deb-src lines.

MysticLord wrote:

2. Got anything to read RE mirrors and how that helps me or Devuan in general?

Scan through https://www.devuan.org/. There is a lot of useful information.

MysticLord wrote:

During the upgrade (which was blessedly fast and simple compared to Windows 10), I noticed this:

/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.19.0-9-amd64
W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3

A search indicates it could prevent network cards from working after reboot. If that's an issue, the same says that I need to add non-free to my sources.
https://thespecter.net/blog/technology/ … odule-tg3/

Going back to the link rolfie posted:

Note that all software shipped with Devuan in the main component is free software. But if needed, non-free software is also available. Just add the non-free and contrib components to the appropriate line(s) in /etc/apt/sources.list like this:

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

Is there any way to specify that I only want certain software from a specific source? I do a lot of emulation and rom-hacking stuff, and the authors of programs for such love to require the latest stable versions for compilation.

Enabling contrib non-free does not mean everything in there is installed automatically. You have to install packages from non-free explicitely to have them available. Once they are installed they are maintained automatically. Example:

apt install firmware-linux-nonfree

You may also install non-free packages, and then disable the non-free section in the sources.list again. Your choice. But then the stuff is no more updated.

MysticLord wrote:

How would I add package sources from debian while restricting it to the subsets that don't require things that are forbidden in devuan?

This is not recommended at all.

MysticLord wrote:

Where can I see the list of packages that are forbidden?

Look for "Banned packages" on the Devuan web page.

rolfie

#1028 Re: Installation » EFI mode in Beowulf point release working? » 2021-02-16 19:59:52

I am directly booting the iso into the VM. Beowulf 3.1.0 with runit is up and running on cli level in the VM now.

#1029 Re: Installation » EFI mode in Beowulf point release working? » 2021-02-16 19:46:27

Found a solution. When playing around with various isos I had available I realised that the latest Bullseye download did boot in efi mode, whilst all Devuan isos didn't. Looked at the difference, and found that the Debian stuff has an EFI folder in the iso.

Extracted the 3.1.0 iso, added the EFI folder from Bullseye, and burnt it with brasero to a new iso. That now boots into VBox.

Is that something to consider for Devuan too?

rolfie

#1030 Re: Installation » EFI mode in Beowulf point release working? » 2021-02-16 17:26:17

I know the effect that most distros end up in the efi shell after being switched off once. And I know the workarounds. Also I would claim VBox has improved the efi support a bit recently, its not only Arch which is starting automatically now. Or it may be related to the fact that I created a file in the efi shell that simulates the nvram (can't remember the name out of the top of my head, need to look it up).

In my case I even can't get the installer iso to boot in efi mode. I searched through FS0: but couldn't find any grubx64.efi or any efi file. Which file starts the installer in efi mode?

rolfie

Edit: on a bootable Beowulf memory stick that I think was created from the 3.0.0 DVD an EFI directory is present containing a BOOTX64.efi, which I do not find in FS0:, BLK1: or BLK2:.

#1031 Installation » EFI mode in Beowulf point release working? » 2021-02-16 16:55:22

rolfie
Replies: 6

Downloaded the netinstall and the server isos to play a bit with the runit setup in a VBox VM.

Both boot up fine when in BIOS mode, with the efi setup I end up in the efi shell. This also happens with the 3.0.0 netinstall image.

I am running 6.1.18 on Beowulf/Mate. Another install a few days ago worked in efi mode.

Is there something wrong with the isos or is my VBox suddenly screwed? How can I start the iso manually from the efi shell?

rolfie

#1033 Re: Desktop and Multimedia » Genuine question regarding devuan, » 2021-02-16 13:21:58

Most likely a matter of user rights and policies. Maybe related to elogind?

Are you on Beowulf? Which desktop, how do you start? How did you get there? Upgrade from ASCII, fresh install?

rolfie

#1034 Re: News & Announcements » Devuan Beowulf 3.1.0 point release » 2021-02-16 13:18:03

The path issue with su is not a Devuan topic but coming down from the Debian side of things. Get used to this. Also there are hints in the Release Notes how to handle the issue on your own.

Rolfie

#1035 Re: Desktop and Multimedia » sources.list virtualbox beowulf » 2021-02-02 18:32:59

Alternative solution:
download VBox directly from Oracle including the extension pack, copy the Buster .deb file to /tmp and install it with dpkg -i.

rolfie

#1037 Re: Other Issues » [Solved] Mate Desktop » 2021-01-26 15:03:27

Too bad, I am stuck here. You definitely need the elogind versions of these packages for mate desktop to work correctly.

That command did the job for me a while ago. Maybe one of the real Linux gurus can help.

Sorry that I could not help to fix this, rolfie

Edith: That problem with consolekit/elogind came up with ASCII, finally found the original post about that problem: https://dev1galaxy.org/viewtopic.php?id=1952

#1038 Re: Other Issues » [Solved] Mate Desktop » 2021-01-26 14:54:07

What happens if you try this?

apt install libpolkit-gobject-elogind-1-0 libpolkit-backend-elogind-1-0

#1039 Re: Other Issues » [Solved] Mate Desktop » 2021-01-26 14:42:37

Beowulf works out of the box normally. consolekit does not work nicely with mate/lightdm. Installing it past mate causes your problems I think. I can't exactly remember if there were issues in ASCII, or if that was during early Beowulf. Too lazy to search all my posts.

Give this a try:

apt install libpolkit-gobject-elogind-1-0

That should replace the consolekit packages  with the elogind ones that work.

rolfie

#1040 Re: Other Issues » [Solved] Mate Desktop » 2021-01-26 14:17:13

Which version are we talking about? ASCII/Beowulf/Chimaera/Ceres?

How did you install Mate? Consolekit might be the issue, I remember having some issues with this with early Beowulf, I think. Have a look in this forum and in the release notes. An installation directly from any install media should work fine though without the need to tweak anything. 

As a long time Mate user I never had problems setting these topics. Use System from the top panel. Since I have a German version running, I can't give you the English terms, but there you find everything.

rolfie

#1042 Re: Desktop and Multimedia » Does Lightdm work now with Devuan? » 2021-01-08 10:29:33

Yes it works fine. ASCII, Beowulf, Chimaera, with Mate desktop & Cinnamon.

rolfie

#1043 Re: Desktop and Multimedia » What AMD graphics card (< US$250) works on Beowulf? » 2020-12-20 10:35:28

I am running a 5500XT with Beowulf on 2 X570 mainboards with Ryzen 3700X, latest backports kernel and firmware, Mate Desktop. For Gnome/Cinnamon you need the MX Mesa package upgrade. Read the linked post and all its branches.

rolfie

#1045 Re: Hardware & System Configuration » [Solved] Boot error messages for non-existant drives » 2020-11-25 17:52:11

golinux wrote:

@rolfie . . . An "Invisible ink" trick?

Impressing, isn't it?

No, you were reading too fast. I just hit TAB in the middle of starting to answer, which posted what I wrote so far. Had to edit the post for a complete answer.

Sorry, easily explainable.

rolfie

#1046 Re: Hardware & System Configuration » [Solved] Boot error messages for non-existant drives » 2020-11-25 17:43:40

Hi Lawson,

sda uses the traditional msdos partitioning, max of 4 primary partitions supported, or you use the dirty trick of adding an extended partition with logical drives. This is what we see here.

sda1 and sda2 are two primary partitions for swap and Devuan. sda3 is the extended partition for the rest of the drive which holds sda5 as first logical partition. This is normal naming. Everything fine and explainable.

lsblk does not show any indication of an open LVM. If the messages don't disturb you too much leave it as is.

Maybe the LVM is hidden in the Ubuntu stuff?

rolfie

#1047 Re: Hardware & System Configuration » [Solved] Boot error messages for non-existant drives » 2020-11-25 15:27:17

You can ignore the errors due to devices sdb to sde. Depending on the type of reader, there is no way to get rid of these messages (I have such an adapter myself in one of my PCs).

About the LVM: are you sure you haven't got that running? What is lsblk showing? Run this as root.

rolfie

#1050 Re: Installation » two questions, new to Devuan » 2020-11-04 17:39:45

FYI: the Devuan team is very small. It concentrates on removing systemd dependencies from Debian packages, the rest is taken over unchanged.

Don't expect a perfect world.

rolfie

Board footer

Forum Software