You are not logged in.
Is it wise to use wicd now that Python2 is obsolete? https://packages.debian.org/experimental/python3-wicd might be a better idea even if it's from experimental.
Have you tried removing the IPv6 configuration? Do you need IPv6?
Do static addresses work? My old router used to "run out" of DHCP slots so perhaps check that as well.
The error message is from insserv(8) so I think it's referring to a script in /etc/init.d/ (called "cgroups"). Do you have such a script and if so does it contain the LSB headers? See the first code block on this page for an example.
And note that your changes to /etc/os-release will be overwritten if the base-files package is updated. EDIT: actually APT might ask a confusing question about it instead. That's always fun when you're in a hurry...
I guess next step would be to try on Debian live?
Yes. The new bullseye images should be available now.
You can use the journal to check for errors:
journalctl --follow# apt install live-build
# lb buildSee my "SharpBang" menuentry here:
https://github.com/Head-on-a-Stick/conf … rub.cfg#L7
The loopback line & fromis= statement declare the full path to the location of the ISO image.
EDIT: hd1,gpt3 in the loopback line translates to /dev/sdb3 (or /dev/nvme0n2p3 in my case).
$ apt-file search rtl8192cufw_TMSC.bin
firmware-realtek: /lib/firmware/rtlwifi/rtl8192cufw_TMSC.bin
$The firmware is already installed and loaded onto the card, as indicated in the last line of your posted output.
I wonder what the Devuan strategy is for this problem
https://dev1galaxy.org/viewforum.php?id=25
Feel free to contribute ![]()
Alpine uses a file at /etc/xdg/autostart/ to run PipeWire automatically for most desktops:
https://git.alpinelinux.org/aports/tree … re.desktop
the main developer is the same who invented the pulseaudio crap
No, the PipeWire creator & main developer is Win Taymans. EDIT: although they do work for Red Hat :-)
consider Chimaera
^ This.
Tenth-generation Intel is too new for beowulf's Mesa graphics packages.
... that is, if you get that window at all. If a default WM were to be chosen, it would be a different matter.
I'm pretty sure that dialogue is only displayed because you had more than one compatible window manager installed. If you had just selected LXQt alone then only one window manager would have been installed so you probably wouldn't have seen the question. Feel free to confirm or deny this empirically :-)
EDIT: at any rate there isn't anything Devuan can do about this quirk of the LXQt login system (IMO).
There's no need to run the entire terminal emulator as root — only the shell itself needs elevated privileges. See also https://en.wikipedia.org/wiki/Principle … _privilege
So perhaps try this file at /usr/local/share/applications/root-terminal.desktop instead:
[Desktop Entry]
Version=1.0
Name=Root Terminal
Comment=Run terminal emulator as root
Type=Application
Exec=x-terminal-emulator -e sudo -i
Categories=System;TerminalEmulator;^ That example calls the x-terminal-emulator alternative as your normal user and runs a root shell in it. No need for pkexec at all ![]()
Ain't Linux great!?!
Meh.
Are you sure that the "culprit" here is lxqt upstream?
Not sure, no, but if there is a problem with the initial login to the desktop then that sounds like an upstream bug rather than a packaging bug. Devuan chimaera is still close enough to the bleeding edge for upstream bug reports to be appropriate.
More specifically, are you saying that I shouldn't even reportbug against the lxqt package?
That's just a metapackage.
The issue here is that if somehow the window manager selection dialog has been opened, you can't abort/cancel, that's all.
My apologies, I should have read your OP more carefully. Have you raised this issue with the LXQt developers? I don't think Devuan can do much about that sort of thing.
The default window manager for LXQt is openbox. If you want something else then my link explains how to change that.
Debian bullseye is frozen now so it will be on the 5.10 LTS branch until it goes EOL in 5 years time. This also applies to Devuan chimaera.
Once Debian 11 is released testing/unstable will continue to track the mainline kernel (testing usually delayed by 10-14 days) until the next freeze.
Or add this line to /root/.profile:
cd /But you would have to call su - to ensure that the file is read.
Both of the linked sites work fine for me. The cartoons need javascript to be displayed properly but my beloved Guardian still works even without that.
EDIT: I don't have Flash Player installed. Obviously. Using the firefox-esr package from Debian bullseye (Wayland enabled).
It's a local vulnerability so unlikely to trouble most desktop users. But it is exploitable in Debian 11 (and hence Devuan chimaera) because user namespaces have been enabled by default:
https://www.debian.org/releases/bullsey … namespaces
Bad decision...
EDIT:
Try
# apt update^ That should ask.
EDIT: or
# apt-get update --allow-releaseinfo-changeSo is the policykit-1-gnome package installed?
Hmm. How about https://bbs.archlinux.org/viewtopic.php … 2#p1684912? A bit of a stab in the dark but a possibility if you've installed GNOME on top of Xfce.