Internet tab missing?

I’m probably missing something simple here.

I’m missing the Internet tab on my Settings page. As per section 6 of the admin guide, “You need to enable and configure it in the settings and restart your server to use it.” Am I supposed to enable it in the Internet tab, or is there something I need to change via SSH/shell?

Debian Squeeze 7.1
urbackup v1.2.2

I’ve also tried combinations of Debian Wheezy and urbackup v1.0.1; still no Internet tab.

It does not show the “Internet” tab, if “cryptoplugin.so” is missing (Configure option --without-crypto).

Are you using a package or compiling it yourself?

I’m using the latest stable package.

Is there anything with connection to “cryptoplugin” in /var/log/urbackup.log?

Yes, many many errors :o

2013-07-02 10:05:58: ERROR: DLL not found: libpython2.7.so.1.0: cannot open shared object file: No such file or directo$
2013-07-02 10:05:58: ERROR: Loading /usr/lib/liburbackupserver_pychart.so failed
2013-07-02 10:05:58: ERROR: DLL not found: libcurl.so.4: cannot open shared object file: No such file or directory
2013-07-02 10:05:58: ERROR: Loading /usr/lib/liburbackupserver_urlplugin.so failed
2013-07-02 10:05:58: ERROR: DLL not found: libcrypto++.so.9: cannot open shared object file: No such file or directory
2013-07-02 10:05:58: ERROR: Loading /usr/lib/liburbackupserver_cryptoplugin.so failed
2013-07-02 10:05:58: WARNING: Upgrading…
2013-07-02 10:05:58: WARNING: Converting database to journal mode…
2013-07-02 10:05:58: WARNING: Upgrading database to version 8
2013-07-02 10:05:59: WARNING: Upgrading database to version 9
2013-07-02 10:05:59: WARNING: Upgrading database to version 10
2013-07-02 10:05:59: WARNING: Upgrading database to version 11
2013-07-02 10:05:59: WARNING: Upgrading database to version 12
2013-07-02 10:05:59: WARNING: Upgrading database to version 13
2013-07-02 10:05:59: WARNING: Upgrading database to version 14
2013-07-02 10:05:59: WARNING: Upgrading database to version 15
2013-07-02 10:05:59: WARNING: Upgrading database to version 16
2013-07-02 10:05:59: WARNING: Upgrading database to version 17
2013-07-02 10:05:59: WARNING: Upgrading database to version 18
2013-07-02 10:05:59: WARNING: Upgrading database to version 19
2013-07-02 10:05:59: WARNING: Upgrading database to version 20
2013-07-02 10:05:59: WARNING: Upgrading database to version 21
2013-07-02 10:05:59: WARNING: Upgrading database to version 22
2013-07-02 10:05:59: WARNING: Done.
2013-07-02 10:05:59: ERROR: Error loading Cryptoplugin. Internet service will not work.
2013-07-02 10:05:59: ERROR: No permission to access “/disk2/urbackup_tmp_files”
2013-07-02 10:06:51: WARNING: Shutting down (Signal 15)
2013-07-02 10:07:38: ERROR: DLL not found: libpython2.6.so.1.0: cannot open shared object file: No such file or directo$
2013-07-02 10:07:38: ERROR: Loading /usr/lib/liburbackupserver_pychart.so failed
2013-07-02 10:07:38: ERROR: DLL not found: libcurl.so.4: cannot open shared object file: No such file or directory
2013-07-02 10:07:38: ERROR: Loading /usr/lib/liburbackupserver_urlplugin.so failed
2013-07-02 10:07:38: ERROR: DLL not found: libcrypto++.so.8: cannot open shared object file: No such file or directory
2013-07-02 10:07:38: ERROR: Loading /usr/lib/liburbackupserver_cryptoplugin.so failed
2013-07-02 10:07:38: ERROR: Error loading Cryptoplugin. Internet service will not work.
2013-07-02 10:09:02: WARNING: Shutting down (Signal 15)
2013-07-02 10:09:21: ERROR: DLL not found: libpython2.7.so.1.0: cannot open shared object file: No such file or directo$
2013-07-02 10:09:21: ERROR: Loading /usr/lib/liburbackupserver_pychart.so failed
2013-07-02 10:09:21: ERROR: DLL not found: libcurl.so.4: cannot open shared object file: No such file or directory
2013-07-02 10:09:21: ERROR: Loading /usr/lib/liburbackupserver_urlplugin.so failed
2013-07-02 10:09:21: ERROR: DLL not found: libcrypto++.so.9: cannot open shared object file: No such file or directory
2013-07-02 10:09:21: ERROR: Loading /usr/lib/liburbackupserver_cryptoplugin.so failed
2013-07-02 10:09:21: ERROR: Error loading Cryptoplugin. Internet service will not work.
2013-07-02 10:12:21: WARNING: Shutting down (Signal 15)
2013-07-02 10:29:50: ERROR: DLL not found: libpython2.7.so.1.0: cannot open shared object file: No such file or directo$
2013-07-02 10:29:50: ERROR: Loading /usr/lib/liburbackupserver_pychart.so failed
2013-07-02 10:29:50: ERROR: DLL not found: libcurl.so.4: cannot open shared object file: No such file or directory
2013-07-02 10:29:50: ERROR: Loading /usr/lib/liburbackupserver_urlplugin.so failed
2013-07-02 10:29:50: ERROR: DLL not found: libcrypto++.so.9: cannot open shared object file: No such file or directory
2013-07-02 10:29:50: ERROR: Loading /usr/lib/liburbackupserver_cryptoplugin.so failed
2013-07-02 10:29:51: ERROR: Error loading Cryptoplugin. Internet service will not work.

Maybe an apt-get install libcrypto++9 will help. Which begs the question why it is not installed. The package has a dependency to it, I hope.

libcrypto++9 doesn’t want to install due to dependency issues. Any way to force installation of all dependencies of urbackup*.deb or libcrypto++9? Or a list of apt-get packages that should be installed before installing urbackup*.deb?

I knew I was missing something simple…

I did a full update of Debian (apt-get update and apt-get upgrade) and ran an apt-get -f install and it installed ~230MB worth of missing dependencies. Prior to the updating apt-get -f install simply removed urbackup.

All is well now :oops: