329,111 questions
0
votes
0
answers
13
views
Partition /dev/sda2 is being used. You must unmount it before you modify it with Parted.My server cannot lose data or shut down
My server cannot lose data or shut down
[hanbin@instance-1 ~]$ sudo parted -l
Model: Google PersistentDisk (scsi)
Disk /dev/sda: 252GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
...
-1
votes
0
answers
15
views
How to setup inbound smtp relay?
I am trying to self host email server at home using mailcow-dockerized. I don't have a public ip and my home network is CGNAT. So I rent a VPS on which I host WireGuard. So I configured my WireGuard ...
0
votes
0
answers
8
views
Serving https through Caddy directly and over proxy protocol
I have a Caddy server as a reverse proxy for foo.example.lan and bar.example.lan over https on my local network (192.168.1.0/24). This is done with a simple config like this:
foo.example.lan {
...
0
votes
0
answers
6
views
"MS Outlook has stopped working" error
Faulting application name: OUTLOOK.EXE, version: 16.0.18827.20140, time stamp: 0x683dcbc0
Faulting module name: KERNELBASE.dll, version: 10.0.19041.5678, time stamp: 0x024a42e4
Exception code: ...
0
votes
0
answers
8
views
Access issue to the GKE nodes that have 'Read Only Local SSD Detected' warnings
I noticed for some nodes 'Read Only Local SSD Detected' warnings:
# kubectl get events --field-selector reason=ReadOnlyLocalSSDDetected -o wide
LAST SEEN TYPE REASON OBJECT ...
0
votes
0
answers
13
views
DDNS DuckDNS with Huawei HG8147X6-10 router [migrated]
I want to set up DDNS for DuckDNS on my HG8147X6-10 Huawei router but it does not have built in support for it (availible is: dyndns, dyndns-static, dyndns-custom, qdns, qdns-static, gnudip, gnudip....
0
votes
0
answers
14
views
Lack of permissions accesing certificates for SSL on almalinux 9
hi everybody (my first time posting here!)
I have a very weird situation with a new server I have with Almalinux (first time using Alma, but old CentOS user).
I had a lot of problems setting up my ...
0
votes
0
answers
13
views
nginx to fwd directory uri
Need one help to configure nginx to redirect url to minio. Ex
I want to use url like http://localhost:80/myprojects/dir1 to fwd to http://localhost:9000
Below is my conf file.
server {
...
0
votes
1
answer
14
views
Azure DNS Zone wildcard A record is partially broken
We have our private nuget feed hosted in Azure along with Azure DNS zone pointing to it. Most of our development stuff is located on the single server so there is no specific DNS record just for the ...
0
votes
0
answers
22
views
Internal Server Error viewing image
Here is my environment set up:
In AWS:
1 Classic Load balancer
4 target instances (Windows Server 2012, IIS 8) behind the load balancer
1 separate instance from the load balancer
1 file server that ...
0
votes
0
answers
6
views
How to configure a PRTG sensor using more than one channel from HTTP/REST/XML
I'm fighting for quite a while with the really poor documentation regarding sensors that should digest XML output in PRTG, e.g. How can I get multiple values from single HTTP XML/REST Value Sensor ...
-2
votes
0
answers
23
views
Issue with Jabil J-M2216A-2D-1 Servers [closed]
I had 44 servers from our partner and there is not any document of these so it is unable to maintain them, the model is "J-M2216A-2D-1"
I had powered them on, plug the RJ45 but there was no ...
0
votes
0
answers
24
views
What is the limitation on the number of machines that can be added when running Kafka partition reassignment?
We have a Kafka cluster with 12 existing nodes, and we want to add 45 new Kafka machines to the cluster. To join the new machines, we need to run the Kafka partition reassignment process.
Since this ...
0
votes
0
answers
13
views
Do we need to stop producers during heavy Kafka partition reassignment process?
We have a Kafka cluster with 34 nodes, and we are adding another 45 Kafka machines. To join the new machines to the cluster, we need to run a Kafka partition reassignment. This process actually ...
4
votes
1
answer
461
views
What prevents rebranding of name servers (vanity nameservers)?
Many commercial DNS providers list "vanity nameservers" as a premium feature. By vanity nameserver, I mean where you list their nameservers within your own domain (ns1.myzone.com) instead of ...