From owner-freebsd-embedded@FreeBSD.ORG Mon Jan 12 00:31:09 2009 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16F34106564A for ; Mon, 12 Jan 2009 00:31:09 +0000 (UTC) (envelope-from mah@jump-ing.de) Received: from mail.ud03.udmedia.de (ud03.udmedia.de [194.117.254.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7490E8FC1E for ; Mon, 12 Jan 2009 00:31:07 +0000 (UTC) (envelope-from mah@jump-ing.de) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud03.udmedia.de; h= mime-version:content-transfer-encoding:message-id:content-type: to:from:subject:date; q=dns/txt; s=beta; bh=Hmo+KI/suviveTL2F/zM a/P8KilgHVqQTv7H/SIxPtQ=; b=qAQ9JONbaCcBG7eCiS+oHgLSX0uZ2oDjlNpW +WTrUdNQ5xMB3jI4Hi3yu4zS9oT29GnyoiuR+GtXGcOgQQ7nYypNfNpsmkJbgeNg b59fN4Old7DLp6yyuMdl5MRcSkzQCphjqZgr/FZOSUppekos5Hzt/oD6itMJXiwJ agZjvQk= Received: (qmail 17725 invoked from network); 12 Jan 2009 01:31:06 +0100 Received: from unknown (HELO ?10.0.0.50?) (ud03?291p1@82.212.11.84) by mail.ud03.udmedia.de with ESMTPA; 12 Jan 2009 01:31:06 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: <5A12A808-AC77-478A-A5E8-A13B63EEC3A1@jump-ing.de> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-embedded@freebsd.org From: Markus Hitter Date: Mon, 12 Jan 2009 01:31:03 +0100 X-Mailer: Apple Mail (2.753.1) Subject: 7.1 Release broke my box X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 00:31:09 -0000 Hello all, it's me again :-) Last Friday, after seeing ext2fs doesn't work with the 7.0 kernel, I decided to do yet another step and upgrade to 7.1 Release. The virtual machine for building tinybsd setup and ran flawlessly, but a tinybsd image built from it doesn't like networking any longer. The non-working box is a Geode-based Flepo Alpha, which uses the re network driver. The tinybsd settings and set of files is exactly the same as the one which worked flawlessly in 7.0 Release. Yet, the symptoms are: - DHCP doesn't catch the DHCP server's response any longer. - Setting up networking manually helps to get this up. - I can ssh out of the box, but not into the box. - If I start telnetd on the box manually in the console, I can telnet into the box. - lighttpd refuses to pick up his work. - The odd is: Not a single error message in sight, connections just hang or time out. - /var/log doesn't contain a hint. Now a 15-year-unix veteran looks pretty baffled. To illustrate this, I've copied the output of an attempt to run dhclient from the console and an attempt to ssh into the box below. Any ideas anybody what's going on here? Thanks, Markus - - - snip - - - root@git# dhclient re0 DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 7 DHCPOFFER from 10.0.0.1 [... about five minutes pause ...] ^C# mah@piccard:~$ ssh -v git OpenSSH_5.1p1 Debian-3ubuntu1, OpenSSL 0.9.8g 19 Oct 2007 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to git [10.0.0.20] port 22. debug1: Connection established. debug1: identity file /home/mah/.ssh/identity type -1 debug1: identity file /home/mah/.ssh/id_rsa type -1 debug1: identity file /home/mah/.ssh/id_dsa type 2 debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024 debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 FreeBSD-20080901 debug1: match: OpenSSH_5.1p1 FreeBSD-20080901 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-3ubuntu1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'git' is known and matches the DSA host key. debug1: Found key in /home/mah/.ssh/known_hosts:15 debug1: ssh_dss_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received [... about a minute pause here ...] Connection closed by 10.0.0.20 mah@piccard:~$ - - - snip - - - - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/