TOS 7.0.0559 Beta (X86) is Released for Update

Official news about TOS, mobile app, PC app updates or beta releases.
User avatar
Felix
TM Support
Posts: 105
Joined: 28 Jan 2026, 15:24
China

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by Felix »

rfbjr wrote: 29 Apr 2026, 22:14 I see duplicate notifications/emails for rsync jobs.These happen to be recurring ones, if that matters.

Also I happen to notice new notification options for various apps, under control panel/notifications. While all the new options are turned on by default for each, the email isn't. Just more of an FYI.

Image
In the TOS 7.0.0448 Beta update, we modified the system notification trigger rules and changed them to the default. You will need to manually customize these settings.

See the second warning in this update announcement for details.
viewtopic.php?t=9872
User avatar
luismartin
Posts: 58
Joined: 14 Jan 2025, 01:56
United States of America

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by luismartin »

rfbjr wrote: 30 Apr 2026, 09:22 I might do that on my f6 it has 6 x 8tb drives and after every boot the disks go busy for about an hour. It like the cache is comparing its data for each disk. IMO
So it's very clear that this is normal Hypercache behavior.
If it takes you 1 hour for you and 48TB, it takes 3 hours or more for me and 200TB.

In my case, since I power on the enclosure every 12 hours and I turn it off for 12 hours, enabling hypercache isn't worth it.

Thanks for your input.
Last edited by luismartin on 01 May 2026, 00:01, edited 3 times in total.
User avatar
rfbjr
Silver Member
Posts: 400
Joined: 16 May 2024, 23:43
United States of America

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by rfbjr »

TMzethar wrote: 30 Apr 2026, 10:00
rfbjr wrote: 29 Apr 2026, 18:54 The sync was triggered because the system won't fully come up during one of the reboots, I couldn't putty in and had no choice to force power off the unit.
As requested: TOS_SystemReport_20260429_064241.zip
(My Onedrive link)
https://1drv.ms/f/s!AgP4K-RskQ9MjLwJvJG ... Q?e=2GWq4N
Additionally, after restarting the NAS, will errors related to the FileManager service, PostgreSQL service, and PCIE (M.2) still occur?
Has the Correctible Error of PCIE (M.2) also occurred before?
How long does your F4-424 last?
Rebooting doesn't help the postgreSQL/Filemanger issue. The PCIE messages are always there. Wait are you saying the PCIE errors are with the M.2 sticks I have?
The resync finished last night and I was manually copying one folder (scp) to another NAS. That finished.
I'm rebooting the F4-424 Pro now.
F6-424 & F4-425 Plus at 7.0.0777
F4-424 Pro also at 7.0.0777
D4-320
User avatar
rfbjr
Silver Member
Posts: 400
Joined: 16 May 2024, 23:43
United States of America

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by rfbjr »

After the boot.

It seems worse

