Common Server issues – FAQs and answers from those in the know
Zabbix cannot fetch disk usage from a Host
12 May 2026 @ 10:50 am
I was setting up Zabbix on my infrastructure.
After I added a host to Zabbix, it still could not fetch disk usage details from the host.
Instead, it shows this error.
But it can fetch other metrics.
Can you guys please help me on this?
But it can fetch other metrics.
Can you guys please help me on this?Windows Server 2025 cannot rejoin Active Directory 2019 domain, due to "The request is not supported"
11 May 2026 @ 7:05 pm
I have a Windows Server 2025 machine I am trying to rejoin to an Active Directory 2019 domain that is healthy and has all FSMO roles. Attempting to join, results in "The request is not supported".
Some background -- this Server 2025 machine was previously a domain controller on this same domain, but was decommissioned due to replication was broken. I had the worst time trying to gracefully remove the Server. To attempt to clean up the old metadata, I went into ADUC on the 2019 DC, navigated to the Domain Controllers OU, right clicked the Server 2025 machine and deleted it. It warned me that it was a global catalog and I confirmed the deletion. I uninstalled the The AD DS and DNS roles, but I'm not sure how much is remaining. The server is in WORKGROUP. The old computer object was cleaned up from AD on the 2019 DC.
Here is what I have tried and verified:
Discovered replication was broken between the two domain controllers
Ran dcdiag /te
After phishing incident, some entra devices have registration time stamp = activity. Odd?
11 May 2026 @ 6:48 pm
In microsoft entra, are equivalent timestamps in registered and last activity as well as signed on and last password reset an indication of a persistence play by an attacker or is it a normal result of maintenence?
Example:
Registered / Activity (phishing mail, eg. 5th May 07:00):
BCC dispenser user account device: 5/5/2026, 08:27 and AM / 5/10/2026, 08:27 AM
Some other user account device: 5/5/2026, 08:45 AM and / 5/10/2026, 08:45 AM
... etc, 1:1 matching timestamp, close proximity to sending phishing event.
Looking at these users properties, they all show timestamps like this:
User 1 properties:
Sign in sessions valid from date time: 5/5/2026, 07:21 AM
Last password change date time: 5/5/2026, 07:21 AM
User 2 properties:
Sign in sessions valid from date time: 5/5/2026, 07:12 AM
Last password change date time: 5/5/2026, 07:12 AM
Lets assume the
PFsense Dual Wan setup with single virtual gateway
11 May 2026 @ 2:02 pm
I am trying to a setup dual wan on a pfsense sg-6100 but cannot figure out how to do it when we only have a single gateway.
We have 2 fiber lines coming into the premises from BT that go into 2 seperate cisco switches controlled by BT.
The IP address details we have been given are as below
Line 1
IP address - 70.x.x.195/28
next hop gateway address - 70.x.x.193
Line 2
IP address - 70.x.x.196/28
next hop gateway address - 70.x.x.193
I have set interface WAN to the 70.x.x.195/28 address and if I try to set WAN2 to the 70.x.x.196/28 I get an error stating that the address overlaps with the 70.x.x.195 address.
If I change both WAN and WAN2 to /32 addresses then I can set WAN to the 70.x.x.195 address and WAN2 to 70.x.x.196 but I cannot set both interfaces to use the same next hop gateway address.
Can anyone point me in the right direction to set this up using the details above?
Dovecot closes client connection after successful login, so IMAP session fails
11 May 2026 @ 1:45 pm
Trying to bring up a Dovecot 2.4.3 installation on my publicly accessible home server. I had a working 2.3.x installation and have followed all the migration advice on the dovecot website. Eventually, I archived the previous config and started again with a de minimis configuration from the dovecot website (1, below).
I narrowed the problem down to the server closing the connection immediately after a successful login, but the question is, why does it do that?
I used 'openssl s_client' to test the link, and you can see at the end of recording (3, below), it successfully connects, logs in, but immediately closes. In other sessions I've attempted login with an intentionally wrong password, which it correctly rejects, and maintains the connection. Then I login with the correct password which it accepts and gives a prompt expecting a command, but then it disconnects immediately. I'm mystified. I expect it's something stupid, but I've been at it all weekend without
Should a power strip attached to a UPS have a fuse
11 May 2026 @ 10:42 am
We have some equipment in our server rack that doesn't draw a lot of power, like a USB-to-network adapter and a fiber modem.
Right now these small devices are powered over a simple power strip attached to a UPS (Eaton 9PX 11000i).
I was told during an audit that the power strip should have its own fuse. Is this really necessary, just a good idea, or does it not matter at all?
I'm in central Europe if that matters.
DNSSEC with Bind9 on Ubuntu 24.04
11 May 2026 @ 2:21 am
I have a server that runs Ubuntu 24.04, which functions as the master-zone-server using Bind9. I store all my zone files in two separate folders:
/etc/bind/master-zones/forward-zones/
/etc/bind/master-zones/reverse-zones/
I implemented zone-based DNSSEC by adding the following to the zones.
zone "zone1.com" IN {
type master;
file "/etc/bind/master-zones/forward-zones/zone1.com.zone.db";
dnssec-policy default;
inline-signing yes;
};
But this is forcing me the follwing:
Give write permission to the bind-user to the zone file folder "/etc/bind/master-zones/forward-zones/", which I want to keep it as read-only.
After I gave the write permission, the Bind9 is now creating three additional files for each zone in this folder, which is making the folder very crowded and destroying the neatness of my zone folder.
zone1.db --> my ori
How to hide header info and include indented lines in tree command output?
11 May 2026 @ 12:53 am
I'm using Windows Server 2022. I want to list files and subfolders in a directory in a tree structure.
I used this cmd: tree /f /a "C:\Users\Administrator\Desktop\Manga\Complete\Watashi no Fushidara (complete)", and it returned this result:
Folder PATH listing
Volume serial number is 000001EF B640:4E39
C:\USERS\ADMINISTRATOR\DESKTOP\MANGA\COMPLETE\WATASHI NO FUSHIDARA (COMPLETE)
Watashi no Fushidara - v01 ch 01-06 (omake not translated).cbz
Watashi no Fushidara - v02 ch 07-13 (end).cbz
The indented lines are not included if there are no subfolders in the directory. I want to hide the header information and include indented lines so it looks like this:
C:\USERS\ADMINISTRATOR\DESKTOP\MANGA\COMPLETE\WATASHI NO FUSHIDARA (COMPLETE)
∟ --- Watashi no Fushidara - v01 ch 01-06 (omake not translated).cbz
∟ --- Watashi no Fushidara - v02 ch 07-13 (end).cbz
How can I achieve this?
Why does one Foundry resource got a *.services.ai.azure.com custom subdomain while another in the same resource has *.api.cognitive.microsoft.com?
9 May 2026 @ 11:58 pm
I have two Azure AI Foundry resources under the same subscription, same resource group, same region (eastus2), both visible in the Foundry portal at ai.azure.com. Their "Azure AI model inference endpoint" URLs differ in structure:
Resource A: https://<resource-A-name>.services.ai.azure.com/models
Resource B: https://eastus2.api.cognitive.microsoft.com/models
Resource A has a custom subdomain matching the resource name. Resource B falls back to the shared regional Cognitive Services endpoint.
Why does one Azure AI Foundry resource get a *.services.ai.azure.com custom subdomain while another in the same resource group uses the regional *.api.cognitive.microsoft.com endpoint?
Can a service have multiple of the same type of port in /etc/services? [closed]
9 May 2026 @ 11:21 pm
I'm running dedicated game servers on my homelab. Many of these servers communicate with multiple ports on the same protocol (for example, Conan Exiles uses tcp/7777, tcp/25575, udp/7777, udp/7778, and udp/27015). I want to add the ports needed for a given server to /etc/services to make firewall management with ufw a little less verbose - it's easier to specify a service to allow than to specify each port, and it's self-documenting in a way.
Because of how IANA assigns ports, /etc/services has many services with both a TCP and a UDP port defined. However, I don't think I see any instances where a service specifies multiple TCP or UDP ports under it. The manpage for services(5) doesn't suggest that this can be done, nor does it suggest that it can't either. Could I do something like this at the end of the file to define a "conanexiles" service?
conanexiles 7777/tcp
conanexiles 25575/tcp
conanexiles 7777/udp
conanexiles 7778/udp
conanexiles 27