orlando500

Members
  • Posts

    207
  • Joined

  • Last visited

Recent Profile Visitors

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

orlando500's Achievements

Explorer

Explorer (4/14)

12

Reputation

  1. Hi i have had pihole working for a long time, but i did do an update and it broke somehow. I got the error "DNS resolution is not available" in the log and the blocking list stats is showing -2 in the dashboard. The client resolution using pihole still works... any pointers? cant seem to find a solution that works
  2. did you find anything on this? was thinking of getting a small screen to have some server stats on it
  3. Hi, im trying to run a script when the vpn connection is up. (to inform a site that i have changed ip) Is it correct to use parameter --script-security 2 --up /data/mymustoken/token.sh in the Container Variable: VPN_OPTIONS ? i have chmod +x the scriptfile.... am totally on the deep end here as i dont know how the scripting within the docker works. When i try this it seems to be looping and not starting the gui.
  4. hi, any chance there will be support for https://github.com/RandomNinjaAtk/arr-scripts/tree/main like linuxserver readarr image has?
  5. i used the doc and did docker exec -u nobody -it binhex-minecraftserver /usr/bin/minecraftd console but i got a root@Hal:~# docker exec -u nobody -it binhex-minecraftserver /usr/bin/minecraftd console OCI runtime exec failed: exec failed: unable to start container process: exec: "/usr/bin/minecraftd": stat /usr/bin/minecraftd: no such file or directory: unknown cant find any minecraftd in the bin dir, im using the default docker and have not done anything else than installing latest version. My mind is blank what i did wrong
  6. hi, update the unraid docker image to get the new version from git?
  7. Thanks for info. guess ill have to check out more on the intel side
  8. Thanks for the reply, i tend to go with intel. But was trying to see what i should get if i want more cores to do vms and more in the same server. Im migrating from tower servers to rack and therefore want to build some "new" servers also for the homelab with several vms. I will check out your system.
  9. Im thinking of building a new server and was looking at what cpu and mb i should get. Found there is a lot of stuff on ebay that could work also. Found one of many that seems to sell used cpu and mb that are still very good. Like https://www.ebay.com/itm/175307460477?amdata=enc%3AAQAHAAAAkLA2eLAhX2BxQ7h73sfO%2BTKpLYKKoy29w4sHMp0UzDULTITBks35ZJROQ%2Fx7KoDDqruosLPGGcdeXu45kEBGeqzkWCvcd9mhCkiiSgmy6qxTwIXzC9kt6IJaQHKabD0kuf5N71wKur7dIZDGDiy%2BO6CUsOqk2HTtD56h0QQQz%2Bisb4wNw2U9rWWpPgSbnoB2IA%3D%3D&mkcid=1&mkrid=711-53200-19255-0&siteid=0&campid=5338940695&customid=&toolid=20012&mkevt=1 Anyone have experience buying one of these? seems to be a great price
  10. for some reason i cant connect to port 80 (unraid web gui) from a node to my servers anymore. everything else like ARRS and all other dockers i can access. (running docker version) edit: for some reason i didnt read the updates to unraid notes all the way tru. Solution: https://docs.unraid.net/unraid-os/release-notes/6.12.0/#network-improvements
  11. 6.12.3 and my python3 Python 3.9.17 (main, Jun 8 2023, 14:52:17) [GCC 13.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> EDIT: i see that python3 is still there after uninstall of plugin. tried to delete the lib python dir. but when i install plugin: "| Skipping package python3-3.9.16-x86_64-1 (newer vesion already installed)" I see mine is newer. just tried to remove and install python3 again. Samme error: "root@Hal:/mnt/user/appdata/arrsync2# python3 traktarr.py -s Traceback (most recent call last): File "/mnt/user/appdata/arrsync2/traktarr.py", line 240, in <module> main() File "/mnt/user/appdata/arrsync2/traktarr.py", line 233, in main trakt_api_helper.process_sonarr(sonarrURL, sonarrAPIKey, sonarr_list_privacy, sonarrtrakt_list) File "/mnt/user/appdata/arrsync2/traktarr.py", line 201, in process_sonarr self.add_to_trakt_list(sonarrtrakt_list, sonarr_list_privacy, monitored_tvdb_ids, "shows", response_json) File "/mnt/user/appdata/arrsync2/traktarr.py", line 87, in add_to_trakt_list response = traktSession.post(f"https://api.trakt.tv/users/{self.trakt_user}/lists/{trakt_list}/items", headers=trakt_add_hdr, data=json.dumps(trakt_add),timeout=5) File "/usr/lib64/python3.9/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) File "/usr/lib64/python3.9/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/lib64/python3.9/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/lib64/python3.9/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( File "/usr/lib64/python3.9/site-packages/urllib3/connectionpool.py", line 769, in urlopen conn = self._get_conn(timeout=pool_timeout) File "/usr/lib64/python3.9/site-packages/urllib3/connectionpool.py", line 295, in _get_conn return conn or self._new_conn() File "/usr/lib64/python3.9/site-packages/urllib3/connectionpool.py", line 1056, in _new_conn raise ImportError( ImportError: Can't connect to HTTPS URL because the SSL module is not available."
  12. @dlandon i still get errors with ssl after delete and reinstall of plugin. Error "ImportError: Can't connect to HTTPS URL because the SSL module is not available." version of plugin: 2023.08.01a
  13. hi i updated python3 plugin. But after i get this: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. is there something i have to do after upgrade do make things work work again?