Around about 2007-06-22 09:40 +0800, ictforever drawled:
2007.06.22 05:56:36 LOG3[2898:3086632640]: Error binding 5141 to 192.168.0.1:5141 2007.06.22 05:56:36 LOG3[2898:3086632640]: bind: Cannot assign requested address (99)
Could be something is already bound to that port.
Do a 'sudo lsof -i tcp' and see if there are any LISTEN sockets with that port already opened. (Netstat -ntp will show you as well, if your netstat supports those args.)