Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 23:54:16 GMT
From:      "Miko&#322;aj Ochal" <vatt.miko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/157132: nfe0 hang up the system after the 'dhclient nfe0'
Message-ID:  <201105172354.p4HNsGSl045145@red.freebsd.org>
Resent-Message-ID: <201105180000.p4I00IBB098142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157132
>Category:       misc
>Synopsis:       nfe0 hang up the system after the 'dhclient nfe0'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 18 00:00:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Miko&#322;aj Ochal
>Release:        8.2-i386_amd64, 8.2-amd63, 9.0-i386
>Organization:
myself
>Environment:
it is default system instalation for instance 9.0  02.2011 snapshot
no kernel changes or anything just trying 'nfe'
im only using OpenBSD atm
FreeBSD is on a different hdd
>Description:
while installing FBSD ... while dhclient start system freez
when installing developer +eng doc+ no network +reboot
after reboot
1=>>'dhclient nfe0' freez the system
2=>>'ifconfig nfe0 inet 192.168.1.xx netmask 255.255.255.0' freez
..after reboot
>How-To-Repeat:
when installing just let Ethernet auto dhcp == freez

after installing without eth>>
login: root
pass:xxxx
dhclient nfe0 == freez
================
login:root
pass:xxxx
ifconfig nfe0 inet 192.168.1.111 netmask 255.255.255.0== freez
================

>Fix:
after installing the system without the ethernet
login:root
pass:xxxx
ifconfig nfe0 down
ifconfig nfe0 inet 192.168.1.111
ifconfig nfe0 inet 192.168.1.111 netmask 255.255.255.0
ifconfig nfe0 up
>Release-Note:
>Audit-Trail:
>Unformatted:
 >>>>>works after
 
 3=>>ifconfig nfe0 down
 ifconfig nfe0 inet 192.168.1.16(or xx)
 ifconfig nfe0 inet 192.168.1.16 netmask 255.255.255.0
 
 ..it works for a while
 
 (if ** ifconfig nfe0 inet 192.xxx.xxx.xxx netmask xxxxxxxxxxx <<at once <<< it hangs up the system
 
 dhclient nfe0 hangs up system(it works well only after )
 (3=>>)step
 
 I can't set inet and netmask at once
 even if I set it as
 ifconfig nfe0 inet X
 ifconfig nfe0 inet X netmask X
 after reboot it hangs up the system
 >>it works for a while
 
 sometimes it takes ++MB of memory >> when it reachs max == it hangs up
 or just freez watching top or wathever .. making tea
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105172354.p4HNsGSl045145>