[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Gui problem
- Subject: Re: [cobalt-users] Gui problem
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Mon May 13 10:28:02 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Tim Dunn" <tdunn@xxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, May 14, 2002 12:33 AM
Subject: Re: [cobalt-users] Gui problem
> On Monday 13 May 2002 02:23 pm, William E. Moore wrote:
> The gui just quit working and nothing I can do will bring it back.
>
1st thing i do is check to see if the admserv and postgres is running.
ps -aux
If they are both running, I have found that it is worth restarting
postgres.
/etc/rc.d/init.d/postgresql stop
/etc/rc.d/init.d/postgresql start
Its also worth looking in the logs to see if there are any error messages
you can post here.
/var/log
There have been times recently when its been required to rebuild postgres.
Instructions can be found at :
http://cobalt-knowledge.sun.com/cgi-bin/kbase.cfg/php/enduser/std_adp.php?p_
sid=QmyZPxdg&p_lva=&p_refno=020205-000003&p_created=1012935783&p_sp=cF9ncmlk
c29ydD0mcF9yb3dfY250PTE0OCZwX3NlYXJjaF90ZXh0PS91c3IvYmluL3Bvc3RtYXN0ZXIgZG9l
cyBub3QgZmluZCB0aGUgZGF0YWJhc2Ugc3lzdGVtJnBfc2VhcmNoX3R5cGU9MyZwX3Byb2RfbHZs
MT0xJnBfcHJvZF9sdmwyPX5hbnl_JnBfY2F0X2x2bDE9fmFueX4mcF9jYXRfbHZsMj1_YW55fiZw
X3NvcnRfYnk9ZGZsdCZwX3BhZ2U9MQ**&p_li=)
Hope that helps.
Bassi