Devin Young
Devin Young
I confirmed what @stanchan said above--changing the auth strategy to AuthorizationStrategy$Unsecured and security realm to SecurityRealm$None manually in config.xml fixed this error on re-run. Seems like a chicken/egg issue: we...
@jhoblitt I am running on Ubuntu FWIW. I considered the 3-step approach but didn't really feel comfortable spending much time doing that when it feels temporary. I think a good...
@jhoblitt Got it, that makes sense. I have been able to install .deb packages without starting daemons by setting the env var `RUNLEVEL=1` during the install. i.e. `RUNLEVEL=1 apt-get install...
@jhoblitt I can probably take a stab at this unless someone else wants to. It's blocking some of the work slated for our current sprint, so I should be able...
I have this issue as well. The suggestion above to type the command into Python-Fu worked for me, however.
I took a stab at this about a month ago due to this being a block for us using centurion for deployments. I made the API version a config parameter...
Pull request for this referenced in #153
Keeping this open, as others seem to be having the same issue.