Can0n

Members
  • Posts

    616
  • Joined

  • Last visited

Posts posted by Can0n

  1. On 10/25/2020 at 5:37 PM, phil1c said:

    I'm having that exact issue all of a sudden (the one described by grantbey above) and already tried:

    
    cd /
    chown root:root .

    and

    
    chmod 700 ~/.ssh
    chmod 600 ~/.ssh/authorized_keys

    and I've verified that my public key (that I've used for over a year) is in the authorized_keys file.  When the key log in fails, I can log in with password.

     

    I'm also using the "built-in" functionality of unRAID (I forget what version it was introduced) where, placing a folder in /boot/config/ssh/ titled "root" automatically get's symlinked from ~/.ssh/ so I don't use a script to copy an updated sshd_config.

     

    I'm on the nvidia-plugin version of 6.9.0beta30.

     

    Any other ideas what I could try?

    Try this as I had to do it too

     

    chmod 700 /root/.ssh
    chmod 600 /root/.ssh/authorized_keys

     

  2. Hi everyone I need some help here I was playing about the mac field in my windows VM settings (on unRAID) and accidentally erased the mac and saved it (hoping the new NIC i installed would pass its mac though to the VM). instead the network section is completely gone now and i cant seem to see how to add it back at all since I cannot even find the section in XML form either

     

     

     

    *******Edit i seemed to find a work around and that was creating a new VM with identical config


    seems like it might be a good idea to add a gui to adding Network interfaces to the VM setup/config

  3. 9 hours ago, Josh.5 said:
    22 hours ago, Can0nfan said:

     

    I don't qs is configured correctly. And I don't really have a way to test unfortunately. A PR on GitHub would be nice if anyone wants to make the necessary changes and test for me. They should only be a couple of lines.

    if anyone wants to make the PR to fix the broken intel quick sync hardware encode I have both an i5 8600K (Coffee Lake) and i7 7700K 

    Iron Lake gen 5 to Coffee Lake gen 9.5 all supported as per

    https://trac.ffmpeg.org/wiki/Hardware/QuickSync

     

    on Github
    https://github.com/intel/intel-vaapi-driver

     

  4. 1 hour ago, Josh.5 said:
    14 hours ago, Can0nfan said:
    Hi @Josh.5

    I am using the dev-hw-encoding repository version and the previous current master one but cant seems to get unmanic to hardware transcode using intel quicksync and the hevc codec I tried both hevc_nevc and nevc_hevc they all fail however when i use the libx265 it processes using my CPU

    a quick note in Plex harware transcode directions vs yours (in the container install)

    for plex under extra parameters it should read:

    --device /dev/dri:/dev/dri

    yours mentions this

    --device /dev/dri
     
    I have tried both and neither are shoing anything in my intel-gpu tools plus i can see in the docker tab high CPU usage

    I am only encoding video, not stripping subtitles or doing anything with audio

    I don't qs is configured correctly. And I don't really have a way to test unfortunately. A PR on GitHub would be nice if anyone wants to make the necessary changes and test for me. They should only be a couple of lines.

    Hi @Josh.5 i have used both and just cant get intel quick sync acceperated transcoding to work.  I'd be happy to test got another 90TB or so of media to convert to h265 once intel works ill see if i can get logs and stuff and post to github for you

  5. On 5/6/2020 at 12:14 AM, Josh.5 said:

    There is a new docker image available for anyone who is game enough to try it.

     

    Edit the Unmanic docker config in Unraid and set the docker image repository to 'josh5/unmanic:dev-hw-encoding'

     

    I have not tested this docker image with nvidia or intel HW accelerated encoding yet (and I don't want to as its just too much effort for minimal if any return). Testing it out running unmanic nativity works fine. In theory, if you follow the same steps used to enable plex HW encoding with the linuxserver.io Plex container, then it should work.

     

    Thanks.

    Hi @Josh.5

    I am using the dev-hw-encoding repository version and the previous current master one but cant seems to get unmanic to hardware transcode using intel quicksync and the hevc codec I tried both hevc_nevc and nevc_hevc they all fail however when i use the libx265 it processes using my CPU

    a quick note in Plex harware transcode directions vs yours (in the container install)

    for plex under extra parameters it should read:

    --device /dev/dri:/dev/dri

    yours mentions this

    --device /dev/dri

     

    I have tried both and neither are shoing anything in my intel-gpu tools plus i can see in the docker tab high CPU usage

    I am only encoding video, not stripping subtitles or doing anything with audio

  6. On 6/13/2020 at 8:24 AM, Cpt. Chaz said:

    Can confirm. However, the provided instructions didn’t work for me exactly. I never could get the modprobe change to the go file to persist after a reboot. But once I mod the file each time, it kicks off without a hitch. 

    your go file shoud have this so you dont need to set permissions on each reboot


    modprobe i915
    chown -R nobody:users /dev/dri
    chmod -R 777 /dev/dri

    • Like 1
  7. On 5/27/2020 at 3:44 PM, dorgan said:

    go ahead and try this with 2020.05.27a

    fixed i had to use my external IP but its working and now showing what on the same server I have it set up on thank you !!!

    I still see the bug when more than 3 streams are present and it has the scroll to the right only to see the additional streams

  8. Hi again @dorgan 

     

    I also wonder if you can update the plugin to support dynamic arragment of the streams it only goes left to right and leaves a lot of potential space below plus scroll wheel is easier than clicking and dragging the horizontal scroll bar on the browser

     

    (using Chrome for macOS Catalina on a MacBook Air in the screenshot below)

     

    Screen Shot 2020-05-24 at 15.26.45.png

  9. Hi @dorgan great work but im having issues on one of mine.

    first my Plex set up:

    I I have two plex dockers one on each of my two unraid servers as seen in my signature the red one Freya one is strictly for 4K the other, Thor is the busy one with all my shared users and 720/1080p TV/Movies etc.. for the 4K one its using the default host networking and i can have the plugin on that server access it just fine. using https://<unraidIP>:32400 

     

    On my Thor server im using a custom br0 network for my Plex Docker (using same subnet as my unraid servers 10.0.0.0/24) this is so I can assign a FQDN to the ip I specified in in the container on my Pi-Hole Lan.list file im am using 10.0.0.80 for Plex on that server. (it makes loading Plex much easier than logging into unraid clicking docker then clicking Plex and webGUI). Anyways when i try to use https://10.0.0.80:32400 on that server i get this error on the Plex streams tab:
     

    Warning: file_get_contents(https://10.0.0.80:32400/status/sessions?X-Plex-Token=(my token): failed to open stream: No route to host in /usr/local/emhttp/plugins/plexstreams/includes/common.php on line 35
    There are currently no active streams

    if i use the https://10.0.0.80:32400 on my 4K server to point to the main Plex one it works. and displays the streams without issues.

     

     

    if i set the url to https://app.plex.tv:32400 it simply displays 

     

    Streams
    There are currently no active streams

     


    What I would like to do is have the main server host the streams from itself without having to change the work type back to hist from br0 if that is possible (I have had it like that for almost 3 years and I am just kind of accustommed to it.

    I too use Tautulli as well as Varys for iOS to get current streams/stats about the server but I love the dash and tab option you included so hoping there is a workaround for it.

    thank you in advance.

  10. Hello @b3rs3rk

    I was wondering if you plan in implenting Intel Integated GPU for the I3/5/7/9 etc. I use a docker called Intel GPOU tools for now but to have this on the dashboard would be awesome

    I'm currently using Intel Quick Sync for both unraid servers (i5 8600K and i7 7700K) running two Plex servers and would be nice at a glance to see the health and stats


    I would be interested in a beta test if you need guinea pigs ;)

  11. just happened to me on 6.8.3 while copying files from windows using WinSCP a transfer aborted and /mnt/user is gone


    array wont stop and i do not have the Network app instaill everyone is talking about

     

    diagnostics attached

    root@Freya:/mnt/cache# lsof /mnt/user
    lsof: WARNING: can't stat() fuse.shfs file system /mnt/user
          Output information may be incomplete.
    lsof: status error on /mnt/user: Transport endpoint is not connected
    lsof 4.93.2

    root@Freya:/mnt/cache# 

    freya-diagnostics-20200507-0229.zip

  12. Hello All I recently started noticing that despite limiting my Fedora VM (running docker for my reverse proxy)  I have have the threads reserved for it on my i7 7700K leaving the other 1/2 to unraid, docker etc...

    The issue is when ever an CPU intensive process runs inside the Fedora VM (pinned to 2 cores for 4 Threads) it pins all 4 cores/8 threads of my CPU 

    attached are diagnostics while Deluge a Torrent file check on a 147GB file was being done as well as a screenshot of top and the Dashboard

    'top' doesnt show any cpu usage that matches the total usage the GUI dashboard does. Am I reading it wrong or is the dashboard reporting incorrectly

    to lay it out the CPU cores/HT's i have are 

    CPU 0/ HT 4
    CPU 1/ HT 5
    CPU 2/ HT 6
    CPU 3/HT 7

    Fedora is pinned to CPU 2/HT 6 and CPU 3/ HT7

    thanks for any insight to this odd issue

    4-20-2020 6-09-02 PM.png

    thor-diagnostics-20200420-1748.zip

  13. 1 minute ago, GroxyPod said:

     

     


    You necro’d an near- 4 month old thread that was literally a different animal at the time of posting the information. Clearly it’s changed and I’m well aware how to update containers.

    Not sure what you’re trying to gain here by doing so.


    Sent from my iPhone using Tapatalk Pro

     

     

    Was just offering my experience and my help, while i was looking to move from the binhex-plexpass docker to the official one as the binhex ones were taking too long in my impatience to get the plexpass updates, noticed on my other server running the official plex container it was getting them on docker container restart not the typical way to update dockers in unRaid. so I wanted to move to the official one. No offense to you was meant this was just general information incase the OP was still wondering becasue their question wasnt actually answered when i read your post in the thread.

    once they are are running it I also wanted to exaplain you dont get the usual update available in the docker tab with the official plexpass one, you need the GUI to annouce the update then restart the container, you can watch the logs and see it update

  14. On 12/29/2019 at 6:51 AM, mhweb said:

    So, I installed the official PlexMediaServer on unRAID, but I have a Plex Pass and I don't know if I'm running the regular version or pass version of the server. Is there any way to tell?

    you need to edit the container and edit two spots...the repository set it to 

    plexinc/pms-docker:plexpass

    and edit Key 4 to:

    plexpass


    A third spot need editing for Hardware transcoding you need to add into the Extra Parameters: (these are for if using an intel CPU with integrated Intel GPU with Quick Sync) There is a different parameter for nVidia cards and it also requires the nVidia unraid drivers from the Apps tab.
     

    --device /dev/dri:/dev/dri

    here are the screenshots



     

    plex repository.png

    plex version.png

    plex extra.png

  15. 15 hours ago, GroxyPod said:

     

    This message was posted over 3 months ago, when the post was accurate. BTW, the plexpass tag was update 2 months ago. The latest tag was updated 4 days ago.

     

    I have been running plex pass using both the repository: "plexinc/pms-docker:plexpass" and tag "plexpass" and been getting constant updates for over a year so but to add to it i am running the plexpass repository not the stable one so that is likely where you and I have different points of view.

    To update the plex inc official docker you simply restart the container it updates then starts it. It is instantaneous available from as soon as the Plex webgui annouces the update in the orange banner

  16. On 12/29/2019 at 12:39 PM, GroxyPod said:

    Per their own docker hub at: https://hub.docker.com/r/plexinc/pms-docker they're supposed to have separate tagging: latest, plexpass, and public however they haven't updated the plexpass or public one in over a year. Safe to assume you're on the public (regular) version and not plex pass.

     

    To utilize plexpass versions (so long as you're a plex pass holder), you'll likely need to use another docker container like linuxserver where they keep it more up to date.

    not entirely true I am using "plexpass" and am getting updates regularly

    they post the updates to plexpass here: https://hub.docker.com/r/plexinc/pms-docker/tags/ oldest one is 4 days ago as of time of this writing

  17. 13 hours ago, bonienl said:

    When a default theme store its style files as "default-<name>.css" and "dynamix-<name>.css", it will automatically appear as a choice

    not sure they can do that without configuring it as a complete theme here is the original Reddit post I quoted you in it (hope thats ok), this one is a cfg file and a couple of 3kb .css files that basically tells Theme Engine how to configure it. so was basically wondering if Day/Night could be updated to support all the themes that can be imported and used in

    /boot/config/plugins/theme.engine/themes/



    this is my ls -l of that directory


     

    -rw------- 1 root root  804 Jan 16 10:05 Ashes-black.cfg

    -rw------- 1 root root 5978 Jan 16 10:05 Ashes-black.css

    -rw------- 1 root root  772 Jan 16 10:05 BrushThreesDark-black.cfg

    -rw------- 1 root root 5357 Jan 16 10:05 BrushThreesDark-black.css

    -rw------- 1 root root  655 Jan 16 10:05 DarkTheme-black.cfg

    -rw------- 1 root root  764 Jan 16 10:05 Dracula-black.cfg

    -rw------- 1 root root 5357 Jan 16 10:05 Dracula-black.css

    -rw------- 1 root root  808 Jan 16 10:05 Grayscale-black.cfg

    -rw------- 1 root root 5982 Jan 16 10:05 Grayscale-black.css

    -rw------- 1 root root  764 Jan 16 10:05 Monokai-black.cfg

    -rw------- 1 root root 5357 Jan 16 10:05 Monokai-black.css

    -rw------- 1 root root  765 Jan 16 10:05 NordDark-black.cfg

    -rw------- 1 root root 5357 Jan 16 10:05 NordDark-black.css

    -rw------- 1 root root  801 Jan 16 10:05 Nova-black.cfg

    -rw------- 1 root root 5564 Jan 16 10:05 Nova-black.css

    -rw------- 1 root root  764 Jan 16 10:05 Rebecca-black.cfg

    -rw------- 1 root root 5357 Jan 16 10:05 Rebecca-black.css

    -rw------- 1 root root  568 Mar 10 13:53 Sanity-black.cfg

    -rw------- 1 root root 3282 Mar 10 13:53 Sanity-black.css

    -rw------- 1 root root  554 Mar 10 13:53 Sanity-white.cfg

    -rw------- 1 root root 3079 Mar 10 13:53 Sanity-white.css

    -rw------- 1 root root  770 Jan 16 10:05 SolarizedDark-black.cfg

    -rw------- 1 root root 5357 Jan 16 10:05 SolarizedDark-black.css

  18. 13 hours ago, bonienl said:

    When a default theme store its style files as "default-<name>.css" and "dynamix-<name>.css", it will automatically appear as a choice

    ok thanks ill reach out to the creator to see if they can update the names of the files. it does import to the Theme Engine Plugin

    this is the file naming as it is is installing
     

      inflating: unraid-sanity-master/CHANGELOG.md  

      inflating: unraid-sanity-master/README.md  

      inflating: unraid-sanity-master/Sanity-black.cfg  

      inflating: unraid-sanity-master/Sanity-black.css  

      inflating: unraid-sanity-master/Sanity-white.cfg  

      inflating: unraid-sanity-master/Sanity-white.css  

     extracting: unraid-sanity-master/VERSION  

      inflating: unraid-sanity-master/install.sh  

      inflating: unraid-sanity-master/screenshot.png  

    Sanity Theme installed!


    here is it showing in Theme Engine



     

    Screen Shot 2020-03-10 at 1.55.31 PM.png

  19. On 3/1/2020 at 3:35 PM, Squid said:

    Even though you've solved this, should be noted for others that there is zero reason to ever set pi-hole as your DNS for unRaid.  Causes too many issues.  And if you're using the webUI boot mode and surfing via Firefox random websites (and hence wanting ad blocking there), then you also shouldn't be doing that.  That boot mode is designed for management of the server, not surfing around.

    I have my pihole server set as my DNS and no issues and why do you say there is no reason?  It’s blocking all the sad malware and ads when I’m remotely connected as it would when I’m home

     

    works great!