Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
I just saw your other e-mail, Will. Most of my VMs in our lab do run with Bridged, but this one is a little Ubuntu VM on my laptop, so I had just decided to use NAT. NAT had worked well until VirtualBox 5.0.28 and only seemed to fail for me when making use of the CloudStack integration port (fo

Re: Marvin Error

2016-11-04 Thread Will Stevens
good to know. :P *Will STEVENS* Lead Developer On Fri, Nov 4, 2016 at 3:22 PM, Tutkowski, Mike wrote: > Wow…that solved it. I rolled back to VirtualBox 5.0.22 from 5.0.28. I > probably could have just gone back one version, but wasn’t sure exactly > what version I was

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Wow…that solved it. I rolled back to VirtualBox 5.0.22 from 5.0.28. I probably could have just gone back one version, but wasn’t sure exactly what version I was running before “upgrading” to 5.0.28. On 11/4/16, 1:17 PM, "Tutkowski, Mike" wrote: I’m using NAT. I’m in the process of

Re: Marvin Error

2016-11-04 Thread Will Stevens
I would try bridged if you haven't already. I have found that bridged networking has the least side effects when running VMs on my laptop. *Will STEVENS* Lead Developer On Fri, Nov 4, 2016 at 3:17 PM, Tutkowski, Mike wrote: > I’m using NAT. > > I’m in the process of go

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
I’m using NAT. I’m in the process of going back to an earlier version of VirtualBox to see if that fixes the issue. On 11/4/16, 1:15 PM, "williamstev...@gmail.com on behalf of Will Stevens" wrote: what networking configuration are you using? bridged? maybe try changing it to shared

Re: Marvin Error

2016-11-04 Thread Will Stevens
what networking configuration are you using? bridged? maybe try changing it to shared or natted. i don't remember which options you have in vbox, but i remember there were a couple options. just a thought... *Will STEVENS* Lead Developer On Fri, Nov 4, 2016 at 3:10 PM

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Yeah, the weird part is that, for example, http://192.168.129.50:8096/client/api?response=json&command=listUsers&listAll=true works from any Ubuntu client of my that is not running on VirtualBox on my Mac OX X laptop. I may have recently “upgraded” VirtualBox this past week (I can’t remember) a

Re: Marvin Error

2016-11-04 Thread Will Stevens
stupid question, but you do have the port 8096 turned on right? i think cloudstack ships with that turned off by default. if you use port 8080 with an api and secret key, does that work? if you try with cloudmonkey, does that work? *Will STEVENS* Lead Developer On Fri,

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Actually, the problem only surfaces on Ubuntu VMs running on my Mac OS X laptop. Weird. Was working just fine a couple days ago. Maybe an automatic update on Mac OS X broke something. On 11/4/16, 12:59 PM, "Tutkowski, Mike" wrote: Interesingly, I just installed a new Ubuntu 14.04 VM with n

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Interesingly, I just installed a new Ubuntu 14.04 VM with no CloudStack components on it and it, too, cannot successfully run this command: http://192.168.129.50:8096/client/api?response=json&command=listUsers&listAll=true Is it possible that new code in master has broken support for Ubuntu clie

Re: Marvin Error

2016-11-04 Thread Tutkowski, Mike
Looks like it’s not a problem specific to Marvin. This is the same error, but run from the interactive Python interpreter (and I get an error returned running this command from my web browser, as well): >>> r = >>> requests.get('http://192.168.129.50:8096/client/api?response=json&command=listUs

Marvin Error

2016-11-04 Thread Tutkowski, Mike
Hi, Does anyone know why I might suddently be getting the following error when starting up my Marvin tests? I see this problem on Ubuntu 14.04, but not on Mac OS X. On both platforms, I’ve got requests 2.11.1 installed (current version). I’ve tried un-install and re-install requests, but I get

Re: Marvin Error

2015-04-28 Thread Ian Southam
On 28 Apr 2015, at 14:52, Srikanteswararao Talluri mailto:srikanteswararao.tall...@citrix.com>> wrote: Yeah, it is available post 2.7.9, Its my bad to use the private variable from module. I¹ll see If I can fix that. Yes indeed using 2.7.9 does indeed make the problem go away! For now that wo

Re: Marvin Error

2015-04-28 Thread Srikanteswararao Talluri
Yeah, it is available post 2.7.9, Its my bad to use the private variable from module. I¹ll see If I can fix that. ~Talluri On 28/04/15 5:54 pm, "Rohit Yadav" wrote: >Hi Ian, > >Turns out this is an environment issue, the attribute maybe only >available with ssl module of Python 2.7+ and not all

Re: Marvin Error

2015-04-28 Thread Rohit Yadav
Hi Ian, Turns out this is an environment issue, the attribute maybe only available with ssl module of Python 2.7+ and not all 2.x ones. I’ve fixed it on master now. > On 28-Apr-2015, at 12:29 pm, Ian Southam wrote: > > Hi, > > Latest Marvin build has an error in it. Has anyone already worked o

Marvin Error

2015-04-28 Thread Ian Southam
Hi, Latest Marvin build has an error in it. Has anyone already worked out the cause before I put work into it? Common.py will not load because of an unresolved symbol in vcenter.py Traceback (most recent call last): File "/cloudstack/cloudstack/test/integration/smoke/misc/test_deploy_vm.py"