From: | "Stasys Adiklis" <sadiklis(at)mail(dot)lt> |
---|---|
To: | "pgsql win32 hack" <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Notes on W2000 |
Date: | 2004-07-19 16:45:52 |
Message-ID: | 000b01c46daf$df8bc500$1301010a@stasys |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
As you've already figured out runas will not work with /noprofile (on
Windows 2000). I guess you should update
http://www.hagander.net/pgsql/win32snap/. I've wasted half a day trying to
launch the damn server without this critical bit of info.
Note that runas window does not respond to Ctrl+C for some reason. The only
way i've managed to correctly launch/shutdown a server (why the heck have
have you named it "postmaster"?) only with runas /user:pgsql "pg_ctl start"
and runas /user:pgsql "pg_ctl stop". I guess this should be mentioned on
hagander.net/pgsql/win32snap too.
To kranas: runas /user:.\postgres is a bit superfluous as i've figured out.
runas /user:postgres should be enough.
eom
From | Date | Subject | |
---|---|---|---|
Next Message | Gary Doades | 2004-07-19 17:42:04 | Re: Notes on W2000 |
Previous Message | Ronald Kuczek | 2004-07-19 11:42:05 | Re: Binaries readme change needed |