On Sun, 27 Jan 2008, beamends wrote: > Hi Luke, > thanks for that. The postgres problem was probably 2 things : > > [EMAIL PROTECTED]:~$ /etc/init.d/postgresql-8.1 restart > open: Permission denied > * Restarting PostgreSQL 8.1 database server > open: Permission denied > * Error: You must run this program as the cluster owner (postgres) > open: Permission denied > > so something has gone wrong there!
/etc/init.d scripts must be run as root. Try as "sudo /etc/init.d/postgresql-8.1 restart". > The other is : > [EMAIL PROTECTED]:~$ sudo apt-get -q install postgresql-8.2 > Reading package lists... > Building dependency tree... > Reading state information... > Package postgresql-8.2 is not available, but is referred to by another > package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > E: Package postgresql-8.2 has no installation candidate You're almost certainly missing a source listing or two. Luke ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
