From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2aaf2727225e09ab22df56d9a86dd340@plan9.escet.urjc.es> To: 9fans@cse.psu.edu From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] ndb/cs problem? Date: Mon, 17 Jun 2002 10:04:56 +0200 Topicbox-Message-UUID: afee4b66-eaca-11e9-9e20-41e7f4b1d025 Hi, Readipinterfaces() in ndb/cs.c sets ipa to IPnoaddr (even though it's able to locate a real ip address in the loops before). The problem with this is that when you start cs on a machine without an ethernet interface and a loopback ip interface, cs no longer sets the system name. I just commented out the "ipmove(ipa, IPnoaddr)" and it works like a charm. Is there anything I'm missing, i.e. any reason for that line of code to be there? thanks