Bug ID 932161
Summary atftpd socket fails with ipv4 connections
Classification openSUSE
Product openSUSE Factory
Version 201505*
Hardware x86-64
OS SUSE Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter gennady.uraltsev@gmail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

atftpd fails to work via socket activation with the error:

connect: Address family not supported by protocol


The problem seems to be that the socket is activated for ipv6 connections that
atftpd doesn't know how to deal with.

changing a line in the file /usr/lib/systemd/system/atftpd.socket

from:
ListenDatagram=69
to:
ListenDatagram=0.0.0.0:69

solves the issue


You are receiving this mail because: