macattack

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by macattack

  1. Just did a fresh install on my server and on startup I get the following error. I have not done a single thing other then select the folder in the template. I think image is broken.
  2. Something is wrong with this template I have configured it several times and it refuses to connect to the database. My config is Host: unraid.home.my.domain User: bookstack Pass: (set correctly can login remotely and locally) Database Name: (bookstack and created new database bookstack2) Why is it launching with lowercase bookstack but authing with uppercase Bookstack? Launch Command Illuminate\Database\QueryException : SQLSTATE[HY000] [1045] Access denied for user 'Bookstack'@'172.17.0.1' (using password: YES) (SQL: select * from information_schema.tables where table_schema = bookstack2 and table_name = migrations and table_type = 'BASE TABLE') at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669 665| // If an exception occurs when attempting to run a query, we'll format the error 666| // message to include the bindings with SQL, which will make this exception a 667| // lot more helpful to the developer instead of just the database's errors. 668| catch (Exception $e) { > 669| throw new QueryException( 670| $query, $this->prepareBindings($bindings), $e 671| ); 672| } 673| Exception trace: 1 Doctrine\DBAL\Driver\PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'Bookstack'@'172.17.0.1' (using password: YES)") /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31 2 PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'Bookstack'@'172.17.0.1' (using password: YES)") /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27 EDIT: Changing DB_USER and DB PASS to DB_USERNAME and DB_PASSWORD fixed it something is wrong with the template.
  3. I love how easy it was to setup and add drives. My setup has been built up over 3 years never had a single issue. I would like to see some sort of integrated backup solution.
  4. Out of no where Nextcloud login broke its giving me a 500 when I try to login to the web interface. I use LDAP login which worked for a while until now. LDAP is still working fine as Bookstack can still use it. Any idea how to fix it. I have seen a few errors about no BaseDN or no LDAP filter in the log file under data How can I check the LDAP config without the web gui?
  5. I did find a solution the java options for airsonic got messed up they were missing the m at the end for example -Xms512m -Xmx1024m
  6. How do I copy logs from a docker container? The last thing in the airsonic.log under /config is just deleting a podcast no errors or anything. Are there any other logs I should look at?
  7. I forced the update twice and it still isn't working. Logs still don't show anything.
  8. Hi, I upgraded the docker to the latest version and it won't launch now. The web UI isn't running and the logs under config aren't showing anything. They stopped when I upgraded and don't have anything new. I have restarted it and still it won't start. Any help would be appreciated.
  9. For the mysql docker how do I set lower_case_table_names attribute I tried adding it to the custom.cnf file like so [mysqld] lower_case_table_names = 2 key_buffer_size = 16M max_allowed_packet = 16M but it failed I have a program that I am trying to use that query's in lowercase and the program can't find the table it made because it was created in upper case. Unfortunately I can't fix the program.
  10. Hi I got LDAP configured and I can log in but I am unable to create any connections, I searched around but haven't really found an answer. Also I was reading the guacamole documentation and it says you can store connection info in the mysql database but you said that we can't have mysql and LDAP on at the same time why is that?