Return-Path: X-Original-To: apmail-bloodhound-user-archive@www.apache.org Delivered-To: apmail-bloodhound-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00DAE109A5 for ; Mon, 10 Feb 2014 17:47:26 +0000 (UTC) Received: (qmail 51908 invoked by uid 500); 10 Feb 2014 17:47:25 -0000 Delivered-To: apmail-bloodhound-user-archive@bloodhound.apache.org Received: (qmail 51885 invoked by uid 500); 10 Feb 2014 17:47:25 -0000 Mailing-List: contact user-help@bloodhound.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@bloodhound.apache.org Delivered-To: mailing list user@bloodhound.apache.org Received: (qmail 51877 invoked by uid 99); 10 Feb 2014 17:47:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 17:47:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [91.207.212.99] (HELO mx08-0014df02.pphosted.com) (91.207.212.99) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 17:47:19 +0000 Received: from pps.filterd (m0047766.ppops.net [127.0.0.1]) by mx08-0014df02.pphosted.com (8.14.5/8.14.5) with SMTP id s1AHkw7m022181 for ; Mon, 10 Feb 2014 18:46:58 +0100 Received: from srv-edge-01.intra.igr.fr (smtp-edge-01.igr.fr [194.167.112.4]) by mx08-0014df02.pphosted.com with ESMTP id 1hfnyvsm8q-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 10 Feb 2014 18:46:57 +0100 Received: from SRV-CAS-01.intra.igr.fr (31.10.10.105) by SRV-EDGE-01.intra.igr.fr (194.167.112.4) with Microsoft SMTP Server (TLS) id 14.2.318.4; Mon, 10 Feb 2014 18:46:43 +0100 Received: from [31.10.138.16] (31.10.138.16) by SRV-CAS-01.intra.igr.fr (31.10.10.105) with Microsoft SMTP Server id 14.2.318.4; Mon, 10 Feb 2014 18:46:56 +0100 From: Guillaume Meurice Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Probleme with installation Date: Mon, 10 Feb 2014 18:52:52 +0100 Message-ID: <09375BF7-AC54-4BE8-9430-45669BA0348F@gustaveroussy.fr> To: MIME-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87,1.0.14,0.0.0000 definitions=2014-02-10_04:2014-02-10,2014-02-09,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=default_outbound_notspam policy=default_outbound score=0 kscore.is_bulkscore=0 kscore.compositescore=0 circleOfTrustscore=0 compositescore=0.999729646680759 urlsuspect_oldscore=0.999729646680759 suspectscore=1 recipient_domain_to_sender_totalscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 recipient_to_sender_totalscore=0 recipient_domain_to_sender_domain_totalscore=0 rbsscore=0.999729646680759 spamscore=0 recipient_to_sender_domain_totalscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1305240000 definitions=main-1402100103 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, While following the installation procedure on apache bloodhound wiki web = site, I get stuck on this error (see below). Any help would be grateful. Bests regards, = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D (bloodhound)[meurice@kototama : installer] $ python bloodhound_setup.py =20= This installer is able to install Apache Bloodhound with either SQLite = or PostgreSQL databases. SQLite is an easier option for installing = Bloodhound as SQLite is usually built into Python and also requires no special = permissions to run. However, PostgreSQL is generally expected to be more robust for = production use. Do you want to install to a PostgreSQL database [Y/n]: n Please supply a username for the admin user [admin]: admin00 Enter a new password for "admin00":=20 Please reenter the password:=20 Initenv for = '/Users/meurice/Downloads/apache-bloodhound-0.5.3/installer/bloodhound/env= ironments/main' failed.=20 Wrong number of arguments: 3 Traceback (most recent call last): File "bloodhound_setup.py", line 408, in bsetup.setup() File "bloodhound_setup.py", line 217, in setup self.writeconfig(baseini, [BASE_CONFIG, accounts_config]) File "bloodhound_setup.py", line 271, in writeconfig config.save() File "build/bdist.macosx-10.6-universal/egg/trac/config.py", line 237, = in save File "build/bdist.macosx-10.6-universal/egg/trac/util/__init__.py", = line 171, in __init__ File = "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/te= mpfile.py", line 293, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags) File = "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/te= mpfile.py", line 228, in _mkstemp_inner fd =3D _os.open(file, flags, 0600) OSError: [Errno 2] No such file or directory: = '/Users/meurice/Downloads/apache-bloodhound-0.5.3/installer/bloodhound/env= ironments/main/conf/base.ini-pZQfgf' = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D