The TOS 6 Beta Is Now Available for Public Testing

Official news about TOS, mobile app, PC app updates or beta releases
Post Reply
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by outkastm »

jmaysnc wrote: 20 Mar 2024, 01:13 Hello. Have an F5-221 I just installed the public beta on, previously running 5.1.123.

NAS boots just fine, and I can SSH into it. However, no web UI.

sudo -i and ran

Code: Select all

service nginx status
I see the following:

Code: Select all

[DEBUG /etc/init.d/nginx status]
[DEBUG 2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
]
nginx stopped
The file is there and contains data when I

Code: Select all

vi
it.

Any ideas?

Thanks!
And if you try to start nginx, what message do you get?

Code: Select all

service nginx start
User avatar
TMroy
TerraMaster Team
Posts: 2607
Joined: 10 Mar 2020, 14:04
China

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by TMroy »

We have recently provided remote support to some users who encountered failures while updating to TOS 6. These users all claimed that they were using TOS version 5.1.123 before the upgrade, but upon our verification, this was not the case. Due to not meeting the update requirements of TOS 6, they all experienced issues such as Nginx not running and the TOS page not loading after the update. Therefore, we strongly recommend once again that before attempting to upgrade to TOS 6, please ensure that your TNAS device meets all the necessary update conditions to avoid any unnecessary troubles.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Thattallchap
Posts: 0
Joined: 04 Dec 2022, 02:07

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by Thattallchap »

Tricky wrote: 20 Mar 2024, 17:03 Seems to be happening a lot, and all the same results, I changed to using TRAID because I thought it would be easier to recover and add drives but this is also not the case I can't seem to repair TRAID when i lose a couple of drive due to having to reinstall TOS 5 again to get the NAS working, I am starting to think about going back to FreeNAS!
Do you have a guide to "reinstall TOS" without access to the TOS GUI. It seems that the Terramaster Support team are busing themselves with writing up potential reasons why these installs are failing, rather than providing guidance on how to recover the NAS itself.

I've tried to find a pinned thread on this rabbit warren of a forum, but I'm struggling to find an official process to follow, that doesn't involve getting to a web GUI.
User avatar
Tricky
Posts: 225
Joined: 07 Feb 2020, 02:12
Great Britain

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by Tricky »

TMroy wrote: 20 Mar 2024, 19:32 We have recently provided remote support to some users who encountered failures while updating to TOS 6. These users all claimed that they were using TOS version 5.1.123 before the upgrade, but upon our verification, this was not the case. Due to not meeting the update requirements of TOS 6, they all experienced issues such as Nginx not running and the TOS page not loading after the update. Therefore, we strongly recommend once again that before attempting to upgrade to TOS 6, please ensure that your TNAS device meets all the necessary update conditions to avoid any unnecessary troubles.
Well, mine definitely was! and got the same result the second time so there is a problem somewhere! getting heartily sick of problem after problem!
User avatar
jmaysnc
Posts: 0
Joined: 20 Mar 2024, 01:09
United States of America

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by jmaysnc »

outkastm wrote: 20 Mar 2024, 14:31
jmaysnc wrote: 20 Mar 2024, 01:13 Hello. Have an F5-221 I just installed the public beta on, previously running 5.1.123.

NAS boots just fine, and I can SSH into it. However, no web UI.

sudo -i and ran

Code: Select all

service nginx status
I see the following:

Code: Select all

[DEBUG /etc/init.d/nginx status]
[DEBUG 2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
2024/03/19 13:06:09 open log file failed!! /var/log/iniparse.log
]
nginx stopped
The file is there and contains data when I

Code: Select all

vi
it.

Any ideas?

Thanks!
And if you try to start nginx, what message do you get?

Code: Select all

service nginx start
No error.

Code: Select all

