From owner-freebsd-bugs Sun Dec 1 14:50:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04212 for bugs-outgoing; Sun, 1 Dec 1996 14:50:41 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA04207 for ; Sun, 1 Dec 1996 14:50:39 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA29053; Sun, 1 Dec 1996 17:50:06 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Sun, 1 Dec 1996 17:50 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.7.5/8.7.3) with ESMTP id PAA11165 for ; Sun, 1 Dec 1996 15:30:52 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.7.5/8.6.9) id PAA00339 for freebsd-bugs@freefall.cdrom.com; Sun, 1 Dec 1996 15:32:43 -0500 (EST) Date: Sun, 1 Dec 1996 15:32:43 -0500 (EST) From: Thomas David Rivers Message-Id: <199612012032.PAA00339@lakes.water.net> To: ponds!freefall.cdrom.com!freebsd-bugs Subject: Bug in slip install for 2.1.6-RELEASE... Content-Type: text Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Here's my first install attempt for 2.1.6-RELEASE (am I the only person to try hard-wired SL/IP installs?) If you go through the network panel, setting everything as appropriate, even the "gateway" box; the executed ifconfig will fail because it only specifies one IP address on the ifconfig line... for me, I got the following on my debug screen: DEBUG: Executing command `slattach -a -h -l -s 19200 /dev/cuaa0` /var/run/slattach.cuaa0.pid DEBUG: Command `slattach -a -h -l -s 19200 /dev/cuaa0' returns status of 0 DEBUG: Notify: Configuring network device sl0. Dec 1 15:32:48 slattach[38]: sl0 connected to /dev/cuaa0 at 19200 baud DEBUG: Executing command `ifconfig sl0 inet 10.0.0.16 netmask 255.255.255.0' ifconfig: ioctl (SIOCAIFADDR): Destination address required DEBUG: Command `ifconfig sl0 inet 10.0.0.16 netmask 255.255.255.0' returns status of 1 DEBUG: Switching back to VTY1 I'm guessing that adding the needed address in the "extra ifconfig options" box will solve this problem; just thought someone should know about it. - Dave Rivers -