You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
(2) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
From: Mason S. <mas...@en...> - 2010-05-21 17:50:13
|
Jayesh Tembhekar wrote: > Dear All, > I'm facing problem in starting coordinator for both version pg-xc_9 > and pg-xc_9.1 . > > Steps that I followed : > 1. created "postgres" user > #useradd postgres > 2. Configured postgres-xc as a root user > #./configure CFLAGS='-DPGXC' > 3. then > #make > #make install > 4. As postgres user > #initdb -D /data/cooordinator > > It seems I'm having problem with 'postgres' user otherwise its fine > for other user say jayesh when data folder initialized as 'jayesh' user > > Error I'm getting: > -------------------------------------------------------------------------------------------------------------- > [postgres@localhost bin]$ ./pg_ctl start -D /data/coorrdinator -S > coordinator I see two r's above in "coorrdinator". Did you misspell it at other points, too? Maybe /data/coorrdinator is owned by one user and /data/coordinator owned by another user? Can you please double-check these and directory ownership? Thanks, Mason > [postgres@localhost bin]$ LOG: database system was interrupted while > in recovery at 2010-05-21 20:07:19 IST > HINT: This probably means that some data is corrupted and you will > have to use the last backup for recovery. > LOG: database system was not properly shut down; automatic recovery > in progress > LOG: pool manager process (PID 323) exited with exit code 1 > LOG: terminating any other active server processes > LOG: startup process (PID 322) exited with exit code 2 > LOG: aborting startup due to startup process failure > > -------------------------------------------------------------------------------------------------------------- > > -- > - Jayesh A Tembhekar > > ----------------------------------------------------------- > My Blogs: http://www.iviewon.blogspot.com > My Photos: http://www.flickr.com/photos/iviewon/ > My Twitts: http://twitter.com/Jatembhekar > ----------------------------------------------------------- > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Jayesh T. <jat...@ya...> - 2010-05-21 09:14:30
|
Dear All, I'm facing problem in starting coordinator for both version pg-xc_9 and pg-xc_9.1 . Steps that I followed : 1. created "postgres" user #useradd postgres 2. Configured postgres-xc as a root user #./configure CFLAGS='-DPGXC' 3. then #make #make install 4. As postgres user #initdb -D /data/cooordinator It seems I'm having problem with 'postgres' user otherwise its fine for other user say jayesh when data folder initialized as 'jayesh' user Error I'm getting: -------------------------------------------------------------------------------------------------------------- [postgres@localhost bin]$ ./pg_ctl start -D /data/coorrdinator -S coordinator [postgres@localhost bin]$ LOG: database system was interrupted while in recovery at 2010-05-21 20:07:19 IST HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery. LOG: database system was not properly shut down; automatic recovery in progress LOG: pool manager process (PID 323) exited with exit code 1 LOG: terminating any other active server processes LOG: startup process (PID 322) exited with exit code 2 LOG: aborting startup due to startup process failure -------------------------------------------------------------------------------------------------------------- -- - Jayesh A Tembhekar ----------------------------------------------------------- My Blogs: http://www.iviewon.blogspot.com My Photos: http://www.flickr.com/photos/iviewon/ My Twitts: http://twitter.com/Jatembhekar ----------------------------------------------------------- |