Page 3 of 4

Re: [ rClonePlexDrive ][ 1.04.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 20 Nov 2022, 20:54
by eulero
Ciao Outkastm
Unable to enable it on TOS5 last release also after reboot.
Eulero

Re: [ rClonePlexDrive ][ 1.04.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 20 Nov 2022, 21:09
by outkastm
I will have a look

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 27 Nov 2022, 06:05
by outkastm
Up to 1.05.00

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 27 Nov 2022, 06:25
by outkastm
{L_BUTTON_AT}eulero

this app is ment to be used normally in CLI (command line interface)
I've added in the latest version the experimental GUI.

But you still have to setup the config file using SSH, or copy it from another PC (if you already have rclone running somewhere)

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 28 Nov 2022, 04:18
by eulero
I have done the configuration but nothing, the service doesn't start
Thanks

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 28 Nov 2022, 04:35
by outkastm
Have you installed the latest app version ?
What message do you see when access http(s)://yournasip:port/rClonePlexDrive

Image

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 29 Nov 2022, 01:35
by eulero
Ciao,
as you can see I cannot enable the service neither after I have configured rclone.
terramaster.jpg
Thanks for your support
Eulero

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 29 Nov 2022, 05:32
by outkastm
Try to access the WebUI page at http(s)://yournasip:port/rClonePlexDrive and send the snapshoot. Also try to start the app from menu Application Control >> Start module

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 01 Dec 2022, 04:29
by eulero
Here the snapshot:
snapshot.jpg
Tried to start the app from menu Application Control >> Start module ... nothing

Re: [ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Posted: 01 Dec 2022, 07:01
by outkastm
it seems the start script fail to detect your Volume to start correctly
Could you run this command in ssh and tell me the result, also how many Volumes are available on your NAS ?

Code: Select all

DEV=$(df-json | grep /home | awk '{print $1}') && mount | grep $DEV | grep /Volume | awk '{print $3}'