Page 15 of 24
Re: TOS 7 Beta Is Available for Testing
Posted: 04 Jan 2026, 11:27
by TMnight
I'm truly sorry, but currently, we are unable to display the specific progress status of the permission transition for you. At the two crucial stages—when the permission transition starts and when it finishes—the TOS desktop will send corresponding notification alerts. I have already conveyed your request to show the transition progress to our product team, and they will conduct a professional assessment subsequently.
Given your current situation, I suggest that you first restart the NAS device and then manually set the relevant permissions. Compared to the online transition method, manually setting permissions will be processed more quickly.
Re: TOS 7 Beta Is Available for Testing
Posted: 04 Jan 2026, 13:57
by TMnight
It is expected to be fixed in the new version to be released next week. Please be patient
Re: TOS 7 Beta Is Available for Testing
Posted: 04 Jan 2026, 14:05
by TMnight
Based on the information in the screenshot, the name of the upgrade package entered should be "TOS_X642.0_Update_7.0.0299_00446_2512081654.bz2", not " _TOS_X642.0_Update_7.0.0299_00446_2512081654.bz2"
Re: TOS 7 Beta Is Available for Testing
Posted: 04 Jan 2026, 18:03
by k.wechselberger
I downloaded the installation file a second time to rule out download errors and renamed it. I performed the installation several times using the correct name. It didn't help.
Yesterday, I sent support a video showing the failed installation.
Re: TOS 7 Beta Is Available for Testing
Posted: 06 Jan 2026, 04:51
by maxrock70
Gremlin wrote: ↑01 Jan 2026, 02:54
Don't try and treat TOS as linux. For a start there is no "root" in the linux sense, since that is disabled. Trying to write cron jobs is a waste of your time. Use scheduled tasks within tos. "Custom" scripts are liable to be overwritten, either on reboot or on update, so they cannot be relied upon either.
If you want Linux style, install Linux variety of your choice.
Thanks for your post but it doesn’t answer my question about TOS 7 fixes for some known issues…btw scheduled task has limited possibility in terms of schedule time to set
Re: TOS 7 Beta Is Available for Testing
Posted: 06 Jan 2026, 05:04
by OldCoder
Lex wrote: ↑19 Dec 2025, 04:54
jdcesari wrote: ↑18 Dec 2025, 21:15
ruzaj wrote: ↑16 Dec 2025, 15:38
did you solve the problem for immich ? i have the same issue
I copy folder with immich, remove original folder and copy back it.
In my case posgre can`t connect to database.
Code: Select all
immich_postgres | initdb: error: could not access directory "/var/lib/postgresql/data": Permission denied
immich_postgres | The files belonging to this database system will be owned by user "postgres".
Also it help for NextCloud.
On my F8 SSD Plus, updated to TOS 7 Beta 7.0.0333, the folder /var/lib/postgresql/ does NOT EXIST:
# ls -l /var/lib/postgresql
ls: cannot access '/var/lib/postgresql': No such file or directory
#
Chris
Re: TOS 7 Beta Is Available for Testing
Posted: 06 Jan 2026, 05:16
by OldCoder
Immich expects to access /var/lib/postgresql, which does not exist on TOS 7 Beta, it appears:
...
database:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
POSTGRES_INITDB_ARGS: '--data-checksums'
# Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs
# DB_STORAGE_TYPE: 'HDD'
volumes:
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
shm_size: 128mb
restart: always
volumes:
model-cache:
----
On my F8 SSD Plus, updated to TOS 7 Beta 7.0.0333, the folder /var/lib/postgresql/ does NOT EXIST:
# ls -l /var/lib/postgresql
ls: cannot access '/var/lib/postgresql': No such file or directory
#
Chris
Re: TOS 7 Beta Is Available for Testing
Posted: 06 Jan 2026, 07:50
by OldCoder
As an experiment, I removed the /var/lib/postgresql from the DB_DATA_LOCATION, and this is the next errror I got:
...
immich-server Pulled
Network immich_default Creating
Network immich_default Created
Container immich_postgres Creating
Container immich_machine_learning Creating
Container immich_redis Creating
Error response from daemon: invalid mount config for type ""volume"": invalid mount path: 'postgres' mount path must be absolute
For some reason, it appears that TOS 7 has a lot of changes made to postgres that are biting me.
[Duh. I finally scrolled down far enough in the log file to see that there is useful information there]
Chris
Re: TOS 7 Beta Is Available for Testing
Posted: 06 Jan 2026, 14:28
by OldCoder
I just installed the new TOS 7 Beta, 7.0.0364, and it fixed immich. I restored the same immich.yml and .env that ran in docker on TOS 6, and now it is running on TOS 7 correctly.
Thank you!
Chris
Re: TOS 7 Beta Is Available for Testing
Posted: 06 Jan 2026, 15:26
by OldCoder
However, the ZeroTier app in the app store still does not work. I get: "bash: zerotier-cli: command not found" while attempting to use zerotier-cli to join my network. I was also unsuccessful in attempting to manually install "ZeroTier TOS6 1.16.0.0 x86_64.tpk" from inside the "App Center". It did not appear to believe that it was really a ".TPK" file?
I tried adding an environment variable "NETWORK_ID=<YourNetworkID>", and using high-privilege container execution, and that still did not work, either.
Chris