PieQuest

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by PieQuest

  1. On 8/17/2021 at 3:24 PM, eagle470 said:

    I've been following this guide which I figured out was seriously out of date: https://www.linuxserver.io/blog/2017-05-10-installing-nextcloud-on-unraid-with-letsencrypt-reverse-proxy

    Then I also looked at the Linuxserver.io documentation for swag and this other blog https://linuxserver.tips/en/nextcloud-install-on-unraid/

     

    I made this post earlier today: https://www.reddit.com/r/selfhosted/comments/p6a26g/linuxserver_documentation_for_swagnextcloud/

     

    I'm unsure where I went wrong. I'm using cloudflare to get DDNS working, so I'm good there. I HAD a working instance of NextCloud locally, now I get

     

    Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the webserver log.

     

    if I run

     

    docker logs swag -f

     

    everything looks clean in the logs there now. When I run.

     

    docker logs nextcloud -f

     

    I get this notorious error:

    PHP Fatal error: Uncaught Error: Call to a member function getLogger() on null in /config/www/nextcloud/cron.php:162 Stack trace: #0 {main} thrown in /config/www/nextcloud/cron.php on line 162

     

    Looking at ./log/nginx/error.log I see this error:

     

    2021/08/17 17:13:23 [error] 407#407: *2 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected ''overwritehost'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /config/www/nextcloud/config/config.php on line 25" while reading response header from upstream, client: 10.10.1.89, server: _, request: "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "10.10.1.221"

     

    If I comment it out I learn I get that same (roughly) error for these three config entries: 

    'overwrite.cli.url' => 'https://nextcloud.server.com',

    'overwritehost' => 'nextcloud.server.com',

    'overwriteprotocol' => 'https',

     

    If I comment those out I can get to everything locally but not through my public DNS. 

     

    If I leave them in, I can't get to anything locally or externally.

     

    I really want to get this working and I feel like I'm close. I'm just not sure what I'm doing wrong.

    I'm using all the linuxserver.io containers (mariadb, nextcloud and swag) to make this work, though I've been testing with the NginxProxyManager just to check my work on the proxy server side. It does not appear thats an issue, so I'd like to switch back to the swag container, in which case I turn one off, the other on and change the port forward rule. 

     

    Please help me figure this out, I need a fresh set of eyes on this.

     

    2021-08-17 17_22_27-https___10.10.1.221 - Brave.png

    2021-08-17 17_23_24-NVIDIA GeForce Overlay.png

    error.log 7.5 kB · 0 downloads nextcloud.subdomain.conf 1.15 kB · 1 download nextcloud.subfolder.conf 1.53 kB · 1 download config.php 823 B · 3 downloads nextcloud 1.53 kB · 1 download

     

    I'm possibly having the same issue. Same setup with Nextcloud + Swag + mariadb. I'm also running redis, but I doubt that's the issue. Using an untangle router, but again not likely the issue. Been running Unraid and Nextcloud for years. Was getting a connection refused error and then after several restarts of Nextcloud & swag started getting a error 500 bad gateway.

     

    Now I'm getting

    Quote

    Internal Server Error

     

    The server encountered an internal error and was unable to complete your request.

    Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.

    More details can be found in the server log.

     

    I thought maybe I need to update. I'm on v20.0.8 and the latest for stable is v20.0.12

    To update I ran

    Quote

    docker exec -it nextcloud updater.phar

    via the web term

     

    All checks passed, but when I got to the "occ upgrade" command execution part, I got this error:

    Quote

    An unhandled exception has been thrown:
    Doctrine\DBAL\DBALException: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away in /config/www/nextcloud/lib/private/DB/Connection.php:72
    Stack trace:
    #0 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1449): OC\DB\Connection->connect()
    #1 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(892): Doctrine\DBAL\Connection->getWrappedConnection()
    #2 /config/www/nextcloud/lib/private/DB/Connection.php(202): Doctrine\DBAL\Connection->executeQuery()
    #3 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): OC\DB\Connection->executeQuery()
    #4 /config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(248): Doctrine\DBAL\Query\QueryBuilder->execute()
    #5 /config/www/nextcloud/lib/private/AppConfig.php(345): OC\DB\QueryBuilder\QueryBuilder->execute()
    #6 /config/www/nextcloud/lib/private/AppConfig.php(110): OC\AppConfig->loadConfigValues()
    #7 /config/www/nextcloud/lib/private/AppConfig.php(301): OC\AppConfig->getApps()
    #8 /config/www/nextcloud/lib/private/legacy/OC_App.php(957): OC\AppConfig->getValues()
    #9 /config/www/nextcloud/lib/private/Server.php(668): OC_App::getAppVersions()
    #10 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}()
    #11 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
    #12 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet()
    #13 /config/www/nextcloud/lib/private/ServerContainer.php(156): OC\AppFramework\Utility\SimpleContainer->query()
    #14 /config/www/nextcloud/lib/private/Server.php(1677): OC\ServerContainer->query()
    #15 /config/www/nextcloud/lib/private/Server.php(1017): OC\Server->getMemCacheFactory()
    #16 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}()
    #17 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
    #18 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet()
    #19 /config/www/nextcloud/lib/private/ServerContainer.php(156): OC\AppFramework\Utility\SimpleContainer->query()
    #20 /config/www/nextcloud/lib/private/Server.php(1977): OC\ServerContainer->query()
    #21 /config/www/nextcloud/lib/private/Files/View.php(118): OC\Server->getLockingProvider()
    #22 /config/www/nextcloud/lib/private/Server.php(395): OC\Files\View->__construct()
    #23 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}()
    #24 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
    #25 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet()
    #26 /config/www/nextcloud/lib/private/ServerContainer.php(156): OC\AppFramework\Utility\SimpleContainer->query()
    #27 /config/www/nextcloud/lib/private/Server.php(1324): OC\ServerContainer->query()
    #28 /config/www/nextcloud/lib/base.php(595): OC\Server->boot()
    #29 /config/www/nextcloud/lib/base.php(1091): OC::init()
    #30 /config/www/nextcloud/console.php(49): require_once('/config/www/nex...')
    #31 /config/www/nextcloud/occ(11): require_once('/config/www/nex...')
    #32 {main}

     

    This led me to believe that there is some kind of php issue. So with some google fu I found this: https://help.nextcloud.com/t/php-fatal-error-uncaught-doctrine-dbal-dbalexception-failed-to-connect-to-the-database/56782 (can't hyperlink)

     

    I think this is what my issue is. Might be your issue too.

    Unfortunately, there was no real solution provided to fix the issue if you're Docker or Unraid user.

     

    Thoughts?

  2. 6 hours ago, Squid said:

    Best I can come up with right now is that an adblocker or something is blocking it.  White list your server in the adblocker.

    Server is white listed. I went ahead and checked on a browser I never use (Edge) that has no extensions on it and I have the same issue.

    Hope this gets fixed!

    (If a mod sees this I accidentally posted anonymously so please ignore that)

  3. 13 hours ago, Nismanoku said:

    Hi,

     

    I Updated to the latest unraid version (6.7.2), and noticed that i no longer see the dockers that are no longer in use. Can push the button select all and then the delete all button gets highlighted, but can't see the dockers, so no manual selection possible lik before.

     

    greetings, beloeke

    Schermopname (27).png

    Schermopname (29).png

    I have the same issue.

  4. 11 hours ago, PieQuest said:

    I'm having this same issue.

    I tried manually editing the core.conf, core.conf~, web.conf, and web.conf~ with no luck.

    I then tried accessing deluge from: localhost:8112?dev=true still no luck.

    None of my plug-ins stick after a deluge docker restart.

    Just to be clear, I'm running binhex's latest deluge docker container on unraid 6.6.6

    I found a temporary fix for anyone interested.

    1. Configure Deluge so that is exactly as you want it.

    2. (Make sure you have the CA Backup / Restore Appdata plugin installed) Backup your docker data | MAKE SURE TO LEAVE DELUGE ON | (either backup all the dockers or just deluge).

    3. Navigate to your backup, unzip the backup, copy the entire deluge docker backup folder.

    4. In UnRaid, stop the deluge container, remove the container (make sure your have 'also remove the image' is checked)

    5. Navigate to your Docker data/share (make sure deluge is shut down and removed). Delete the entire deluge docker folder. Paste in the deluge docker folder you copied from step 3.

    6. In UnRaid, add container, navigate your ('my') containers, select the deluge one, assuming all settings are correct, hit apply.

    7. Deluge will probs auto start, and you should be good to go!

  5. On 12/9/2018 at 1:22 PM, vurt said:

    I encountered the same problem as reported above in a few posts: Enabling a plug-in (webgui) in Deluge doesn't stick. Refreshing Deluge always show the plug-in as un-ticked.

    I'm having this same issue.

    I tried manually editing the core.conf, core.conf~, web.conf, and web.conf~ with no luck.

    I then tried accessing deluge from: localhost:8112?dev=true still no luck.

    None of my plug-ins stick after a deluge docker restart.

    Just to be clear, I'm running binhex's latest deluge docker container on unraid 6.6.6

  6. Ya, I did that, I'm just not sure where to go from there. How do I set 1 VNIC to do VPN and the other to handle LAN?

    Right now i'm just using the built in windows vpn to connect to my work. I'm just unsure how to route that through a specific VNIC.

  7. So i did what you said and now it seems to have installed correctly:

     

    first log:

     

    Aug 05 17:29:24 ts3-server: INSTALL: INFO: Logs installed

    Aug 05 17:29:25 ts3-server: INSTALL: PASS: downloading check_deps.sh: OK

    Aug 05 17:29:29 ts3-server: CHECK: ERROR: Checking dependencies: missing: [31mbsdmainutils

    Aug 05 17:29:31 ts3-server: CHECK: WARN: abc does not have sudo access. Manually install dependencies.

    Aug 05 17:29:36 ts3-server: INSTALL: PASS: downloading install_server_files.sh: OK

    Aug 05 17:29:38 ts3-server: INSTALL: PASS: downloading update_ts3.sh: OK

    Aug 05 17:29:50 ts3-server: UPDATE: PASS: Checking for update: teamspeak.com

    Aug 05 17:32:47 ts3-server: UPDATE: PASS: downloading teamspeak3-server_linux_amd64-3.0.13.tar.bz2: OK

    Aug 05 17:32:47 ts3-server: UPDATE: INFO: Extracting download

    Aug 05 17:32:48 ts3-server: UPDATE: Copying to /config/serverfiles

    Aug 05 17:32:49 ts3-server: INSTALL: PASS: downloading install_config.sh: OK

    Aug 05 17:32:51 ts3-server: INSTALL: INFO: creating ts3-server.ini config file.

    Aug 05 17:32:52 ts3-server: INSTALL: PASS: downloading install_ts3db.sh: OK

    Aug 05 17:33:01 ts3-server: INSTALL: PASS: downloading fix.sh: OK

    Aug 05 17:33:01 ts3-server: INSTALL: PASS: downloading install_complete.sh: OK

    Aug 05 17:33:01 ts3-server: INSTALL: INFO: Install Complete!

    Aug 05 17:33:01 ts3-server: INSTALL: PASS: install_complete.sh exiting with code: 0

    Aug 05 17:33:01 ts3-server: PASS: downloading command_update_functions.sh: OK

    Aug 05 17:33:03 ts3-server: CHECK: PASS: downloading check_logs.sh: OK

    Aug 05 17:33:03 ts3-server: INFO: Updating functions

    Aug 05 17:33:13 ts3-server: PASS: Updating functions

    Aug 05 17:33:13 ts3-server: PASS: command_update_functions.sh exiting with code: 0

    Aug 05 17:33:14 ts3-server: PASS: downloading command_update.sh: OK

    Aug 05 17:33:15 ts3-server: CHECK: PASS: downloading check_system_dir.sh: OK

    Aug 05 17:33:16 ts3-server: CHECK: PASS: downloading check_status.sh: OK

    Aug 05 17:33:16 ts3-server: UPDATE: INFO: Checking for update: teamspeak.com

    Aug 05 17:33:27 ts3-server: UPDATE: PASS: Checking for update: teamspeak.com

    Aug 05 17:33:29 ts3-server: UPDATE: INFO: Current build: 3.0.13

    Aug 05 17:33:29 ts3-server: UPDATE: INFO: Available build: 3.0.13

    Aug 05 17:33:29 ts3-server: UPDATE: PASS: command_update.sh exiting with code: 0

    Aug 05 17:33:30 ts3-server: PASS: downloading command_start.sh: OK

    Aug 05 17:33:32 ts3-server: CHECK: ERROR: Checking dependencies: missing: [31mbsdmainutils

    Aug 05 17:33:33 ts3-server: CHECK: WARN: abc does not have sudo access. Manually install dependencies.

    Aug 05 17:33:33 ts3-server: CHECK: PASS: downloading check_ip.sh: OK

    Aug 05 17:33:34 ts3-server: CHECK: PASS: downloading check_tmux.sh: OK

    Aug 05 17:33:34 ts3-server: CHECK: PASS: downloading check_config.sh: OK

    Aug 05 17:33:35 ts3-server: START: PASS: downloading info_config.sh: OK

    Aug 05 17:33:36 ts3-server: START: PASS: downloading logs.sh: OK

     

    second log:

     

    Aug 05 17:33:38 ts3-server: START: PASS: Started TeamSpeak 3 Server

    Aug 05 17:33:38 ts3-server: START: PASS: command_start.sh exiting with code: 0

     

     

    So what do i do from here?

     

    This is my first time installing teamspeak on linux/unRaid so im a bit of a noob...is there some kind of quick start guide?

     

  8. Hey so i'm running unRaid 6.2 rc2 and i cant seem to get teamspeak3 working at all.

     

    When i do a fresh install of ts3 and then go check my logs i find ths....

     

    Aug 05 16:12:25 ts3-server: INSTALL: INFO: Logs installed

    Aug 05 16:12:26 ts3-server: INSTALL: PASS: downloading check_deps.sh: OK

    Aug 05 16:12:31 ts3-server: CHECK: ERROR: Checking dependencies: missing: [31mbsdmainutils

    Aug 05 16:12:32 ts3-server: CHECK: WARN: abc does not have sudo access. Manually install dependencies.

    Aug 05 16:12:38 ts3-server: INSTALL: PASS: downloading install_server_files.sh: OK

    Aug 05 16:12:39 ts3-server: INSTALL: PASS: downloading update_ts3.sh: OK

    Aug 05 16:12:48 ts3-server: UPDATE: PASS: Checking for update: teamspeak.com

     

    EDIT:

     

    log updated to this:

     

    Aug 05 16:12:25 ts3-server: INSTALL: INFO: Logs installed

    Aug 05 16:12:26 ts3-server: INSTALL: PASS: downloading check_deps.sh: OK

    Aug 05 16:12:31 ts3-server: CHECK: ERROR: Checking dependencies: missing: [31mbsdmainutils

    Aug 05 16:12:32 ts3-server: CHECK: WARN: abc does not have sudo access. Manually install dependencies.

    Aug 05 16:12:38 ts3-server: INSTALL: PASS: downloading install_server_files.sh: OK

    Aug 05 16:12:39 ts3-server: INSTALL: PASS: downloading update_ts3.sh: OK

    Aug 05 16:12:48 ts3-server: UPDATE: PASS: Checking for update: teamspeak.com

    Aug 05 16:26:39 ts3-server: UPDATE: PASS: downloading teamspeak3-server_linux_amd64-3.0.13.tar.bz2: OK

    Aug 05 16:26:39 ts3-server: UPDATE: INFO: Extracting download

    Aug 05 16:26:40 ts3-server: UPDATE: FATAL: Extracting download: FAIL

     

    Aug 05 16:26:46 ts3-server: UPDATE: FATAL: update_ts3.sh exiting with code: 1

     

    What do i do?

     

    Thx in advance :)

  9. Hey Guys! This is my first time posting to this forum, or any lime tech forum.  Haven't needed to until now.  So i downloaded this app earlier today and cannot get it to connect to my server...i must be running the latest version of the app and my unRaid server version is: 6.2.0 rc2  My phone is a huawei honor 5x running lollipop 5.1.1

     

    Any ideas guys?

     

    :)

    Have you read the rest of this thread? What have you tried?

    I suspect that the unraid server is answering too slow, so you need to adjust the delay in controlr settings. It's explained earlier in this thread as per trurls advice.

     

    I have tried to adjust the time settings...i changed the manual to 20000 ms and the auto to 10000 ms my unraid server ip is static at 192.168.1.xxx so i dont know what eles to try...do i need to open a port on my unraid server or something?

  10. Hey Guys! This is my first time posting to this forum, or any lime tech forum.  Haven't needed to until now.  So i downloaded this app earlier today and cannot get it to connect to my server...i must be running the latest version of the app and my unRaid server version is: 6.2.0 rc2  My phone is a huawei honor 5x running lollipop 5.1.1

     

    Any ideas guys?

     

    :)