Search found 20 matches
- 08 Jul 2026, 18:32
- Forum: Update Notice
- Topic: Release Notes for x86 Series TOS Update!
- Replies: 31
- Views: 18004

Re: Release Notes for x86 Series TOS Update!
Thank for the info. Didn't know you support this. Already contacted Service Team by email.
- 08 Jul 2026, 02:11
- Forum: Update Notice
- Topic: Release Notes for x86 Series TOS Update!
- Replies: 31
- Views: 18004

Re: Release Notes for x86 Series TOS Update!
This is really bad news. I also have bios version 5.12 in f2-221 and I am stuck in TOS 5.1.144. Is there any chance in the future this upgrade will be supported? I do not like to be an unlucky consumer. I suggest if you do not provide an software upgrade path then offer a trade program for the hardw...
- 17 Sep 2022, 18:18
- Forum: Network
- Topic: Error when login thru ssh in TOS 5
- Replies: 1
- Views: 995

Re: Error when login thru ssh in TOS 5
I was able to solve this issue by comment the lines in the file stated below: cat /etc/profile.d/buildtools.sh #!/bin/bash ROOT_PATH=$(dirname $(dirname $(dirname $(dirname $(readlink -f "${BASH_SOURCE[0]}"))))) # ln -s "$ROOT_PATH/lib" /usr/local/lib # ln -s "$ROOT_PATH/lib...
- 15 Aug 2022, 23:16
- Forum: Network
- Topic: Error when login thru ssh in TOS 5
- Replies: 1
- Views: 995

Error when login thru ssh in TOS 5
I am getting a error after updating to TOS 5 when I login to tnas thru ssh: Welcome to Tnas! ln: failed to create symbolic link '/usr/local/lib/lib': File exists ln: failed to create symbolic link '/usr/local/lib64/lib64': File exists This error seems not to affect system operation but it is annoyin...
- 25 Jul 2022, 00:02
- Forum: Docker
- Topic: docker login error x509
- Replies: 1
- Views: 1002

docker login error x509
I am not able to login on a private docker images repository, however I can login in docker hub, can anyone help me finding how to fix this issue? [username@TNAS ~]# docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hu...
- 26 Aug 2021, 23:56
- Forum: Hardware, Power and Accessories
- Topic: UPS connected to TNAS get crazy
- Replies: 2
- Views: 1648

Re: UPS connected to TNAS get crazy
Hi TMRyan,
Thank you for your reply.
As I explained, the issue was solved immediately when I disconnect USB connection TNAS to UPS.
There wasn’t a power outage.
And the devices remain with power.
I believe that might be a issue with driver for UPS used by TOS.
Thank you for your reply.
As I explained, the issue was solved immediately when I disconnect USB connection TNAS to UPS.
There wasn’t a power outage.
And the devices remain with power.
I believe that might be a issue with driver for UPS used by TOS.
- 24 Aug 2021, 20:19
- Forum: Hardware, Power and Accessories
- Topic: UPS connected to TNAS get crazy
- Replies: 2
- Views: 1648

UPS connected to TNAS get crazy
Hi, I had connect my UPS APC CS-500 to TNAS, however since I updated to TOS version 4.2.15 I started to get errors on my UPS turning on yellow light. These problems disappear when I disconnect the UPS from TNAS. My guess is that something is wrong on TNAS side who is not recognizing UPS making some ...
- 20 Aug 2021, 00:46
- Forum: Privileges
- Topic: fix /mnt/md0/ folder permitions
- Replies: 1
- Views: 1636

fix /mnt/md0/ folder permitions
I found that my tnas has a wide open permitions on /mnt/md0/ : total 20 drwxr-xr-x 1 root root 80 Aug 22 2020 . drwxr-xr-x 4 root root 4096 Aug 18 23:28 .. drwxrwxrwx+ 1 root root 100 Aug 15 11:50 appdata drwxrwxrwx 1 root root 220 Aug 19 17:09 application drwxrwxrwx+ 1 root root 1012 Aug 19 16:42 p...
- 18 Aug 2021, 01:03
- Forum: Others
- Topic: brew for linux
- Replies: 4
- Views: 16805

Re: brew for linux
For all advanced users that might want to have brew on their TNAS the trick is to link (ln -s) the git and the ter_curl to /usr/bin/git and /usr/bin/curl. Mount the default homebrew folder as instructed before (you will have to create the empty folder first). Logged as admin, create a .curlrc with t...
- 18 Aug 2021, 00:42
- Forum: Others
- Topic: brew for linux
- Replies: 4
- Views: 16805

Re: brew for linux
I remembered that there is the option to add the command to the crontab with the option @reboot that apparently sove this issue. What I did is to add a new file to cron.d and insert a line @reboot /bin/mount --bind /mnt/md0/User/.linuxbrew/ /home/linuxbrew/.linuxbrew/ It works but not sure if it is ...