[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with " Protocol not available"
Mattias Ellert
mattias.ellert at fysast.uu.se
Tue Nov 15 21:39:47 UTC 2011
Reproduce bug with current verison:
ellert at ubuntu-oneiric:~/soap$ ./soaptest
Error 28 fault: SOAP-ENV:Server [no subcode]
"Protocol not available"
Detail: setsockopt IPV6_V6ONLY failed in soap_bind()
ellert at ubuntu-oneiric:~/soap$
Download and install new version:
ellert at ubuntu-oneiric:~$ wget -N https://launchpad.net/ubuntu/+archive/primary/+files/gsoap_2.8.3-1ubuntu1_amd64.deb
ellert at ubuntu-oneiric:~$ wget -N https://launchpad.net/ubuntu/+archive/primary/+files/libgsoap0_2.8.3-1ubuntu1_amd64.deb
ellert at ubuntu-oneiric:~$ sudo dpkg --install gsoap_2.8.3-1ubuntu1_amd64.deb libgsoap0_2.8.3-1ubuntu1_amd64.deb
Rerun test with new version:
ellert at ubuntu-oneiric:~/soap$ ./soaptest
ellert at ubuntu-oneiric:~/soap$
With the new version there is no error.
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/876713
Title:
Soap bind always tries IPV6_V6ONLY on bind and fails with " Protocol
not available"
Status in “gsoap” package in Ubuntu:
Fix Released
Status in “gsoap” source package in Oneiric:
Fix Committed
Bug description:
Based on various bug reports, it seems like this problem was fixed
upstream in 2.7.*. I'm investigating why it emerged here.
Here is the strace.
setsockopt(3, SOL_IPV6, IPV6_V6ONLY, [0], 4) = -1 ENOPROTOOPT (Protocol not available)
dup(2) = 4
fcntl(4, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(4, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 3), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f377363e000
lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(4, "soap bind: Protocol not availabl"..., 34soap bind: Protocol not available
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gsoap 2.8.3-1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 10:54:53 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
LC_CTYPE=en_US.UTF-8
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: gsoap
UpgradeStatus: Upgraded to oneiric on 2011-08-31 (47 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions
More information about the Ubuntu-sponsors
mailing list