Dear Maintainer, The situation is : - ulogd2 configured to use postgresql - boot with SysV init Problem : ulogd2 may be launched before postgresql and fails to start Suggested correction : Adding these 2 lines in the init script header /etc/init.d/ulogd2 fix the problem : # Should-Start: postgresql mysql # Should-Stop: postgresql mysql (I did not verify if other "Should" dependances should be added) Best regards.