[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nbd/+bug/1195443/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  nbd-server crash when checking the port with check_tcp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nbd/+bug/1195443/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
Process 16636 detached

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nbd/+bug/1195443/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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) = 8
 write(5, IHAVEOPT, 8) = -1 EPIPE (Broken pipe)
 --- SIGPIPE (Broken pipe) @ 0 (0) ---
 Process 16636 detached
 
This looks like a bug that has been fixed in the latest upstream code
(which has not been released yet).

Could you fetch the source from git (probably easiest to do through the
github mirror: https://github.com/yoe/nbd), compile that, and see if you
can reproduce this issue?

Thanks,

-- 
This end should point toward the ground if you want to go to space.

If it starts pointing toward space you are having a bad problem and you
will not go to space today.

  -- http://xkcd.com/1133/

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nbd/+bug/1195443/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs