Jump to content

Eisi2005

Members
  • Posts

    187
  • Joined

  • Last visited

Posts posted by Eisi2005

  1. Hi Alex,

    I have to say that I do not quite understand the whole settings. The "old" version I had installed and everything went as it should. I have a share includes and 3 excluded. The share that is included has 105507 files. My RAM is only minimally occupied and I use the adaptive mode. After I've set Depth 7, it is now 105507 Files count in the logfile. I have now set cache pressure to 1 and will test again

     

    Hi Alex,Sorry, but I do not understand your last post. where should I lie down these lines?

     

    Here a new log

     

    https://pastebin.com/p4jddM8z

     

  2. Hi,

     

    i have installed the latest version before 2 weeks.Since then I have problems that all my hard drives are awakened again and again. I never had any problems with the old version. Can someone interpret the logfile?


    I have a share server including movies, shows, in it I have directories 0-9, A-C .. I have the movies in directories Movie1, Movie2, there are the files in.

    The settings can be seen in the logfile. Thanks for any help
     
    https://pastebin.com/cDDG8z1V
     
     
  3. ok hope this was the right way, after entering this in the default file from letsencryp site-conf, all is working. Is this enough or must i make more configs ?

     

    server {
        listen 443 ssl;

        root /config/www;
        index index.html index.htm index.php;

        server_name nextcloud.*;

        include /config/nginx/ssl.conf;

        client_max_body_size 0;

        location / {
    #        auth_basic "Restricted";
    #        auth_basic_user_file /config/nginx/.htpasswd;
            include /config/nginx/proxy.conf;
            proxy_pass https://192.168.178.24:448;    
        }
    }

  4. Hi,

     

    i installed last night the letsencrypt and the nextcloud docker. My first intension was to get acces to my emby server from the internet. That works perfect with letsencrypt i only activate the emby.subdomain.conf in appdata\letsencrypt\nginx\proxy-confs.

     

    Now i want to install nextcloud and i installed it using this manual https://blog.linuxserver.io/2017/05/10/installing-nextcloud-on-unraid-with-letsencrypt-reverse-proxy/

     

    The normal installation works perfect and i could access to my nextcould with local ip. But now i want to get access from the internet.

     

    first i make what the manual say " In your letsencrypt container "appdata" go to /config/nginx/site-confs/ and create a file called nextcloud containing this code below. Make sure you change server.com to
    your actual domain name, and edit the proxy_max_temp_file_size parameter to a size appropriate for your use. "

     

    with this new file the complete letsencrypt container did not working and the log have a error.

     

    My understanding is that i must only take the nextcloud.subdomain.conf.sample delete the *sample and that was it ?

     

    Now i have edit the config.php with nano in this directory appdata\nextcloud\www\nextcloud\config.

     

    <?php
    $CONFIG = array (
      'memcache.local' => '\\OC\\Memcache\\APCu',
      'datadirectory' => '/data',
      'instanceid' => 'xxxxxxxx',
      'passwordsalt' => 'xxxxxxxxxxxxxxxx',
      'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
      'trusted_domains' => 
      array (
        0 => '192.168.178.24:448',
        1 => 'nextcloud.xxxxxxxx.xxxxxxxx.org',
      ),
      'overwrite.cli.url' => 'https://nextcloud.xxxxxxxx.xxxxxxxx.org',
      'overwritehost' => 'nextcloud.xxxxxxxx.xxxxxxxx.org',
      'overwriteprotocol' => 'https',
      'dbtype' => 'mysql',
      'version' => '13.0.4.0',
      'dbname' => 'nextcloud',
      'dbhost' => '192.168.178.24:3305',
      'dbport' => '',
      'dbtableprefix' => 'oc_',
      'dbuser' => 'xxxxxxxx',
      'dbpassword' => 'xxxxxxxx',
      'installed' => true,
    );

    After starting letsencrypt and nextcloud i get an 500 Internal Server Error from nginx/1.12.2 when i call my url https://nextcloud.xxxxx.xxxx.org

     

    Thanks

     

     

     

  5. Hi,

     

    after long time i want to upgrade my unraid os from 6.3 to 6.5.2. So i start the Fix Common Problems Plugin. The plugin told me that my MariaDB docker from needo  is no longer recommended to utilize it. Could i switch from needo version to this version ? How could i make this ? deinstall needo container, then install this container an set the same Host path ? I dont want to lost all my kodi db.

     

    Thanks

     

  6.  
    Ok with the 2 GB has worked so far that I can see it when I call "docker stats JDownloader 2" that the docker use "only" 2GB RAM.
    I use cache_dirs and when I cache all my stuff on the server 3 GB occupied by 12 GB.
    Once I use the JDownloader the cached ram increases higher than an additional 2GB. At least the live stats show.
    When a file is unpacked, the cached RAM increases even more. It is released after unpacking something again,
    but it should never be more than 5 GB be used. 3GB through my cached files and 2 GB by JDownloader.
    Can I limit that still somewhere
  7. Hi,

    I use the docker container JDownloader2 he uses when unpacking the entire ram so my cache from the cache_dir plugin is broken.
    I have read that with -m 1024 the container can limit. Does anyone have a tip as I must then install.
    I have added it as a variable but does not work.

     

     

  8. Hi ,

     

    i try the vpn client but i did not work. My vpn provider is perfect privacy. Here is a log and the ovpn file i use. Please could someone take a look ?

     

    Fri Feb 24 16:03:06 2017 Note: option tun-ipv6 is ignored because modern operating systems do not need special IPv6 tun handling anymore.
    Fri Feb 24 16:03:06 2017 us=677431 WARNING: file '/boot/config/plugins/openvpnclient/password.txt' is group or others accessible
    Fri Feb 24 16:03:06 2017 us=677456 Current Parameter Settings:
    Fri Feb 24 16:03:06 2017 us=677464   config = '/boot/openvpn/Frankfurt.ovpn'
    Fri Feb 24 16:03:06 2017 us=677471   mode = 0
    Fri Feb 24 16:03:06 2017 us=677478   persist_config = DISABLED
    Fri Feb 24 16:03:06 2017 us=677484   persist_mode = 1
    Fri Feb 24 16:03:06 2017 us=677490   show_ciphers = DISABLED
    Fri Feb 24 16:03:06 2017 us=677496   show_digests = DISABLED
    Fri Feb 24 16:03:06 2017 us=677502   show_engines = DISABLED
    Fri Feb 24 16:03:06 2017 us=677508   genkey = DISABLED
    Fri Feb 24 16:03:06 2017 us=677515   key_pass_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677521   show_tls_ciphers = DISABLED
    Fri Feb 24 16:03:06 2017 us=677527   connect_retry_max = 0
    Fri Feb 24 16:03:06 2017 us=677533 Connection profiles [0]:
    Fri Feb 24 16:03:06 2017 us=677540   proto = udp
    Fri Feb 24 16:03:06 2017 us=677546   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677552   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677558   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=677564   remote_port = '149'
    Fri Feb 24 16:03:06 2017 us=677570   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=677576   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677583   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=677589   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=677596   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=677602   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=677608   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677614   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677620   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=677626   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=677632   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=677637   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677643   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=677649   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677655   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=677661   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=677667   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=677673   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=677679 Connection profiles [1]:
    Fri Feb 24 16:03:06 2017 us=677685   proto = udp
    Fri Feb 24 16:03:06 2017 us=677691   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677697   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677703   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=677709   remote_port = '1151'
    Fri Feb 24 16:03:06 2017 us=677714   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=677720   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677726   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=677731   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=677737   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=677743   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=677748   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677754   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677760   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=677765   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=677771   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=677777   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677783   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=677788   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677794   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=677800   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=677805   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=677811   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=677817 Connection profiles [2]:
    Fri Feb 24 16:03:06 2017 us=677823   proto = udp
    Fri Feb 24 16:03:06 2017 us=677828   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677834   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677843   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=677850   remote_port = '1150'
    Fri Feb 24 16:03:06 2017 us=677856   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=677862   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677868   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=677874   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=677880   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=677886   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=677891   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677897   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677903   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=677909   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=677915   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=677921   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677926   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=677932   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=677938   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=677944   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=677950   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=677956   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=677962 Connection profiles [3]:
    Fri Feb 24 16:03:06 2017 us=677967   proto = udp
    Fri Feb 24 16:03:06 2017 us=677973   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677979   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=677984   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=677990   remote_port = '1149'
    Fri Feb 24 16:03:06 2017 us=677996   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=678001   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678007   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=678013   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=678018   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=678024   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=678040   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678046   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678052   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678058   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=678064   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678070   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678076   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=678082   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678088   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=678094   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=678099   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=678105   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=678111 Connection profiles [4]:
    Fri Feb 24 16:03:06 2017 us=678117   proto = udp
    Fri Feb 24 16:03:06 2017 us=678122   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678128   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678134   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=678139   remote_port = '1148'
    Fri Feb 24 16:03:06 2017 us=678145   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=678151   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678157   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=678163   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=678169   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=678174   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=678180   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678186   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678191   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678197   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=678203   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678208   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678214   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=678220   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678225   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=678231   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=678237   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=678243   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=678251 Connection profiles [5]:
    Fri Feb 24 16:03:06 2017 us=678257   proto = udp
    Fri Feb 24 16:03:06 2017 us=678263   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678269   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678275   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=678281   remote_port = '148'
    Fri Feb 24 16:03:06 2017 us=678287   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=678292   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678298   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=678304   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=678309   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=678315   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=678321   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678326   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678332   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678338   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=678344   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678350   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678355   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=678361   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678367   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=678372   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=678378   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=678384   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=678390 Connection profiles [6]:
    Fri Feb 24 16:03:06 2017 us=678395   proto = udp
    Fri Feb 24 16:03:06 2017 us=678401   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678407   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678413   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=678418   remote_port = '151'
    Fri Feb 24 16:03:06 2017 us=678424   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=678430   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678435   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=678441   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=678447   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=678453   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=678458   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678464   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678470   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678475   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=678481   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678487   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678493   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=678498   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678504   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=678510   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=678516   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=678521   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=678527 Connection profiles [7]:
    Fri Feb 24 16:03:06 2017 us=678533   proto = udp
    Fri Feb 24 16:03:06 2017 us=678539   local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678544   local_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678550   remote = 'frankfurt.perfect-privacy.com'
    Fri Feb 24 16:03:06 2017 us=678556   remote_port = '150'
    Fri Feb 24 16:03:06 2017 us=678561   remote_float = DISABLED
    Fri Feb 24 16:03:06 2017 us=678567   bind_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678572   bind_local = DISABLED
    Fri Feb 24 16:03:06 2017 us=678578   bind_ipv6_only = DISABLED
    Fri Feb 24 16:03:06 2017 us=678584   connect_retry_seconds = 5
    Fri Feb 24 16:03:06 2017 us=678589   connect_timeout = 120
    Fri Feb 24 16:03:06 2017 us=678595   socks_proxy_server = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678601   socks_proxy_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678606   tun_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678612   tun_mtu_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=678618   link_mtu = 1500
    Fri Feb 24 16:03:06 2017 us=678623   link_mtu_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678629   tun_mtu_extra = 0
    Fri Feb 24 16:03:06 2017 us=678637   tun_mtu_extra_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=678643   mtu_discover_type = -1
    Fri Feb 24 16:03:06 2017 us=678649   fragment = 1300
    Fri Feb 24 16:03:06 2017 us=678654   mssfix = 1300
    Fri Feb 24 16:03:06 2017 us=678660   explicit_exit_notification = 0
    Fri Feb 24 16:03:06 2017 us=678666 Connection profiles END
    Fri Feb 24 16:03:06 2017 us=678672   remote_random = ENABLED
    Fri Feb 24 16:03:06 2017 us=678677   ipchange = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678683   dev = 'tun5'
    Fri Feb 24 16:03:06 2017 us=678689   dev_type = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678694   dev_node = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678700   lladdr = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678706   topology = 1
    Fri Feb 24 16:03:06 2017 us=678712   ifconfig_local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678717   ifconfig_remote_netmask = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678723   ifconfig_noexec = DISABLED
    Fri Feb 24 16:03:06 2017 us=678729   ifconfig_nowarn = DISABLED
    Fri Feb 24 16:03:06 2017 us=678735   ifconfig_ipv6_local = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678740   ifconfig_ipv6_netbits = 0
    Fri Feb 24 16:03:06 2017 us=678746   ifconfig_ipv6_remote = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678752   shaper = 0
    Fri Feb 24 16:03:06 2017 us=678758   mtu_test = 0
    Fri Feb 24 16:03:06 2017 us=678764   mlock = DISABLED
    Fri Feb 24 16:03:06 2017 us=678770   keepalive_ping = 0
    Fri Feb 24 16:03:06 2017 us=678775   keepalive_timeout = 0
    Fri Feb 24 16:03:06 2017 us=678781   inactivity_timeout = 604800
    Fri Feb 24 16:03:06 2017 us=678787   ping_send_timeout = 5
    Fri Feb 24 16:03:06 2017 us=678793   ping_rec_timeout = 120
    Fri Feb 24 16:03:06 2017 us=678798   ping_rec_timeout_action = 2
    Fri Feb 24 16:03:06 2017 us=678804   ping_timer_remote = DISABLED
    Fri Feb 24 16:03:06 2017 us=678810   remap_sigusr1 = 0
    Fri Feb 24 16:03:06 2017 us=678815   persist_tun = ENABLED
    Fri Feb 24 16:03:06 2017 us=678821   persist_local_ip = DISABLED
    Fri Feb 24 16:03:06 2017 us=678826   persist_remote_ip = ENABLED
    Fri Feb 24 16:03:06 2017 us=678832   persist_key = ENABLED
    Fri Feb 24 16:03:06 2017 us=678837   passtos = DISABLED
    Fri Feb 24 16:03:06 2017 us=678843   resolve_retry_seconds = 60
    Fri Feb 24 16:03:06 2017 us=678849   resolve_in_advance = DISABLED
    Fri Feb 24 16:03:06 2017 us=678855   username = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678860   groupname = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678866   chroot_dir = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678872   cd_dir = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678878   writepid = '/var/run/openvpn/openvpn.pid'
    Fri Feb 24 16:03:06 2017 us=678883   up_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678889   down_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=678895   down_pre = DISABLED
    Fri Feb 24 16:03:06 2017 us=678901   up_restart = DISABLED
    Fri Feb 24 16:03:06 2017 us=678906   up_delay = DISABLED
    Fri Feb 24 16:03:06 2017 us=678912   daemon = DISABLED
    Fri Feb 24 16:03:06 2017 us=678918   inetd = 0
    Fri Feb 24 16:03:06 2017 us=678923   log = DISABLED
    Fri Feb 24 16:03:06 2017 us=678929   suppress_timestamps = DISABLED
    Fri Feb 24 16:03:06 2017 us=678934   machine_readable_output = DISABLED
    Fri Feb 24 16:03:06 2017 us=678940   nice = 0
    Fri Feb 24 16:03:06 2017 us=678946   verbosity = 4
    Fri Feb 24 16:03:06 2017 us=678952   mute = 0
    Fri Feb 24 16:03:06 2017 us=678957   gremlin = 0
    Fri Feb 24 16:03:06 2017 us=678963   status_file = '/tmp/openvpn/openvpn-status.log'
    Fri Feb 24 16:03:06 2017 us=678969   status_file_version = 1
    Fri Feb 24 16:03:06 2017 us=678975   status_file_update_freq = 60
    Fri Feb 24 16:03:06 2017 us=678981   occ = ENABLED
    Fri Feb 24 16:03:06 2017 us=678986   rcvbuf = 0
    Fri Feb 24 16:03:06 2017 us=678992   sndbuf = 0
    Fri Feb 24 16:03:06 2017 us=678997   mark = 0
    Fri Feb 24 16:03:06 2017 us=679003   sockflags = 0
    Fri Feb 24 16:03:06 2017 us=679009   fast_io = DISABLED
    Fri Feb 24 16:03:06 2017 us=679014   comp.alg = 2
    Fri Feb 24 16:03:06 2017 us=679020   comp.flags = 1
    Fri Feb 24 16:03:06 2017 us=679035   route_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679041   route_default_gateway = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679050   route_default_metric = 0
    Fri Feb 24 16:03:06 2017 us=679056   route_noexec = DISABLED
    Fri Feb 24 16:03:06 2017 us=679062   route_delay = 2
    Fri Feb 24 16:03:06 2017 us=679067   route_delay_window = 30
    Fri Feb 24 16:03:06 2017 us=679073   route_delay_defined = ENABLED
    Fri Feb 24 16:03:06 2017 us=679079   route_nopull = DISABLED
    Fri Feb 24 16:03:06 2017 us=679085   route_gateway_via_dhcp = DISABLED
    Fri Feb 24 16:03:06 2017 us=679091   allow_pull_fqdn = DISABLED
    Fri Feb 24 16:03:06 2017 us=679097   [redirect_default_gateway local=0]
    Fri Feb 24 16:03:06 2017 us=679103   management_addr = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679109   management_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679114   management_user_pass = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679120   management_log_history_cache = 250
    Fri Feb 24 16:03:06 2017 us=679126   management_echo_buffer_size = 100
    Fri Feb 24 16:03:06 2017 us=679132   management_write_peer_info_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679138   management_client_user = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679144   management_client_group = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679150   management_flags = 0
    Fri Feb 24 16:03:06 2017 us=679156   shared_secret_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679162   key_direction = 2
    Fri Feb 24 16:03:06 2017 us=679168   ciphername = 'AES-256-CBC'
    Fri Feb 24 16:03:06 2017 us=679173   ncp_enabled = DISABLED
    Fri Feb 24 16:03:06 2017 us=679179   ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
    Fri Feb 24 16:03:06 2017 us=679185   authname = 'SHA512'
    Fri Feb 24 16:03:06 2017 us=679191   prng_hash = 'SHA1'
    Fri Feb 24 16:03:06 2017 us=679196   prng_nonce_secret_len = 16
    Fri Feb 24 16:03:06 2017 us=679202   keysize = 0
    Fri Feb 24 16:03:06 2017 us=679208   engine = DISABLED
    Fri Feb 24 16:03:06 2017 us=679214   replay = ENABLED
    Fri Feb 24 16:03:06 2017 us=679220   mute_replay_warnings = ENABLED
    Fri Feb 24 16:03:06 2017 us=679226   replay_window = 64
    Fri Feb 24 16:03:06 2017 us=679231   replay_time = 15
    Fri Feb 24 16:03:06 2017 us=679237   packet_id_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679242   use_iv = ENABLED
    Fri Feb 24 16:03:06 2017 us=679248   test_crypto = DISABLED
    Fri Feb 24 16:03:06 2017 us=679254   tls_server = DISABLED
    Fri Feb 24 16:03:06 2017 us=679259   tls_client = ENABLED
    Fri Feb 24 16:03:06 2017 us=679265   key_method = 2
    Fri Feb 24 16:03:06 2017 us=679271   ca_file = '[[INLINE]]'
    Fri Feb 24 16:03:06 2017 us=679276   ca_path = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679282   dh_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679287   cert_file = '[[INLINE]]'
    Fri Feb 24 16:03:06 2017 us=679293   extra_certs_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679299   priv_key_file = '[[INLINE]]'
    Fri Feb 24 16:03:06 2017 us=679304   pkcs12_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679311   cipher_list = 'TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-RSA-WITH-AES-256-CBC-SHA'
    Fri Feb 24 16:03:06 2017 us=679318   tls_verify = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679324   tls_export_cert = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679330   verify_x509_type = 0
    Fri Feb 24 16:03:06 2017 us=679336   verify_x509_name = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679342   crl_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679348   ns_cert_type = 1
    Fri Feb 24 16:03:06 2017 us=679353   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679359   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679364   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679370   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679376   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679381   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679387   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679392   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679398   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679403   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679409   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679417   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679423   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679428   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679434   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679439   remote_cert_ku[i] = 0
    Fri Feb 24 16:03:06 2017 us=679445   remote_cert_eku = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679451   ssl_flags = 0
    Fri Feb 24 16:03:06 2017 us=679457   tls_timeout = 5
    Fri Feb 24 16:03:06 2017 us=679463   renegotiate_bytes = -1
    Fri Feb 24 16:03:06 2017 us=679468   renegotiate_packets = 0
    Fri Feb 24 16:03:06 2017 us=679474   renegotiate_seconds = 3600
    Fri Feb 24 16:03:06 2017 us=679480   handshake_window = 120
    Fri Feb 24 16:03:06 2017 us=679485   transition_window = 3600
    Fri Feb 24 16:03:06 2017 us=679491   single_session = DISABLED
    Fri Feb 24 16:03:06 2017 us=679497   push_peer_info = DISABLED
    Fri Feb 24 16:03:06 2017 us=679503   tls_exit = DISABLED
    Fri Feb 24 16:03:06 2017 us=679509   tls_auth_file = '[[INLINE]]'
    Fri Feb 24 16:03:06 2017 us=679514   tls_crypt_file = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679528   server_network = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679535   server_netmask = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679546   server_network_ipv6 = ::
    Fri Feb 24 16:03:06 2017 us=679553   server_netbits_ipv6 = 0
    Fri Feb 24 16:03:06 2017 us=679559   server_bridge_ip = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679566   server_bridge_netmask = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679572   server_bridge_pool_start = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679579   server_bridge_pool_end = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679585   ifconfig_pool_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=679591   ifconfig_pool_start = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679598   ifconfig_pool_end = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679605   ifconfig_pool_netmask = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679611   ifconfig_pool_persist_filename = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679617   ifconfig_pool_persist_refresh_freq = 600
    Fri Feb 24 16:03:06 2017 us=679623   ifconfig_ipv6_pool_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=679630   ifconfig_ipv6_pool_base = ::
    Fri Feb 24 16:03:06 2017 us=679636   ifconfig_ipv6_pool_netbits = 0
    Fri Feb 24 16:03:06 2017 us=679642   n_bcast_buf = 256
    Fri Feb 24 16:03:06 2017 us=679648   tcp_queue_limit = 64
    Fri Feb 24 16:03:06 2017 us=679654   real_hash_size = 256
    Fri Feb 24 16:03:06 2017 us=679660   virtual_hash_size = 256
    Fri Feb 24 16:03:06 2017 us=679665   client_connect_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679671   learn_address_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679677   client_disconnect_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679683   client_config_dir = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679689   ccd_exclusive = DISABLED
    Fri Feb 24 16:03:06 2017 us=679694   tmp_dir = '/tmp'
    Fri Feb 24 16:03:06 2017 us=679700   push_ifconfig_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=679707   push_ifconfig_local = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679714   push_ifconfig_remote_netmask = 0.0.0.0
    Fri Feb 24 16:03:06 2017 us=679719   push_ifconfig_ipv6_defined = DISABLED
    Fri Feb 24 16:03:06 2017 us=679726   push_ifconfig_ipv6_local = ::/0
    Fri Feb 24 16:03:06 2017 us=679732   push_ifconfig_ipv6_remote = ::
    Fri Feb 24 16:03:06 2017 us=679738   enable_c2c = DISABLED
    Fri Feb 24 16:03:06 2017 us=679744   duplicate_cn = DISABLED
    Fri Feb 24 16:03:06 2017 us=679749   cf_max = 0
    Fri Feb 24 16:03:06 2017 us=679755   cf_per = 0
    Fri Feb 24 16:03:06 2017 us=679761   max_clients = 1024
    Fri Feb 24 16:03:06 2017 us=679767   max_routes_per_client = 256
    Fri Feb 24 16:03:06 2017 us=679773   auth_user_pass_verify_script = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679779   auth_user_pass_verify_script_via_file = DISABLED
    Fri Feb 24 16:03:06 2017 us=679785   auth_token_generate = DISABLED
    Fri Feb 24 16:03:06 2017 us=679791   auth_token_lifetime = 0
    Fri Feb 24 16:03:06 2017 us=679796   port_share_host = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679802   port_share_port = '[UNDEF]'
    Fri Feb 24 16:03:06 2017 us=679808   client = ENABLED
    Fri Feb 24 16:03:06 2017 us=679816   pull = ENABLED
    Fri Feb 24 16:03:06 2017 us=679822   auth_user_pass_file = '/boot/config/plugins/openvpnclient/password.txt'
    Fri Feb 24 16:03:06 2017 us=679830 OpenVPN 2.4.0 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Dec 29 2016
    Fri Feb 24 16:03:06 2017 us=679839 library versions: OpenSSL 1.0.2j  26 Sep 2016, LZO 2.09
    Fri Feb 24 16:03:06 2017 us=680604 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
    Fri Feb 24 16:03:06 2017 us=680618 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
    Fri Feb 24 16:03:06 2017 us=680627 LZO compression initializing
    Fri Feb 24 16:03:06 2017 us=680713 Control Channel MTU parms [ L:1626 D:1140 EF:110 EB:0 ET:0 EL:3 ]
    Fri Feb 24 16:03:06 2017 us=758374 Data Channel MTU parms [ L:1626 D:1300 EF:126 EB:407 ET:0 EL:3 ]
    Fri Feb 24 16:03:06 2017 us=758412 Fragmentation MTU parms [ L:1626 D:1300 EF:125 EB:407 ET:1 EL:3 ]
    Fri Feb 24 16:03:06 2017 us=758454 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1606,tun-mtu 1500,proto UDPv4,comp-lzo,mtu-dynamic,keydir 1,cipher AES-256-CBC,auth SHA512,keysize 256,tls-auth,key-method 2,tls-client'
    Fri Feb 24 16:03:06 2017 us=758466 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1606,tun-mtu 1500,proto UDPv4,comp-lzo,mtu-dynamic,keydir 0,cipher AES-256-CBC,auth SHA512,keysize 256,tls-auth,key-method 2,tls-server'
    Fri Feb 24 16:03:06 2017 us=758488 TCP/UDP: Preserving recently used remote address: [AF_INET]178.162.194.30:1149
    Fri Feb 24 16:03:06 2017 us=758520 Socket Buffers: R=[212992->212992] S=[212992->212992]
    Fri Feb 24 16:03:06 2017 us=758531 UDP link local: (not bound)
    Fri Feb 24 16:03:06 2017 us=758543 UDP link remote: [AF_INET]178.162.194.30:1149
    Fri Feb 24 16:03:06 2017 us=787935 TLS: Initial packet from [AF_INET]178.162.194.30:1149, sid=ced78a81 b00db756
    Fri Feb 24 16:03:06 2017 us=788107 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
    Fri Feb 24 16:03:08 2017 us=122927 VERIFY OK: depth=1, C=CH, ST=Zug, L=Zug, O=Perfect Privacy, CN=Perfect Privacy, [email protected]
    Fri Feb 24 16:03:08 2017 us=123788 VERIFY OK: nsCertType=SERVER
    Fri Feb 24 16:03:08 2017 us=123806 VERIFY OK: depth=0, C=CH, ST=Zug, O=Perfect Privacy, CN=Server_frankfurt.perfect-privacy.com, [email protected]
    Fri Feb 24 16:03:11 2017 us=832936 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
    Fri Feb 24 16:03:11 2017 us=832987 [Server_frankfurt.perfect-privacy.com] Peer Connection Initiated with [AF_INET]178.162.194.30:1149
    Fri Feb 24 16:03:12 2017 us=949194 SENT CONTROL [Server_frankfurt.perfect-privacy.com]: 'PUSH_REQUEST' (status=1)
    Fri Feb 24 16:03:12 2017 us=978934 PUSH: Received control message: 'PUSH_REPLY,topology subnet,redirect-gateway def1,sndbuf 131072,rcvbuf 131072,comp-lzo adaptive,route-gateway 10.0.192.1,redirect-gateway ipv6,route-ipv6 2000::/3,ping 10,ping-restart 60,dhcp-option DNS 178.162.209.143,dhcp-option DNS 31.204.153.87,ifconfig-ipv6 fdbf:1d37:bbe0:0:12::132/112 fdbf:1d37:bbe0:0:12::1,ifconfig 10.0.192.32 255.255.255.0,peer-id 34'
    Fri Feb 24 16:03:12 2017 us=979176 OPTIONS IMPORT: timers and/or timeouts modified
    Fri Feb 24 16:03:12 2017 us=979192 OPTIONS IMPORT: compression parms modified
    Fri Feb 24 16:03:12 2017 us=979230 LZO compression initializing
    Fri Feb 24 16:03:12 2017 us=979262 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified
    Fri Feb 24 16:03:12 2017 us=979289 Socket Buffers: R=[212992->262144] S=[212992->262144]
    Fri Feb 24 16:03:12 2017 us=979301 OPTIONS IMPORT: --ifconfig/up options modified
    Fri Feb 24 16:03:12 2017 us=979311 OPTIONS IMPORT: route options modified
    Fri Feb 24 16:03:12 2017 us=979321 OPTIONS IMPORT: route-related options modified
    Fri Feb 24 16:03:12 2017 us=979331 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
    Fri Feb 24 16:03:12 2017 us=979341 OPTIONS IMPORT: peer-id set
    Fri Feb 24 16:03:12 2017 us=979359 OPTIONS IMPORT: adjusting link_mtu to 1629
    Fri Feb 24 16:03:12 2017 us=979382 Data Channel MTU parms [ L:1609 D:1300 EF:109 EB:407 ET:0 EL:3 ]
    Fri Feb 24 16:03:12 2017 us=979527 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
    Fri Feb 24 16:03:12 2017 us=979547 Data Channel Encrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
    Fri Feb 24 16:03:12 2017 us=979562 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
    Fri Feb 24 16:03:12 2017 us=979580 Data Channel Decrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
    Fri Feb 24 16:03:12 2017 us=979815 ROUTE_GATEWAY 192.168.178.254/255.255.255.0 IFACE=br0 HWADDR=bc:5f:f4:84:eb:6e
    Fri Feb 24 16:03:12 2017 us=979843 GDG6: remote_host_ipv6=n/a
    Fri Feb 24 16:03:12 2017 us=979884 GDG6: NLSMG_ERROR: error -95
    
    Fri Feb 24 16:03:12 2017 us=979903 ROUTE6: default_gateway=UNDEF
    Fri Feb 24 16:03:12 2017 us=980406 TUN/TAP device tun5 opened
    Fri Feb 24 16:03:12 2017 us=980435 TUN/TAP TX queue length set to 100
    Fri Feb 24 16:03:12 2017 us=980464 do_ifconfig, tt->did_ifconfig_ipv6_setup=1
    Fri Feb 24 16:03:12 2017 us=980509 /usr/sbin/ip link set dev tun5 up mtu 1500
    Fri Feb 24 16:03:12 2017 us=982741 /usr/sbin/ip addr add dev tun5 10.0.192.32/24 broadcast 10.0.192.255
    Fri Feb 24 16:03:12 2017 us=984403 /usr/sbin/ip -6 addr add fdbf:1d37:bbe0:0:12::132/112 dev tun5
    RTNETLINK answers: Operation not supported
    Fri Feb 24 16:03:12 2017 us=986212 Linux ip -6 addr add failed: external program exited with error status: 2
    Fri Feb 24 16:03:12 2017 us=986251 Exiting due to fatal error

    Thanks

     

    Frankfurt.ovpn

  9. Hi,

     

    hope you could give me a hint. At the moment i´m using needo MariaDB. I mean it is a 5.x MariaDB Version. For kodi 16 MariaDB 10.1.12 is needed. Before i try if kodi16 is working with my db i want to migrate to this version with mariadb 10.1.12. Could i install this docker with an other port and copy my db from 5.x to this version or how is the best methode to migrate from my old version to this version ?

     

    Or should i make a kodi backup and make a complete new db ?

×
×
  • Create New...