With "set -x" inserted at the top of /etc/init.d/postgresql, this is what I get:

# /etc/init.d/postgresql start && echo GOOD
+ set -e
+ [ -r /usr/share/postgresql-common/init.d-functions ]
+ . /usr/share/postgresql-common/init.d-functions
+ . /lib/lsb/init-functions
+ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
+ [ -r /lib/lsb/init-functions.d/20-left-info-blocks ]
+ . /lib/lsb/init-functions.d/20-left-info-blocks
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ true
+ [ -n  ]
+ get_versions
+ versions=
+ local v
+ ls /usr/lib/postgresql/
+ [ -x /usr/lib/postgresql/9.1/bin/pg_ctl ]
+ [ ! -x /etc/init.d/postgresql-9.1 ]
+ versions= 9.1
+ start 9.1
+ [ -d /var/run/postgresql ]
+ chmod 2775 /var/run/postgresql
+ do_ctl_all start 9.1 Starting PostgreSQL 9.1 database server
+ [ start ]
+ [ 9.1 ]
+ [ -d /etc/postgresql/9.1 ]
+ return 0
+ exit 0
GOOD


No postgresql process in sight :-(

Best,



Sebastian



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to