Unanswered Questions
60,107 questions with no upvoted or accepted answers
0
votes
1
answer
30
views
How can I fix badly broken permissions on root directory
I accidentally changed the permissions of everything in my root directory with
sudo chown -R martin:www-data /
by hitting enter too early. I stopped this command is it starting throwing errors about /...
0
votes
0
answers
5
views
Help please with KVM VM bridging and Netplan configuration
First off, let me say that to me, networking is a black art, practiced by strange men in hooded cloaks, chanting strange incantations. I can 'do' basic networking.
The background is that I have ...
0
votes
0
answers
10
views
Get the output filename(s) for a running slurm job
If I run a Slurm job with sbatch, I can specify output and error filenames with a custom format. But how can I look up these filenames, given the job ID (e.g. 123456) of a running job?
For example:
...
0
votes
0
answers
11
views
Arch Linux - removable devices are no longer automatically mounted
Removables such as USBs and SD Cards used to be automatically mounted when I plugged them in. Today it stopped doing so. Now I have to manually find the device using the following combination of ...
-2
votes
1
answer
25
views
Kali install rootless edition on termux failed with error 404
I'm trying to install Kali rootless edition on my smartphone within termux but I get error 404 when launching install-nethunter-termux
I've follow the official site: https://www.kali.org/docs/...
0
votes
0
answers
9
views
What features do I sacrifice by turning off "Machine with root privileges" when setting up a Podman machine in Podman Desktop on macOS?
When setting up a Podman machine in Podman Desktop app, one of the features is "Machine with root privileges". I am inclined to disable that because I am using Podman for safety, to insulate ...
0
votes
0
answers
38
views
How to fix VFS: cifs_mount failed w/return code = -115 after an update
This was quite a catastrophic update. Initially, all I got after reboot was a brief error that turned into kernel panic after a few seconds. I booted into the previous kernel but it would not start X. ...
3
votes
0
answers
27
views
Mount Solaris 9 (Sparc) drive in Solaris 11 (x86)
Need help please to mount a Solaris 9 disk via USB in a Solaris 11 VM. This is so I can get my files off the Solaris 9 disk that I haven't seen in years.
Following this doc:
https://docs.oracle.com/cd/...
0
votes
0
answers
25
views
Updating Chrome on Ububtu 24.04.2 LTS not working
This is the message I get on the terminal when trying to update Google Chrome on my Ubuntu 24.04.2 LTS system (it won't upgrade). Any suggestions?
~$ sudo apt upgrade google-chrome-stable
Reading ...
0
votes
0
answers
31
views
LAN problem - webserver and vpn server synchronly
Ive a network problem. system Linux Mint 21.3 Cinnamon
My Computer is located in an LAN on 192.168.1.3 - The router is on 192.168.1.1
On my computer a webserver is listening on port 443 and on the ...
0
votes
1
answer
24
views
Why syslogd receives the message and not journald?
I have tried to log into journald using logger.
logger test, journalctl |grep test does not show any output. The message does not reach journald even though it listening and logger is writing (I ...
0
votes
1
answer
36
views
How can I ensure IPv6 traffic replies go out the same interface they came in on (symmetric routing with multiple interfaces in same subnet)?
I have a Raspberry Pi with two network interfaces, eth0 and eth0100, both configured with global IPv6 addresses in the same /64 subnet (2405:200:185:2666::/64). From my MacBook, I can connect to ...
0
votes
1
answer
18
views
Is there a way to change the metric of non-default IPv6 routes learned via RA (proto ra)?
My setup involves receiving IPv6 routes via Router Advertisements (RA).
A global on-link prefix route (e.g. 2405:200:185:2666::/64 dev eth0 proto ra metric 110)
I know you can use net.ipv6.conf.eth0....
0
votes
0
answers
16
views
system hang with G2/G3 NIC card after resuming from S3 suspend
system hang with G2/G3 NIC card after resuming from S3 suspend. But it works with G1 NIC & ethernet. What is the culprit here
xhci_hcd 0000:03:00.3: Controller not ready at resume -19
xhci_hcd ...
0
votes
2
answers
32
views
how to filter git commits only if certain directories were changed
I need to filter commits based on directory changes, for example I need to get a list of commits only if the commit made a change in a certain directory.
I have tried the path filter glob option ...