Andrzej Toboła
Andrzej Toboła
Version : 0.5.1-1 After correcting a duplicate there is a 30s loop: May 19 02:41:18 zeronsd[2313327]: May 19 02:41:18.462 INFO zeronsd::authority: Adding new record batskaly.zet.: (172.31.146.103) May 19 02:41:18 zeronsd[2313327]:...
% archinstall -v archinstall 2.5.1rc1 % losetup /dev/loop1 /dev/loop1: []: (/tmp/img/archinstall.img) % sudo archinstall Exit code for blkid -p -o export was: 512 Not a loop device, trying uevent rules....
### Windows Terminal version 1.20.10293.0 ### Windows build number 10.0.19045.0 ### Other Software _No response_ ### Steps to reproduce winget install Microsoft.WindowsTerminal.Preview ### Expected Behavior Config backup or preservation ###...
An clue ? ~\Downloads\docx2tex-1.8-release\docx2tex > ./d2t 1-ang.docx starting docx2tex Errors encountered while running docx2tex. Please see C:/Users/ato/Downloads/docx2tex-1.8-release/docx2tex/1-ang.log for details. ~\Downloads\docx2tex-1.8-release\docx2tex > cat 1-ang.log Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/Context at...
yay -Sy frawk ................. Compiling frawk v0.4.6 (/tmp/makepkg/frawk/src/frawk-0.4.6) Compiling tikv-jemallocator v0.4.3 error[E0554]: `#![feature]` may not be used on the stable release channel --> src/main.rs:2:43 | 2 | #![cfg_attr(feature = "unstable",...
If all OpenZFS keys are already definded aui-buildzfs breaks with: /usr/bin/aui-buildzfs: line 220: zfsmissingkeys: unbound variable Correction: add line: zfsmissingkeys= before line 214: for _zfspubkey in ${ZFSPUBKEYS[*]}; do PS Please...
[ 16%] Building CXX object _deps/ftxui-build/CMakeFiles/screen.dir/src/ftxui/screen/screen.cpp.o [ 16%] Building CXX object _deps/ftxui-build/CMakeFiles/screen.dir/src/ftxui/screen/string.cpp.o /tmp/new-cli-installer/build/_deps/ftxui-src/src/ftxui/screen/string.cpp: In function ‘int ftxui::wchar_width(wchar_t)’: /tmp/new-cli-installer/build/_deps/ftxui-src/src/ftxui/screen/string.cpp:247:19: error: function might be candidate for attribute ‘const’ [-Werror=suggest-attribute=const] 247 | [[gnu::pure]]...
Seems WWW not operational
The following patch is necessary to properly install missing OpenZFS keys. - changed zfsmissingkeys=('') to zfsmissingkeys=() to avoid empty element - used proper array expansion "${ZFSPUBKEYS[@]}" instead of ${ZFSPUBKEYS[*]} (@...