monogoat

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

monogoat's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I appreciate all your work! After updated unraid to the latest version, and replacing nerdpack with nerdtools I am getting this error for a missing library when trying to launch irssi: irssi: error while loading shared libraries: libnsl.so.3: cannot open shared object file: No such file or directory
  2. I just installed this to keep my steam library updated without having to leave gaming systems on overnight (most of the games are installed on a network shared SSD). I'm running into an issue where Steam keeps closing, looking at the log in unraid I'm seeing: INFO reaped unknown pid _____ (exit status 0) Seems to last 10-20 minutes at the most before disappearing.
  3. I added utf8proc. You'll have to install that too. Also update irssi and perl Bingo! It is working properly again. Thanks a whole bunch!
  4. I updated irssi. Try now. Well, it has a different error now lol irssi: error while loading shared libraries: libutf8proc.so.2: cannot open shared object file: No such file or directory
  5. I recently upgraded to Unraid 6.7.2, and now it seems irssi is looking for the wrong version of libssl? irssi: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory I tried checking for updates and reinstalling in nerd tools, no difference. It looks like /usr/lib64 on the server has libssl.so.1.1 and libssl.so
  6. I can reinstall the container and provide you with any information you need to help fix, if it doesn't appear isolated to my configuration
  7. I'm sorry for any confusion, I have it working with the NginxProxyManager so I didn't want to bother using up anyone's time trying to troubleshoot this problem. Thanks for everything you guys do.
  8. Well all I did when adding it from CA was add in the ports, 80 and 443, the email and the domain. In the mean time I installed NginxProxyManager and it is working fine, so I'll stick with it for now. Thanks
  9. I can't seem to find a similar error searching through this thread. I am trying to get this docker setup as a reverse proxy, and when starting it fails like this: Generating new certificate An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.25.2 (/usr/lib/python3.6/site-packages), Requirement.parse('urllib3<1.25,>=1.20; python_version >= "3.4"'), {'botocore'}) Please see the logfile '/tmp/tmpffuut7dx' for more details. 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 Here is the output from the logfile it references: 2019-05-18 13:34:09,180:DEBUG:certbot.log:Exiting abnormally: Traceback (most recent call last): File "/usr/bin/certbot", line 10, in <module> sys.exit(main()) File "/usr/lib/python3.6/site-packages/certbot/main.py", line 1349, in main plugins = plugins_disco.PluginsRegistry.find_all() File "/usr/lib/python3.6/site-packages/certbot/plugins/disco.py", line 209, in find_all plugin_ep = PluginEntryPoint(entry_point) File "/usr/lib/python3.6/site-packages/certbot/plugins/disco.py", line 51, in __init__ self.plugin_cls = entry_point.load() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2345, in load self.require(*args, **kwargs) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2368, in require items = working_set.resolve(reqs, env, installer, extras=self.extras) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 789, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (urllib3 1.25.2 (/usr/lib/python3.6/site-packages), Requirement.parse('urllib3<1.25,>=1.20; python_version >= "3.4"'), {'botocore'}) 2019-05-18 13:34:09,180:ERROR:certbot.log:An unexpected error occurred: I tried installing python3 with the nerdpack plugin, made no difference. Any ideas about what is going on?
  10. Good idea, shouldn't need a PID then just a file. Check for a file called running, if there exit. Then make a file called running, run script, and finally delete the file. I'm no scripting pro, does that sound right to everyone else? lol
  11. Is there a way to make the scripts only run if they are not already running? I haven't been able to pin down a unique name from PS to add a working check into the script. I intend to use rclone to copy any new files to the local server, every 30 minutes or every hour or so. The problem is, sometimes a download might take more than that to complete, and the scripts that I use on a different system can accommodate that but I can't get it figured out here.
  12. Sorry for the delayed response, life caught up with me for a bit. Here is a paste from the unraid network settings page: Enable bonding: Yes Bonding mode: balance-rr (0) Bonding members: eth0, eth1 Enable bridging: Yes IP address assignment: Automatic IP address: 10.0.0.10 Network mask: 255.255.255.0 Default gateway: 10.0.0.1 DNS server assignment: Automatic DNS server: 10.0.0.1 Enable VLANs: No For the VM, I just selected Network bridge br0, same as I did for the Windows vm. Thanks for any input.
  13. I've currently got a Windows 8 vm running properly on my Unraid server, and am attempting to create a ubuntu vm to run as a torrent box. I've attempted both versions lts 16 and 14, and both have the same problem. During the setup, it says that the network autoconfiguration failed. I can then do a manual setup, and key in everything for a static IP. Problem is, once the installation is completed the system cannot access the network regardless. Is there a specific driver i have to install? The ubuntu section gives no dialog box for a virtio iso so I figured it was unecessary?