⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 99

📁 Unix/Linux 网络时间协议版本3 Network Time Protocol Version 3 (NTP) distribution for Unix systems
💻
字号:
Received: from snow-white.ee.udel.edu by whimsy.udel.edu id aa11974;          28 Feb 97 4:25 GMTReceived: from explorer2.clark.net (harlan@explorer2.clark.net [168.143.0.5]) by mail.clark.net (8.8.5/8.6.5) with ESMTP id XAA08529 for <stenn@whimsy.udel.edu>; Thu, 27 Feb 1997 23:23:56 -0500 (EST)Received: (from harlan@localhost) by explorer2.clark.net (8.8.5/8.7.1) id XAA03193 for stenn@whimsy.udel.edu; Thu, 27 Feb 1997 23:25:02 -0500 (EST)Message-Id: <199702280425.XAA03193@explorer2.clark.net>From: Paolo Zeppegno <paolo@to.sem.it>Subject: Re: Multicast/Broadcast problems on LinuxNewsgroups: comp.protocols.time.ntpDate: Mon, 24 Feb 1997 16:06:05 +0100Organization: EDS Italia S.p.A.I have the same problem here, here is a grep from the strace of tehexecution of 3.5e and 3.5-89.5. The problem is a caused by trying tobind to 127.255.255.255, that did not happen with the old version.I'm goinf to take a look at the code, but....	paolo zeppegno	paolo@to.sem.itpaolo@wasp 1805> grep bind /tmp/{qqq,ppp}/tmp/qqq:17344 bind(4, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("0.0.0.0")}, 16) = 0/tmp/qqq:17344 bind(5, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("127.0.0.1")}, 16) = 0/tmp/qqq:17344 bind(6, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("192.106.222.1")}, 16) = 0/tmp/qqq:17344 bind(7, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("192.106.222.10")}, 16) = 0/tmp/qqq:17344 bind(8, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("127.255.255.255")}, 16) = -1 EADDRINUSE (Addressalready in use)/tmp/ppp:17331 bind(4, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("0.0.0.0")}, 16) = 0/tmp/ppp:17331 bind(5, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("127.0.0.1")}, 16) = 0/tmp/ppp:17331 bind(6, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("192.106.222.1")}, 16) = 0/tmp/ppp:17331 bind(7, {sin_family=AF_INET, sin_port=htons(123),sin_addr=inet_addr("192.106.222.10")}, 16) = 0paolo@wasp 1806>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -