Recently Active Questions
329,176 questions
Score of 0
1 answer
271 views
How do I prevent this message: "Be careful with this message. The sender hasn't authenticated this message so Gmail can't verify ..."
How do I prevent this message: "Be careful with this message. The sender hasn't authenticated this message so Gmail can't verify ..."
I have set up the following DNS TXT records:
Name = @
...
Score of 0
1 answer
60 views
Can you swap MySQL database for MariaDB on SlickStack
I launched a WordPress LEMP server on OVH with SlickStack. It uses MySQL by default, but I thought MariaDB was usually better or faster for WordPress sites.
I checked the SlickStack docs but I did not ...
Score of 0
0 answers
11 views
Step-CA (Smallstep) with 6 intermediate CAs, Badger/CNPG and passthrough HAProxy — is this architecture correct for production?
Context
I'm operating a PKI based on step-ca (Smallstep), version 0.30.2, to issue short-lived certificates:
SSH (user and host)
TLS/X.509 (internal services)
The CA sits behind its own ...
Score of 0
1 answer
12 views
Unable to add Prometheus rule
I'm unable to add the following alert rule to Prometheus alert rules. Any idea what's wrong with this alert rule?
- alert: KubernetesPodNotHealthy
expr: sum by (namespace, pod) ...
Score of 1
1 answer
20546 views
You do not have administrative privileges on the server error setting up Windows Server Failover Cluster
I'm setting up a three node Windows Server Failover Cluster in Azure. Below is the configuration:
Region: West Europe
VM Size: Standard D2s v3
Storage: Premium LRS
Data Disk: 2 numbers, 128 GB
OS Disk:...
Score of -1
0 answers
26 views
DNS records missing from Cloudflare zone with no prior changes, deleting and re-creating zone made things worse
I'm dealing with a DNS issue on Cloudflare for a production domain and I'm trying to understand the root cause before I finish rebuilding everything from scratch.
Timeline
After an account password ...
Score of 0
0 answers
14 views
graphana dashboards show no data for "Pods Memory usage" and "Pods CPU usage"
I'm unable to see data for PODS memory, network and cpu usage under Prometheus grafana dashboard.
I'm running this kubernetes cluster inside minikube on windows.
Here is the query..
sum (rate (...
Score of -1
1 answer
29 views
IIS w3wp.exe processes not present in Visual Studio 2022
In IIS on Windows 10, I have a web app, certificate, and application pools.
In Visual Studio 2022, Debug-> attach to process, there were two w3wp.exe processes present. Without making any changes, ...
Score of 1
1 answer
1080 views
MongoDB server fails to start due to unhandled exception 0xC000001D unless data folder is cleared
I have mongodb 8.0.3 on Windows 10.
The service and the database work for two days, then the service fails to start with unhabdled exception 0xC000001D. Clearing the database directory allows the ...
Score of 1
2 answers
12561 views
Tortoise SVN: Initial connect timeout
I have a problem when connecting Tortoise SVN to my SVN server. The first connect seems to run into a timeout (SVN hangs about 20 seconds) and the second (automatic) try works instantly. I.e. every ...
Score of 1
1 answer
33 views
SBS 2011 email migration to M365 Exchange Online
I have been asked to migrate email for 8 users from an on-prem Windows SBS 2011 Server (Exchange 2010) to M365. Because of the small number of mailboxes to migrate I chose a cutover migration.
The SBS ...
Score of 1
1 answer
117 views
Apache web server: Is it possible to pass arguments to ScriptAlias scripts?
Due to various environmental complexities which are not relevant to the question, I need to launch PHP via a batch file (Windows) and so have set up a ScriptAlias, which looks something like this:
...
Score of 0
1 answer
70 views
SATA issues and random reboots
I'm looking for help diagnosing an intermittent hardware issue on an HPC node and would appreciate any insight into whether this points to a motherboard/SATA/backplane problem, a power issue, or ...
Score of 1
2 answers
210 views
How workaround SPF - Too many included lookups
I'm having a problem with my SPF. Looking in mxtoolbox.com for my SPF record, I get the error Too many included lookups. I should have to remove some of my 'include' options or try to flatten some of ...
Score of 5
2 answers
11521 views
Kubeadm 1.24 with containerd. Kubeadm init fail (centos 7)
I try to install a single node cluster on centos 7, with kubadm 1.24 and with containerd,
i followed the installation steps,
and i did:
containerd config default > /etc/containerd/config.toml
and ...