From owner-freebsd-questions@FreeBSD.ORG Wed May 12 01:25:50 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C5131065675 for ; Wed, 12 May 2010 01:25:50 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 126FD8FC14 for ; Wed, 12 May 2010 01:25:49 +0000 (UTC) Received: by pxi20 with SMTP id 20so2846309pxi.13 for ; Tue, 11 May 2010 18:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=kRXlQVn9p26XXM4N65g1khxoE5sa/fjkpdN+90Uq6vo=; b=x0n1z/TRVLZ0W+CjUNAqjm3/SfY+fLV3zgEMWiNhpdziG9R2GEXxfLQfoExnXde6IP INu2fHfrnf4RADx27tTAG3jiYubUysXBWbUFMRK7H9nkXI4U3wdgQQ9n/qM0uiHbt5Zc ivkFi3tUqKE8alHIBjZCbYh4SD4x+ddb2A/ec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lUUrfqfsdX0S/VPEDuXgFcqB1RIH/R+aVEGEW1is31LXJrkdbGfiqga4Xfj2khAX++ rUuAtVXiYVUKPdqgZR0cMQbg5riPlFjZZYUKH5Tpx0rdHGtBI0LEYi//NLfH5X8KH37j nnL2Xw0A/m8Q3pnRjlYF0jdbEwgnHTr/OfoOQ= MIME-Version: 1.0 Received: by 10.114.19.9 with SMTP id 9mr5192133was.52.1273627549549; Tue, 11 May 2010 18:25:49 -0700 (PDT) Received: by 10.115.93.12 with HTTP; Tue, 11 May 2010 18:25:49 -0700 (PDT) In-Reply-To: <334425.33104.qm@web113617.mail.gq1.yahoo.com> References: <334425.33104.qm@web113617.mail.gq1.yahoo.com> Date: Tue, 11 May 2010 19:25:49 -0600 Message-ID: From: Tim Judd To: Heshmat Ismail Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: Problem with Custom Kernel 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, 12 May 2010 01:25:50 -0000 On 5/11/10, Heshmat Ismail wrote: > Dear Sir, > My name is Heshmat Ismail.The output of uname-a is:- > FreeBSD 8.0-RELEASE FreeBSD 8.0-RELEASE #12: Tue May 11 11:05:22 UTC > 2010 heshmat@:/usr/obj/usr/src/sys/MYKERNEL i386 > After I have built and installed my custom kernel (MYKERNEL),i installed > xorg and ran the command startx but i got: couldn't create cookie.What could > be the problem with MYKERNEL? my kernel configuration file is attached with > this message. > Thanks, > Heshmat Ismail > An XORG cookie is dealing with X authority, not with a kernel config. Make sure all parts of xorg are installed. Give us the scenario on what you do after login with all your commands leading up to this error.