From owner-freebsd-questions Thu Jan 31 15: 5: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from windmill-en0.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by hub.freebsd.org (Postfix) with ESMTP id ABF5437B402 for ; Thu, 31 Jan 2002 15:05:00 -0800 (PST) Received: from blah (170.sm7.dialup.garlic.net [216.139.3.170]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g0VN4vP43464 for ; Thu, 31 Jan 2002 15:04:58 -0800 From: "Remington" To: Subject: Newbie Q: make world Date: Thu, 31 Jan 2002 15:04:19 -0800 Message-ID: <002601c1aaab$b31a4f60$aa038bd8@blah> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok im having some problems with with make world. Im upgradeing from 4.4-RELEASE to 4.5-STABLE. I cvsupped 4.5 and began with the following Commands(first checked to make sure my /etc/group had the proper groups from /usr/src/etc/group) #cd /usr/src ; make buildworld Recompiled my custom kernel, only added "device pcm" #cd /usr/src/sys/i386/conf/ ; /usr/sbin/config build2 #cd ../../compile/build2 #make depend ; make ; make install #shutdown -r now Everything went smoothly in compiling the kernel #cd /usr/src ; make installworld Everything went fine, then I tried updating my /etc using mergemaster: #mergemaster -m /usr/src/etc -D /etc Redid my /dev #cp /usr/src/etc/MAKEDEV /dev #cd /dev ; sh MAKEDEV all #shutdown -r now OK now I have a massive amount of problems. First I have defined in my /etc/rc.conf: "allscreens_flags="80x50 -c blink". It no longer changes my resolution on startup. I tried issueing #vidcontrol 80x50 but it spits out an error My mouse isnt working in the console. I have "moused_enable="YES" defined in my rc.conf but no mouse. I presume its something I did in mergemaster. Can anyone offer me any help? Id give alittle more detail but I deleted FBSD and I plan on doing the hole make process later tonight Windows, not worth the CD its burned on. -Remington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message