Monday, 8 March 2010

Moving On

So now it's OpenSoracle or whatever !
Anyway upto:
SunOS workdellgx620 5.11 snv_133 i86pc i386 i86pc Solaris

Looking at having another play with Rails but using Postgres.
Installing Postgres 8.4 with
pfexec pkg install service/database/postgres-84

Seeing what's there!
paulj@workdellgx620:~$ pfexec svcs -a | grep post
disabled 9:20:46 svc:/application/database/postgresql_84:default_64bit
disabled 9:20:46 svc:/application/database/postgresql_84:default_32bit
online Feb_26 svc:/system/postrun:default

Lets try and enable one of them :-)

paulj@workdellgx620:~$ pfexec svcadm enable /application/database/postgresql_84:default_64bit

See what's up?
paulj@workdellgx620:~$ pfexec svcs -a | grep post
disabled 9:20:46 svc:/application/database/postgresql_84:default_32bit
online Feb_26 svc:/system/postrun:default
offline* 9:42:15 svc:/application/database/postgresql_84:default_64bit

Oh wonder what the * means.

No comments:

Post a Comment