Ticket #5906 (closed defect: worksforme)
trac-admin initenv segfault - rev 5949
| Reported by: | anonymous | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | admin/console | Version: | devel |
| Severity: | critical | Keywords: | trac-admin initenv |
| Cc: |
Description
when running trac-admin to initialize an environment trac segfaults.
OS : Ubuntu 7.04
ARCH : x86_64
VERSION: devel rev 5949
Database PostgreSQL 8.2
trac-admin /home/trac-repos/username initenv
Creating a new Trac environment at /home/trac-repos/username
Trac will first ask a few questions about your environment
in order to initalize and prepare the project database.
Please enter the name of your project.
This name will be used in page titles and descriptions.
Project Name [My Project]> Username Project
Please specify the connection string for the database to use.
By default, a local SQLite database is created in the environment
directory. It is also possible to use an already existing
PostgreSQL database (check the Trac documentation for the exact
connection string syntax).
Database connection string sqlite:db/trac.db>
postgres://usernametrac:password@localhost/usernametrac
Please specify the type of version control system,
By default, it will be svn.
If you don't want to use Trac with version control integration,
choose the default here and don't specify a repository directory.
in the next question.
Repository type [svn]>
Please specify the absolute path to the version control
repository, or leave it blank to use Trac without a repository.
You can also set the repository location later.
Path to repository /path/to/repos> /home/svn-repos/username/jpeltier
Creating and Initializing Project
Segmentation fault