[url=https://postimg.cc/ygVNy9Dt]Image[/u



I upload here: https://1drv.ms/f/s!AgP4K-RskQ9MjLwJvJG ... Q?e=2GWq4N
A copy of the syslog
**I won't be able to do anything else on this unit for another 4hours. Personally I think it's time to raise the white flag and do the system reset.
Also my earlier comment about if it was my M.2 sticks, the sticks were swapped out a few weeks ago, can't be them, unless the physical slot has issues.

2026-04-30 19:10:04.250 CST [1196] LOG: starting PostgreSQL 13.13 (Ubuntu 13.13-1.pgdg22.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2026-04-30 19:10:04.250 CST [1196] LOG: listening on IPv4 address "127.0.0.1", port 5032
2026-04-30 19:10:04.254 CST [1196] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5032"
2026-04-30 19:10:04.264 CST [1196] LOG: could not resolve "localhost": Temporary failure in name resolution
2026-04-30 19:10:04.264 CST [1196] LOG: disabling statistics collector for lack of working socket
2026-04-30 19:10:04.269 CST [1202] LOG: database system was shut down at 2026-04-30 19:09:09 CST
2026-04-30 19:10:04.285 CST [1196] LOG: database system is ready to accept connections
2026-04-30 19:10:17.293 CST [3959] ERROR: database "msgcenterdb" already exists
2026-04-30 19:10:17.293 CST [3959] STATEMENT: CREATE DATABASE msgcenterdb;
2026-04-30 19:10:17.299 CST [3515] ERROR: could not open file "base/16384/17563.2" (target block 288675): previous segment is only 1 blocks
2026-04-30 19:10:17.299 CST [3515] STATEMENT:
UPDATE file_op
SET source_hash = CASE
WHEN source IS NULL THEN MD5('__source_null_placeholder__')
ELSE MD5(source)
END
WHERE source_hash IS NULL

2026-04-30 19:10:18.862 CST [4223] ERROR: could not read block 131073 in file "base/16384/17563.1": read only 0 of 8192 bytes
2026-04-30 19:10:18.862 CST [4223] STATEMENT:
UPDATE file_op
SET source_hash = CASE
WHEN source IS NULL THEN MD5('__source_null_placeholder__')
ELSE MD5(source)
END
WHERE source_hash IS NULL

2026-04-30 19:10:20.620 CST [4367] ERROR: constraint "fk_external_acl_user_table" of relation "external_acl" does not exist
2026-04-30 19:10:20.620 CST [4367] STATEMENT: ALTER TABLE "external_acl" DROP CONSTRAINT "fk_external_acl_user_table"
2026-04-30 19:10:20.672 CST [4353] ERROR: could not open file "base/16384/17563.2" (target block 288675): previous segment is only 1 blocks
2026-04-30 19:10:20.672 CST [4353] STATEMENT:
UPDATE file_op
SET source_hash = CASE
WHEN source IS NULL THEN MD5('__source_null_placeholder__')
ELSE MD5(source)
END
WHERE source_hash IS NULL

2026-04-30 19:10:22.373 CST [4570] ERROR: could not read block 131073 in file "base/16384/17563.1": read only 0 of 8192 bytes
2026-04-30 19:10:22.373 CST [4570] STATEMENT:
UPDATE file_op
SET source_hash = CASE
WHEN source IS NULL THEN MD5('__source_null_placeholder__')
ELSE MD5(source)
END
WHERE source_hash IS NULL

2026-04-30 19:10:23.761 CST [4698] ERROR: could not open file "base/16384/17563.2" (target block 288675): previous segment is only 2 blocks
2026-04-30 19:10:23.761 CST [4698] STATEMENT:
UPDATE file_op
SET source_hash = CASE
WHEN source IS NULL THEN MD5('__source_null_placeholder__')
ELSE MD5(source)
END
WHERE source_hash IS NULL

2026-04-30 19:10:25.376 CST [4757] ERROR: could not open file "base/16384/17563.2" (target block 288675): previous segment is only 2 blocks
2026-04-30 19:10:25.376 CST [4757] STATEMENT:
UPDATE file_op
SET source_hash = CASE
WHEN source IS NULL THEN MD5('__source_null_placeholder__')
ELSE MD5(source)
END
WHERE source_hash IS NULL
Last edited by rfbjr on 30 Apr 2026, 19:46, edited 1 time in total.
F6-424 & F4-425 Plus at 7.0.0777
F4-424 Pro also at 7.0.0777
D4-320
User avatar
Gremlin
Gold Member
Posts: 1631
Joined: 02 Dec 2022, 22:31
Great Britain

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by Gremlin »

updated 3 devices without obvious issues. {bypassed v.0517 on 2 devices}
F5-221 TOS7.0.0777 - 4x4TB (Ironwolf) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
User avatar
rfbjr
Silver Member
Posts: 400
Joined: 16 May 2024, 23:43
United States of America

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by rfbjr »

System reset did the trick, filemanager is working again.
F6-424 & F4-425 Plus at 7.0.0777
F4-424 Pro also at 7.0.0777
D4-320
User avatar
rfbjr
Silver Member
Posts: 400
Joined: 16 May 2024, 23:43
United States of America

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by rfbjr »

I ran those command on this newly fixed F4-424 Pro, as it also has the issue/concern about disk activity after a reboot
*Also learning how to get the data to display better when posting :)

Code: Select all

 Molly@Forge:/# pidstat -d 3
Linux 6.12.41+ (Forge)  04/30/26        _x86_64_        (8 CPU)

09:40:46      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
09:40:49        0        11   5443.19      0.00      0.00       0  kworker/0:1-kcopyd
09:40:49        0        52   3401.99      0.00      0.00       0  kworker/5:0-kcopyd
09:40:49        0        88  87091.03      0.00      0.00       0  kworker/3:1-kcopyd
09:40:49        0       132   2041.20      0.00      0.00       0  kworker/6:1-mm_percpu_wq
09:40:49        0       258  84369.44      0.00      0.00       0  kworker/2:2-kcopyd
09:40:49        0      7541   1360.80      0.00      0.00       0  kworker/7:1-kcopyd
09:40:49        0      7568   4762.79      0.00      0.00       0  kworker/4:0-mm_percpu_wq
09:40:49        0      8433  23813.95      0.00      0.00       0  kworker/1:3-events

09:40:49      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
09:40:52        0        11   8874.67      0.00      0.00       0  kworker/0:1-mm_percpu_wq
09:40:52        0        52   2730.67      0.00      0.00       0  kworker/5:0-mm_percpu_wq
09:40:52        0        88  83285.33      0.00      0.00       0  kworker/3:1-kcopyd
09:40:52        0       258  92160.00      0.00      0.00       0  kworker/2:2-kcopyd
09:40:52        0      7541   9557.33      0.00      0.00       0  kworker/7:1-kcopyd
09:40:52        0      7568   4778.67      0.00      0.00       0  kworker/4:0-mm_percpu_wq
09:40:52        0      8433  17749.33      0.00      0.00       0  kworker/1:3-events_freezable

09:40:52      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
09:40:55        0        11  15018.67      0.00      0.00       0  kworker/0:1-kcopyd
09:40:55        0        52   5461.33      0.00      0.00       0  kworker/5:0-kcopyd
09:40:55        0        88  66218.67      0.00      0.00       0  kworker/3:1-kcopyd
09:40:55        0       132  25941.33      0.00      0.00       0  kworker/6:1-mm_percpu_wq
09:40:55        0       258  76458.67      0.00      0.00       0  kworker/2:2-kcopyd
09:40:55        0      7541   8874.67      0.00      0.00       0  kworker/7:1-kcopyd
09:40:55        0      7568   8874.67      0.00      0.00       0  kworker/4:0-kcopyd
09:40:55        0      8433  12970.67      0.00      0.00       0  kworker/1:3-kcopyd

09:40:55      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
09:40:58        0        11  14336.00      0.00      0.00       0  kworker/0:1-kcopyd
09:40:58        0        52   2048.00      0.00      0.00       0  kworker/5:0-mm_percpu_wq
09:40:58        0        88  73045.33      0.00      0.00       0  kworker/3:1-kcopyd
09:40:58        0       132   1365.33      0.00      0.00       0  kworker/6:1-kcopyd
09:40:58        0       258  94208.00      0.00      0.00       0  kworker/2:2-events
09:40:58        0      7568   3413.33      0.00      0.00       0  kworker/4:0-mm_percpu_wq
09:40:58        0      8433  38912.00      0.00      0.00       0  kworker/1:3-kcopyd
Molly@Forge:/# iostat 3
Linux 6.12.41+ (Forge)  04/30/26        _x86_64_        (8 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           1.42    0.00    3.94    2.99    0.00   91.65

Device             tps    kB_read/s    kB_wrtn/s    kB_dscd/s    kB_read    kB_wrtn    kB_dscd
dm-0            407.71    206864.16        77.61         0.00  177462556      66580          0
dm-1              5.56        22.14         0.09         0.00      18992         80          0
dm-2            402.84        16.71    206159.72         0.00      14336  176858240          0
dm-3              5.12       708.17        66.79         0.00     607516      57300          0
dm-4              0.88       187.62         5.25         0.00     160952       4504          0
md0             402.93        26.66    206159.72         0.00      22872  176858240          0
md1               1.07       192.58         5.25         0.00     165212       4504          0
md2             816.01    206889.76        77.70         0.00  177484516      66660          0
md8               0.18         4.70         0.01         0.00       4028          8          0
md9              23.33       834.44       652.63         0.00     715837     559872          0
sda             252.25     17364.21     85980.95         0.00   14896238   73760479          0
sdb             259.73     17415.45     85845.79         0.00   14940188   73644527          0
sdc             254.16     34521.04     68777.46         0.00   29614561   59002119          0
sdd             263.41     34462.76     68636.21         0.00   29564565   58880947          0
sdza             20.30      1058.37       658.24         0.00     907947     564688          0
sdzb            816.65    206895.81        78.25         0.00  177489710      67131          0


avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.46    0.00    3.54    2.49    0.00   93.51

Device             tps    kB_read/s    kB_wrtn/s    kB_dscd/s    kB_read    kB_wrtn    kB_dscd
dm-0            422.67    216405.33         0.00         0.00     649216          0          0
dm-1              0.00         0.00         0.00         0.00          0          0          0
dm-2            417.67         0.00    213845.33         0.00          0     641536          0
dm-3              0.00         0.00         0.00         0.00          0          0          0
dm-4              0.00         0.00         0.00         0.00          0          0          0
md0             417.67         0.00    213845.33         0.00          0     641536          0
md1               0.00         0.00         0.00         0.00          0          0          0
md2             845.33    216405.33         0.00         0.00     649216          0          0
md8               0.00         0.00         0.00         0.00          0          0          0
md9               0.00         0.00         0.00         0.00          0          0          0
sda             274.33     21674.67     86186.67         0.00      65024     258560          0
sdb             278.00     15365.33     92029.33         0.00      46096     276088          0
sdc             278.00     39122.67     68949.33         0.00     117368     206848          0
sdd             283.00     32768.00     74621.33         0.00      98304     223864          0
sdza              0.00         0.00         0.00         0.00          0          0          0
sdzb            845.33    216405.33         0.00         0.00     649216          0          0

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.50    0.00    3.87    2.52    0.00   93.11

Device             tps    kB_read/s    kB_wrtn/s    kB_dscd/s    kB_read    kB_wrtn    kB_dscd
dm-0            425.33    217770.67         0.00         0.00     653312          0          0
dm-1              0.00         0.00         0.00         0.00          0          0          0
dm-2            427.33         0.00    218794.67         0.00          0     656384          0
dm-3              0.00         0.00         0.00         0.00          0          0          0
dm-4              0.00         0.00         0.00         0.00          0          0          0
md0             427.33         0.00    218794.67         0.00          0     656384          0
md1               0.00         0.00         0.00         0.00          0          0          0
md2             850.67    217770.67         0.00         0.00     653312          0          0
md8               0.00         0.00         0.00         0.00          0          0          0
md9               0.00         0.00         0.00         0.00          0          0          0
sda             265.67     16218.67     93534.67         0.00      48656     280604          0
sdb             281.67     22186.67     87692.00         0.00      66560     263076          0
sdc             269.00     33074.67     76288.00         0.00      99224     228864          0
sdd             286.33     38741.33     70626.67         0.00     116224     211880          0
sdza              0.00         0.00         0.00         0.00          0          0          0
sdzb            850.67    217770.67         0.00         0.00     653312          0          0

F6-424 & F4-425 Plus at 7.0.0777
F4-424 Pro also at 7.0.0777
D4-320
User avatar
TMzethar
TM Support
Posts: 2826
Joined: 27 Oct 2020, 16:43

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by TMzethar »

rfbjr wrote: 29 Apr 2026, 18:13 Image
Here is the postg modules, no clue why .1 or even it wants .2
If this issue occurs multiple times, you may consider checking the M.2 SSD or contacting the sales team to replace it with a new NAS, and sending this NAS back to us for research
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
TMzethar
TM Support
Posts: 2826
Joined: 27 Oct 2020, 16:43

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by TMzethar »

TMzethar wrote: 30 Apr 2026, 08:55
rfbjr wrote: 29 Apr 2026, 22:14 I see duplicate notifications/emails for rsync jobs.These happen to be recurring ones, if that matters.
Also I happen to notice new notification options for various apps, under control panel/notifications. While all the new options are turned on by default for each, the email isn't. Just more of an FYI.
Image
Recorded, will verify the issue.
We are currently unable to reproduce the situation of the 'double notification' you mentioned
Perhaps it was caused by some special operation If you have any discoveries, please feel free to raise them
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
rfbjr
Silver Member
Posts: 400
Joined: 16 May 2024, 23:43
United States of America

Re: TOS 7.0.0559 Beta (X86) is Released for Update

Post by rfbjr »

Ok regarding the M.2, I could migrate the system disk back to the HDD's and completely remove the sticks. Boot up and see if those PCIE errors disappear. If they do, then next step is swap in a different stick, if errors come back, it's the unit.

As to contacting the sales team, do I just ask for a replacement? I mean, do you know if there is a process to follow?
So I think that's the plan, I don't mind do this, the unit is on the top shelf of my setup.
F6-424 & F4-425 Plus at 7.0.0777
F4-424 Pro also at 7.0.0777
D4-320
Post Reply

Return to “Update Notice”