The officially official Devuan Forum!

You are not logged in.

#76 Re: Hardware & System Configuration » Instructions for installing lightdm on new Devuan 5 installation? » 2024-12-29 09:42:10

I am a long term user of Lightdm on amd64, but I see no reason why it shouldn't work on i386.

Simple instructions:

# apt install lightdm
# nano /etc/lightdm/lightdm.conf

Edit under Seats, remove the hash before greeter_hide_users

#77 Re: Hardware & System Configuration » [SOLVED] I can't install hplip on Excalibur » 2024-12-22 07:00:20

I recommend strongly to put a hash # before the ceres line.

#78 Re: Installation » [SOLVED] Help needed to install Devuan Beowulf on Asus Mini-PC » 2024-12-22 06:58:14

I would say: wrong approach.
1.) Do not use Beowulf, use Daedalus. Beowulf is too old for that hardware and no more maintained.
2.) Do not try i386, use amd64. i386 on a modern UEFI PC may not boot at all.

Forget about this FAT32 formatting of the USB stick, this is nonsense. What you show is basically correct, unfortunately just the i386 version. The iso is loaded onto the bare stick.

Get a Daedalus netinstall amd64 and write it to the stick the same way as the Beowulf version. When you boot from the stick use that entry in the boot menu that has the (U)EFI-Prefix.

Good luck

#79 Re: Hardware & System Configuration » [SOLVED] I can't install hplip on Excalibur » 2024-12-21 15:50:03

For completeness you should add non-free-firmware to your sources.list.

Using Ceres: it may work, it also can brick your system.

Procedure:
Add this line to your sources.list

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

Run the following commands

# apt update
# apt -t ceres install hplip

Then comment out Ceres in your sources.list and run another apt update.

No warrenty.

#81 Re: Installation » [SOLVED] Always the latest kernel » 2024-12-11 20:45:27

This question was raised before and answered:
The meta-package takes care for upgrading the kernel. No matter if you run the stock kernels, or the backports kernels.

Its a matter of which meta-package you have installed: the stock version (which you have) or the backports version (apt -t daedalus-backports install linux-image-amd64). You have to make up your mind which kernel series you would like to have updated.

#82 Re: Installation » Remote directory for updates deb.devuan.org not work !!! » 2024-12-10 22:18:41

Wait a moment, you used deb.devuan.com. Thats not correct. Please use deb.devuan.org to ping.

On the other hand: this is my result:

~$ ping -c 1 deb.devuan.org
PING deb.rr.devuan.org (131.188.12.211) 56(84) bytes of data.
64 bytes from ftp.rrze.uni-erlangen.de (131.188.12.211): icmp_seq=1 ttl=52 time=32.9 ms

--- deb.rr.devuan.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 32.882/32.882/32.882/0.000 ms

~$ ping -c 1 deb.devuan.com
PING deb.devuan.com (199.59.243.227) 56(84) bytes of data.
64 bytes from 199.59.243.227 (199.59.243.227): icmp_seq=1 ttl=248 time=14.8 ms

--- deb.devuan.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 14.752/14.752/14.752/0.000 ms

No loss on both.

You should blame it to your internet provider. They are filtering/blocking stuff they do not understand. Talk to them why you can't get even a ping to a software site.

#83 Re: Installation » Remote directory for updates deb.devuan.org not work !!! » 2024-12-10 16:53:24

So close by ...

Have you tried the other three mirrors on the list?

#84 Re: Installation » Remote directory for updates deb.devuan.org not work !!! » 2024-12-10 12:41:31

Welcome Phil.

I think you are slightly off track, the server called deb.devuan.org just works fine. Just did an apt update on my Daedalus, it worked here in Germany via the Telekom network. I can also switch to the devuan.org web page via the link on the right hand corner at the top of this page.

There were various events like this in the past, typically apt update not working against deb.devuan.org. You may search this forum for posts about this issue.

None of them was a server failure. It always boiled down to DNS issues. Various approaches are possible: use another DNS, look for a close by suitable mirror via this page https://www.devuan.org/get-devuan, talk to your network provider ...

Good luck

#85 Re: Installation » Has anyone got Devuan to run on HP + Intel RST? » 2024-12-10 08:59:05

