From owner-freebsd-hackers Wed Jun 16 13: 5:55 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 50BEA14CEE for ; Wed, 16 Jun 1999 13:05:50 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id QAA23548 for ; Wed, 16 Jun 1999 16:06:24 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id QAA02747; Wed, 16 Jun 1999 16:05:42 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id QAA06745; Wed, 16 Jun 1999 16:05:41 -0400 (EDT) Date: Wed, 16 Jun 1999 16:05:41 -0400 (EDT) From: Thomas David Rivers Message-Id: <199906162005.QAA06745@lakes.dignus.com> To: freebsd-hackers@FreeBSD.ORG, rivers@dignus.com Subject: Re: 3.2 SL/IP Install - can't get ifconfig to work... In-Reply-To: <199906161936.PAA06539@lakes.dignus.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I don't seem to be able to get 3.2 to do a SL/IP > install (this is for a laptop which seems to be > having PAO problems...) > > Turning on DEBUG in the install options, I can watch > it nicely execute: > > ifconfig sl0 inet 10.0.0.98 10.0.0.99 netmask 255.255.255.0 > > but - not matter what - that always seems to fail with: > > ifconfig: ioctl(SIOCAIFADDR): File exists > > does anyone have a clue why the ioctl for the sl0 > ifconfig would fail? (Perhaps the sl psuedo-device > is missing from the kernel?) [I'm guessin the > 'File exists' is left-over stuff in errno, as the > ioctl(SIOCAIFADDR) message seems to be the result > of perror().] > > - Thanks - > - Dave Rivers - > > Just to add to my own mail... After the ifconfig "fails" (and the slattach succeeds) - it seems that SL/IP is actually working. From the server box (this is a straight-through null-modem connection) - I can ping the box I'm trying to install. Also - under the shell on VTY4 - I can mount_nfs the server's CDROM drive... so - the network is actually working... Although ifconfig has a non-zero return code. I tried doing an "ifconfig sl0 down" under the emergency shell on VTY4 - but that didn't seem to change anything; every ifconfig sl0 comes back with "ioctl(SIOCAIFADDR): File exists". I think I can hack-around in sysinstall to get past this; but, something should be done before 3.3. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message