[rt-users] what's the username to log in? root/password does not work

2008-12-02 Thread Aleksey Tsalolikhin
Hi. Did the root password change from 'password' ? I cannot log in... I am trying "root" with password "password" as per the docs, but I am getting "Your username or password is incorrect" In httpd logs, I see HTTP 200 OK, "POST /rt/ HTTP/1.1" 200 What's happening, please? -- Aleksey Tsalol

Re: [rt-users] what's the username to log in? root/password does not work

2008-12-02 Thread Aleksey Tsalolikhin
[Wed Dec 3 01:02:28 2008] [warning]: DBD::Pg::st execute failed: ERROR: permission denied for relation sessions at /usr/lib/perl5/site_perl/5.8.8/Apache/Session/Store/DBI.pm line 44. (/usr/lib/perl5/site_perl/5.8.8/Apache/Session/Store/DBI.pm:44) I did grant SELECT on all tables to rt_user any

Re: [rt-users] what's the username to log in? root/password does not work

2008-12-02 Thread Glenn Sieb
Aleksey Tsalolikhin said the following on 12/2/08 8:01 PM: > [Wed Dec 3 01:02:28 2008] [warning]: DBD::Pg::st execute failed: > ERROR: permission denied for relation sessions at > /usr/lib/perl5/site_perl/5.8.8/Apache/Session/Store/DBI.pm line 44. > (/usr/lib/perl5/site_perl/5.8.8/Apache/Session/

Re: [rt-users] what's the username to log in? root/password does not work

2008-12-02 Thread Aleksey Tsalolikhin
On Tue, Dec 2, 2008 at 5:04 PM, Glenn Sieb <[EMAIL PROTECTED]> wrote: > > rt_user should have *all* permissions on the tables--it is, after all, > the user controlling the database. Thanks, Glenn. Here is what I ran. Did I miss anything? I tried putting in CREATE as Ruslan suggested but had to

Re: [rt-users] what's the username to log in? root/password does not work

2008-12-02 Thread Ruslan Zakirov
On Wed, Dec 3, 2008 at 4:21 AM, Aleksey Tsalolikhin <[EMAIL PROTECTED]> wrote: > On Tue, Dec 2, 2008 at 5:04 PM, Glenn Sieb <[EMAIL PROTECTED]> wrote: >> >> rt_user should have *all* permissions on the tables--it is, after all, >> the user controlling the database. > > Thanks, Glenn. Here is what

Re: [rt-users] what's the username to log in? root/password does not work

2008-12-02 Thread Aleksey Tsalolikhin
Woo-hoo! That did it! So to summarize, for anybody reading this in the list archives, the solution was to remove USAGE from etc/acl.Pg and then to re-run "make init" and "make initdb". Thanks!! Aleksey On Tue, Dec 2, 2008 at 6:18 PM, Ruslan Zakirov <[EMAIL PROTECTED]> wrote: > do make install,