MikeyP

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MikeyP's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm experiencing exactly the same issue as ecx is, again running docker on a synology
  2. thanks for this container, but could you add the following to stop this error: error logged in mylar "FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?" To resolve I run: "docker exec -it mylar /bin/bash" then "pip install html5lib" Which fix's the issue and allows a better torrent search if you have that setup in mylar. Much appreciated :-)
  3. I think I'm missing some thing...have the same issue where I cannot login and as referenced in a post above: "For the first problem make sure that the option "OPT_MYSQL" is set to "Y" and "OPT_LDAP" set to "N"." Is this referring to an environment variable in the docker setup? If so I did set but still unable to login....or do I have to create a template? I do see these errors, which I presume is due to the mysql database not being created: May 22 10:11:43 guacamole mysqld_safe: Starting mysqld daemon with databases from /config/databases stdout 10:11:43 May 22 10:11:43 guacamole mysqld: 170522 10:11:43 [Note] /usr/sbin/mysqld (mysqld 5.5.54-MariaDB-1~trusty) starting as process 782 ... stdout 10:11:43 May 22 10:11:43 guacamole mysqld: 170522 10:11:43 [ERROR] mysqld: File '/var/log/mysql/mariadb-bin.~rec~' not found (Errcode: 13) stdout 10:11:43 May 22 10:11:43 guacamole mysqld: 170522 10:11:43 [ERROR] MYSQL_BIN_LOG::open_purge_index_file failed to open register file. stdout 10:11:43 May 22 10:11:43 guacamole mysqld: 170522 10:11:43 [ERROR] MYSQL_BIN_LOG::open_index_file failed to sync the index file. stdout 10:11:43 May 22 10:11:43 guacamole mysqld: 170522 10:11:43 [ERROR] Aborting ------ Any help appreciated.
  4. hi, mylar setup and working great...trying to use a nginx reverse proxy but as its not supported in mylar settings I added URL_BASE=mylar to environment in docker but that doesn't work. Nginx is correctly setup as I accessed mylar fine on a windows PC via the reverse proxy - have I misunderstood something?? :-)