Newest Questions
329,278 questions
0 votes
0 answers
22 views
Why can google service account not access calendar api using python [migrated]
I have an application that needs to read events from a google calendar. I am trying to use a service account as that seems appropriate. My code is: from googleapiclient.discovery import build from ...
0 votes
1 answer
175 views
BitLocker encrypted removable USB storage is write-protected
We have two networks. One configured with BitLocker, the other using a third party encryption. I use a USB drive encrypted on the BitLocker encrypted network to transfer files between the networks. I ...
0 votes
0 answers
82 views
how to sync already internally mounted directory from host to docker container
I have this (docker) container with a directory (e.g. /work) that I need to sync with its mirror to be on the host (e.g. ~/work). Normally, I would simply bind mount with docker run -v ~/work:/work .....
0 votes
1 answer
190 views
LDAP authentication using NetBIOS form for domain in the bind Distinguished Name compared to the using of FQDN
Python code used for AD authentication I have written a client for authentication on a Microsoft Active Directory by the use of the Python library ldap. The following code works correctly: uri = "...
0 votes
0 answers
23 views
How to get audit result from Apache Ranger
I have declared elasticsearch in the ranger-admin-site.xml config and, from the UNIX commandline on the system which has ranger installed, I can query the elastic cluster with curl. When I am in the ...
0 votes
0 answers
40 views
Debian bookworm preseed drops to menu at “Configure the package manager” — how to keep d-i noninteractive until GRUB?
I’m installing Debian 12 (bookworm) with a preseed that’s mostly semi-attended: I want the installer to ask only for language and Wi-Fi, then run noninteractively through to installing GRUB. The ...
0 votes
1 answer
90 views
Connection refused from Windows Docker container with process isolation on Windows Server 2025
I'm using a default nat network created by docker and with hyper-v isolation everything works fine: > Test-NetConnection -Port 80 ...
1 vote
2 answers
156 views
Redirect a command's log file to systemd log
I have a command that by default logs to a file in the current working directory. When run from the command line, I can redirect log output to standard out with the option --log-file /dev/stdout When ...
1 vote
0 answers
116 views
Apache Subdomain Reverse Proxy Redirects to Webpage Root
I'm trying to redirect a subdomain to a specific port using a reverse proxy for a Jellyfin implementation. Things work when I force HTTP, but they fail when I try to use HTTPS. My setup includes a ...
0 votes
0 answers
63 views
Rundeck Community Will not Connect to Postgres
I am running into a problem with rundeck community version 5.16.0 where I start the service and after about a minute the service stops itself. It looks like an error when trying to connect to the ...
0 votes
2 answers
192 views
Kubernetes to reschedule pods when cluster changes?
I have a Kubernetes cluster that runs services getting used rarely. For efficiency it runs all pods on a small node - the small node is always up. Every now and then a big node becomes available and ...
0 votes
0 answers
49 views
A simple HTTP server with the ability to adjust file download speed
To test a Windows client application, I need the ability to stream large files so that the application can download them using HTTPS. As far as I understand, I need to set up an HTTP server. The ...
0 votes
1 answer
63 views
NTP is moving my clock further from the correct time, rather than closer
Windows 11 Pro 10.0.26200 Build 26200. Dell XPS 8940. When I first started noticing it, a few weeks ago, my clock was about 12 seconds behind. It's been getting gradually worse. Right now, it's 16 ...
0 votes
0 answers
87 views
IIS - Webfarm not found by LocalSystem user
Windows Server 2022 Datacenter, IIS 10. ARR module is installed, configured and working. The configuration of the webfarm (in \System32\inetsrv\config\applicationHost.config) looks like this : <...
0 votes
0 answers
47 views
The FastCGI process exited unexpectedly for Python flask app
I am trying to deploy a Python flask application to an IIS web server. I am always getting the following error for Python flask app - FastCGI process exited unexpectedly I have given read and ...
0 votes
0 answers
52 views
why do my ssh connections keep timing out with `mux_client_request_session`?
I’ve been running into a frustrating issue with SSH connections lately and could use some advice or insight. When I SSH into a few of our servers, the connection drops with an error like: ...
0 votes
1 answer
75 views
Are modern Web crawling efforts relying on "botnets" of unwitting users?
There has been lots of reports of aggressive Web crawling lately, which people speculate may be linked to the development of LLMs and the incentive to collect Web content to train them. In fact, I ...
0 votes
0 answers
89 views
How is one cursed file breaking my NFS?
NFS server: macOS 13.0.1 22A400 NFS client: Ubuntu 24.0.3 LTS, Linux 6.14.0-33 There is one specific file on the server that cannot be read by the NFS client. Any process attempting to read this file ...
-1 votes
0 answers
51 views
Route traffic for a specific application through a Wireguard VPN while leaving other traffic untouched
I'm using a VPN service with a dedicated IP that doesn't run a SOCKS5 or SSL proxy on that IP. The connection is established over Wireguard, from my Ubuntu machine, with the following config: [...
0 votes
0 answers
98 views
Dell firmware update from docker
I'm having issues updating dell firmware from inside a docker container and I need help. I'm running the container in privileged mode so it should have the necessary access but I'm unable to install ...
0 votes
0 answers
27 views
Redirected URI in OCI LB without port number
We have an application behind a OCI Load Balancer, when the LB redirects to the server, it adds the port number, for instance: the cliente calls https://myapplication.com the LB redirects to the ...
0 votes
1 answer
30 views
Does aws phased out rds x2g instances?
I see that the c,m,r lines have all recently received new cpus (new intel chips or graviton 4) and are all on generation 7 or 8. x2g on the other hand is still stuck with graviton 2. Do they phase out ...
0 votes
0 answers
17 views
Replacing a 500GB SSD LUKS/LVM drive in place with 1TB SSD [migrated]
I have a ThinkPad T520 running Fedora with a single 500GB SSD drive. The drive has two partitions, a small boot partition and the rest devoted to a a single LUKS one. The LUKS partition is managed ...
0 votes
0 answers
43 views
HAProxy in OPNsense: no server response?
I am attemping to forward requests to a public domain to an internal service: I have an OPNsense VM in Proxmox that acts as firewall, and another VM on its local network with a HTTP service on port ...
0 votes
2 answers
84 views
PFSense Firewall Rules Not Blocking Traffic At All
I can't get any of my PFSense firewall rules to block anything. As an example, I am tryin to prevent all traffic from the LAN subnet from communicating with the 10.0.2.0/24 network. This screenshot ...
0 votes
0 answers
25 views
How can I improve this cloud-init so it will apply CNI in correct order without using sleep
Here is snippet of my controlplane cloud-init I have problem with - export KUBECONFIG=/etc/kubernetes/admin.conf - kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/...
0 votes
1 answer
103 views
Limit RDP connections to specific hosts
We need to limit RDP connections to a specific laptop. This means users are allowed to logon using RDP only from a specific laptop and not fron any other computers. We checked Windows Firewall, but ...
-1 votes
0 answers
115 views
After building with Docker, the symbolic link becomes self-referential instead of pointing to the intended executable file
Problem Description When building the Docker image, the expected executable file service turns into a self-referential symbolic link named controller. Project Structure /project-root │ ├── /cmd │ └─...
0 votes
0 answers
80 views
SSH (sometimes) hangs before logging in
I have a ssh server running (OpenSSH_9.9p2, OpenSSL 3.0.16 from freebsd, UseDNS set to no), but I sometimes randomly have issues logging in. As in, ssh doesn't even get to the auth state. What could ...
1 vote
0 answers
28 views
Emulate a USB stick with a read-only switch on qemu [migrated]
I need to emulate1 a USB stick that has a read-only switch on it2 on a qemu Linux VM3. The important part is that, during the emulation, I need to simulate an action on that switch (going from read/...
-1 votes
0 answers
62 views
I am getting user as not available when trying through Graph API although the users exists and I can see through UI and also same thing in postman
I am getting user as not available when trying through Graph API although the users exists and I can see through UI. Tried through postman also to hit the graph API, but still getting same issue
0 votes
2 answers
103 views
Newbie mistake with tenant and now locked out
I've made a newbie mistake with my tenant and I'm now effectively locked out of my tenant. Being the only person in the tenant, I now have an active subscription. Here's what I've done so far: Signed ...
0 votes
1 answer
149 views
SecRule REQUEST_HEADERS:User-Agent acting unexpectedly
I try to block User-Agents, empty ones or some that contain a specific word or that are equal to the input: #Condition to check if mod_security is available <IfModule mod_security.c> ...
0 votes
0 answers
98 views
DHCP Failover port 647 not listening on partner server
I’m having an issue with my Windows Server DHCP failover configuration. I have two domain controllers, both running the DHCP Server role and configured for failover (Load Balance mode). Everything ...
0 votes
1 answer
70 views
Docker PHP image has different modules when ran directly and when composed
Dockerfile FROM php:8.1-fpm WORKDIR /var/www/html RUN apt-get update && apt-get install -y \ imagemagick libmagickwand-dev libmagickcore-dev curl zip libcurl4-openssl-dev \ libonig-dev ...
0 votes
0 answers
75 views
QEMU Driver error - Permission denied
Do you have any idea what could be the issue? If I use direct assignment like this, it works : source dev="/dev/vg_shared/testlv"/ But via pool, does not work, source pool="lvm-shared&...
0 votes
2 answers
107 views
IIS Internal Server Error 500 when client certificates enabled
Scenario: AWS hosted EC2 Machine running IIS directly. Default inetpub/wwwroot setup Installed self-signed certs to enable HTTPS. Open browser to localhost - OK. Open browser to https://localhost - ...
0 votes
0 answers
49 views
Ansible dictionary search for key and replace with value
I'm working with the Cisco Intersight Ansible plugin and trying to do something which seems simple but is giving me trouble. I'm querying a list of server profiles and storing it in a register, and I ...
-1 votes
0 answers
63 views
opengl not available in windows container
Containers running on Windows node are not able to use OpenGL from nvidia gpu. I have k8s cluster with windows node (running WS 2022). The node has two nvidia gpus NVIDIA GeForce GTX 1080 and NVIDIA ...
0 votes
0 answers
21 views
split atop log to perday?
I have server with CloudLinux, I install atop to monitor memory dan cpu usage. I have only a atop log that record all day, I want to split atop log record per day. [root@server atop]# atop -r /var/...
0 votes
2 answers
195 views
Separate global admin in M365 Business Premium with single user/license
My client is going for CE+ and needs to separate the normal user account from the global admin account in M365. Client has M365 Business Premium and one account, which he used to set up M365, so it is ...
1 vote
1 answer
95 views
How to retire wildcard mailbox aliases (sub-addresses) in postfix, without root
I run a postfix/dovecot mail server. It is configured for automatic delimiter-based aliases, so things like [email protected] or [email protected] all end up delivered to username. That's ...
0 votes
0 answers
30 views
Replies from Docker container application never reach back WireGuard tunnel
I'm currently trying to route traffic through my VPS to my server, because my server doesn't have public IP. I'm using WireGuard to create tunnel between the server and VPS and iptables to route the ...
0 votes
1 answer
151 views
One SMB server (Linux) does not appear in Finder unless already connected
I have a system running MacOS 26.0.1. This is my only Mac on the network. There are several servers - most of which are Ubuntu 24.04 - running SMB. I can connect to any of these servers. But only ...
2 votes
2 answers
554 views
System under memory pressure with high MemAvail
I am struggling with an issue which occurs about once a month. Basically we see low free memory, high avail memory and logs about memory pressure in syslog. System then becomes unresponsive and reboot ...
3 votes
1 answer
270 views
Reshaping RAID5 to RAID6 stalled
I recently grew my RAID5 to a RAID6, but the reshaping afterwards stalled to a 0K/sec speed. Here's what I did. I added a spare to the RAID: mdadm --manage /dev/md0 --add /dev/sdc1 Then, I grew the ...
1 vote
0 answers
26 views
Get recordings and transcripts out of Microsoft Teams as a top down admin
I have a large sales team that does a great deal of communication. For email we administer Microsoft Exchange and do a huge amount of automated work on top of their emails. The system can send mails ...
2 votes
1 answer
194 views
Where can I view the 2nd key for my Azure OpenAI resource?
There used to be a "Keys and endpoint" menu option, but I don't see it. The home page only shows the 1st key: Where can I view the 2nd key for my Azure OpenAI resource?
0 votes
1 answer
165 views
Docker randomly stops being able to resolve hostnames
I'll be running fairly short builds using native Docker (versus Docker Compose or anything else). After a few days or hours it may suddenly stop resolving hostnames: => CACHED [5/6] RUN python -m ...
1 vote
0 answers
37 views
Solarwinds Service Desk - Import of updated computer info to include tag field
When you download the sample computer import CSV off the Solarwinds Documentation site for CSV imports, it just has the below fields in it. I am looking to update the Tag field (presumably not the ...