socket(PF_UNIX, SOCK_DGRAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = 0 send(3, "<30>Dec 1 14:09:37 sytest: Log "..., 54, 0) = 54 send(3, "<30>Dec 1 14:09:42 sytest: Log "..., 54, 0) = 54 ### syslogd is stopped ### send(3, "<30>Dec 1 14:09:47 sytest: Log "..., 54, 0) = -1 ECONNREFUSED (Connection refused) close(3) = 0 ### minilogd has started ### socket(PF_UNIX, SOCK_DGRAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = -1 EPROTOTYPE (Protocol wrong type for socket) close(3) = 0 socket(PF_UNIX, SOCK_STREAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = 0 send(3, "<30>Dec 1 14:09:47 sytest: Log "..., 54, 0) = 54 ### minilogd has exited leaving /dev/log ### send(3, "<30>Dec 1 14:09:52 sytest: Log "..., 55, 0) = -1 EPIPE (Broken pipe) --- SIGPIPE (Broken pipe) --- close(3) = 0 socket(PF_UNIX, SOCK_STREAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = -1 ECONNREFUSED (Connection refused) close(3) = 0 ### syslog is started ### socket(PF_UNIX, SOCK_STREAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = -1 EPROTOTYPE (Protocol wrong type for socket) close(3) = 0 socket(PF_UNIX, SOCK_STREAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = -1 EPROTOTYPE (Protocol wrong type for socket) close(3) = 0 socket(PF_UNIX, SOCK_STREAM, 0) = 3 connect(3, {sin_family=AF_UNIX, path="/dev/log"}, 16) = -1 EPROTOTYPE (Protocol wrong type for socket) close(3)