Page 2 of 7

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 06 Dec 2024, 18:42
by TMroy
MisterXY wrote: 06 Dec 2024, 14:57
If i mount an extern or intern hdd or ssd with ext4 format, than the NAS crash after 1 Minute and i must restart the NAS.
It doesn't matter whether I mount the HDD/SSD via the TOS interface or with a command.
"mount /dev/sdzb1 /Volume1/@disk/Externaldrive_sdzb1".
It doesn't matter which directory I mount it in, it just crashes and the NAS doesn't respond at all. I've already tested various ext4 HDDs and it's always the same.
This error is also there.
This situation is usually caused by errors in the metadata of the file system on the external disk, which leads to mounting failure and system freeze. We have also encountered this issue in our laboratory. Unfortunately, we currently do not have a solution for this type of error.

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 06 Dec 2024, 19:00
by RyanYang
thierrys73 wrote: 06 Dec 2024, 16:23
What issues did your SMB encounter after the update?

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 06 Dec 2024, 19:21
by adam12345
I am currently with version 535 and having a bit of issue when heavy smb file transfer, my network maps disappear and the transfer fails

16.Optimized the handling strategy for SMB configuration files that increases reliability.

might be this can help with the issue ?

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 00:07
by lsoto
Hi.
Checked.
When you use your own certificate (probably through a private self signed CA, I do not have a public CA to check), the "Disk" menu display is broken. "Overview" does not shows disks and only the "x", the "Disks" tab shows empty on the next reboot.
Using the IP instead of private fqdn still works.

I thought it was some other obscure problem! I do not know anything about web development, but could it be related to CSP and frames rights?

Um, postimages is shown as "Suspected Phishing" site from "Cloudflare". I could not attach the screenshot.

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 02:09
by lsoto
Last problem, the shares rights/show is not working unless you are using the admin user.
It only shows the home and the public only.
- changed the rights editing each user and going to the permissions tab
- created a group and changing the rights at the group properties
- changed the permissions at share level, with the tick "Replace the permissions of all subdirectories", at both user and group level. It always shows "Deny" at user level but on the admin user. When you tick other right sometimes show "Custom" but after applying it comes back to Deny

I thought checking and changing smb.conf at least for testing purposes, but everytime I restart or reload the service the file is overwritten.

Thanks!

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 02:49
by carbon
TMRyan wrote: 06 Dec 2024, 09:16
star wrote: 06 Dec 2024, 03:46
carbon wrote: 06 Dec 2024, 04:16
We have noticed that some DNS servers are unable to correctly resolve our email server address. We are working on optimizing the email sending process to address this issue.
In the meantime, you can try the following steps: go to the network module in the TOS control panel, edit the LAN settings, and change the DNS server to one commonly used in your area or a public DNS server, such as 8.8.8.8.
I don't believe it's related to DNS since my current DNS is resolving just fine "smtp.noontec.com" and the behavior is the same even after changing to Google DNS.
"
nslookup smtp.noontec.com
Server: 10.0.0.1
Address: 10.0.0.1#53

Non-authoritative answer:
smtp.noontec.com canonical name = mail.abchk.net.
Name: mail.abchk.net
Address: 223.29.250.111
"

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 03:22
by samius
I have a problem with nfs shares... If I change or add shares, then the following lines appear in the etc/export file:

Code: Select all

"" *(rw,async,crossmnt,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
"" *(rw,async,crossmnt,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
"/Volume4/Media" *(rw,crossmnt,insecure,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
"/Volume3/HDD4" *(rw,crossmnt,insecure,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
and accordingly "exportfs -a" does not work.
Where could the first two lines come from?

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 03:51
by shadvandevanter
I am having issues post upgrade to 6.0.555. prior to this i was running 6.0.535 on my F6-424. everything was working prior to the update. this NAS is located in a remote office. post upgrade, I cannot access the NAS from a remote office location on a different network subnet. but I can access it if I am on the same subnet as the NAS. I checked the setting and security isolation mode is not activated. this unit is dual homed, one IP for management on our management VLAN/subnet and of the IP is on our workstation VLAN/subnet for other devices to connect to as a backup target.

I was able to ping the device remotely from a different office and subnet prior to the upgrade to 6.0.555, but cannot ping it from the remote office post upgrade. I can ping other device in the remote office without issues. just not the TNAS. but I can ping the TNAS from the local network on both interfaces. it's like there is a firewall rule that is preventing me from accessing it from a remote connection. but I have no firewalls enabled.

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 03:53
by bugacha
samius wrote: 07 Dec 2024, 03:22 I have a problem with nfs shares... If I change or add shares, then the following lines appear in the etc/export file:

Code: Select all

"" *(rw,async,crossmnt,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
"" *(rw,async,crossmnt,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
"/Volume4/Media" *(rw,crossmnt,insecure,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
"/Volume3/HDD4" *(rw,crossmnt,insecure,insecure_locks,sec=sys,no_root_squash,anonuid=1001,anongid=997)
and accordingly "exportfs -a" does not work.
Where could the first two lines come from?
read this russian bear

viewtopic.php?p=40886#p40886

Re: TOS 6.0.555 (X86) is Released for Update

Posted: 07 Dec 2024, 04:42
by samius
bugacha wrote: 07 Dec 2024, 03:53 read this russian bear
viewtopic.php?p=40886#p40886
O, thx! It work.