jcouch93

Members
  • Posts

    27
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

jcouch93's Achievements

Noob

Noob (1/14)

5

Reputation

  1. I do the same thing, but I have SAB download into a folder that FileFlows monitors, FF does the conversion, and then FF moves the file(s) into the folder that Sonarr/Radarr is monitoring.
  2. That worked perfectly! Thank you!
  3. To get that to work, do I need all the stuff in the folder.view directories? I have your plugin, but on the Github page the folders have things in them (but my scripts and styles folders are empty). I tried just putting a docker-custom.css file in scripts but that didn't seem to do anything. Thank you for your help!
  4. In Icon Only mode, is there way to have the icon show the status of the Docker (i.e. started, stopped)? Or is there a way to have Icon and Text to show multiple rows (I don't think so based on an earlier conversation in this topic)?
  5. Running that one now. Seems to be running fine using my GPU as far as I can tell.
  6. Been searching through the thread but I can't find an update on the support for nVidia HW transcoding? Is it still a no-go?
  7. I'm seeing the same thing as well. Found this when searching around: https://forums.sabnzbd.org/viewtopic.php?t=23364 Started up normally after doing the following: 1. Connected to the docker (my container name was "sabnzbd") How to connect to a running Docker container? There is a docker exec command that can be used to connect to a container that is already running. Use docker ps to get the name of the existing container. Use the command docker exec -it <container name> /bin/bash to get a bash shell in the container. 2. cd /config/admin 3. mv server.cert server.cert.old (or delete it, but I was trying to play it safe) 4. mv server.key server.key.old (or delete it, but again playing it safe) I did an ls-al then and saw that the server.cert was immediately recreated but not the server.key I checked SAB and it was then running normally
  8. Seeing this error in the System Log (Tools -> System Log): Oct 11 16:53:30 COUCHSERV kernel: CIFS VFS: Free previous auth_key.response = ffff88080fa7e780 Oct 11 16:53:30 COUCHSERV kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE Oct 11 16:53:30 COUCHSERV kernel: CIFS VFS: Send error in SessSetup = -13 Weird part is I see it every two seconds even when the array is offline and there are no mounted Unassigned Devices. Can anyone help me identify what is causing it? Thanks! couchserv-diagnostics-20181012-1400.zip
  9. I hate that you're having this issue too as at least it means I'm not crazy! Hopefully someone else can help track it down too. If you roll back to 6.4.0 get a diagnostic for the developers (I forgot to do it).
  10. For the VM settings, I set VNC-Keyboard to English-United States (en-us) In the VM itself, using Linux Mint 18.3 as the Guest, I go to Menu -> Preferences -> Keyboard -> Layouts and make sure only "English (US)" is there and hit "Reset to Defaults". I also changed the Keyboard model to Generic 101-key PC.
  11. No. I thought that might be the issue so I reset everything back to "US English" just to make sure but still had the issue. Thanks!
  12. Upgraded from 6.4.0 to 6.5.1 and noticed that in the terminal and desktop in my VM (and also a test VM) that I couldn't type a pipe symbol (all I would get was a < symbol) while at the same time I couldn't type a > symbol using the keys for it (was just a < symbol for both keys but the comma and period worked fine). I tried changing the keyboard in the Preferences, also did a re set-up on the keyboard via GUI and CLI, but nothing worked. Using an Ubuntu forum post, I ran: xmodmap -e 'keycode 94 = backslash bar'. That got the pipe back but the < > keys still didn't work (but comma and period still worked fine). I then downgraded back to 6.4.0 and everything works with no issues. Any ideas?
  13. I tried it and it still says ANSI in the config. Here's from the Docker log on startup: 2017-03-14 13:12:10,523::INFO::[sabnzbdplus:1173] sabnzbdplus-1.2.1 (rev=d32cf57c7573ed43bcab40eb9b23a0853f1f7015) 2017-03-14 13:12:10,523::INFO::[sabnzbdplus:1174] Full executable path = /usr/bin/sabnzbdplus 2017-03-14 13:12:10,523::INFO::[sabnzbdplus:1186] Platform = posix 2017-03-14 13:12:10,524::INFO::[sabnzbdplus:1187] Python-version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] 2017-03-14 13:12:10,524::INFO::[sabnzbdplus:1188] Arguments = /usr/bin/sabnzbdplus --config-file /config --server 0.0.0.0:8080 2017-03-14 13:12:10,524::INFO::[sabnzbdplus:1190] Preferred encoding = ANSI_X3.4-1968 2017-03-14 13:12:10,524::INFO::[sabnzbdplus:1238] Read INI file /config/sabnzbd.ini My startup says all commands completed successfully and it showed that the variable were passed.
  14. I have updated but no go. I think it all boils down to I need to get SAB to change it's encoding (as reported on the Config page) to Unicode\UTF and not ANSI and I don't know how to do that. Thanks!