Everything posted by steve1977
-
[Plugin] Corsair PSU Statistics
It seems that I connected the cable correctly (see below), but I am still not seeing anything with the plugin. Any thoughts? USB Devices Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 125f:c92a A-DATA Technology Co., Ltd. Bus 001 Device 003: ID 1b1c:1c0d Corsair Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-
[Plugin] Corsair PSU Statistics
Got it, but still not working. I now connected the cable from the PSU via UBS to the on-board USB port of my Asus X299-A. I thought this was the obvious mistake, but unfortunately, this is still not working. Still shows "null". Any idea whether I can test this from command line in Unraid? Do I somehow need to passthrough the USB port to Unraid?
-
[Plugin] Corsair PSU Statistics
Oh well.... Seems that I wasn't aware of the obvious. What USB cable are you referring to?
-
[Plugin] Corsair PSU Statistics
Mmh.. Thanks for your note. Could it be related to you having a HX1000i vs. my RM1000i? Is there some other way in Unraid to see whether it is it is working besides a docker? Maybe within a Windows VM or command line? Did you need to activate it in the bios or something else that is required to get it running. I bought the RM1000i for this feature, but never actually tried it out.
-
[Plugin] Corsair PSU Statistics
Any thoughts why the plugin doesn’t show any info? Sent from my iPhone using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Also tried running the command directly from the command line (SSH) on Unraid. Something is still not working. Would be great if you guys have any thoughts? I'd really like to find a way to import my playlists into Plex. There is undocumented feature below that works for some (as confirmed by Plex forum), but somehow I cannot get it work. Maybe not possible with Unraid docker? root@Tower:~# curl -X POST http://192.168.11.xx:32400/playlists/upload?sectionID=6&path=/mnt/disk1/Test.m3u&X-Plex-Token=removed [1] 25513 [2] 25514 -bash: X-Plex-Token=removed: command not found [2]+ Done path=/mnt/disk1/Test.m3u root@Tower:~# <html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>
-
[Plugin] Corsair PSU Statistics
Awkward... I tried again and it now works. No idea what I was doing wrong. You see from my copy & paste that it was not a typo... Anyhow, it is what it is and fortunately succeeded to install the plugin. Unfortunately, the plugin is not working yet (though installed without errors). I have a Corsair RM1000i. After successful install, it doesn't show anything. See copy&paste below: Uptime Temp1 / Temp2 Fan RPM Supply Volts Nominal Power GPU Load PSU Load PSU Load % null
-
[Plugin] Corsair PSU Statistics
Thanks for the development. Unfortunately, I failed to install the plugin. Error message below. plugin: installing: https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plgplugin: downloading https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plgplugin: downloading: https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plg ... failed (Invalid URL / Server error response)plugin: wget: https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plg download failure (Invalid URL / Server error response)
-
[Support] Linuxserver.io - Plex Media Server
Reporting a separate issue: thetvdb support appears to be broken since the latest docker update? Episodes are added, but without any commentary or artwork. Anyone else experiencing this?
-
[Support] Linuxserver.io - Plex Media Server
I tried with curl instead, but getting an error message. I am new to PMS, so hope someone can make some sense out of the error message. I really hope to find some way to import my existing playlists, which were done at great efforts and I don't want to lose... curl -X POST http://192.168.11.xxx:32400/playlists/upload?sectionID=6&path=Downloads/Test.m3u&X-Plex-Token=removed [1] 93875 [2] 93876 -bash: X-Plex-Token=removed: command not found [2]+ Done path=Downloads/Test.m3u Computer:~ user$ <html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>
-
[Support] Linuxserver.io - Plex Media Server
Has anyone with an Unraid setup succeeded to import M3U playlists into Plex? This is one of only two key features that I am desperately missing. with Plex. It seems to be possible to import M3U playlists, while not through the GUI. I tried, but getting an "500 error". Anyone succeeded? https://forums.plex.tv/t/can-plexamp-read-and-use-m3u-playlists/234179/17
-
[Support] Linuxserver.io - Plex Media Server
Here we go with what I tried now: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/':'/data':'rw' -v '/tmp':'/transcode':'rw' -v '/mnt/cache/Docker/PlexMediaServer/':'/config':'rw' 'linuxserver/plex' It seems now to be working. Is this using ram now?
-
[Support] Linuxserver.io - Plex Media Server
That's what I thought. I had a different setting before that made it transcode to ram (but led to error messages). What would be the right command to add to give it another try to transcode via ram?
-
[Support] Linuxserver.io - Plex Media Server
Thanks again for your help. Finally getting to this again. I am no longer sure whether PMS transcoding actually happens via ram or HD now. Below is the docker run, which works. Any thoughts whether this allows transcoding via ram or HD? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/':'/data':'rw' -v '/mnt/cache/Docker/PlexMediaServer/':'/config':'rw' 'linuxserver/plex' [API removed]
-
[Support] Linuxserver.io - Plex Media Server
I know this post is better suited for the Plex forums and I have done so (https://forums.plex.tv/t/remote-access-not-working/288849). However, I find this very Unraid forum and its community much more helpful, so giving it a try here as well. My issue is that remote access shows as "Fully accessible outside your network", while not being accessible from any place outside the home network. I suspect it is some port issue, but not sure where to start trouble-shooting as PMS actually shows "fully accessible". Any thoughts how to trouble-shoot before going into forwarding ports in my router. Thanks!
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Also, any experience in passing through an audio card (S1220A). I passed it through in Unraid, but something is missing to have MacOS see and use it. I tried a guide I found online (https://hackintosher.com/guides/get-hackintosh-audio-working/#Problems), but does not appear to work. Any one else tried and succeeded?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
I just realized that iMessenger and potentially also playing songs in itunes does not appear to work for me. Has anyone experience with this? There are quite some guides on the net how to fix the iMessenger issue. Would love to hear from anyone who has tried in an Unraid setup.
-
[Support] Linuxserver.io - Plex Media Server
Not sure and I haven't done anything. What folder are you referring to? After setting the "/transcoder" to HD, it is working. When setting it to "/transcode", it is not (and I was told that this setup implies that it is supposed to use ram?
-
[Support] Linuxserver.io - Plex Media Server
I am on Intel (not Ryzen), so this can be excluded as issue. Any idea how I can problem-solve the issue why the docker cannot transcode via ram.
-
[Support] Linuxserver.io - Plex Media Server
Great, thanks. This did the trick. Now transcoding seems to work. How much ram do I need for transcoding? I have plenty free, but maybe it helps if I pin it to the docker? Also, how material is the advantage of transcoding via ram compared to HD? It took quite some time for the movie to start. Assume this is normal when transcoding?
-
[Support] Linuxserver.io - Plex Media Server
Switched to the official Plexinc docker, which also didn't work. Switched back to linuxserver.io docker. Unfortunately, still no luck with transcoding. Any thoughts?
-
[Support] Linuxserver.io - Plex Media Server
Still not getting transcode to work. Some more info below: I am getting the same error with the Plex APP for IOS and TVOS, so I'd assume it's a server issue? Error on IOS app: Playback was terminated by the server. Conversion failed. The transcoder exited due to an error Same error message with TVOS app. Checked the log in the PMS container: Critical: libusb_init failed [s6-finish] sending all processes the KILL signal and exiting. Any thoughts?
-
[Support] Linuxserver.io - Radarr
It had been working before for many years, but suddenly stopped. Actually, it seems working flawless when manuallyg starting the docker, but the auto-start doesn't work. It works for all other dockers except this one. Docker command below: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='radarr' --net='bridge' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/disk1/Sabnzbd/Complete/':'/downloads':'rw' -v '/mnt/user/MOVIES/':'/movies':'rw' -v '/mnt/cache/Docker/radarr':'/config':'rw' 'linuxserver/radarr' [API removed]
-
[Support] Linuxserver.io - Radarr
Weird issue. Docker doesn't auto-start (despite of being set as "auto-start"). When manually starting it, all works. Error in log as below. Any thoughts? [v0.2.0.1120] System.Net.WebException: Error getting response stream (ReadAsync): ReceiveFailure Value cannot be null.
-
[Support] Linuxserver.io - Plex Media Server
Could above error message be a result of memory filling up? I have 32GB ram and only use 12%, so this should be plenty for transcoding?