From owner-freebsd-current@FreeBSD.ORG Fri Apr 25 18:03:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C63D437B404 for ; Fri, 25 Apr 2003 18:03:35 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B1343FBD for ; Fri, 25 Apr 2003 18:03:32 -0700 (PDT) (envelope-from funk@softhome.net) Received: from bsd.sadclown.net (syr-24-59-59-213.twcny.rr.com [24.59.59.213]) h3Q13Upn017270 for ; Fri, 25 Apr 2003 21:03:31 -0400 (EDT) Received: by bsd.sadclown.net (Postfix, from userid 1007) id C3C0C12CE3; Fri, 25 Apr 2003 21:03:27 -0400 (EDT) Received: from [192.168.0.2] (funk [192.168.0.2]) by bsd.sadclown.net (Postfix) with ESMTP id 804AA1224C for ; Fri, 25 Apr 2003 21:03:10 -0400 (EDT) From: Jeff Utter To: current@freebsd.org In-Reply-To: <1051307483.11120.5.camel@localhost> References: <1051307483.11120.5.camel@localhost> Organization: Message-Id: <1051318991.646.3.camel@localhost> X-Mailer: Ximian Evolution 1.2.4 Date: 25 Apr 2003 21:03:11 -0400 X-Spam-Status: No, hits=-19.7 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.53 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) X-Sanitizer: Advosys mail filter MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: RE: Linux compat broken?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 01:03:36 -0000 > >> This is current. People running current are expected to not do updates > > >> completely blind. That said, you can try reverting revision 1.42 of > > >> sys/compat/linux/linux_signal.c and see if it fixes your problem? > > > > > > Thanks!... that fixed most of my problems, vmware works now... However > > > my nvidia drivers have started to mess up (they use linux compat right?) > > > When i try to start X using them, my screen flashes once and returns to > > > console locking up my system. Any idea what file(s) could have changed > > > to do this? > > > > Can you try putting revision 1.42 back and trying the attached patch > > instead? > > Was this already committed? it looks liek the file is version 1.43 now > and the patch won't apply. > Yeah, that patch was deffinately committed... and it deffinatley works.. THANKS :)