> thanks that was it.
> the admin's password was being changed after installing various parts of
> aegir. had to keep changing it back so i could import the next bit.
>
> On Sat, 2003-06-28 at 18:54, John Habermann wrote:
> > 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.
I've run into this problem as well with th install of # repligard -a -i
AegirAddOn_Member.xml.gz
repligard-CRITICAL **: Error logging into Database
I've gone into mysql and set:
update person set password=PASSWORD('password') where username='admin';
still no luck, repligard.conf relevant bits are:
<database
schema="/usr/local/share/midgard/repligard.xml"
name="midgard"
username="midgard"
password="midgard"
encoding="ISO-8859-1"
blobdir="/home/blob"
/>
<!-- Login account description for Repligard operation -->
<!-- Always use 'username+sitegroup' when logging into specific
sitegroup -->
<!-- because there is no information elsewhere for Repligard to
choose -->
<!-- correct sitegroup if it is unspecified -->
<!-- Sitegroup administrators should login as 'username*sitegroup' -->
<login
username="admin"
password="password"
/>
any advice?
Jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]