Mam problem z "namówieniem" serwera Postgresql do automatycznego startu przy ładowaniu systemu.
Odpowiednie wpisy do katalogów z nadanymi uprawnieniami do wykonywania skryptów istnieją, mianowicie:
(/etc/init.d oraz poszczególne poziomy uruchamiania) - odpowiednie wpisy dodane automatycznie podczas instalacji poprzez menedżera pakietów - postgresql 8.4 instalowany w całości przez menedżera pakietów synaptic.
Serwer startuje baz zarzutu "z palca" z poziomu konta root (sudo):
Kod: Zaznacz cały
/etc/init.d/postgresql start
Konsolowe:
Kod: Zaznacz cały
update-rc.d postgresql enable
Kod: Zaznacz cały
update-rc.d: warning: postgresql start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5)
update-rc.d: warning: postgresql stop runlevel arguments (none) do not match LSB Default-Stop values (0 1 6) Enabling system startup links for /etc/init.d/postgresql ... Removing any system startup links for /etc/init.d/postgresql ... /etc/rc0.d/K21postgresql /etc/rc1.d/K21postgresql /etc/rc2.d/S19postgresql /etc/rc3.d/S19postgresql /etc/rc4.d/S19postgresql /etc/rc5.d/S19postgresql /etc/rc6.d/K21postgresql Adding system startup for /etc/init.d/postgresql ... /etc/rc0.d/K21postgresql -> ../init.d/postgresql /etc/rc1.d/K21postgresql -> ../init.d/postgresql /etc/rc6.d/K21postgresql -> ../init.d/postgresql /etc/rc2.d/S19postgresql -> ../init.d/postgresql /etc/rc3.d/S19postgresql -> ../init.d/postgresql /etc/rc4.d/S19postgresql -> ../init.d/postgresql /etc/rc5.d/S19postgresql -> ../init.d/postgresql
system: Linux Mint wer. 10
Piotr K