Questions tagged [debian]
Debian GNU/Linux is a widespread Linux distribution focusing on stability, security, and the free software philosophy.
6,255 questions
0
votes
0
answers
38
views
Remote desktop in headless aws ec2 instance
How can I connect to a headless instance with fractional GPU (g6f) using grid drivers? I usually install Sunshine after logging in with nomachine.
I tried with Debian 13, following the steps to ...
0
votes
0
answers
31
views
Traffic issues from LXC containers with ufw configuration provided by Ansible
We have a Debian 12 server that is configured by an Ansible runbook. Besides other things, the runbook provides configuration for the host firewall, the same runbook installs LXD (via snap). Here is ...
1
vote
0
answers
42
views
Trying to understand ZFS Backup strategy and related snapshot deletion?
I currently use a USB HDD for backing up my main zfs pool using snapshots. The main pool is "zfspool" the backup pool is "backup". The process for the backup is as follows:
# ...
0
votes
0
answers
44
views
How to unlock an encrypted OpenZFS dataset on Debian user login?
I have a Debian system with Gnome and OpenZFS that I am trying to set up as an NAS for multiple users. I've created a pool, named rpool, and it has a global data set of the same name. For each user I ...
0
votes
0
answers
71
views
Why am I getting slow speeds when a Linux machine as Wi-Fi AP?
I’m using a Raspberry Pi 5 as a Wi‑Fi bridge (AP for my laptop + STA to dorm Wi‑Fi). I expected laptop speeds to approach the Pi’s WAN speed, but there’s a ~40 Mbps gap I can’t explain.
My setup
...
1
vote
0
answers
64
views
How create nested sub-category in Xfce menu?
Some categories in the Whisker menu are bloated with rarely used applications. I would like to simplify using the menu by creating a nested sub-category, like Other, and moving the rarely used ...
0
votes
1
answer
191
views
Unlock screen in KDE with YubiKey in Debian 13 trixie (FIDO U2F PAM)
I've obtained a Yubikey 5, and I've successfully configured it to login into my Debian GNU/Linux 13 trixie, following this guide:
https://support.yubico.com/s/article/Ubuntu-Linux-login-guide-U2F
(...
0
votes
0
answers
42
views
Unable to reach CosmosCloud traefik services with Wireguard-Easy
Preface:
mydomain.com is a replacement for the true domain, and all "sensitive" data has been removed.
This question was deleted from ServerFault without explanation, and as such I'm ...
0
votes
0
answers
24
views
What are optimal mount options to solve persistent Silent Data Corruption on SMB Share (Hyper-V Debian Guest to Windows 11 Host)?
I am experiencing silent data corruption when reading/writing large files from a Debian guest via a SMB share hosted on a Windows 11 physical host.
Background:
Host: Windows 11 running on physical ...
0
votes
1
answer
52
views
Systemd service gets automatically started on Raspberry Pi / Debian Trixie
I have a weird behavior that I cannot understand. I am running on a Raspberry Pi OS (Debian Trixie).
If I create a simple file /lib/systemd/system/foo.service without enabling it.
[Unit]
Description=...
1
vote
1
answer
137
views
Why is /usr/local/bin not in my PATH?
I am inside of an debian trixie lxc in proxmox.
This is how PATH looks when i query it from root:
# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin
In my /etc/login.defs my PATH configuration looks like ...
1
vote
0
answers
72
views
Windows NFS Client set different permissions for files and directories
I have a NFS share on a Debian (trixie) box on my local network. I can connect to the share and use it from my Windows 11 machine, but all the files that are created from the windows machine have the +...
0
votes
1
answer
629
views
SSH password login attempts get denied even though password authentification is set to yes and the password is correct
Have a little ssh server running on my old debian powered laptop for education purposes. when I first set it up it was working as intended, but at one point it completely stopped accepting passwords. ...
2
votes
1
answer
100
views
How to stop Bluetooth from waking my monitors from sleep every 15 minutes with Debian/KDE?
My monitors keep turning on without me touching anything every 15 minutes when my computer is signed into but locked and I can't figure out a fix.
Logs are showing Bluetooth related activity during ...
0
votes
1
answer
386
views
Access IPv4 sites through IPv6 only server
I have a VPS hosting Wireguard that only has IPv6 addresses.
When I connect from my local machine, I can access google.com in Chrome, which prefers IPv6, but not in Firefox, which prefers IPv4.
Sites ...