[root@TNAS-1019 ~]$ service nginx start
[root@TNAS-1019 ~]$ service nginx status
[DEBUG /etc/init.d/nginx status]
[DEBUG 2024/03/20 11:08:51 open log file failed!! /var/log/iniparse.log
2024/03/20 11:08:51 open log file failed!! /var/log/iniparse.log
2024/03/20 11:08:51 open log file failed!! /var/log/iniparse.log
2024/03/20 11:08:51 open log file failed!! /var/log/iniparse.log
2024/03/20 11:08:51 open log file failed!! /var/log/iniparse.log
]
nginx stopped
I think it is a potential permission issue. iniparse.log seems to be owned by my admin user (john), nginx appears to try to start as root, but root doesn't have rights to the file.

Code: Select all

[root@TNAS-1019 ~]$ ls -l /var/log/iniparse.log
-rw-r--r-- 1 john john 142951 Mar 19 12:37 /var/log/iniparse.log
If I try to give root access, I'm unable.

Code: Select all

[root@TNAS-1019 ~]$ setfacl -m u:root:rwx /var/log/iniparse.log
do_set  --->setfacl: /var/log/iniparse.log: Operation not permitted
User avatar
jmaysnc
Posts: 0
Joined: 20 Mar 2024, 01:09
United States of America

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by jmaysnc »

Tricky wrote: 20 Mar 2024, 20:31
TMroy wrote: 20 Mar 2024, 19:32 We have recently provided remote support to some users who encountered failures while updating to TOS 6. These users all claimed that they were using TOS version 5.1.123 before the upgrade, but upon our verification, this was not the case. Due to not meeting the update requirements of TOS 6, they all experienced issues such as Nginx not running and the TOS page not loading after the update. Therefore, we strongly recommend once again that before attempting to upgrade to TOS 6, please ensure that your TNAS device meets all the necessary update conditions to avoid any unnecessary troubles.
Well, mine definitely was! and got the same result the second time so there is a problem somewhere! getting heartily sick of problem after problem!
Mine definitely was, too. But my man, you're installing a Public Beta. You should have zero expectations of stability. The purpose of a public beta is to find these issues and work through them before they release a stable. You sign up for the experience when you agreed to install a beta version and the team is learning from them. This is part of the lifecycle and how IT works.
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by outkastm »

jmaysnc wrote: 20 Mar 2024, 23:11
As from TOS5, the user root is not available anymore.
Your existing root user is probaly from a previous TOS4 version.

After you login in SSH with your admin user (john) (ps. next time i think is better to not make this user public) try to run directly without sudo -i:

Code: Select all

/etc/init.d/nginx start
But maybe you will need TM support here
User avatar
jmaysnc
Posts: 0
Joined: 20 Mar 2024, 01:09
United States of America

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by jmaysnc »

outkastm wrote: 20 Mar 2024, 23:44
jmaysnc wrote: 20 Mar 2024, 23:11
As from TOS5, the user root is not available anymore.
Your existing root user is probaly from a previous TOS4 version.

After you login in SSH with your admin user (john) (ps. next time i think is better to not make this user public) try to run directly without sudo -i:

Code: Select all

/etc/init.d/nginx start
But maybe you will need TM support here
Yeah, I'm sure you're correct. BTW, nice work with all you do on the side-loaded apps! I hope you're able to get Pi-Hole going. :)

Code: Select all

[root@TNAS-1019 ~]$ exit
logout
[john@TNAS-1019 nginx]# /etc/init.d/nginx start
nginx starting
[john@TNAS-1019 nginx]# /etc/init.d/nginx status
nginx stopped
[john@TNAS-1019 nginx]#
User avatar
TMroy
TerraMaster Team
Posts: 2607
Joined: 10 Mar 2020, 14:04
China

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by TMroy »

Tricky wrote: 20 Mar 2024, 20:31
If you can allow a remote session from our engineer to find out the issues, that will be much appreciated!
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
vsicth12
Posts: 0
Joined: 21 Mar 2024, 00:15
United States of America

Re: The TOS 6 Beta Is Now Available for Public Testing

Post by vsicth12 »

I cannot upgrade my F2-422 unit. Error is something like "system partition only 8gb." It is on v5.1.123 now. Any ideas how to mitigate? Thanks.
Post Reply

Return to “Update Notice”