[00:05] Are you able to comission MAAS nodes under one cluster controller and transfer ownership of them to another? [00:05] Lord_Set: no [00:06] :( alright [00:08] Thanks for talking to Dustin by the way. We are going to setup up a phone meeting with him on Tuesday with the CEO and lead developer and myself (lead network and systems engineer) to talk about ubuntu, maas and juju. [00:08] excellent [00:12] anyone played with neutron much? got openstack deployed with maas and juju and having weird neutron issues :-/ [00:14] Which issues? [00:15] I used Neutron with the Cisco Nexus API [00:15] err use [00:15] I'm seeing mtu issues when trying to boot juju on top of it, if I have the mtu on the neutron gateway set to 1500, instances won't boot - but if I drop the instance MTUs down to under 1500, say 1456, it works fine [00:15] Which network infrastructure do you have? [00:16] its all Cisco kit - we've moved most if if not all of it to Cisco Nexus stuff [00:17] the Nexus switches are pretty new to us, this is the first thing we're using them for [00:18] Alright. Was just trying to get an idea. I have never seen that issue before though I have some ideas of what may be causing it. Though are you using GRE or Vlans? [00:19] GRE, which is why we're playing with mtu [00:19] I haven't had much luck with GRE and honestly not a fan of it [00:19] if I tweak the neutron dhcp agent to hand out mtu of 1456, things seem to work better, but it'd be much preferred if we didn't have to do it [00:19] Especially when using the Nexus switches [00:20] I was of the understanding that you needed a mtu of > 1500 on the physical boxes if you wanted to leave the instances VMs on 1500, due to the overhead of GRE [00:20] Correct [00:20] GRE has a pretty beefy overhead and if you don't have good nics to offload you WILL have performance hits and issues [00:21] at this point we're not even seeing it working, let alone looking at performance [00:21] What was your reasoning for using GRE? [00:22] hm, but if setting the neutron gateway to 1546 doesn't fix it, I wonder if that means something else in the chain isn't set right [00:22] Lord_Set: wasn't really my choice, its a project I've been finishing off from someone else [00:23] Without seeing a network map and your configs and neurton configs it is hard to speculate. [00:24] yeah, fair enough, these things are pretty complex [00:24] but at least it sounds like my base reasoning about the mtu is right, I just need to figure out where else in the chain it might be breaking [00:25] I am super close to being a CCIE... Network engineering is my cup of tea with Cisco especially. I am sure I could help if I could get more info. [00:25] what sort of info would you need? [00:26] Copies of the switch/router configs, a network map and your neutron config [00:27] the physical ports aren't real interesting, they've just got a description and a switchport access vlan ### [00:28] Is this a test, development or production network? [00:28] its going to be production once we get things going [00:28] but I can mess around with settings right now [00:29] Alright, well give this a try... make a /etc/neutron/dnsmasq-neutron.conf [00:29] put a single line in there [00:29] dhcp-option-force=26,1400 [00:29] yup, that works [00:29] well, I have 1456, but that makes things move forward === CyberJacob is now known as CyberJacob|Away [00:30] Try 1400 specifically. [00:30] oh, ok [00:30] It is what Cisco and Openstack are recommending for GRE it looks like now. [00:30] ok, restarted neutron-dhcp-agent, and trying a bootstrap again [00:31] It seems higher mtu sizes are causing packet fragmentation [00:31] you will have to restart the neutron-server [00:31] service neturon-server restart [00:32] oh, the dhcp-agent has been sufficent in the past to make things work - maybe thats why it hasn't worked fully [00:32] There are other services that are dependent of neutron-server that have to be restarted as well [00:34] curious, there's no neutron-server service on ubuntu [00:34] there's neutron-dhcp-agent, neutron-l3-agent, neutron-metadata-agent, and neutron-plugin-openvswitch-agent [00:35] I'll just restart them all :) [00:35] Odd, what version are you running? [00:36] 2013.2.1-0ubuntu1~cloud0, which is havana [00:43] it seems about the same as with 1456, I'll keep trying it out [00:50] Are you able to check port statistics or use wireshark and see if it is fragmenting the packets even though the MTU is lowered? [00:53] let me see.. [00:53] I have access to the switch, I'm just not a cisco type [00:56] sh int INTERFACE [00:58] you should look for underruns, overruns, and other RX errors [00:58] none of those [00:58] That is good [00:58] there are some ''giants'' [00:59] Is this on a 1 or 10 gig interface? [00:59] and these are actually some of the few ports that aren't on the nexus switch yet [00:59] only 1gig interfaces [00:59] Ok [01:01] Well the giants are frames larger than 1518 bytes [01:02] ah, which could be from GRE I'm guessing [01:02] Which model switch is that connected to currently? [01:02] a 3750 [01:03] more specifically, a WS-C3750X-48P according to the config [01:03] What does "show system mtu" show you? [01:04] hah, everything is 1500 [01:04] Even Jumbo frames? [01:04] yup [01:05] well then type "system mtu jumbo 9000" [01:05] http://pastebin.ubuntu.com/6997387/ [01:05] for that to take effect you will have to reload the switch [01:05] this switch does have some other stuff on it, I'd have to sort out a time to reload it [01:05] remember to copy run start or wr mem after typing that [01:05] Alright [01:06] That is very likely your issue [01:06] I'm thinking it'll be easier for me to get these ports moved over to the nexus switch [01:06] Most likely [01:06] I'm just about as far away from these switches as is physically possible right now :-/ [01:06] heh [01:06] I know the feeling [01:06] as in, they're on the other side of the world [01:07] if you end up being able to reload the switch you should also set the 10/100 mtu to 1546 [01:07] system mtu 1546 [01:07] but that sure looks like it would explain why 1546 doesn't work on the neutron gateway [01:07] Yep [01:08] how do you see mtu on the nexus switches? could that be a problem too? [01:08] It is possible [01:09] ? is my favourite cisco command. :) [01:09] lol [01:09] It is pretty magical [01:10] http://www.cisco.com/c/en/us/support/docs/switches/nexus-5000-series-switches/112080-config-mtu-nexus.html [01:10] That will work for other model nexus switches as well [01:10] haha, I'd just found that page via google and was reading [01:11] it looks like everything is 1500 there as well, thats going to be the issue [01:11] sweet, thats great, thanks for all your help, I can work on fixing all that up [01:12] No problem! Glad to help [01:17] I really need to learn more Cisco side of things, I'm more of a linux sysadmin [01:18] Cisco is a whole world in itself... especially with the Nexus line of switches and can be pretty complex when you start tying storage networking into the mix. [01:18] With FCOE and FC in the same switch. [01:20] yeah, definately, and things start getting hazy when you are talking Neutron too, with all the SDN [01:20] Yep [01:21] If you can convince whoever you need to I would strongly suggest rebuilding your openstack cluster to vlan based instead of GRE [01:21] a lot less headaches and super easy with the nexus api to automate everything [01:22] sounds like a good idea, I'll have a look into it [01:25] the fact we're using juju charms to deploy openstack might be a factor too, since I think they only do openvswitch right now - no reason that couldn't (nor indeed, shouldn't) change though, just more work. [01:26] http://blogs.cisco.com/datacenter/availability-of-the-nexus-1000v-cloud-networking-platform-for-openstack-unveiled-at-cisco-live/ [01:27] https://wiki.openstack.org/wiki/Cisco-neutron [01:30] the charm says it only supports openvswitch though [01:30] Interesting. === edu-afk is now known as edamato === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson [02:46] Hi! Gettng "TFTP prefix: unable to locate configuration file" on PXE boot of a node from maas. Please suggest the fix? [02:47] what state is the node in, in maas? [02:47] if it's still "Ready" you can't boot the node yet, maas needs to start it === edamato is now known as edu-afk [02:55] Does MAAS support reporting to a log server? [02:57] the appserver logs are via Apache [02:57] as in, the threads are Apache threads so whatever Apaches does for logging [02:58] the celery daemons and pserv are standalone logs, so I don't think compatible with a log server [02:58] I was more looking at having the logging report to a log server such as Solarwinds [02:58] Specifically maas.log and pserv.log [02:59] yeah it would be a good idea to use syslog and ship a configuration to have separated logs [02:59] I don't know anything about Solarwinds [03:00] http://www.solarwinds.com/kiwi-syslog-server.aspx [03:06] ok so it's syslog compatible [03:06] Awesome [03:08] Hi, if i missed this could you please repost, i'm getting tftp prefix: configuration file not found from on booting from maas? [03:14] svetmy5_: [12:47:00] what state is the node in, in maas? [03:14] [12:47:22] if it's still "Ready" you can't boot the node yet, maas needs to start it [03:15] It doesn't get discovered by maas, i tried adding by mac address, so it's in commissioning state. [03:16] svetmy5_: can you pastebin the exact log please [03:25] Any reason why the maas.log would be empty? [03:26] Lord_Set: no errors to report I guess - what's in the apache logs? [03:27] Let me check [03:29] http://pastebin.ubuntu.com/6997820/ [03:32] well... [03:32] that's a new one on me [03:32] jtv: any ideas? --^ [03:32] rofl just my luck [03:32] * jtv looks [03:33] reboot? :) [03:33] Already tried that. [03:33] or restart Apache [03:33] Done that too [03:33] and every other associated process [03:33] err service [03:35] Looks as if either a stale lock hangs around, or we get stuck during startup. [03:35] You may need to delete the lock file in /run/lock. [03:36] We build the filename as '/run/lock/' + __name__, which I hope doesn't mean that the lock file will be called __main__. [03:36] I will look now === mwhudson is now known as zz_mwhudson [03:37] root@EZ-GAR-MAAS-01:/var/log/apache2# ls /run/lock [03:37] apache2 EZ-GAR-MAAS-01.Dummy-1-3830 EZ-GAR-MAAS-01.MainThread-3691 [03:37] EZ-GAR-MAAS-01.Dummy-1-1822 EZ-GAR-MAAS-01.Dummy-1-3831 maasserver.start_up.lock [03:37] That's the one. [03:37] start_up is the module name. [03:37] Ok. I will delete it. [03:37] Once you're absolutely sure that you've killed the processes. [03:38] This wasn't supposed to happen; we do register an atexit for cleaning up the lock. But there's always a way to break it I suppose. [03:38] stop Apache first [03:38] Yes, good idea. :) [03:39] Well Apache started a lot faster that time [03:41] And that fixed my PXE issue as well generating the config file [03:42] lol and another odd one [03:42] FQDN [03:42] ;; connection timed out; no servers could be reached.master [03:42] great - is svetmy5_ your colleague? [03:43] Nope [03:43] err yes [03:43] Didn't realize that was him. He changed his name. [03:44] He is our lead developer [03:45] I think I have an idea what that FQDN is... [03:45] "dig" prints its errors to stdout, not stderr. [03:45] Ahh ok [03:45] I just found it amusing [03:46] That it is, in a way. I guess it must be the enlistment userdata calling "dig." [03:46] I'll file a bug. [03:52] Filed as bug 1284964 [03:52] bug 1284964 in MAAS "Bad FQDN: ";; connection timed out; no servers could be reached.master"" [High,Triaged] https://launchpad.net/bugs/1284964 [03:57] Cool, thanks [03:59] If I specify the nameserver in the preseed instead of the string value should that fix it? [04:02] AFAICT this happens in the enlistment preseed... I don't know if we ever re-generate the hostname. [04:03] But if the nameserver isn't responding, then the hostname is going to be problematic one way or another. [04:04] Although yes, this does look as if it's ignoring any nameserver selection, doesn't it? [04:04] It does even though it is specified everywhere. I have also double checked all the config files just to make sure. [04:05] Though I have queried the local nameserver built into maas and it responds [04:06] I was thinking of setting the nameserver in the preseed_master [04:06] d-i netcfg/get_nameservers string 10.10.10.50 [04:06] DHCP sets it, no need [04:06] May have been a transient thing: maybe the nameserver was just restarting in response to a config change, or upgrading... [04:07] jtv: we should be using reload, not restart, for that anyway [04:07] for this very reason [04:07] Yup. There may be some finicky details though about what can be done with a reload and what will require a restart. [04:08] jtv: not that I know of! reload just tells it to re-read confug [04:08] Yes, what I mean is that some daemons have some settings that they can't change with a mere reload. [04:09] There are a few things I have had to consistently change in configs to get some stuff working. For example the filename being specified in the dhcpd.conf as pxelinux.0 [04:10] Uncommenting the tftp lines in the pserv.yaml as well [04:10] jtv: true, but I think named is designed so reloading and/or using rndc covers everything, as it's a sufficiently high-profile daemon [04:11] Lord_Set: you should not have to do any of that, I am surprised. It works OOTB for me [04:11] Odd [04:11] From a fresh install of ubuntu server and then installing the MAAS and Juju packages or doing a install from the media and choosing to make the server a MAAS server? [04:12] installation of packages - but the latter does the same thing AFAIK [04:13] you need new packages I expect [04:13] I just rebooted the server [04:13] if you install from 12.04 media, then ... earrghhhh [04:13] Been installing from 13.10 media [04:13] phew [04:14] I will recheck versions once it is back up. [04:29] There aren't any maas or juju updates available to me so I am guessing I am current. [04:36] FYI jtv and bigjools, setting the nameserver in the preseed_master worked [04:37] huh [04:37] submit a patch! [04:37] heh, I had to manually add the nameserver [04:37] Not much of a patch [04:38] So you bypassed the one offered by DHCP? [04:39] maybe the installer ignores it [04:39] DHCP wasn't passing it's configured nameserver to the preseed for some reason [04:40] it doesn't go to the preseed, it ends up in the dhcp client, which is supposed to set the resolv.conf, or dnsmasq config if dnsmasq being used [04:40] in the preseed_master what is the purpose of the d-i netcfg/get_nameservers string then? [04:41] Also, which log file would have ipmi errors in it? [04:42] Is MAAS using ipmitool in the background or doing custom calls via XML? [04:42] I don't know what d-i is using to set the nameserver, that setting might be an override [04:42] it spawns ipmitool [04:42] Ok [04:43] all from a template you can customise [04:43] I have odd issues with it and getting it to work with our mass amounts of HP DL360 and 380 G5 servers. [04:44] They have ILO version 2 which supports IPMI version 2 I believe. [04:48] https://bugs.launchpad.net/maas/+bug/1086162 [04:48] Ubuntu bug 1086162 in MAAS "IPMI based power management default to IPMI 1.5 based authentication" [High,Triaged] [04:48] Seems to be the same bug [04:48] someone is fixing that as we speak! [04:49] :) [04:51] In fact I approved the MP earlier. [04:51] Meanwhile, bigjools, you might like https://code.launchpad.net/~jtv/maas/use-mock-matchers/+merge/208272 [04:52] jtv: \o/ [04:52] It's only a start. I count 90 more instances of '\.assert_' after this. :( [04:53] jtv: I'll just fix up my branch and land it [04:54] Great, thanks. [04:54] Really have to go at these things, or you get the worst of both worlds. [04:54] jtv: zoiks I completely forgot the docstrings on two classes [04:54] Meanwhile, there's a whole bunch of new CSS lint. No idea where it came from. :( [04:55] I thought you left the docstrings out deliberately. [04:55] It slowed me down a bit in reading, but not very much. [04:55] Although obviously these things do add up. [04:56] jtv: no, sorry, I fucked up [04:56] Tsk. [05:12] Have you run any tests to see about the max number of servers able to reliably commission and install at once? [05:26] http://pastebin.ubuntu.com/6998135/ [05:26] Another interesting error. Takes place after deleting a node, powering the server on and letting it preseed again. [05:36] Lord_Set: that's generally what I see if I let the server try and enlist again [05:37] It looks like once you delete a node it isn't removing the hostname from the database for some reason [05:49] ugh, working through ipmi issues for the lose [05:56] bradm, http://pastebin.ubuntu.com/6998208/ [05:56] Looks like it is an issue with the dhcp host map [06:05] Lord_Set: huh, sure does [06:32] bigjools, are you still around? [07:06] jtv welcome back [07:07] Have you seen any ilo/ipmi issues where MAAS won't properly create it's own maas account in the ilo/ipmi? It sure thinks it does but doesn't generate any errors in any logs about it. [07:08] Doesn't ring a bell, no. [07:09] On one server it isn't even pulling the ipmi information during the enlist... just leaves it blank === CyberJacob|Away is now known as CyberJacob [07:20] Ipmipower seems super picky... [07:21] Hopefully that team plans on working on it's issues soon [07:23] Lord_Set: I am back [07:23] so let me look at your questions in order [07:24] no, we've not done that concurrency testing. We suspect it will be limited to bandwidth required for tftp/broadcast traffic on a LAN segment [07:25] umm I've never seen that node deletion error and I do A LOT of deletion + re-enlist cycles. Weird. [07:26] Lord_Set: I've seen plenty of problems with creating ilo accounts. We have a bunch of fixes landing/about to land in trunk for that, it's much more reliable now. [07:27] Any way I can get my hands on those fixes now? ;) [07:27] and yes ipmi is a PITA and quite flakey sometimes [07:27] sure, use the daily PPA :) [07:27] Because this is being a thorn in my side! [07:27] I will do so for sure [07:27] what hardware were you using again? [07:27] All HP DL360 and DL380 G5s [07:27] proliants? [07:27] Yep [07:28] I think there's a kernel bug when inserting the ipmi module [07:28] They use iLo 2.0 which supports IPMI 2.0 when updated to their latest firmware. [07:28] go into the enlist_userdata preseed and uncomment the IPMI_SI_PARAMS setting [07:28] Alright [07:28] I also saw some reports of the latest ilo firmware being rather buggy [07:29] It is a lot better than having IPMI 1.0 [07:29] my proliants that I test with are 1.2 and seem ok, someone else on 1.3 is having trouble [07:29] They skipped 1.5 [07:30] I have a lot of Dell 1950 G3, 2950 G3 and R805s that I will test with tomorrow. [07:30] All with DRAC [07:30] k [07:30] would be nice feedback for us! [07:30] glad to help [07:31] your project is fueling the backbone of what this startup is doing... well we plan to do once we get further into development [07:40] sweet [07:42] Lord_Set: this could be your duplicate hostname bug https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1081660 [07:42] Ubuntu bug 1081660 in maas-enlist (Ubuntu) "If maas-enlist fails to reach a DNS server, the node will be named ";; connection timed out; no servers could be reached"" [Critical,Triaged] [07:42] * bigjools EODs [07:43] Looks like it [07:43] Or really close. I will have to go through the bug report to be sure. [07:46] Lord_Set: basically if you have a node which has that name because the enlisting nodes can't reach a DNS server, if you try to enlist a second node (while still having the DNS problem) you'll have the {'hostname': [u'Node with t [07:46] his Hostname already exists.']} error [07:47] Yeah I found the issue was becase of the preseed dns problem. Once I manually set the preseed nameserver the issue disapeered. [07:47] rbasak: Hi there, I've got a question for you about uvtool: how can I get uvtool to use a particular version of Ubuntu, for instance Trusty beta1? [07:58] PXE booting with 10g nics kicks ass especially when installing to 6 drive raid 10 SSD arrays [08:12] bigjools, seen this one before? Happened after updating to daily ppa [08:12] http://pastebin.ubuntu.com/6998610/ [08:22] Lord_Set: are you using trusty? [08:22] daily only works on trusty [08:22] * bigjools away [08:23] That would explain it... Will upgrade to trusty now. === CyberJacob is now known as CyberJacob|Away [09:33] How do you reset a MAAS password in trusty? [09:34] I don't see the command under maas anymore [10:02] Can someone tell me how I would manually fetch a file like pxelinux.cfg/01-00-25-90-7e-9e-20 ? [10:05] I need to inspect what it contains. [10:32] rvba: off the top of my head: uvt-simplestreams-sync --source http://cloud-images.ubuntu.com/daily release=trusty label=beta1 arch=... [10:32] rvba: then: uvt-kvm create ... release=trusty label=beta1 arch=... [10:32] rvba: "uvt-simplestreams-query" can be used with the same filter arguments to show you what you have. If you have arguments that narrow this list down to one, then uvt-kvm should be able to use it. [10:42] rbasak: thanks. So label=beta1 is just a simplestreams filter right? [10:42] rvba: right [10:42] arges: that means we can use that for the ephemerals too. [10:42] arges: oops, sorry. [10:42] I meant allenap. [10:43] rvba: Any idea about me? [10:43] rvba: oh, one error. You don't need --source. Beta images are in the "released" stream, not the "daily" stream, and the former is the default. [10:44] rbasak: okay [10:44] http://cloud-images.ubuntu.com/releases/streams/v1/com.ubuntu.cloud:released:download.json shows you what you can filter on. "ftype=tar.gz" is automatically added by uvtool, so it gets the right download type. [10:44] jpds: I'll get back to you in a sec… [10:47] rbasak: thanks, that's very useful. [10:47] This is also rather interesting: http://pastebin.ubuntu.com/6999107/ [10:53] Err, "ftype=disk1.img" is automatically added by uvtool. That's the right download type :) [10:53] np! [10:56] jpds: If you're using a recent version of MAAS, the easiest way to see that is to raise the log level in /etc/maas/maas_local_settings.py to "DEBUG". Then /var/log/maas/maas.log will contain the content of all the requests that go through. [11:04] rvba: So, /etc/maas/maas_local_settings.py; DEBUG = True. [11:04] Oh, log: level: DEBUG. [11:05] jpds: yeah, LOGGING_LEVEL = 'DEBUG' [11:05] Then you need to restart apache2. [11:14] rvba: Well, bizarrely, all maas.log shows is an OAuthUnauthorized error. [11:16] rvba: Right, it's logging things to every file, but maas.log. [11:16] o_O [11:18] But it's certainly running. [11:19] jpds: what version of MAAS are you using. [11:19] ? [11:19] rvba: cloud-archive:tools. [11:19] Ah, that's why you're not seeing the content of the requests. [11:21] Nooo. :( [11:25] jpds: Let me think about another way… [11:29] jpds: something you can do is thiss: [11:29] this* [11:31] Look in /var/log/apache2/access.log for requests like: [11:31] http://localhost/MAAS/api/1.0/pxeconfig/?cluster_uuid=0c6ea249-fa34-45e1-bbee-706695cafb41&local=192.168.21.5&mac=00-e0-81-d1-b1-47&r [11:31] (But with your MAC address, of course) [11:31] Then use wget to reproduce the exact same request. [11:31] It won't give you the complete template, but it will contain all the elements used by the provisioning server to produce the template. [11:32] Basically the tftp server queries the MAAS server to get all the info it needs to produce pxelinux.cfg/01-00-25-90-7e-9e-20. By doing what I described you recreate the request made by the tftp server to the MAAS server. [11:33] Oh, pxeconfig instead of pxelinux. [11:34] That's why I couldn't find anything in the apache logs. [11:37] I really need to sleep but keeping running into bugs and issues :( [12:08] Any of the MAAS team available? [12:52] rvba: Yeah, we need the actually pxelinux input... [12:52] Anyway I can fake the TFTP request? [12:55] jpds: I've never done it so you'll have do some research about that but I don't see why you couldn't. [13:01] rvba you are a MAAS dev correct? [13:07] rvba: http://pastebin.ubuntu.com/6999651/ [13:09] Well, clearly I have a different remote= in the Apache logs. [13:10] Lord_Set: It's generally better if you ASK the question. [13:16] I am having issues with the enlistment detecting ILO/IPMI... I am currently running trusty 14.04 with the daily ppa as well. [13:35] hello [13:41] Lord_Set, it would be so much easier if all server manufacturer did the same thing [13:42] James I concur [13:42] Lord_Set, is maas not able to detect/configure ipmi during enlistment [13:42] ? [13:42] Correct [13:42] It was doing it fine with 13.10 [13:42] Lord_Set, does it set any data at all? [13:42] Nope [13:42] urgh - that's bad [13:43] Yeah :( [13:43] I am going to have to delve deep into it later with bigjools and jtk when they are back around. Or whatever devs are available. [13:43] Lord_Set, please raise a bug with details about what versions you are using and what type of server you are using [13:44] nice thing about bugs are they are async :-) [13:44] Yeah I will. [13:46] Though as a bonus MAAS without doing anything detects my broadcom 10g dual port nics. [13:57] Lord_Set: Yes I am. I'd be happy to help you but I'm pretty busy this afternoon. If you encounter problems, please file bugs and we'll get back to you asap. [14:05] rbasak: any idea what I'm doing wrong? http://paste.ubuntu.com/6999893/ [14:06] rvba: have you synced those things? Sorry if I wasn't clear - query queries what is synced locally. To query the remote end, use sstream-query (simplestreams package) [14:07] rbasak: ah! That's it, I thought it was querying the remote end. Thanks! [14:08] Sorry (again) for the lack of documentation. I was going to hide in a corner and work on that this afternoon actually. [14:08] Cool :). [14:12] Hum, gpg error now… http://paste.ubuntu.com/6999909/ [14:16] rbasak: sorry to bother you again but any idea if I need to fiddle with gpg key before using sstream-query? ^ [14:16] rbasak: ah! nm, I got it. === CyberJacob|Away is now known as CyberJacob === cmagina_ is now known as cmagina === zz_mwhudson is now known as mwhudson === smoser` is now known as smoser === CyberJacob is now known as CyberJacob|Away