jfs9112

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

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

jfs9112's Achievements

Noob

Noob (1/14)

3

Reputation

  1. Any chance parallel can be added back? I tried to manually install but I get this error. It errors out like this for all the versions of parallel it tries to install. Thanks for any help. Preparing metadata (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6dr6cgnd/parallel_91087baebf5c4181afecd2cc19036d31/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6dr6cgnd/parallel_91087baebf5c4181afecd2cc19036d31/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-f5wqws9_ cwd: /tmp/pip-install-6dr6cgnd/parallel_91087baebf5c4181afecd2cc19036d31/ Complete output (8 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-6dr6cgnd/parallel_91087baebf5c4181afecd2cc19036d31/setup.py", line 5, in <module> import parallel File "/tmp/pip-install-6dr6cgnd/parallel_91087baebf5c4181afecd2cc19036d31/parallel.py", line 183 raise AcknowledgementError, obj ^ SyntaxError: invalid syntax ----------------------------------------
  2. Also having the same issue since updating last night. I see the following in the logs: 2022-11-05 10:02:29,104 DEBG 'start-script' stderr output: sort: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory 2022-11-05 10:02:29,107 DEBG 'start-script' stderr output: /usr/sbin/wg-quick: line 338: echo: write error: Broken pipe
  3. I am having this same issue but I'm hesitant to change the permissions like this. I know some of my containers are set to 99 and 100. Wouldn't change the appdata mount point to 1000 and 0 cause issues with them? Please disregard. I understand what you mean about mount point and also found the steps in the wiki so I'm all set. Thank you!
  4. Squid, thanks very much for that tidbit about your folders being owned by nobody:users. I ran chown -R nobody:users appdata/ and that has fixed my issue. I only have one user - root so maybe that is what the 1000:1000 is. Not sure how or when the folder ownership got changed to that. Anyways, thanks again for your help!
  5. Hello, I have been unable to access most of my dockers and after checking the log I saw errors regarding permissions. I fired up the terminal and noticed that all the dockers without all permissions enabled were the ones I could not connect to. The issue appears to be limited to binhex dockers. root@Tower:/mnt/cache/appdata# ls -la total 16 drwxrwxrwx 1 1000 1000 374 Nov 21 19:13 ./ drwxrwxrwx 1 nobody users 40 Nov 21 00:41 ../ drwxrwxrwx 1 1000 1000 74 May 7 2020 Firefox/ drwxrwxr-x 1 1000 1000 316 Nov 19 07:43 binhex-emby/ drwxrwxr-x 1 1000 1000 188 Oct 29 16:18 binhex-jellyfin/ drwxrwxr-x 1 1000 1000 64 Dec 7 2019 binhex-krusader/ drwxrwxr-x 1 1000 1000 434 Nov 19 14:46 binhex-lidarr/ drwxrwxr-x 1 1000 1000 106 Jul 15 2019 binhex-plex/ drwxrwxr-x 1 1000 1000 474 Nov 19 17:44 binhex-radarr/ drwxrwxr-x 1 1000 1000 334 Aug 30 22:41 binhex-sabnzbdvpn/ drwxrwxr-x 1 1000 1000 450 Nov 19 15:35 binhex-sonarr/ drwxrwx--- 1 1000 1000 208 Sep 10 10:50 cstrikego/ drwxrwx--- 1 1000 1000 126 Oct 17 22:48 killingfloor2/ drwxrwx--- 1 1000 1000 110 Oct 22 07:43 steamcmd/ drwxrwxrwx 1 1000 1000 150 Apr 11 2020 swag/ drwxrwxrwx 1 1000 1000 108 Nov 21 07:41 transmission/ drwxrwxrwx 1 1000 1000 82 Nov 21 19:11 youtubedl-material/ drwxrwxrwx 1 1000 1000 0 Jul 21 02:15 zerotier/ I added write permissions (I did not recurse though) to the binhex dockers but only some of them work. The ones that don't are still failing to access databases and config files from within the root folders. drwxrwxrwx 1 1000 1000 374 Nov 21 19:13 ./ drwxrwxrwx 1 nobody users 40 Nov 21 00:41 ../ drwxrwxrwx 1 1000 1000 74 May 7 2020 Firefox/ drwxrwxrwx 1 1000 1000 316 Nov 19 07:43 binhex-emby/ drwxrwxrwx 1 1000 1000 188 Oct 29 16:18 binhex-jellyfin/ drwxrwxrwx 1 1000 1000 64 Dec 7 2019 binhex-krusader/ drwxrwxrwx 1 1000 1000 434 Nov 19 14:46 binhex-lidarr/ drwxrwxrwx 1 1000 1000 106 Jul 15 2019 binhex-plex/ drwxrwxrwx 1 1000 1000 474 Nov 19 17:44 binhex-radarr/ drwxrwxrwx 1 1000 1000 334 Aug 30 22:41 binhex-sabnzbdvpn/ drwxrwxrwx 1 1000 1000 450 Nov 19 15:35 binhex-sonarr/ drwxrwx--- 1 1000 1000 208 Sep 10 10:50 cstrikego/ drwxrwx--- 1 1000 1000 126 Oct 17 22:48 killingfloor2/ drwxrwx--- 1 1000 1000 110 Oct 22 07:43 steamcmd/ drwxrwxrwx 1 1000 1000 150 Apr 11 2020 swag/ drwxrwxrwx 1 1000 1000 108 Nov 21 07:41 transmission/ drwxrwxrwx 1 1000 1000 82 Nov 21 19:11 youtubedl-material/ drwxrwxrwx 1 1000 1000 0 Jul 21 02:15 zerotier/ Fatal error: "/config/sabnzbd.ini" is not a valid configuration file<br>Error message: [Errno 13] Permission denied: '/config/sabnzbd.ini' Specify a correct file or delete this file. 2020-11-21 19:35:42,074 DEBG 'watchdog-script' stdout output: [info] SABnzbd process started [info] Waiting for SABnzbd process to start listening on port 8080... Should I recursively add write permissions, or is there an easy way to reset permissions? I tried force updating the dockers that don't work but it didn't help. The ones I'm having issues with are binhex-emby, buinhex-jellyfin, binhex-plex, and binhex-sabnzbdvpn. Thanks for any help!
  6. You're a life saver, xorinzor!! I removed the network from allowed peers, rebooted, and now the server is accessible again. Thank you!!
  7. Hello, I was trying to add a peer to setup Remote tunneled access and now I can no longer access my Unraid server from within my LAN from my desktop or any other computer on the same network. I lost access right after adding 192.168.1.0/24 to peer allowed IPs. I entered it after the peer IP and a comma and then clicking apply. The admin page hung and eventually showed an error that the page cannot be reached. I rebooted the unraid server and still cannot access it from within LAN from my desktop. I'm also seeing that the Unraid server can no longer access the internet. I have been making regular backups of my server so I was wondering if there is a way to restore settings or somehow get my server to be accessible again. Thanks for any help.
  8. It did but it had ; in front of it. Once I removed that I was able to get a little further. 2019-12-06 10:51:46.923535 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_new_york_udp.ovpn 2019-12-06 10:51:47.034567 [info] VPN remote line defined as 'remote usa-newyork-ca-version-2.expressnetw.com 1195' 2019-12-06 10:51:47.090294 [info] VPN_REMOTE defined as 'usa-newyork-ca-version-2.expressnetw.com' 2019-12-06 10:51:47.145936 [info] VPN_PORT defined as '1195' 2019-12-06 10:51:47.209938 [warn] VPN_PROTOCOL not found in /config/openvpn/my_expressvpn_usa_-_new_york_udp.ovpn, assuming udp 2019-12-06 10:51:47.264272 [crit] VPN_DEVICE_TYPE not found in /config/openvpn/my_expressvpn_usa_-_new_york_udp.ovpn, exiting... When I check the ovpn file again I see ;dev tun. I removed the ; and restarted the docker and it appears to be working now! Wonder why those options were disabled.
  9. I'm trying to use a custom provider but it doesn't seem to get past finding the ovpn file, it just hangs with no errors or logging after that. https://hub.docker.com/u/binhex/ 2019-12-06 03:18:08.909741 [info] System information Linux 604526d34ffc 4.19.56-Unraid #1 SMP Tue Jun 25 10:19:34 PDT 2019 x86_64 GNU/Linux 2019-12-06 03:18:08.966436 [info] PUID defined as '99' 2019-12-06 03:18:09.077321 [info] PGID defined as '100' 2019-12-06 03:18:09.171011 [info] UMASK defined as '000' 2019-12-06 03:18:09.226514 [info] Permissions already set for volume mappings 2019-12-06 03:18:09.292377 [info] VPN_ENABLED defined as 'yes' 2019-12-06 03:18:09.362764 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_new_york_udp.ovpn I've downloaded the zip file containing my cert and key files from Express VPN for my account and placed them in the same directory as the ovpn file. They same files work in other vpn dockers I'm running in unraid. Any help would be appreciated and thank you for all of your great dockers and support!
  10. I use a VPN provider that is not on the provider list. According to Haugene's readme we can specify a custom provider, but I do not see custom as an option in the container settings in Unraid, and if I manually enter custom as the value it defaults to the first provider on the list. Is there a way to add a custom provider in the Unraid container settings or do I need to do it manually in the container settings itself? Thanks for any help!