From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Fvpxe-0003Is-SZ for garchives@archives.gentoo.org; Thu, 29 Jun 2006 06:25:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5T6O6jT025584; Thu, 29 Jun 2006 06:24:06 GMT Received: from mail49.e.nsc.no (mail49.e.nsc.no [193.213.115.49]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5T6O5uF006045 for ; Thu, 29 Jun 2006 06:24:05 GMT Received: from mail.nor.wtbts.org ([213.234.126.131]) by mail49.nsc.no (8.13.6/8.13.5) with ESMTP id k5T6O3Fh025696 for ; Thu, 29 Jun 2006 08:24:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.nor.wtbts.org (Postfix) with ESMTP id 3AC133FA2E for ; Thu, 29 Jun 2006 08:24:03 +0200 (CEST) Received: from mail.nor.wtbts.org ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12965-02 for ; Thu, 29 Jun 2006 08:24:02 +0200 (CEST) Received: from nc.nor.wtbts.org (unknown [192.168.65.211]) by mail.nor.wtbts.org (Postfix) with ESMTP id 03B523FA2C for ; Thu, 29 Jun 2006 08:24:02 +0200 (CEST) Subject: Re: [gentoo-embedded] Xserver problems From: Natanael Copa To: gentoo-embedded@lists.gentoo.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 29 Jun 2006 08:24:01 +0200 Message-Id: <1151562241.6168.5.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at wtbts.no X-Archives-Salt: 3906563f-8f1c-4aba-9ace-8dde9f54db27 X-Archives-Hash: 51f08c48b5f03cd074b9f6f32660e6de (I reorganized so the archives will be more useful) > > On Thursday 29 June 2006 00:20, Shashidhara RaoB wrote: > > > Fatal server error: > > > xf86OpenConsole: Cannot open virtual console 7 (No such file or > > > directory) > > > > do you have the correct devices nodes in /dev/ ? > > -mike On Thu, 2006-06-29 at 10:16 +0530, Shashidhara RaoB wrote: > These are the current devices nodes created on my target machine > > #ls /dev/ > console hda2 loop1 loop6 ram ram12 ram2 ram7 sda1 tty0 > ttyS0 > core hda3 loop2 loop7 ram0 ram13 ram3 ram8 sda2 tty1 > urandom > full hda4 loop3 mem ram1 ram14 ram4 ram9 sda3 tty2 > zero > hda kmem loop4 null ram10 ram15 ram5 random sda4 tty3 > hda1 loop0 loop5 port ram11 ram16 ram6 sda tty > tty4 > Is it only me who cannot see any /dev/tty7? Try: for i in 5 6 7 8 9 10 ; do mknod /dev/tty$i c 4 $i ; done -- gentoo-embedded@gentoo.org mailing list