Hi Jon
All the Addon .xml packages in Aegir appart from the filesync one reset the admin
password to "**mjolnir" for some reason so you could try just putting that in the
repligard.conf file when you are installing the aegir packages. It generally works if
you just update in the database but you will have to do it after you install every
single package.
It would be good if those packages were changed so that the password was set as the
default as that has caused lots of people a lot of frustration I think. I had no idea
what was going on when I first ran into this problem.
Cheers
John
On Tue, 1 Jul 2003 13:40:41 +0100
"Jon" <[EMAIL PROTECTED]> wrote:
>
> > 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]