Community Digest

Top new questions this week:

Configuring NFS4 for maximum reliability with SQLite

Let me start by saying that I am aware a simple search for "nfs SQLite" surfaces this answer as the top result. In a perfect world, I'd be able to choose to use a better database engine and ...

storage nfs4 sqlite  
user avatar asked by Themoonisacheese Score of 5
user avatar answered by Andreas Rogge Score of 3

SSH connection to docker container when host is connected to VPN

I am having an issue establishing a ssh connection to my docker container when the docker host is connected to a vpn (nordvpn). Here is what I have done : On my router : i have port forwarded an ssh ...

ssh vpn docker  
user avatar asked by gealex Score of 2

How is nginx location selected when / is not defined

Nginx location block related question. I have defined the following basic configuration in nginx.conf file events { worker_connections 1024; } http { server { listen 80; ...

nginx  
user avatar asked by Darcy Score of 2
user avatar answered by Ivan Shatsky Score of 2

Kubernetes pod unable to create symbolic link on Ubuntu Samba share

My Ubuntu Desktop Ubuntu 24.04 LTS runs a Samba share using this smb.conf: [global] allow insecure wide links = yes unix extensions = no follow symlinks = yes wide links = yes I am running k3s ...

kubernetes samba k3s ubuntu-24.04  
user avatar asked by Jose Cabrera Zuniga Score of 2

Docker TLS verification works on one server, fails on another identical server with "certificate signed by unknown authority": An Unexplained Mystery

I'm facing a truly bizarre Docker TLS issue that has exhausted all standard debugging methods. I have two Rocky 9 systems, and a Docker pull operation with a self-signed registry works on one but ...

ssl docker certificate-authority  
user avatar asked by hcy308黄 Score of 1
user avatar answered by tsc_chazz Score of 0

After reboot of the PC dnsmasq service doesn't load dns-servers from /etc/resolv.conf

systemctl status after reboot of the system: Nov 28 19:16:07 my-debian systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Nov 28 19:16:07 my-debian dnsmasq[...

linux debian dnsmasq reboot  
user avatar asked by Happy Trash Bin Score of 1

Debian 13 Nginx HTTP/3 module missing

I'm runnind Debian 13 with Nginx 1.26.3 and have already read a lot of instructions. My current problem is, that Nginx has not loaded the ngx_http_v3 module and I also can't find a way to add it! Must ...

nginx debian http3  
user avatar asked by HGA Score of 1

Greatest hits from previous weeks:

How do I add Access-Control-Allow-Origin in NGINX?

How do I set the Access-Control-Allow-Origin header so I can use web-fonts from my subdomain on my main domain? Notes: You'll find examples of this and other headers for most HTTP servers in the ...

nginx cors  
user avatar asked by Chris McKee Score of 285
user avatar answered by hellvinz Score of 287

How can I figure out my LDAP connection string?

We're on a corporate network thats running active directory and we'd like to test out some LDAP stuff (active directory membership provider, actually) and so far, none of us can figure out what our ...

active-directory ldap connection-strings  
user avatar asked by Allen Score of 122
user avatar answered by Evan Anderson Score of 114

Permission denied (publickey). SSH from local Ubuntu to Amazon EC2 server

I have an instance of an application running in the cloud on an Amazon EC2 instance, and I need to connect to it from my local Ubuntu. It works fine on one local ubuntu and also laptop. I got this ...

linux ssh amazon-ec2  
user avatar asked by Vorleak Chy Score of 228
user avatar answered by Greg Hewgill Score of 150

Windows Server restart / shutdown history

How can I easily see a history of every time my Windows Server has restarted or shutdown and the reason why, including user-initiated, system-initiated, and system crashed? The Windows Event Log is ...

windows-server-2008 windows-server-2008-r2 windows-server-2012 windows-server-2012-r2 windows-event-log  
user avatar asked by JohnC Score of 115
user avatar answered by JohnC Score of 138

How do I convert a .cer certificate to .pem?

I have a .cer certificate and I would like to convert it to the .pem format. If I remember correctly, I used to be able to convert them by exporting the .cer in Base64, then renaming the file to .pem ...

ssl-certificate convert  
user avatar asked by systempuntoout Score of 214
user avatar answered by HUB Score of 341

Monday morning mistake: sudo rm -rf --no-preserve-root /

Please note: The answers and comments to this question contains content from another, similar question that has received a lot of attention from outside media but turned out to be hoax question in ...

ubuntu-12.04 disaster-recovery hetzner  
user avatar asked by Jonas Bylov Score of 151

mysqldump throws: Unknown table 'COLUMN_STATISTICS' in information_schema (1109)

Every time I try to make a mysqldump I get the following error: $> mysqldump --single-transaction --host host -u user -p db > db.sql mysqldump: Couldn't execute 'SELECT COLUMN_NAME, ...

mysql mysqldump  
user avatar asked by manifestor Score of 509
user avatar answered by cristhiank Score of 826
You're receiving this message because you subscribed to the Server Fault community digest.
Unsubscribe from this community digest       Edit email settings       Leave feedback       Privacy
Stack Overflow

Stack Overflow, 14 Wall Street, 20th Floor, New York, NY 10005

<3