From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4 Description of problem: Ulogd is set to start before MySQL, but if logging to MySQL, ulogd will seg fault if/when it is unable to connect with mysqld. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. chkconfig mysqld on ; chkconfig ulogd on 2. reboot Actual Results: Ulogd starts first and then MySQL. Ulogd is unable to log to MySQL and crashes. Expected Results: I would have expected ulogd to start after mysqld or for ulogd to retry the database connection very X minutes until connected, without crashing. Additional info:
I've fixed it in CVS, an update for FC4 will be published. Ulog now starts after mysql.