Newest Questions
329,061 questions
0
votes
0
answers
25
views
Using Tomcat, IIS, and Lucee (cfml) and BonCode AJP adapter I am receiving 403 error when request routes through IIS but static files and local work
I am using Tomcat 11.0.6, IIS, and Lucee 6.2 (Coldfusion/CFML) on Windows. This is a new installation using the Lucee Windows Installer. I used the Boncode AJP connector to make a boncode settings ...
0
votes
1
answer
34
views
Mount error on AWS Ec2 instance
I am launching an ec2 instance of type m5a.16xlarge. I am trying to mount an AMI on the ec2 instance.
I ssh to the host and run a script which does the following
I have scp’ed an AMI image to the ...
0
votes
1
answer
59
views
Robocopy stucks on ERROR 3, Accessing Destination Directory, The system cannot find the path specified
I need to copy files from one drive to another drive. A few terabytes of small files. Both drives are local disks.
I use robocopy ROBOCOPY E:\SRC F:\SRC /MIR.
After few days of copying, robocopy stucs ...
-2
votes
0
answers
39
views
Apple ID Compromised via Rogue MDM & MITM – Activation Lock Placed, Deep Malware Suspected on iPhone & Mac [closed]
Over the last two months, I've been battling what appears to be a deep and persistent compromise of both my iPhone and MacBook, likely stemming from my Apple ID being enrolled in a rogue MDM (Mobile ...
0
votes
1
answer
56
views
Forward Docker port in firewalld only for specific interface
I'm trying to secure a VPS running Docker containers so that their exposed ports are only accessible through a VPN interface (in my case it's Tailscale). In order to do that, I read about firewalld ...
0
votes
1
answer
65
views
Workaround for Google SMTP Relay after "Less Secure Apps" have been disabled?
As of now, I’m no longer able to relay outbound emails through Gmail’s SMTP servers (smtp.gmail.com) because Google has disabled access for Less secure apps.
Previously, I was using basic ...
0
votes
1
answer
72
views
Windows 11 folder access through Administrators group is denied
I have a folder where full access to the Administrators group, but I get access denied trying to write a file to it.
Details:
Windows 11 Laptop is member of a domain
Logged in as domain user
Domain ...
0
votes
0
answers
18
views
lost connection when use OpenVpn [closed]
write UDP: The network location cannot be reached. For information about network troubleshooting, see Windows Help. (fd=210,code=1232)
I successfully connected to OpenVpn. However, suddenly my ...
0
votes
1
answer
87
views
samba-ad-dc and Linux clients
I installed and configured a samba-ad-dc server, it works.
I have a few Linux clients, joined to AD and I can log in to clients with AD user/pass data. Works like a charm.
But if I run
root@teszt:~# ...
0
votes
1
answer
34
views
Cannot initialize a Kubernetes cluster on loopback interface
I want to create a Kubernetes control plane just for testing purposes, using Kubeadm. When I try to run:
sudo kubeadm init --v=5 --ignore-preflight-errors=all --apiserver-advertise-address="127.0....
0
votes
0
answers
30
views
Initial delay upon SMTP connection to Postfix
I'm seeing a 5 to 6 second delay when an SMTP connection comes in to Postfix, that I think might be associated with either the reverse DNS verification or else establishing the SSL/TLS connection (or ...
0
votes
1
answer
62
views
Kubernetes pod DNS resolution issues
I have a small k3s cluster running on my Proxmox cluster, I seems that my pods are unable to properly perform DNS resolution. I can't work it out.
I have deployed a basic busybox pod, dropped into a ...
0
votes
0
answers
34
views
DHCP server authorization permissions issue
Backstory/context:
I am building a lab environment to fill in my knowledge gaps with AD DS, AD CS, etc before undertaking a full PKI deployment at work. The entire setup is brand new OOBE fresh with ...
0
votes
1
answer
19
views
Upgraded PuppetDB to 7.x now Puppetserver fails to connect
I upgraded my PuppetDB to 7.20 and now my Puppetserver fails to connect.
Puppet agents fail with this error:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: ...
0
votes
1
answer
59
views
Installation of Ironic fails on Ubuntu Jazzy (22.04)
I'm trying to install ironic on my Ubuntu Jazzy server. I'm following the instructions at https://docs.openstack.org/ironic/2025.1/install/install.html. I get stuck here:
apt-get install ironic-api ...