search for: bugcontrol

Displaying 6 results from an estimated 6 matches for "bugcontrol".

2005 Dec 20
9
Rails Configuration Question
...ug.area.sArea puts "PersonOpenedBy => " + @bug.person_opened_by.sFullName puts "PersonAssignedTo => " + @bug.person_assigned_to.sFullName end end This works perfectly and I assume must be using my database.yml for connection info. #Action Controller Code# class BugController < ApplicationController def index @bugs = Bug.find(1) end end #Summary# I can access the database using a unit test but not through a web browser against my action controller. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@...
2015 Mar 01
4
SSL only working in DEBUG mode
Hi, I spent quite some time pulling my hair out and trying to figure out why NUT wasn't working properly with SSL enabled. I tried several approaches until I found something interesting. I'm using NUT 2.7.1 in Ubuntu Server 14.04 Trusty Tahr After properly configuring a self signed certificate with "certutil" from libnss3-tools, there was no way to get proper SSL connection
2011 Nov 07
1
Upgraded Buildbot
The Buildbot master software has finally been upgraded to 0.8.5 here: http://buildbot.networkupstools.org/public/nut/waterfall For those of you with Buildbot slave systems, the /private/nut/ URL is no longer necessary - the same username and password will work in the forms on the new pages (for actions like forcing builds, stopping builds, etc.) Hopefully I will soon be able to fix
2012 Oct 12
2
NSS support in trunk (was: NSS branch pull request)
...- the compilation is successful on our Buildbots<http://buildbot.networkupstools.org/public/nut/builders>, except on Aix (not available, offline) and Windows (not applicable). - Emilien and I will work on completing the QA regression test script for NUT<http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/view/head:/scripts/test-nut.py>for NSS. for the time being, all the (few) current tests pass on the new trunk: > test_CVE_2012_2944 (__main__.BasicTest) > Test CVE-2012-2944 ... ok > test_daemons_pid (__main__.BasicTest) > Test daemons using PID files .....
2015 Mar 02
0
Fwd: SSL only working in DEBUG mode
...start upsd: > > > http://www.networkupstools.org/tmp/NUT-NSS_Mini_DVT_exec10Oct2012-FBohe.pdf > > although it doesn't specify using debug mode, either. > > Also, the Ubuntu test script does not pass "-D" to upsd: > > > http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/view/head:/scripts/test-nut.py > > I will try to test this on some other OSes. > I hope it won't be a PITA to find the root cause of the problem because SSL is a very nice and useful feature to have. What puzzles me is the difference in behaviour between d...
2015 Mar 26
3
SSL only working in DEBUG mode
2015-03-26 9:03 GMT+01:00 Arnaud Quette <arnaud.quette at gmail.com>: > Hey mister M' > > A first huge thanks for taking care of this, and so late in the night. I > know that it's not easy... > > (sent from my S3... please excuse my brevity) > Le 25 mars 2015 18:49, "Emilien Kia" <kiae.dev at gmail.com> a ?crit : > > > > > >