Karel Vervaeke

Results 17 comments of Karel Vervaeke

I bumped into what looks like the same issue:

I started by running cyclontron-svc using the sample.config.js; settings analytics enabled = true in that file gets rid of the 405, but now I get a 500. The error on...

upgrading mongoose to 6.2.10 seems to make the error go away; fyi I'm running mongo 4.4, that's probably relevant

I'll create a PR; I find any tests in cyclotron-svc, though I have to admit I didn't look very hard.

Since there is an open PR for bumping mongoose that's 3 years old [0] I don't think this project is being maintained very actively anymore. [0] https://github.com/ExpediaGroup/cyclotron/pull/49

> > > import struct > > > print struct.pack('>I', 1349281121) > > > Plea The first four bytes from 'Please log in as {user} instead of root' are interpreted...

Forget that. The 'Please log in as {user}' message is more than a warning: the login is actively denied. In that case you really should use override the credentials with...

The snippet is produced by scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/ssh/SshStatements.java and scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/ssh/SshdConfig.java There is a 'lockSshd' static method there which is responsible. This is in turn called from scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/login/AdminAccess.java AdminAccess has javadocs explaining its...

Thanks a lot. Awk I can cope with ;-) On Fri, Sep 7, 2012 at 5:40 PM, Adrian Cole [email protected]: > Haha, so there is a flag to AdminAccess to...

Another instance of this problem (combined with angular-seed): https://github.com/mgechev/angular-seed/pull/2151