Everything posted by NewDisplayName
-
[Support] jasonbean - Apache Guacamole
no, i dont really need that... i think my account / pw combo is 100% secure still this (the failed connections) starts to hammer my server
-
[Support] jasonbean - Apache Guacamole
Any news on fail2ban? Ive come back to this because ive noticed that guaca is using 12gb of RAM, while not using it...
-
Use docker labels for UnRaid-specific information in docker templates to allow for a 1:1 map between UnRaid templates and docker-compose files.
I really like this too, btw its relativly easy to use docker compose with unraid, just install docker portainer... flawlessly for years now.. but ofc would be much nicer to have integrated...
-
[Support] Linuxserver.io - Plex Media Server
So i wonder if i still need to install nvidia-driver docker with the latest unraid and nvidia plugin? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-a7a8907c-62bf-f2cc-595c-29393a8fd07f' -e 'PLEX_CLAIM'='claim--ID' -e 'VERSION'='latest' -p '32400:32400/tcp' -v '/mnt/user/Archiv/':'/Archiv/':'rw' -v '/tmp':'/transcode':'rw' -v '/mnt/user/mount_unionfs/google_vfs/':'/cloud/':'rw,slave' -v '/mnt/user/appdata/PlexMediaServer':'/config':'rw' --restart=unless-stopped --runtime=nvidia --network=filesharing -e ADVERTISE_IP="http://dns.com:32400/" -e ALLOWED_NETWORKS="192.168.86.0/24" 'linuxserver/plex' doesnt seem to want to transcode. Its using VAAPI, one time i saw a transcode via nvidia-smi (inside docker container) Is there a safe way to test it? and would it 100% use gpu over cpu? Currently i just go to play a file and then select 1080 or 720 or something to make it transcode
-
Ultimate UNRAID Dashboard (UUD)
Yeah i thought so, at first also, but then why it disapears when i remove the dashboard? Sadly its not cheap here, i pay around 0,35€ per kwh.
-
Ultimate UNRAID Dashboard (UUD)
Im happy i found out why my drives spun up, i removed this dashboard because it made my drives spin up unneccessary and i thought it was the new update, but it was this... Thanks anyway looks nice maybe this can be fixed some time.
-
Could it be that unraid disabled monitor output?
I dont thionk this has anything to do with my problem. Because it just shows "no ouput" not a blank screen. But i did it anyway: root@Unraid-Server:~# touch /boot/config/modprobe.d/i915. root@Unraid-Server:~# root@Unraid-Server:~# install intel_gpu_top install: missing destination file operand after 'intel_gpu_top' Try 'install --help' for more information. root@Unraid-Server:~# Do i need to somehow tell unraid to use the iGPU instead of the normal GPU?
-
Could it be that unraid disabled monitor output?
latest 6.9. RC1 crazy kernel panic...? maybe related to vga? im not sure Mar 10 22:02:05 Unraid-Server kernel: Console: switching to colour dummy device 80x25 Mar 10 22:02:06 Unraid-Server kernel: vfio-pci 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=none,decodes=io+mem:owns=io+mem besides the kernel panic everything seems to work (?) unraid-server-diagnostics-20210310-2229.zip
-
Could it be that unraid disabled monitor output?
igpu drivers are now included but i also tried to load it via modprobe, doesnt changed anything I did not see login promt, but i saw the things before (after bios, but before login) Its intel onboard isnt there some fancy linux command to check if its atleast tryin to output something?
-
Could it be that unraid disabled monitor output?
Its booting just fine. It just stops outputting to VGA. As far as i know there is nothing reserved just the latest update with nvidia for docker
-
Could it be that unraid disabled monitor output?
ive even changed boot to gui boot, still no luck, no monitor output after boot complete (i see unraid starting, i see menu for GUI and so on) Any help????? Bios enabled everything regrading to gpu I want to put a kvm at it so i can control it outside the "server room". But without display....?
-
Deutsch Missing Translations Tracking
"switch language" (right top) "Wähle Sprache"? or is it on purpose?
-
Could it be that unraid disabled monitor output?
Related to this question: I have iGPU and external GPU, while booting monitor shows output. But then it disapears. I want to use iGPU for unraid (output to monitor (or in this case tinypilot)) and eGPU for plex docker. Using latest RC. Nvidia Plugin. Everything else is working. Just want to get an output over VGA edit: im currently on latest stable 6.9 (not RC1 till now)
-
[Support] Josh.5 Docker Templates
Thanks for that lancache port. Just want to make sure. Is this the latest version? (https://lancache.net/ ?) Is it fully automatic updating (like new dns names and such) so i should never need to touch it again? Is it normal that the log shows the config files instead... of anythign usefull (like logs?)
-
[Plugin] CA User Scripts
Is there a easy way to pause all scripts? (if not i suggest a pause unpause button switch)
-
[Support] hotio - All images released by hotio
I ofc disabled unpacking from nzbget bc i have the problem that it wont unpack all files (like when a rar is inside a rar)
-
[Support] hotio - All images released by hotio
Whats the difference? It talks to sonarr and sees where its downloaded and then unrars it...?
-
[Support] hotio - All images released by hotio
Im only using nzbget... root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6789:6789/tcp' -v '/mnt/user/downloads':'/downloads':'rw' -v '/mnt/user/Archiv':'/Archiv':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' --restart=unless-stopped -c=64 --network=filesharing 'linuxserver/nzbget:latest' If all of this looks right, ill wait and let it run some time.
-
[Support] hotio - All images released by hotio
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Radarr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/mount_unionfs/google_vfs/':'/Archiv/':'rw,slave' -v '/mnt/user/appdata/radarr':'/config':'rw' --restart=unless-stopped -c=512 --network=filesharing 'linuxserver/radarr:nightly' root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Sonarr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '8989:8989/tcp' -v '/dev/rtc':'/dev/rtc':'ro' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/mount_unionfs/google_vfs/':'/Archiv/':'rw,slave' -v '/mnt/user/appdata/Sonarr':'/config':'rw' --restart=unless-stopped -c=512 --network=filesharing 'linuxserver/sonarr:preview' latest log: [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 00-start-container: executing... ---------------------------------------------------------------------- ENVIRONMENT ---------------------------------------------------------------------- PUID=99 PGID=100 2 TZ=Europe/Berlin ARGS= s ---------------------------------------------------------------------- Executing usermod... Applying permissions to /config [cont-init.d] 00-start-container: exited 0. [cont-init.d] 01-configure-app: executing... No custom "unpackerr.conf" found. Using defaults. [cont-init.d] 01-configure-app: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. 2020/09/27 14:54:34 Unpackerr v0.7.0- Starting! (PID: 221) 2020-09-27 14:54:34.270152487 +0200 CEST m=+0.001020867 2020/09/27 14:54:34 ==> Startup Settings <== 2020/09/27 14:54:34 => Sonarr Config: 1 server: http://Sonarr:8989 @ /downloads (apikey: true, timeout: 10s) 2020/09/27 14:54:34 => Radarr Config: 1 server: http://Radarr:7878 @ /downloads (apikey: true, timeout: 10s) 2020/09/27 14:54:34 => Lidarr Config: 0 servers 2020/09/27 14:54:34 => Folder Config: 0 paths 2020/09/27 14:54:34 => Parallel: 1 2020/09/27 14:54:34 => Interval: 2m0s 2020/09/27 14:54:34 => Delete Delay: 5m0s 2020/09/27 14:54:34 => Start Delay: 1m0s 2020/09/27 14:54:34 => Retry Delay: 5m0s 2020/09/27 14:54:34 => Debug / Quiet: false / false 2020/09/27 14:54:34 => Log File: /config/app/unpackerr.log 2020/09/27 14:54:34 [Radarr] Updated (http://Radarr:7878): 4 Items Queued 2020/09/27 14:54:34 [Sonarr] Updated (http://Sonarr:8989): 1840 Items Queued 2020/09/27 14:55:34 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished] 2020/09/27 14:56:34 [Radarr] Updated (http://Radarr:7878): 4 Items Queued 2020/09/27 14:56:34 [Radarr] Updated (http://Radarr:7878): 4 Items Queued 2020/09/27 14:56:34 [Sonarr] Updated (http://Sonarr:8989): 1839 Items Queued 2020/09/27 14:56:34 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished] 2020/09/27 14:57:34 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished]
-
[Support] hotio - All images released by hotio
Dont be pissed! I did what your template said, it didnt work so i startet using the official documentation. Which also not works. back at: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='unpackerr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'UN_SONARR_0_URL'='http://Sonarr:8989' -e 'UN_SONARR_0_API_KEY'='key' -e 'UN_RADARR_0_URL'='http://Radarr:7878' -e 'UN_RADARR_0_API_KEY'='key' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='002' -e 'ARGS'='' -e 'DEBUG'='no' -e 'UN_DEBUG'='false' -v '/mnt/cache/appdata/unpackerr':'/config':'rw' -v '/mnt/user/downloads/':'/downloads':'rw' -e DEBUG=yes --restart=unless-stopped -c=64 --network=filesharing 'hotio/unpackerr'
-
[Support] hotio - All images released by hotio
I guess i need it bc sonarr and radarr have differnt paths? Like i said, all "filesharing" apps are mounted the same way. /downloads correspondes to /mnt/user/downloads
-
[Support] hotio - All images released by hotio
drwxrwxrwx 1 nobody users 83 Sep 10 17:35 ./ drwxr-xr-x 14 root root 280 Sep 10 17:25 ../ drwxrwxrwx 1 nobody users 24 Aug 3 2019 Archiv/ drwxrwxrwx 1 nobody users 6 May 7 01:50 Kamera/ drwxrwxrwx 1 nobody users 26 Sep 26 13:07 Privat/ drwxrwxrwx 1 nobody users 20 Jan 2 2020 YouTube/ drwxrwxrwx 1 nobody users 486 Sep 27 13:17 appdata/ drwxrwxrwx 1 nobody users 20 Aug 8 23:50 domains/ drwxrwxrwx 1 nobody users 64 Sep 27 02:00 downloads/ drwxrwxrwx 1 nobody users 98 Aug 8 23:56 isos/ drwxrwxrwx 1 nobody users 32 Aug 5 2019 mount_rclone/ drwxrwxrwx 1 nobody users 24 Aug 5 2019 mount_unionfs/ drwxrwxrwx 1 nobody users 120 Aug 5 2019 nextcloud/ drwxrwxrwx 1 nobody users 24 Apr 28 2019 rclone_upload/ drwxrwxrwx 1 nobody users 26 Jan 27 2019 system/ I dont know, i just clicked your template in apps and there was no PATH variable (only the default, not the individual) ive set now the default and the individual correspondingly ( i mean UN_RADARR_0_PATH ) Thats my latest try: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='unpackerr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'UN_SONARR_0_URL'='http://Sonarr:8989' -e 'UN_SONARR_0_API_KEY'='key' -e 'UN_RADARR_0_URL'='http://Radarr:7878' -e 'UN_RADARR_0_API_KEY'='key' -e 'UN_RADARR_0_PATH'='/downloads/completed/Filme' -e 'UN_SONARR_0_PATH'='/downloads/completed/Serien' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='002' -e 'ARGS'='' -e 'DEBUG'='no' -e 'UN_DEBUG'='false' -v '/mnt/cache/appdata/unpackerr':'/config':'rw' -v '/mnt/user/downloads/':'/downloads':'rw' -e DEBUG=yes --restart=unless-stopped -c=64 --network=filesharing 'hotio/unpackerr'
-
[Support] hotio - All images released by hotio
Hi there thanks for the nice template. I dont get it working and i really have over 2000 files to process... so... Please help me... https://github.com/davidnewhall/unpackerr/issues/50 Ive added /downloads/completed/Serien as sonarr path and /downloads/completed/Filme as radarr path after filling the report (bc that was missing from your template) but in the end it doesnt change anything.
-
[Support] jasonbean - Apache Guacamole
Thanks, i cant ask for more. Fail2ban seems to be around 1 mb. I dont know how much "iptables" (or equevalent) as size is, but that cant be much? Webserver is already inclued, fail2ban should only need to watch log and then set a ban. I think you use debian docker core? Mabye its already included...?
-
[Support] jasonbean - Apache Guacamole
No im not using, i try to use not so many dockers. Woudlnt it make sense to include fail2ban direct into your docker? Bc then i wouldnt need another 2? programs running and you know, more running things, more possible bugs/exploits maybe just add it as an option for ppl who dont want to use another thing infront of guacamole? like fail2ban = true or false standard might be false