giftweb-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Giftweb-discuss] Installation try #2


From: Gregory Gee
Subject: [Giftweb-discuss] Installation try #2
Date: Fri, 09 Jan 2004 18:46:38 -0500
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624


 Well, trying again. Fresh grab of CVS.

Bug #1
README has a small mistake. In the note at the bottom, it says the default admin password
is 'admin'.  This is not correct  The admin password is actually 'password'.

Bug#2
There is a problem with importing the giftweb sql file. It fails to create the default group. A terminal capture is shown below. It generated other warnings as well at the bottom, but
those might be ok.

bash-2.05b$ createdb giftweb
CREATE DATABASE
bash-2.05b$ createuser apache
Shall the new user be allowed to create databases? (y/n) n
Shall the new user be allowed to create more new users? (y/n) n
CREATE USER
bash-2.05b$ psql giftweb < giftweb.sql
You are now connected as new user apache.
SET
CREATE TABLE
REVOKE
GRANT
CREATE TABLE
REVOKE
GRANT
ERROR: copy: line 1, pg_atoi: error in "101 DEFAULT GROUP 101 f": can't parse " DEFAULT GROUP 101 f"
lost synchronization with server, resetting connection
CREATE TABLE
REVOKE
GRANT
CREATE TABLE
REVOKE
GRANT
CREATE TABLE
REVOKE
GRANT
CREATE TABLE
REVOKE
GRANT
CREATE TABLE
REVOKE
GRANT
CREATE TABLE
REVOKE
GRANT
CREATE SEQUENCE
REVOKE
GRANT
CREATE SEQUENCE
CREATE SEQUENCE
CREATE INDEX
NOTICE: ALTER TABLE / ADD UNIQUE will create implicit index 'users_uid_key' for table 'users'
ALTER TABLE
NOTICE: ALTER TABLE / ADD UNIQUE will create implicit index 'members_gid_uid_unique' for table 'members'
ALTER TABLE
NOTICE: ALTER TABLE / ADD UNIQUE will create implicit index 'members_gid_key' for table 'groups'
ALTER TABLE
NOTICE: ALTER TABLE / ADD UNIQUE will create implicit index 'events_eid_key' for table 'events'
ALTER TABLE







reply via email to

[Prev in Thread] Current Thread [Next in Thread]