Jump to content

wgstarks

Members
  • Posts

    5,366
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by wgstarks

  1. I use the path shown in UD for that mount point. You may need to click the name to see the path. In this case it's /mnt/disks/ST332063_OA.
  2. Just to folllw up with this, I installed the new beta bmc software. Working great so far. Compared to the old java app, the new html5 browser is like heaven on a web page. Haven't had any crashes at all. The only problem I have found is that the kvm function on the IPMIView iPhone app isn't supported in the beta software. SM tech support says that an updated iPhone app will be released by the time the bmc comes out of beta. Basic appearance/functionality of the web interface seems to be pretty much the same, with the exception of the addition of the html5 selection in the "Remote" menu.
  3. Is there some problem with Noctua fans? I just installed a NH-L9i CPU fan. Haven't noticed any problems with it.
  4. I had the same problem with mine. Don't know why Google specifies 465 for ssl connections.
  5. Changing the thresholds is basically changing alarm/notification setpoints. Won't change fan speed.
  6. Thanks. That worked. IPMI for the board is showing the correct thresholds. Curious though about the footer display. I know Fan4 is bad. Waiting for a new set right now. That's why I have the threshold is set so low, just so I don't get flooded with notifications. Why does the fan speed show in red though in the footer when the speed is above the threshold? Did I miss another setting?
  7. Over The Air or through the App Store? Don't see any updates yet but App Store is kinda slow.
  8. I don't have anyone I can add to test that but tried with test mode enabled in advanced.yaml and it worked exactly like I wanted it to. Since I'm just using the docker to send me notifications of added videos I'll just leave it this way. I know most people have a different use case for the docker and probably won't ever see this problem. THANKS FOR YOUR HELP.
  9. I only have one plex user and that's me. It's wgstarks. No special characters. Could it be caused by not having any other users?
  10. Looks like it failed- root@Brunnhilde:~# docker exec nowshowing combinedreport -d /var/lib/nowshowing/mailReport.rb:60:in `sendMail': undefined method `each' for nil:NilClass (NoMethodError) from /usr/local/sbin/combinedreport:386:in `main' from /usr/local/sbin/combinedreport:394:in `<main>' root@Brunnhilde:~#
  11. Did as you suggested. I'm not at home right now, but judging from the lack of an email it appears this failed.
  12. I recently updated the BMC firmware on my SuperMicro X10SLL-F to REDFISH_X10_352. Now any changes that I make to sensor configuration seem to be ignored. It looks like all fan speed thresholds have been reset to defaults and changes I make in the config file are not being applied. Anybody have any ideas how to fix this?
  13. Worked from the command line. Not working on the schedule though. I set up an hourly schedule. The nowshowing log shows that the script started but never completed.
  14. You're right. Just got a email from Google regarding possible unauthorized access. I've changed the settings in my Google account. I'm guessing I should try 587 again?
  15. Didn't work- root@Brunnhilde:~# docker exec nowshowing emailreport -d -t /usr/lib/ruby/2.3.0/net/smtp.rb:977:in `check_auth_response': 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbsS (Net::SMTPAuthenticationError) from /usr/lib/ruby/2.3.0/net/smtp.rb:741:in `auth_plain' from /usr/lib/ruby/2.3.0/net/smtp.rb:733:in `authenticate' from /usr/lib/ruby/2.3.0/net/smtp.rb:568:in `do_start' from /usr/lib/ruby/2.3.0/net/smtp.rb:521:in `start' from /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!' from /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/message.rb:252:in `deliver!' from /var/lib/nowshowing/mailReport.rb:98:in `block in sendMail' from /var/lib/nowshowing/mailReport.rb:89:in `each' from /var/lib/nowshowing/mailReport.rb:89:in `sendMail' from /usr/local/sbin/emailreport:385:in `main' from /usr/local/sbin/emailreport:389:in `<main>' If I use port 465 as Google specifies for SSL I get this- root@Brunnhilde:~# docker exec nowshowing emailreport -d -t /usr/local/sbin/emailreport: end of file reached (EOFError)
  16. Here's a pretty good comparison. Doesn't include the official Plex docker though. Hadn't been released yet when the post was written.
  17. Set up a gmail account. Getting a different error- root@Brunnhilde:~# docker exec nowshowing emailreport -t /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/check_delivery_params.rb:5:in `check_delivery_params': An SMTP From address is required to send a message. Set the message smtp_envelope_from, return_path, sender, or from address. (ArgumentError) from /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb:98:in `deliver!' from /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/message.rb:252:in `deliver!' from /var/lib/nowshowing/mailReport.rb:98:in `block in sendMail' from /var/lib/nowshowing/mailReport.rb:89:in `each' from /var/lib/nowshowing/mailReport.rb:89:in `sendMail' from /usr/local/sbin/emailreport:385:in `main' from /usr/local/sbin/emailreport:389:in `<main>'
  18. I've been testing with various setting from the command line. It looks like anytime I use report type = combinedreport the email is sent. If I use emailreport I get this- root@Brunnhilde:~# docker exec nowshowing emailreport -t -v /usr/lib/ruby/2.3.0/net/protocol.rb:211:in `write': Connection reset by peer (Errno::ECONNRESET) from /usr/lib/ruby/2.3.0/net/protocol.rb:211:in `write0' from /usr/lib/ruby/2.3.0/net/protocol.rb:193:in `block in writeline' from /usr/lib/ruby/2.3.0/net/protocol.rb:202:in `writing' from /usr/lib/ruby/2.3.0/net/protocol.rb:192:in `writeline' from /usr/lib/ruby/2.3.0/net/smtp.rb:931:in `block in getok' from /usr/lib/ruby/2.3.0/net/smtp.rb:956:in `critical' from /usr/lib/ruby/2.3.0/net/smtp.rb:930:in `getok' from /usr/lib/ruby/2.3.0/net/smtp.rb:831:in `helo' from /usr/lib/ruby/2.3.0/net/smtp.rb:605:in `do_helo' from /usr/lib/ruby/2.3.0/net/smtp.rb:557:in `do_start' from /usr/lib/ruby/2.3.0/net/smtp.rb:521:in `start' from /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!' from /usr/lib/ruby/gems/2.3.0/gems/mail-2.6.3/lib/mail/message.rb:252:in `deliver!' from /var/lib/nowshowing/mailReport.rb:98:in `block in sendMail' from /var/lib/nowshowing/mailReport.rb:89:in `each' from /var/lib/nowshowing/mailReport.rb:89:in `sendMail' from /usr/local/sbin/emailreport:385:in `main' from /usr/local/sbin/emailreport:389:in `<main>' No email is sent.
  19. No. Changed the time so that it would run about 10 minutes after I made the change.
×
×
  • Create New...