Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 1087)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#436 fixed apt-get install -y camerons camerons
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 live-demo@… darkblueb
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

createuser --superuser user

## this works psql postgres alter role "user" with password 'user'; ## give user a password \q

exit psql -d postgres -W #enter user

##now you are in

#439 worksforme Mapserver install not complete live-demo@… darkblueb
Description

boot the LiveDVD

cat /etc/apache2/httpd2.conf

empty ??

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.