Newest Questions
244,461 questions
0
votes
0
answers
3
views
GRUB в режиме UEFI не видит SATA-диск до выполнения интерактивной команды ls
Столкнулся с очень специфичной проблемой при настройке dual-boot (triple-boot) с GRUB, и после множества попыток зашел в тупик. Нужен совет экспертов, которые глубоко понимают, как GRUB инициализирует ...
0
votes
0
answers
9
views
AntiX Linux and amdgpu
Does the AntiX use amdgpu for AMD videocards? I found that in Xubuntu system there is a problem with new amdgpu, so I cannot update, and AntiX works normally.
0
votes
0
answers
7
views
How to implement a Linux Cloud Storage sync with placeholder files
On Windows, Microsoft offers their Cloud Filter API, which provides for an interface for cloud storage integration with features similar to Microsoft's OneDrive. AFAIK, Linux doesn't offer anything ...
1
vote
1
answer
19
views
How to restore set options when a sourced script returns and have errexit-like behaviour?
I want my sourced script to run with nounset, pipefail etc.
I want to restore the options to their previous values when it returns.
I want an errexit-like behavior inside the sourced script too. It's ...
1
vote
3
answers
29
views
Why can ZONE_NORMAL only go up to 896MiB on 32-bit x86 processors?
According to Linux Kernel Development by Robert Love, p. 233:
Because of hardware limitations, the kernel cannot treat all pages as identical. Some pages, because of their physical address in memory, ...
0
votes
0
answers
13
views
Suspend fails because of the wifi module
When trying to suspend my laptop (HP Elitebook X G1a) with systemctl suspend or closing the lid it turns off the screen and back on again a few times before giving up.
I'm using NixOS with a 6.12.32 ...
0
votes
0
answers
14
views
extending aws docker image fails
I need to extend the aws cli docker image with some custom scripts
I have created a docker file and am copying the script files into a directory
when using the docker file in my gitlab job I get the ...
-2
votes
1
answer
71
views
Linux command does not run from crontab, but it runs fine from the Linux shell
I set up the following cron job to check every minute if port 8088 is listening. If it isn't, the CLI should write the message
Thu Jul 3 12:50:09 UTC 2025 bad
to the log file /tmp/crob_log.
Here is ...
-1
votes
1
answer
25
views
No GUI and no networking after issues with login loop on Debian in a VM
I am using Debian 12 in a VMWare vm.
I wanted to test an application that, after installation, didn’t start and reported libgtk-4 missing. So I did a search via apt for libgtk-4 with no results. ...
2
votes
1
answer
58
views
Tar cannot create symlinks on extraction
The command run to un-archive is as follows:
tar -zxvpf my_files_weekly.tar.gz --exclude=/etc/ssh/ -C / > /dev/null
Results in the following errors:
tar: ./usr/share/doc/udev: Cannot create ...
-2
votes
0
answers
41
views
How do I thoroughly wipe a corrupted drive and reformat on Debian?
I bought a brand new 4TB Western Digital Blue HDD, which is connected to my NAS running Debian via usb with an external HDD enclosure.
I used the following commands to setup the drive:
(parted) ...
0
votes
0
answers
19
views
Unlocking the Debian root partition with keyfile from an encrypted boot partition
This may sound similar to this question, except the circumstances are different where the boot partition is encrypted. I do not want to store the keyfile in the initramfs as that is not my intention. ...
0
votes
0
answers
13
views
wget fails for normal users with GnuTLS error "unable to access /etc/crypto-policies/back-ends/gnutls.config" and "unable to resolve @SYSTEM" on Rocky
When a normal (non-root) user attempts to use the wget command to download files over HTTPS on a new Rocky Linux server, the operation fails with GnuTLS errors indicating an inability to access /etc/...
0
votes
0
answers
21
views
Connect to docker container through host via ssh without RemoteCommand
I have a server that runs multiple docker containers. I can access my server via SSH, and have set up my ssh_config to allow me to ssh into certain containers that I regularly access:
Host ...
1
vote
0
answers
39
views
rename "Duplicate specification" for option error
The other day something started going wrong with the perl rename terminal command that was pre-installed on my system; which is Ubuntu 22.04.5 LTS. When I try to use any version of the rename command ...