Hodžův blog

Archive for the 'Distribuce' Category

09 Bře

How to Fix Non-Working WiFi on Minix Neo Z83-4 2.0 Running LibreELEC

A friend asked me to help him fix the non-working WiFi on his Minix Neo Z83-4 2.0 running LibreELEC. After connecting via SSH, I discovered that neither the lsusb nor lspci commands detected the WiFi card. So, I checked the output of the dmesg command and found the following messages: [ 9.943902] brcmfmac: brcmf_fw_alloc_request: using […]

16 Říj

KB5018410 = Outlook error 0x800CCC1A & Postfix SSL_accept:error

After installing the October update (KB5018410), customers started reporting to us that they were unable to send mail from Outlook using SMTP TLS (port 587). The email client only displays the error message: 0x800CCC1A and postfix writes in the log: Oct 16 18:21:39 mail postfix/submission/smtpd[719912]: connect from my.private.ip.[xxx.xxx.xxx.xxx] Oct 16 18:21:39 mail postfix/submission/smtpd[719912]: SSL_accept error […]

29 Srp

Greenbone Enterprise TRIAL – Login problem

With Greenbone Enterprise TRIAL, as well as Greenbone Community Edition (GCE), I ran into a problem where I could not log into the web interface after several tests. I just get a message: The Greenbone Vulnerability Manager service is not responding. This could be due to system maintenance. Please try again later, check the system […]

02 Čvn

Proxmox – Could not login to web interface and read only directory /etc/pve

May 29 02:06:55 pve1 pvestatd[1931]: authkey rotation error: cfs-lock ‚authkey‘ error: got lock request timeout May 29 02:06:55 pve1 pvestatd[1931]: status update time (9.120 seconds) May 29 02:06:56 pve1 pve-ha-lrm[2050]: unable to write lrm status file – unable to delete old temp file: Input/output error Fix the cluster filesystem: # systemctl stop pve-cluster # rm […]

25 Kvě

HowTo: Old Debian & error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Problem: #./hpsetup ./hpsetup: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory Quick Fix: # apt-get install lib32stdc++6

09 Kvě

GPG error: https://download.jitsi.org stable/ InRelease: The following signatures couldn’t be verified

Error: # apt update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Hit:2 http://deb.debian.org/debian buster InRelease Get:3 https://download.jitsi.org stable/ InRelease [1,882 B] Err:3 https://download.jitsi.org stable/ InRelease The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY B4D2D216F1FD7806 Reading package lists… Done Building dependency tree Reading state information… Done 12 packages can be upgraded. Run ‚apt […]

24 Bře

The following signatures were invalid: EXPKEYSIG B188E2B695BD4743

Error: root@mailgw:~# apt update Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://security.debian.org/debian-security buster/updates InRelease Hit:3 http://downloads.metasploit.com/data/releases/metasploit-framework/apt lucid InRelease Hit:4 https://packages.sury.org/php buster InRelease Err:4 https://packages.sury.org/php buster InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key Reading package lists… Done Building dependency tree Reading state information… Done All packages are up to date. W: An error […]

08 Úno

Xorg a rozlišení 2560×1440

Koupil jsem si nový monitor s rozlišením 2560×1440 pixelů, ale Xorg ho nerozpoznal korektně xrandr –listmonitors Monitors: 1 0: +*HDMI-1 1920/725×1440/428+0+0 HDMI-1 …takže jsem musel rozlišení nastavit ručně. Nejdříve jsem si vygeneroval adekvátní modeline (rozlišení 2560×1400 pixelů při 60Hz): $ cvt 2560 1440 60 # 2560×1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 […]

24 Čvc

HowTo: Nextcloud – Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

# mysql -u root -p MariaDB [(none)]> use nextcloud; MariaDB [nextcloud]> set global innodb_large_prefix=on; MariaDB [nextcloud]> set global innodb_file_format=Barracuda; MariaDB [nextcloud]> quit; # sudo -u www-data php occ maintenance:repair

20 Led

Error installing VMware Remote Console plugin – (k)ubuntu 18.04

Quick Fix # apt-get install desktop-file-utils

Hodžův blog is is proudly powered by Wordpress and the Magellan Theme