Problem installing rt_3.0.3pre1

Hello!

installing rt_3_0_2 on Linux with postgres works fine but
rt_3.0.3pre1 run into the following errors - any hints?

Regards
Gregor

/usr/src/rt-3-0-3pre1 > make initialize-database
/usr/bin/perl //usr/sys/rt_3.0.3pre1/sbin/rt-setup-database --action
init --dba root --prompt-for-dba-password
In order to create a new database and grant RT access to that database,
this script needs to connect to your Pg instance on localhost as root.
Please specify that user’s database password below. If the user has no
database
password, just press return.
Password: Now creating a database for RT.
Creating Pg database rt3.
Now populating database schema.
Creating database schema.
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»attachments_pkey« für Tabelle »attachments«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»queues_pkey« für Tabelle »queues«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»links_pkey« für Tabelle »links«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»principals_pkey« für Tabelle »principals«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»groups_pkey« für Tabelle »groups«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»scripconditions_pkey« für Tabelle »scripconditions«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»transactions_pkey« für Tabelle »transactions«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»scrips_pkey« für Tabelle »scrips«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»acl_pkey« für Tabelle »acl«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»groupmembers_pkey« für Tabelle »groupmembers«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»cachedgroupmembers_pkey« für Tabelle »cachedgroupmembers«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»users_pkey« für Tabelle »users«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»tickets_pkey« für Tabelle »tickets«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»scripactions_pkey« für Tabelle »scripactions«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»templates_pkey« für Tabelle »templates«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»ticketcustomfieldvalues_pkey« für Tabelle »ticketcustomfieldvalues«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»customfields_pkey« für Tabelle »customfields«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»customfieldvalues_pkey« für Tabelle »customfieldvalues«
NOTICE: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index
»sessions_pkey« für Tabelle »sessions«
schema sucessfully inserted
Now inserting database ACLs
Now inserting RT core system objects
Checking for existing system user…not found. This appears to be a new
installation.
Creating system user…done.
Now inserting RT data
Creating Superuser ACL…Creating groups…3.4.5.6.7.8.9.done.
Creating users…(Error: No permission to create users)0.(Error: No
permission to create users)0.done.
Creating ACL…[Tue Jun 3 13:26:42 2003] [crit]: 1
(/usr/sys/rt_3.0.3pre1/lib/RT/ACE_Overlay.pm:884)
[Tue Jun 3 13:26:42 2003] [crit]: Can’t load a principal for id
(/usr/sys/rt_3.0.3pre1/lib/RT/ACE_Overlay.pm:885)
Principal not found…[Tue Jun 3 13:26:42 2003] [crit]: 1
(/usr/sys/rt_3.0.3pre1/lib/RT/ACE_Overlay.pm:884)
[Tue Jun 3 13:26:42 2003] [crit]: Can’t load a principal for id
(/usr/sys/rt_3.0.3pre1/lib/RT/ACE_Overlay.pm:885)
Principal not found…done.
Creating queues…(Error: No permission to create queues)0.(Error: No
permission to create queues)0.done.
Creating ScripActions…1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.done.
Creating ScripConditions…1.2.3.4.5.6.7.8.9.done.
Creating templates…Invalid queue.Invalid queue.Invalid
queue.Invalid queue.done.
Creating scrips…(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Permission Denied)
(Error: Invalid queue)
(Error: Invalid queue)
(Error: Invalid queue)
(Error: Invalid queue)
done.

Stever, Gregor wrote:

installing rt_3_0_2 on Linux with postgres works fine but
rt_3.0.3pre1 run into the following errors - any hints?

Did you “make dropdb” before “make initialize-database” ?

Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh@snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances

This one time, at band camp, Phil Homewood wrote:

Stever, Gregor wrote:

installing rt_3_0_2 on Linux with postgres works fine but
rt_3.0.3pre1 run into the following errors - any hints?

Did you “make dropdb” before “make initialize-database” ?

I’m doing some testing on a fresh database install, and I’m also seeing the
errors when make initialize-database runs.

Creating users…(Error: no permission to create users)0.(Error: No
permisison to create users)0.done

is the first one that appears.

jaq@spacepants.org http://spacepants.org/jaq.gpg

This one time, at band camp, Jamie Wilkinson wrote:

This one time, at band camp, Phil Homewood wrote:

Stever, Gregor wrote:

installing rt_3_0_2 on Linux with postgres works fine but
rt_3.0.3pre1 run into the following errors - any hints?

Did you “make dropdb” before “make initialize-database” ?

I’m doing some testing on a fresh database install, and I’m also seeing the
errors when make initialize-database runs.

Creating users…(Error: no permission to create users)0.(Error: No
permisison to create users)0.done

is the first one that appears.

And of course it’s fixed in aegis now :slight_smile: C110 and C111 have fixed it.

jaq@spacepants.org http://spacepants.org/jaq.gpg

As has been repeated several times, RT 3.0.3pre1 has issues with access
control on postgres. This will be resolved in 3.0.3pre2.On Wed, Jun 04, 2003 at 12:17:08PM +1000, Jamie Wilkinson wrote:

This one time, at band camp, Phil Homewood wrote:

Stever, Gregor wrote:

installing rt_3_0_2 on Linux with postgres works fine but
rt_3.0.3pre1 run into the following errors - any hints?

Did you “make dropdb” before “make initialize-database” ?

I’m doing some testing on a fresh database install, and I’m also seeing the
errors when make initialize-database runs.

Creating users…(Error: no permission to create users)0.(Error: No
permisison to create users)0.done

is the first one that appears.


jaq@spacepants.org http://spacepants.org/jaq.gpg


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.