The TFTP service in 10.9.1 refuse to start on Windows Server 2016...
Der Dienst kann nicht gestartet werden. System.Net.Sockets.SocketException: Normalerweise darf jede Socketadresse (Protokoll, Netzwerkadresse oder Anschluss) nur jeweils einmal verwendet werden
bei System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
bei System.Net.Sockets.Socket.Bind(EndPoint localEP)
bei System.Net.Sockets.TcpListener.Start(Int32 backlog)
bei System.Net.Sockets.TcpListener.Start()
bei System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
bei System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
bei System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
bei System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
bei TFTPServer.Service.TFTPServer..ctor()
bei TFTPServer.Service.TFTPServer.get_Current()
bei TFTPServer.Service.TFTPService.OnStop()
bei System.ServiceProcess.ServiceBase.DeferredStop()
bei System.ServiceProcess.ServiceBase.Stop()
The Service Start and Stop immediatly. There is no other application running on this Server!?