Rocka374

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rocka374's Achievements

Noob

Noob (1/14)

1

Reputation

  1. The new version of the plugin fixed my issue. I have a question. Can I access any docker web ui, hosted in unraid with this tailscale plugin, or can I access only the server web ui ?
  2. Edited my previous post. You respond very fast Also, I have this in the logs (in red) Jun 18 19:13:14 vova tailscaled: 2023/06/18 19:13:14 health("overall"): error: not in map poll
  3. vova-diagnostics-20230618-1929.zip I have the same issue but I am using the plugin, not the docker
  4. Can someone help me to fix the path mapping of bazaar? I get this error: /data/media/tv This Sonarr root directory does not seems to be accessible by Please check path mapping. /data/media/movies This Radarr root directory does not seems to be accessible by Please check path mapping. In the docker settings the path to /movies is set to: /mnt/user/data/media/movies And the path to /tv is seto to: /mnt/user/data/media/tv In radarr and sonarr docker settings the paths to the /data are like this: /mnt/user/data/ On both containers I have manually created the data path. Then in radarr web ui I have set the root folder to /data/media/movies And in sonarr web ui to /data/media/tv I haven't set any path mapping in bazarr - just enabled sonarr and radarr with their APIs, set 2 languages and enabled 4 subtitle providers. The movies and tvs are successfully imported and I can set a language profile but when I manually search for subtitles I get this log: BAZARR Error (Path does not exist) trying to get video information for this file: /data/media/tv/... And the stack traceback is this: Traceback (most recent call last):   File "/app/bazarr/bin/bazarr/subtitles/utils.py", line 39, in get_video     video = parse_video(path, hints=hints, providers=providers, dry_run=used_scene_name,   File "/app/bazarr/bin/bazarr/../libs/subzero/video.py", line 61, in parse_video     return scan_video(fn, hints=hints, dont_use_actual_file=dry_run, providers=providers,   File "/app/bazarr/bin/bazarr/../libs/subliminal_patch/core.py", line 747, in scan_video     raise ValueError(\'Path does not exist\') ValueError: Path does not exist
  5. Okay, seems like I managed to increase the size and the websites are back online and I did full backup via duplicator plugin of the sites and their database. In case I can't further fix the VM, I will spend 1-2 days create a new and transfering the sites. However, I prefer to fix it somehow... I receive curl (6) error now: 1. Can't send emails, the error is: " ... "delay_reason":"Host or domain name not found. Name service error for name=...". However, I receive emails. 2. Jetpack / Google site kit plugins both show curl (6) errors in the dashboards of any of the wordpress sites. 3. None of the wordpress sites can load the default plugin library where I can search and install plugins from. 4. When trying to issue new certificate to any of the domains it says it cannot communicate with the server. 5. When trying sudo apt update and sudo apt upgrade commands it gives errors: "Failed to fetch .... Temporary failure resolving ..." Seems like the server can't communicate with external URLs or something? I don't know. Any ideas?
  6. EDIT 2: I can fix broken install but it says that I don't have enough free spaces.
  7. Hello guys I think I broke up my VM with very important information on it. Please help me - I will pay to someone if you can fix it... What was the issue: It is a Ubuntu VM which I used for web server and email server. I reached 97% disk space so I tried to increase the disk size but it didn't allocate. Since the VM wasnt with Desktop GUI I tried to install Ubuntu desktop but first I installed slim. I installed Slim successfully and then started installing ubuntu desktop. It says it requires around 1800mb so I made quick calculations and I saw that I have them but its on the edge. Seems like I was very wrong... :(- it showed some kind of error, I don't know what it was and I don't remember. So I rebooted the VM and now it is, as seen in the VNC: "A stop job is running for Advanced key-value store (5min 22s / no limit)" I don't know what to do. The websites aren't accessible. Says error establishing database connection etc etc. EDIT: I logged into the terminal. Don't know what to do to fix it.
  8. I have tried to set it from 50g to 100g but the size stays at 50 even if the VM says 100g.
  9. Do you have any step by step guide like this one for allocation more disk space on Ubuntu VM?
  10. Can anyone help me extend an existing partition of Ubuntu VM? I have increased the vdisk from 50G to 100G by reading at this tut https://wiki.unraid.net/Manual/VM_Management But I can't find a tutorial to extend the partition with CMD only.
  11. I got this error, clean install: You are using docker; download client qBittorrent places downloads in /data/torrents but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings. I am using the same setup for sonarr and radarr and I dont have this problem there. How to fix it?
  12. I have dynamic ram 1-4gb but in the last 3 days I got OOM when working on some apps, when I check the log I see 80-90% ram usage even when the apps are off. Also, in the near future I will probably need 200more GB disk space. How do I increase the ram to 1-8gb and the disk to 400gb ?
  13. I have problem starting it up. I cant even start it at internal ip. Is there some conf I have to do in the wp-conf file? I get "This site can’t be reached" for http://192.168.100.223:9000/ @ br0 network EDIT: I managed to install it @ http://192.168.100.223:80/ when I make the repository only "wordpress", when I install "wordpress:fpm" it changes the port to 9000 and it can't start. Any way to run a FPM version? EDIT2: I don't know if this is the case but looks like I am trying to use the NPM as a webserver: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/58
  14. Okay I will have time to play with 1 website on docker today. Do you know how can I connect the database via a socket with the nginx proxy manager? Also, is this version of Wordpress FPM?