WuZiMu

Members
  • Posts

    7
  • Joined

Recent Profile Visitors

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

WuZiMu's Achievements

Noob

Noob (1/14)

0

Reputation

  1. 192.168.1.3 is a local IP, what device does Ubiquiti report has the IP? It may be compromised.
  2. I’m using it with the proxy settings in Hakuneko, The proxy appears to be working fine since it doesn’t show my IP address when in use. But there appears to be an issue establishing the tunnel for some sites. But the proxy itself works fine within Edge and the webpages load. So I’ll chalk it up to an issue between the website and the application itself as other websites work within the application. Thanks for the help diagnosing!
  3. I might have missed it in the FAQS, but where are the instructions for passing the proxy through to another client? I have this running on the Unraid server and would like to use the proxy on another PC, similar to how you might setup a proxy through your web browser settings. I tried passing through ‘IP OF UNRAID SERVER:8118’ but it doesn’t seem to work.
  4. Assuming you are landing on the Jellyfin login page where it asks you to select a server. Select the old server and delete it. Then it will route you to the setup page.
  5. Could use help determining root cause of these two issues. Particularly, the latter which causes the shares to go missing causing the Docker containers to go ham and my CPU usage to spike to 90-100%. This started happening repeatedly in the past few weeks. Before I'd have weeks of uptime. I'd appreciate any troubleshooting tips. The first set of error messages. Feb 15 04:29:24 Vendetta nginx: 2021/02/15 04:29:24 [error] 9532#9532: shpool alloc failed Feb 15 04:29:24 Vendetta nginx: 2021/02/15 04:29:24 [error] 9532#9532: nchan: Out of shared memory while allocating message of size 10057. Increase nchan_max_reserved_memory. Feb 15 04:29:24 Vendetta nginx: 2021/02/15 04:29:24 [error] 9532#9532: *94514 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost" Second set of error messages, see csum failed root. Google search indicates it might be a cache drive issue. But why is it reporting BTRFS when all drives are formatted as XFS? Restarting the machine seems to fix the issue temporarily but it comes back after a day or two of uptime. vendetta-diagnostics-20210216-0630.zip
  6. Is there any guide for how to change the default username and password?
  7. Not sure if the issue I'm experiencing is with the container or Bookstack itself. I'm using the CA template and following the mariadb instructions from Gilbn's technicalramblings blog. It seems that the process chokes on an SQL command. Even after starting from a clean slate (i.e. delete and re-create the appdata/bookstack folder and bookstack database in mariadb) I get the same result. And the logs ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... App Key found - setting variable for seds Running config - db_user set /var/run/s6/etc/cont-init.d/50-config: line 67: warning: command substitution: ignored null byte in input /var/run/s6/etc/cont-init.d/50-config: line 67: warning: command substitution: ignored null byte in input Migrating: 2015_08_29_105422_add_roles_and_permissions Illuminate\Database\QueryException : SQLSTATE[42S01]: Base table or view already exists: 1050 Table '`bookstack`.`roles`' already exists (SQL: create table `roles` (`id` int unsigned not null auto_increment primary key, `name` varchar(191) not null, `display_name` varchar(191) null, `description` varchar(191) null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci') 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[42S01]: Base table or view already exists: 1050 Table '`bookstack`.`roles`' already exists") /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:123 2 PDOException::("SQLSTATE[42S01]: Base table or view already exists: 1050 Table '`bookstack`.`roles`' already exists") /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:121 Please use the argument -v to see more details. [cont-init.d] 50-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.