From owner-freebsd-questions@FreeBSD.ORG Wed Jul 16 13:39:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 418B1106566B for ; Wed, 16 Jul 2008 13:39:54 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF1A8FC0A for ; Wed, 16 Jul 2008 13:39:53 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so6866125rvf.43 for ; Wed, 16 Jul 2008 06:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=PPSt0BAEKX40uNDQcaluBz6AY3INlJg3jTsIw4hgjyw=; b=oyM3ZlIZot20iaKTBuTrCop2qPYnjzgSgZlkogVQxImTxRWZYzifcysHk9tplKAAUq gDX/+0VAC90nFW63O3h1CRCj/5YU+8SDzYsyP5jjyY9pQLYr4+sPY/7huq2RJPHEe4+6 SDced1Pni2cDLf7v3P7AbWqd4c0Sc6oqapoDo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=aqAdTUz3unI6aAgSkveMJL6NbNGIptSVGZ6HHVn8YC9V+yap4/XljRPpyXZcye9hDQ aEPN+MFbEGFL/HRlfawpzgZlk1xB2y8naW6h6oOl0Zfw9MLCd4ueztwjGvHX1Y7yceV4 +mr2QG2W2z96xjX0cz1R4TErnZ/D+IkBHKprQ= Received: by 10.141.198.2 with SMTP id a2mr28519rvq.219.1216215593471; Wed, 16 Jul 2008 06:39:53 -0700 (PDT) Received: by 10.140.173.18 with HTTP; Wed, 16 Jul 2008 06:39:53 -0700 (PDT) Message-ID: <20def4870807160639x5611d124we314f9812055e746@mail.gmail.com> Date: Wed, 16 Jul 2008 16:39:53 +0300 From: "Yony Yossef" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD7.0 shell failure on boot, amd 64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 13:39:54 -0000 Hi, After a successful installation, first boot of FreeBSD7 fails upon shell loading: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/amd64/reloc.c:341 pid 78 (sh), uid 0: exited on signal 6 I get a prompt asking to provide a shell path. the same error occurs for all existing shells (sh, csh, tcsh). Here's the command pointed by the crash: /usr/src/libexec/rtld-elf/amd64/reloc.c:341: assert(ELF_R_TYPE(rela->r_info) == R_X86_64_JMP_SLOT); Machine info: Serie =PowerEdge SC1435 CpuNum =4 CpuVendor =AuthenticAMD CpuModel =Dual-Core AMD Opteron(tm) Processor 2216 CpuMhz =2400.330 MemSizeKb =8247676 MachType =x86_64 KernelRev =2.6.18-8.el5 ChipSet =Broadcom HT1000 Legacy South Bridge Is this arch supported by FreeBSD 7.0 ? Yony