On Wed, 2003-03-05 at 16:37, James Spedding wrote: > Hi, Greetings!
> I tried $chmod -R apache.apache /var/nadmin and got an 'invalid string' error. so I > changed it to > $chown -R apache.apache /var/nadmin which worked OK. I hope this is OK. Yes, it should definitely be chown. > I got a 'repligard-CRITICAL **:Error logging into Database' The Aegir packages set your admin password to null. You need to run the following: $ mysql midgard -umidgard -pmidgard mysql> UPDATE person SET username="admin",password="**password" WHERE id=1; After this you should be able to log in with admin/password > James /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com/ Nemein.Net -- Project tracking solution for consulting companies http://www.nemein.com/Nemein.Net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
