From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 04:33:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C024016A401 for ; Wed, 14 Feb 2007 04:33:14 +0000 (UTC) (envelope-from deadmanxia@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id 8570713C474 for ; Wed, 14 Feb 2007 04:33:14 +0000 (UTC) (envelope-from deadmanxia@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so86329wra for ; Tue, 13 Feb 2007 20:33:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tzABFEisX82E3fczsBVNeKXxFaeU/XFnnH9cqjp4uVu46VNEDMovXdHLkU0hpSlaTdgBquJAs7GtN+CUrwcB0PZ0bG9bQlGTI27zcpppvAEC9SlIjQ/XyfPJ61qK4pDj3HsDuXlfVJym9GhDDA6Xv2yKDVPQdAk9oiqwFTFQx90= Received: by 10.114.181.1 with SMTP id d1mr8334717waf.1171425915269; Tue, 13 Feb 2007 20:05:15 -0800 (PST) Received: by 10.115.16.12 with HTTP; Tue, 13 Feb 2007 20:05:15 -0800 (PST) Message-ID: Date: Wed, 14 Feb 2007 09:05:15 +0500 From: "DeadMan Xia ...." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: change of runlevel 5 to runlevel 3 in FreeBSD 6.1 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, 14 Feb 2007 04:33:14 -0000 Dear Friends ,, Well i m facing some problem reagrding System Boot in FreeBSD 6.1, I have installed GNOME2 and when my system reboots its start in X Windows. Now i want to change Run Level 5 to Run level 3. Can anybody help me out ? I have tried these changes in /etc/ttys for ttyv8 in both way make ttyv8 comment or uncomment but in vain. ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 on secure ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure #ttyv8 "/usr/X11R6/bin/kdm -nodaemon" xterm on secure Xia ...