Page 2 of 16

Re: TOS 5.1.24 is released for update!

Posted: 01 Mar 2023, 22:14
by scout71
scout71 wrote:
> Has TFM Backup been abandoned? I can't find it anymore and personally it
> was the only application that did what I needed without many frills.
Correction, I found it now... it just changed its name. I'm happy!

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 00:41
by MDvP
After update from 5.1.22 to 5.1.24 i can not login in web, get for all users the message "user not exists!". Ssh login is possible, also users can access the drives via smb (so users exists). How to fixthis? Only fresh install or could i fix this via ssh?

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 01:35
by NelkDion
Tell me where did the mirror backup go? I used to have it, but now I can't find it. You need to make sure that folders from disk 1 are fully mirrored to disk 2.

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 01:46
by logan
Hi,
I just did the update, and now more great stuff works. white screen for the connection url, impossible to access my data under windows (empty).
Just the ssh that works. Thank you for helping me !!

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 13:09
by freman
logan wrote:
> Hi,
> I just did the update, and now more great stuff works. white screen for the
> connection url, impossible to access my data under windows (empty).
> Just the ssh that works. Thank you for helping me !!

Hi, so this happened to me and for me it was that posgresql wasn't able to start, seems they still haven't quite fixed remote logging (log center) using up all the disk space in /opt/var/log/rsyslog and when postgresql went to start it couldn't create the pidfile as there wasn't enough room

make sure df -h /opt/var has space available and try a simple reboot, that fixed it for me.

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 14:53
by TMSupport
{L_BUTTON_AT}NelkDion

Do you mean TFM Backup? You can find it in the App Center.

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 14:55
by logan
Hi

Thank you for the info,
I just saw the error message in the logs.
'more pgsql.log
2023-03-02 13:42:19.045 CST [2523] FATAL: could not write lock file "postmaster.pid": No space left on device'

it's my / was full

df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/md9 1884 1852 0 100% /
devtmpfs 4779 0 4779 0% /dev
tmpfs 4795 0 4795 0% /dev/shm
tmpfs 4795 19 4777 1% /tmp
tmpfs 4795 1 4795 1% /run
tmpfs 4795 5 4791 1% /opt/var
/dev/mapper/vg0-lv0 5713152 2881652 2827163 51% /Volume1
/dev/mapper/vg1-lv1 1904384 1434875 466995 76% /Volume2
cgroup 4795 0 4795 0% /sys/fs/cgroup

how to add space ?
what can i delete? ?

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 14:56
by TMSupport
{L_BUTTON_AT}MDvP
The login failure may be caused by a database exception. Please try to restart the database.

Code: Select all

/etc/init.d/S49pgsql restart
If that doesn't work, reinstall the TOS.

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 15:13
by logan
Great !
Thank you, that was the problem!
no space lef on the /
Plex had a root directory.
I moved it, rebooted and everything is working again.

drwxr-xr-x 3 plex media 4.0K Apr 4 2021 Library

df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/md9 1884 1510 261 86% /
devtmpfs 4779 0 4779 0% /dev
tmpfs 4795 1 4795 1% /dev/shm
tmpfs 4795 19 4777 1% /tmp
tmpfs 4795 1 4795 1% /run
tmpfs 4795 5 4790 1% /opt/var
/dev/mapper/vg0-lv0 5713152 2881999 2826824 51% /Volume1
/dev/mapper/vg1-lv1 1904384 1426356 475503 75% /Volume2
cgroup 4795 0 4795 0% /sys/fs/cgroup

Re: TOS 5.1.24 is released for update!

Posted: 02 Mar 2023, 15:23
by logan
Thanks a lot freman !