Newest Questions
245,227 questions
0 votes
0 answers
3 views
Debian: sssd does not start because of permission problems of /etc/sssd/sssd.conf that are automatically set
On Debian 13 a fresh installed sssd (2.10.1) shows strange permission errors after the start using systemctl restart sssd.service: systemd[1]: Starting sssd.service - System Security Services Daemon......
0 votes
0 answers
15 views
Do posix functions like getpeername or getsockname completely rewrite their buffers?
I am new to socket programming & I have realized that most posix functions from libc require that you pass a buffer & a length. While I can understand this helps the functions to understand ...
0 votes
0 answers
8 views
I'm trying to share a folder, but Fedora displays:- Failed to enable unit: Unit samba.service does not exist
I'm trying to follow the instructions on the Fedora site, to create a Samba share:- sudo dnf install samba the result is "Package "samba-2:4.23.3-1.fc43.x86_64" is already installed. ...
1 vote
2 answers
39 views
How can I use sed to chain append lines from a text file, add it as a suffix to the text on the same lines numbers on another file, and so on?
I've tried using sed for this. I've tried putting the lines of interest in variables as well. I have two examples I want to achieve for now. Lets say I have thousands of urls in a file called links....
1 vote
0 answers
10 views
Sleep or reboot kills sound, switching sound settings back and forth on the same soundcard revives it. Ideas to troubleshoot?
Problem: Sleep or restart kills all sound from the system. Workaround: Using the system settings, switching soundcard's profile from Pro Audio to Analog Stereo Duplex and port to Line Out / headphones ...
0 votes
0 answers
14 views
Does loginctl terminate-user USER stop user's process gracefully?
In order to write to a directory, I made a user member of a group called node_exporter. This user, called podman, had lingering enabled. I logged out and logged in again and verified with id the new ...
1 vote
0 answers
11 views
U-Boot signature verification using ECDSA fails
I'm trying to use ECDSA (prime256v1) for signature verification in U-Boot (git tag "v2025.10"). I used the sample configuration from Verified Boot on the Beaglebone Black as a template. ...
2 votes
0 answers
7 views
How can I reconfigure my keyboard layout on Arch+KDE?
Recently I got a Thinkpad T480 with a US keyboard layout and installed Arch (I know, the stereotype...), with KDE. I mostly use Windows for work, and I'm used to using an American physical layout ...
2 votes
1 answer
40 views
Simplest way to use apt list output as argument to apt
I sometimes find myself wanting to use the output of apt list as a list of arguments to apt, i.e. a space separated list of package names. Any time I want this I have to search for how to do it and ...
-3 votes
1 answer
21 views
How to fix the update and upgrade in ParrotOS
How do I fix this error? GPG error: https://deb.parrot.sh/parrot parrot InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A8286AF0E81EE4A E: ...
3 votes
1 answer
50 views
How to find the IP address of a service listed in the "avahi-browse" output?
I can very happily list the systems on my local net with the avahi-browser command: $ avahi-browse --all --verbose Server version: avahi 0.8; Host name: mylinux.local E Ifce Prot Name ...
0 votes
1 answer
14 views
No Xorg after upgrade on Debian testing/forky
After today's apt-upgrade of my Debian testing system I cannot start an (Xorg) x-session any more on a machine with Intel HD graphics and using the modesetting driver (the classic i915 does not work ...
5 votes
1 answer
203 views
What is the USER= value reported for sudo attempts?
On my Arch system, failed attempts to run sudo cause a line like this to be added to the logs (note the USER=root): Nov 20 14:59:31 oregano sudo[191472]: bob : user NOT in sudoers ; TTY=pts/26 ; ...
0 votes
1 answer
29 views
Can I have a Systemd service unit stop only when other services have already stopped
I have 5 service units setup in systemd. I need service file 5 to only stop after 1-4 service files have stopped first. How can I make that happen.
6 votes
2 answers
334 views
Why does crontab use a wrong editor?
man crontab reads: The -e option is used to edit the current crontab using the editor specified by the VISUAL or EDITOR environment variables. After you exit from the editor, the modified ...