From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 1 12:52:07 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 615D15E9; Tue, 1 Apr 2014 12:52:07 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30618E25; Tue, 1 Apr 2014 12:52:07 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so9482847pdj.22 for ; Tue, 01 Apr 2014 05:52:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WXGl2Ad/zCSCoY4oFKhc10IfBWx/LFYjY3i2EaBCeEA=; b=Swxm6Dp+CxdeDuDSXKzykZX676EDA2B6Ks7Es8ElfEqCP8PVnPs+BVCZpR+Qnek4Ik cHdktP5UIxEPSBgDMPYSw2sm9TGeIbAv0eAVTa/wrI4Zm8hfKegUz4b1NNDBg1KhTxg3 Y2LiA+lnICIy83Bfk4idbyML2EMN2hWkHqNWqG7CUvePOajxSJnUK+D1YBiuYfV0Q5fr 6yg6VNxU/t3FcImfwq4GOhv1Mxi6dq3zVdAuLU5DDDdMzb2RvfWHh3N+sv27JEYmH7qO MsbsPxlbLCLemFwPgHWDKgZo0ZFiAYS9XdjAxrynLeucadXkpRsxCnBgK5xIHkuWK7u2 IVbA== MIME-Version: 1.0 X-Received: by 10.68.221.42 with SMTP id qb10mr31109010pbc.65.1396356726794; Tue, 01 Apr 2014 05:52:06 -0700 (PDT) Received: by 10.70.89.33 with HTTP; Tue, 1 Apr 2014 05:52:06 -0700 (PDT) In-Reply-To: <533A99BD.2060200@yandex-team.ru> References: <1396270576.1346.3.camel@powernoodle.corp.yahoo.com> <067401cf4cff$59409590$0bc1c0b0$@FreeBSD.org> <533A99BD.2060200@yandex-team.ru> Date: Tue, 1 Apr 2014 14:52:06 +0200 Message-ID: Subject: Re: Pxeboot stops From: amine tay To: "Alexander V. Chernikov" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-hackers@freebsd.org, dteske@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 12:52:07 -0000 When I do a tcpdump and this is what I get: 14:45:33.983412 IP X.X.X.10.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from XX:XX:XX:XX:XX:XX (oui Unknown), length 548 14:45:33.984182 IP ...........fr.bootps > X.X.X.15.bootpc: BOOTP/DHCP, Reply, length 342 The IPv4 address of my client is X.X.X.15 and the address of the host is X.X.X.1 2014-04-01 12:49 GMT+02:00 Alexander V. Chernikov : > On 01.04.2014 12:42, amine tay wrote: > >> already did that, but no changes. >> It seams like the console it's not the source of the problem ! >> Normally the pxeboot should try to load the kernel using NFS, I checked >> and >> all my services are working fine. >> It's a little bit hard because there is no logs to see what's the problem >> ! >> >> >> 2014-03-31 18:36 GMT+02:00 : >> >> >>> -----Original Message----- >>>> From: Sean Bruno [mailto:sbruno@ignoranthack.me] >>>> Sent: Monday, March 31, 2014 5:56 AM >>>> To: amine tay >>>> Cc: freebsd-hackers@freebsd.org >>>> Subject: Re: Pxeboot stops >>>> >>>> On Mon, 2014-03-31 at 14:08 +0200, amine tay wrote: >>>> >>>>> Hi every one, >>>>> When i'm trying to pxe boot FreeBSD 9.1, the pxeboot display the lines >>>>> >>>> bellow : >>>> >>>>> Building the boot loader arguments >>>>> Looking up /BOOT/LOADER... Found >>>>> Relocating the loader and the BTX >>>>> Starting the BTX loader >>>>> >>>>> BTX loader 1.00 BTX version is 1.02 >>>>> Consoles: internal video/keyboard >>>>> BIOS CD is cd0 >>>>> BIOS drive C: is disk0 >>>>> BIOS drive D: is disk1 >>>>> BIOS 636kB/261056kB available memory >>>>> >>>>> FreeBSD/i386 bootstrap loader, Revision 1.1 >>>>> >>>>> But it stops here and I'm not getting the : >>>>> >>>>> pxe open : server addr >>>>> >>>> Can you obtain tcpdump from given host? > There is a problem related to pxeboot & DHCP interaction in current code: > > pxeboot uses DHCP to obtain various dhcp options, but ignores IPv4 address > being assigned by dhcp. > Usually it is the same address as NIC pxe client obtains, but sometimes it > is different which causes problems like this. > > >>>>> or >>>>> Loading /boot/defaults/loader.conf >>>>> /boot/kernel/kernel text=0x64daa0 data=0xa4e80+0xa9e40 >>>>> syms=[0x4+0x6cac0+0x4+0x88e9d] \ >>>>> >>>> It looks like its switching consoles on you. Is this the video or >>>> serial >>>> >>> console >>> >>>> you have captured from? >>>> >>>> If its the serial console, then I suspect you need to setup the >>>> >>> loader.conf with >>> >>>> a comconsole entry. >>>> >>>> E.g., console="vidconsole,comconsole" >>> >>> NB: Enables both video and serial instead of one or the other. >>> -- >>> Devin >>> >>> _____________ >>> The information contained in this message is proprietary and/or >>> confidential. If you are not the intended recipient, please: (i) delete >>> the >>> message and all copies; (ii) do not disclose, distribute or use the >>> message >>> in any manner; and (iii) notify the sender immediately. In addition, >>> please >>> be aware that any message addressed to our domain is subject to archiving >>> and review by persons other than the intended recipient. Thank you. >>> >>> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org >> " >> >> >