Kewjoe

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by Kewjoe

  1. That worked! when in doubt, delete the plugins folder BTW, separate topic. Is there any trick to get the port open? So I have PIA VPN, VPN_INCOMING_PORT is 49160, port range in RTorrent is 49160-49160. I don't have it open in the router. Is that needed? I thought i read since it goes through the VPN tunnel that isn't needed. In the GUI, it has a red exclamation mark and says port 49160 is closed.
  2. Tried default (was using oblivion). Same error message. I'm not sure if it's actually causing an issue besides the error popping up when i login.
  3. I'm getting the following error in the gui when i try to use it: JS error: [http://192.168.79.15:9080/js/webui.js : 1923] TypeError: s is undefined This happened after I updated the docker. I tried searching, nothing came up.
  4. *486 DX2 66MHz. I know because I lusted over it, only having a 486 SX 33MHz. My first computer was a Tandy 1000 SX. 8088, A whopping 384KB of memory and a 5.25" floppy drive. Oh and thanks LT! And thanks to the amazing community too. Sent from my ONEPLUS A3000 using Tapatalk
  5. Why are you being so aggressive? You use unRaid how you like, let others use it how they like? What's so difficult about that concept?
  6. For those that don't know him. He's a Youtube Tech Reviewer with 4.6 Million subscribers. I think this is awesome and great visibility for unRaid!
  7. Ok, i probably should have spent more time troubleshooting before starting a thread. It looks like the password i choose, the web gui didn't like. Is there any restrictions with passwords? This password was 30 characters in length and had a mix of letters, numbers, spaces, special characters, etc. including brackets. I re-did the password removing brackets and reset it via the console and the web gui is working again.
  8. Very strange issue. I am managing a friends unRaid server through a VPN. I realized he didn't have a root password set, so using the web gui, i went ahead and set it. I use a password manager, i generated the password and saved the new password profile, then copy/pasted it into the new password field (and the second confirm field). After hitting "Change" it prompted me for a password to login to the web gui. I entered "root" and the new password and it didn't work. Huh? If i SSH into the server with root and the new password, it works fine. What the heck? Any idea what would cause this? this is on unRaid 6.3.4
  9. Yes, I definitely did.
  10. It's working for me too after the update. Although i can't seem to get the watch folder working. I drop a video in there and nothing happens. This is my config file: ### Change monitoring settings # If we don't see any events for $SETTLE_DURATION time, assume that it's safe to run HandBrake. Format is HH:MM:SS, # with HH and MM optional. SETTLE_DURATION=10 # However, if we see a stream of changes for longer than $MAX_WAIT_TIME with no break of $SETTLE_DURATION or more, then # go ahead and run HandBrake. Otherwise we might be waiting forever for the directory to stop changing. Format is # HH:MM:SS, with HH and MM optional. MAX_WAIT_TIME=10:00 # After processing all the files in the watch dir, wait at least this long before doing it again, even if # $SETTLE_DURATION time has passed after change. This controls the maximum frequency of the HandBrake runs. MIN_PERIOD=0 # Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging! DEBUG=0 # HandBrake doesn't write to the watch dir, so it's safe to keep watching for events. IGNORE_EVENTS_WHILE_COMMAND_IS_RUNNING=0 #----------------------------------------------------------------------------------------------------------------------- ### HandBrake settings # Run the program as this user and group ID, which should match up with the host. This will ensure that the resulting # converted video has the right ownership and permissions. # The defaults typically correspond to the "root" user in the host. To change these, run the following commands (which use the # "nobody" user and group) in the host and set the values here. # id -u nobody # id -g nobody # su -l nobody -c umask USER_ID=99 GROUP_ID=100 UMASK=0000 # The command to run to convert the file. For a list of presets visit # https://handbrake.fr/docs/en/latest/technical/official-presets.html HANDBRAKE_COMMAND='HandBrakeCLI -i "$SRCDIR/$SUBDIR/$FILENAME" -o "$DESTDIR/$SUBDIR/$BASE.mp4" --preset "Super HQ 1080p30 Surround"'
  11. I didn't do the exact same sequence but I ended up with the same result. I installed the container, which automatically stops. I modified the handbrake.conf and started it. It worked fine for about 48 hours. I made no further changes. The container re-started today (backup of appdata) and now won't start. I get the following in the log: *** Killing all processes... *** Running /etc/my_init.d/00_config.sh... *** Running /etc/my_init.d/01_user_config.sh... usermod: no changes usermod: no changes usermod: no changes *** Running /etc/my_init.d/02_app_config.sh... *** Running /etc/my_init.d/start.sh... Using existing configuration. May require editing. [2017-05-14 08:52:42] User "user_99_100" already exists. Skipping creation of user and group... [2017-05-14 08:52:42] Running command as user "user_99_100"... Ensuring user and group exists ln: failed to create symbolic link ‘/nobody/.config/ghb/handbrake’: File exists *** /etc/my_init.d/start.sh failed with status 1
  12. Has anyone gotten this working with reverse proxy from Nginx? I have several apps set up for reverse proxy and they all work great, but i can't for the life of me get this one working. location /sonic { include /config/nginx/proxy.conf; proxy_pass http://192.168.x.x:4040; } Doesn't work.
  13. There is only 1 item listed in the changelog so each tag is 1 week? that should work for me. Thanks!
  14. Which tag is the install before you guys moved to PHP7? I need to troubleshoot an issue I'm having.
  15. I run a tight ship. All different sites have given me perfect marks. But you're right, nothing is bullet proof.
  16. I have Cardigann working with it. I haven't spent a lot of time with Radarr yet though. Manual searches are working. But i haven't spent time setting up anything automated yet.
  17. I think no, and unfortunatly I don't know who to ask :-( Meanwhile you can check it out via the old way Squid is the man you're looking for. Sticky Post has his thread on the Community Apps: https://lime-technology.com/forum/index.php?topic=37958.0
  18. PHPBB Forums prior to 3.2 (just released a month ago) only supported PHP5. I'm still on 3.1.10 and haven't upgraded yet. Reason being is that I'm waiting for the themes/extensions to be updated before I do so. When I updated this docker without realizing and then seeing the errors, I tried just updating to 3.2 but it wasn't working, likely missing some modules. the 3.2 installation instructions mentions some additional PHP modules needed to run the new version. So, when I do get around to updating my forum, don't be surprised if I come begging for a couple of PHP7 modules to be added Thanks guys. I do appreciate the work you put in.
  19. Here's a question. Can I restore my docker container from before my update? or will that cause problems? It would buy me time to have to deal with this change when I actually have some time to spare Yeah try tagging 32, 33 or something earlier. So change the repository to linuxserver/letsencrypt:32 Oohhh nice. That worked. Thank you sir!
  20. Here's a question. Can I restore my docker container from before my update? or will that cause problems? It would buy me time to have to deal with this change when I actually have some time to spare
  21. Fair point... our bad. However, we can't post the same information in multiple places as it's a logistical nightmare with every container, if you want to see if an update brings any big changes then the links on the first post will take you to the Github page and the readme there will have any changes listed. Ya, I get it. I mostly blame myself for blindly updating. I need to stop doing that.
  22. Ya, I just got it working using TorrentPotato as well. In case anyone is trying. You paste the Cardigann (or i assume Jacket works too) URL and paste the API key from Caridgann into the Passkey field. Leave username blank.