英国德比大学与合肥财经职业学院签署合作协议
233 questions from the last 30 days
11
votes
7
answers
1k
views
Access denied attempting to delete file on Windows Server
Summary
I need to delete a file on a Windows Server, however attempting to delete results in "access denied".
Additional Background
The server is domain joined.
The file is local (Not on a ...
8
votes
3
answers
679
views
Why RewriteRule behaves different if request URL has a trailing slash and when not?
My intention is to serve a website from a subfolder without changing the document root to point at that folder (since I cannot because it is on a shared hosting).
For this purpose I added this to my ....
5
votes
3
answers
497
views
VMWare, SAN, SSD, Influence of the fill level on the performance of a virtual hard disk
We have several VM hosts with a Nimble (SSD) SAN. The SAN is connected with 2x10GB. The virtual machines are mostly Windows Server 2019.
How does the size the free space of the drive storage affect ...
3
votes
2
answers
274
views
How to replace a MBR disk with GPT disk and switch the Mount
I have a Ubuntu VM in Azure with a large MBR disk. I plan to create and format a new GPT disk. Both are managed disks.
For the new GPT I would create a temporary mount called datadrive2.
How do I ...
3
votes
1
answer
471
views
Why can't I mount an NFS share on macOS Sequoia 15.5?
On macOS Sequoia 15.5, I am unable to mount a NFS share from a Debian server.
And showmount doesn't work, i.e.:
$ showmount -e myServer
showmount: Cannot retrieve info from host: omv: RPC: Program ...
3
votes
1
answer
322
views
Why are requests not processed with the error page handler location?
I have nginx with a protected reverse proxy to a local IP:
server {
server_name protected.example.com;
client_max_body_size 100M;
listen 0.0.0.0:443 ssl;
ssl_certificate /path/to/...
4
votes
1
answer
343
views
Unable to mount ISO via iDRAC remoteimage2 despite successful ping and direct download
I'm trying to mount a remote ISO on a Dell PowerEdge server using iDRAC and racadm, but I keep getting the error Unable to perform requested operation.
The iDRAC interface can successfully ping the ...
2
votes
2
answers
214
views
Apache vhost wildcard alias for single level subdomains only
I am trying to configure a single level wildcard subdomains, where foo.domain.com, bar.domain.com, etc. are accepted, but not foo.bar.domain.com.
I read that:
Wildcard characters only match a single ...
3
votes
1
answer
159
views
How to fix Powershell script when it says "mdf, ndf and ldf already exist"
I have a PowerShell script producing the error below:
Set-DbatoolsInsecureConnection -SessionOnly
Get-ChildItem "F:\WH_BEE\FULL\WH_BEE_FULL_$(Get-Date -Format "yyyyMMdd")_*.bak" | ...
1
vote
1
answer
76
views
Gmail rejecting Microsoft 365 emails with 550 5.7.1 due to poor IPv6 sender reputation – how to mitigate?
We are using Microsoft 365 Exchange Online to send email from our domain techoffice.ca. Over the last several days, emails to Gmail users are being rejected with the following bounce message:
550-5.7....
0
votes
1
answer
99
views
NGINX server correctly loads /directory/index.php, but when given just /directory, it loads the parent index.php
I apologize if this is a common problem, but I'm stumped and cannot find a solution via Google.
Centos 7
Nginx 1.28.0
I have a file /directory/index.php. When I access it directly (http://example....
3
votes
1
answer
159
views
HAPROXY Backend max connections
I am using HAProxy 2.8.5 Community Edition.
In the defaults section of haproxy.cfg I set the maxconn to 20000. In haproxy stats page I notice that each frontend has a session limit of 20.000 but each ...
0
votes
1
answer
102
views
Ubuntu 24.04, restricting the physical access to GDM?
I made users for SFTP access (openssh).
My problem is I don't want to let them connect physically to the server. Most of them are chrooted. One of them has some privileges, he can use commands like ...
1
vote
2
answers
116
views
systemd: how to immediately start the service behind a UDP socket?
What I was able to find was exactly the contrary of what I'm looking for.
I have a systemd socket like this:
# cat acdns4dns.socket
[Unit]
Description = acdns - UDP DNS
[Socket]
ListenDatagram = 0.0....
0
votes
1
answer
176
views
Windows Admin Center fails to install with error: Failed to configure PowerShell Remoting. Error: Access is denied
I am attempting to migrate a local Windows server (2016) to a new local server (2022) using Windows Storage Migration Service. While installing Windows Admin Center ("WAC"), I encounter the ...