Ticket #201 (closed defect: fixed)
do not work on linux without ipv6
| Reported by: | anonymous | Owned by: | armin |
|---|---|---|---|
| Priority: | high | Milestone: | net6 1.3.0 |
| Component: | net6 | Version: | |
| Severity: | blocker | Keywords: | ipv6 ipv4 session |
| Cc: | Launchpad Bug: | Bug 69307 |
Description
On ubuntu dapper WITHOUT ipv6 support in kernel.
There seems to be no way to launch a normal session (on ipv4) without internal support of ipv6 :
sobby or gobby fails with "Address family not supported" message at creation of a session.
strace gobby outputs :
... socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = -1 EAFNOSUPPORT (Address family not supported by protocol) futex(0xb7c42e2c, FUTEX_WAKE, 2147483647) = 0 futex(0xb7b4b1a4, FUTEX_WAKE, 2147483647) = 0 write(2, "Address family not supported", 28Address family not supported) = 28 write(2, "\n", 1 ) = 1 munmap(0xb7f72000, 4096) = 0 exit_group(1) = ?
Other info :
- ubuntu package version :
$ dpkg -l | grep sobby ii sobby 0.4.1-1.0.1 a dedicated server for collaborative editing
Change History
Note: See
TracTickets for help on using
tickets.
