[ModBase1] Common libraries and tools for use by other modules
Re: [ModBase1] Common libraries and tools for use by other modules
install the latest version of ModBase1 and ffmpeg51
Re: [ModBase1] Common libraries and tools for use by other modules
I've had to reinstall TOS and now ModBase1 doesn't seem to install completely, version 1.00.17 x86_x64. I uninstalled it, updated to 5.1.67, and tried to reinstall but it gives the same symptoms. Is there a way to do this manually?
F5-221
TOS 5.1.67
4 x 4TB RAID5 EXT4
1 x 8TB EXT4
TOS 5.1.67
4 x 4TB RAID5 EXT4
1 x 8TB EXT4
Re: [ModBase1] Common libraries and tools for use by other modules
Nevermind. I had other issues and reinstalled TOS which corrected the issue.
F5-221
TOS 5.1.67
4 x 4TB RAID5 EXT4
1 x 8TB EXT4
TOS 5.1.67
4 x 4TB RAID5 EXT4
1 x 8TB EXT4
Re: [ModBase1] Common libraries and tools for use by other modules
After installing TOS6, byobu does not work anymore, see attached screenshot
Re: [ModBase1] Common libraries and tools for use by other modules
I was able to track it to the byobu-janitor script, line 46, which fails at the "install" command:
Re: [ModBase1] Common libraries and tools for use by other modules
In TOS6, TM has replaced the GNU coreutils installbinary with their own install binary used for apps installation, which has different function as the GNU coreutils version.
For this reason, the byobu-janitor failed to run.
You can install the updated ModBase1 app, where now the byobu-janitor will use the GNU coreutils install binary available in ModBase1 and not the one form the TOS.
For this reason, the byobu-janitor failed to run.
You can install the updated ModBase1 app, where now the byobu-janitor will use the GNU coreutils install binary available in ModBase1 and not the one form the TOS.
Re: [ModBase1] Common libraries and tools for use by other modules
Hi, are you planning to update the arm8.2 version? I need screen and tmux for my F4-212. Thanks.
- terribletakes
- Posts: 1
- Joined: 06 Nov 2024, 03:08

Re: [ModBase1] Common libraries and tools for use by other modules
I have the same problem.terribletakes wrote: ↑06 Nov 2024, 03:11 I'm having problems getting modbase installed - I have TOS6 and I have downloaded and tried to reinstall the modbase 1 app several times and it fails to install correctly.
![]()
Re: [ModBase1] Common libraries and tools for use by other modules
Hey, I'm using F2-210 and installed this package (version is 1.00.03). Everything seems normal, but adding the ModBase1 to PATH. I've tried a a couple of times but without succeed. Then I logged to SSH switch to root and enter:
Then open the Modbase1 file and search for line 22:
It seems something is wrong with "stat" command so after reading the manual of the command I 've change the option to
Then test again, and this time there is no errors, but again the problem with PATH still persist.
After looking again in ModBase1 file i saw the function for adding path:
So I've tried:
It seems the file ModBase1.sh which is responsible for adding PATH is missing.
I've searched the whole system for this file, but the file is missing:
Could you fix that?
Code: Select all
root@TNAS:/etc/init.d# ./ModBase1 start
stat: unrecognized option '--printf=%s'
.
.
./ModBase1: line 22: [: -lt: unary operator expected
Code: Select all
elif [ $(stat --printf="%s" /mnt/appdata/MOD_CONFIG/SSL_cert/cacert.pem) -lt 30720 ]; then
Code: Select all
-printf="%s"Code: Select all
-c "%s"After looking again in ModBase1 file i saw the function for adding path:
Code: Select all
addpath(){
[ ! -f /etc/profile.d/$MOD_NAME.sh ] && cp -af /usr/local/$MOD_NAME/bin/$MOD_NAME.sh /etc/profile.dCode: Select all
root@TNAS:/etc/init.d# ./ModBase1 addpath
cp: can't stat '/usr/local/ModBase1/bin/ModBase1.sh': No such file or directory
I've searched the whole system for this file, but the file is missing:
Code: Select all
root@TNAS:/etc/init.d# find / -name ModBase1
/mnt/md0/application/version/ModBase1
/mnt/md0/application/ModBase1
/mnt/md0/application/ModBase1/sys/share/gdb/auto-load/usr/local/ModBase1
/mnt/md0/application/pkgs/ModBase1
/mnt/md0/application/pkgs/ModBase1/usr/local/ModBase1
/mnt/md0/application/pkgs/ModBase1/usr/local/ModBase1/sys/share/gdb/auto-load/usr/local/ModBase1
/mnt/md0/application/pkgs/ModBase1/usr/www/modules/ModBase1
/mnt/md0/application/pkgs/ModBase1/etc/init.d/ModBase1
/mnt/md0/application/uninstall/ModBase1
/usr/www/modules/ModBase1
/etc/store/installed/ModBase1
/etc/sc.d/ModBase1
/etc/init.d/ModBase1
find: /proc/18087: No such file or directory



