1

Temat: Postgres Plus Ubuntu 10.04

2

Odp: Postgres Plus Ubuntu 10.04

Sprawdź na przykład w procesach (polecenie ps) czy chodzi postgres, bo nie wiem czy masz dostępnego klienta psql w tej wersji postgresa (PostgreSQL Server Plus).

Jak postgres chodzi to sprawdź na jakim porcie nasłuchuje (polecenie netstat).

3

Odp: Postgres Plus Ubuntu 10.04

szymon@szymon-desktop:~$ sudo ps
[sudo] password for szymon: 
  PID TTY          TIME CMD
 5296 pts/1    00:00:00 ps
szymon@szymon-desktop:~$ 

Rozumiem że proces jest włączony?
Jak dokładnie sprawdzić na jakim porcie chodzi.
Tak?

szymon@szymon-desktop:~$ netstat -aepvt
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode       PID/Program name
tcp        0      0 *:x11                   *:*                     LISTEN      root       6050        -               
tcp        0      0 localhost:ipp           *:*                     LISTEN      root       110700      -               
tcp        0      0 *:postgresql            *:*                     LISTEN      postgres   4379        -               
tcp        0      0 localhost:mysql         *:*                     LISTEN      mysql      3891        -               
tcp        0      0 szymon-desktop.lo:56978 fx-in-f106.1e100.ne:www TIME_WAIT   root       0           -               
tcp        0      0 szymon-desktop.lo:58179 fx-in-f101.1e100.ne:www TIME_WAIT   root       0           -               
tcp6       0      0 [::]:x11                [::]:*                  LISTEN      root       6049        -               
tcp6       0      0 [::]:www                [::]:*                  LISTEN      root       5597        -               
tcp6       0      0 localhost:ipp           [::]:*                  LISTEN      root       110699      -               
tcp6       0      0 [::]:postgresql         [::]:*                  LISTEN      postgres   4380        -               
tcp6       0      0 localhost:postgresql    localhost:49007         ESTABLISHED postgres   5313        -               
tcp6       0      0 localhost:49007         localhost:postgresql    ESTABLISHED postgres   5312        -               

4

Odp: Postgres Plus Ubuntu 10.04

W pierwszym poleceniu powinieneś użyć np opcji aux

ps aux | grep postg

Z netstat'a widac że jakiś postgres chodzi