[Bug 1195443] Re: nbd-server crash when checking the port with check_tcp

2013-06-28 Thread Marc Gariépy
Hello, I just tested with https://github.com/yoe/nbd and it works correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195443 Title: nbd-server crash when checking the port with check_tcp To

[Bug 1195443] Re: nbd-server crash when checking the port with check_tcp

2013-06-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nbd (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195443 Title:

[Bug 1195443] Re: nbd-server crash when checking the port with check_tcp

2013-06-27 Thread Marc Gariépy
# strace -p 16636 -f -s 1500 Process 16636 attached - interrupt to quit select(5, [4], NULL, NULL, NULL)= 1 (in [4]) accept(4, {sa_family=AF_INET, sin_port=htons(46054), sin_addr=inet_addr(X.X.X.X)}, [16]) = 5 write(5, NBDMAGIC, 8) = 8 write(5, IHAVEOPT, 8)

Re: [Bug 1195443] Re: nbd-server crash when checking the port with check_tcp

2013-06-27 Thread Wouter Verhelst
On 27-06-13 21:50, Marc Gariépy wrote: # strace -p 16636 -f -s 1500 Process 16636 attached - interrupt to quit select(5, [4], NULL, NULL, NULL)= 1 (in [4]) accept(4, {sa_family=AF_INET, sin_port=htons(46054), sin_addr=inet_addr(X.X.X.X)}, [16]) = 5 write(5, NBDMAGIC, 8)