I found out the reason of the problem. After cloning, the default
gateway configuration was lost. The line "destination d_test {
udp("test.ucalgary.ca"); };" made syslog-ng unable to start. After I
removed the line and relevant lines, syslog-ng started a short time and
died quickly. After I added the default gateway, everything is working
well.
Kai