julzilla

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by julzilla

  1. UPDATE: I have fixed the issue (this is working in a Victorian School with eduProxy for all the ST players here):
  2. Follow my instructions below: if you want to miniplate just the user account make follow file below in ~/ cd ~/ vi .wgetrc for all systems users make a file here: cd /etc/ vi wgetrc in the file you need to put the follow: use_proxy = on http_proxy = http://x.x.x.x:xxxx/ https_proxy = http://x.x.x.x:xxxx/ ftp_proxy = http://x.x.x.x:xxxx/ wait = 10 make sure to also have the proxy set in /boot/config/on #!/bin/bash http_proxy=http://x.x.x.x:xxxx https_proxy=http://x.x.x.x:xxxx echo "export http_proxy=\"http://x.x.x.x:xxxx\"" >> /root/.bash_profile echo "export https_proxy=\"http://x.x.x.x:xxxx\"" >> /root/.bash_profile /usr/local/sbin/emhttp & Hope this helps!
  3. I have added my proxy in the 'go' file and I am able to CURL the .plg but get 'Network Error' everytime I try to install the plugin Could you please confirm this is still the method for current version 6.12.3? I created .wgetrc in root like so but this unfortunately didn't solve the issue (i have censored the proxy): root@Unraid:/# cat /.wgetrc use_proxy=yes http_proxy=http://xxxxxxxxxxxxxxxxx:8080 https_proxy=http://xxxxxxxxxxxxxxxxx:8080 wait=10 I can also nslookup raw.githubusercontent.com without any issues on http and https I have attached my diag for anyone to have a look, I have spent way to long on this bhps-unraid-diagnostics-20230724-1212.zip
  4. Hello Again, Posted last week, anyone able to give me a hand at all? Would be nice to have my server graceful shutdown on an event. Don't particularly want to buy a new UPS if I can help it. Kind Regards, Julzilla
  5. G'Day, New to NUT and having some issues with an older Eaton 5110 UPS (http://powerquality.eaton.com/103004259-5591.aspx?cx=3&GUID=133F3D78-6347-45BB-95CB-FD97A6998A07) Using Auto Detect I get: driver = "bcmxcp_usb" port = "auto" vendorid = "0592" productid = "0002" product = "Powerware UPS" vendor = "Powerware" bus = "002" Services starts but reports almost every error under the sun for the UPS (ups.status = ALARM Online low battery) and won't report battery level, it will however report the correct line voltage and UPS load . I connected the UPS to my Laptop and installed the proper 'Eaton Protection Software' where it shows the UPS functioning correctly and the battery having no problems at all (replaced both of them about 5 months back) Read almost every post in regards to Eaton UPS's in NUT and tried finding additional info on https://networkupstools.org/ to no aval. Attached screenshot of Nut Details below. Any help would be highly appreciated! Kind Regards, Julzilla