gshlomi

Members
  • Posts

    338
  • Joined

  • Last visited

Everything posted by gshlomi

  1. Even if I run an SFTP server on my Windows VM, it's IP address is in a range that Guacamole can't reach (it's on an isolated network). Or am I missing anything?
  2. Hi Anyway to make file transfers work when using Guacamole to connect via VNC to a Windows VM on the server? The VM is on an isolated network, so no access to the server shares or switching to RDP is possible... Thanks
  3. Yes you can. And I did make it work, but want SpaceInvadersOne reply before posting my solution... Sent from my iPhone using Tapatalk
  4. Struggling with the same thing at the moment. It seems there's a requirement for PDLib to be installed. There's a guide for combining it into the container itself (see here) but I have no idea even where to start implimenting it. Can someone from the LinuxServer team help? This could be a great start for Google Photos replacement 🙂
  5. Hi @SpaceInvaderOne and thanks for your hard work & guide. I've noticed your container is based on MiGoller, but he has released an nVidia compatible one. Can you adopt it to unraid as well? It would be great to be able to utilize NVENC & YOLO 🙂 Thanks
  6. The movie folder exists only on the cache drive, the folder above it (Full) exists on Cache and disks 1,2 & 3, so that's not the cause for this unexpected behavior. Trying to get my head around the settings once more: Mover needs to move the following files from the cache to the array: /mnt/cache/Public/Media/Movies/Full/MovieFolder (2019)/MovieFile.srt /mnt/cache/Public/Media/Movies/Full/MovieFolder (2019)/MovieFile.mkv The "MovieFolder (2019)" does not exist on any array drive, so according to the Split Level help item: Public - Share Media - Level 1 Movies - Level 2 Full - Level 3 So a few questions come to mind: 1. Is my level numbering correct, or is the Share considered Level 1? 2. What is been evaluated first, the Split Level or the Allocation Method? Can it be that the Allocation Method marks a target disk that is not possible due to Split Level limitation? 3. Does mover calculate the size of the folder it needs to move, or is the calculation done per-file? Switched my Split-Level to "top four", and Mover moved the folder to disk #6 (creating the "Movies" and "Full" folders while doing it) so I guess that: 1. Share is considered Level 1 2. Split Level is evaluated first, that's why the Mover didn't move the files to disk #6 with the previous limitations 3. Still unclear about it - if Split Level limited me to the drives already containing the Full folder, why didn't the files move to drive #3 (which has 16.2GB free) instead of drive #1 (with 204MB free)? Will test again some configurations and report back with conclusions
  7. Just did that - no go, same behavior - subtitles are moved to disk #1, mkv stays on cache due to insufficient space.
  8. You mean Mover tries to keep the free space after moving files to disk to 4GB? If so, why doesn't it move the files to disk #6? And why doesn't it move the folder as a whole? why seperate the subtitles from the movie if there isn't enough space for the whole folder to be moved to the array?
  9. Hi folks. I think I'm missing something basic, even though I've been through all the settings time and again. I've got a share set up for all my Public files, including the movies & TV shows, like this: Public |---Media | |---Movies | | |---Full | | | |---MovieFolder | | |---Kids | | | |---MovieFolder | |---TV Shows | | |---Show Name | | | |---Season 01 | | | |---Season 02 | | |---Show Name | | | |---Season 01 | | | |---Season 02 The settings are as follows: And these is the free space on all my drives: Now I have a movie folder on my cache drive (includes an MKV file of 16GB and a subtitles file of 95KB), that whenever Mover is running, moves the subtitles file to Disk #1, and leaves the MKV file on the cache drive due to insufficient space. I expected the Mover to move the whole movie folder to Disk #3 according to the settings above, so what the heck am I missing? Thanks for any help in advance S.G.
  10. I think there's a misconfiguration in this container. The mapping of Appdata should be "/prometheus" on the container side, not "/prometheus-data", otherwise the collected metrics are been written inside the docker image file.
  11. Hi. Thanks for all your great work. Have utilized a K2000 in Plex for transcoding (not a heavyweight, I know) and I'm thinking of repurposing it to other containers. Has anyone tried using an nVidia card in the Shinobi CCTV container? Don't know where to start, but it seems that Shinobi can use the GPU for encoding the recodings and stuff https://shinobi.video/docs/gpu Any help will be appreciated 🙂
  12. Hi. I've had an issue with a warning in Nextcloud security & setup warnings saying "our web server is not properly set up to resolve “/.well-known/webfinger”. Further information can be found in the documentation 12." The solution was to add "rewrite ^/.well-known/webfinger /public.php?service=webfinger last;" to the /appdata/Nextcloud/nginx/site-confs/default file, in accordance with https://github.com/nextcloud/documentation/pull/877/files Personaly I hate changing nginx configuration that came with the docker itself. Is this a change that can be implemented in the container source?
  13. Hi all. I think I've hit the same bug as reported by @phanb and at Just upgraded from a fully functioning 6.6.6 to RC4 to discover my array doesn't start. Everything worked great at 6.6.6. Disabling VT-d did the trick, but I'd like it back if possible. Any chance a patch/fix was missed in this build? Attached the diagnostics... Thanks 🙂 small-diagnostics-20190217-2117.zip
  14. Hi folks. Any help would be appreciated. I'm getting this once in a while. Diagnostics file attached. small-diagnostics-20181106-0735.zip
  15. Thanks for the quick reply. I did create the custom network (as mentioned in _readme) and doing a DNS resolution inside the letsencrypt container returns: root@2610736c55ba:/$ nslookup Transmission 127.0.0.11 Server: 127.0.0.11 Address 1: 127.0.0.11 Name: Transmission Address 1: 172.18.0.3 Transmission.docknet root@2610736c55ba:/$ nslookup transmission 127.0.0.11 Server: 127.0.0.11 Address 1: 127.0.0.11 nslookup: can't resolve 'transmission': Name does not resolve
  16. Hi folks. Had to start over (too much messing around with the conf files and default)... So I've downloaded a new copy of LetsEncrypt (called it letsencrypt-temp, saved to an appdata folder by the same name) to create a new configuration, and noticed the sample files added for subdomains, which is a very elegant and helpful solution to what I need. The problem I'm having is with: All of my containers are defined with capitalization of their name (OCD anyone? ?) and I really want to keep it that way. I've tried for instance to change the "transmission.subdomain.conf" file to point $upstream_transmission to "Transmission" instead of "transmission", but it doesn't work. I get the error: in the error log. Any help would be appreciated.
  17. Can you access https://office.mydomain.com/loleaflet/dist/admin/admin.html ? You should receive something like: And did you setup the Collabora Online addon in Nextcloud settings?
  18. Where did you install the container from? I've used the CLI, so my container settings looks totally different. This is the command parameters I've used: -t -d -p 192.168.1.100:9980:9980 -e 'domain=nc\\.XXXXX\\.org' -e "username=admin" -e "password=XXXXXXXXX" --restart always --cap-add MKNOD with the domain parameter points to my Nextcloud URL. This are my NGINX definitions for CODE: # Collabora Online server block server { listen 443 ssl; server_name office.*; include /config/nginx/ssl.conf; # static files location ^~ /loleaflet { proxy_pass https://192.168.1.100:9980; proxy_set_header Host $http_host; } # WOPI discovery URL location ^~ /hosting/discovery { proxy_pass https://192.168.1.100:9980; proxy_set_header Host $http_host; } # websockets, download, presentation and image upload location ^~ /lool { proxy_pass https://192.168.1.100:9980; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; } }
  19. Hi folks Can't seem to make it work again. Changed "HTTPVAL" to "true" but I think m provider blocks port 80: [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] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... 2048 bit DH parameters present SUBDOMAINS entered, processing Sub-domains processed are: -d www.mydomain.com -d dlg.mydomain.com -d cp.mydomain.com -d sr.mydomain.com -d sab.mydomain.com -d nc.mydomain.com -d office.mydomain.com -d plexpy.mydomain.com -d ha.mydomain.com E-mail address entered: [email protected] Different sub/domains entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created usage: certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ... Certbot can obtain and install HTTPS/TLS/SSL certificates. By default, it will attempt to use a webserver both for obtaining and installing the certificate. certbot: error: argument --cert-path: No such file or directory Generating new certificate Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator standalone, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for mydomain.com http-01 challenge for www.mydomain.com http-01 challenge for dlg.mydomain.com http-01 challenge for cp.mydomain.com http-01 challenge for sr.mydomain.com http-01 challenge for sab.mydomain.com http-01 challenge for nc.mydomain.com http-01 challenge for office.mydomain.com http-01 challenge for plexpy.mydomain.com http-01 challenge for ha.mydomain.com Waiting for verification... Cleaning up challenges Failed authorization procedure. ha.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://ha.mydomain.com/.well-known/acme-challenge/37kVVX3GQepKzvimZVl2ZWe9LAeWbGQHKtqriblf2eY: Timeout, cp.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://cp.mydomain.com/.well-known/acme-challenge/iblVH3jUuFK0ezr-4y8NjXmlxXc3-H7P8zzoKlKU-18: Timeout, mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://mydomain.com/.well-known/acme-challenge/-L6DgVivC4CAWB4w0P_ca32hKMlMg-TCnEQ8jOshKW8: Timeout, www.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://www.mydomain.com/.well-known/acme-challenge/m_urJrcV5bGi7_w_TgmtP9QFyNucA4-jegcU2sh-DMo: Timeout, dlg.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://dlg.mydomain.com/.well-known/acme-challenge/X2QMi7zQp0T2n3hyP8JGSs_rQJtTR9ly874lqvtS49g: Timeout, nc.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://nc.mydomain.com/.well-known/acme-challenge/nMZ0kONU3uVrPno4IMCs5yQbYjWmhOFSE5v7rqR-gkc: Timeout, office.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://office.mydomain.com/.well-known/acme-challenge/-q-KtpROO-cUzdDcm4oO5_84E-Lf4pA1lwmi6Akuvw4: Timeout, plexpy.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://plexpy.mydomain.com/.well-known/acme-challenge/HhpJuxmw8jg3fxgZuRKLqPjNn4QQTEvBVWg66IIGMNo: Timeout, sr.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://sr.mydomain.com/.well-known/acme-challenge/BqtOau3Gc_lu5_FsPApWjF_DoChm0ctSn8DGbnd6j14: Timeout, sab.mydomain.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://sab.mydomain.com/.well-known/acme-challenge/L6d2qCm8DXNUwlnjJW6pfKnJ484MS09u_InlLt9Jv_8: Timeout IMPORTANT NOTES: - The following errors were reported by the server: Domain: ha.mydomain.com Type: connection Detail: Fetching http://ha.mydomain.com/.well-known/acme-challenge/37kVVX3GQepKzvimZVl2ZWe9LAeWbGQHKtqriblf2eY: Timeout Domain: cp.mydomain.com Type: connection Detail: Fetching http://cp.mydomain.com/.well-known/acme-challenge/iblVH3jUuFK0ezr-4y8NjXmlxXc3-H7P8zzoKlKU-18: Timeout Domain: mydomain.com Type: connection Detail: Fetching http://mydomain.com/.well-known/acme-challenge/-L6DgVivC4CAWB4w0P_ca32hKMlMg-TCnEQ8jOshKW8: Timeout Domain: www.mydomain.com Type: connection Detail: Fetching http://www.mydomain.com/.well-known/acme-challenge/m_urJrcV5bGi7_w_TgmtP9QFyNucA4-jegcU2sh-DMo: Timeout Domain: dlg.mydomain.com Type: connection Detail: Fetching http://dlg.mydomain.com/.well-known/acme-challenge/X2QMi7zQp0T2n3hyP8JGSs_rQJtTR9ly874lqvtS49g: Timeout Domain: nc.mydomain.com Type: connection Detail: Fetching http://nc.mydomain.com/.well-known/acme-challenge/nMZ0kONU3uVrPno4IMCs5yQbYjWmhOFSE5v7rqR-gkc: Timeout Domain: office.mydomain.com Type: connection Detail: Fetching http://office.mydomain.com/.well-known/acme-challenge/-q-KtpROO-cUzdDcm4oO5_84E-Lf4pA1lwmi6Akuvw4: Timeout Domain: plexpy.mydomain.com Type: connection Detail: Fetching http://plexpy.mydomain.com/.well-known/acme-challenge/HhpJuxmw8jg3fxgZuRKLqPjNn4QQTEvBVWg66IIGMNo: Timeout Domain: sr.mydomain.com Type: connection Detail: Fetching http://sr.mydomain.com/.well-known/acme-challenge/BqtOau3Gc_lu5_FsPApWjF_DoChm0ctSn8DGbnd6j14: Timeout Domain: sab.mydomain.com Type: connection Detail: Fetching http://sab.mydomain.com/.well-known/acme-challenge/L6d2qCm8DXNUwlnjJW6pfKnJ484MS09u_InlLt9Jv_8: Timeout To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address. Additionally, please check that your computer has a publicly routable IP address and that no firewalls are preventing the server from communicating with the client. If you're using the webroot plugin, you should also verify that you are serving files from the webroot path you provided. - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
  20. Hi folks recently I've noticed in the Fix Common Problems plugin two new warnings after a manual scan: "Call Traces found on your server" & "irq 16: nobody cared found on your server". Attached is the diags file. Thanks small-diagnostics-20171202-0915.zip
  21. Any update on the Origin issue? Finally installed a Win10 Gaming VM, Steam & UPlay installed easily (Steam over mapped network drive, UPlay over network share) but Origin doesn't install to mapping or share. UAC disabled, registry has EnableLinkedConnections set, yet an error everytime I try to install the Origin client. BTW - for people using VHD - why not add an additional HD to the VM itself from the unraid GUI instead? Thanks Shlomi