Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6DD71148A for ; Fri, 6 Jun 2014 18:31:01 +0000 (UTC) Received: (qmail 82588 invoked by uid 500); 6 Jun 2014 18:31:01 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82532 invoked by uid 500); 6 Jun 2014 18:31:01 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 82522 invoked by uid 99); 6 Jun 2014 18:31:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 18:31:01 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeanfelixg@icloud.com designates 17.172.108.250 as permitted sender) Received: from [17.172.108.250] (HELO st11p05mm-asmtp002.mac.com) (17.172.108.250) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 18:30:56 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.0.1.5] (cable-253.127.96-77.electronicbox.net [96.127.253.77]) by st11p05mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTPSA id <0N6R0099SFEV7Y90@st11p05mm-asmtp002.mac.com> for dev@couchdb.apache.org; Fri, 06 Jun 2014 18:30:32 +0000 (GMT) From: Jean-Felix Girard Subject: 1843 Error with --admin option Message-id: Date: Fri, 06 Jun 2014 14:30:32 -0400 To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1878.2) X-MANTSH: 1TEIXWV4bG1oaGkdHB0lGUkdDRl5PWBoaEhEKTEMXGx0EGx0YBBIZBBsSEBseGh8 aEQpYTRdLEQptfhcaEQpMWRcbGhsbEQpZSRcRClleF2NjeREKQ04XSxsZGmJCH2lmHX9jGXhzB x8cGxIZGn0SEQpYXBcZBBoEGxsHTU4fGBgYGUsFGx0EGx0YBBIZBBsSEBseGh8bEQpeWRdhUhw bQBEKQ1oXExwEGxgdBBgfGQQdHREKQkUXaGlgYx9bUERNfFgRCkJOF2tFGlJQHkNcWVxoEQpCT BdpHm5BRhldaG1EThEKQmwXYR1yT3sbcgF9Q38RCkJAF2lMbEgeeWFGZFxsEQpCWBduH0VzQGN 9ZRpfThEKcGgXZGxJY0tyXEdIRmcRCnBoF2ZZE0BQE0RPThJrEQpwaBdgTGJ4fV5zYR1bSREKc GgXbQVPRWRnU0hTbhoRCnBoF24ZRVJ7bk0ccGNDEQpwbBdkZl1rRxxMY0xAfxE= X-CLX-Spam: false X-CLX-Score: 1011 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.14,0.0.0000 definitions=2014-06-06_07:2014-06-06,2014-06-06,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=5 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1406060244 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I couldn't wait more to test the BigCouch merge. I checkout and install 1843-feature-bigcouch branch on OSX 10.9. I can start in dev mode with no option without issue. All 3 nodes are OK. But providing an admin user with --admin=jeff:mypassword or -a jeff:mypassword fails. log/error.log: dev:$ cat log/error.log 2014-06-06 14:25:09.758 [error] <0.132.0> CRASH REPORT Process <0.132.0> with 0 neighbours exited with reason: no function clause matching couch_passwords:hash_admin_password("mypassword") line 30 in gen_server:init_it/6 line 328 2014-06-06 14:25:09.758 [error] <0.132.0> CRASH REPORT Process <0.132.0> with 0 neighbours exited with reason: no function clause matching couch_passwords:hash_admin_password("mypassword") line 30 in gen_server:init_it/6 line 328 2014-06-06 14:25:09.758 [error] <0.132.0> CRASH REPORT Process <0.132.0> with 0 neighbours exited with reason: no function clause matching couch_passwords:hash_admin_password("mypassword") line 30 in gen_server:init_it/6 line 328 2014-06-06 14:25:09.758 [error] <0.129.0> Supervisor couch_primary_services had child couch_server started with couch_server:sup_start_link() at undefined exit with reason no function clause matching couch_passwords:hash_admin_password("mypassword") line 30 in context start_error To install, i did: brew install rebar ./configure make Anything missing ? thanks! -- J