Everything posted by Can0n
-
Passwordless SSH login
mine is too now as well since updating putty
-
Passwordless SSH login
I have noticed since installing 6.9 Beta 35 I am getting server refused our key on both of my servers it was working on Beta 29 I compared the authorized_keys file on both machines they match the keys file i have on my linux, Mac's and Putty setups i have in my home and no changes to the go file with the chmods were done anyone have an idea what might be causing this?
-
Tutorial: Installing Pulseway for remote monitoring
Just reverse all the steps you did to install it as far as paying upfront you will have to reach out to Pulseway themselves I had to do the same when I went from five systems down to three and they just ended up extending my time for the difference
-
Passwordless SSH login
did you check that the files are owned by root? chown -R /etc/ssh/.ssh ultimately once I rebooted the server that wasn’t working it is now
-
Passwordless SSH login
this is what i did on the first server and it worked, second is still refusing the key in putty for some reason there is a sym link i had in /boot/config/ssh/ called root I deleted that and it left a dead symlink in /root/ called .ssh so if you do an ls -l /root/ if you have a file called .ssh you need to delete it then i did mkdir /root/.ssh/ cd / chown root:root . chmod 700 /root/.ssh chmod 600 /root/.ssh/authorized_keys this allows me to use the 4096 bit ppk file in putty for one server but other explictly rejects it not sure why
-
Passwordless SSH login
I got one of my two servers working other one on same 6.9 beta 29 is not working I even copied the authorized_keys file over and re-did perms just in case ultimately for the first one I used WinSCP to delete the .ssh folder in /root/ then made a new one in command line and applied the chmod's and got it working on first server have not tried the delete and make new directory on secondary yet will try now
-
Passwordless SSH login
Try this as I had to do it too chmod 700 /root/.ssh chmod 600 /root/.ssh/authorized_keys
-
[Support] Josh5 - Unmanic - Library Optimiser
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
-
[Support] Josh5 - Unmanic - Library Optimiser
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
-
[Support] Josh5 - Unmanic - Library Optimiser
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
-
[Support] Josh5 - Unmanic - Library Optimiser
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
-
Tutorial: Installing Pulseway for remote monitoring
It’s pretty easy to install and I think it’s possible because Pulseway is a paid service (beyond three monitored systems) that’s why there isn’t a plug-in for this
-
[Plugin] Plex Streams
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
-
[Plugin] Plex Streams
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)
-
[Plugin] Plex Streams
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.
-
[PLUGIN] GPU Statistics
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
-
[SOLVED] All user shares have disappeared from unRAID GUI
rebooted and shares are back odd to see this glitch for first time in a couple years... buh bye 41 day uptime
-
[SOLVED] All user shares have disappeared from unRAID GUI
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
-
How do I know I'm using the Plex Pass server version?
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
-
How do I know I'm using the Plex Pass server version?
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
-
How do I know I'm using the Plex Pass server version?
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
-
How do I know I'm using the Plex Pass server version?
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
-
How many TB's is your Unraid Server?
I sold it and sadly the motherboard died shortly after
-
Dynamix - V6 Plugins
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
-
Dynamix - V6 Plugins
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