Guest User

Untitled

a guest
May 8th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. From rc.nut start
  2. -----------------
  3. Writing nut config
  4. Updating permissions...
  5. Network UPS Tools - UPS driver controller 2.7.4.1
  6. Network UPS Tools - Generic HID driver 0.53 (2.7.4.1)
  7. USB communication driver 0.39
  8. Can't claim USB device 09ae:3016 (Resource busy).
  9. Driver failed to start (exit status=1)
  10.  
  11. ---------------------
  12. // MY CONFIG FILES //
  13. ---------------------
  14.  
  15. nut.conf
  16. --------
  17. MODE=standalone
  18.  
  19. ups.conf (The only one I modified. Info taken from auto detect)
  20. ---------------------------------------------------------------
  21. [nutdev1]
  22. driver = "usbhid-ups"
  23. port = "auto"
  24. vendorid = "09AE"
  25. productid = "3016"
  26. bus = "002"
  27.  
  28. upsd.conf
  29. ---------
  30. LISTEN 0.0.0.0
  31.  
  32. upsd.users
  33. ----------
  34. [admin]
  35. password=adminpass
  36. actions=set
  37. actions=fsd
  38. instcmds=all
  39. [monuser]
  40. password=monpass
  41. upsmon master
  42. [slaveuser]
  43. password=slavepass
  44. upsmon slave
  45.  
  46. upsmon.conf
  47. -----------
  48. MONITOR TrippLite@127.0.0.1 1 monuser monpass master
  49. SHUTDOWNCMD "/sbin/poweroff"
  50. POWERDOWNFLAG /etc/nut/no_killpower
  51. NOTIFYFLAG ONBATT SYSLOG+EXEC
  52. NOTIFYFLAG ONLINE SYSLOG+EXEC
  53. NOTIFYCMD "/usr/sbin/nut-notify"
  54.  
  55. upssched.conf
  56. -------------
  57. <empty>
Add Comment
Please, Sign In to add comment