Sean P. DeNigris wrote > I'm going to try reinstalling mongodb. I don't remember if I installed via > apt-get install mongodb (I think that's what I did), or the 10gen version > recommended in the mongodb install guide
Yay! After reinstalling mongo per the installation guide [1], and ditching the epiphany web browser in favor of iceweasel, I was able to successfully log in to my local sthub :) Thanks for all the support. I updated the Jenkins job's mongodb installation instructions to refer to [1] Most of the MongoTalk tests are passing now. The only failures are #testDate and #testDateAndTime [1] http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/ To install mongodb in debian: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 echo 'deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen' | sudo tee /etc/apt/sources.list.d/10gen.list sudo apt-get update sudo apt-get install mongodb-10gen ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-Zinc-problem-with-PUT-requests-tp4688705p4693815.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