No matter what I do though, I can’t get the RST option to light up; it’s hard disabled in firmware even though it’s there.

Maybe you need to set a supervisor password in the Bios?

#86 Re: Hardware & System Configuration » Swapon bash:command not found ? » 2024-12-03 22:00:49

You should have been trapped in any release including Beowulf and later. The only way around is a dedicated root terminal.

The problem itself is inherited from Debian. In Buster there was a move of the su command from one package to another (I don't know exactly the names, can be found in the internet). They told me now the su command behaves as in any other Unix/Linux. Not that I like it, I see that very often the "normal" user stumbles across this behaviour. Not really user friendly. Not a bug, works as intended by the people knowing better.

#88 Re: Installation » Devuan 5 not Booting on 2005 Toshiba Tecra A7 Intel Centrino Duo » 2024-12-01 09:26:38

That laptop should have a DVD drive. Its possibly easier to boot from there instead of from USB.

And if only 512M of RAM is installed, this isn't good enough to start from.

#90 Re: Other Issues » [SOLVED] Strange window after start » 2024-11-26 13:01:48

Edit the headline in your initial post and add a [Solved] or something similar there.

BTW: afaik slim no more is maintained. It might be a good idea to switch to i.e. lightdm.

#91 Re: Hardware & System Configuration » Thinkpad t460p, ext. keyboard detection not working after upgrade » 2024-11-23 12:06:54

i915 firmware is graphics. Nothing to do with the keyboard. To get rid of the message, enable non-free-firmware in the sources.list and install firmware-misc-nonfree (if not already present).

Sounds like a possible problem with the initramfs. No idea how to fix that.

You could try a backports kernel.

#92 Re: Hardware & System Configuration » Thinkpad t460p, ext. keyboard detection not working after upgrade » 2024-11-22 21:14:21

What are we talking about? Chimaera, Daedalus, Excalibur? Anything else?

#93 Re: Packaging for Devuan » Lazarus weird after update » 2024-11-21 15:31:41

Checked under Excalibur: there version 3.6 is available.

You are mixing stable and testing. I would call this idea at least challenging, its no good idea if you do not know exactly what you are doing.

#94 Re: Packaging for Devuan » Lazarus weird after update » 2024-11-21 13:52:24

Checked on my Daedalus with backports enabled. Synaptic shows version 2.2 from the standard repo, and 3.0 from backports as available. Nothing about 3.6.

The metapackage lazarus-2.2 re. lazarus-3.0 should install the complete suite.

To get hold of version 3.6 you must have added an external repo. What exactly did you do regarding this "trick" to synaptic?

#95 Re: Other Issues » Waydroid on Daedalus » 2024-11-17 15:39:37

Try bookworm instead. You may need to download the file directly, not using curl.

#96 Re: Installation » [SOLVED] Release file is not valid » 2024-11-11 21:52:40

The sources.list seems to be ok, but what is present in /etc/apt/sources.list.d? This tailscale repo must come from somewhere ... Iguess thats the problem.

What have you installed from there?

#98 Re: Off-topic » A Libreoffice Writer ODT that Crashes the Devuan Desktop » 2024-11-06 16:32:50

I use

# apt list libreoffice*

There the backports packages are present. The solution for the complete package is e.g. libreoffice-gtk4 or libreoffice-qt6. There are no single packages for writer.

Anyhow: nothing from backports is installed automagically. Pinning makes sure backports doesn't have highest prio. If you want to install something from backports, you need to specify that by using:

# apt -t daedalus-backports install $Packagename

#99 Re: Off-topic » A Libreoffice Writer ODT that Crashes the Devuan Desktop » 2024-11-06 15:17:09

Well, 7.4.7 is what is available in Daedalus main/security. Daedalus backports has 24.8.2. You might give that a try.

7.6.7 only is available as direct download from https://downloadarchive.documentfoundat … ffice/old/. If you do not trust the backports version, that would be an alternative. If you want I can describe what you need to do to remove 7.4.7 and to install 7.6.7.

#100 Re: Installation » [SOLVED] MAC address changes every reboot » 2024-11-04 17:25:45

Seagate Personal Cloud, armhf NAS device

Maybe this device has some internal setting that keeps it from changing the MAC.

Board footer

Forum Software