Everything posted by NeoDude
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Doh! obvious when I think about it. Thanks for that, working like a sweetie now
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hey folks, I have an issue with Symlinks within NGINX. I have a couple of TV Shows in my Media share which are updated and served via the usual Sonarr/Plex setup. I have a user who wishes to also download these shows so that they have a copy stored locally. Initially, I manually copied them over to a folder in my WWW folder and sent the user the link. But then I thought I could automate it and save myself some cache space by just creating a Symlink from the TV Show folder to the WWW folder. This appears to work in principle and the folder shows up in the right place within my LAN but via web browser it gives a 404 error. I understand that NGINX should allow Symlinks by default so I'm further assuming it's a permissions issue. Is there any way to get this working while at the same time not messing up my Sonarr/Plex permissions? Thanks in advance
-
[Support] Linuxserver.io - Plex Media Server
Think this might be related to my issue too tbh as it shows transcoder errors. Rolling back to 1.14.1.5488 worked for me.
-
[Support] Linuxserver.io - Plex Media Server
Nope, definitely an audio file. I'll check out the Plex forums, ta.
-
[Support] Linuxserver.io - Plex Media Server
Been getting this error recently whenever I try to play music remotely... [Transcoder] [segment @ 0x677680] Failed to open segment list 'http://127.0.0.1:32400/video/:/transcode/session/95953fe8-c4f2-4c1f-8e7b-79b7e7161b89/6ae6dc2b-55a7-4ab5-b573-e016653e8d0e/seglist?X-Plex-Http-Pipeline=infinite' [Transcoder] av_interleaved_write_frame(): Broken pipe Any ideas? Cheers
-
Rust (game) Docker Problem (probably easy)
Yep, working like a sweetie now, cheers dude.
-
Rust (game) Docker Problem (probably easy)
Think this is the important bit... [0mDownloading and installing latest Oxide.. curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information Starting web server.. Cheers
-
Rust (game) Docker Problem (probably easy)
Just installed this and it's working but failing to install Oxide.
-
*VIDEO GUIDE* A comprehensive guide to pfSense both unRAID VM and physical
mmm, Not sure my Jetway JBC313 supports WOL
-
*VIDEO GUIDE* A comprehensive guide to pfSense both unRAID VM and physical
I'm too impatient to wait for the video on the failover automation so I'm going for it blind, lol. I've so far successfully got a PfSense VM and Physical box working that I can swap between manually. Now for the automation... Wish me luck
-
[Support] Linuxserver.io - Nextcloud
Fixed it. Was due to permissions on my custom.cnf file.
-
[Support] Linuxserver.io - Nextcloud
NextCloud log shows lots of errors like this... {"reqId":"VLWoHNiLKJsMtppXM94m","level":3,"time":"2018-04-10T09:17:45+00:00","remoteAddr":"172.17.0.1","user":"neodude","app":"remote","method":"GET","url":"\/status.php","message":"Exception: {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'DELETE FROM `oc_authtoken` WHERE `token` = ?' with params [\\\"170520d62b0ae10ee811ee9d1620b203dc80b43876f49a4c43967c1eee68933fc5fa16d3bb7531e385cf78c50a26daab6f831d5efbbf8751f98c1fd8f46de90f\\\"]:\\n\\nSQLSTATE[HY000]: General error: 1665 Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.\",\"Code\":0,\"Trace\":\"#0 \\\/config\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(128): Doctrine\\\\DBAL\\\\Driver\\\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/config\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(1015): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOMySql\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'DELETE FROM `oc...', Array)\\n#2 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Connection.php(216): Doctrine\\\\DBAL\\\\Connection->executeUpdate('DELETE FROM `oc...', Array, Array)\\n#3 \\\/config\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Query\\\/QueryBuilder.php(208): OC\\\\DB\\\\Connection->executeUpdate('DELETE FROM `oc...', Array, Array)\\n#4 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/QueryBuilder\\\/QueryBuilder.php(214): Doctrine\\\\DBAL\\\\Query\\\\QueryBuilder->execute()\\n#5 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Authentication\\\/Token\\\/DefaultTokenMapper.php(54): OC\\\\DB\\\\QueryBuilder\\\\QueryBuilder->execute()\\n#6 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Authentication\\\/Token\\\/DefaultTokenProvider.php(244): OC\\\\Authentication\\\\Token\\\\DefaultTokenMapper->invalidate('170520d62b0ae10...')\\n#7 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/User\\\/Session.php(839): OC\\\\Authentication\\\\Token\\\\DefaultTokenProvider->invalidateToken(*** sensitive parameters replaced ***)\\n#8 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/User\\\/Session.php(259): OC\\\\User\\\\Session->logout()\\n#9 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/User\\\/Session.php(232): OC\\\\User\\\\Session->validateSession()\\n#10 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/app.php(336): OC\\\\User\\\\Session->getUser()\\n#11 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/app.php(113): OC_App::getEnabledApps()\\n#12 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/user.php(131): OC_App::loadApps(Array)\\n#13 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/base.php(728): OC_User::setupBackends()\\n#14 \\\/config\\\/www\\\/nextcloud\\\/lib\\\/base.php(1080): OC::init()\\n#15 \\\/config\\\/www\\\/nextcloud\\\/status.php(36): require_once('\\\/config\\\/www\\\/nex...')\\n#16 {main}\",\"File\":\"\\\/config\\\/www\\\/nextcloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractMySQLDriver.php\",\"Line\":115}","userAgent":"Mozilla\/5.0 (Windows) mirall\/2.3.2 (build 1) (Nextcloud)","version":"13.0.1.1"} I'm guessing this is a permissions issue. I did run Docker Safe Perms yesterday to fix some issues with my media files. I'm assuming this has screwed with my NextCloud directory? *EDIT* After looking at previous posts I've checked my MariaDB Custom.cnf file and binlog_format is already set to mixed.
-
[Support] Linuxserver.io - Nextcloud
My NextCloud docker is refusing to accept connections this morning. Log is full of errors like this for every client... 172.17.0.1 - - [09/Apr/2018:10:22:36 +0100] "GET / HTTP/1.1" 500 3873 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36" 172.17.0.1 - neodude [09/Apr/2018:10:22:53 +0100] "GET /status.php HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows) mirall/2.3.2 (build 1) (Nextcloud)" 172.17.0.1 - Mally [09/Apr/2018:10:22:53 +0100] "GET /status.php HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows) mirall/2.3.2 (build 1) (Nextcloud)" 172.17.0.1 - neodude [09/Apr/2018:10:23:25 +0100] "GET /status.php HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows) mirall/2.3.2 (build 1) (Nextcloud)" 172.17.0.1 - Mally [09/Apr/2018:10:23:25 +0100] "GET /status.php HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows) mirall/2.3.2 (build 1) (Nextcloud)" 172.17.0.1 - neodude [09/Apr/2018:10:23:57 +0100] "GET /status.php HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows) mirall/2.3.2 (build 1) (Nextcloud)" Any ideas?
-
[Support] Linuxserver.io - Ombi
I'm getting an error when attempting to import users from plex... User name '' is invalid, can only contain letters or digits. Any ideas?
-
The Complete UnRAID reverse proxy, Duck DNS (dynamic dns) and letsencrypt guide
Personally I only use reverse proxy for anything that the public need to access, like my ADS-B server (radar.clanlawrence.co.uk) and for my Nextcloud. For everything else I use OpenVPN.
-
[Support] Linuxserver.io - Oscam
Intriguing. I already use OSCAM in my VU+ cable box with Virgin Media. What would would OSCAM as docker be used for? The intrigued part of me is imagining something using this Docker with Plex Media Server and a DVB-C card (if such a thing exists), am I barking up the correct tree?
-
Rust (game) Docker Problem (probably easy)
I apologise in advance for dragging up an old thread. I'm looking at setting up a small Rust server on my UnRaid server, is it still the case that it's not possible to get this running via docker? If so I'll spin up a VM.
-
[Plug-In] Community Applications
WinRAR! Cheers Squid
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Thanks for making this Just bit the bullet and upgraded to CrashplanPRO using this container. Unfortunately due to my backup being 12TB I've had to start from scratch
-
[Plug-In] Community Applications
Just a quick query, When I go in to "Cleanup Appdata" it shows my current Sonarr folder as available to delete. The reason for this is that I changed my docker for Sonarr but the new docker uses the same appdata folder as the old one. Is there a way to stop Cleanup Appdata from thinking that this is an abandoned folder?
-
[Plugin] CA Fix Common Problems
Okay, I just had a power outage for about an hour, UPS took over and shut down my server with 5mins runtime left, just as it should. On reboot, however, FCP reports an unclean shutdown. Is this a known issue or is there something wrong with my server? No parity check initiated on reboot and nothing else to suggest that the shutdown was unclean.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Still a poor show tbh. Complete waste of time and subscription payments.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Business is limited to 5TB though. Useless for me. I almost feel like asking for a full refund from the beginning. What's the point of a cloud backup service if they are just going to wipe it randomly with 60 days notice.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Nothing that I can see as a docker for UnRaid.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Yep I got the email too, nice notice period, not. I'm only around 20 days from completing my initial backup too after about a year. What a waste of time