Bug 1268708
Summary: | Invalid parameter 'localaddr': backport 1220252 fix to F22 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | poma <pomidorabelisima> |
Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, pkrempa, rjones, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-2.3.1-7.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-23 17:25:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
poma
2015-10-05 00:16:20 UTC
On Rawhide: $ qemu-system-x86_64 -version QEMU emulator version 2.4.0.1 (qemu-2.4.0.1-2.fc24), Copyright (c) 2003-2008 Fabrice Bellard $ rpm -q qemu qemu-2.4.0.1-2.fc24.x86_64 no problemos with 'localaddr', but with a "Connection refused". (In reply to poma from comment #1) ... > but with a "Connection refused". As mister Bonzini explained - "nc -up 4555 localhost 4556" OR socat - UDP:127.0.0.1:4556,sourceport=4555 Undoubtedly, should specify the source port in the UDP combination. Thanks. Commit is: commit b8981dc9aae25fa79e5f35609e63f50f078a572d Author: Peter Krempa <pkrempa> Date: Fri May 15 11:31:43 2015 +0200 util: socket: Add missing localaddr and localport option for DGRAM socket qemu-2.3.1-7.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-d5c1048b47 $ qemu-system-x86_64 --version QEMU emulator version 2.3.1 (qemu-2.3.1-7.fc22), Copyright (c) 2003-2008 Fabrice Bellard $ nc -v -up 4555 localhost 4556 Ncat: Version 6.47 ( http://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4556. Fedora 24 (Rawhide) Kernel 4.3.0-0.rc4.git1.1.fc24.x86_64 on an x86_64 (ttyS0) localhost login: qemu-2.3.1-7.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update qemu' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-d5c1048b47 qemu-2.3.1-7.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |