From nobody@FreeBSD.org  Wed Jan 22 06:44:49 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 5DFCA471
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Jan 2014 06:44:49 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4A11D14BF
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Jan 2014 06:44:49 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0M6imsL005368
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Jan 2014 06:44:48 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0M6imE7005361;
	Wed, 22 Jan 2014 06:44:48 GMT
	(envelope-from nobody)
Message-Id: <201401220644.s0M6imE7005361@oldred.freebsd.org>
Date: Wed, 22 Jan 2014 06:44:48 GMT
From: Peter Schultze <petersch@cs.ucla.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ifconfig igb0 fails after upgrade to FreeBSD 10.0-RELEASE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185984
>Category:       kern
>Synopsis:       ifconfig igb0 fails after upgrade to FreeBSD 10.0-RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 22 06:50:00 UTC 2014
>Closed-Date:    Thu Jan 23 13:23:24 UTC 2014
>Last-Modified:  Thu Jan 23 13:23:24 UTC 2014
>Originator:     Peter Schultze
>Release:        10.0-RELEASE
>Organization:
UCLA
>Environment:
x86_64
(presently not available, machine offline)
>Description:
After upgrading a x86_64 machine with igb interfaces from 9.2-RELEASE to 10.0-RELEASE the OS boots, but networking remains offline. ifconfig by hand on the console gives

# ifconfig igb0 10.1.2.3
ifconfig: ioctl (SIOCAIFADDR): Invalid argument

The same problem has apparently been observed in Debian GNU/kFreeBSD
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736238
>How-To-Repeat:
run ifconfig igb0 <ip> on 10.0-RELEASE
>Fix:


>Release-Note:
>Audit-Trail:

From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Peter Schultze <petersch@cs.ucla.edu>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/185984: ifconfig igb0 fails after upgrade to FreeBSD
 10.0-RELEASE
Date: Wed, 22 Jan 2014 15:19:22 +0400

   Peter,
 
 On Wed, Jan 22, 2014 at 06:44:48AM +0000, Peter Schultze wrote:
 P> >Description:
 P> After upgrading a x86_64 machine with igb interfaces from 9.2-RELEASE to 10.0-RELEASE the OS boots, but networking remains offline. ifconfig by hand on the console gives
 P> 
 P> # ifconfig igb0 10.1.2.3
 P> ifconfig: ioctl (SIOCAIFADDR): Invalid argument
 P> 
 P> The same problem has apparently been observed in Debian GNU/kFreeBSD
 P> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736238
 P> >How-To-Repeat:
 P> run ifconfig igb0 <ip> on 10.0-RELEASE
 P> >Fix:
 
 Can you please confirm that the /sbin/ifconfig binary was upgraded?
 
 Does that happen with igb0 only? Can you configure an address on lo0?
 
 -- 
 Totus tuus, Glebius.

From: Peter Schultze <petersch@CS.UCLA.EDU>
To: Gleb Smirnoff <glebius@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/185984: ifconfig igb0 fails after upgrade to FreeBSD
 10.0-RELEASE
Date: Wed, 22 Jan 2014 20:22:52 -0800 (PST)

 On Wed, 22 Jan 2014, Gleb Smirnoff wrote:
 
 >  Peter,
 >
 > On Wed, Jan 22, 2014 at 06:44:48AM +0000, Peter Schultze wrote:
 > P> >Description:
 > P> After upgrading a x86_64 machine with igb interfaces from 9.2-RELEASE to 10.0-RELEASE the OS boots, but networking remains offline. ifconfig by hand on the console gives
 > P>
 > P> # ifconfig igb0 10.1.2.3
 > P> ifconfig: ioctl (SIOCAIFADDR): Invalid argument
 > P>
 > P> The same problem has apparently been observed in Debian GNU/kFreeBSD
 > P> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736238
 > P> >How-To-Repeat:
 > P> run ifconfig igb0 <ip> on 10.0-RELEASE
 > P> >Fix:
 >
 > Can you please confirm that the /sbin/ifconfig binary was upgraded?
 
 It was; however it turns out that the system was still running the 
 9.2-RELEASE kernel because the upgrade had remained incomplete due
 to lack of space in the root partition.
 
 "freebsd-update rollback" followed by reboot restored an intact 
 9.2-RELEASE system with networking.
 
 After resizing the the root partition another upgrade went smoothly
 and 10.0-RELEASE is now running fine with networking and all.
 
 Case closed, no problem exists with ifconfig, sorry for the false alarm.
 
 
 >
 > Does that happen with igb0 only? Can you configure an address on lo0?
 >
 > -- 
 > Totus tuus, Glebius.
 >
 
 --
 Peter Schultze
State-Changed-From-To: open->closed 
State-Changed-By: glebius 
State-Changed-When: Thu Jan 23 13:23:12 UTC 2014 
State-Changed-Why:  
Not a bug. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185984 
>Unformatted:
