Browsing all articles from Maret, 2011

Problem:

Thu Mar 31 07:55:27 Error: couldn’t connect to server 127.0.0.1 (anon):1154
exception: connect failed

Solution:

$ sudo rm -rf /var/lib/mongodb/mongod.lock #depend on mongodb config
$ sudo mongod -repair
$ sudo service mongodb start

And the problem is solved

$ mongo
MongoDB shell version: 1.6.5
connecting to: test
>

=-=-=-=-=
Powered by Blogilo

Tambahkan ppa firefox stable

$ sudo add-apt-repository ppa:mozillateam/firefox-stable
$ sudo apt-get update
$ sudo apt-get upgrade

=-=-=-=-=
Powered by Blogilo