licenence renew on 6.2.4-25556

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
e1ectr0nik
Posts: 3
Joined: 29 May 2021, 11:39

licenence renew on 6.2.4-25556

Post by e1ectr0nik »

Hi! i'm trying to renew my license with 0.4.1.1 version
How can i fix it?

Code: Select all

Write [FileBot License Pxxxxxxx (Valid-Until: 2022-06-05)] to [/volume1/@appstore/filebot/data/.license]
Write Permission Denied: /volume1/@appstore/filebot/data/.license
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: licenence renew on 6.2.4-25556

Post by rednoah »

Option A:
Log into your DSM with SSH so you can use sudo to delete the file as super user:

Code: Select all

sudo rm -v /volume1/@appstore/filebot/data/.license

Option B:
Open Package Manager in DSM and uninstall the FileBot package, then reinstall the FileBot package from scratch.
:idea: Please read the FAQ and How to Request Help.
e1ectr0nik
Posts: 3
Joined: 29 May 2021, 11:39

Re: licenence renew on 6.2.4-25556

Post by e1ectr0nik »

Option A helped, thanks!
Post Reply