The officially official Devuan Forum!

You are not logged in.

#326 Re: Devuan » Setting up User accounts - needs improvement » 2022-12-11 10:31:36

ljlinde wrote:

SL 6.5 uses a dialog that allows you assign a user name, USID, and group.   Shamelessly copy it and add it Devuan

I'm not sure the developers have the time to pander to your whims d00d. They're pretty fucking busy already, from what I understand.

Do you have a link to this magical tool you describe? I can have a look and offer some porting suggestions if you want.

#328 Re: Other Issues » [SOLVED] Updates? libpolkit-backend-1-0 and libpolkit-backend-consolekit-1-0 » 2022-12-11 10:22:45

Thanks for sharing the solution. Would you mind posting the content of your "XDG_RUNTIME_DIR script"? It might help other users.

I really should have remembered but I do have to do that in Alpine as well:

$ grep XDG_RUNTIME /alpine/home/empty/.profile
XDG_RUNTIME_DIR="$HOME/.tmp"
export ENV XDG_RUNTIME_DIR MOZ_ENABLE_WAYLAND EDITOR VISUAL BROWSER VDPAU_DRIVER PAGER
$

I have no idea if that's the "correct" way to do it but it works for me™.

#329 Re: Hardware & System Configuration » [SOLVED] How to get hardware info » 2022-12-10 09:58:51

Sorry OP, I don't know why I gave you a wireless device command for your ethernet connection. I must have smoked too much weed. Again.

For ethernet problems go through https://wiki.archlinux.org/title/Networ … leshooting. Anything TLP does opaquely with dodgy bash scripts we can do with full transparency and a text editor :-)

#330 Re: Off-topic » Music » 2022-12-09 21:38:24

Mrs HoaS has made me put on Best of East 17. Loud.

Send Help.

#331 Re: Off-topic » Lennart Poettering (Systemd) Lands at Microsoft After Leaving Red Hat » 2022-12-09 21:18:33

aluma wrote:

Sense from advanced distributions that work mainly in the console or for which you must first find out and download the necessary drivers?

Device problems with De{vu,bi}an are usually caused by firmware rather than drivers, which is what the last few posts have been about.

The official Debian bookworm release ISO images will include the non-free firmware needed to make devices work out-of-the-box, just as they do in distributions such as Ubuntu.

#332 Re: Off-topic » Music » 2022-12-09 12:03:48

Double Album by NOFX. Surprisingly good sound quality for a punk (well, New Wave) record.

#333 Re: Hardware & System Configuration » [SOLVED] How to get hardware info » 2022-12-09 12:01:16

It's always better to actually show the log rather than offer up vague descriptions. It's less effort for you and less confusing for us. Use a pastebin site and share a link if it's very large.

Your link describes a non-working connection rather than an intermittent connection so I don't think it's relevant here. Newer drivers can always be obtained from the backported kernel anyway, no need to compile locally.

Try

# iw dev wlan0 set power_save off

But that is a runtime option and will be lost upon reboot. Use a udev rule to make it permanent.

#335 Re: Installation » pan2, missing 'locale'? » 2022-12-09 00:28:37

torquebar wrote:

is it systemd-free?

It is based on musl libc and so is fundamentally incompatible with systemd, which relies on GNU's extensions.

#336 Re: Installation » pan2, missing 'locale'? » 2022-12-08 23:32:55

You should try Alpine Linux. It rocks.

#337 Re: Hardware & System Configuration » [SOLVED] How to get hardware info » 2022-12-08 23:30:13

lspci -knn

See also https://wiki.debian.org/HowToIdentifyADevice/PCI.

But:

dcolburn wrote:

I'm guessing there's a driver error

I find looking at the logs works better than guessing. Have you tried that?

#338 Re: Desktop and Multimedia » Pipewire » 2022-12-08 21:36:10

@GlennW: try creating a file at ~/.xsessionrc with this content:

wireplumber &
pipewire &
pipewire-pulse &

#339 Re: Forum Feedback » why close my topic!? » 2022-12-08 21:34:05

You expressed your opinion.

I don't think anybody cares.

#340 Re: Off-topic » Obarun » 2022-12-08 21:33:05

How is the s6 implementation? It always confused me somewhat. How easy is it to manage services?

#342 Re: Installation » pan2, missing 'locale'? » 2022-12-08 07:01:48

They're just systemd & GTK SNAFUs. Is anything actually wrong with the application?

#343 Re: Desktop and Multimedia » Pipewire » 2022-12-08 06:58:35

The pipewire.desktop file doesn't need to be executable and also ~/.config/autostart/ is not honoured in simple window manager desktops so for those the pipewire{,-pulse} & wireplumber launcher lines would have to be placed in ~/.xsessionrc instead. This would also work for full desktop environments and so should probably be preferred.

#344 Re: Off-topic » Obarun » 2022-12-08 06:54:50

s6 is lovely, of that there is no doubt, but I do wonder about all the Arch derivatives — Arch itself is perennially short-staffed (hence the recent crusty glibc controversy) so I really can't see how the distributions based off it can have enough expert developers to work effectively.

#345 Re: Off-topic » Music » 2022-12-06 13:00:17

Is that John Cage? tongue

20221206-12h58m54s-grim.png

Too short thought. It should be 4 minutes & 33 seconds...

#347 Re: Off-topic » Music » 2022-12-06 09:51:58

Electronic Generations by Carl Cox.

This is *awesome* through a decent pair of headphones.

Playing this in Qobuz' Web thingy under Firefox via a USB DAC with this ~/.asoundrc:

pcm.Digital {
   type hw
   card v1
}

ctl.!default {
   type hw
   card v1
}

pcm.!default {
   type plug
   slave {
      pcm "Digital"
      rate "unchanged"
   }
}

^ That forces ALSA to pass the PCM stream directly to the DAC (identified as v1 in /proc/asound/cards) without it's usual 48kHz resampling.

We don't need no stinkin' sound servers cool

#348 Re: Desktop and Multimedia » I am tired from Ceres glitches » 2022-12-05 20:43:04

I like to use btrfs so I can have an unlimited number of root & /home subvolumes in the same partition. And the snapshots really help with a development branch — set up automatic snapshots before every update and just rollback if there are any problems.

#349 Re: Off-topic » [SOLVED] I don't know about hardware but need a PC » 2022-12-05 16:24:28

Fifth generation Ryzen should be good. I'm running a 5850U and I will probably switch to bookworm/daedalus after the release. For those branches 6th generation would also work, I think.

EDIT: and with a processor like that even GNOME is as snappy as a pool full of alligators big_smile

#350 Re: Desktop and Multimedia » I am tired from Ceres glitches » 2022-12-05 16:21:01

deepforest wrote:

its my topic

Not really. These boards are a community resource so please treat them as such. Thanks.

Ideally each thread should have a clear title describing a single problem. This helps other users who may encounter that same problem and makes it easy to find with the forum's Search feature.

Threads like this with a vague, meaningless title and no clear aim are more or less useless to everybody. Only experienced users should run the development branches, everyone else should run the stable release. "Glitches" are to be expected when running unstable because the whole point is to fix them before they make it to stable.

Board footer

Forum Software