You need to make sure that username and password for the midgard admin user is set correctly in the repligard.conf file. You can set whatever password you want in the by logging into the database and running this query: mysql>update person set password=PASSWORD'password' where username=admin; Then enter that password as the password for the admin user in the repligard.conf file. For some reason the Asgard.xml.gz file sets the password to null after you intall it so you have to reset it in the database. The AegirAddOn_FileSync.xml.gz also seems to do this after you install it so you have to reset the password after installing both these packages otherwise you will get that error.
cheers John The Wilderness Society, Sydney On 25 Jun 2003 14:36:52 +1200 brenda <[EMAIL PROTECTED]> wrote: > i'm trying to upgrade asgard on a dev machine. > i have so far got the following: > > > [EMAIL PROTECTED]:~/asgard-1.4.4$ repligard -a -i ./Asgard.xml.gz > > repligard-CRITICAL **: Error logging into Database > > > How do i find what the error is? i can log into the mysql database using > the username and password set in repligard.conf > what should i be checking? > > > > > > -- > brenda <[EMAIL PROTECTED]> > repligard-CRITICAL **: Error logging into Database > > > > > -- > brenda <[EMAIL PROTECTED]> > -- > brenda <[EMAIL PROTECTED]> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
