Re: [rt-users] Problem initializing database

2007-08-07 Thread John Oliver
On Tue, Aug 07, 2007 at 01:11:24PM -0500, Scott Hebert wrote: > On 8/7/07, John Oliver <[EMAIL PROTECTED]> wrote: > > > > > > grant all on *.* to 'root'@'10.12.14.164' identified by '' > > > > This is *almost* p

[rt-users] Problem initializing database

2007-08-07 Thread John Oliver
; but am still getting that error. I'm aware that this is almost certainly a MySQL error, but I don't think I'll get much help from any MySQL forums since I can't tell them exactly what /usr/sbin/rt-setup-database is doing. -- *

Re: [rt-users] Default password

2007-08-02 Thread John Oliver
t_user@'10.12.14.164' IDENTIFIED BY '***'; > Access denied for user 'root'@'10.12.14.164' to dat

Re: [rt-users] Default password

2007-08-02 Thread John Oliver
the MySQL server, I did: grant all on *.* to 'root'@'10.12.14.164' identified by '****' but am still getting that error. Thanks!

Re: [rt-users] Default password

2007-08-01 Thread John Oliver
database. I dropped the rt3 database and granted all to rt_user, but it still fails. So... what is the correct way to initialize the rt3 database? -- ***

Re: [rt-users] Default password

2007-08-01 Thread John Oliver
On Tue, Jul 31, 2007 at 02:53:50PM -0700, Chaim Rieger wrote: > John Oliver wrote: > >I shouldn't have to manually add a 'root' user. Right? > > > > > > after use rt3 do show tables > then > select * from Users > > is root in there

Re: [rt-users] Default password

2007-07-31 Thread John Oliver
On Tue, Jul 31, 2007 at 01:49:29PM -0700, Chaim Rieger wrote: > John Oliver wrote: > >I found http://wiki.bestpractical.com/view/RecoverRootPassword > >However... it doesn't help :-( > > > >mysql> update Users set Password='X03MO1qnZdYdgyfeuILPmQ' where

Re: [rt-users] Default password

2007-07-31 Thread John Oliver
On Tue, Jul 31, 2007 at 01:33:32PM -0700, John Oliver wrote: > The default password 'password' isn't working for me (do I have a black > thumb of death or what? :-) ). I haven't been able to find anything > about resetting it. I found http://wiki.bestpractical

[rt-users] Default password

2007-07-31 Thread John Oliver
The default password 'password' isn't working for me (do I have a black thumb of death or what? :-) ). I haven't been able to find anything about resetting it. -- ******* * John Oliver

Re: [rt-users] RT not connecting to database?

2007-07-31 Thread John Oliver
not... I know I'll live! -- ******* * John Oliver http://www.john-oliver.net/ * * * *** ___ http:

Re: [rt-users] RT not connecting to database?

2007-07-30 Thread John Oliver
On Mon, Jul 23, 2007 at 01:25:23PM -0700, John Oliver wrote: > When I hit my RT install in a browser, I get an Internet Server Error. > The error_log says: > > DBI connect('dbname=rt3;host=10.12.14.149','rt_user',...) failed: Can't > connect to MySQL ser

Re: [rt-users] RT not connecting to database?

2007-07-26 Thread John Oliver
. Type '\c' to clear the buffer. mysql> use rt3; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select * from Users; Empty set (0.00 sec) -- ****

Re: [rt-users] RT not connecting to database?

2007-07-26 Thread John Oliver
users: CLI dependencies: CORE dependencies: MAILGATE dependencies: MASON dependencies: MYSQL dependencies: [EMAIL PROTECTED] rt-3.6.4]# -- ***

Re: [rt-users] RT not connecting to database?

2007-07-26 Thread John Oliver
the same username and password in RT_SiteConfig ?? Yes. -- ******* * John Oliver http://ww

Re: Re: [rt-users] RT not connecting to database?

2007-07-26 Thread John Oliver
;t help but think that the ones shown as missing couldn't possibly have anything to do with RT not connecting to the database. -- **

Re: Re: [rt-users] RT not connecting to database?

2007-07-26 Thread John Oliver
tall cannot be customization-friendly. -- ******* * John Oliver http://www.john-oliver.net/ * * * *** ___

Re: Re: [rt-users] RT not connecting to database?

2007-07-26 Thread John Oliver
mail 10 years or so ago. It was well-known as a hideously complex, arcane piece of work, and was nowheres near as bad as RT! :-) -- ****

Re: Re: [rt-users] RT not connecting to database?

2007-07-25 Thread John Oliver
fixdeps wants to install fail, but there are so many of them rushing by, I couldn't begin to guess what's failing or why. This is why I wanted to get the RPM install working. -- ****

Re: Re: [rt-users] RT not connecting to database?

2007-07-25 Thread John Oliver
On Tue, Jul 24, 2007 at 10:20:27AM -0700, John Oliver wrote: > On Tue, Jul 24, 2007 at 08:13:24AM +0200, Ham MI-ID, Torsten Brumm wrote: > > Is the server at the same box or on a separated box? How does your setup > > looks like? > > The database is on a separate host. It

Re: Re: Re: [rt-users] RT not connecting to database?

2007-07-24 Thread John Oliver
tabases; ++ | Database | ++ | information_schema | | rt3| | test | ++ 3 rows in set (0.00 sec) mysql> quit Bye -- ******* * John Oliver

Re: Re: [rt-users] RT not connecting to database?

2007-07-24 Thread John Oliver
[Mon Jul 23 13:20:52 2007] [error] [client 192.168.2.231] Premature end > > of script headers: mason_handler.fcgi > > I can run mason_handler.fcgi from the command line a

[rt-users] Wiki horked up?

2007-07-23 Thread John Oliver
e an entirely new account. No "Contact" link, and Googling for help on Kwiki doesn't turn up anything. -- ******* * John O

Re: [rt-users] RT not connecting to database?

2007-07-23 Thread John Oliver
can run mason_handler.fcgi from the command line and get results, so... some issue with the Apache configuration? -- *** * John Oliver http://www.john-oliver.net/ * * * ***

[rt-users] RT not connecting to database?

2007-07-23 Thread John Oliver
7] [error] [client 192.168.2.231] Premature end of script headers: mason_handler.fcgi But: [EMAIL PROTECTED] ~]# mysqladmin -h 10.12.14.149 -u rt_user -p ping Enter password: mysqld is alive The MySQL server is up, running, and available. -- ***

Re: [rt-users] Has anyone gotten RT working under FC as installed from yum?

2007-07-18 Thread John Oliver
in/mason_handler.fcgi(14882) exit(communication error), terminated by calling exit(), return code: 2 And FCGI.pm seems to be part of FastCGI. Do I still need to install FastCGI? -- ******* * John Oliver

Re: [rt-users] Has anyone gotten RT working under FC as installed from yum?

2007-07-18 Thread John Oliver
ve done 'yum install rt3', accessed the web server, and had a working install ready to go. I'm trying to find out what steps are required to make this go so I can document them in the wiki pages. Thanks!

Re: [rt-users] Has anyone gotten RT working under FC as installed from yum?

2007-07-18 Thread John Oliver
On Tue, Jul 17, 2007 at 07:19:09PM -0400, Mathew wrote: > John Oliver wrote: > > A while ago, I wasted a huge amount of time trying to get RT working > > from source. I got an endless string of unresolved, and unresolvable, > > dependencies, and I have no wish to revisit that

[rt-users] Has anyone gotten RT working under FC as installed from yum?

2007-07-17 Thread John Oliver
egree in atomic rocket surgery to do it :-) If anyone has gotten RT working with fedora Core via the RPMs, I could really, really use some help. -- ******* * John Oliver http://www.

Re: [rt-users] Configuring Apache for RT

2007-07-17 Thread John Oliver
er than someone is just a sadistic bastard. I just wish they had bothered to document the process. -- *** * John Oliver http://w

Re: [rt-users] Configuring Apache for RT

2007-07-17 Thread John Oliver
ptAlias /rt /usr/sbin/mason_handler.fcgi However, the "LoadModule mod_fcgid.so" makes httpd fail to start without any error logged to erro

[rt-users] Configuring Apache for RT

2007-07-16 Thread John Oliver
I'm stuck. What needs to be done to get RT working under FC7? -- ******* * John Oliver http://www.

[rt-users] Making RT go

2007-07-12 Thread John Oliver
at more is needed to make this work? -- *** * John Oliver http://www.john-

Re: [rt-users] RPM installation of RT

2007-04-12 Thread John Oliver
it might be close was libdbi-dbd-mysql, but that doesn't work either. What package do I need to install? -- ******* *

Re: [rt-users] RPM installation of RT

2007-04-12 Thread John Oliver
On Thu, Apr 12, 2007 at 01:18:35PM -0700, John Oliver wrote: > On Thu, Apr 12, 2007 at 03:56:28PM -0400, Jesse Vincent wrote: > > > > > > > > On Thu, Apr 12, 2007 at 12:53:52PM -0700, John Oliver wrote: > > > I installed Fedora Core 6 on a machine, and was

Re: [rt-users] RPM installation of RT

2007-04-12 Thread John Oliver
On Thu, Apr 12, 2007 at 03:56:28PM -0400, Jesse Vincent wrote: > > > > On Thu, Apr 12, 2007 at 12:53:52PM -0700, John Oliver wrote: > > I installed Fedora Core 6 on a machine, and was very pleasantly > > surprised when "yum install rt3" worked like a charm, af

[rt-users] RPM installation of RT

2007-04-12 Thread John Oliver
o @INC, and why wasn't this already done? -- ******* * John Oliver

[rt-users] RPM installation madness

2007-04-10 Thread John Oliver
the rpm install... if I have to go through this again if/when we need to upgrade, I think suicide will be a far more attractive option. -- *** * John Oliver http://www.john-oliver.net