ANNOUNCE: Tinderbox 2.3.0 Release Candidate 1 released

Michael Landin Hostbaek mich at FreeBSD.org
Mon Jan 23 09:13:05 EST 2006


Joe Marcus Clarke (marcus) writes:
> The Tinderbox team is pleased to announce the availability of Tinderbox
> 2.3.0 Release Candidate 1 (2.3.0.r1).  This release mainly adds new
> features to the experimental web front-end, but some bugs have also been
> fixed, and support for X.Org 6.9.0 has been added.  The complete list of
> changes are:

I have a problem setting a user as www-adm (with www-exp):

root at matrix /space/scripts# tc setWwwAdmin -u mich  
ERROR: Failed to set www admin: ERROR:  insert or update on table
"user_permissions" violates foreign key constraint "$2"
DETAIL:  Key (host_id)=(0) is not present in table "hosts".

root at matrix /space/scripts# tc listUsers
mich

root at matrix /space/scripts# psql -U tinder tinderbox
Welcome to psql 7.4.9, the PostgreSQL interactive terminal.

tinderbox=> select * from users;
 user_id | user_name |  user_email  |          user_password           |
user_www_enabled 
---------+-----------+--------------+----------------------------------+------------------
       4 | mich      | mich at xxx | d050e2ed6ad7xxxx8e754f54f5f9fd |
t
(1 row)

tinderbox=> select * from hosts;
 host_id |      host_name       
---------+----------------------
      -1 | __ALL__
       2 | matrix.xxx
(2 rows)


Any ideas ?


/mich



More information about the tinderbox-list mailing list