From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 05:26:27 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A396737B401 for ; Sun, 27 Apr 2003 05:26:27 -0700 (PDT) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A56A43F93 for ; Sun, 27 Apr 2003 05:26:26 -0700 (PDT) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])635AFA381D for ; Sun, 27 Apr 2003 14:26:24 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 790C688FF8; Sun, 27 Apr 2003 14:26:14 +0200 (CEST) To: freebsd-stable@freebsd.org In-Reply-To: <20030426142745.14E165312@netcom1.netcom.com> (Mike Harding's message of "Sat, 26 Apr 2003 07:27:45 -0700 (PDT)") References: <20030426142745.14E165312@netcom1.netcom.com> From: Matthias Andree Date: Sun, 27 Apr 2003 14:26:14 +0200 Message-ID: User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: blackmail attempt? Stable mailing list block? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 12:26:28 -0000 Mike Harding writes: > I got some weird mail back, claiming that my e-mail was blocked, w/o > indicating what server was blocked, after the mail appeared in the > mailing list. Is this some BS shakedown? I use postfix on a DSL line > forwarding to earthlink, this is hardly something that should be rare > in the BSD world... the mail appeared to come from a web mail server > and the first link has the following lovely text: [strange offer snipped] I have seen idiots apply "dialup user black lists" (aggressively promoted by MAPS LLC and Osirusoft and others) to Received: headers -- and consistently seen bounces hit the reverse path of my mailing list mail from such accounts, because the last Received: header in my mail will of course bear the IP of my private Postfix that's sitting on a DSL line in Germany, no matter if I use my ISP's relay server or not (I won't hack up my systems to accomodate the effects of other people's brain amputation). There are just some people that turn blind in their rage against spam. They'd better get working content based filtering such as bogofilter and use that instead of senseless blacklists. SCNR. -- Matthias Andree From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 08:59:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC95737B401 for ; Sun, 27 Apr 2003 08:59:42 -0700 (PDT) Received: from sc006pub.verizon.net (sc006pub.verizon.net [206.46.170.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFB043F75 for ; Sun, 27 Apr 2003 08:59:41 -0700 (PDT) (envelope-from arlankfo@verizon.net) Received: from [138.88.80.36] (port=9341 helo=verizon.net) by sc006pub.verizon.net with esmtp (Exim 4.14) id 199oZ2-0001lI-OB; Sun, 27 Apr 2003 10:59:40 -0500 To: stable@freebsd.org, current-users@netbsd.org From: "Andrew Lankford" Date: Sun, 27 Apr 2003 11:59:40 -0400 Sender: arlankfo@verizon.net Message-Id: Subject: Forwarding an email received by arch@freebsd.org... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Lankford List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 15:59:43 -0000 Date: Sun, 27 Apr 2003 12:02:34 +0200 From: =?ISO-8859-1?Q?Bodo_R=FCskamp?= To: arch@freebsd.org Subject: misc patches to FreeBSD (Geode, USB, kqueue, ObjC) Message-ID: <5E112B5E-7897-11D7-BB6A-000393DB98F8@mac.com> Hi, I have compiled a list of patches for FreeBSD on . They are the result of using the FreeBSD kernel on our Set-Top-Box hardware, which uses the Geode processor by National Semiconductor. We used to patch the past FreeBSD releases since 4.3 to get our software working, but since our product is now released, we would like to merge the patches into the main FreeBSD repository, so that they are included in FreeBSD 4.9. A short overview: http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.identcpu.c http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.vm_machdep.c These patches are to support the NSC Geode processor. http://www.clabsms.de/FreeBSD/patch.sys.net.bpf.c http://www.clabsms.de/FreeBSD/patch.sys.dev.usb.usb.c These patches add the kqueue(2) interface to bpf(4) and usb(4). http://www.clabsms.de/FreeBSD/patch.sys.dev.usb.ohci.c This contains a fix for a serious bug in the OHCI code that was present for a very long time in FreeBSD and NetBSD: The attach/detach routines have a bug that makes the usbd hang in the kernel (unkillable). Also some minor fixes are included, ported from NetBSD 1.6.1. http://www.clabsms.de/FreeBSD/patch.sys.netgraph.ng_ksocket.c This patch makes the connect() function of ng_ksocket work. http://www.clabsms.de/FreeBSD/patch.contrib.libobjc.objc.hash.h http://www.clabsms.de/FreeBSD/patch.contrib.libobjc.objc.thr.h Patches for the ObjC include headers that are required, if you use GCC with all warnings turned on. ; Bodo R=FCskamp -- Bodo R=FCskamp From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 11:03:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FC737B401 for ; Sun, 27 Apr 2003 11:03:13 -0700 (PDT) Received: from ns1.usafvet.com (12-236-66-170.client.attbi.com [12.236.66.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A58343F85 for ; Sun, 27 Apr 2003 11:03:13 -0700 (PDT) (envelope-from Tranbo@usafvet.com) Received: by ftp.usafvet.com with Internet Mail Service (5.5.2653.19) id ; Sun, 27 Apr 2003 11:05:21 -0700 Message-ID: <51CE9703EE88D511B35800A0CC5FFB0C07EB@ftp.usafvet.com> From: Michael Tran To: "'freebsd-stable@freebsd.org'" Date: Sun, 27 Apr 2003 11:05:14 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: CVS Revision Tag Date Format Question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 18:03:14 -0000 I am having problem with getting the src from the cvs server for a specific date I read the the man page and it said the date format is : "date=[cc]yy.mm.dd.hh.mm.ss This specifies a date that should be used to select the revi- sions that are checked out from the CVS repository. The client will receive the revisions that were in effect at the specified date and time. At present, the date format is inflexible. All 17 or 19 characters must be specified, exactly as shown. For the years 2000 and beyond, specify the century cc. For earlier years, specify only the last two digits yy. Dates and times are considered to be GMT. The default date is `.', which means ``as late as possible''. " My entry in the stable-supfile *default release=cvs tag=RELENG_4 date=[cc]03.04.19.00.00.00 when I run the cvsup -g -L 2 stable-supfile I got the error Invalid date "[cc]03.04.19.00.00.00" What is the correct entry for this?. I want to get the 4.8-STABLE date on 2003-APRIL-19-12:00 PM Thanks for all the your help. From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 11:16:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5CE837B401 for ; Sun, 27 Apr 2003 11:16:44 -0700 (PDT) Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C098543FAF for ; Sun, 27 Apr 2003 11:16:43 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (jylqnu@localhost [127.0.0.1]) by lurza.secnetix.de (8.12.8p1/8.12.8) with ESMTP id h3RIGdB5094741; Sun, 27 Apr 2003 20:16:40 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.8p1/8.12.8/Submit) id h3RIGcZM094740; Sun, 27 Apr 2003 20:16:38 +0200 (CEST) Date: Sun, 27 Apr 2003 20:16:38 +0200 (CEST) Message-Id: <200304271816.h3RIGcZM094740@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, Andrew Lankford In-Reply-To: X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.8-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Forwarding an email received by arch@freebsd.org... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, Andrew Lankford List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 18:16:45 -0000 Andrew Lankford wrote: > http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.identcpu.c > http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.vm_machdep.c > These patches are to support the NSC Geode processor. What do you mean -- "support"? I'm just curious ... I've been using NS Geode processors (233 and 300 MHz) for quite some time without any problems, and without requiring patches. They're recognized during booting like this: CPU: Cyrix GXm (232.74-MHz 586-class CPU) Origin = "CyrixInstead" Id = 0x540 DIR=0x8246 Stepping=8 Revision=2 (Yes, the Geode _is_ a Cyrix processor.) I've put a complete dmesg output here: http://www.secnetix.de/~olli/cantaro/dmesg.boot.txt Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Any sufficiently advanced technology is indistinguishable from magic." Arthur C. Clarke's Third Law, from Profiles of the Future From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 12:18:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24EE37B401 for ; Sun, 27 Apr 2003 12:18:02 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FA343FA3 for ; Sun, 27 Apr 2003 12:18:01 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h3RJHwtv034884; Sun, 27 Apr 2003 21:17:58 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h3RJHw2h034883; Sun, 27 Apr 2003 21:17:58 +0200 (CEST) Date: Sun, 27 Apr 2003 21:17:58 +0200 From: Wilko Bulte To: freebsd-stable@freebsd.org, Andrew Lankford Message-ID: <20030427191758.GA34866@freebie.xs4all.nl> References: <200304271816.h3RIGcZM094740@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304271816.h3RIGcZM094740@lurza.secnetix.de> User-Agent: Mutt/1.4i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org Subject: Re: Forwarding an email received by arch@freebsd.org... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 19:18:03 -0000 On Sun, Apr 27, 2003 at 08:16:38PM +0200, Oliver Fromme wrote: > Andrew Lankford wrote: > > http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.identcpu.c > > http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.vm_machdep.c > > These patches are to support the NSC Geode processor. > > What do you mean -- "support"? I'm just curious ... > > I've been using NS Geode processors (233 and 300 MHz) for > quite some time without any problems, and without requiring > patches. They're recognized during booting like this: > > CPU: Cyrix GXm (232.74-MHz 586-class CPU) > Origin = "CyrixInstead" Id = 0x540 DIR=0x8246 Stepping=8 Revision=2 > > (Yes, the Geode _is_ a Cyrix processor.) Same here on my SBC firewall: wb ~: dmesg Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-RELEASE-p10 #1: Mon Apr 21 11:41:29 CEST 2003 root@styx.wbnet:/usr/obj/usr/src/sys/STYX Calibrating clock(s) ... TSC clock: 300697929 Hz, i8254 clock: 1193246 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Cyrix GXm (300.68-MHz 586-class CPU) Origin = "CyrixInstead" Id = 0x540 DIR=0x8144 Stepping=8 Revision=1 real memory = 31981568 (31232K bytes) Physical memory chunk(s): -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 12:46:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9150D37B404 for ; Sun, 27 Apr 2003 12:46:15 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C193943F85 for ; Sun, 27 Apr 2003 12:46:13 -0700 (PDT) (envelope-from andy@evo6.org) Received: from evo6.org (vx.noc.evo6.net [10.0.0.10]) by mx1.evo6.net (8.12.9/8.12.9) with ESMTP id h3RJk9Xs085789; Sun, 27 Apr 2003 20:46:10 +0100 (BST) (envelope-from andy@evo6.org) Message-ID: <3EAC3379.7080100@evo6.org> Date: Sun, 27 Apr 2003 20:46:01 +0100 From: Andy Gilligan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030421 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Tran References: <51CE9703EE88D511B35800A0CC5FFB0C07EB@ftp.usafvet.com> In-Reply-To: <51CE9703EE88D511B35800A0CC5FFB0C07EB@ftp.usafvet.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-28.7 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MOZILLA_UA version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: "'freebsd-stable@freebsd.org'" Subject: Re: CVS Revision Tag Date Format Question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 19:46:15 -0000 Michael Tran wrote: > I am having problem with getting the src from the cvs server for a specific > date --snip-- > What is the correct entry for this?. I want to get the 4.8-STABLE date on > 2003-APRIL-19-12:00 PM > Thanks for all the your help. Adding: date=2003.04.19.12.00.00 To your supfile will grab the right files. -Andy From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 13:16:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D6E37B401 for ; Sun, 27 Apr 2003 13:16:15 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD2B243F75 for ; Sun, 27 Apr 2003 13:16:12 -0700 (PDT) (envelope-from jordbaer@mac.com) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3RKGCiL004208 for ; Sun, 27 Apr 2003 13:16:12 -0700 (PDT) Received: from mac.com ([195.202.35.98]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id HE0QYZ00.E5B; Sun, 27 Apr 2003 13:16:11 -0700 Date: Sun, 27 Apr 2003 22:16:08 +0200 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: =?ISO-8859-1?Q?Bodo_R=FCskamp?= To: freebsd-stable@freebsd.org, Andrew Lankford Content-Transfer-Encoding: quoted-printable In-Reply-To: <200304271816.h3RIGcZM094740@lurza.secnetix.de> Message-Id: <14D027F7-78ED-11D7-9332-000393DB98F8@mac.com> X-Mailer: Apple Mail (2.552) Subject: Re: Forwarding an email received by arch@freebsd.org... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 20:16:15 -0000 On Sonntag, April 27, 2003, at 08:16 Uhr, Oliver Fromme wrote: >> http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.identcpu.c >> http://www.clabsms.de/FreeBSD/patch.sys.i386.i386.vm_machdep.c >> These patches are to support the NSC Geode processor. > What do you mean -- "support"? I'm just curious ... > > I've been using NS Geode processors (233 and 300 MHz) for > quite some time without any problems, and without requiring > patches. They're recognized during booting like this: > > CPU: Cyrix GXm (232.74-MHz 586-class CPU) > Origin =3D "CyrixInstead" Id =3D 0x540 DIR=3D0x8246 Stepping=3D8 =20= > Revision=3D2 > > (Yes, the Geode _is_ a Cyrix processor.) The GXm is different from the SC1210. The GXm is a two chip solution,=20 and the SC1210 is a one chip solution, which has a different DIR and a=20= different vendor identifier: NSC Geode (266.65-MHz 586-class CPU) Origin =3D "Geode by NSC" Id =3D 0x540 Stepping =3D 0 DIR=3D0x81b0 Look at the patch, and you'll notice the difference... ; Bodo --=20 Bodo R=FCskamp From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 14:24:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5983537B401 for ; Sun, 27 Apr 2003 14:24:42 -0700 (PDT) Received: from web40702.mail.yahoo.com (web40702.mail.yahoo.com [66.218.78.159]) by mx1.FreeBSD.org (Postfix) with SMTP id CDEC943FBD for ; Sun, 27 Apr 2003 14:24:41 -0700 (PDT) (envelope-from nkoss@yahoo.com) Message-ID: <20030427212441.70289.qmail@web40702.mail.yahoo.com> Received: from [68.15.85.226] by web40702.mail.yahoo.com via HTTP; Sun, 27 Apr 2003 14:24:41 PDT Date: Sun, 27 Apr 2003 14:24:41 -0700 (PDT) From: Neal Koss To: stable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: ruby & portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: neal@kossweb.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 21:24:42 -0000 I take it since there was no response to my previous questions that no one has any answers. OK, does anyone know where I might get some answers. I am relatively new at this, but it would seem that the portupgrade prgram would be something that everyone would want to use. It sounds like it automates the upgrade process significantly and I wonder how it gets compiled if one of its components seems to be out of reach. And likewise my other question dealing with the ftp sites is perplexing. Thanks... __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 14:35:40 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BDA37B401 for ; Sun, 27 Apr 2003 14:35:40 -0700 (PDT) Received: from sixshooter.v6.thrupoint.net (sixshooter.v6.thrupoint.net [65.242.152.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C51D043FAF for ; Sun, 27 Apr 2003 14:35:39 -0700 (PDT) (envelope-from jpb@sixshooter.v6.thrupoint.net) Received: from sixshooter.v6.thrupoint.net (localhost.v6.thrupoint.net [127.0.0.1]) by sixshooter.v6.thrupoint.net (Postfix) with ESMTP id 43BA14D06 for ; Sun, 27 Apr 2003 17:35:35 -0400 (EDT) Received: (from jpb@localhost)h3RLZZRi076522 for freebsd-stable@freebsd.org; Sun, 27 Apr 2003 17:35:35 -0400 (EDT) Date: Sun, 27 Apr 2003 17:35:34 -0400 From: Jim Brown To: stable Message-ID: <20030427213534.GA76497@sixshooter.v6.thrupoint.net> Mail-Followup-To: stable References: <20030427212441.70289.qmail@web40702.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030427212441.70289.qmail@web40702.mail.yahoo.com> User-Agent: Mutt/1.4.1i Subject: Re: ruby & portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 21:35:40 -0000 * Neal Koss [2003-04-27 17:25]: > I take it since there was no response to my previous questions that no > one has any answers. OK, does anyone know where I might get some > answers. I am relatively new at this, but it would seem that the > portupgrade prgram would be something that everyone would want to use. > It sounds like it automates the upgrade process significantly and I > wonder how it gets compiled if one of its components seems to be out of > reach. > > And likewise my other question dealing with the ftp sites is > perplexing. > > Thanks... > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > 2. Have you sent a note to the ruby maintainer- knu@freebsd.org? 1. Try settting your Release Name (Custom->Optinos->Release Name) option to 4.8-RELEASE jpb === From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 14:52:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F0037B401 for ; Sun, 27 Apr 2003 14:52:45 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C21443F75 for ; Sun, 27 Apr 2003 14:52:44 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-22-23.client.attbi.com[12.234.22.23]) by rwcrmhc52.attbi.com (rwcrmhc52) with SMTP id <2003042721524405200nqlrbe>; Sun, 27 Apr 2003 21:52:44 +0000 Date: Sun, 27 Apr 2003 14:52:43 -0700 (PDT) From: Doug Barton To: neal@kossweb.net In-Reply-To: <20030427212441.70289.qmail@web40702.mail.yahoo.com> Message-ID: <20030427145216.K3465@znfgre.qbhto.arg> References: <20030427212441.70289.qmail@web40702.mail.yahoo.com> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable Subject: Re: ruby & portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 21:52:45 -0000 On Sun, 27 Apr 2003, Neal Koss wrote: > I take it since there was no response to my previous questions that no > one has any answers. Or, you asked a question about a port on the -stable list. Try asking on freebsd-ports instead. -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 17:44:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D02237B401 for ; Sun, 27 Apr 2003 17:44:06 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A9F43FBD for ; Sun, 27 Apr 2003 17:44:02 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 7AE235309; Mon, 28 Apr 2003 02:44:00 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Michael Tran From: Dag-Erling Smorgrav Date: Mon, 28 Apr 2003 02:43:59 +0200 In-Reply-To: <51CE9703EE88D511B35800A0CC5FFB0C07EB@ftp.usafvet.com> (Michael Tran's message of "Sun, 27 Apr 2003 11:05:14 -0700") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <51CE9703EE88D511B35800A0CC5FFB0C07EB@ftp.usafvet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: "'freebsd-stable@freebsd.org'" Subject: Re: CVS Revision Tag Date Format Question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 00:44:06 -0000 Michael Tran writes: > *default release=cvs tag=RELENG_4 date=[cc]03.04.19.00.00.00 [cc] means (optional) century, i.e. 20. DES -- Dag-Erling Smorgrav - des@ofug.org From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 20:28:54 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9833037B401 for ; Sun, 27 Apr 2003 20:28:54 -0700 (PDT) Received: from alchemistry.net (66-234-45-114.nyc.cable.nyct.net [66.234.45.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A0643FA3 for ; Sun, 27 Apr 2003 20:28:53 -0700 (PDT) (envelope-from mail@krel.org) Received: from amavis by alchemistry.net with scanned-ok (Exim 3.36 #1) id 199zK1-000Okt-00 for stable@freebsd.org; Sun, 27 Apr 2003 23:28:53 -0400 Received: from ilya by alchemistry.net with local (Exim 3.36 #1) id 199zJz-000Okk-00 for stable@freebsd.org; Sun, 27 Apr 2003 23:28:51 -0400 Date: Sun, 27 Apr 2003 23:28:51 -0400 From: Ilya To: stable@freebsd.org Message-ID: <20030428032851.GA95034@krel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by AMaViS snapshot-20020531 Subject: XFree86-4 is broken ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mail@krel.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 03:28:54 -0000 Hi guys, I just cvsuped my box to latest stable, as well as did upgrade of almost all the ports. I cant get XFree86-4-Clients running. The build fails here: /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen rm -f xcursorgen cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor -lXrender -lXext -lX11 -L/usr/local/lib -lpng -lm -lz -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderFindStandardFormat' /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateAnimCursor' /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateCursor' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen. /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen I already tried to pkg_delete all XFree86 packages, and reinstall them from scratch. XFree86-4-libraries which contain libXcursor build ok with no problem. But still cant build Xfree-86-clients. anyone has any suggestions? thx a in advance From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 21:10:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA9437B485 for ; Sun, 27 Apr 2003 21:10:08 -0700 (PDT) Received: from sunfire.lclark.edu (lewis.lclark.edu [149.175.1.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 12CE543F75 for ; Sun, 27 Apr 2003 21:10:08 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from [149.175.30.191] ([149.175.30.191]) by sunfire.lclark.edu (SAVSMTP 3.0.1.45) with SMTP id M2003042721093816542 ; Sun, 27 Apr 2003 21:09:38 -0700 From: Eric Anholt To: mail@krel.org In-Reply-To: <20030428032851.GA95034@krel.org> References: <20030428032851.GA95034@krel.org> Content-Type: text/plain Organization: Message-Id: <1051503354.79668.4.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 27 Apr 2003 21:15:54 -0700 Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: XFree86-4 is broken ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 04:10:09 -0000 On Sun, 2003-04-27 at 20:28, Ilya wrote: > Hi guys, I just cvsuped my box to latest stable, as well as did upgrade of > almost all the ports. I cant get XFree86-4-Clients running. The build fails > here: > /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen > rm -f xcursorgen > cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef > -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor > -lXrender -lXext -lX11 -L/usr/local/lib -lpng -lm -lz > -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib > /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderFindStandardFormat' > /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateAnimCursor' > /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateCursor' > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen. > /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen > > > I already tried to pkg_delete all XFree86 packages, and reinstall them from > scratch. XFree86-4-libraries which contain libXcursor build ok with no problem. > But still cant build Xfree-86-clients. Could you send me the output of: ls -l /var/db/pkg | grep -E XFree86\|imake -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 21:26:12 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146C537B401 for ; Sun, 27 Apr 2003 21:26:12 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E2343F3F for ; Sun, 27 Apr 2003 21:26:08 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h3S4Q7m2022864 for ; Mon, 28 Apr 2003 14:26:07 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA22802; Mon, 28 Apr 2003 14:26:06 +1000 (EST) Message-Id: <200304280426.OAA22802@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Apr 2003 14:26:06 +1000 Sender: gnb@itga.com.au Subject: When can I expect package building to re-start? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 04:26:12 -0000 Looking on the ftp sites, the last time the packages-4-stable stuff was updated appears to be 19 March (UTC). I am assuming this is because the build cluster was co-opted to producing 4.8 CDs. Any idea when it will be back to normal service? If it's going to be a week or more, I'll try some other method. [I have a Toshiba laptop that can't run X (it freezes in the ddc module). I need to try the latest XServers package before send-pr-ing etc, and it will take most of the rest of forever to compile it myself!!] From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 21:53:37 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA7737B401 for ; Sun, 27 Apr 2003 21:53:37 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C737943FBD for ; Sun, 27 Apr 2003 21:53:35 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.14) id 19A0dv-000DQd-66 for freebsd-stable@freebsd.org; Sun, 27 Apr 2003 21:53:31 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 27 Apr 2003 21:53:30 -0700 To: FreeBSD Stable Message-Id: Subject: Warning: No xauth data; using fake authentication data for X11 forwarding. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 04:53:37 -0000 what's with this? randy From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 22:43:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DBCD37B401 for ; Sun, 27 Apr 2003 22:43:42 -0700 (PDT) Received: from web40705.mail.yahoo.com (web40705.mail.yahoo.com [66.218.78.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F1AD43F93 for ; Sun, 27 Apr 2003 22:43:40 -0700 (PDT) (envelope-from nkoss@yahoo.com) Message-ID: <20030428054339.24826.qmail@web40705.mail.yahoo.com> Received: from [68.15.85.226] by web40705.mail.yahoo.com via HTTP; Sun, 27 Apr 2003 22:43:39 PDT Date: Sun, 27 Apr 2003 22:43:39 -0700 (PDT) From: Neal Koss To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: ruby & portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: neal@kossweb.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 05:43:42 -0000 >2. Have you sent a note to the ruby maintainer- knu@freebsd.org? I did that... > >1. Try settting your Release Name (Custom->Optinos->Release Name) >option to 4.8-RELEASE I will try that...thanks __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From owner-freebsd-stable@FreeBSD.ORG Sun Apr 27 22:45:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D788E37B401 for ; Sun, 27 Apr 2003 22:45:22 -0700 (PDT) Received: from web40709.mail.yahoo.com (web40709.mail.yahoo.com [66.218.78.166]) by mx1.FreeBSD.org (Postfix) with SMTP id 9794243FBD for ; Sun, 27 Apr 2003 22:45:22 -0700 (PDT) (envelope-from nkoss@yahoo.com) Message-ID: <20030428054522.10288.qmail@web40709.mail.yahoo.com> Received: from [68.15.85.226] by web40709.mail.yahoo.com via HTTP; Sun, 27 Apr 2003 22:45:22 PDT Date: Sun, 27 Apr 2003 22:45:22 -0700 (PDT) From: Neal Koss To: stable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: neal@kossweb.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 05:45:23 -0000 >Or, you asked a question about a port on the -stable list. Try asking on freebsd-ports instead. Good thought..I'll do that... __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 01:25:34 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD74037B401 for ; Mon, 28 Apr 2003 01:25:34 -0700 (PDT) Received: from hollywood.fsfaz.com (ns01.fsfaz.com [64.70.45.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A65A43FBD for ; Mon, 28 Apr 2003 01:25:34 -0700 (PDT) (envelope-from bsd@fsfaz.com) Received: from 4uxp.fsfaz.com (ca-whlywd-cuda7-c2b-170.stmnca.adelphia.net [68.64.114.170]) by hollywood.fsfaz.com (8.12.9/8.12.8) with ESMTP id h3S8Phcw001764 for ; Mon, 28 Apr 2003 01:25:43 -0700 (PDT) (envelope-from bsd@fsfaz.com) Message-Id: <5.2.0.9.0.20030428010307.00b891d0@fsfaz.com> X-Sender: anthony@fsfaz.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 28 Apr 2003 01:25:27 -0700 To: freebsd-stable@FreeBSD.org From: BSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Sendmail Issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 08:25:35 -0000 Hey All, I put up a new 4.8 box about a week ago. Mail was working fine for days and now all of a sudden it just keeps crashing or at least part of it is I think. I've been doing the same sendmail setup on all my boxes for ages and I've double-checked it all. I have even reinstalled sendmail and still no success. If I send mail from another box the mail does not arrive AND it's getting black-holed (no bounce). If I do a sh /etc/rc.sendmail restart mail comes in (after a few minutes) and everything is working, but only for a few minutes. Then the errors (below) appear in the log again. Sendmail Version: 8.12.9 /var/log/maillog Errors: Apr 28 00:01:32 hollywood sm-msp-queue[1250]: starting daemon (8.12.9): queueing@00:30:00 Apr 28 00:02:57 hollywood sm-msp-queue[1250]: restarting /usr/sbin/sendmail due to signal Apr 28 00:02:57 hollywood sm-msp-queue[1253]: starting daemon (8.12.9): queueing@00:30:00 Apr 28 00:05:17 hollywood sm-msp-queue[1253]: restarting /usr/sbin/sendmail due to signal Apr 28 00:05:17 hollywood sm-msp-queue[1268]: starting daemon (8.12.9): queueing@00:30:00 Apr 28 00:07:53 hollywood sm-msp-queue[1268]: restarting /usr/sbin/sendmail due to signal Apr 28 00:07:53 hollywood sm-msp-queue[1273]: starting daemon (8.12.9): queueing@00:30:00 Apr 28 00:08:28 hollywood sm-msp-queue[1273]: restarting /usr/sbin/sendmail due to signal Apr 28 00:08:28 hollywood sm-msp-queue[1278]: starting daemon (8.12.9): queueing@00:30:00 Note: that is only a partial list of the errors from the maillog. It just keeps replicating the same errors. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 01:54:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C726637B404 for ; Mon, 28 Apr 2003 01:54:57 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-172.dsl.lsan03.pacbell.net [67.115.75.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA6543FE1 for ; Mon, 28 Apr 2003 01:54:56 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 5CA1D66B9B; Mon, 28 Apr 2003 01:54:53 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 859051550; Mon, 28 Apr 2003 01:54:49 -0700 (PDT) Date: Mon, 28 Apr 2003 01:54:49 -0700 From: Kris Kennaway To: Gregory Bond Message-ID: <20030428085449.GA42230@rot13.obsecurity.org> References: <200304280426.OAA22802@lightning.itga.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <200304280426.OAA22802@lightning.itga.com.au> User-Agent: Mutt/1.4i cc: stable@freebsd.org Subject: Re: When can I expect package building to re-start? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 08:54:58 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 28, 2003 at 02:26:06PM +1000, Gregory Bond wrote: > Looking on the ftp sites, the last time the packages-4-stable stuff was= =20 > updated appears to be 19 March (UTC). I am assuming this is because the = build=20 > cluster was co-opted to producing 4.8 CDs. Any idea when it will be back= to=20 > normal service? If it's going to be a week or more, I'll try some other= =20 > method. Bento has hardware problems right now, it's slowing down builds considerably. It may be a week or so before I can get a new 4.x set finished. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+rOxZWry0BWjoQKURApgSAJ4igQu79ty7DsI9JqSZkUW7LjSfeQCgnfLj ogKLiJMavAExxO70cTWtX/A= =6Loc -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 03:39:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1747D37B401 for ; Mon, 28 Apr 2003 03:39:10 -0700 (PDT) Received: from quantumtheorem.com (quantumtheorem.com [205.206.12.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707B043F85 for ; Mon, 28 Apr 2003 03:39:09 -0700 (PDT) (envelope-from darren@quantumtheorem.com) Received: from quantumtheorem.com (darren@localhost [127.0.0.1]) by quantumtheorem.com (8.12.9/8.12.9) with ESMTP id h3SAt9ML084486 for ; Mon, 28 Apr 2003 04:55:09 -0600 (MDT) (envelope-from darren@quantumtheorem.com) Received: from localhost (darren@localhost)h3SAt8vp084483 for ; Mon, 28 Apr 2003 04:55:09 -0600 (MDT) Date: Mon, 28 Apr 2003 04:55:08 -0600 (MDT) From: darren To: freebsd-stable@freebsd.org Message-ID: <20030428045314.T82399-100000@quantumtheorem.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: error in ports/XFree86librairesrm -f AuRead.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 10:39:10 -0000 maybe someone will know what to do with this... -Darren ln -s /usr/ports/x11/XFree86-4-libraries/work/xc/lib/Xau/AuRead.c AuRead.c rm -f ks_tables.h makekeys makekeys.o LD_LIBRARY_PATH=/usr/ports/x11/XFree86-4-libraries/work/xc/exports/lib cc -o mak ekeys -O -pipe -ansi -Dasm=__asm GccWarningOptions -I/usr/ports/x11/XFree86- 4-libraries/work/xc -I/usr/ports/x11/XFree86-4-libraries/work/xc/exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -D_THREAD _SAFE -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -DHAS_SN PRINTF -DLIBX11 -DPOSTLOCALELIBDIR=\"lib\" util/makekeys.c -L/ usr/X11R6/lib -pthread -Wl,-rpath,/usr/X11R6/lib cc: GccWarningOptions: No such file or directory *** Error code 1 (ignored) ./makekeys < /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11/keys ymdef.h > ks_tables_h ./makekeys: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/X11. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. quantumtheorem# From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 08:06:50 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B19337B401 for ; Mon, 28 Apr 2003 08:06:50 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FF943FBF for ; Mon, 28 Apr 2003 08:06:48 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp343.qld.padsl.internode.on.net [150.101.177.86])h3SF6ksu077988; Tue, 29 Apr 2003 00:36:46 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.12.8p1/8.11.6) with ESMTP id h3SF6jWq008776; Tue, 29 Apr 2003 01:06:46 +1000 (EST) (envelope-from mckay) Message-Id: <200304281506.h3SF6jWq008776@dungeon.home> To: freebsd-stable@freebsd.org Date: Tue, 29 Apr 2003 01:06:45 +1000 From: Stephen McKay cc: Stephen McKay Subject: ATA driver not as good in 4.8 as 4.5? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 15:06:50 -0000 I have a Lite-On 24102B burner on an Epox 7KXA (VIA 686A southbridge) together with a few SCSI disks. I recently upgraded from FreeBSD 4.5 to 4.7 then almost immediately to 4.8. I've had trouble with the burner since. With FreeBSD 4.5, I used "sysctl hw.atamodes=---,---,dma,---" to set the burner to DMA. Everything then worked fine. As far as I know it was using UDMA33. That's what the BIOS said it was using anyway. With FreeBSD 4.8 I use "hw.ata.atapi_dma=1" at boot. This then tells me it is using UDMA33. Unfortunately, I then often get this: acd0: READ_BIG - HARDWARE ERROR asc=0x08 ascq=0x03 error=0x00 I think this means a DMA error. (PS why not say what it is?) If I use atacontrol to downgrade to WDMA2, it works flawlessly (though somewhat slower than it does in UDMA33 mode). So, was 4.5 setting my hardware to WDMA2 when I thought it was doing UDMA33? Has 4.8 introduced bugs that weren't in 4.5? Is there another setting I've missed? Cheers, Stephen. From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 08:30:03 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE96E37B401 for ; Mon, 28 Apr 2003 08:30:03 -0700 (PDT) Received: from esm2.esm2.imt-mrs.fr (esm2.imt-mrs.fr [147.94.38.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E39DB43FCB for ; Mon, 28 Apr 2003 08:30:02 -0700 (PDT) (envelope-from dgeo@esm2.imt-mrs.fr) Received: from localhost (localhost [127.0.0.1]) by esm2.esm2.imt-mrs.fr (Postmail(0.0-1a)) with ESMTP id 52B919B0CE for ; Mon, 28 Apr 2003 17:30:01 +0200 (CEST) Received: from esm2.imt-mrs.fr (pcdgeo.esm2.imt-mrs.fr [147.94.38.91]) by esm2.esm2.imt-mrs.fr (Postmail(0.0-1a)) with ESMTP id 6F9E19B0CB for ; Mon, 28 Apr 2003 17:29:59 +0200 (CEST) Message-ID: <3EAD48E8.2020401@esm2.imt-mrs.fr> Date: Mon, 28 Apr 2003 17:29:44 +0200 From: Geoffroy Desvernay User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030401 Debian/1.0.2-2 X-Accept-Language: fr-fr, fr MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000201080102020100060303" X-Virus-Scanned: by AMaViS new-20020517 Subject: sharing scsi disk beetween two freesbd's ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 15:30:04 -0000 This is a cryptographically signed message in MIME format. --------------ms000201080102020100060303 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit I want to use one scsi disk with two redondant servers, mounted r/w on server A and r/o on server B. Everything works, except that when I write data from server A, I can't read it on server B before un-mounting the disk ant re-mounting it... (with AND without soft-updates) Is there any way to mount a disk r/o keeping in sync with real disk data ? Thank you. -- Geoffroy DESVERNAY --------------ms000201080102020100060303 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJljCC AykwggKSoAMCAQICAwf+8DANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNV BAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUx HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVl bWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDczMDA5NDAxNFoXDTAzMDczMDA5NDAxNFowRjEf MB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEjMCEGCSqGSIb3DQEJARYUZGdlb0Bl c20yLmltdC1tcnMuZnIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYsW9g6xAn gJtzNlEtOvdN8nAjt0WZtK1YGusPrAulLQKdNx9Gci01k4rxQgbpLnGqDeKz5ik49OQlU5GJ 3IRaMzyXSu8qoZ9X6lYyz1J0O6WpmLLn5lr+8UPHrpYlzNNDsBUZ/bwtNU2YNVNTYJB9Dosz vWCBufoa5oQ4I3FyNFw0QySc09qAjcWR/nhYOVjae/hvdLQZrpv6spmRY6S+JGHzrKF+Wkj0 zMNzhS7x5jDmHuwi2GtIke78I9gFEnSyJhG1guL0ut5NZ5WPU/I6nsXH72swAaE5aXTDK7lk 8lz78tP7NdKUCyUtA+W08vSBiHpB6Stc5Syb49Xh3ui9AgMBAAGjVDBSMA4GA1UdDwEB/wQE AwID+DARBglghkgBhvhCAQEEBAMCBaAwHwYDVR0RBBgwFoEUZGdlb0Blc20yLmltdC1tcnMu ZnIwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQC/k7XQAbXPlvx7J2c1AcIQMf8X usiagYzDDof3RXSTCz6PQ4ov5VAXpScre6J0+BlgbKPjcsb9plOiUo1iMOWecoCK9G9XL17N o/II7ebSiX7awGhhYpiHxGt6U4BCLPCefZqP3DvEZvOtWO7zINqGjImhLMeoaPB3Rd6Cv301 0TCCAykwggKSoAMCAQICAwf+8DANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3 dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBG cmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDczMDA5NDAxNFoXDTAzMDczMDA5NDAxNFow RjEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEjMCEGCSqGSIb3DQEJARYUZGdl b0Blc20yLmltdC1tcnMuZnIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYsW9g 6xAngJtzNlEtOvdN8nAjt0WZtK1YGusPrAulLQKdNx9Gci01k4rxQgbpLnGqDeKz5ik49OQl U5GJ3IRaMzyXSu8qoZ9X6lYyz1J0O6WpmLLn5lr+8UPHrpYlzNNDsBUZ/bwtNU2YNVNTYJB9 DoszvWCBufoa5oQ4I3FyNFw0QySc09qAjcWR/nhYOVjae/hvdLQZrpv6spmRY6S+JGHzrKF+ Wkj0zMNzhS7x5jDmHuwi2GtIke78I9gFEnSyJhG1guL0ut5NZ5WPU/I6nsXH72swAaE5aXTD K7lk8lz78tP7NdKUCyUtA+W08vSBiHpB6Stc5Syb49Xh3ui9AgMBAAGjVDBSMA4GA1UdDwEB /wQEAwID+DARBglghkgBhvhCAQEEBAMCBaAwHwYDVR0RBBgwFoEUZGdlb0Blc20yLmltdC1t cnMuZnIwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQC/k7XQAbXPlvx7J2c1AcIQ Mf8XusiagYzDDof3RXSTCz6PQ4ov5VAXpScre6J0+BlgbKPjcsb9plOiUo1iMOWecoCK9G9X L17No/II7ebSiX7awGhhYpiHxGt6U4BCLPCefZqP3DvEZvOtWO7zINqGjImhLMeoaPB3Rd6C v3010TCCAzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdEx CzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93 bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24g U2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBD QTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4 MzAwMDAwMDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2Vz dGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UE CxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJT QSAyMDAwLjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7Sbngn Z4HF2ogZgpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmF zVWaNRqdknWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ 7JRr6aFpAgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwx LTI5NzASBgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOB gQAxsUtHXfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BV qGz3Da1MG7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvK PPZE6iZph39Ins6ln+eE2MliYq0FxjGCAycwggMjAgEBMIGaMIGSMQswCQYDVQQGEwJaQTEV MBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRo YXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFs IEZyZWVtYWlsIFJTQSAyMDAwLjguMzACAwf+8DAJBgUrDgMCGgUAoIIBYTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMzA0MjgxNTI5NDRaMCMGCSqGSIb3 DQEJBDEWBBRVnNdz7B91uJBWMhW1mJQ242fFXjBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3 DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0D AgIBKDCBrQYLKoZIhvcNAQkQAgsxgZ2ggZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYD VQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwg UlNBIDIwMDAuOC4zMAIDB/7wMA0GCSqGSIb3DQEBAQUABIIBAC+r2Nh6J3zVtKs9wdfUGMpV RKozmydNPQl9WSXVbEZXmzpd4uWc3MJZc2RTFp/w7uDghYLXlhO2WpWXThyiEqOy/CIbk3wu Zza2d7cB9lY7gkeBKFUaMaTV62O57Fet9ZVR3zQngaK81t6wiA86mULQAyepORHevgU8z5gv 5rkFU4dc5isW2tHtZ7don+HrFDtc/F27RpgnNZZfVI8RTWqQ70oKd3Gwu4tKgqPuxubv9q+f 35aN5h050/UEFILxlcDJDErsWuLvNz3rBZ4tXhjwOvfK896UkI3HicoZ652KIFJHEGSjp0sU oiuQ//mgzba7/sbOyFxM+1E8G14HaEwAAAAAAAA= --------------ms000201080102020100060303-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 08:41:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E57A37B401 for ; Mon, 28 Apr 2003 08:41:15 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE77143F93 for ; Mon, 28 Apr 2003 08:41:14 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9/8.12.6) with ESMTP id h3SFfAVI045686; Mon, 28 Apr 2003 08:41:11 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9/8.12.6/Submit) id h3SFfARi045685; Mon, 28 Apr 2003 08:41:10 -0700 (PDT) Date: Mon, 28 Apr 2003 08:41:10 -0700 (PDT) From: Matthew Dillon Message-Id: <200304281541.h3SFfARi045685@apollo.backplane.com> To: Geoffroy Desvernay References: <3EAD48E8.2020401@esm2.imt-mrs.fr> cc: freebsd-stable@freebsd.org Subject: Re: sharing scsi disk beetween two freesbd's ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 15:41:15 -0000 :This is a cryptographically signed message in MIME format. : :--------------ms000201080102020100060303 :Content-Type: text/plain; charset=ISO-8859-15; format=flowed :Content-Transfer-Encoding: 7bit : :I want to use one scsi disk with two redondant servers, mounted r/w on server A and r/o on :server B. :Everything works, except that when I write data from server A, I can't read it on server B :before un-mounting the disk ant re-mounting it... (with AND without soft-updates) : :Is there any way to mount a disk r/o keeping in sync with real disk data ? : :Thank you. : :-- :Geoffroy DESVERNAY The machines cache the disk data in memory, so if one machine has read a track and the second machine writes it, the first machine will not see the changes until it flushes its caches (which may be never). Also, what you are doing is extremely dangerous. Even the machine with the read-only mount is going to assume that the data on the disk is not going to change out from under it, and when it does you could crash the kernel. A better solution would be to attach the disk to a single machine and then export the filesystem to the second machine via NFS. -Matt From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 08:45:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3AC37B401; Mon, 28 Apr 2003 08:45:13 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77CCA43FBF; Mon, 28 Apr 2003 08:45:12 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h3SFj3wv059040; Mon, 28 Apr 2003 17:45:09 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Mon, 28 Apr 2003 17:45:03 +0200 (CEST) From: Martin Blapp To: Soeren Schmidt In-Reply-To: <200304230721.h3N7LIoi037105@spider.deepcore.dk> Message-ID: <20030428173710.G52034@cvs.imp.ch> References: <200304230721.h3N7LIoi037105@spider.deepcore.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@FreeBSD.ORG cc: patg@imp.ch cc: sos@FreeBSD.ORG Subject: Re: Deadlock with ATA disk on FreeBSD 4.8 Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 15:45:14 -0000 Hi, > One thing that could explain this is that the disk stops working in the > midst of a busmaster DMA transfer, that will effectively lockup the > system in most cases. I'm suspecting bad HW here, as it makes no sense > you can access the rest of the disk without problems.. If you can spare > the data, I'd do a dd if=/dev/zero of=/dev/adN bs=1m and try to get the > disk to remap all bad sectors... We removed the disk and used another ata-controller. There it works. ad1s1e: hard error reading fsbn 438711007 of 219355472-219355631 (ad1s1 bn 438711007; cn 27308 tn 126 sn 49) trying PIO mode ad1: DMA problem fallback to PIO mode but why does it stay at PIO mode ? Shouldn't the driver enable DMA again after we got a block error anyway ? Here are the settings from the controller where it crashes: ATA channel 0: Master: acd0 ATA/ATAPI rev 0 Slave: no device present ATA channel 1: Master: ad1 ATA/ATAPI rev 6 Slave: no device present ad1 runs at DMA33 atapci0: port 0xb800-0xb80f at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 Martin From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 09:02:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABCB37B404 for ; Mon, 28 Apr 2003 09:02:29 -0700 (PDT) Received: from other.org (h-66-134-56-30.DNVTCO56.covad.net [66.134.56.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF27443FAF for ; Mon, 28 Apr 2003 09:02:28 -0700 (PDT) (envelope-from nospam@trippy.org) Received: from localhost (localhost [127.0.0.1]) (uid 1084) by other.org with local; Mon, 28 Apr 2003 10:02:27 -0600 Date: Mon, 28 Apr 2003 10:02:27 -0600 From: geo@other.org To: freebsd-stable@freebsd.org Message-ID: <20030428160227.GA31147@trippy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.3.28i Subject: Firewall inconsistent behavior X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 16:02:30 -0000 Hey folks, I've been having a problem with the BSD box I've been using as a firewall. I'm hoping one of you all will be able to assist. I've actually been having a running discussion on another bsdforum with this issue. If possible, please read that: http://www.bsdforums.org/forums/showthread.php?s=&threadid=9088 If you can't get to that for some reason, please let me know, and I'll include the text, in all its gloriously long entirety in a message. Just trying to conserve a little bandwidth. I'd appreciate any insight you can lend. Thanks in advance, - Geo From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 10:03:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5145137B401 for ; Mon, 28 Apr 2003 10:03:58 -0700 (PDT) Received: from dn.farlep.net (ns.dn.farlep.net [213.130.10.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9467E43F93 for ; Mon, 28 Apr 2003 10:03:54 -0700 (PDT) (envelope-from admin@dru.dn.ua) Received: from dru.dn.ua (dru.dn.ua [195.5.21.149])h3SH3Gc8011099 for ; Mon, 28 Apr 2003 20:03:17 +0300 (EEST) Received: (from admin@localhost) by dru.dn.ua (8.12.9/8.12.9) id h3SH38Ke093883; Mon, 28 Apr 2003 20:03:08 +0300 (EEST) (envelope-from admin) Date: Mon, 28 Apr 2003 20:03:08 +0300 From: "Vladislav V. Zhuk" To: Stephen McKay Message-ID: <20030428170308.GB92680@dru.dn.ua> References: <200304281506.h3SF6jWq008776@dungeon.home> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200304281506.h3SF6jWq008776@dungeon.home> User-Agent: Mutt/1.5.4i cc: stable@FreeBSD.ORG Subject: Re: ATA driver not as good in 4.8 as 4.5? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 17:03:58 -0000 On Tue, Apr 29, 2003 at 01:06:45AM +1000, Stephen McKay wrote: > I have a Lite-On 24102B burner on an Epox 7KXA (VIA 686A southbridge) > together with a few SCSI disks. I recently upgraded from FreeBSD 4.5 > to 4.7 then almost immediately to 4.8. I've had trouble with the burner > since. > > With FreeBSD 4.5, I used "sysctl hw.atamodes=---,---,dma,---" to set > the burner to DMA. Everything then worked fine. As far as I know it > was using UDMA33. That's what the BIOS said it was using anyway. > > With FreeBSD 4.8 I use "hw.ata.atapi_dma=1" at boot. This then tells > me it is using UDMA33. Unfortunately, I then often get this: > > acd0: READ_BIG - HARDWARE ERROR asc=0x08 ascq=0x03 error=0x00 > > I think this means a DMA error. (PS why not say what it is?) > > If I use atacontrol to downgrade to WDMA2, it works flawlessly (though > somewhat slower than it does in UDMA33 mode). > > So, was 4.5 setting my hardware to WDMA2 when I thought it was doing UDMA33? > Has 4.8 introduced bugs that weren't in 4.5? Is there another setting I've > missed? New ATA driver have some bugs. This bugs is absent in old ATA driver. For example: I disabled secondary IDE channel in kernel config (ata1) and in BIOS setup. New ATA driver in any case allocate IRQ 15 and don't allow any devices use IRQ 15. Old ATA work properly in this case. New ATA have some troubles with detect hardware: i can't install freebsd 4.7 from CD to my old box (P-166). Freebsd 4.4 installed without problem. Many people complained about bugs in new ATA, but this bugs don't fixed long time... PS: sorry for my english -- Vladislav V. Zhuk (06267)3-60-03 admin@dru.dn.ua 2:465/197@FidoNet.org From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 13:45:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F10F37B401 for ; Mon, 28 Apr 2003 13:45:13 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CC143F85 for ; Mon, 28 Apr 2003 13:45:12 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id NAA78988; Mon, 28 Apr 2003 13:37:21 -0700 (PDT) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.8/8.12.8) with ESMTP id h3SKbK2r067717; Mon, 28 Apr 2003 13:37:20 -0700 (PDT) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.8/8.12.8/Submit) id h3SKbK0b067716; Mon, 28 Apr 2003 13:37:20 -0700 (PDT) From: Archie Cobbs Message-Id: <200304282037.h3SKbK0b067716@arch20m.dellroad.org> In-Reply-To: To: Andrew Lankford Date: Mon, 28 Apr 2003 13:37:20 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: stable@FreeBSD.ORG cc: current-users@netbsd.org Subject: Re: Forwarding an email received by arch@freebsd.org... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 20:45:13 -0000 Andrew Lankford wrote: > We used to patch the past FreeBSD releases since 4.3 to get our > software working, but since our product is now released, we would like > to merge the patches into the main FreeBSD repository, so that they are > included in FreeBSD 4.9. > > http://www.clabsms.de/FreeBSD/patch.sys.netgraph.ng_ksocket.c > This patch makes the connect() function of ng_ksocket work. Thanks, I'll commit this one. -Archie __________________________________________________________________________ Archie Cobbs * Precision I/O * http://www.precisionio.com From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 13:51:05 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A2F37B401 for ; Mon, 28 Apr 2003 13:51:05 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-172.dsl.lsan03.pacbell.net [67.115.75.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DCD43F75 for ; Mon, 28 Apr 2003 13:51:04 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 746F966E44; Mon, 28 Apr 2003 13:51:04 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 52AF91550; Mon, 28 Apr 2003 13:51:04 -0700 (PDT) Date: Mon, 28 Apr 2003 13:51:04 -0700 From: Kris Kennaway To: darren Message-ID: <20030428205104.GA44470@rot13.obsecurity.org> References: <20030428045314.T82399-100000@quantumtheorem.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: <20030428045314.T82399-100000@quantumtheorem.com> User-Agent: Mutt/1.4i cc: freebsd-stable@freebsd.org Subject: Re: error in ports/XFree86librairesrm -f AuRead.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 20:51:05 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 28, 2003 at 04:55:08AM -0600, darren wrote: > maybe someone will know what to do with this... Do you have imake-1.0, or an old imake binary lying around? If so, you must first remove all traces of the old imake (and old XFree86 versions, to be safe) before compiling XFree86 4.x. Kris --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+rZQ4Wry0BWjoQKURAq5jAJ9ogZK3ZmPECWMRI4AjXj4ljo1S4ACeNeb1 H/qAA/rBQOT5mmnM4QyBYY4= =cYKp -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 15:05:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792DE37B401 for ; Mon, 28 Apr 2003 15:05:08 -0700 (PDT) Received: from mail.dgeos.net (dgeos.net [62.212.101.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476D643F85 for ; Mon, 28 Apr 2003 15:05:07 -0700 (PDT) (envelope-from dgeo@esm2.imt-mrs.fr) Received: from localhost (unknown [127.0.0.1]) by localhost (TerrorMail(0.1c)) with ESMTP id A029AC10B; Tue, 29 Apr 2003 00:05:04 +0200 (CEST) Received: from esm2.imt-mrs.fr (dgeos.dgeos.net [192.168.0.1]) by mail.dgeos.net (TerrorMail(0.1c)) with ESMTP id 91F62C10B; Tue, 29 Apr 2003 00:05:00 +0200 (CEST) Message-ID: <3EADA59D.6050201@esm2.imt-mrs.fr> Date: Tue, 29 Apr 2003 00:05:17 +0200 From: Geoffroy DESVERNAY User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030401 Debian/1.0.2-2 X-Accept-Language: fr-fr, fr MIME-Version: 1.0 To: Matthew Dillon , freebsd-stable@freebsd.org References: <3EAD48E8.2020401@esm2.imt-mrs.fr> <200304281541.h3SFfARi045685@apollo.backplane.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: AMaViS-ng and clam @ dgeos.net Subject: Re: sharing scsi disk beetween two freesbd's ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 22:05:08 -0000 > : > :I want to use one scsi disk with two redondant servers, mounted r/w on server A and r/o on > :server B. > :Everything works, except that when I write data from server A, I can't read it on server B > :before un-mounting the disk ant re-mounting it... (with AND without soft-updates) > : > :Is there any way to mount a disk r/o keeping in sync with real disk data ? > : > :Thank you. > : > :-- > :Geoffroy DESVERNAY > > The machines cache the disk data in memory, so if one machine has read > a track and the second machine writes it, the first machine will not see > the changes until it flushes its caches (which may be never). > > Also, what you are doing is extremely dangerous. Even the machine with > the read-only mount is going to assume that the data on the disk is not > going to change out from under it, and when it does you could crash the > kernel. > > A better solution would be to attach the disk to a single machine and then > export the filesystem to the second machine via NFS. > > -Matt Of course, but the two machines are going to be redundant servers, ant the disc (an IDE raid array presented as scsi disk) will have to be accessible by the second server, in case of failure of the first one... Isn't there any mechanism that could force the system to flush read cache on each operation ? I think the design of scsi bus, which allow 2 'SCSI adapters' (=> 2 computers) should imply that one disc (or device) can be accessed by two hosts at the same time... for reading of course :) What do I forget/misunderstand ? -- Geoffroy DESVERNAY From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 15:12:50 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED6B37B401 for ; Mon, 28 Apr 2003 15:12:50 -0700 (PDT) Received: from sc010pub.verizon.net (sc010pub.verizon.net [206.46.170.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39D143FB1 for ; Mon, 28 Apr 2003 15:12:49 -0700 (PDT) (envelope-from arlankfo@verizon.net) Received: from [151.200.32.5] (port=16633 helo=verizon.net) by sc010pub.verizon.net with esmtp (Exim 4.14) id 19AGrd-0000Dz-Vn; Mon, 28 Apr 2003 17:12:46 -0500 To: stable@freebsd.org, current-users@netbsd.org In-Reply-To: Your message of "Mon, 28 Apr 2003 13:37:20 PDT." <200304282037.h3SKbK0b067716@arch20m.dellroad.org> From: "Andrew Lankford" Date: Mon, 28 Apr 2003 18:12:45 -0400 Sender: arlankfo@verizon.net Message-Id: Subject: Re: Forwarding an email received by arch@freebsd.org... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Lankford List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 22:12:50 -0000 In message <200304282037.h3SKbK0b067716@arch20m.dellroad.org>, Archie Cobbs wri tes: >Andrew Lankford wrote: >> We used to patch the past FreeBSD releases since 4.3 to get our >> software working, but since our product is now released, we would like >> to merge the patches into the main FreeBSD repository, so that they are >> included in FreeBSD 4.9. >> >> http://www.clabsms.de/FreeBSD/patch.sys.netgraph.ng_ksocket.c >> This patch makes the connect() function of ng_ksocket work. > >Thanks, I'll commit this one. > >-Archie Please understand. I did not submit this patch. I merely sent a copy of the original email, posted on arch@freebsd.org, which was from a person with the following email address: jordbaer@mac.com (his address is included in the body of the message I reposted) . I did this so that his email might get seen by more people. In any case, he is responsible for it, I'm just a spectator. Thanks. Andrew Lankford From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 15:30:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FCE37B401 for ; Mon, 28 Apr 2003 15:30:42 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9C643F85 for ; Mon, 28 Apr 2003 15:30:39 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9/8.12.6) with ESMTP id h3SMUTVI048522; Mon, 28 Apr 2003 15:30:29 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9/8.12.6/Submit) id h3SMUTcI048521; Mon, 28 Apr 2003 15:30:29 -0700 (PDT) Date: Mon, 28 Apr 2003 15:30:29 -0700 (PDT) From: Matthew Dillon Message-Id: <200304282230.h3SMUTcI048521@apollo.backplane.com> To: Geoffroy DESVERNAY References: <3EAD48E8.2020401@esm2.imt-mrs.fr> <200304281541.h3SFfARi045685@apollo.backplane.com> <3EADA59D.6050201@esm2.imt-mrs.fr> cc: freebsd-stable@freebsd.org Subject: Re: sharing scsi disk beetween two freesbd's ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 22:30:42 -0000 : :> going to change out from under it, and when it does you could crash the :> kernel. :> :> A better solution would be to attach the disk to a single machine and then :> export the filesystem to the second machine via NFS. :> :> -Matt :Of course, but the two machines are going to be redundant servers, ant :the disc :(an IDE raid array presented as scsi disk) will have to be accessible by :the second server, :in case of failure of the first one... : :Isn't there any mechanism that could force the system to flush read :cache on each operation ? : :I think the design of scsi bus, which allow 2 'SCSI adapters' (=> 2 :computers) should imply that one disc (or device) can be accessed by two :hosts at the same time... for reading of course :) : :What do I forget/misunderstand ? : :-- :Geoffroy DESVERNAY No, you are talking about filesystem level cache coherency and it is simply not possible to do it at the disk device level. A SCSI system can share disks, certainly, but that doesn't mean that filesystems being managed on top of those disks can be shared in that manner! There are several solutions. The easiest is to get a stand-alone RAID subsystem like a NetApp and export it to both machines via NFS. Poof, problem solved. Well, mostly solved. In both the system you describe and this solution you still have a weak link in that both depend on the same physical RAID hardware. Other solutions depend on what you mean by 'in case of failure'. I'm not sure I understand how the secondary server would be able to take over from the primary using a read-only mount when the primary server needed a read-write mount. If the servers are accessing databases and such and the primary fails, the secondary would at a minimum have to do a sanity check on the filesystem and the database before it could use it, and you would need some surefire way to ensure that the secondary machine doesn't mount the disks read-write if there is any chance that the primary machine is still operating with the mounted read-only. Fail-over can mean many things. In a web server cluster fail-over would occur if response rates from a particular server dropped too low, or if that server's web service died... which is very different from the server itself crashing. -Matt Matthew Dillon From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 15:31:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A236E37B405 for ; Mon, 28 Apr 2003 15:31:32 -0700 (PDT) Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D97343FBD for ; Mon, 28 Apr 2003 15:31:31 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (aronkd@localhost [127.0.0.1]) by lurza.secnetix.de (8.12.8p1/8.12.8) with ESMTP id h3SMVSB5045950 for ; Tue, 29 Apr 2003 00:31:29 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.8p1/8.12.8/Submit) id h3SMVSX9045949; Tue, 29 Apr 2003 00:31:28 +0200 (CEST) Date: Tue, 29 Apr 2003 00:31:28 +0200 (CEST) Message-Id: <200304282231.h3SMVSX9045949@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: <3EADA59D.6050201@esm2.imt-mrs.fr> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.8-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: sharing scsi disk beetween two freesbd's ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 22:31:33 -0000 Geoffroy DESVERNAY wrote: > Of course, but the two machines are going to be redundant servers, ant > the disc > (an IDE raid array presented as scsi disk) will have to be accessible by > the second server, > in case of failure of the first one... For that kind of setup, I would recommend to use something like a NetApp Filer. It appears as an NFS server by itself, so you can mount it on both of your redundant machines. Even both read+write, if you want. You can even cluster two Filers that mirror each other, so you get an additional level of redundancy. > Isn't there any mechanism that could force the system to flush read > cache on each operation ? No. You could of course build your own fail-over mechanism: During normal operation, host1 mounts the SCSI disk and host2 mounts it via NFS from host1. If host2 detects a failure of host1, it forcibly removes the NFS mount and then mounts the SCSI disk itself. You have to be very careful, though, since there are a few possible pitfalls. > I think the design of scsi bus, which allow 2 'SCSI adapters' (=> 2 > computers) should imply that one disc (or device) can be accessed by two > hosts at the same time... for reading of course :) It might imply that in the _hardware_ level. But you still need support at the OS level (e.g. VM cache subsystem), which FreeBSD does not provide for its UFS/FFS. Regards Oliver PS: I'm not afiliated with NetApp, but I've been using their products and I'm very satisfied with them. -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Now that the Internet has the full spectrum of humanity as users, the technology is showing its weakness: it was designed to be used by friendly, smart people. Spammers, as an example of a class, are neither friendly nor smart." -- Paul Vixie in an interview with Sendmail.net From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 23:20:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA2837B401 for ; Mon, 28 Apr 2003 23:20:32 -0700 (PDT) Received: from quantumtheorem.com (quantumtheorem.com [205.206.12.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7497143FBD for ; Mon, 28 Apr 2003 23:20:31 -0700 (PDT) (envelope-from darren@quantumtheorem.com) Received: from quantumtheorem.com (darren@localhost [127.0.0.1]) by quantumtheorem.com (8.12.9/8.12.9) with ESMTP id h3T6aY9B068859 for ; Tue, 29 Apr 2003 00:36:34 -0600 (MDT) (envelope-from darren@quantumtheorem.com) Received: from localhost (darren@localhost)h3T6aXhq068856 for ; Tue, 29 Apr 2003 00:36:33 -0600 (MDT) Date: Tue, 29 Apr 2003 00:36:33 -0600 (MDT) From: darren To: freebsd-stable@freebsd.org Message-ID: <20030429003437.S68849-100000@quantumtheorem.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: make -DNOCLEANDEPENDS distclean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 06:20:32 -0000 every time I execute make -DNOCLEANDEPENDS distclean I get this error... is it a freebsd bug, or is it something that just happened on my system? I've tried deleting parts of ports and updating the structure with cvs but the error always happens. ===> audio/zinf "Makefile", line 72: UPGRADE print/freetype TO CURRENT VERSION! *** Error code 1 Stop in /usr/ports/audio. *** Error code 1 Stop in /usr/ports. quantumtheorem# make -DNOCLEANDEPENDS distclean From owner-freebsd-stable@FreeBSD.ORG Mon Apr 28 23:41:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB7F537B401 for ; Mon, 28 Apr 2003 23:41:02 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E85843FBD for ; Mon, 28 Apr 2003 23:41:01 -0700 (PDT) (envelope-from andy@evo6.org) Received: from vx (vx.noc.evo6.net [10.0.0.10]) by mx1.evo6.net (8.12.9/8.12.9) with SMTP id h3T6exaW095062; Tue, 29 Apr 2003 07:40:59 +0100 (BST) (envelope-from andy@evo6.org) Message-ID: <000701c30e1a$44f3c1f0$0a00000a@vx> From: "Andy Gilligan" To: "darren" , References: <20030429003437.S68849-100000@quantumtheorem.com> Date: Tue, 29 Apr 2003 07:40:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-9.8 required=5.0 tests=QUOTED_EMAIL_TEXT,REFERENCES version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: Re: make -DNOCLEANDEPENDS distclean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 06:41:03 -0000 I take it you're running this from the top level of /usr/ports ? A better way to clean out /usr/ports is to install sysutils/portupgrade which includes 'portsclean'. Then run: # portsclean -CDD This cleans out all 'work' directories, removes any distfiles not mentioned in the INDEX, and also any distfiles that don't relate to any installed program. It's much quicker too :) -Andy ----- Original Message ----- From: "darren" To: Sent: Tuesday, April 29, 2003 7:36 AM Subject: make -DNOCLEANDEPENDS distclean > every time I execute make -DNOCLEANDEPENDS distclean I get this error... > is it a freebsd bug, or is it something that just happened on my system? > I've tried deleting parts of ports and updating the structure with cvs but > the error always happens. > > > > ===> audio/zinf > "Makefile", line 72: UPGRADE print/freetype TO CURRENT VERSION! > *** Error code 1 > Stop in /usr/ports/audio. > *** Error code 1 > Stop in /usr/ports. > quantumtheorem# make -DNOCLEANDEPENDS distclean > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 00:35:50 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B8337B401 for ; Tue, 29 Apr 2003 00:35:50 -0700 (PDT) Received: from smtp-relay.omnis.com (smtp-relay.omnis.com [216.239.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9AA543F85 for ; Tue, 29 Apr 2003 00:35:49 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id ABECA1B668; Tue, 29 Apr 2003 00:35:46 -0700 (PDT) From: Wes Peters Organization: Softweyr To: Mike Harding , linimon@lonesome.com Date: Tue, 29 Apr 2003 00:35:46 -0700 User-Agent: KMail/1.5 References: <20030426142745.14E165312@netcom1.netcom.com> <200304261056.05938.linimon@lonesome.com> <20030426182001.80221530B@netcom1.netcom.com> In-Reply-To: <20030426182001.80221530B@netcom1.netcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304290035.46369.wes@softweyr.com> cc: freebsd-stable@freebsd.org Subject: Re: blackmail attempt? Stable mailing list block? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 07:35:50 -0000 On Saturday 26 April 2003 11:20, Mike Harding wrote: > I'll drop the thread now, but 2 things: > > - somebody 'rejected' my mail in a completely incompetent manner which > made me think that the mail was rejected by stable@freebsd.org, > which is was not... note that the return path is > which is going to cause problems. > > - Blars had nothing to do with this, as far as I can tell. Blars RBL is a crock, and his charges for getting off the list ludicrous. I'm completely happy cutting off anyone who uses the blars list on the grounds they're either too clueless or too lost to be of any use. My email has been bounced twice in the past week by blars and it's the only complaint I've ever seen against omnis.com, plus I have no way to get the jackass to test it other than by sending him enough money to buy a (small, used) car. Yeah, that's realistic. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 04:26:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D521637B401 for ; Tue, 29 Apr 2003 04:26:59 -0700 (PDT) Received: from fz-juelich.de (zam197.zam.kfa-juelich.de [134.94.172.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37CF43F3F for ; Tue, 29 Apr 2003 04:26:57 -0700 (PDT) (envelope-from c.lackas@kfa-juelich.de) Received: from zam197.zam.kfa-juelich.de (localhost [127.0.0.1]) by fz-juelich.de (8.11.6+Sun/8.9.3) with ESMTP id h3TBQu708653 for ; Tue, 29 Apr 2003 13:26:56 +0200 (MEST) Received: from zel726.zel.kfa-juelich.de (zel726.zel.kfa-juelich.de [134.94.232.67])h3TBQt508646 for ; Tue, 29 Apr 2003 13:26:55 +0200 (MEST) Received: from zel726.zel.kfa-juelich.de (localhost [127.0.0.1]) h3TBQjAJ003780 for ; Tue, 29 Apr 2003 13:26:50 +0200 (CEST) (envelope-from c.lackas@kfa-juelich.de) Received: (from lackas@localhost) by zel726.zel.kfa-juelich.de (8.12.9/8.12.6/Submit) id h3TBQjfV003779 for freebsd-stable@freebsd.org; Tue, 29 Apr 2003 13:26:45 +0200 (CEST) (envelope-from c.lackas@kfa-juelich.de) Date: Tue, 29 Apr 2003 13:26:45 +0200 From: Christian Lackas To: freebsd-stable@freebsd.org Message-ID: <20030429112645.GB87324@zel726.zel.kfa-juelich.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Accept-Language: de en Organization: Forschungszentrum Juelich X-Url: X-PGP-Fingerprint: E78C 1105 710D D01A 8D1C 5B86 BDF7 6FD4 AC64 9ED9 Subject: Speicher alloziieren. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 11:27:00 -0000 Hallo zusammen, wodurch ist der Speicher den ich anfordern kann eigentlich begrenzt? Ich würde nämlich eigentlich gerne folgendes Programm erfolgreich ausführen: #include #include int main() { size_t size = 536870912; char *a = malloc(size); if (a) printf("succeded\n"); else perror("error"); } Aber es ist mir nicht vergönnt. Ich bekomme immer einen error: Cannot allocate memory Verursacht durch break(0x2804b000) = -1 ENOMEM (Cannot allocate memory) Und extern char *malloc_options = "X"; erklärt mir nur, dass kein Speicher mehr da sein soll: a.out in malloc(): error: out of memory Die Grenze scheint bei 512 MB zu liegen und dass passt auch zu der Ausgabe von limits(1): Resource limits (current): cputime infinity secs filesize infinity kb datasize 524288 kb stacksize 65536 kb coredumpsize infinity kb memoryuse infinity kb memorylocked infinity kb maxprocesses 5547 openfiles 11095 sbsize infinity bytes vmemoryuse infinity kb Aber auch ein limits -d 1g ./a.out (als root) bringt nicht den gewünschten Effekt. Wo muss/kann ich hier drehen, damit mir das System meine Wünsche wieder erfüllt? Da in meiner login.conf für meinen User bei ğdatasizeĞ ein ğunlimitedĞ steht ist mir auch nicht ganz klar wo obige 512 MB herkommen. Ist das irgendein ein hartes Limit? Auf meiner UltraSparc (Solaris) kann ich fröhlich Speicher anfordern, ohne das sie mir das übel nimmt. Gruss Christian -- Lächle - morgen wird es schlimmer. http://www.lackas.net/ Perl Delphi Linux MP3 Searchengines Domainchecker From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 05:10:43 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E9F37B401 for ; Tue, 29 Apr 2003 05:10:43 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0704B43F93 for ; Tue, 29 Apr 2003 05:10:43 -0700 (PDT) (envelope-from barner@in.tum.de) Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5]) by mailout.informatik.tu-muenchen.de (Postfix) with ESMTP id 5BD0363BD; Tue, 29 Apr 2003 14:10:42 +0200 (MEST) Received: from mail.informatik.tu-muenchen.de (mail.informatik.tu-muenchen.de [131.159.0.26]) by mailrelay1.informatik.tu-muenchen.de (Postfix) with ESMTP id 4D8D87944; Tue, 29 Apr 2003 14:10:42 +0200 (MEST) Received: from zi025.glhnet.mhn.de (unknown [129.187.19.157]) by mail.informatik.tu-muenchen.de (Postfix) with ESMTP id 36D9D93; Tue, 29 Apr 2003 14:10:42 +0200 (MEST) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 2038F37662; Tue, 29 Apr 2003 14:10:40 +0200 (CEST) Date: Tue, 29 Apr 2003 14:10:40 +0200 From: Simon Barner To: Christian Lackas Message-ID: <20030429121040.GB4745@zi025.glhnet.mhn.de> References: <20030429112645.GB87324@zel726.zel.kfa-juelich.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20030429112645.GB87324@zel726.zel.kfa-juelich.de> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: Speicher alloziieren. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 12:10:44 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hallo Christian, in dieser Mailingliste wird englisch gesprochen. K=F6nntest Du Deine Frage nochmal auf englisch stellen? Ich kenne leider ke= ine deutschen Mailinglisten/Newsgroups, habe aber auch nicht gesucht... Ciao, Simon --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+rmvACkn+/eutqCoRAvq3AKDkiRiTRoCwpIi0GhI4SPgBUGFJgQCgjNdC BMCbRO2N36BlZTggcFLorSQ= =KM1a -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 05:17:21 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63D437B401 for ; Tue, 29 Apr 2003 05:17:21 -0700 (PDT) Received: from mini.berklix.org (mini.berklix.org [194.221.87.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id C646E43FAF for ; Tue, 29 Apr 2003 05:17:19 -0700 (PDT) (envelope-from jhs@berklix.org) Received: from js.berklix.net (pD9EB77E8.dip.t-dialin.net [217.235.119.232]) by mini.berklix.org (8.12.8p1/8.12.8) with ESMTP id h3TCH6cm036783 for ; Tue, 29 Apr 2003 14:17:09 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from flip.jhs.private (flip.jhs.private [192.168.91.24]) by js.berklix.net (8.11.6/8.11.6) with ESMTP id h3TCHEr02018; Tue, 29 Apr 2003 14:17:14 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from flip.jhs.private (localhost [127.0.0.1]) by flip.jhs.private (8.11.6/8.11.6) with ESMTP id h3TCGox11092; Tue, 29 Apr 2003 14:16:55 +0200 (CEST) (envelope-from jhs@flip.jhs.private) Message-Id: <200304291216.h3TCGox11092@flip.jhs.private> To: Christian Lackas In-Reply-To: Message from Christian Lackas <20030429112645.GB87324@zel726.zel.kfa-juelich.de> Date: Tue, 29 Apr 2003 14:16:50 +0200 From: "Julian H. Stacey" cc: freebsd-stable@freebsd.org Subject: Re: Speicher alloziieren. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 12:17:22 -0000 Christian Lackas wrote: > Hallo zusammen, Christian Lackas freebsd-stable@freebsd.org is an English list For German FreeBSD lists - Fuer Deutsch sprachige mail listen: majordomo@de.freebsd.org Regards / MFG - Julian Stacey Freelance Systems Engineer, Unix & Net Consultant, Munich. Ihr Rauchen => mein allergischer Kopfschmerz ! Schnupftabak probieren. From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 05:22:31 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1961E37B401 for ; Tue, 29 Apr 2003 05:22:31 -0700 (PDT) Received: from fz-juelich.de (zam197.zam.kfa-juelich.de [134.94.172.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE8743F3F for ; Tue, 29 Apr 2003 05:22:29 -0700 (PDT) (envelope-from c.lackas@kfa-juelich.de) Received: from zam197.zam.kfa-juelich.de (localhost [127.0.0.1]) by fz-juelich.de (8.11.6+Sun/8.9.3) with ESMTP id h3TCMSR29105 for ; Tue, 29 Apr 2003 14:22:28 +0200 (MEST) Received: from zel726.zel.kfa-juelich.de (zel726.zel.kfa-juelich.de [134.94.232.67])h3TCMS529097 for ; Tue, 29 Apr 2003 14:22:28 +0200 (MEST) Received: from zel726.zel.kfa-juelich.de (localhost [127.0.0.1]) h3TCMRAJ029889 for ; Tue, 29 Apr 2003 14:22:27 +0200 (CEST) (envelope-from c.lackas@kfa-juelich.de) Received: (from lackas@localhost) by zel726.zel.kfa-juelich.de (8.12.9/8.12.6/Submit) id h3TCMM50029884 for freebsd-stable@freebsd.org; Tue, 29 Apr 2003 14:22:22 +0200 (CEST) (envelope-from c.lackas@kfa-juelich.de) Date: Tue, 29 Apr 2003 14:22:22 +0200 From: Christian Lackas To: freebsd-stable@freebsd.org Message-ID: <20030429122222.GA29497@zel726.zel.kfa-juelich.de> References: <20030429112645.GB87324@zel726.zel.kfa-juelich.de> <20030429121040.GB4745@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030429121040.GB4745@zi025.glhnet.mhn.de> X-Accept-Language: de en Organization: Forschungszentrum Juelich X-Url: X-PGP-Fingerprint: E78C 1105 710D D01A 8D1C 5B86 BDF7 6FD4 AC64 9ED9 Subject: Re: Speicher alloziieren. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 12:22:31 -0000 * Simon Barner [030429 14:10]: Hello Simon, > in dieser Mailingliste wird englisch gesprochen. yes, I know. I just catched the wrong address. > Könntest Du Deine Frage nochmal auf englisch stellen? Ich kenne leider > keine deutschen Mailinglisten/Newsgroups, habe aber auch nicht > gesucht... There is a german list at . Sorry for any inconvenience Christian From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 06:37:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D08F37B401 for ; Tue, 29 Apr 2003 06:37:10 -0700 (PDT) Received: from smtpproxy1.mitre.org (smtpproxy1.mitre.org [192.160.51.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5E243F3F for ; Tue, 29 Apr 2003 06:37:09 -0700 (PDT) (envelope-from jandrese@mitre.org) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.12.9/8.12.8) with ESMTP id h3TDb2Vb009634 for ; Tue, 29 Apr 2003 09:37:04 -0400 (EDT) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.12.9/8.12.8) with ESMTP id h3TDarCi007412 for ; Tue, 29 Apr 2003 09:36:59 -0400 (EDT) Received: from unity-w-157-13.mitre.org (128.29.157.13) by mailhub1.mitre.org with SMTP id 2198331; Tue, 29 Apr 2003 09:36:51 -0400 Message-ID: <3EAE7FF0.4000001@mitre.org> Date: Tue, 29 Apr 2003 09:36:48 -0400 From: Jason Andresen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Stable List References: <3EA54248.6020501@mitre.org> In-Reply-To: <3EA54248.6020501@mitre.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Pioneer DVD-120s probe problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 13:37:10 -0000 Jason Andresen wrote: > Hello, I'm building a new system for a friend and I bought a > Pioneer DVD-120s drive for him because it was a newer version of the > drive I use (DVD-116) and my friend uses (DVD-106s) with FreeBSD. The > problem is that FreeBSD cannot probe the drive for some reason. I've > tried twiddling the ATAPI_DMA bit, rescanned the drive, and toyed with > the cable, but nothing seems to work. > > The BIOS can see the drive, in fact I can boot FreeBSD using the > El-Torrito boot sector on the drive, but I cannot use the CD as the > distribution in the installer. > > FreeBSD 4.8-RELEASE boots all the way up to the point where it lists the > ATA devices, then gets in an infinate loop with ATAPI Timeouts. > > FreeBSD 5-CURRENT does not get in an infinate loop, but returns the > following error on boot: > > ata1-master: timeout waiting for interrupt > ata1-master: ATAPI identify failed > > Using the following hardware: > atapci0: port 0xd000-0xd00f at device > 17.1 on pci0 > > The same problem occured with this hardware: > atapci0: port 0xe000-0xe00f at device 17.1 > on pci0 > > Windows XP has no trouble detecting or using this drive. I have tried > setting the region on the drive and that did not seem to help. > > Does anybody know what the problem is here? > Well, to follow up to my own post, I finally got the drive working. It seems FreeBSD would refuse to detect the drive if it was in the master position. Switching it over to slave on the ATA channel allowed FreeBSD to detect it, even though there is no master on that channel. I didn't even think this was legal with ATA. Anyway, the drive probes fine now as ata1-slave. -- \ |_ _|__ __|_ \ __| Jason Andresen jandrese@mitre.org |\/ | | | / _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 07:38:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6B437B401 for ; Tue, 29 Apr 2003 07:38:45 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1081943F3F for ; Tue, 29 Apr 2003 07:38:44 -0700 (PDT) (envelope-from barner@in.tum.de) Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5])3990262B8 for ; Tue, 29 Apr 2003 16:38:43 +0200 (MEST) Received: from mail.informatik.tu-muenchen.de (mail.informatik.tu-muenchen.de [131.159.0.26])2DA0C7945 for ; Tue, 29 Apr 2003 16:38:43 +0200 (MEST) Received: from zi025.glhnet.mhn.de (unknown [129.187.19.157]) by mail.informatik.tu-muenchen.de (Postfix) with ESMTP id 1BA9398 for ; Tue, 29 Apr 2003 16:38:43 +0200 (MEST) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id C704C37683; Tue, 29 Apr 2003 16:38:41 +0200 (CEST) Date: Tue, 29 Apr 2003 16:38:41 +0200 From: Simon Barner To: freebsd-stable@freebsd.org Message-ID: <20030429143841.GA5828@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: Bug in g++ 2.95.4 (Pointer to member functions) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 14:38:45 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I think I have discovered a bug in FreeBSD 4.8-STABLE's system C++ compiler: % gcc -v % Using builtin specs. % gcc version 2.95.4 20020320 [FreeBSD] Here is a stripped down example that can be used to reproduce the bug: // ----------- begin bug.cpp ----------- #include class Class { public: void M1 (void) { cout << "M1" << endl; }; void M2 (void) { cout << "M2" << endl; }; void M3 (void) { cout << "M3" << endl; }; }; =20 typedef void (Class::*ClassMemberFn)(void); #define callMemberFunction(object,ptrToMember) ((object).*(ptrToMember)) int main (int argc, char* argv[]) { Class obj; =09 // This works fine: Array size =3D=3D 2 ClassMemberFn a[2] =3D { &Class::M1, &Class::M2}; for (unsigned int i=3D0; i<2; ++i) { callMemberFunction (obj, a[i]) (); } =09 // This will cause the internal compiler error: Array size > 2 ClassMemberFn b[3] =3D { &Class::M1, &Class::M2,&Class::M3}; for (unsigned int i=3D0; i<3; ++i) { callMemberFunction (obj, b[i]) (); } return 0; } // ----------- end bug.cpp ----------- This is how you can reproduce the internal compiler error: % gcc -c bug.cpp % bug.cpp: In function `int main(int, char **)': % bug.cpp:20: Internal compiler error in `const_hash', at varasm.c:2373 % Please submit a full bug report. % See for instructions. I have tested the same source (which is an adoption from the C++ FAQ-lite, http://www.parashift.com/c++-faq-lite/pointers-to-members.html) an the following systems: Success: GCC 2.9.2, SunOS 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60 GCC 3.2.2, SunOS 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60 GCC 2.9.6 (redhat) , Linux athalle1 2.4.18-27.7.xsmp #1 SMP Same compiler error: GCC 2.9.2, Linux athalle1 2.4.18-27.7.xsmp #1 SMP My conclusion is, that this bug is i386 specific, and that it has been fixed in g++ 3.x and Redhat's 2.96 proprietary version. What should I do (apart from using gcc 3.x from the ports collection)? Should I file a bug at the GCC gnats site, but I think they do not maintain GCC 2.9.4 any longer (I have seen according comments at the end of closed bug reports)? Or should I send a PR? Is there any chance that this bug will be fixed? I also had a look at the gcc source file from that error message, but it's not very helpful as it's the location of an abort () call only... Cheers, Simon --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+ro5xCkn+/eutqCoRAlqYAKCSW66XrfWWy3Z4sN5kYuXgBrDbTQCfakB4 Ic8+i23RMM/Jgg7SKSYmHoY= =yftD -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 12:01:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D2837B401 for ; Tue, 29 Apr 2003 12:01:07 -0700 (PDT) Received: from pmarquis.com (h002078d55764.ne.client2.attbi.com [24.218.149.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366FF43FD7 for ; Tue, 29 Apr 2003 12:01:05 -0700 (PDT) (envelope-from pmarquis@pobox.com) Received: from localhost (localhost [127.0.0.1]) by pmarquis.com (8.12.8/8.12.8) with ESMTP id h3TJ134h069250; Tue, 29 Apr 2003 15:01:03 -0400 (EDT) (envelope-from pmarquis@pobox.com) From: Paul Marquis To: Simon Barner Date: Tue, 29 Apr 2003 15:00:53 -0400 User-Agent: KMail/1.5.1 References: <20030429143841.GA5828@zi025.glhnet.mhn.de> In-Reply-To: <20030429143841.GA5828@zi025.glhnet.mhn.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200304291501.02430.pmarquis@pobox.com> cc: freebsd-stable@freebsd.org Subject: Re: Bug in g++ 2.95.4 (Pointer to member functions) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 19:01:08 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I think your public methods for the class Class should be static. On Tuesday 29 April 2003 10:38 am, Simon Barner wrote: > Hi, > > I think I have discovered a bug in FreeBSD 4.8-STABLE's system C++ > compiler: > > % gcc -v > % Using builtin specs. > % gcc version 2.95.4 20020320 [FreeBSD] > > Here is a stripped down example that can be used to reproduce the > bug: > > // ----------- begin bug.cpp ----------- > #include > class Class { > public: > void M1 (void) { cout << "M1" << endl; }; > void M2 (void) { cout << "M2" << endl; }; > void M3 (void) { cout << "M3" << endl; }; > }; > > typedef void (Class::*ClassMemberFn)(void); > #define callMemberFunction(object,ptrToMember)=20 > ((object).*(ptrToMember)) > > int main (int argc, char* argv[]) { > Class obj; > > // This works fine: Array size =3D=3D 2 > ClassMemberFn a[2] =3D { &Class::M1, &Class::M2}; > for (unsigned int i=3D0; i<2; ++i) { > callMemberFunction (obj, a[i]) (); > } > > > // This will cause the internal compiler error: Array size > 2 > ClassMemberFn b[3] =3D { &Class::M1, &Class::M2,&Class::M3}; > for (unsigned int i=3D0; i<3; ++i) { > callMemberFunction (obj, b[i]) (); > } > return 0; > } > > // ----------- end bug.cpp ----------- > > > This is how you can reproduce the internal compiler error: > % gcc -c bug.cpp > % bug.cpp: In function `int main(int, char **)': > % bug.cpp:20: Internal compiler error in `const_hash', at > varasm.c:2373 % Please submit a full bug report. > % See for > instructions. > > I have tested the same source (which is an adoption from the C++ > FAQ-lite, > http://www.parashift.com/c++-faq-lite/pointers-to-members.html) an > the following systems: > > Success: > GCC 2.9.2, SunOS 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60 > GCC 3.2.2, SunOS 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60 > GCC 2.9.6 (redhat) , Linux athalle1 2.4.18-27.7.xsmp #1 SMP > > Same compiler error: > GCC 2.9.2, Linux athalle1 2.4.18-27.7.xsmp #1 SMP > > My conclusion is, that this bug is i386 specific, and that it has > been fixed in g++ 3.x and Redhat's 2.96 proprietary version. > > What should I do (apart from using gcc 3.x from the ports > collection)? > > Should I file a bug at the GCC gnats site, but I think they do not > maintain GCC 2.9.4 any longer (I have seen according comments at > the end of closed bug reports)? > > Or should I send a PR? Is there any chance that this bug will be > fixed? > > I also had a look at the gcc source file from that error message, > but it's not very helpful as it's the location of an abort () call > only... > > Cheers, > Simon =2D --=20 Paul Marquis pmarquis@pobox.com =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+rsvqIuLAUo3z6B0RAlsCAJsFuNqfb6qcVf1zpCXUKi9yzVqo2QCfbHEN yvCB4MLhLHGcNphP/srT9iY=3D =3DOW8B =2D----END PGP SIGNATURE----- From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 12:56:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A56EB37B401 for ; Tue, 29 Apr 2003 12:56:41 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F0E43F93 for ; Tue, 29 Apr 2003 12:56:40 -0700 (PDT) (envelope-from barner@in.tum.de) Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5]) by mailout.informatik.tu-muenchen.de (Postfix) with ESMTP id 2C9D66740; Tue, 29 Apr 2003 21:56:39 +0200 (MEST) Received: from mail.informatik.tu-muenchen.de (mail.informatik.tu-muenchen.de [131.159.0.26]) by mailrelay1.informatik.tu-muenchen.de (Postfix) with ESMTP id 1DAFE79BF; Tue, 29 Apr 2003 21:56:39 +0200 (MEST) Received: from zi025.glhnet.mhn.de (unknown [129.187.19.157]) by mail.informatik.tu-muenchen.de (Postfix) with ESMTP id 07D6C98; Tue, 29 Apr 2003 21:56:39 +0200 (MEST) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id B3462376A5; Tue, 29 Apr 2003 21:56:37 +0200 (CEST) Date: Tue, 29 Apr 2003 21:56:37 +0200 From: Simon Barner To: Paul Marquis Message-ID: <20030429195637.GA6395@zi025.glhnet.mhn.de> References: <20030429143841.GA5828@zi025.glhnet.mhn.de> <200304291501.02430.pmarquis@pobox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <200304291501.02430.pmarquis@pobox.com> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: Bug in g++ 2.95.4 (Pointer to member functions) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 19:56:42 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Paul, thanks for your reply. > I think your public methods for the class Class should be static. According to http://www.parashift.com/c++-faq-lite/pointers-to-members.html, there are both possibilities. When I make the static and change the rest accordingling, the program compiles and runs as exspected. But if do this, I cannot change non-static members in objects of type Class (which is what I want to do actually, this example is simplified). Isn't the fact, that the compilation causes an error only for arrays with more than two entries an evidance for a compiler bug? Cheers, Simon --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+rtj1Ckn+/eutqCoRAnmmAKCCTBVkVdnJekXmdnwYlEwAvvYyfQCff2VM 4wJHGcUncwgL3CBhSjpU7Gk= =W4bp -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 13:43:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6ED37B401 for ; Tue, 29 Apr 2003 13:43:42 -0700 (PDT) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CF543FBF for ; Tue, 29 Apr 2003 13:43:40 -0700 (PDT) (envelope-from Holger.Kipp@alogis.com) Received: from intserv.int1.b.intern (localhost [127.0.0.1]) by alogis.com (8.11.1/8.9.3) with SMTP id h3TKhcu50456 for ; Tue, 29 Apr 2003 22:43:38 +0200 (CEST) (envelope-from hk@alogis.com) Message-Id: <200304292043.h3TKhcu50456@alogis.com> Date: Tue, 29 Apr 2003 20:43:33 +0000 From: Holger Kipp To: freebsd-stable@freebsd.org X-Mailer: phpGroupWare (http://www.phpgroupware.org) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-description: Mail message body Subject: INFO: Problem with latest HP ProLiant GL360 G3 [workaround] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Holger.Kipp@alogis.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 20:43:42 -0000 Hi, I just wanted to inform everyone who is using HP ProLiant GL360 G3, that we had some trouble with one of the latest system we got: HP changed the BIOS such that fans will operate more silently. As a side effect, our SMP-system crashed after some time due to thermal problems. For Linux and other supported systems, additional tools exist to control the fan speed from OS-level. I consider this a very bad idea... For a short term solution, downgrading the bios (file SP23587.exe, 1107177 bytes) did help here (at least uptime is now more than 5 hours). For a long term solution complaining at HP might help. Regards, Holger Kipp From owner-freebsd-stable@FreeBSD.ORG Tue Apr 29 14:16:52 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E5C37B401; Tue, 29 Apr 2003 14:16:52 -0700 (PDT) Received: from simmts3-srv.bellnexxia.net (simmts3-srv.bellnexxia.net [206.47.199.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E0F443F75; Tue, 29 Apr 2003 14:16:51 -0700 (PDT) (envelope-from brad.lisoweski@sheridanc.on.ca) Received: from maximumfast ([64.229.198.145]) by simmts3-srv.bellnexxia.net ESMTP <20030429211648.EACK24806.simmts3-srv.bellnexxia.net@maximumfast>; Tue, 29 Apr 2003 17:16:48 -0400 From: "Brad Lisoweski" To: , Date: Tue, 29 Apr 2003 17:14:48 -0400 Message-ID: <004901c30e94$5deba9a0$f90a640a@maximumfast> 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.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Kernel Panic in 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 21:16:52 -0000 -- Previously Posted to FreeBSD-questions Update: I've changed the RAM in the machine. That seemed to fix the problem for a little bit, but the problem has started occuring again. Also, I'm not subscribed to the list, so please reply to this message directly. Thanks for all your help. -- Hello, Recently, I've been having kernel panics on 4.8RC. This made me upgrade to 4.8-STABLE hoping that the problem would be solved. Unfortunately, I've had no such luck. The panic happens about 1 hour after the machine is booted. Once booted and the panic occurs, the machine will reboot itself for literally hours, until such time as the problem magically goes away. The box has been up for about a day now with no reboots. I'm scared to play around with anything that might cause a reboot as I can't afford this box to have downtime of ~8 - 12hrs (it's a remote machine). If additional information is required, please let me know. The file that the kernel is generated from is a pretty generic copy of GENERIC with IPFIREWALL compiled in. Any help would be appreciated. Thanks, Brad -- panic note from /var/log/messages -- Apr 24 22:13:50 tsunami /kernel: Apr 24 22:13:50 tsunami /kernel: Apr 24 22:13:50 tsunami /kernel: Fatal trap 12: page fault while in kernel mode Apr 24 22:13:50 tsunami /kernel: fault virtual address = 0x0 Apr 24 22:13:50 tsunami /kernel: fault code = supervisor write, page not present Apr 24 22:13:50 tsunami /kernel: instruction pointer = 0x8:0xc0237068 Apr 24 22:13:50 tsunami /kernel: stack pointer = 0x10:0xc04111a0 Apr 24 22:13:50 tsunami /kernel: frame pointer = 0x10:0xc04111ac Apr 24 22:13:50 tsunami /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Apr 24 22:13:50 tsunami /kernel: = DPL 0, pres 1, def32 1, gran 1 Apr 24 22:13:50 tsunami /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Apr 24 22:13:50 tsunami /kernel: current process = Idle Apr 24 22:13:50 tsunami /kernel: interrupt mask = Apr 24 22:13:50 tsunami /kernel: trap number = 12 Apr 24 22:13:50 tsunami /kernel: panic: page fault Apr 24 22:13:50 tsunami /kernel: -- DMESG output -- syncing disks... Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.8-STABLE #0: Fri Apr 25 15:08:15 EDT 2003 root@tsunami.microsloth.net:/usr/obj/usr/src/sys/microsloth Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(TM)Processor (1343.19-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x644 Stepping = 4 Features=0x183f9ff AMD Features=0xc0440000 real memory = 536788992 (524208K bytes) avail memory = 517033984 (504916K bytes) Preloaded elf kernel "kernel" at 0xc0522000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 11 entries at 0xc00f1770 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xf0000000-0xf7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 ohci0: mem 0xeb800000-0xeb800fff irq 6 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered atapci0: port 0xd400-0xd40f at device 4.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ohci1: mem 0xea800000-0xea800fff irq 12 at device 6.0 on pci0 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered isab0: at device 7.0 on pci0 isa0: on isab0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xb400-0xb47f mem 0xe9800000-0xe980007f irq 10 at device 11.0 on pci0 xl0: Ethernet address: 00:50:da:19:cc:b4 miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto chip0: at device 17.0 on pci0 orm0: