Service/mirrors: Difference between revisions
m fix command |
m fix commands |
||
| Line 224: | Line 224: | ||
FIXME should not be trust on production machine | FIXME should not be trust on production machine | ||
<code> | <code> | ||
sudo vim /etc/postgresql/8. | sudo vim /etc/postgresql/8.3/pg_hba.conf | ||
</code> | </code> | ||
Start the potgres server | Start the potgres server | ||
<code> | <code> | ||
sudo /etc/init.d/postgresql-8. | sudo /etc/init.d/postgresql-8.3 restart | ||
</code> | </code> | ||