Plz... dont let this topic die.
On 25 out, 17:43, Renato Isidio <[email protected]> wrote: > Hi everyone! > > Ive put below the trace of the process: > > fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > gettimeofday({1285964990, 986409}, NULL) = 0 > poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, > revents=POLLOUT}]) > send(6, "#`\1\0\0\1\0\0\0\0\0\0\003250\003128\00270\00210\7in-ad"..., > 44, MSG_NOSIGNAL) = 44 > poll([{fd=6, events=POLLIN}], 1, 1000) = 1 ([{fd=6, revents=POLLIN}]) > ioctl(6, FIONREAD, [44]) = 0 > recvfrom(6, "#`\201\202\0\1\0\0\0\0\0\0\003250\003128\00270\00210\7in- > ad"..., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), > sin_addr=inet_addr("IP")}, [16]) = 44 > close(6) = 0 > socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 > connect(6, {sa_family=AF_INET, sin_port=htons(53), > sin_addr=inet_addr("IP")}, 28) = 0 > fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > gettimeofday({1285964990, 988378}, NULL) = 0 > poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, > revents=POLLOUT}]) > send(6, "#`\1\0\0\1\0\0\0\0\0\0\003250\003128\00270\00210\7in-ad"..., > 44, MSG_NOSIGNAL) = 44 > poll([{fd=6, events=POLLIN}], 1, 1000) = 1 ([{fd=6, revents=POLLIN}]) > ioctl(6, FIONREAD, [44]) = 0 > recvfrom(6, "#`\201\202\0\1\0\0\0\0\0\0\003250\003128\00270\00210\7in- > ad"..., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), > sin_addr=inet_addr("IP")}, [16]) = 44 > close(6) = 0 > socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 > connect(6, {sa_family=AF_INET, sin_port=htons(53), > sin_addr=inet_addr("IP")}, 28) = 0 > fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > gettimeofday({1285964990, 990222}, NULL) = 0 > poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, > revents=POLLOUT}]) > send(6, "#`\1\0\0\1\0\0\0\0\0\0\003250\003128\00270\00210\7in-ad"..., > 44, MSG_NOSIGNAL) = 44 > poll([{fd=6, events=POLLIN}], 1, 1000) = 1 ([{fd=6, revents=POLLIN}]) > ioctl(6, FIONREAD, [44]) = 0 > recvfrom(6, "#`\201\202\0\1\0\0\0\0\0\0\003250\003128\00270\00210\7in- > ad"..., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), > sin_addr=inet_addr("IP")}, [16]) = 44 > close(6) = 0 > recvfrom(5, "", 4, 0, {sa_family=AF_UNSPEC, > sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, [0]) = 0 > close(5) = 0 > munmap(0xb7f8c000, 4096) = 0 > close(5) = -1 EBADF (Bad file > descriptor) > munmap(0xb7f8d000, 4096) = 0 > accept(3, {sa_family=AF_INET, sin_port=htons(49112), > sin_addr=inet_addr("IP")}, [16]) = 5 > fcntl64(5, F_GETFL) = 0x2 (flags O_RDWR) > fstat64(5, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) = 0xb7f8d000 > _llseek(5, 0, 0xbff8d24c, SEEK_CUR) = -1 ESPIPE (Illegal seek) > fcntl64(5, F_GETFL) = 0x2 (flags O_RDWR) > fstat64(5, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) = 0xb7f8c000 > _llseek(5, 0, 0xbff8d24c, SEEK_CUR) = -1 ESPIPE (Illegal seek) > getpeername(5, 0xbff8d308, [128]) = -1 ENOTCONN (Transport > endpoint is not connected) > rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 > write(2, "/opt/gitorious/script/git-daemon"..., 49) = 49 > write(2, ": ", 2) = 2 > write(2, "Transport endpoint is not connec"..., 52) = 52 > write(2, " (", 2) = 2 > write(2, "Errno::ENOTCONN", 15) = 15 > write(2, ")\n", 2) = 2 > write(2, "\tfrom /opt/gitorious/script/git-"..., 59) = 59 > write(2, "\tfrom /opt/gitorious/script/git-"..., 51) = 51 > write(2, "\tfrom /opt/gitorious/script/git-"..., 53) = 53 > write(2, "\tfrom /opt/gitorious/script/git-"..., 43) = 43 > rt_sigaction(SIGINT, {SIG_DFL, [INT], SA_RESTART}, {0x80b8520, [], 0}, > 8) = 0 > poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout) > write(4, "\1\0\0\0\1", 5) = 5 > shutdown(4, 2 /* send and receive */) = 0 > close(4) = 0 > close(5) = 0 > munmap(0xb7f8c000, 4096) = 0 > close(5) = -1 EBADF (Bad file > descriptor) > munmap(0xb7f8d000, 4096) = 0 > close(3) = 0 > munmap(0xb7f8e000, 4096) = 0 > close(3) = -1 EBADF (Bad file > descriptor) > munmap(0xb7f92000, 4096) = 0 > exit_group(1) = ? > Process 15700 detached > > THANK you! > > Renato Isidio > > On 22 out, 14:16, Renato Isidio <[email protected]> wrote: > > > > > > > > > I mean I didnt found y its giving me this error. Actually I`ve thought > > putting some git-daemons to serve in background could solve the > > problem, but I really dont know if its the concurrence that is causing > > this. I hope someone had this problem and could help us. > > > Cheers, > > > Renato Isidio > > > On 22 out, 09:18, Marius Mårnes Mathiesen <[email protected]> > > wrote: > > > > On Thu, Oct 21, 2010 at 10:56 PM, Renato Isidio <[email protected]> > > > wrote: > > > > I didnt found any answer for this question yet. Could you help us? > > > > Renato, > > > Do you mean you need a script for the proxymachine proxy for the git > > > daemon? > > > > Cheers, > > > - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
