FeodorF wrote: ↑Sat Jun 22, 2024 1:00 pm@Caramel , @BarryK
While doing some more testing I ran into this problem:Code: Select all
find: ‘/home/vivaldi/.cache/doc’: Permission denied find: ‘/sys/firmware/acpi/tables’: Input/output error /usr/bin/filemnt: Zeile 109: losetup-FULL: Kommando nicht gefunden. stat: der Aufruf von statx für '' ist fehlgeschlagen: No such file or directory /usr/bin/filemnt: Zeile 175: losetup-FULL: Kommando nicht gefunden.
filemnt refers to losetup-FULL, but it does not exist.
Code: Select all
find: ‘/home/vivaldi/.cache/doc’: Permission denied
It seems normal.
See viewtopic.php?p=97154
Code: Select all
find: ‘/sys/firmware/acpi/tables’: Input/output error
No apparent error for me. Could you share the exact command you use?
Code: Select all
/usr/bin/filemnt: Zeile 109: losetup-FULL: Kommando nicht gefunden.
stat: der Aufruf von statx für '' ist fehlgeschlagen: No such file or directory
/usr/bin/filemnt: Zeile 175: losetup-FULL: Kommando nicht gefunden.
You found a bug
In old EasyOS versions, losetup was a symlink to busybox and losetup-FULL the real command. Now losetup is the real command.
So just type
Code: Select all
ln -s /usr/bin/losetup /usr/bin/losetup-FULL
to create a symlink losetup-FULL to losetup