The officially official Devuan Forum!

You are not logged in.

#51 Re: Other Issues » can't run Thunar as user: segmentation fault » 2023-02-01 19:52:05

Why have you added Debian buster & bullseye repositories?

The active sources show your "version" just fine, no need to bother with lsb_release.

#52 Re: Other Issues » can't run Thunar as user: segmentation fault » 2023-02-01 17:34:55

Which version of Devuan is this?

Please post the output of

apt policy

You should probably also tell us which desktop environment (or window manager) you're using.

#53 Re: Installation » [SOLVED] Debian / non-free-firmware » 2023-02-01 17:25:44

This is all resulting from the General Resolution vote about non-free firmware for the upcoming Debian bookworm release:

https://www.debian.org/vote/2022/vote_003

(Don't try to understand the Condorcet voting system, it will just make your head hurt.)

More information in these threads:

https://lists.debian.org/debian-boot/20 … 00044.html

https://lists.debian.org/debian-boot/20 … 00150.html

#56 Re: Desktop and Multimedia » GIMP interface icons. » 2023-01-31 17:35:42

Why have you posted a picture of text? What is wrong with you?

#57 Re: Desktop and Multimedia » GIMP interface icons. » 2023-01-31 17:12:48

This will show the Devuan version:

apt policy

Probably useful information.

#59 Re: Devuan Derivatives » Musl based Devuan derivative? » 2023-01-31 17:02:58

I've been banging the musl libc drum for years now. GNU's libc version is bloated and just as guilty of feeping creaturism as systemd, IMO. In fact systemd relies on GNU's non-standard libc extensions for many of it's features, which is why musl libc is incompatible.

However, rebasing the distribution to musl would require rebuilding and repackaging the entire Debian distribution, including the toolchain, which is a stupid amount of work. Expecting the Devuan developers to take that on is just not reasonable.

Stick to Alpine, it's completely awesome and it's also one of the more popular Linux (not GNU/Linux btw, no GNU bloat in the stock system) distributions so it's not going anywhere in a hurry.

#60 Re: Off-topic » Music » 2023-01-30 21:00:05

It Takes A Nation Of Millions To Hold Us Back by Public Enemy. Best rap album ever? I think so.

https://www.qobuz.com/gb-en/album/it-ta … 0254704575

#62 Re: Hardware & System Configuration » [SOLVED] Where to find amd graphics firmware now » 2023-01-30 20:36:00

I can see it:

$ apt search amd-graphics
Sorting... Done
Full Text Search... Done
firmware-amd-graphics/testing,testing 20221214-5 all [upgradable from: 20221214-3]
  Binary firmware for AMD/ATI graphics chips

$ cat /etc/apt/sources.list                                                                                                                                                                         
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
$

Have you added the new non-free-firmware component and run apt update? There might be a slight delay with amprolla, the component was only added 2023-01-27.

#66 Re: Freedom Hacks » Tinfoil Tuxery - Packages_of_interest » 2023-01-28 18:55:57

d1thy wrote:

A few weeks ago, i installed redshift, in order to change colortemp on my screen.
But.. It wanted to install 'geoclue-2.0' and 'iio-sensor-proxy' too.

Just use equivs to generate "fake" packages to satisfy those dependencies without providing the functionality.

To do this create a file called geoclue-2.0.ctl with this content:

Package: geoclue-2.0-dummy
Provides: geoclue-2.0
Conflicts: geoclue-2.0
Description: geoclue-2.0 dummy package

Then run

equivs-build geoclue-2.0.ctl
dpkg -i geoclue-2.0-dummy*.deb # as root

Use the same technique with any other "fakes" that may be required.

#68 Re: DIY » sudo and slim » 2023-01-27 20:59:31

nahkhiirmees wrote:

Unfortunately something happened to my old computer so that it became non-compatible with GRUB

Sounds unlikely. Feel free to open a new thread about that.

#69 Re: DIY » sudo and slim » 2023-01-27 20:58:09

@golinux: I think antiX is using https://gitlab.com/antix-contribs/slimski. I thought Devuan was as well tbh.

#70 Re: Hardware & System Configuration » [SOLVED] Devuan 4 in Brazilian Portuguese » 2023-01-27 20:47:04

Hello :-)

Have you tried

# dpkg-reconfigure locales

Which programs are you having problems with?

#71 Re: DIY » sudo and slim » 2023-01-27 20:43:29

So are you just unsquashing the filesystem, editing things, then re-packing?

Why not build an ISO from scratch instead? I think Refracta has tools for that. I use Debian's live-build myself, which works really well.

#72 Re: DIY » sudo and slim » 2023-01-27 20:35:52

The original version of SLiM was broken in respect of login sessions but it looks like the new "SLiMski" (lol) version has fixed that.

It's really not worth bothering with though because it runs X under the root user. My live ISO images used startx from a console login to get X running under the normal user and remove a layer of needless bloat.

No idea how to configure SLiM though, sorry. I wouldn't touch that software with your 10 foot barge pole big_smile

#74 Re: DIY » sudo and slim » 2023-01-27 18:37:06

nahkhiirmees wrote:

First i used "sudo usermod -G devuan,cdrom,floppy,audio,dip,video,plugdev,netdev devuan" . After that i locked out and i could not back log in as "devuan" .

Just tried that. Was able to log in again fine afterwards.

nahkhiirmees wrote:

The livecd i tried is modified devuan chimaera.

Can you be more specific? Looks like you broke it big_smile

EDIT: and please don't full-quote unnecessarily. It makes the thread harder to follow.

#75 Re: DIY » sudo and slim » 2023-01-27 17:52:51

nahkhiirmees wrote:

So first i thought that i'll remove user "devuan" from group sudo. After that i couldn't log in.

I cannot reproduce that with devuan_chimaera_4.0.2_amd64_desktop-live.iso.

I used

sudo gpasswd -d devuan sudo

Then logged out and was able to log in again via SLiM with no problems.

What were the exact commands you used? Was this with a stock ISO image?

Board footer

Forum Software