[02:02] Bug #944565 changed: User details and password are separate forms [02:02] Bug #1058305 changed: settings page discards multiple changes in different sections [02:02] Bug #1459886 was opened: Power parameters are sometimes not showing on the webui [02:02] Bug #1459888 was opened: Too much spacing between checkboxes/releases in the 'Images' [02:26] Bug #1459889 was opened: Settings page table does not take the whole page [02:26] Bug #1459890 was opened: Accounts page table does not take the whole page [02:26] Bug #1459892 was opened: User SSH Key is not editable [02:26] Bug #1459893 was opened: Delete button for the API Key is inside textbox and does not match SSH key delete button [02:26] Bug #1459894 was opened: Cluster settings page is justified to the left and not taking the whole page [02:26] Bug #1459896 was opened: Scaling node listing page down, causes Add Hardware text to basically disappear from button [02:26] Bug #1459898 was opened: Can't collapse machine output [02:38] Bug #1459901 was opened: Can't select, and copy/paste power parameters (IP address, user, password, etc) in node details page [03:02] Bug #1402861 changed: cloud-config-url ignored, install fails === mup_ is now known as mup === zz_CyberJacob is now known as CyberJacob === CyberJacob is now known as zz_CyberJacob === zz_CyberJacob is now known as CyberJacob === CyberJacob is now known as zz_CyberJacob [11:42] Bug #1460026 was opened: The color of the headers on the device list page is different from the color of the headers on the node list page === jfarschman is now known as MilesDenver [14:31] Bug #1460097 was opened: 1.8.0b8 bmc busy, ipmi invalid password, unknown power change: query [15:58] Bug #1460128 was opened: whitespace above header keeps growing on click for chromium [16:04] Bug #1460128 changed: whitespace above header keeps growing on click for chromium [16:12] is there something I need to install for maas to be able to control an apc PDU? [16:12] I get failed commissioning with error "No such file or directory" [16:12] I assume maas is trying to run a command and that command is not available [16:17] allenap: ping [16:19] newell: ^ can you help voidspace? [16:19] Bug #1460128 was opened: whitespace above header keeps growing on click for chromium [16:21] voidspace, what version of maas are you using? [16:21] allenap, yeah I can [16:21] newell: 1.8 from dailybuilds [16:21] newell: Ta :) [16:21] newell: maybe from a few days ago [16:21] voidspace, can you paste me the error? [16:21] voidspace, from the logs [16:22] newell: which log file? [16:22] APC should be using telnet as far as I can tell from the code [16:22] voidspace, are these your own APC PDUs? [16:22] newell: it's my PDU, an APC 7920 [16:22] voidspace, the newest code for APC is using SNMP [16:22] and it works fine used through the web UI [16:23] voidspace, can you remotely telnet into the PDU? [16:23] newell: I have done, yes [16:23] newell: which log file do you want me to look in [16:23] voidspace, I just need to understand the error and why you are getting it [16:23] voidspace, is there anyway you can upgrade to trunk? [16:24] or copy the apc.py file that is in trunk? [16:24] and the template as well (you would need that in addition to apc.py) [16:24] hmm... I have it installed from the ppa [16:24] how easy is it to do a manual upgrade [16:24] voidspace, let's just copy over the files [16:24] yep [16:24] let me point you to them, one second [16:24] I need to join a conf call [16:25] if you post me the files I'll copy them over and ping you when I've done it [16:26] voidspace, http://bazaar.launchpad.net/~maas-committers/maas/trunk/download/newell.jensen%40canonical.com-20150518200138-i9rukj0x1kt3vzs8/apc.template-20150114165444-s6gob4kghfqzss30-1/apc.template [16:26] that is template [16:27] that will be overwritten in /etc/maas/templates/power/apc.template on your maassserver [16:27] newell: ok [16:27] newell: these are the lines from the log (not terribly informative) [16:27] newell: http://pastebin.ubuntu.com/11435450/ [16:27] voidspace, http://bazaar.launchpad.net/~maas-committers/maas/trunk/download/newell.jensen%40canonical.com-20150518200138-i9rukj0x1kt3vzs8/apc.py-20150114032625-xrhr9w5csdc3vqdy-1/apc.py [16:27] that is apc.py [16:28] that will be overwritten at /usr/lib/python2.7/dist-packages/provisioningserver/drivers/hardware/apc.py [16:28] on maasserver [16:28] cool, thanks [16:28] voidspace, http://bazaar.launchpad.net/~maas-committers/maas/trunk/download/raphael.badin%40canonical.com-20150527145249-y0b04fvm4z1xq3f1/power_schema.py-20140304002952-npz5m4gqcw3gt383-1/power_schema.py [16:28] Bug #1460145 was opened: "sudo maas-region-admin dbshell" fails with "ImportError: No module named testing" error [16:28] and that is power_schema.py which will be overwritten at /usr/lib/python2.7/dist-packages/provisioningserver/power_schema.py [16:29] voidspace, make sure you copy with sudo and then when you have done that you need to restart the cluster [16:29] sudo restart maas-clusterd [16:29] voidspace, I assume that the cluster and maasserver are on the same machine above. Is this correct? [16:29] newell: ok [16:29] newell: yes [16:31] voidspace, after you do that you will need to reset the power parameters for that node [16:31] voidspace, make sure you have snmp package installed on the maasserver as well [16:35] newell: installing snmp may have fixed it... [16:36] newell: I don't get that error now... :-) [16:36] voidspace, then you already had the files I was pointing you to [16:36] voidspace, you said you had telnet [16:37] voidspace, could you please verify. If so, I need to add a bug so we can add the dependency to maas for snmp package. [16:38] newell: heh, I have an out of date source tree alongside the installed version :-/ [16:38] newell: sorry about that [16:38] newell: so I verified a power off worked through the web UI [16:38] newell: attempting a power on tells me the node can't be powered on [16:38] newell: but the error has gone away [16:39] newell: I need to configure these servers to boot on power I think *anyway* [16:39] voidspace, can you see your PDU? [16:39] newell: yes [16:39] voidspace, have you configured your MIP? [16:39] newell: a power off initiated from MAAS worked [16:39] so that it is writeable? [16:40] newell: MIP? [16:40] http://kb.paessler.com/en/topic/653-how-do-snmp-mibs-and-oids-work [16:40] Bug #1460145 changed: "sudo maas-region-admin dbshell" fails with "ImportError: No module named testing" error [16:41] newell: looking [16:41] voidspace, you should be able to power on and off the outlets from the command line on the maasserver doing something like this: [16:41] $ snmpset -c private -v1 172.16.9.4 [16:41] .1.3.6.1.4.1.318.1.1.12.3.3.1.1.4.8 i 1 [16:42] you would need to change the ip address (172.16.9.4) to the IP for your PDU [16:42] 'i 1' is for on I believe [16:42] and 'i 2' would be for off [16:43] so I get failed object reference [16:44] looking up this PDU [16:44] looking up the mib for this PDU I mean [16:46] voidspace, well you should be able to use snmpset commands to turn on/off the outlet numbers [16:47] voidspace, you will need to make sure your PDU can be controlled like that for MAAS to work [16:47] * newell makes a note to add documentation for this [16:49] Bug #1460145 was opened: "sudo maas-region-admin dbshell" fails with "ImportError: No module named testing" error [16:49] Bug #1460151 was opened: MAAS configured apt proxy gets in the way of Juju configured one [16:58] newell: current status http://pastebin.ubuntu.com/11435840/ [16:59] newell: following the guide here https://tobinsramblings.wordpress.com/2011/05/03/snmp-tutorial-apc-pdus/ [17:01] voidspace, you need to program your PDUs. I haven't done it myself but someone sent me this (no idea if this will help you): http://pastebin.ubuntu.com/11435917/ [17:03] newell: hmm... I do have an SMP menu [17:03] newell: looks like I need to set the NMS IP [17:03] I don't have the SNMPv1 menus from there, but I have other interesting looking ones [17:07] voidspace, what snmp version menus do you have? [17:11] I have "1. Settings 2. Access Control 1 ..." and then a load more Access Control and Trap Receiver menus [17:11] no version specific menus at all [17:11] I wonder if it's just old firmware [17:12] with snmpset I need the right mib installed, and finding out how to install that mib is problematic [17:12] with what I thought was the right mib file in a location it could be found, I got a different error [17:14] voidspace, what firmware version does your PDU have? [17:15] 2.6.4 [17:15] apparently [17:15] never seen that version [17:15] that's APC OS version [17:16] when you telnet into the APC what does the firmware version show as? [17:16] American Power Conversion Network Management Card AOS v2.6.4 [17:16] we only support 3.7.4/3.7.4 [17:16] 3.7.3/3.7.4 [17:16] ok [17:17] I'll try to upgrade [17:17] voidspace, yeah that might do the trick for you [17:17] voidspace, although snmp is snmp (the version support was mostly for the telnet version of the software) [17:17] voidspace, once you get the snmpset working...MAAS will work [17:18] :-/ [17:18] hoping I don't have to install windows to update firmware === zz_CyberJacob is now known as CyberJacob [20:11] Bug #1460189 was opened: maas-clusterd must be restarted after installing python-vmomi [20:11] Bug #1460193 was opened: MAAS needs to inject the user's SSH key into the commissioning image for debugging [20:41] Bug #1460199 was opened: NoConnectionsAvailable: Unable to connect to cluster 3e375000-9ece-453c-9b5e-f817ab3a51b2; no connections available. [21:05] Bug #1460204 was opened: While region is downloading images, cluster is disconnected === imthewherd is now known as cgseller_is_away === cgseller_is_away is now known as imthewherd === imthewherd is now known as cgseller_is_away === kevin is now known as Guest76630