Everything posted by normtodd
-
Implementing OpenSeaChest for Seagate drive users
I came here to say exactly this - the ability for me to do this would be massive. It would be great I think for this to potentially live in the unassigned devices tab as a capability added next to the preclear button labeled 'firmware' that ideally checks if the firmware on the drive is the latest and if not finds it and installs it
-
<Support> Kru-x - Wekan and MongoDB-wekan templates
fwiw i was able to finally the docker started by making a change to MONGO_URL variable in the wekan docker. i should note that the --link mongodb:db which was populated in extra arguments (and was there on the docker update last night) has been removed completely. HOWEVER IN MAKING THIS CHANGE IT CREATED A NEW DATABASE AND I LOST ALL PREVIOUS WORK it may still be somewhere in mongo, but i dont know mongo like i know mysql, so who knows. my dockers are set up in such as way so as they do not all share a proxynet, but instead have their own IP addresses. for example mongodb docker is on 10.720.140 to make the wekan docker start, i changed the MONGO_URL to be: mongodb://10.72.0.140:27017/db instead of the previous MONGO_URL of mongodb://db I realize this change was not advisable as per one of the messages above, but this was the only way i could get it all to start. i am almost positive this is not the correct way to do it, but this way it starts and the log files are all nominal
-
<Support> Kru-x - Wekan and MongoDB-wekan templates
well it was working great til i pulled down a docker update. now the docker barfs with this and wont start: MongoError: database name must be a string at Function.create (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb-core/lib/error.js:43:12) at validateDatabaseName (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/operations/db_ops.js:720:22) at new Db (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/db.js:181:3) at MongoClient.db (/build/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/mongo_client.js:268:14) at packages/mongo/mongo_driver.js:186:25 at runWithEnvironment (packages/meteor.js:1286:24) any ideas?