Newest Questions
329,061 questions
0
votes
0
answers
8
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
1
answer
35
views
Is there any (significant) performance penalty to running multiple kubernetes pods (jobs) vs commands in container?
The Plot
We're setting up a Kubernetes enviornment using RedHat's OCP.
The application that we've been given from our provider in the form of Helm charts and container images, provides a pod that ...
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 ...
-1
votes
0
answers
16
views
Is there a way to get the Mac desktop client for Google Drive to include "shared with me" folders? [migrated]
These two pictures pretty much say it all:
Google drive on browser:
Google drive on finder:
The Google Drive app for Mac has made "My Drive" and "Shared drives" available to my ...
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
0
answers
9
views
How do I alias local IP addresses with a URL? [migrated]
I hope this is the right place for this kind of question.
I am running two machines for the sake of this question;
HP EliteDesk 800 G3 SFF (server hosting Jellyfin, and other services eventually) - ...
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
35
views
Issue: Installing Shrewsoft Vpn Client 2.2.2 on Windows 11 stops network traffic [closed]
Installing Shrew soft VPN client on Windows 11, may stop network traffic for some network interfaces.
Network works via WiFi Realtek 8852CE , but via Intel I219 (LAN) - does not, could not obtain IP.
...
0
votes
1
answer
37
views
Is it possible to set client-aware quota on mounted NFS shares?
I have a Ubuntu 22.04 "computational" server in our lab that mounts a NFS share from a NAS (Synology DS1522+):
147.xxx.xxx.xxx:volume1/compserver /mnt/nas2 nfs rsize=8192,wsize=8192,timeo=14,...
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.
0
votes
0
answers
23
views
xfreerdp3 on Debian trixie
I have been using freerdp2-x11 for years connecting from my Debian bookworm to a remote W11. Normally xfreerdp parameters made it possible that login name was specified and password could be entered ...
0
votes
0
answers
23
views
Fujitsu RX2540 M2 max disk size
I try to use a 4 TB SSD with the EP400i RAID Controller.
In the RAID Controller Configuration in the BIOS the new disk will shown as JBOD and nor as a available disk.
Could it be, that the reason is, ...
0
votes
0
answers
16
views
O365 to O365 tenant to tenant migration, Can't Assign ArchiveGUID "used by another recipient object"
I'm trying to migrate some mailboxes from one O365 tenant to another (no hybrid/on-prem involved). Using this guide I've got endpoints set up and the app authorized on both sides, all my mailboxes ...
0
votes
0
answers
32
views
mariadb behind wordpress cannot be started [closed]
My wordpress instance is not working anymore, it is just showing Error establishing a database connection.
The vServer is running:
Operating System: Debian GNU/Linux 10 (buster)
Kernel: ...
1
vote
1
answer
48
views
Postfix smtp_bind_address with additional IP addresses
I am running a Debian 12 server with two additional IP addresses that I want to use for sending emails through my SMTP server.
The main IP address of the server works perfectly for sending and ...
0
votes
0
answers
37
views
nginx - Error / Access Log could not be found
I am working on one of our servers, trying to get the SSL certificates renewed.
The documentation I have from the previous run of this has the command to test the changes:
docker compose -f /mnt/...
0
votes
0
answers
31
views
K8s HA Architecture Review - Need Advice on the overall architecture [closed]
K8s HA Architecture Review - Need Advice on Outbound NAT and VLAN Setup
Hello! I'm deploying a high-availability Kubernetes cluster on VMware vSphere using Terraform and need feedback on some ...
2
votes
2
answers
49
views
How common are non-graceful container shutdowns in Azure Container Apps (or Kubernetes) compared to graceful ones?
I'm building a distributed system running on Azure Container Apps, where graceful shutdowns of containers (e.g., to flush state, finalize jobs, etc.) are important for ensuring data integrity and ...
-1
votes
1
answer
63
views
How to avoid file corruption after an electrical power failure [closed]
Sometimes files on our RHEL 7.9 host are zero after a power failure.
Is there is a way to avoid this issue?
Here is an example of the files after an OS power-off:
The following files exist under /opt/...
1
vote
1
answer
68
views
Fedora CoreOS on Vagrant: transaction failed: Signature verification failed after provisioning
TL;DR
When provisioning a Fedora CoreOS Vagrant box, created using Packer and VirtualBox as provider, it automatically tries to update packages at startup. But, since after the first boot the ...