Ubuntu 10.04. I am trying to implement my own upstart script and "start mydaemon" also hangs on this point.
getuid() = 0 socket(PF_FILE, SOCK_STREAM, 0) = 3 connect(3, {sa_family=AF_FILE, path=@"/com/ubuntu/upstart"}, 22) = 0 fcntl(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl(3, F_GETFD) = 0 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 geteuid() = 0 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f5200d05af0}, {SIG_DFL, [], 0}, 8) = 0 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3, revents=POLLOUT}]) write(3, "\0", 1) = 1 write(3, "AUTH EXTERNAL 30\r\n", 18) = 18 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) read(3, "OK 695795fefc908e7694d65a6d4f623"..., 2048) = 37 poll([{fd=3, events=POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) write(3, "BEGIN\r\n", 7) = 7 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{"l\1\2\1\17\0\0\0\1\0\0\0_\0\0\0\1\1o\0\23\0\0\0/com/ubu"..., 112}, {"\n\0\0\0checkpatch\0", 15}], 2) = 127 poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}]) read(3, "l\2\1\1(\0\0\0\1\0\0\0\17\0\0\0\5\1u\0\1\0\0\0\10\1g\0\1o\0\0"..., 2048) = 72 read(3, 0x7f520329fbe0, 2048) = -1 EAGAIN (Resource temporarily unavailable) writev(3, [{"l\1\2\1\10\0\0\0\2\0\0\0q\0\0\0\1\1o\0#\0\0\0/com/ubu"..., 136}, {"\0\0\0\0\1\0\0\0", 8}], 2) = 144 poll([{fd=3, events=POLLIN}], 1, -1 I do not understand why it hangs. Where I can find the upstart logs? How to debug this problem? Is there any workaround for the issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/674704 Title: "restart udev" hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/674704/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs