Lateo.net - Flux RSS en pagaille (pour en ajouter : @ moi)

🔒
❌ À propos de FreshRSS
Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hiernixCraft

Linux Filesystem Error: Transaction failed when using LXD

Par : Vivek Gite
See all LXD related Howtos/Tutorials

I am a big fan of LXD, a next-generation Linux system container manager and default on Ubuntu. It allows me to run desktop apps or server apps in an isolated environment. Ubuntu provides LXD with robust security in mind. However, this might lead to undesired side effects, such as individual packages under OpenSUSE or CentOS Linux may not be updated. One such package is the filesystem package. Let us see how to fix Error: Transaction failed when you try to update filesystem package under CentOS, OpenSUSE, and other Linux containers running under LXD.

The post Linux Filesystem Error: Transaction failed when using LXD appeared first on nixCraft.

ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)

Par : Vivek Gite

When I install s3cmd package on my FreeBSD system and try to use the s3cmd command I get the following error:
    ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)
How do I fix this problem on FreeBSD Unix system?

The post ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) appeared first on nixCraft.

Nginx upstream sent too big header while reading response header from upstream

Par : Vivek Gite

Nginx upstream sent too big header while reading response header from upstream

I am getting the following error and my app stops working:
    2020/07/12 14:32:03 [error] 45625#45625: *10918 upstream sent too big header while reading response header from upstream, client: 139.xxx.yyy.zzz, server: www.nixcraft.com, request: "POST /app/mg/posts HTTP/2.0", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "www.nixcraft.com", referrer: "https://www.nixcraft.com/mg/admin/index.app"
How do I fix this error for Nginx web server running on Linux or Unix-like systems?

The post Nginx upstream sent too big header while reading response header from upstream appeared first on nixCraft.

Systemd systemctl list all failed units/services on Linux

Par : Vivek Gite

Is there is a command to print list all failed units or services when using systemd on Linux? Can you tell me the systemctl command to show failed services on Linux?

The post Systemd systemctl list all failed units/services on Linux appeared first on nixCraft.

Remove Santa Hat in VLC Player Permanently

Par : Vivek Gite

How do I remove Santa Hat in VLC media player that displayed during Christmas time during 18th December to 1st January?

The post Remove Santa Hat in VLC Player Permanently appeared first on nixCraft.

How to test and validate DNSSEC using dig command line

Par : Vivek Gite

How do I test and validate DNSSEC using the dig command line under Linux, macOS, *BSD, and Unix-like systems?

The post How to test and validate DNSSEC using dig command line appeared first on nixCraft.

How to check hard drive health on FreeBSD

Par : Vivek Gite

How do I read my hard disk/SSD health using smartctl command on FreeBSD operating system? How can I hard drive health on FreeBSD and find out if my disk is dying?

The post How to check hard drive health on FreeBSD appeared first on nixCraft.

Perl: warning: Setting locale failed in Debian and Ubuntu

Par : Vivek Gite

I am trying to install package and doing some other work. But, getting the error that read as "perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:" How do I fix this problem on my Debian Linux server?

The post Perl: warning: Setting locale failed in Debian and Ubuntu appeared first on nixCraft.

FreeBSD wget cannot verify certificate, issued by Let’s Encrypt

Par : Vivek Gite

I installed GNU wget utility on FreeBSD as explained here. However, whenever I use the wget command to download stuff from the Internet, it says:
   ERROR: cannot verify download.freebsd.org's certificate, issued by 'CN=Let\'s Encrypt Authority X3,O=Let\'s Encrypt,C=US':
    Unable to locally verify the issuer's authority.

How do I fix this problem on FreeBSD 12?

The post FreeBSD wget cannot verify certificate, issued by Let’s Encrypt appeared first on nixCraft.

❌