Custom Query (1118 matches)
Results (19 - 21 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#436 | fixed | apt-get install -y | ||
Description |
change all apt-get install commands to "apt-get install --yes" This means that the user will not be asked to confirm installing, which will make automating easier. |
|||
#438 | fixed | Postgres 8.3 install script | ||
Description |
script install_postgres.sh attempts to make a postgres user "user" as a superuser however, it is currently not working run the LiveDVD VMWare image execute in the shell sudu su - postgres #enter user psql postgres \du ## observer there is no user "user" \q
## this works psql postgres alter role "user" with password 'user'; ## give user a password \q
##now you are in |
|||
#439 | worksforme | Mapserver install not complete | ||
Description |
boot the LiveDVD cat /etc/apache2/httpd2.conf empty ?? |