Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I have enabled "Install updates for other Microsoft products" in my local group policy (weeks ago), yet the Windows Updates UI (still) shows otherwise: Despite the UI, updates for other ...
Heinzi's user avatar
  • 2,289
0 votes
0 answers
28 views

Some background I have a home network built on a NetGate 1100 with pfSense. This has been running well for a couple of years with IPv4 only. I have upgraded it now to pfSense 25.07.1 With an IPv4 ...
CatchAsCatchCan's user avatar
0 votes
0 answers
32 views

I am installing Proxmox over iPXE and am feeding it the following answers file: # PVE 8.2+ Automated Installation answer file (TOML format) # This file is served by the answer server in response to ...
Grant Curell's user avatar
  • 1,198
0 votes
0 answers
31 views

We have a problem with the network configuration on a server running both IPsec and Docker. The server is a Ubuntu 24.04 and we are using strongSwan for IPsec. The server itself has a public IP ...
Thomas's user avatar
  • 1
0 votes
0 answers
10 views

I'm developing an AutoLISP program for automated cable routing within AutoCAD and need help implementing the obstacle detection system for my A* pathfinding algorithm. Specific Problem: I need to ...
Amirabbas mohsendoust's user avatar
0 votes
1 answer
10 views

I'm using pv (pipe viewer) as a visual indication of progress. Here's an example: $ sleep 3s | pv 0.00 B 0:00:03 [...
Flimm's user avatar
  • 540
0 votes
1 answer
17 views

I have two webserver with keepalived, the cluster works, if the master is down the public is is switched to the slave. However I would like to know if I can force manually a failover, for example, ...
Tobia's user avatar
  • 1,490
0 votes
0 answers
36 views

We’re experiencing an issue when provisioning a LoadBalancer Service on GKE with the annotation: cloud.google.com/l4-rbs: "enabled" Service manifest: apiVersion: v1 kind: Service metadata: ...
HolAmigo's user avatar
0 votes
0 answers
23 views

I have an ASP.NET application using SQL Server 2022 hosted in IIS on a VPS running Windows Server 2016. The problem is that the app sometimes stops responding to web requests, and the system log fills ...
AndrewR's user avatar
  • 101
0 votes
0 answers
65 views

I need some help. I set up a reverse proxy, which I call and it redirects me to the target address. Everything works, but after some time (a few hours) I start getting 503 instead of 200, and then I ...
Martin Mafka's user avatar
0 votes
0 answers
35 views

I am using the following documentation to install GitLabs on a Proxmox LXC container running Debian 13. I don't know what to check for because this is a bran new install and I follow the instructions ...
daniellooartist's user avatar
-1 votes
1 answer
78 views

Until a reboot ago I had a running k3s cluster with only one node (the master). My intent was to configure an insecure registry, so I created /etc/rancher/k3s/registries.yaml. After reboot the k3s ...
queeg's user avatar
  • 151
0 votes
2 answers
111 views

I am having issues getting iptables to block traffic fail2ban successfully. f2b puts the correct IP address in the correct f2b CHAIN, but those "blocked" IP addresses are not being REJECTed, ...
scrollout's user avatar
  • 101
0 votes
1 answer
70 views

The scenario is simple. I have a virtual address (I'll call it [email protected]) that receives external messages and forwards them to an authenticated email inbox. So far, so good. The problem is ...
Diogo Braga's user avatar
0 votes
0 answers
64 views

I'm trying to add storage in Windows Server Manager. I want New Storage Pool Wizard to present: However, it is not showing the disks, and instead looks like: All of the disks are online. What should ...
kefuyuehan's user avatar
1 vote
0 answers
34 views

I am new to MongoDB and have downloaded the latest 8.2.1 zip file for Windows 11. Environment: Windows 11 24h2, Intel Pentium 5409U Laptop, 8 GB RAM, SSD. Starting the DB server three times (with a ...
Stefan's user avatar
  • 11
3 votes
1 answer
346 views

I am running a webserver through nginx/1.22.1 and I am trying to deny access to any request containing "/lockedFolder/" with: location ~* /lockedFolder/* { deny all; } ...
Jose Cabrera Zuniga's user avatar
0 votes
0 answers
47 views

So I have a slightly convoluted set up where emails to one address are meant to forward to another. This worked until it suddenly stopped working on 1st November. My hypothesis is that this was due to ...
Ben's user avatar
  • 133
0 votes
2 answers
39 views

My htop page shows some swap but seems no processes are swapping. How to understand what is swapping? I'm working in ubuntu server 22.04
Tobia's user avatar
  • 1,490
0 votes
0 answers
63 views

I am trying to log into a copyparty server. When I try to log in with my credentials admin:admin, the website returns No module named 'argon2' URL: Copyparty IP: 10.0.1.5 Reverse Proxy IP: 10.0.0.2 ...
daniellooartist's user avatar
0 votes
1 answer
112 views

I am trying to get copyparty to hash passwords so I can add them to my config files. I built my copyparty server from the ground up using a Proxmox LXC container. I am using the username and password ...
daniellooartist's user avatar
0 votes
0 answers
38 views

A CDS can be used to mediate information flows between two security domains, where such mediation needs to be more tightly controlled than what a firewall can offer. This is typically between the ...
knokej's user avatar
  • 1
0 votes
0 answers
16 views

I have an Azure Container App that is running Nginx as a Proxy to an API Server server { listen 80; server_name _; root /var/www/html; access_log /var/www/html/access.log; ...
TheLovelySausage's user avatar
0 votes
0 answers
55 views

I have a macOS device which has a "Secure Home Folders in macOS" security recommendation in Defender for Endpoint. We have already applied the recommended remediation (pictured) and the ...
RedDogsInTheBasket's user avatar
1 vote
2 answers
121 views

I'm running Apache 2.4.62 on AlmaLinux with php-fpm 8.3.26, Zend Engine v4.3.26 I migrated this server from CentOS and I'm noticing the error logs for the web server, when an invalid php file is ...
Aussie's user avatar
  • 47
-2 votes
1 answer
72 views

I have two hosts: A and B. Both are behind different NATs and B is mobile and can change location and IP address. I also have a relay R, but connecting through it is incurs latency and can be unstable ...
MangoTCF's user avatar
0 votes
0 answers
47 views

I have a VPS running Arch (Kernel 6.17.6-arch1-1). A pacman -Syu upgrade on 2025-11-12 failed with warnings and errors about systemd. In /var/log/pacman.log, I found the error messages: […] [2025-11-...
FungusDelight's user avatar
0 votes
0 answers
20 views

I have 19 CentOS Linux virtual servers for a specific solution. These servers are distributed in three network areas, C, D, S. The NFS server is located in zone S and is configured to exposie a share, ...
ehehehehehehe's user avatar
1 vote
0 answers
40 views

I am starting dnsmasq using both --servers-file and --conf-file paramaters. After an update to the conf-file with new SRV records, the changes don't get picked up the next time dnsmasq is started ...
Priyam Patel's user avatar
0 votes
0 answers
67 views

I've got an issue with my cluster (with PCIe-based network switch and an OpenWRT-based router board): After dnsmasq (running on the control board) had leased different IPs to two of my compute nodes ...
Neppomuk's user avatar
  • 123
2 votes
3 answers
173 views

I am planning a Hyper-V Failover Cluster on Windows Server 2022 for a customer. They have HP ProLiant DL380 Gen11 servers and MSA2060 FC SAN with required licenses and cables. I requested Active ...
Somnath Nandy's user avatar
0 votes
0 answers
47 views

I am trying to update ruby version from 3.2.2 to ruby version 3.3.10. Below are the steps I did rvm install ruby-3.3.10 cd .. cd - bundle install but once I run bundle install, I encounter Fetching ...
user1326891's user avatar
0 votes
0 answers
72 views

First and foremost, thank you for taking the time to read my question. I'm encountering a net::ERR_CONNECTION_TIMED_OUT error with a Janus SSL WebSocket connection and would greatly appreciate any ...
jukajo's user avatar
  • 5
0 votes
2 answers
165 views

The problem: We have new HP ProBook 460 16 inch G11 Notebooks, 16 GB RAM, running Windows 11 Enterprise at an organisation with low device workloads of Outlook, Teams, Word, Excel, pdf forms, minimal ...
Richard Haynes's user avatar
0 votes
0 answers
44 views

I have a group of hosts managed by a single freeipa server running CentOS 7. Im hoping to create a replica on Rocky9 so I can retire the old host. After various starts and restarts I have a system ...
ethrbunny's user avatar
  • 2,361
0 votes
0 answers
15 views

I have Archlinux installed with Hyprland and sddm as the login/greeter. I have 2 monitors connected, and hyprland correctly identifies them and displays content according to their physical locations. ...
Ahmad Al-Mutawa's user avatar
-1 votes
0 answers
25 views

I started trying to set up my own hosting system out of the box. Most servers like Minecraft and some Discord bots are fine, but when I started working on CS2 servers, I can't seem to connect to the ...
Szczypior's user avatar
-1 votes
0 answers
24 views

Setup: server with two NICs: one on local LAN, other on DMZ LAN. In my NetworkManager setup, I set the default route through the DMZ NIC; the other NIC has no default route (all traffic to a LAN ...
daytooner's user avatar
-1 votes
0 answers
31 views

I am using Debian, nginx and php8.4-fpm in the newest versions. I have to analyse a large file. The size is about 100 MB. The original file is on another server, where I have no direct access. So I ...
HGA's user avatar
  • 27
-1 votes
0 answers
41 views

A CDS can be used to mediate information flows between two security domains, where such mediation needs to be more tightly controlled than what a firewall can offer. This is typically between the ...
knokej's user avatar
  • 1
0 votes
0 answers
89 views

This might look simple, but it’s turned into a 3-day rabbit hole. I have two Samsung 2 TB SSDs that were configured in a RAID 0 array using AMD RAIDExpert2. The original PC is gone, and I want to wipe ...
FatalxE's user avatar
0 votes
1 answer
121 views

Our SMTP server is able to send emails to all the major providers like Gmail, Yahoo, but fails to send email to Microsoft Outlook. We found that the domain is rejected if the sender sends white space ...
iammilind's user avatar
  • 111
0 votes
0 answers
18 views

I have bunch of projects using a shared VPC The host project has a private DNS zone (called shared-network-private-zone.com) GCE instances in service projects can ping all instances in the shared vpc ...
red888's user avatar
  • 4,393
0 votes
1 answer
136 views

I am working on a Terraform/Ansible code to provision nodes for a Kubernetes cluster, in a configurable way. In the current state I can configure the needed number of control plane, worker plane and ...
Trifo's user avatar
  • 111
0 votes
1 answer
138 views

I currently migrate from IIS to an Debian Nginx server. The main site test.country-radio.eu works in general, but the TYPO3 part required more debugging. And for this debugging I would need PHPmyadmin....
HGA's user avatar
  • 27
0 votes
0 answers
70 views

I’ve been banging my head against this for a while. I am getting this error: "SQL Server Error 40" Anyone run into this before? What should I do?
jassie Saint's user avatar
0 votes
2 answers
209 views

We have a shared user account for administrative stuff. I want to use an env var to hold the initiant of the ssh session, so that the .bashrc can do user-dependent execution. I have tried -o SendEnv. ...
Myles Prather's user avatar
0 votes
0 answers
61 views

I’ve been unable to determine why the following option “source 0.0.0.0 usesrc clientip” won’t allow the haproxy.service to start. Error messages: × haproxy.service - HAProxy Load Balancer Loaded: ...
wilco1990's user avatar
-1 votes
0 answers
44 views

Please assist i am having one user that cant login to a his computer that is joined to a domain he is getting the error message " The sign-in method you're trying is not allowed "
Sakhile Thubelihle's user avatar
0 votes
2 answers
57 views

How can I create four networks by subnetting network 192.168.100.0/24? Can someone explain subnetting to me in a simple way?
Mara's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
6586