Unanswered Questions
79,419 questions with no upvoted or accepted answers
0
votes
0
answers
9
views
Can't point nginx to correct PHP app directory
I am trying to setup a simple development endpoint for a php backend/api implementation with nginx and fastcgi. Since I have another project also running in my server on port 80, I have decided to ...
0
votes
0
answers
8
views
DNS delegated subdomain for apex production domain on Route 53
Currently, I have a site hosted at example.com. It has DNS setup in AWS Route 53 with a "parent" project. This hosted zone is for example.com and contains the NS record for the registrar and ...
0
votes
1
answer
30
views
iSCSI Connection established however cannot see existing partition
I installed Windows Server Core 2025 in place of Windows Server 2025 (Desktop Experience).
I previously had a disk partition R: configured however when I re-establish connection to my iSCSI provider ...
0
votes
0
answers
9
views
debugging rsyslog log rotation
I set up rsyslog on a raspberry pi to track some very noisy systems (into /var/log/router.log). I don't need to keep a lot of data, so I want to rotate out the logs quickly, or preferably, by log size....
0
votes
0
answers
14
views
Why is Linux Bridge Interface loosing static ip when more than one clients are attached
Here is my Network:
Server_A: This is a DHCP Server, eth1 to eth5 are bridged together. I am attaching the /etc/network/interface and /etc/export config files for this machine. The DHCP Service is ...
0
votes
0
answers
12
views
Error "An interface with this name is not registered with the router" on Windows Server 2016
On a Windows Server 2016, I started cmd as an administrator. I ran ipconfig to make sure the adapter "tunnel1' exists, then I ran
netsh routing ip nat add interface "tunnel1" private
I ...
0
votes
0
answers
14
views
HAproxy Sets a new Cookie every 4 seconds, is this expected behaviour?
I am trying HAproxy to load balance between two backends. Once a user connects to a back end they are supposed stick to that back end for the rest of their session, based on an HAProxy inserted ...
0
votes
0
answers
38
views
NAT is not working properly
I'm encountering an issue where my host-level iptables NAT rule (for VMs on a private bridge to access the internet) stops working when I enable the Proxmox VE firewall on the VM's network interface.
...
0
votes
0
answers
32
views
Zipping an S3 folder across AWS Batch containers
I am building a data pipeline where the final step for each submitted job will be zipping all the files inside the job folder, sitting in an Amazon S3 bucket, into a single zip file. I'm evaluating ...
0
votes
0
answers
29
views
OpenVPN TLS negotiation failure - unsupported protocol - Android 2.7 client, Old DD-WRT OpenVPN v2.2.1
Have tried every combination of settings I know of, but can't get past this.
This used to work, but the Android 2.7 client was updated and may have broken the settings.
Server log:
TLS_ERROR: BIO read ...
0
votes
0
answers
16
views
Exim filter auto responder with end-to-end encryption
I have an exim filter that sorts incoming emails in to two categories: encrypted, and unencrypted. All emails received at this address have an auto-response confirmation (just the typical "thanks ...
0
votes
0
answers
19
views
How to update reclaimpolicy in k8s storageclass
Because of the company's needs, I need to change the reclaimpolicy attribute value of the storage class in the online k8s cluster from Delete to Retain.
But when I update and save it through kubectl ...
0
votes
1
answer
33
views
Get name of script from ps / in nmon
I am having a memory issue with a PHP application on a linux system and am trying to find out what specific PHP script is consuming the memory
Basically, PHP-FPM over the space of around 4 hours, goes ...
0
votes
0
answers
25
views
Script's piped data visible in journal when running as systemd unit
This has been an issue on both Fedora CoreOS 41 and currently on 42.20250410.3.2 with systemd 257.3-7.fc42.
When a systemd unit calls a bash script, which in turn pipes data between two commands, all ...
0
votes
0
answers
29
views
Show all information of the certificate in Chrome "Select a certificate" pop up
Chrome pop-up will only show the following information of the certificate.
| Subject | Issuer | Serial
I would like to know how to show all information of the certificate.
Many thanks.