From: | "Steve McWilliams" <smcwilliams(at)EmprisaNetworks(dot)com> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | pg_autovacuum fails to run as a windows service (beta4) |
Date: | 2004-12-10 15:00:08 |
Message-ID: | 3333.10.1.1.142.1102690808.squirrel@wwws.emprisanetworks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
I am unable to run pg_autovacuum as a windows service. I am using
8.0.0beta4 on Windows XP Pro. When I execute the following to try to
install it as a service:
pg_autovacuum.exe -I -N os_user -W os_pword -U db_user -p 15432 -L my_log
It fails to show up in the services list. The log file shows:
ERROR: The account name is invalid or does not exist, or the password is
invalid for the account name specified.
The OS account name and password ARE correct however. In fact they are
the same OS account name and password that Postgres is already running
under successfully as a windows service on the same machine.
Note that if I instead run pg_autovacuum from the command line, not as a
service, then it works fine:
pg_autovacuum.exe -U db_user -p 15432 -L my_log
Any ideas? Thanks in advance.
Steve McWilliams
From | Date | Subject | |
---|---|---|---|
Next Message | Libsis | 2004-12-10 20:30:14 | create/drop table bug |
Previous Message | Steve McWilliams | 2004-12-10 14:15:22 | Unable to specify a log file when running pg_ctl as a windows service? |