summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-27 17:06:09 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-27 17:06:09 -0400
commitc3bd782ff1b3eb91b238f5ca3436edafd017c61c (patch)
tree53e67d592c4c91d1fb831bb40327390b941e976c /README.md
parent3b64928720ce15c92374b031ff24b10022671261 (diff)
move troubleshooting to wiki
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index ebb8fefb..10757936 100644
--- a/README.md
+++ b/README.md
@@ -132,15 +132,7 @@ _W_ - write quorum constant. When writing the N copies, the data store will res
### Troubleshooting
-#### `make install` fails with "read file info /usr/lib/erlang/man/man5/modprobe.d.5 failed"
-
-You can fix this by removing that file:
-
- `sudo rm /usr/lib/erlang/man/man5/modprobe.d.5`
-
-#### Dbcore fails on startup with a "Can't set long node name!" error
-
-Cloudant-dbcore requires that your system be set up with a fully qualified domain name. Make sure that the command `hostname -f` outputs a full hostname. If not, add the full hostname of your server to the `/etc/hosts` file.
+Please see [http://github.com/cloudant/dbcore/wiki/troubleshooting][8]
### Contact
@@ -158,3 +150,4 @@ Cloudant folks are usually hanging out in IRC. Freenode, channel #cloudant. We
[5]: http://loadbalancer:5984/_utils
[6]: https://launchpad.net/~commonjs/+archive/ppa/
[7]: http://mxcl.github.com/homebrew/
+[8]: http://github.com/cloudant/dbcore/wiki/troubleshooting