Page 1 of 1

Did my license install?

Posted: 10 Mar 2019, 05:39
by nzdreamer55
Hello everyone,

I purchased a lifetime filebot license and too a look at my logs when I wasn't getting files moved to the correct folders and noticed that there was a warning that I was running a version without a license. I follow the instructions and got the following output.

Code: Select all

linux@linux:~$ sudo -H -u linux filebot --license *.psm
FileBot License PX6482836 (Valid-Until: 2068-12-16) has been activated successfully.
Gtk-Message: 21:33:25.934: Failed to load module "canberra-gtk-module"

(java:14891): dconf-CRITICAL **: 21:33:26.694: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:26.694: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:26.694: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:26.694: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:26.695: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): Gdk-WARNING **: 21:33:27.611: /build/gtk+2.0-AoeliP/gtk+2.0-2.24.32/gdk/x11/gdkproperty-x11.c:325 invalid X atom: 428

(java:14891): dconf-CRITICAL **: 21:33:30.104: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:30.106: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:30.106: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:30.107: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.

(java:14891): dconf-CRITICAL **: 21:33:30.107: unable to create file '/home/linux/.cache/dconf/user': Permission denied.  dconf will not work properly.
Did my license install correctly?

Thanks

Re: Did my license install?

Posted: 10 Mar 2019, 05:50
by rednoah
Yes:

Code: Select all

FileBot License PX6482836 (Valid-Until: 2068-12-16) has been activated successfully.

The rest is just generic Linux warning messages. Please ignore them. Probably same as this:
https://unix.stackexchange.com/question ... rnate-user

Re: Did my license install?

Posted: 10 Mar 2019, 17:11
by nzdreamer55
Thanks. When I run filebot again I am still getting this

Code: Select all

License Error: UNREGISTERED
 ________________________________________________ 
/ Please purchase a FileBot License:             \
\ https://www.filebot.net/purchase.html#deb      /
 ------------------------------------------------ 
      \                             .       .
       \                           / `.   .' " 
        \                  .---.  <    > <    >  .---.
         \                 |    \  \ - ~ ~ - /  /    |
               _____          ..-~             ~-..-~
              |     |   \~~~\.'                    `./~~~/
             ---------   \__/                        \__/
            .'  O    \     /               /       \  " 
           (_____,    `._.'               |         }  \/~~~/
            `----.          /       }     |        /    \__/
                  `-.      |       /      |       /      `. ,~~|
                      ~-.__|      /_ - ~ ^|      /- _      `..-'   
                           |     /        |     /     ~-.     `-. _  _  _
                           |_____|        |_____|         ~ - . _ _ _ _ _>
FileBot requires a valid license. Please run `sudo -H -u linux filebot --license *.psm` to install your FileBot license.

Could you help me trouble shoot this? Thank you,

Re: Did my license install?

Posted: 10 Mar 2019, 17:54
by rednoah
How are you calling filebot? Have you tried doing the -license call just before your filebot call? (thus ensuring it’s running as the same user)

Is there something noteworthy about your system configuration? Username linux indicates that this is a VM or seedbox or something preconfigured?

Re: Did my license install?

Posted: 10 Mar 2019, 17:56
by nzdreamer55
I'll check those things! Thanks :-)