From owner-freebsd-ports@FreeBSD.ORG Wed Mar 22 05:20:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0CA16A401 for ; Wed, 22 Mar 2006 05:20:47 +0000 (UTC) (envelope-from jaideep.jdof@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF1B43D48 for ; Wed, 22 Mar 2006 05:20:46 +0000 (GMT) (envelope-from jaideep.jdof@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so71498nzf for ; Tue, 21 Mar 2006 21:20:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ooe2UkRQ4Lpu2xYIGGWa9wRMkXqBvXAFB3Pvxm6C1QinQo5Of7pg7cR0MCYBzo482/vtV4OlUvFM29EVzsLTnf8UKHc+Sgu6bNh20rQAXDuIAEZgrzDjG1SavWY3hhTSayDG8GdDG4ZwvDBlAOscV3iG6jcP49bXwOUfltIBidY= Received: by 10.65.196.17 with SMTP id y17mr350572qbp; Tue, 21 Mar 2006 21:20:45 -0800 (PST) Received: by 10.65.53.18 with HTTP; Tue, 21 Mar 2006 21:20:45 -0800 (PST) Message-ID: <1a74ff320603212120m6945062em49935148ee578809@mail.gmail.com> Date: Tue, 21 Mar 2006 21:20:45 -0800 From: "Jaideep Das" To: "Jose Alonso Cardenas Marquez" In-Reply-To: <20060321220302.4a36c027.acardenas@bsd.org.pe> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1a74ff320603210719u9bea732ge0ad69d9dd50257b@mail.gmail.com> <20060321164132.71a22757.ehaupt@FreeBSD.org> <1a74ff320603210910w13aa9005t4b688e5d7b38a679@mail.gmail.com> <20060321220302.4a36c027.acardenas@bsd.org.pe> Cc: freebsd-ports@freebsd.org Subject: Re: dazuko port error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 05:20:47 -0000 So is there any methord to over come this problem, like starting dazuko when other services like cups starts, will adding dazuko_enable=3D"YES" in rc.conf help. On 3/21/06, Jose Alonso Cardenas Marquez wrote: > On Tue, 21 Mar 2006 09:10:26 -0800 > "Jaideep Das" wrote: > > > On 3/21/06, Emanuel Haupt wrote: > > > > After installation when i reboot the module dazuko loads perfectly = but > > > > when it starts with the next stage of booting it gives a fatal erro= r > > > > msg and reboots in 15 secs. > > > > > > You did not provide much useful information. uname -a? what version o= f > > > dazuko? > > > > > > Emanuel > > > > > > Maintainer CC'ed. > > > > > > -- > > > GnuPG key id: 0x55E67774 Download: http://pgp.mit.edu:11371 > > > Key fingerprint: 17B3 FD8F BA68 4AB4 10FD A9D1 AD52 6588 55E6 7774 > > > > > > > > > > uname -a: > > > > FreeBSD localhost 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 > > 09:36:13 UTC 2005 > > root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 > > > > version: > > 2.2.0 > > > > -- > > Have a nice day. > > > > > > I reproduce the same dazuko "fatal trap 12" error on FreeBSD-6.1-PRERELEA= SE > (RELENG_6), but i can't to catch core dump. > > Fatal trap 12: page fault while in kernel mode > fault virtual address =3D 0x4c > fault code =3D supervisor read, page not present > instruction pointer =3D 0x20:0xc0664710 > stack pointer =3D 0x28:0xc1020c30 > frame pointer =3D 0x28:0xc1020c68 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres 1, def32 1, gran 1 > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > current process =3D 0 (swapper) > trap number=09=09=3D 12 > panic fault > > HellFire# addr2line -e kernel.debug 0xc0664710 > /usr/src/sys/vm/uma_core.c:1831 > > HellFire# nm -n kernel.debug | grep c0664 > c0664020 t zone_drain > c0664310 T uma_zfree_arg > c06646d0 T uma_zalloc_arg > c0664d30 T uma_zdestroy > c0664d60 t zone_dtor > > HellFire# cat /boot/loader.conf > linux_load=3D"YES" > nvidia_load=3D"YES" > sound_load=3D"YES" > snd_emu10k1_load=3D"YES" > hw.ata.atapi_dma=3D"1" > dazuko_load=3D"YES" > > > The error is only on boot process (kldload and kldunload runs without > problems) > > Greetings > ACM > -- > Grupo de Usuarios *BSD Peru - BSDPeru > http://www.bsd.org.pe > -- Have a nice day.