Newest Questions
244,120 questions
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
1
answer
74
views
Opening Vim under script(1) breaks output. Can Vim detect script?
Opening vim while recording with script causes script to go wild (my screen starts filling up with a bunch of crap, some of which says "script", and I also believe it is colored neon green).
...
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
26
views
Duplicate an audio channel and re-route it to another channel in real time
Let's say I want to have my Left channel copied and overwritten to the Right channel. Is this possible, in real time?
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
15
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 ...
0
votes
0
answers
22
views
Can't access GRUB and boot my Debian 12 after installing Windows 10 on another SSD
I've been trying to set up double boot on my Lenovo IdeaCentre K430 Desktop for quite some time, been distro hopping and reinstalling windows and linux multiple times with different BIOS settings, so ...
0
votes
0
answers
10
views
Making library available in NixOS to build makefile projects
I want to install the python package wolfcrypt under a python virtual environment (venv) as a one-off test to build a bootloader using wolfBoot
As many other python packages, it requires the python ...
1
vote
1
answer
28
views
Having compatibility issues with OpenSSL on Rocky 9.5
Context
I am trying to build a small demo application that passes data between RTI DDS Connext topics and Kafka topics. This involves running RTI's Routing Service utility, which in turn runs a [kafka ...
3
votes
1
answer
128
views
Multiple selection with fzf and vim having new lines in path/file names
I have a Bash function that follows the fzf key-bindings in key-bindings.bash.
# shellcheck disable=SC2206
__fzf_edit_file__() {
builtin local -a opts
builtin local edit_file file
opts=(
&...
1
vote
0
answers
17
views
linux lpr option to print double sided?
I am trying to figure out how to print a Postscript file double sided
from the command line using lpr or lp commands.
Of course I have found lots on the web telling me how to do this but they
don't ...