From owner-freebsd-stable Sun Dec 17 3:11:16 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 03:11:12 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id DDBDA37B400 for ; Sun, 17 Dec 2000 03:11:08 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBHBAeO77471; Sun, 17 Dec 2000 17:10:41 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Sun, 17 Dec 2000 17:10:39 +0600 (NS) From: Max Khon To: Roman Shterenzon Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <976986477.3a3ba16db730c@webmail.harmonic.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Sat, 16 Dec 2000, Roman Shterenzon wrote: > Yesterday I installed vanilla 4.2 (the second revision of iso image) on a new > computer, and then, after updating the ports tree I did: > cd /usr/ports/www/mozilla; make install > several hours later it finished and installed the mozilla package. > Running it produces a segmentation fault, running mozilla-bin even creates > a core file. [snip] > Should I try the patch obrien posted? definitely yes please report the results thanks, /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 3:11:33 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 03:11:30 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moya.hans.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id 4730337B400 for ; Sun, 17 Dec 2000 03:11:29 -0800 (PST) Received: by moya.hans.org (Postfix, from userid 1001) id 44F303642A; Sun, 17 Dec 2000 12:11:19 +0100 (CET) Date: Sun, 17 Dec 2000 12:11:19 +0100 To: freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217121119.A23936@moya.hans.org> References: <20001216200842.43502.qmail@web9102.mail.yahoo.com> <976997829.3a3bcdc57a271@webmail.harmonic.co.il> <20001217060401L.aizu@jaist.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001217060401L.aizu@jaist.ac.jp>; from aizu@jaist.ac.jp on Sun, Dec 17, 2000 at 06:04:01AM +0900 From: H.Lambermont@chello.nl (H) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiroyuki Aizu wrote: > > The problem exists in the vanilla FreeBSD 4.2 with XFree86-3.3.6 and > > doesn't exist in the binary built under 4.1-STABLE (not even > > 4.1.1-STABLE) at home, where I've XFree86-4 (which was also built > > under 4.1-STABLE) > I guess, it was caused by linked library at compile time. I use the NSPR (NetScape Portable Runtime) library, which mozilla uses (see mozilla/nsprpub/), and get the following at runtime under 4.2-STABLE : Fatal error 'siglongjmp()ing between thread contexts is undefined by POSIX 1003.1' at line ? in file /usr/src/lib/libc_r/uthread/uthread_jmp.c (errno = ?) Which does not show under 4.0-RELEASE I guess the libc_r library is more strict now ? Could this be related to your mozilla problems ? Hans Lambermont -- http://hans.mypage.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 4:12:21 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 04:12:15 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from www.i-sphere.com (www.i-sphere.com [207.126.121.224]) by hub.freebsd.org (Postfix) with ESMTP id 1D1DC37B400 for ; Sun, 17 Dec 2000 04:12:14 -0800 (PST) Received: (from fasty@localhost) by www.i-sphere.com (8.11.1/8.11.0) id eBHCBFl01280; Sun, 17 Dec 2000 04:11:15 -0800 (PST) (envelope-from fasty) Date: Sun, 17 Dec 2000 04:11:14 -0800 From: faSty To: Max Khon Cc: freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217041114.A875@i-sphere.com> References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fjoe@iclub.nsu.ru on Sun, Dec 17, 2000 at 05:10:39PM +0600 Sender: fasty@www.i-sphere.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, It is produces a segmentation fault and I tested it. fasty# mozilla -splash ./run-mozilla.sh ./mozilla-bin -splash MOZILLA_FIVE_HOME=. LD_LIBRARY_PATH=. LIBRARY_PATH=.:./components SHLIB_PATH=. LIBPATH=. ADDON_PATH=. MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= ProfileManager : CreateNewProfile Profile Name: default Profile Dir: /root/.mozilla Segmentation fault - core dumped fasty# -faSty On Sun, Dec 17, 2000 at 05:10:39PM +0600, Max Khon wrote: > hi, there! > > On Sat, 16 Dec 2000, Roman Shterenzon wrote: > > > Yesterday I installed vanilla 4.2 (the second revision of iso image) on a new > > computer, and then, after updating the ports tree I did: > > cd /usr/ports/www/mozilla; make install > > several hours later it finished and installed the mozilla package. > > Running it produces a segmentation fault, running mozilla-bin even creates > > a core file. > > [snip] > > > Should I try the patch obrien posted? > > definitely yes > please report the results > thanks, > > /fjoe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 4:54:14 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 04:54:11 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from bitbucket.extern.uniface.nl (bitbucket.extern.uniface.nl [193.78.88.139]) by hub.freebsd.org (Postfix) with ESMTP id 0245037B400 for ; Sun, 17 Dec 2000 04:54:10 -0800 (PST) Received: from bh2.nl.compuware.com (unknown [172.16.17.82]) by bitbucket.extern.uniface.nl (Postfix) with ESMTP id DED378285; Sun, 17 Dec 2000 13:54:08 +0100 (CET) Received: from trashcan.nl.compuware.com ([172.16.16.52]) by bh2.nl.compuware.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id Y9Y2BNND; Sun, 17 Dec 2000 13:54:08 +0100 Received: from c1111.nl.compuware.com (c1111.nl.compuware.com [172.16.16.36]) by trashcan.nl.compuware.com (Postfix) with ESMTP id 2E560145A4; Sun, 17 Dec 2000 13:54:08 +0100 (CET) Date: Sun, 17 Dec 2000 13:54:07 +0100 (CET) From: Bert Driehuis X-Sender: bertd@c1111.nl.compuware.com To: Roman Shterenzon Cc: freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <976986477.3a3ba16db730c@webmail.harmonic.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 16 Dec 2000, Roman Shterenzon wrote: > Yesterday I installed vanilla 4.2 (the second revision of iso image) on a new > computer, and then, after updating the ports tree I did: > cd /usr/ports/www/mozilla; make install > several hours later it finished and installed the mozilla package. > Running it produces a segmentation fault, running mozilla-bin even creates > a core file. I looked at it, and seems that perhaps the stack was mutilated, > since I didn't see anything unusual there (I can post it later, if anyone is > interested). It might be related to GCC. I'm not running 4.2R yet, so I can't comment on whether or not changes are needed, but look at mozilla/xpcom/reflect/xptcall/src/md/unix/ (and, in particular, xptc_platforms_unixish_x86.h) This may or may not help; as I said, I can't test it, but Mozilla's xpcom is extremely reliant on the layout of the vtable's that GCC generates differently between releases, and I noticed an update to the GCC C++ support in the release notes of 4.2R. Cheers, -- Bert Bert Driehuis -- driehuis@playbeing.org -- +31-20-3116119 If the only tool you've got is an axe, every problem looks like fun! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 5: 8:30 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 05:08:28 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay2.agava.net.ru (2.oivt.mipt.ru [193.125.142.2]) by hub.freebsd.org (Postfix) with ESMTP id DA7C337B400 for ; Sun, 17 Dec 2000 05:08:25 -0800 (PST) Received: from gw.office.agava.ru (2.oivt.mipt.ru [193.125.142.2]) by relay2.agava.net.ru (Postfix) with ESMTP id 0BB8C436F9 for ; Sun, 17 Dec 2000 16:08:23 +0300 (MSK) Received: from hellbell.domain (hellbell.domain [192.168.1.12]) by gw.office.agava.ru (Postfix) with ESMTP id 4C53E5DFD for ; Sun, 17 Dec 2000 16:08:18 +0300 (MSK) Received: from localhost (localhost [127.0.0.1]) by hellbell.domain (Postfix) with ESMTP id BA875CFAF for ; Sun, 17 Dec 2000 16:08:17 +0300 (MSK) Date: Sun, 17 Dec 2000 16:08:17 +0300 (MSK) From: Alexey Zakirov X-Sender: frank@hellbell.domain To: freebsd-stable@freebsd.org Subject: mysql+linuxthreads => linuxthreads problem? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I've just built the mysqld with the linuxthreads (from the ports) and got a problem: mysqld dies by SIGSEGV immediately after the first pthread_create call. I've decided to try a simple linuxthreads example from the linuxthreads distribution (Examples/ex5.c) and it doesn't work. This example must writes a sequence of numbers but it hangs after the first one. But when I compile this example with the native freebsd threads (libc_r) it works just fine! Is there any well-known tricks for correct linuxthreads use? FreeBSD: 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Dec 16 16:37:10 MSK 2000 (cvsup from yesterday) linuthreads: $FreeBSD: ports/devel/linuxthreads/Makefile,v 1.17 2000/11/06 19:43:33 jasone Exp $ compile string: gcc -D_THREAD_SAFE -I/usr/local/include/linuxthreads -L/usr/local/lib -llgcc_r -llthread -o ex5 ex5.c *** WBR, Alexey Zakirov (frank@agava.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 5:10: 7 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 05:10:05 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by hub.freebsd.org (Postfix) with ESMTP id 943EB37B400 for ; Sun, 17 Dec 2000 05:10:05 -0800 (PST) Received: (from kris@localhost) by citusc.usc.edu (8.9.3/8.9.3) id FAA20858; Sun, 17 Dec 2000 05:11:20 -0800 Date: Sun, 17 Dec 2000 05:11:20 -0800 From: Kris Kennaway To: Roman Shterenzon Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217051120.A20812@citusc.usc.edu> References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <976986477.3a3ba16db730c@webmail.harmonic.co.il>; from roman@harmonic.co.il on Sat, Dec 16, 2000 at 07:07:57PM +0200 Sender: kris@citusc.usc.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Previous versions of mozilla needed to be run as root the first time so they can create some files in the install directory. I don't know if this is still the case. Mozilla is also notoriously picky about old versions of files in ~/.mozilla - try blowing away that directory as well. Kris --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6PLtXWry0BWjoQKURAnE/AJ0T/uKTUgqsZZN7DONbCTdQHbqHwACgtN9u OBfOzHY73aO0t9Emrzlaz88= =uKlS -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 5:35: 5 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 05:35:03 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 498A437B400 for ; Sun, 17 Dec 2000 05:35:01 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBHDYbR82138; Sun, 17 Dec 2000 19:34:37 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Sun, 17 Dec 2000 19:34:36 +0600 (NS) From: Max Khon To: faSty Cc: freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <20001217041114.A875@i-sphere.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Sun, 17 Dec 2000, faSty wrote: > Yes, It is produces a segmentation fault and I tested it. with or without patch? > > > Should I try the patch obrien posted? > > > > definitely yes > > please report the results > > thanks, /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 6: 0: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 06:00:06 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 6550237B400 for ; Sun, 17 Dec 2000 06:00:06 -0800 (PST) Received: from panix2.panix.com (panix2.panix.com [166.84.0.227]) by mail1.panix.com (Postfix) with ESMTP id 3266348905 for ; Sun, 17 Dec 2000 09:00:05 -0500 (EST) Received: (from stanb@localhost) by panix2.panix.com (8.8.8/8.7.1/PanixN1.0) id JAA20646 for freebsd-stable@freebsd.org; Sun, 17 Dec 2000 09:00:05 -0500 (EST) From: Message-Id: <200012171400.JAA20646@panix2.panix.com> Subject: 2nd try Vectra 5/900 total failure to get to boot off of hard disk To: freebsd-stable@freebsd.org (FreeBSD Stable List) Date: Sun, 17 Dec 2000 09:00:05 -0500 (EST) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm going to try this again, since clearly I did not make my original message cleat. A number of people have written me, that cleary did not understand the problem, so I must have written a poor problem description. Thanks for the patience. I have a HP Vectra CL5/90 that I am totaly unable to get to boot off the hard disk. I have tried installing from the 4.1 floppies viai ftp. All seems to go well, the hard drive (20G) is proeprly recofgnized, and the install proceds normaly. I habe choosen to _NOT_ use "dabgerously dedicated" I have partioned the drie as follows: 1. / (150M) 2. swap (200M) 3. /var (450M) 4. /usr (remainder) Since I have only used dangerously dedicated mode in the padt, and since I am using a custom setup, i may be making an error here. What if any slices, do I need to mark as bootable by hand? Since my original atempt at this failed, and since I was pointed to an article reference a problem with the boot0 code at 1.2 and newer not working withe some HP Vectras, I repeated the above install. At the end, before reboooting, I did the following: 1. ftp /boot/boo0 from a workign 3.4 system to /tmp 2. boot0cfg -B -b /tmp/booot0 ada At this point in time, the machine boots to the "F1 FreeBSS" prompt. Howver any key I hit, including F1 abd return, just results in an angry beep. This machine has many settings in the BIOS for hard disk setup, transfer mode, PIO mode etc. that I do not understand. I also do not understnad the boot sequence on FreebSD. I have been fighting this machine for ver 2 weeks at this poiny in time and am QUIE frustraded. Could anyone take the time to help eduacte me on what it will take to ge this amchien booting off the ard drive? Thansk for you patience. -- Stan Brown stanb@panix.com 843-745-3154 Charleston SC -- "Be careful not to step in the Microsoft." -- John Denker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 6: 7: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 06:06:58 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 9201037B400 for ; Sun, 17 Dec 2000 06:06:57 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id PAA03224; Sun, 17 Dec 2000 15:06:50 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 147eSg-0005T5-00 for ; Sun, 17 Dec 2000 15:06:50 +0100 Date: Sun, 17 Dec 2000 15:06:50 +0100 From: Szilveszter Adam To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217150650.B19311@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , freebsd-stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001217051120.A20812@citusc.usc.edu>; from kris@FreeBSD.ORG on Sun, Dec 17, 2000 at 05:11:20AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! On Sun, Dec 17, 2000 at 05:11:20AM -0800, Kris Kennaway wrote: > Previous versions of mozilla needed to be run as root the first time > so they can create some files in the install directory. I don't know > if this is still the case. Yes, for creation of the registry file. But this is necessary only once. Alternatively, you can just chmod. > Mozilla is also notoriously picky about old versions of files in > ~/.mozilla - try blowing away that directory as well. Maybe, but not likely. I have meant to chime in to this thread earlier, but since I run -CURRENT, my findings may or may not be relevant. I used to regularly build Mozilla from cvs and it mostly worked. The last working Mozilla was sometime end of October, maybe a bit later. (I know for sure that the compile on 13th October worked but I also built it later on and for some time with success.) The only issue after M18 came out was that I could not get PSM to work on FreeBSD whereas it worked on Linux. But this is not a major problem, because the binary versions of PSM for Windows and Linux that are available from iPlanet are not built from the publicly available sources but rather from a tainted version and linked against the RSA BSafe toolkit. PSM did build but did not work. Odd... However, sometime in the middle of November I did build again. The build went through with no problems, but the resulting binary segfaulted on start. At that time there was some speculation going on -current@ wrt bugs after changing the .crtbegin and friends to stock GCC instead of our own, so I assumed it could be just that. Later the issue of linking against -lgcc_r came to light, so I thought this might be related. And after all, this is -CURRENT, so things might break for a while. But the situation has not improved since. The binary builds seemingly just fine, but segfaults on startup. A gdb(1) trace shows that the segfault is in the internal functions of nspr, so it is possibly not a C++ problem. Once the stack trace went as deep as libc_r, however. Since I did not build with debugging symbols, I did not investigate further. Since the Mozilla team has dropped all FreeBSD tinderboxes from their cluster (although they have added OpenBSD 2.5 back) they are probably totally unaware of the problems. -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 6:20:30 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 06:20:28 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id BDC1337B400 for ; Sun, 17 Dec 2000 06:20:27 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id PAA03719; Sun, 17 Dec 2000 15:20:26 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 147efq-0005Ys-00 for ; Sun, 17 Dec 2000 15:20:26 +0100 Date: Sun, 17 Dec 2000 15:20:26 +0100 From: Szilveszter Adam To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217152026.A21118@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , freebsd-stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001217150650.B19311@petra.hos.u-szeged.hu>; from sziszi@petra.hos.u-szeged.hu on Sun, Dec 17, 2000 at 03:06:50PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 03:06:50PM +0100, Szilveszter Adam wrote: > > However, sometime in the middle of November I did build again. The build > went through with no problems, but the resulting binary segfaulted on > start. At that time there was some speculation going on -current@ wrt bugs > after changing the .crtbegin and friends to stock GCC instead of our own, > so I assumed it could be just that. Later the issue of linking against > -lgcc_r came to light, so I thought this might be related. And after all, > this is -CURRENT, so things might break for a while. But the situation has > not improved since. The binary builds seemingly just fine, but segfaults on > startup. A gdb(1) trace shows that the segfault is in the internal > functions of nspr, so it is possibly not a C++ problem. Once the stack > trace went as deep as libc_r, however. Since I did not build with debugging > symbols, I did not investigate further. > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > cluster (although they have added OpenBSD 2.5 back) they are probably > totally unaware of the problems. Sorry to reply to my own post, but after perusing the archives, it seems that the relevant changes (and the first problems) happened on or about October 28th. So it was earlier than I had thought. But the build surely worked in the middle of October. -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 9:15:33 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 09:15:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moya.hans.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id 48E7437B400 for ; Sun, 17 Dec 2000 09:15:31 -0800 (PST) Received: by moya.hans.org (Postfix, from userid 1001) id DE3E03642A; Sun, 17 Dec 2000 18:15:21 +0100 (CET) Date: Sun, 17 Dec 2000 18:15:21 +0100 To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217181521.A35032@moya.hans.org> References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001217150650.B19311@petra.hos.u-szeged.hu>; from sziszi@petra.hos.u-szeged.hu on Sun, Dec 17, 2000 at 03:06:50PM +0100 From: H.Lambermont@chello.nl (H) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Szilveszter Adam wrote: > A gdb(1) trace shows that the segfault is in the internal functions of > nspr, so it is possibly not a C++ problem. Once the stack trace went > as deep as libc_r, however. > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > cluster (although they have added OpenBSD 2.5 back) they are probably > totally unaware of the problems. Well, I complained about this in their nspr newsgroup: See the thread news://news.mozilla.org/3A37A3DB.3E457946%40blender.nl It seems to boil down to "Fatal error 'siglongjmp()ing between thread contexts is undefined by POSIX 1003.1'" in libc_r Hans Lambermont -- http://hans.mypage.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 9:17:31 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 09:17:30 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id DD6E237B400; Sun, 17 Dec 2000 09:17:28 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id TAA12209; Sun, 17 Dec 2000 19:15:24 +0200 To: Kris Kennaway Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977073324.3a3cf4acc364f@webmail.harmonic.co.il> Date: Sun, 17 Dec 2000 19:15:24 +0200 (IST) From: Roman Shterenzon Cc: freebsd-stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> In-Reply-To: <20001217051120.A20812@citusc.usc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Kris Kennaway : > Previous versions of mozilla needed to be run as root the first time > so they can create some files in the install directory. I don't know > if this is still the case. > > Mozilla is also notoriously picky about old versions of files in > ~/.mozilla - try blowing away that directory as well. > > Kris > When I'll get home I'll merge the patch obrien posted, and rebuild it. (and perhaps get back to pkg_security :) No, I didn't run it as root - never ever. I don't run programs as root, and I didn't run it on my home computer (and on other laptop I had) as root. As I stated, it was a fresh install, so no .mozilla directory was there. I suspect that it IS some sort of compiler bug. I'll rebuild it and send details, hopefully later today. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 9:26:57 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 09:26:54 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 6F4F237B402 for ; Sun, 17 Dec 2000 09:26:53 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id TAA12225; Sun, 17 Dec 2000 19:24:48 +0200 To: H Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977073888.3a3cf6e0b99fd@webmail.harmonic.co.il> Date: Sun, 17 Dec 2000 19:24:48 +0200 (IST) From: Roman Shterenzon Cc: freebsd-stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> <20001217181521.A35032@moya.hans.org> In-Reply-To: <20001217181521.A35032@moya.hans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting H : > Szilveszter Adam wrote: > > > A gdb(1) trace shows that the segfault is in the internal functions of > > nspr, so it is possibly not a C++ problem. Once the stack trace went > > as deep as libc_r, however. > > > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > > cluster (although they have added OpenBSD 2.5 back) they are probably > > totally unaware of the problems. > > Well, I complained about this in their nspr newsgroup: See the thread > news://news.mozilla.org/3A37A3DB.3E457946%40blender.nl > > It seems to boil down to "Fatal error 'siglongjmp()ing between thread > contexts is undefined by POSIX 1003.1'" in libc_r I've a mozilla-M18 built in late september (or perhaps early october? I need to check) on my home box which was upgraded to 4.2-RELEASE some time ago. As it's dynamically linked with libc_r, the problem should have occured, but, it didn't. I'm using it without any problems (besides that it's slow like a roadkilled turtle, any way I can make the beast run faster?). Like I said, I'm going to sanitize the new computer (i.e. check that mozilla was really blown away with pkg_delete), use the patch and rebuild relevant part(s) and mozilla, then post the results here on this list. The patch affects src/gnu/usr.bin/cc/cc_tools/freebsd-native.h, can I recompile only affected parts, e.g. cc, or I'll have to do buildworld? Like I said, the computer is vanilla 4.2-R installed two days ago. Stay tuned. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 10:22:12 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 10:22:11 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id A6DD337B402 for ; Sun, 17 Dec 2000 10:22:10 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id NAA27991; Sun, 17 Dec 2000 13:21:44 -0500 (EST) Date: Sun, 17 Dec 2000 13:21:44 -0500 (EST) From: Daniel Eischen To: H Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <20001217181521.A35032@moya.hans.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Dec 2000, H wrote: > Szilveszter Adam wrote: > > > A gdb(1) trace shows that the segfault is in the internal functions of > > nspr, so it is possibly not a C++ problem. Once the stack trace went > > as deep as libc_r, however. > > > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > > cluster (although they have added OpenBSD 2.5 back) they are probably > > totally unaware of the problems. > > Well, I complained about this in their nspr newsgroup: See the thread > news://news.mozilla.org/3A37A3DB.3E457946%40blender.nl > > It seems to boil down to "Fatal error 'siglongjmp()ing between thread > contexts is undefined by POSIX 1003.1'" in libc_r Ouch. _If_that_really_is_the_problem, then the developers ought to be taken out and shot! I do find it hard to believe that someone would attempt to do that, so it might just be a symptom of the real problem. Perhaps signal masks aren't being properly set and the wrong thread is receiving the signal. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 10:52: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 10:51:58 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from zeus.netset.com (zeus.netset.com [64.40.192.10]) by hub.freebsd.org (Postfix) with ESMTP id 0BE5E37B400 for ; Sun, 17 Dec 2000 10:51:58 -0800 (PST) Received: from diamond (kaygee.users.netset.com [64.40.199.178]) by zeus.netset.com (8.10.2/8.10.2-zeus) with SMTP id eBHIpqI26219; Sun, 17 Dec 2000 13:51:53 -0500 Message-ID: <002401c0685b$b310a8e0$0445a8c0@private.solutionsforyou.com> Reply-To: "Kartic Krishnamurthy" From: "Kartic Krishnamurthy" To: "Marius Strom" Cc: References: <00ab01c066c9$fc3ba1c0$0445a8c0@private.solutionsforyou.com> <20001215131816.A86117@marius.org> Subject: Re: Staying Stable Date: Sun, 17 Dec 2000 14:01:00 -0500 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks all for the response to my first mail... How about ports-all? I did an src-all in my cvs upgrade. What is ports-all or any individual port-* thereof? What exactly does this do? Also when I did an src-all, did the Ports upgrades (Upgrade as in Upgrade Kit of freebsd.org/ports) also take place or is that a separate process I have to take care of. Actually, this is what I did..I started with a 3.3R system, did a binary upgrade to 4.0R and then did a CVS upgrade to 4.2-Stable. As of 3.3R I had installed the 3.0 Stable Upgrade Kit from www.freebsd.org/ports home page. Will my ports upgrade for 4.2 Stable also have taken place with the CVSUP? Thanks, --Kartic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 12:21:45 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 12:21:43 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 41D9A37B69D for ; Sun, 17 Dec 2000 12:21:39 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 17 Dec 2000 12:19:59 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBHKLZU43196; Sun, 17 Dec 2000 12:21:35 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Dec 2000 12:21:35 -0800 From: "Crist J. Clark" To: Kartic Krishnamurthy Cc: Marius Strom , freebsd-stable@FreeBSD.ORG Subject: Re: Staying Stable Message-ID: <20001217122135.I96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <00ab01c066c9$fc3ba1c0$0445a8c0@private.solutionsforyou.com> <20001215131816.A86117@marius.org> <002401c0685b$b310a8e0$0445a8c0@private.solutionsforyou.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <002401c0685b$b310a8e0$0445a8c0@private.solutionsforyou.com>; from kaygee@netset.com on Sun, Dec 17, 2000 at 02:01:00PM -0500 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 02:01:00PM -0500, Kartic Krishnamurthy wrote: > Thanks all for the response to my first mail... Uh, well, some of us don't remember it so the next question is a little out of context. > How about ports-all? I did an src-all in my cvs upgrade. What is ports-all > or any individual port-* thereof? What exactly does this do? It updates your ports tree (or the relevent piece of it) of course. > Also when I > did an src-all, did the Ports upgrades (Upgrade as in Upgrade Kit of > freebsd.org/ports) also take place or is that a separate process I have to > take care of. No, nothing like that would happen. In fact, you do realize that in doing a CVSup, nothing in the _operational_ portion of your system has been touched at all. You have new source code, but you still need to build a new world and kernel on your own. > Actually, this is what I did..I started with a 3.3R system, did a binary > upgrade to 4.0R and then did a CVS upgrade to 4.2-Stable. Cool. That's the easiest way to do it. > As of 3.3R I had > installed the 3.0 Stable Upgrade Kit from www.freebsd.org/ports home page. > Will my ports upgrade for 4.2 Stable also have taken place with the CVSUP? There are no branches in the ports tree. There are no "ports for 4.2-STABLE." There is only a snapshot of the head of the tree at any one time. Up-to-date ports for 3.5-STABLE are the same as ports for 4.2-STABLE are the same for 5.0-CURRENT, etc. But to reiterate, your CVSup of 4.2-STABLE source has not touched your ports collection at all. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 13:10: 4 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 13:10:02 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1895B37B400 for ; Sun, 17 Dec 2000 13:10:02 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA98059; Sun, 17 Dec 2000 13:10:01 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBHLA0647909; Sun, 17 Dec 2000 13:10:00 -0800 (PST) (envelope-from obrien) Date: Sun, 17 Dec 2000 13:09:59 -0800 From: "David O'Brien" To: stanb@panix.com Cc: FreeBSD Stable List Subject: Re: Can't boot off of hard disk Message-ID: <20001217130959.A47873@dragon.nuxi.com> Reply-To: stable@freebsd.org References: <200012161955.OAA01320@panix2.panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012161955.OAA01320@panix2.panix.com>; from stanb@panix.com on Sat, Dec 16, 2000 at 02:55:14PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 16, 2000 at 02:55:14PM -0500, stanb@panix.com wrote: > I set these up, as I normally do in "Dangerously dedicated" boot. mode. ... > Can anyone make some sugestions as to other things to try to make this > machien work? Yes. HOW MANY TIMES do we have to say DON'T DO THAT?!?!? Why won't you use proper slices for your disks? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 13:14:10 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 13:14:08 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 5CBC937B404 for ; Sun, 17 Dec 2000 13:14:08 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA98074; Sun, 17 Dec 2000 13:14:07 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBHLE6647928; Sun, 17 Dec 2000 13:14:06 -0800 (PST) (envelope-from obrien) Date: Sun, 17 Dec 2000 13:14:05 -0800 From: "David O'Brien" To: Szilveszter Adam Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217131405.B47873@dragon.nuxi.com> Reply-To: stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001217150650.B19311@petra.hos.u-szeged.hu>; from sziszi@petra.hos.u-szeged.hu on Sun, Dec 17, 2000 at 03:06:50PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 03:06:50PM +0100, Szilveszter Adam wrote: > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > cluster Any idea why they did that? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 14: 7:47 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 14:07:45 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mtiwmhc28.worldnet.att.net (mtiwmhc28.worldnet.att.net [204.127.131.36]) by hub.freebsd.org (Postfix) with ESMTP id 5701837B402 for ; Sun, 17 Dec 2000 14:07:45 -0800 (PST) Received: from archer ([12.75.140.9]) by mtiwmhc28.worldnet.att.net (InterMail vM.4.01.03.10 201-229-121-110) with SMTP id <20001217220744.XVIV1500.mtiwmhc28.worldnet.att.net@archer> for ; Sun, 17 Dec 2000 22:07:44 +0000 Message-ID: <000c01c06876$30077a80$2800a8c0@archer> From: "steve epstein" To: Subject: Fails to make world Date: Sun, 17 Dec 2000 16:10:02 -0600 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 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am new at compiling kernels on BSD although I have successfully compiled kernels on several Linux distros. I cvsup'd today (first time)and attempted to 'make world' . I also tried 'make buildworld'. Both result in failure at the same place: /usr/src/lib/libutil/login_times.c:159: warning passing arg 2 of 'in_ltms' makes pointer from integer without a cast *** Error Code 1 Stop in /usr/src/lib/libutil *** Error Code 1 Stop in /usr/src *** Error Code 1 # I read Rudy's post, but redoing 'make world' did not help. BTW my machine is set for local time rather than UTC. Could that make a difference? Any help is appreciated. Thanks. Steve Epstein tech.editor@att.net I To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 14: 9:55 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 14:09:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 1CC3137B402 for ; Sun, 17 Dec 2000 14:09:51 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id eBHM7L643586; Sun, 17 Dec 2000 22:07:21 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eBHMBcf02957; Sun, 17 Dec 2000 22:11:38 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200012172211.eBHMBcf02957@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Ron Rosson Cc: freebsd-stable@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: PPP not deleting ip's In-Reply-To: Message from "Ron 'The InSaNe One' Rosson" of "Thu, 14 Dec 2000 16:17:33 PST." <20001214161733.A57811@lunatic.oneinsane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 17 Dec 2000 22:11:38 +0000 From: Brian Somers Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, /usr/share/examples/ppp/ppp.linkdown.sample. I think ppp really needs a ``set maxifaddrs'' with a default value of 2. > I have a FreeBSD box running 4.1-R running as a Gateway machine for a > small LAN. It is using ijppp for the connection and all is working > well.. I got to looking at it and noticed that everytime it disconnects > it does not delete the IP address it was assigned to before. So when it > connects the next time and gets a different IP it just adds it to tun0. > > Here is my config.. > > default: > allow user * > set server +3000 myadminpass > set speed 115200 > set timeout 600 > set log Phase Chat LCP IPCP CCP tun command > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\ dATDT\\T TIMEOUT 40 CONNECT" > > n2-mppp: > > # This is for multilink modem connection > > set device /dev/cuaa0 /dev/cuaa1 > set phone 1111111 > set authname myauthname > set authkey myauthkey > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default HISADDR > enable dns > > set mrru 1500 > clone 1,2 > link * set mode auto > > Did I miss anything.. > > TIA > -- > ------------------------------------------------------------------------------ > Ron Rosson ... and a UNIX user said ... > The InSaNe One rm -rf * > insane@oneinsane.net and all was /dev/null and *void() > ------------------------------------------------------------------------------ > An interesting statistic: 95.1%. That's about everyone. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 14:18:55 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 14:18:53 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 260C137B400 for ; Sun, 17 Dec 2000 14:18:53 -0800 (PST) Received: from panix3.panix.com (panix3.panix.com [166.84.0.228]) by mail1.panix.com (Postfix) with ESMTP id 385EF48900 for ; Sun, 17 Dec 2000 17:18:52 -0500 (EST) Received: (from stanb@localhost) by panix3.panix.com (8.8.8/8.7.1/PanixN1.0) id RAA18955 for freebsd-stable@freebsd.org; Sun, 17 Dec 2000 17:18:52 -0500 (EST) From: Message-Id: <200012172218.RAA18955@panix3.panix.com> Subject: HP Vectra 5/90 hard disk boot disaster continues! To: freebsd-stable@freebsd.org (FreeBSD Stable List) Date: Sun, 17 Dec 2000 17:18:51 -0500 (EST) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is fast aproaching ridiculous! This bloody &$#@$$#!! machine just doesn't want to run FreeBSD. Found a CD (a second one BTW the machine would see, but not read the first one!) installed it, and created boot floppies from my 4.0 CD set. Booted off the CD's choose "Install Boot Manager", chose FreeBSD boot manager, and it STILL boots up to the "F1 FreeBSD" prompt, and will only rewatd me with angry beeps no matter what I do there. Several things are wort mentioning here. 1. This is one of 4 almost identical HP ectra's, the others are VL5/75's with an earlier BIS., they all work fine. 2. This machien boots fine from a hard disk wiht NT on it. 3. I normally use "Dangerouslt Dedicated", so I may be doing something stupid here. 4. The BISO on this machine has WAY TO MANY choices related to hard disk options for me to be certain I have them correct. 5. This is the begining of the third week of the fight to install FreebSD on this machine! HELP PLEAS!!!! -- Stan Brown stanb@panix.com 843-745-3154 Charleston SC -- "Be careful not to step in the Microsoft." -- John Denker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 14:21:18 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 14:21:17 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id DF45337B400 for ; Sun, 17 Dec 2000 14:21:16 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id A0FCE177EA3; Sun, 17 Dec 2000 16:22:42 -0600 (CST) Message-ID: <001d01c06877$def578c0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: , "FreeBSD Stable List" References: <200012172218.RAA18955@panix3.panix.com> Subject: Re: HP Vectra 5/90 hard disk boot disaster continues! Date: Sun, 17 Dec 2000 16:22:41 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is your problem. > 3. I normally use "Dangerouslt Dedicated", so I may be doing something > stupid here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 14:34:55 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 14:34:53 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 9373337B400 for ; Sun, 17 Dec 2000 14:34:53 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBHMYXE86053; Sun, 17 Dec 2000 14:34:33 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eBHMXgY74256; Sun, 17 Dec 2000 14:33:42 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200012172218.RAA18955@panix3.panix.com> Date: Sun, 17 Dec 2000 14:33:42 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: stanb@panix.com Subject: RE: HP Vectra 5/90 hard disk boot disaster continues! Cc: (FreeBSD Stable List) Sender: jhb@foo.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17-Dec-00 stanb@panix.com wrote: > This is fast aproaching ridiculous! > > This bloody &$#@$$#!! machine just doesn't want to run FreeBSD. > > Found a CD (a second one BTW the machine would see, but not read the first > one!) installed it, and created boot floppies from my 4.0 CD set. > > Booted off the CD's choose "Install Boot Manager", chose FreeBSD boot > manager, and it STILL boots up to the "F1 FreeBSD" prompt, and will only > rewatd me with angry beeps no matter what I do there. It sounds like the geometry that your BIOS is using for your hard drive doesn't match the geometry that sysinstall is using during the installation. Get into the BIOS and write down the geoemtery it has for your hard drive. Reinstall and when you are in the fdisk editor in sysinstall use 'g' to set the geometry if they do not match. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 14:52:19 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 14:52:16 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from nordier.com (c2-dbn-7.dial-up.net [196.34.155.135]) by hub.freebsd.org (Postfix) with ESMTP id 9AD3E37B400; Sun, 17 Dec 2000 14:52:09 -0800 (PST) Received: (from rnordier@localhost) by nordier.com (8.11.1/8.11.1) id eBHMnTp01225; Mon, 18 Dec 2000 00:49:30 +0200 (SAST) (envelope-from rnordier) From: Robert Nordier Message-Id: <200012172249.eBHMnTp01225@nordier.com> Subject: Re: HP Vectra 5/90 hard disk boot disaster continues! To: stanb@panix.com Date: Mon, 18 Dec 2000 00:49:19 +0200 (SAST) Cc: jhb@freebsd.org, freebsd-stable@freebsd.org Reply-To: freebsd-stable@freebsd.org In-Reply-To: from "John Baldwin" at Dec 17, 2000 02:33:42 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > On 17-Dec-00 stanb@panix.com wrote: > > This is fast aproaching ridiculous! > > > > This bloody &$#@$$#!! machine just doesn't want to run FreeBSD. > > > > Found a CD (a second one BTW the machine would see, but not read the first > > one!) installed it, and created boot floppies from my 4.0 CD set. > > > > Booted off the CD's choose "Install Boot Manager", chose FreeBSD boot > > manager, and it STILL boots up to the "F1 FreeBSD" prompt, and will only > > rewatd me with angry beeps no matter what I do there. > > It sounds like the geometry that your BIOS is using for your hard drive doesn't > match the geometry that sysinstall is using during the installation. Get into > the BIOS and write down the geoemtery it has for your hard drive. Reinstall > and when you are in the fdisk editor in sysinstall use 'g' to set the geometry > if they do not match. Also, choosing the "standard MBR" rather than "boot manager" option in sysinstall should get you better diagnostics. If you're still unable to boot from the hard drive, try using the install floppy to get as far as the boot loader, then interrupt the countdown, and switch to the hard disk. See if you can boot that way, or if you can get a directory listing of the hard drive / partition. -- Robert Nordier rnordier@nordier.com rnordier@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 15:18:37 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:18:35 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0104637B400 for ; Sun, 17 Dec 2000 15:18:35 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 17 Dec 2000 15:16:54 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBHNIUh44542; Sun, 17 Dec 2000 15:18:30 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Dec 2000 15:18:25 -0800 From: "Crist J. Clark" To: steve epstein Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Fails to make world Message-ID: <20001217151825.L96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <000c01c06876$30077a80$2800a8c0@archer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000c01c06876$30077a80$2800a8c0@archer>; from the.epsteins@worldnet.att.net on Sun, Dec 17, 2000 at 04:10:02PM -0600 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 04:10:02PM -0600, steve epstein wrote: > I am new at compiling kernels on BSD although I have successfully compiled > kernels on several Linux distros. I cvsup'd today (first time)and attempted > to 'make world' . I also tried 'make buildworld'. Both result in failure at > the same place: > > /usr/src/lib/libutil/login_times.c:159: warning passing arg 2 of 'in_ltms' > makes pointer from integer without a cast > *** Error Code 1 > > Stop in /usr/src/lib/libutil > > *** Error Code 1 > > Stop in /usr/src > > *** Error Code 1 > > # It should not be dying on a warning (not that there even should be a warning there, that line is OK). What are the lines leading up to this and at what point of the build does this happen? My best advice is that age-old solution, re-CVSup, then, # chflags -R noschg /usr/obj/usr && rm -rf /usr/obj/usr # cd /usr/src # make cleandir Then try again. > I read Rudy's post, but redoing 'make world' did not help. Dunno what 'Rudy's post' was. Did he suggest the above? > BTW my machine is > set for local time rather than UTC. Could that make a difference? No, it should not. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 15:20: 8 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:20:00 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from browning.pennasoft.com (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 10B7F37B400 for ; Sun, 17 Dec 2000 15:20:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by browning.pennasoft.com (8.11.1/8.11.1) with ESMTP id eBHNNak06033 for ; Sun, 17 Dec 2000 18:23:36 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Sun, 17 Dec 2000 18:23:36 -0500 (EST) From: Chris BeHanna Sender: behanna@zbzoom.net Reply-To: behanna@zbzoom.net To: FreeBSD-Stable Subject: Re: HP Vectra 5/90 hard disk boot disaster continues! In-Reply-To: <200012172218.RAA18955@panix3.panix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Dec 2000 stanb@panix.com wrote: > This is fast aproaching ridiculous! > > This bloody &$#@$$#!! machine just doesn't want to run FreeBSD. > > Found a CD (a second one BTW the machine would see, but not read the first > one!) installed it, and created boot floppies from my 4.0 CD set. > > Booted off the CD's choose "Install Boot Manager", chose FreeBSD boot > manager, and it STILL boots up to the "F1 FreeBSD" prompt, and will only > rewatd me with angry beeps no matter what I do there. > > Several things are wort mentioning here. > > 1. This is one of 4 almost identical HP ectra's, the others are VL5/75's > with an earlier BIS., they all work fine. > > 2. This machien boots fine from a hard disk wiht NT on it. > > 3. I normally use "Dangerouslt Dedicated", so I may be doing something > stupid here. > > 4. The BISO on this machine has WAY TO MANY choices related to hard disk > options for me to be certain I have them correct. > > 5. This is the begining of the third week of the fight to install FreebSD > on this machine! > > HELP PLEAS!!!! 1) Look at the hard disk BIOS setup from the machines that work. Set the machine that doesn't work to the same settings as the machines that do work (there was some discussion on this list recently about "LARGE" vs. "LBA"-it's worth checking the archives). 2) Avoid dangerously dedicated mode. It's often a bad idea, unless you're installing on an alpha. 3) If #1 and #2 fail, you might try flashing your BIOS back to the same rev. as the machines that do work. Make sure your machine is plugged into a fully-charged UPS of sufficient size to keep it running 5-10 minutes when you do this (If the power goes out and the BIOS flash is interrupted, you have a nice paperweight instead of a computer.). -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 15:23:25 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:23:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C803437B400 for ; Sun, 17 Dec 2000 15:23:23 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 736F2177EA3; Sun, 17 Dec 2000 17:24:50 -0600 (CST) Message-ID: <005e01c06880$8cb441a0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: , "FreeBSD-Stable" References: Subject: Re: HP Vectra 5/90 hard disk boot disaster continues! Date: Sun, 17 Dec 2000 17:24:48 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless you have one of those new motherboards with a dual bios on it 8-) > 3) If #1 and #2 fail, you might try flashing your BIOS back to > the same rev. as the machines that do work. Make sure your > machine is plugged into a fully-charged UPS of sufficient size > to keep it running 5-10 minutes when you do this (If the > power goes out and the BIOS flash is interrupted, you have a > nice paperweight instead of a computer.). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 15:27:15 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:27:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 9DA9A37B400; Sun, 17 Dec 2000 15:27:11 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id BAA12421; Mon, 18 Dec 2000 01:11:53 +0200 To: Max Khon Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977094712.3a3d4838e58f2@webmail.harmonic.co.il> Date: Mon, 18 Dec 2000 01:11:52 +0200 (IST) From: Roman Shterenzon Cc: obrien@freebsd.org, freebsd-stable@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Max Khon : > hi, there! > > On Sat, 16 Dec 2000, Roman Shterenzon wrote: > > > Yesterday I installed vanilla 4.2 (the second revision of iso image) > on a new > > computer, and then, after updating the ports tree I did: > > cd /usr/ports/www/mozilla; make install > > several hours later it finished and installed the mozilla package. > > Running it produces a segmentation fault, running mozilla-bin even > creates > > a core file. > > [snip] > > > Should I try the patch obrien posted? > > definitely yes > please report the results > thanks, > I tried the following, applied the patch (it applied cleanly), checked that it really applied (yes it did). did: cd /usr/src/gnu/usr.bin/cc ; make all && make install && make clean cd /usr/ports/www/mozilla pkg_delete mozilla-M18 ; rm -rf /usr/X11R6/lib/mozilla (it wasn't there) make install several hours later it produced the binary which dumped core on startup (again). for the sake of it, I took a package I made on my 4.1-STABLE some time ago, and did pkg_add -f mozilla-M18.tgz (it had older dependencies, so I needed -f). And, it DOES work. (All needed libs were installed from ports, e.g. ORBit, gtk,glib). Perhaps I needed buildworld after I applied the patch, and make all in cc directory wasn't enough? If it was enough, then I don't have any idea which change make mozilla break. Whatever broke mozilla didn't break ORBit and friends.. Weird. Probably something C++ related. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 15:40:36 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:40:32 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gateway.bogus (unknown [213.30.47.241]) by hub.freebsd.org (Postfix) with ESMTP id 6A45937B400; Sun, 17 Dec 2000 15:40:29 -0800 (PST) Received: from localhost (admin@localhost) by gateway.bogus (8.11.1/8.11.1) with ESMTP id eBHNjgR00802; Sun, 17 Dec 2000 23:45:43 GMT (envelope-from nuno.teixeira@pt-quorum.com) X-Authentication-Warning: gateway.bogus: admin owned process doing -bs Date: Sun, 17 Dec 2000 23:45:42 +0000 (WET) From: Nuno Teixeira X-Sender: admin@gateway.bogus To: freebsd-bugs@freebsd.org Cc: stable@freebsd.org Subject: chflags bug? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello to all, I'm using FreeBSD RELEASE 4.2 and I have a problem with chflags. The problem is: if I set on the 'schg' flag to a file, then I cannot remove it with the 'noschg' option. If I do the same to the 'uchg' flag then I can set it and remove it with no problems. example: #touch /tmp/flags #chflags schg /tmp/flags [OK] #chflags noschg /tmp/flags [chflags: flags: operation not permitted My problem is that I have the /.kernel with schg flag on and I can recompile and install my new kernel configuration. Thanks very much, Nuno Teixeira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 15:52: 6 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:52:05 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id B975037B400 for ; Sun, 17 Dec 2000 15:52:03 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_18979)/8.9.3) with ESMTP id KAA21904; Mon, 18 Dec 2000 10:51:53 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01JXUI8RMUI8908M9X@cim.alcatel.com.au>; Mon, 18 Dec 2000 10:51:51 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.0/8.11.0) id eBHNpm854699; Mon, 18 Dec 2000 10:51:48 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Mon, 18 Dec 2000 10:51:48 +1100 From: Peter Jeremy Subject: Re: chflags bug? In-reply-to: ; from nuno.teixeira@pt-quorum.com on Sun, Dec 17, 2000 at 11:45:42PM +0000 To: Nuno Teixeira Cc: stable@FreeBSD.ORG Mail-followup-to: Nuno Teixeira , stable@FreeBSD.ORG Message-id: <20001218105148.R83523@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: Sender: jeremyp@gsmx07.alcatel.com.au Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2000-Dec-17 23:45:42 +0000, Nuno Teixeira wrote: >The problem is: if I set on the 'schg' flag to a file, then I cannot >remove it with the 'noschg' option. What securelevel are you running at? You can't clear system immutable or system append-only flags if you are running at a secure level > 0 (see init(8)). Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 16: 4:35 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 16:04:32 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 23C3237B400; Sun, 17 Dec 2000 16:04:32 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 5860E3E09; Sun, 17 Dec 2000 16:04:31 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 573443C109; Sun, 17 Dec 2000 16:04:31 -0800 (PST) To: Nuno Teixeira Cc: freebsd-bugs@freebsd.org, stable@freebsd.org Subject: Re: chflags bug? In-Reply-To: Message from Nuno Teixeira of "Sun, 17 Dec 2000 23:45:42 GMT." Date: Sun, 17 Dec 2000 16:04:26 -0800 From: Dima Dorfman Message-Id: <20001218000431.5860E3E09@bazooka.unixfreak.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The problem is: if I set on the 'schg' flag to a file, then I cannot > remove it with the 'noschg' option. That's the idea! If the system is in securelevel >= 1, the system immutable flag can't be unset. The point is to protect vital system components from tampering, accidental and otherwise. Since you can't lower the securelevel (unless you want to use ddb, but that's a story for another thread), you have two choices, 1) boot into single user mode, unset the flag (or install the kernel), or 2) set kern_securelevel_enable to "NO" in rc.conf. In a lower securelevel, you'll be able to unset the schg flag. Hope this helps Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 17:17: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 17:17:07 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 2F52D37B400 for ; Sun, 17 Dec 2000 17:17:07 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id RAA99080; Sun, 17 Dec 2000 17:17:05 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBI1H3C50016; Sun, 17 Dec 2000 17:17:03 -0800 (PST) (envelope-from obrien) Date: Sun, 17 Dec 2000 17:17:02 -0800 From: "David O'Brien" To: Roman Shterenzon Cc: Max Khon , freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001217171702.A49981@dragon.nuxi.com> Reply-To: stable@freebsd.org References: <977094712.3a3d4838e58f2@webmail.harmonic.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <977094712.3a3d4838e58f2@webmail.harmonic.co.il>; from roman@harmonic.co.il on Mon, Dec 18, 2000 at 01:11:52AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 01:11:52AM +0200, Roman Shterenzon wrote: > Perhaps I needed buildworld after I applied the patch, and make all in cc > directory wasn't enough? You would need to do a `make world'. You could skip building in cc as building the world will take care of that. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 18:47: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 18:47:07 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from grizzly.fas.com (cc69528-a.mtpls1.sc.home.com [24.6.61.166]) by hub.freebsd.org (Postfix) with ESMTP id 1FDDA37B400 for ; Sun, 17 Dec 2000 18:47:07 -0800 (PST) Received: by grizzly.fas.com ($Revision: 1.37.109.23 $/16.2) id AA225677625; Sun, 17 Dec 2000 21:47:05 -0500 Subject: Re: HP Vectra 5/90 hard disk boot disaster continues! To: freebsd-stable@freebsd.org Date: Sun, 17 Dec 2000 21:47:05 -0500 (EST) From: "Stan Brown" In-Reply-To: <200012172249.eBHMnTp01225@nordier.com> from "Robert Nordier" at Dec 18, 2000 12:49:19 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001218024707.1FDDA37B400@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun Dec 17 17:49:19 2000 Robert Nordier wrote... > >John Baldwin wrote: >> On 17-Dec-00 stanb@panix.com wrote: >> > This is fast aproaching ridiculous! >> > >> > This bloody &$#@$$#!! machine just doesn't want to run FreeBSD. >> > >> > Found a CD (a second one BTW the machine would see, but not read the first >> > one!) installed it, and created boot floppies from my 4.0 CD set. >> > >> > Booted off the CD's choose "Install Boot Manager", chose FreeBSD boot >> > manager, and it STILL boots up to the "F1 FreeBSD" prompt, and will only >> > rewatd me with angry beeps no matter what I do there. >> >> It sounds like the geometry that your BIOS is using for your hard drive doesn't >> match the geometry that sysinstall is using during the installation. Get into >> the BIOS and write down the geoemtery it has for your hard drive. Reinstall >> and when you are in the fdisk editor in sysinstall use 'g' to set the geometry >> if they do not match. > >Also, choosing the "standard MBR" rather than "boot manager" option >in sysinstall should get you better diagnostics. Thaks, that plus setting the drive geometry to the (icorrect) one that the BIOS was using made everythign work. Thanks for the help. -- Stan Brown stanb@awod.com 843-745-3154 Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 2000 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 19:22:46 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 19:22:35 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 8A28337B400 for ; Sun, 17 Dec 2000 19:22:35 -0800 (PST) Received: from diane ([12.75.144.115]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.10 201-229-121-110) with SMTP id <20001218032232.BMF2402.mtiwmhc21.worldnet.att.net@diane>; Mon, 18 Dec 2000 03:22:32 +0000 Reply-To: From: "Diane Epstein" To: , "'steve epstein'" Cc: Subject: RE: RE: Fails to make world Date: Sun, 17 Dec 2000 21:25:17 -0600 Message-ID: <000701c068a2$24c8bd60$0c00a8c0@diane> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0008_01C0686F.DA2E4D60" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <20001217151825.L96105@149.211.6.64.reflexcom.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C0686F.DA2E4D60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I tried your suggestions: New CVSup, chflags, cd, make cleandir, make buildworld. The failure occurred at the same point. I have attached the relevant files. Looks like the problem occurs when building libtacplus.so.1. Thanks in advance. Steve -----Original Message----- From: Crist J. Clark [mailto:cjclark@reflexnet.net] Sent: Sunday, December 17, 2000 5:18 PM To: steve epstein Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Fails to make world On Sun, Dec 17, 2000 at 04:10:02PM -0600, steve epstein wrote: > I am new at compiling kernels on BSD although I have successfully compiled > kernels on several Linux distros. I cvsup'd today (first time)and attempted > to 'make world' . I also tried 'make buildworld'. Both result in failure at > the same place: > > /usr/src/lib/libutil/login_times.c:159: warning passing arg 2 of 'in_ltms' > makes pointer from integer without a cast > *** Error Code 1 > > Stop in /usr/src/lib/libutil > > *** Error Code 1 > > Stop in /usr/src > > *** Error Code 1 > > # It should not be dying on a warning (not that there even should be a warning there, that line is OK). What are the lines leading up to this and at what point of the build does this happen? My best advice is that age-old solution, re-CVSup, then, # chflags -R noschg /usr/obj/usr && rm -rf /usr/obj/usr # cd /usr/src # make cleandir Then try again. > I read Rudy's post, but redoing 'make world' did not help. Dunno what 'Rudy's post' was. Did he suggest the above? > BTW my machine is > set for local time rather than UTC. Could that make a difference? No, it should not. -- Crist J. Clark cjclark@alum.mit.edu ------=_NextPart_000_0008_01C0686F.DA2E4D60 Content-Type: text/plain; name="cvsupfile.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cvsupfile.txt" *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix src-all src-crypto src-secure *default tag=. ports-all doc-all ------=_NextPart_000_0008_01C0686F.DA2E4D60 Content-Type: application/octet-stream; name="dmesg.today" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmesg.today" Copyright (c) 1992-2000 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.1-RELEASE #0: Fri Jul 28 14:30:31 GMT 2000 jkh@ref4.freebsd.org:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) Origin =3D "AuthenticAMD" Id =3D 0x58c Stepping =3D 12 Features=3D0x8021bf AMD Features=3D0x80000800 real memory =3D 67108864 (65536K bytes) config> di sn0 config> di lnc0 config> di le0 config> di ie0 config> di fe0 config> di cs0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> q avail memory =3D 61157376 (59724K bytes) Preloaded elf kernel "kernel" at 0xc040d000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc040d09c. K6-family MTRR support enabled (2 registers) md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 = on pci0 pci1: on pcib2 pci1: at 0.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe000-0xe00f at device 7.1 = on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xe400-0xe41f irq 10 at device = 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub0: port 1 power on failed, IOERROR uhub0: port 2 power on failed, IOERROR ed0: port 0xe800-0xe81f irq 10 at = device 10.0 on pci0 ed0: address 52:54:00:e2:a7:6f, type NE2000 (16 bit)=20 pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on = isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on = isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 unknown0: at port 0x330 on isa0 adv1: Invalid baseport of 0x534 specified. Nearest valid baseport is = 0x330. Failing probe. unknown1: at port = 0x534-0x537,0x380-0x38b,0x220-0x22f,0xe0c-0xe0f irq 5 drq 0,1 on isa0 adv1: Invalid baseport of 0x200 specified. Nearest valid baseport is = 0x210. Failing probe. unknown2: at port 0x200 on isa0 adv1: Invalid baseport of 0x300 specified. Nearest valid baseport is = 0x330. Failing probe. unknown3: at port 0x300-0x301 irq 9 on isa0 ata1-slave: identify retries exceeded ad0: 6187MB [13410/15/63] at ata0-master using = UDMA33 ad2: 6149MB [13328/15/63] at ata1-master using UDMA33 acd0: CDROM at ata0-slave using PIO4 Mounting root from ufs:/dev/ad2s1a ppp0: IPv6 not supported cd9660: RockRidge Extension ppp0: IPv6 not supported ppp0: IPv6 not supported ------=_NextPart_000_0008_01C0686F.DA2E4D60 Content-Type: application/octet-stream; name="make.conf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="make.conf" # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.9 Edited 12/17/00 SJE $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing # your source tree, or anything the source tree installs. # # This file must be in valid Makefile syntax. # # You have to find the things you can put here in the Makefiles and # documentation of the source tree. # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimisation settings above -O (-O2, ...) are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimisation settings to "-O" before submitting bug reports # to the developers. # Note also that at this time the -O2 setting is known to produce BROKEN # CODE on the Alpha platform. # CFLAGS= -O -pipe # # Avoid compiling profiled libraries NOPROFILE= true # USA_RESIDENT= YES ------=_NextPart_000_0008_01C0686F.DA2E4D60 Content-Type: text/plain; name="mw_prob1217.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mw_prob1217.txt" building standard tacplus library=20 ranlib libtacplus.a=20 cc -fpic -DPIC -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -c = /usr/src/lib/libtacplus/taclib.c -o taclib.So=20 building shared library libtacplus.so.1=20 cd /usr/src/lib/libtacplus && sh /usr/src/tools/install.sh -C -o root = -g wheel -m 444 taclib.h /usr/obj/usr/src/i386/usr/include=20 sh /usr/src/tools/install.sh -c -o root -g wheel -m 444 libtacplus.a = /usr/obj/usr/src/i386/usr/lib=20 sh /usr/src/tools/install.sh -c -s -o root -g wheel -m 444 = libtacplus.so.1 /usr/obj/usr/src/i386/usr/lib=20 ln -sf libtacplus.so.1 /usr/obj/usr/src/i386/usr/lib/libtacplus.so=20 cd /usr/src/lib/libutil; make depend; make all; make install=20 rm -f .depend=20 mkdep -f .depend -a -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include /usr/src/lib/libutil/login.c = /usr/src/lib/libutil/login_tty.c /usr/src/lib/libutil/logout.c = /usr/src/lib/libutil/logwtmp.c /usr/src/lib/libutil/pty.c = /usr/src/lib/libutil/login_cap.c /usr/src/lib/libutil/login_class.c = /usr/src/lib/libutil/login_auth.c /usr/src/lib/libutil/login_times.c = /usr/src/lib/libutil/login_ok.c /usr/src/lib/libutil/login_crypt.c = /usr/src/lib/libutil/_secure_path.c /usr/src/lib/libutil/uucplock.c = /usr/src/lib/libutil/property.c /usr/src/lib/libutil/auth.c = /usr/src/lib/libutil/realhostname.c /usr/src/lib/libutil/fparseln.c = /usr/src/lib/libutil/stub.c=20 cd /usr/src/lib/libutil; make _EXTRADEPEND=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/login.c -o = login.o=20 /usr/src/lib/libutil/login.c: In function `login':=20 /usr/src/lib/libutil/login.c:58: warning: implicit declaration of = function `ttyslot'=20 /usr/src/lib/libutil/login.c:61: warning: implicit declaration of = function `write'=20 /usr/src/lib/libutil/login.c:62: warning: implicit declaration of = function `close'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/login_tty.c = -o login_tty.o=20 /usr/src/lib/libutil/login_tty.c: In function `login_tty':=20 /usr/src/lib/libutil/login_tty.c:54: warning: implicit declaration of = function `setsid'=20 /usr/src/lib/libutil/login_tty.c:57: warning: implicit declaration of = function `dup2'=20 /usr/src/lib/libutil/login_tty.c:61: warning: implicit declaration of = function `close'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/logout.c -o = logout.o=20 /usr/src/lib/libutil/logout.c: In function `logout':=20 /usr/src/lib/libutil/logout.c:66: warning: implicit declaration of = function `read'=20 /usr/src/lib/libutil/logout.c:71: warning: implicit declaration of = function `time'=20 /usr/src/lib/libutil/logout.c:73: warning: implicit declaration of = function `write'=20 /usr/src/lib/libutil/logout.c:76: warning: implicit declaration of = function `close'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/logwtmp.c -o = logwtmp.o=20 /usr/src/lib/libutil/logwtmp.c: In function `trimdomain':=20 /usr/src/lib/libutil/logwtmp.c:74: warning: implicit declaration of = function `gethostname'=20 /usr/src/lib/libutil/logwtmp.c: In function `logwtmp':=20 /usr/src/lib/libutil/logwtmp.c:160: warning: implicit declaration of = function `time'=20 /usr/src/lib/libutil/logwtmp.c:161: warning: implicit declaration of = function `write'=20 /usr/src/lib/libutil/logwtmp.c:165: warning: implicit declaration of = function `close'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/pty.c -o = pty.o=20 /usr/src/lib/libutil/pty.c: In function `openpty':=20 /usr/src/lib/libutil/pty.c:83: warning: implicit declaration of function = `chown'=20 /usr/src/lib/libutil/pty.c:83: warning: implicit declaration of function = `getuid'=20 /usr/src/lib/libutil/pty.c:85: warning: implicit declaration of function = `revoke'=20 /usr/src/lib/libutil/pty.c:99: warning: implicit declaration of function = `close'=20 /usr/src/lib/libutil/pty.c: In function `forkpty':=20 /usr/src/lib/libutil/pty.c:118: warning: implicit declaration of = function `fork'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/login_cap.c = -o login_cap.o=20 /usr/src/lib/libutil/login_cap.c: In function `login_getclassbyname':=20 /usr/src/lib/libutil/login_cap.c:199: warning: implicit declaration of = function `geteuid'=20 /usr/src/lib/libutil/login_cap.c:200: warning: implicit declaration of = function `getegid'=20 /usr/src/lib/libutil/login_cap.c:201: warning: implicit declaration of = function `setegid'=20 /usr/src/lib/libutil/login_cap.c:202: warning: implicit declaration of = function `seteuid'=20 /usr/src/lib/libutil/login_cap.c:228: warning: implicit declaration of = function `close'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c = /usr/src/lib/libutil/login_class.c -o login_class.o=20 /usr/src/lib/libutil/login_class.c: In function `setusercontext':=20 /usr/src/lib/libutil/login_class.c:363: warning: implicit declaration of = function `setgid'=20 /usr/src/lib/libutil/login_class.c:368: warning: implicit declaration of = function `initgroups'=20 /usr/src/lib/libutil/login_class.c:377: warning: implicit declaration of = function `setlogin'=20 /usr/src/lib/libutil/login_class.c:388: warning: implicit declaration of = function `setuid'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libutil/login_auth.c = -o login_auth.o=20 /usr/src/lib/libutil/login_auth.c: In function `auth_cat':=20 /usr/src/lib/libutil/login_auth.c:102: warning: implicit declaration of = function `read'=20 /usr/src/lib/libutil/login_auth.c:103: warning: implicit declaration of = function `write'=20 /usr/src/lib/libutil/login_auth.c:104: warning: implicit declaration of = function `close'=20 /usr/src/lib/libutil/login_auth.c:105: warning: implicit declaration of = function `sleep'=20 cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil = -I/usr/src/lib/libutil/../../sys -DINET6 = -I/usr/obj/usr/src/i386/usr/include -c = /usr/src/lib/libutil/login_times.c -o login_times.o=20 /usr/src/lib/libutil/login_times.c: In function `parse_time':=20 /usr/src/lib/libutil/login_times.c:52: warning: implicit declaration of = function `isdigit'=20 /usr/src/lib/libutil/login_times.c: In function `parse_lt':=20 /usr/src/lib/libutil/login_times.c:78: warning: implicit declaration of = function `tolower'=20 /usr/src/lib/libutil/login_times.c:80: warning: implicit declaration of = function `isalpha'=20 /usr/src/lib/libutil/login_times.c: In function `in_ltm':=20 /usr/src/lib/libutil/login_times.c:116: dereferencing pointer to = incomplete type=20 /usr/src/lib/libutil/login_times.c:118: dereferencing pointer to = incomplete type=20 /usr/src/lib/libutil/login_times.c:118: dereferencing pointer to = incomplete type=20 /usr/src/lib/libutil/login_times.c:120: dereferencing pointer to = incomplete type=20 /usr/src/lib/libutil/login_times.c:126: dereferencing pointer to = incomplete type=20 /usr/src/lib/libutil/login_times.c:127: dereferencing pointer to = incomplete type=20 /usr/src/lib/libutil/login_times.c:128: warning: implicit declaration of = function `mktime'=20 /usr/src/lib/libutil/login_times.c: In function `in_lt':=20 /usr/src/lib/libutil/login_times.c:140: warning: implicit declaration of = function `localtime'=20 /usr/src/lib/libutil/login_times.c:140: warning: passing arg 2 of = `in_ltm' makes pointer from integer without a cast=20 /usr/src/lib/libutil/login_times.c: In function `in_lts':=20 /usr/src/lib/libutil/login_times.c:159: warning: passing arg 2 of = `in_ltms' makes pointer from integer without a cast=20 *** Error code 1=20 =20 Stop in /usr/src/lib/libutil.=20 *** Error code 1=20 =20 Stop in /usr/src.=20 *** Error code 1=20 =20 Stop in /usr/src.=20 *** Error code 1=20 =20 Stop in /usr/src.=20 archer# exit =20 exit=20 ------=_NextPart_000_0008_01C0686F.DA2E4D60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 20:47: 3 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 20:47:02 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id F214837B400 for ; Sun, 17 Dec 2000 20:47:01 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 17 Dec 2000 20:45:24 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBI4l0p56932; Sun, 17 Dec 2000 20:47:00 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Dec 2000 20:47:00 -0800 From: "Crist J. Clark" To: Diane Epstein Cc: "'steve epstein'" , freebsd-stable@FreeBSD.ORG Subject: Re: RE: Fails to make world Message-ID: <20001217204659.N96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001217151825.L96105@149.211.6.64.reflexcom.com> <000701c068a2$24c8bd60$0c00a8c0@diane> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000701c068a2$24c8bd60$0c00a8c0@diane>; from diane.epstein@worldnet.att.net on Sun, Dec 17, 2000 at 09:25:17PM -0600 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 09:25:17PM -0600, Diane Epstein wrote: > I tried your suggestions: New CVSup, chflags, cd, make cleandir, make > buildworld. The failure occurred at the same point. I have attached the > relevant files. Looks like the problem occurs when building libtacplus.so.1. > Thanks in advance. You seem to be missing (or at least cc can't find it) unistd.h. I ran a buildworld to see what I get. It looks pretty much identical to yours without the warnings. The unistd.h should be in, /usr/obj/usr/src/i386/usr/include What does, $ ls -l /usr/obj/usr/src/i386/usr/include Return? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23: 0:50 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:00:48 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 7B90737B400; Sun, 17 Dec 2000 23:00:45 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBI6xXD01716; Mon, 18 Dec 2000 12:59:39 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Mon, 18 Dec 2000 12:59:33 +0600 (NS) From: Max Khon To: Roman Shterenzon Cc: obrien@freebsd.org, freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <977094712.3a3d4838e58f2@webmail.harmonic.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Mon, 18 Dec 2000, Roman Shterenzon wrote: > > > Yesterday I installed vanilla 4.2 (the second revision of iso image) > > on a new > > > computer, and then, after updating the ports tree I did: > > > cd /usr/ports/www/mozilla; make install > > > several hours later it finished and installed the mozilla package. > > > Running it produces a segmentation fault, running mozilla-bin even > > creates > > > a core file. > > > > [snip] > > > > > Should I try the patch obrien posted? > > > > definitely yes > > please report the results > > thanks, > > > I tried the following, applied the patch (it applied cleanly), checked that it > really applied (yes it did). > did: cd /usr/src/gnu/usr.bin/cc ; make all && make install && make clean > cd /usr/ports/www/mozilla > pkg_delete mozilla-M18 ; rm -rf /usr/X11R6/lib/mozilla (it wasn't there) > make install > several hours later it produced the binary which dumped core on startup (again). > for the sake of it, I took a package I made on my 4.1-STABLE some time ago, > and did pkg_add -f mozilla-M18.tgz (it had older dependencies, so I needed -f). > And, it DOES work. (All needed libs were installed from ports, e.g. ORBit, > gtk,glib). > Perhaps I needed buildworld after I applied the patch, and make all in cc > directory wasn't enough? > If it was enough, then I don't have any idea which change make mozilla break. > Whatever broke mozilla didn't break ORBit and friends.. Weird. Probably > something C++ related. you should rebuild world. at least libc_r.so should be rebuilt /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23: 5:50 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:05:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 4DFCB37B400; Sun, 17 Dec 2000 23:05:34 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBI75PF01892; Mon, 18 Dec 2000 13:05:25 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Mon, 18 Dec 2000 13:05:25 +0600 (NS) From: Max Khon To: stable@FreeBSD.ORG Cc: Szilveszter Adam , freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <20001217131405.B47873@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Sun, 17 Dec 2000, David O'Brien wrote: > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > > cluster > > Any idea why they did that? just a guess (and I am not speculating): FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). OpenBSD already have g++ -fsjlj-exceptions fixes in the tree. Can we have them in -stable too (AFAIK 2.95.2 is not on the vendor branch anymore)? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23: 5:50 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:05:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 4DFCB37B400; Sun, 17 Dec 2000 23:05:34 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBI75PF01892; Mon, 18 Dec 2000 13:05:25 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Mon, 18 Dec 2000 13:05:25 +0600 (NS) From: Max Khon To: stable@FreeBSD.ORG Cc: Szilveszter Adam , freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <20001217131405.B47873@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Sun, 17 Dec 2000, David O'Brien wrote: > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > > cluster > > Any idea why they did that? just a guess (and I am not speculating): FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). OpenBSD already have g++ -fsjlj-exceptions fixes in the tree. Can we have them in -stable too (AFAIK 2.95.2 is not on the vendor branch anymore)? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23:24: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:23:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 9F52D37B400 for ; Sun, 17 Dec 2000 23:23:40 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DD0236AB68; Mon, 18 Dec 2000 17:53:08 +1030 (CST) Date: Mon, 18 Dec 2000 17:53:08 +1030 From: Greg Lehey To: FreeBSD Stable Users Subject: Stable 'make release' fails Message-ID: <20001218175308.A40102@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to do a 'make release' with today's -stable. It dies in perl: ===> gnu/usr.bin/perl/miniperl cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5/miniperlmain.c cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -static -o miniperl miniperlmain.o -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -lperl -lm -lcrypt ===> gnu/usr.bin/perl/perl miniperl /usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5/configpm Config.pm Porting/Glossary myconfig config.sh sh cflags.sh cc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/usr/src/i386/usr/include -c perlmain.c miniperl: not found *** Error code 127 It's not quite clear where it's expecting to find miniperl. The only one in /home/release is the directory /home/release/usr/src/gnu/usr.bin/perl/miniperl, the only one in /usr/obj is the one just built above, but that's not in any reasonable path. There's one in /usr/bin as well, but I'm sure that shouldn't be used. Is it possible that the dependencies are messed up, and that this is the result of using -j4 for the make release? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23:44: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:43:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id EEF0D37B400 for ; Sun, 17 Dec 2000 23:43:53 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id IAA08855; Mon, 18 Dec 2000 08:43:51 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 147uxb-0001iN-00 for ; Mon, 18 Dec 2000 08:43:51 +0100 Date: Mon, 18 Dec 2000 08:43:51 +0100 From: Szilveszter Adam To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001218084351.A6395@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , freebsd-stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> <20001217131405.B47873@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001217131405.B47873@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Sun, Dec 17, 2000 at 01:14:05PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 01:14:05PM -0800, David O'Brien wrote: > On Sun, Dec 17, 2000 at 03:06:50PM +0100, Szilveszter Adam wrote: > > Since the Mozilla team has dropped all FreeBSD tinderboxes from their > > cluster > > Any idea why they did that? Well, I am not a developer, so I can just speculate... earlier they had a FreeBSD 4.0 test box, but most probably they stumbled upon some C++ problem with our compiler and simply gave up. Later they brought in an old 2.2.8 box, but that also was relegated to Mozilla-Test. I guess they tried that because Netscape also uses a.out for their commercial branch on FreeBSD. But later that one also disappeared. Now, the fun part is that they are not using OpenBSD 2.8 for tests either, but, for some weird reason stick to 2.5. I am not sure in what condition the C++ compiler was at that time. Maybe they do not know whom to contact in the BSD world if things break? -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23:51:48 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:51:46 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp.alcove.fr (smtp.alcove.fr [212.155.209.139]) by hub.freebsd.org (Postfix) with ESMTP id 79C8737B400 for ; Sun, 17 Dec 2000 23:51:45 -0800 (PST) Received: from wiliam.alcove-int ([10.16.110.19]) by smtp.alcove.fr with esmtp (Exim 3.12 #1 (Debian)) id 147v57-0003Rp-00; Mon, 18 Dec 2000 08:51:37 +0100 Received: from nsouch by wiliam.alcove-int with local (Exim 3.12 #1 (Debian)) id 147v52-0001cB-00; Mon, 18 Dec 2000 08:51:32 +0100 Date: Mon, 18 Dec 2000 08:51:32 +0100 From: Nicolas Souchu To: flag Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Parallel ZIP patch for better mode detection Message-ID: <20001218085132.A6191@wiliam.alcove-int> References: <20001214152635.B16808@wiliam.alcove-int> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i In-Reply-To: ; from flag@libero.it on Fri, Dec 15, 2000 at 07:45:23PM +0100 Organization: =?iso-8859-1?Q?Alc=F4ve=2C_http:=2F=2Fwww=2Ealcove=2Efr?= Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 15, 2000 at 07:45:23PM +0100, flag wrote: > On Thu, 14 Dec 2000, Nicolas Souchu wrote: > > > Hi, > > > > Here is a patch against -stable /sys/dev/ppbus for better ZIP/ZIP+ > > mode detection. I've tested ZIP, but don't have any ZIP+ :( > > > > Could some of you approve vpo and imm drivers for me? > > Can I gain any speed-boost installing this patch? > > The big problem with the parallel zip is that, while you are transferring > data from/to the zip, the copy process get the 100% of the cpu and the > system stay unusable until the end of the zip operation...very sad...=( That's normal. The ZIP is designed so that it can run only in polling mode :( You should get better speed and reactivness of your machine if you use EPP mode (which is polled also but faster). Nicholas -- Nicolas.Souchu@alcove.fr Alcôve - Open Source Software Engineer - http://www.alcove.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23:53: 4 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:53:02 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shark.harmonic.co.il (jupiter.harmonic.co.il [192.116.140.62]) by hub.freebsd.org (Postfix) with ESMTP id C6FB537B400 for ; Sun, 17 Dec 2000 23:53:00 -0800 (PST) Received: from localhost (roman@localhost) by shark.harmonic.co.il (8.9.3/8.9.3) with ESMTP id JAA25774 for ; Mon, 18 Dec 2000 09:52:58 +0200 Date: Mon, 18 Dec 2000 09:52:57 +0200 (IST) From: Roman Shterenzon To: freebsd-stable@freebsd.org Subject: Tagged after release? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How come the file src/contrib/gcc/config/i386/freebsd.h.fixed was tagged after the release was rolled? What is this file by the way? --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Dec 17 23:59:35 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:59:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shark.harmonic.co.il (jupiter.harmonic.co.il [192.116.140.62]) by hub.freebsd.org (Postfix) with ESMTP id 8569237B400; Sun, 17 Dec 2000 23:59:31 -0800 (PST) Received: from localhost (roman@localhost) by shark.harmonic.co.il (8.9.3/8.9.3) with ESMTP id JAA25330; Mon, 18 Dec 2000 09:44:28 +0200 Date: Mon, 18 Dec 2000 09:44:27 +0200 (IST) From: Roman Shterenzon To: Max Khon Cc: obrien@freebsd.org, freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Dec 2000, Max Khon wrote: > hi, there! > > On Mon, 18 Dec 2000, Roman Shterenzon wrote: > > > > > Yesterday I installed vanilla 4.2 (the second revision of iso image) > > > on a new > > > > computer, and then, after updating the ports tree I did: > > > > cd /usr/ports/www/mozilla; make install > > > > several hours later it finished and installed the mozilla package. > > > > Running it produces a segmentation fault, running mozilla-bin even > > > creates > > > > a core file. > > > > > > [snip] > > > > > > > Should I try the patch obrien posted? > > > > > > definitely yes > > > please report the results > > > thanks, > > > > > I tried the following, applied the patch (it applied cleanly), checked that it > > really applied (yes it did). > > did: cd /usr/src/gnu/usr.bin/cc ; make all && make install && make clean > > cd /usr/ports/www/mozilla > > pkg_delete mozilla-M18 ; rm -rf /usr/X11R6/lib/mozilla (it wasn't there) > > make install > > several hours later it produced the binary which dumped core on startup (again). > > for the sake of it, I took a package I made on my 4.1-STABLE some time ago, > > and did pkg_add -f mozilla-M18.tgz (it had older dependencies, so I needed -f). > > And, it DOES work. (All needed libs were installed from ports, e.g. ORBit, > > gtk,glib). > > Perhaps I needed buildworld after I applied the patch, and make all in cc > > directory wasn't enough? > > If it was enough, then I don't have any idea which change make mozilla break. > > Whatever broke mozilla didn't break ORBit and friends.. Weird. Probably > > something C++ related. > > you should rebuild world. at least libc_r.so should be rebuilt Ok, sorry. I'll rebuild world today, and check if it works. Thanks! --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 1: 8:53 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 01:08:51 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by hub.freebsd.org (Postfix) with ESMTP id 5354237B400 for ; Mon, 18 Dec 2000 01:08:50 -0800 (PST) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.10.0/jtpda-5.3.3) with ESMTP id eBI98ms00123 for ; Mon, 18 Dec 2000 10:08:48 +0100 (CET) Received: from rose.lpthe.jussieu.fr ([134.157.10.102]) by parthe.lpthe.jussieu.fr (8.11.1/jtpda-5.3.3) with ESMTP id eBI98km24392 for ; Mon, 18 Dec 2000 10:08:47 +0100 (MET) Received: (from michel@localhost) by rose.lpthe.jussieu.fr (8.9.3/8.9.3) id KAA00426 for freebsd-stable@FreeBSD.ORG; Mon, 18 Dec 2000 10:08:47 +0100 (CET) (envelope-from michel) Date: Mon, 18 Dec 2000 10:08:47 +0100 From: Michel Talon To: freebsd-stable@FreeBSD.ORG Subject: Re: Parallel ZIP patch for better mode detection Message-ID: <20001218100847.A395@lpthe.jussieu.fr> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20001214152635.B16808@wiliam.alcove-int> <20001218085132.A6191@wiliam.alcove-int> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20001218085132.A6191@wiliam.alcove-int> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 08:51:32AM +0100, Nicolas Souchu wrote: > On Fri, Dec 15, 2000 at 07:45:23PM +0100, flag wrote: > > On Thu, 14 Dec 2000, Nicolas Souchu wrote: > > > > > Hi, > > > > > > Here is a patch against -stable /sys/dev/ppbus for better ZIP/ZIP+ > > > mode detection. I've tested ZIP, but don't have any ZIP+ :( > > > > > > Could some of you approve vpo and imm drivers for me? > > > > Can I gain any speed-boost installing this patch? > > > > The big problem with the parallel zip is that, while you are transferring > > data from/to the zip, the copy process get the 100% of the cpu and the > > system stay unusable until the end of the zip operation...very sad...=( > > That's normal. The ZIP is designed so that it can run only in polling mode :( > > You should get better speed and reactivness of your machine if you use > EPP mode (which is polled also but faster). > > Nicholas Yes, but i have two machines on which running the parallel port in EPP mode and using vpo works but is incredibly slow. Moreover the machine is essentially unusable during the transfers with the zip. One of these machines duals boot Linux, and here the zip works very well, almost at the same speed that a scsi zip that i have on a third machine. During the transfers the machine keeps its responsiveness. So i conclude that the driver has its responsibility in this affair :) To be precise the port is probed as EPP1.9 in both cases. I have looked at the vpio.c file and it seems that EPP1.9 is not used in the best possible way. On the other hand i have also looked at the Linux driver, and have not seen big difference in the way the transfer is done. So i have not been able to improve anything. I take advantage of the presence of the developer in the mailing list to attract its attention to this question. To me, the behaviour of the Zip on FreeBSD is by far the worst bad point of FreeBSD with respect to Linux. I have seen many messages from people with laptops in which only ECP mode is available, and for them the // port Zip does not work at all. But in many cases // port Zip is the only practical way to transfer files from home machines to office machines and so on. It should not be neglected. Best regards -- Michel Talon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 1:10:50 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 01:10:48 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from daffy.uwnet.nl (ns.isd.to [195.7.130.35]) by hub.freebsd.org (Postfix) with ESMTP id 8B58237B400 for ; Mon, 18 Dec 2000 01:10:47 -0800 (PST) Received: from 242.129.227.213.IN-ADDR.ARPA (dyn.dailup.c227129242.isd.to [213.227.129.242]) by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id eBI9Ajc12910 for ; Mon, 18 Dec 2000 10:10:45 +0100 Received: (qmail 44818 invoked by uid 1000); 18 Dec 2000 09:11:54 -0000 Date: Mon, 18 Dec 2000 10:11:54 +0100 From: Andre Goeree To: freebsd-stable@freebsd.org Subject: make sysinstall broken? (4.2-S) Message-ID: <20001218101154.A42278@mandark.attica.home> Reply-To: abgoeree@uwnet.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, just cvsupped.... cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/src/release/sysinstall -static -o sysinstall anonFTP.o cdrom.o command.o config.o devices.o dhcp.o kget.o disks.o dispatch.o dist.o dmenu.o doc.o dos.o floppy.o ftp.o globals.o http.o index.o install.o installUpgrade.o keymap.o label.o main.o makedevs.o media.o menus.o misc.o mouse.o msg.o network.o nfs.o options.o package.o pccard.o system.o tape.o tcpip.o termcap.o ufs.o usb.o user.o variable.o wizard.o -ldialog -lncurses -lutil -ldisk -lftpio msg.o: In function `msgNoYes': msg.o(.text+0x6ff): undefined reference to `dialog_noyes' *** Error code 1 Stop in /usr/src/release/sysinstall. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 1:18:42 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 01:18:38 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id D722A37B400 for ; Mon, 18 Dec 2000 01:18:37 -0800 (PST) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id KAA08167 for ; Mon, 18 Dec 2000 10:18:04 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id KAA14489; Mon, 18 Dec 2000 10:18:02 +0100 (MET) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: FreeBSD -stable Subject: sg[..] errors / warnings From: Roland Jesse Date: 18 Dec 2000 10:18:02 +0100 Message-ID: <0vlmteqe9h.fsf@cs.uni-magdeburg.de> Lines: 74 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just noticed my system (4.2-STABLE as of Nov. 23) reporting a couple messages that don't say me much. As they contain a time out related to ahc0, they seem very much to be relevant for scsi. Over the weekend, the machine rebooted once after reporting these errors. Now, they appeared again without a reboot. Besides syslog - are there any more logfiles or what not I should/could examine? Any pointers are very much appreciated. Roland Here the messages from syslog: (da0:ahc0:0:0:0): SCB 0x5c - timed out in Data-out phase, SEQADDR == 0x83 STACK == 0x83, 0x5c, 0x164, 0x17a SXFRCTL0 == 0x80 SCB count = 255 QINFIFO entries: 120 14 127 47 13 70 149 89 25 143 129 23 63 147 142 58 113 117 22 138 135 82 43 178 2 67 146 104 41 55 177 97 123 46 26 17 83 132 199 77 115 38 148 102 163 87 141 32 156 183 106 134 27 52 188 20 48 94 37 99 73 39 85 42 140 122 152 0 110 154 107 34 181 170 Waiting Queue entries: Disconnected Queue entries: QOUTFIFO entries: Sequencer Free SCB List: 21 18 1 10 2 22 30 26 25 23 0 3 20 12 24 19 8 31 13 27 14 6 11 28 7 16 15 17 5 4 29 Pending list: 170 181 34 107 154 110 0 152 122 140 42 85 39 73 99 37 94 48 20 188 52 27 134 106 183 156 32 141 87 163 102 148 38 115 77 199 132 83 17 26 46 123 97 177 55 41 104 146 67 2 178 43 82 135 138 22 117 113 58 142 147 63 23 129 143 25 89 149 70 13 47 127 14 120 92 Kernel Free SCB list: 88 64 151 116 121 130 108 103 6 111 60 187 144 158 126 159 189 44 24 173 172 69 109 145 76 119 100 112 18 74 165 131 105 167 9 50 180 175 114 155 176 75 31 8 5 150 197 162 71 1 3 61 57 16 184 7 10 79 29 45 186 4 80 15 33 118 169 19 101 56 81 54 65 198 185 93 59 166 28 86 161 153 53 139 36 78 91 30 35 51 49 125 90 171 98 21 12 68 40 136 179 124 62 137 84 168 66 95 133 72 174 164 128 96 157 182 11 196 250 251 252 253 254 240 241 242 243 244 245 246 247 248 249 230 231 232 233 234 235 236 237 238 239 220 221 222 223 224 225 226 227 228 229 210 211 212 213 214 215 216 217 218 219 200 201 202 203 204 205 206 207 208 209 190 191 192 193 194 195 sg[0] - Addr 0xa78a000 : Length 4096 sg[1] - Addr 0xa30b000 : Length 4096 sg[2] - Addr 0xfeec000 : Length 4096 sg[3] - Addr 0x46ed000 : Length 4096 sg[4] - Addr 0xc70e000 : Length 4096 sg[5] - Addr 0xf0cf000 : Length 4096 sg[6] - Addr 0x5b50000 : Length 4096 sg[7] - Addr 0x1e8f1000 : Length 4096 sg[8] - Addr 0x11ab2000 : Length 4096 sg[9] - Addr 0x7733000 : Length 4096 sg[10] - Addr 0x12734000 : Length 4096 sg[11] - Addr 0xa8d5000 : Length 4096 sg[12] - Addr 0x14a96000 : Length 4096 sg[13] - Addr 0x17ed7000 : Length 4096 sg[14] - Addr 0x18218000 : Length 4096 sg[15] - Addr 0x185f9000 : Length 4096 (da0:ahc0:0:0:0): BDR message in message buffer (da0:ahc0:0:0:0): SCB 0x5c - timed out in Data-out phase, SEQADDR == 0x49 STACK == 0x5c, 0x164, 0x17a, 0x83 SXFRCTL0 == 0x80 SCB count = 255 QINFIFO entries: 120 14 127 47 13 70 149 89 25 143 129 23 63 147 142 58 113 117 22 138 135 82 43 178 2 67 146 104 41 55 177 97 123 46 26 17 83 132 199 77 115 38 148 102 163 87 141 32 156 183 106 134 27 52 188 20 48 94 37 99 73 39 85 42 140 122 152 0 110 154 107 34 181 170 Waiting Queue entries: Disconnected Queue entries: QOUTFIFO entries: Sequencer Free SCB List: 21 18 1 10 2 22 30 26 25 23 0 3 20 12 24 19 8 31 13 27 14 6 11 28 7 16 15 17 5 4 29 Pending list: 170 181 34 107 154 110 0 152 122 140 42 85 39 73 99 37 94 48 20 188 52 27 134 106 183 156 32 141 87 163 102 148 38 115 77 199 132 83 17 26 46 123 97 177 55 41 104 146 67 2 178 43 82 135 138 22 117 113 58 142 147 63 23 129 143 25 89 149 70 13 47 127 14 120 92 Kernel Free SCB list: 88 64 151 116 121 130 108 103 6 111 60 187 144 158 126 159 189 44 24 173 172 69 109 145 76 119 100 112 18 74 165 131 105 167 9 50 180 175 114 155 176 75 31 8 5 150 197 162 71 1 3 61 57 16 184 7 10 79 29 45 186 4 80 15 33 118 169 19 101 56 81 54 65 198 185 93 59 166 28 86 161 153 53 139 36 78 91 30 35 51 49 125 90 171 98 21 12 68 40 136 179 124 62 137 84 168 66 95 133 72 174 164 128 96 157 182 11 196 250 251 252 253 254 240 241 242 243 244 245 246 247 248 249 230 231 232 233 234 235 236 237 238 239 220 221 222 223 224 225 226 227 228 229 210 211 212 213 214 215 216 217 218 219 200 201 202 203 204 205 206 207 208 209 190 191 192 193 194 195 sg[0] - Addr 0xa78a000 : Length 4096 sg[1] - Addr 0xa30b000 : Length 4096 sg[2] - Addr 0xfeec000 : Length 4096 sg[3] - Addr 0x46ed000 : Length 4096 sg[4] - Addr 0xc70e000 : Length 4096 sg[5] - Addr 0xf0cf000 : Length 4096 sg[6] - Addr 0x5b50000 : Length 4096 sg[7] - Addr 0x1e8f1000 : Length 4096 sg[8] - Addr 0x11ab2000 : Length 4096 sg[9] - Addr 0x7733000 : Length 4096 sg[10] - Addr 0x12734000 : Length 4096 sg[11] - Addr 0xa8d5000 : Length 4096 sg[12] - Addr 0x14a96000 : Length 4096 sg[13] - Addr 0x17ed7000 : Length 4096 sg[14] - Addr 0x18218000 : Length 4096 sg[15] - Addr 0x185f9000 : Length 4096 (da0:ahc0:0:0:0): no longer in timeout, status = 34b ahc0: Issued Channel A Bus Reset. 75 SCBs aborted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 2:18: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 02:17:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail15a.boca15-verio.com (unknown [208.55.91.57]) by hub.freebsd.org (Postfix) with SMTP id 9CB5F37B400 for ; Mon, 18 Dec 2000 02:17:58 -0800 (PST) Received: from www.bizpivot.com (131.103.251.192) by mail15a.boca15-verio.com (RS ver 1.0.58s) with SMTP id 09359352 for ; Mon, 18 Dec 2000 05:17:33 -0500 (EST) Reply-To: From: "Moin Anjum H." To: Subject: Subscribe!!! Date: Mon, 18 Dec 2000 15:49:07 +0530 Message-ID: <001001c068db$f4f64280$1701c8c0@moin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Loop-Detect: 1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Subscribe!!! Moin Anjum H. BizPivot.com Pvt Ltd #238,239 2nd Floor Raheja Arcade Kormangala, Bangalore-95 Ph: 080- 5525550/505 Ext 30 E-Mail:moin@bizpivot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 4:36:23 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 04:36:20 2000 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 61FA337B402 for ; Mon, 18 Dec 2000 04:36:20 -0800 (PST) Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.219.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 2EF106E292A for ; Mon, 18 Dec 2000 04:35:19 -0800 (PST) Received: (qmail 11212 invoked from network); 18 Dec 2000 12:34:03 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 18 Dec 2000 12:34:03 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id SAA30418 for ; Mon, 18 Dec 2000 18:33:41 +0600 Date: Mon, 18 Dec 2000 18:33:41 +0600 (NOVT) From: Alexey Dokuchaev To: freebsd-stable@freebsd.org Subject: make -j Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! You see, I actually never had a clear vision of the whole `make -j' issue during making the world. Most notably, I'm not quite sure that it's perfectly OK to use it, that is, not being afraid that something would go wrong. So, I've been running make without specifying any of that -j numbers, just to be sure it won't break anything along the way. Right now I'm very curious about these questions: 1. Is it safe to build stable world/kernel with `-j n'? What are possible restrictions/limitations on n would be in this case? 2. What is optimal n? 3. Is there any way to specify the actual make (not gcc) options in make.conf, so I don't issue `make -j n' all the time, but simply type in `make target' and all my options would come in play? Thanks a lot! -- Regards, Alexey Dokuchaev aka DAN Fe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 4:57:22 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 04:57:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from daffy.uwnet.nl (ns.isd.to [195.7.130.35]) by hub.freebsd.org (Postfix) with ESMTP id A670737B400 for ; Mon, 18 Dec 2000 04:57:19 -0800 (PST) Received: from 193.129.227.213.IN-ADDR.ARPA (dyn.dailup.c227129193.isd.to [213.227.129.193]) by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id eBICvIc20985 for ; Mon, 18 Dec 2000 13:57:18 +0100 Received: (qmail 605 invoked by uid 1000); 18 Dec 2000 12:57:49 -0000 Date: Mon, 18 Dec 2000 13:57:49 +0100 From: Andre Goeree To: stable@freebsd.org Subject: Re: make sysinstall broken? (4.2-S) Message-ID: <20001218135748.A600@mandark.attica.home> Reply-To: abgoeree@uwnet.nl References: <20001218101154.A42278@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001218101154.A42278@mandark.attica.home>; from abgoeree@uwnet.nl on Mon, Dec 18, 2000 at 10:11:54AM +0100 X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 10:11:54AM +0100, Andre Goeree wrote: > Hello, > > just cvsupped.... > > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/src/release/sysinstall -static -o sysinstall anonFTP.o cdrom.o command.o config.o devices.o dhcp.o kget.o disks.o dispatch.o dist.o dmenu.o doc.o dos.o floppy.o ftp.o globals.o http.o index.o install.o installUpgrade.o keymap.o label.o main.o makedevs.o media.o menus.o misc.o mouse.o msg.o network.o nfs.o options.o package.o pccard.o system.o tape.o tcpip.o termcap.o ufs.o usb.o user.o variable.o wizard.o -ldialog -lncurses -lutil -ldisk -lftpio > msg.o: In function `msgNoYes': > msg.o(.text+0x6ff): undefined reference to `dialog_noyes' > *** Error code 1 > > Stop in /usr/src/release/sysinstall. > > Any ideas? Oops, forgot to do a installworld first.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 4:57:46 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 04:57:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 5283437B400 for ; Mon, 18 Dec 2000 04:57:37 -0800 (PST) Received: from diane ([12.75.144.94]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.10 201-229-121-110) with SMTP id <20001218125734.ONKB5130.mtiwmhc22.worldnet.att.net@diane>; Mon, 18 Dec 2000 12:57:34 +0000 Reply-To: From: "Diane Epstein" To: , "'Diane Epstein'" Cc: Subject: RE: RE: Fails to make world Date: Mon, 18 Dec 2000 07:00:48 -0600 Message-ID: <000101c068f2$8bae3c80$0c00a8c0@diane> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0002_01C068C0.4113CC80" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: <20001217204659.N96105@149.211.6.64.reflexcom.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0002_01C068C0.4113CC80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Looks like the file is there, attached is the listing. steve -----Original Message----- From: Crist J. Clark [mailto:cjclark@reflexnet.net] Sent: Sunday, December 17, 2000 10:47 PM To: Diane Epstein Cc: 'steve epstein'; freebsd-stable@FreeBSD.ORG Subject: Re: RE: Fails to make world On Sun, Dec 17, 2000 at 09:25:17PM -0600, Diane Epstein wrote: > I tried your suggestions: New CVSup, chflags, cd, make cleandir, make > buildworld. The failure occurred at the same point. I have attached the > relevant files. Looks like the problem occurs when building libtacplus.so.1. > Thanks in advance. You seem to be missing (or at least cc can't find it) unistd.h. I ran a buildworld to see what I get. It looks pretty much identical to yours without the warnings. The unistd.h should be in, /usr/obj/usr/src/i386/usr/include What does, $ ls -l /usr/obj/usr/src/i386/usr/include Return? -- Crist J. Clark cjclark@alum.mit.edu ------=_NextPart_000_0002_01C068C0.4113CC80 Content-Type: text/plain; name="lsout.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="lsout.txt" Script started on Mon Dec 18 06:47:09 2000 You have mail. archer# dmesg=1B[9`exit=1B[K =1B[9`dmesg=1B[9`=1B[Kdmesg=1B[9`exit=1B[K =1B[9`make = buildworld=1B[14`cleandir=1B[K=1B[14`buildworld=1B[9`exit=1B[K =1B[9`dmesg=1B[9`=1B[Kls -l /usr/obj/usr/src/i386/usr/include total 649 -rwxr-xr-x 1 root wheel 2080 Sep 24 1994 a.out.h lrwxr-xr-x 1 root wheel 9 Dec 17 20:08 aio.h -> sys/aio.h -rwxr-xr-x 1 root wheel 5344 Aug 18 15:00 alias.h -rwxr-xr-x 1 root wheel 2901 May 24 1994 ar.h drwxr-xr-x 2 root wheel 512 Dec 17 20:08 arpa -rwxr-xr-x 1 root wheel 2737 May 24 1994 assert.h -rwxr-xr-x 1 root wheel 5284 Oct 30 05:21 bitstring.h -rwxr-xr-x 1 root wheel 1887 Aug 27 1999 calendar.h lrwxr-xr-x 1 root wheel 13 Dec 17 20:08 cam -> ../../sys/cam -rwxr-xr-x 1 root wheel 7453 Aug 27 1999 camlib.h -rwxr-xr-x 1 root wheel 2666 Jan 14 2000 com_err.h -rwxr-xr-x 1 root wheel 2552 Jan 14 2000 com_right.h -rwxr-xr-x 1 root wheel 6640 Feb 8 2000 ctype.h -rwxr-xr-x 1 root wheel 60681 Dec 17 19:59 curses.h -rwxr-xr-x 1 root wheel 7800 Feb 27 1996 db.h lrwxr-xr-x 1 root wheel 13 Dec 17 20:17 des.h -> openssl/des.h drwxr-xr-x 2 root wheel 512 Dec 17 20:08 dev -rwxr-xr-x 1 root wheel 3787 Aug 27 1999 devstat.h -rwxr-xr-x 1 root wheel 7292 Dec 16 20:22 dialog.h -rwxr-xr-x 1 root wheel 3864 Dec 28 1999 dirent.h -rwxr-xr-x 1 root wheel 2590 May 24 1994 disktab.h -rwxr-xr-x 1 root wheel 3292 Sep 21 21:22 dlfcn.h -rwxr-xr-x 1 root wheel 2043 Aug 27 1999 elf.h -rwxr-xr-x 1 root wheel 3359 Aug 27 1999 err.h lrwxr-xr-x 1 root wheel 11 Dec 17 20:08 errno.h -> sys/errno.h lrwxr-xr-x 1 root wheel 11 Dec 17 20:08 fcntl.h -> sys/fcntl.h -rwxr-xr-x 1 root wheel 4454 Dec 10 07:29 fetch.h lrwxr-xr-x 1 root wheel 15 Dec 17 20:08 float.h -> machine/float.h lrwxr-xr-x 1 root wheel 23 Dec 17 20:08 floatingpoint.h -> = machine/floatingpoint.h -rwxr-xr-x 1 root wheel 2604 Nov 21 1999 fnmatch.h -rwxr-xr-x 1 root wheel 3250 Jan 28 1997 fstab.h -rwxr-xr-x 1 root wheel 2401 Jul 15 02:24 ftpio.h -rwxr-xr-x 1 root wheel 5326 May 7 1997 fts.h drwxr-xr-x 3 root wheel 3072 Dec 17 20:09 g++ -rwxr-xr-x 1 root wheel 3817 Feb 24 1998 glob.h -rwxr-xr-x 1 root wheel 23408 Jan 16 1998 gmp.h -rwxr-xr-x 1 root wheel 19655 Oct 19 1997 gnuregex.h -rwxr-xr-x 1 root wheel 2770 May 7 1997 grp.h -rwxr-xr-x 1 root wheel 5589 Aug 27 1999 histedit.h -rwxr-xr-x 1 root wheel 720 Aug 17 03:08 ieeefp.h -rwxr-xr-x 1 root wheel 1932 Jul 15 02:24 ifaddrs.h lrwxr-xr-x 1 root wheel 14 Dec 17 20:08 inttypes.h -> = sys/inttypes.h -rwxr-xr-x 1 root wheel 1669 Aug 27 1999 iso646.h drwxr-xr-x 2 root wheel 512 Dec 17 20:08 isofs -rwxr-xr-x 1 root wheel 3496 Aug 27 1999 kvm.h -rwxr-xr-x 1 root wheel 3284 Aug 27 1999 libatm.h -rwxr-xr-x 1 root wheel 8849 Sep 14 07:10 libdisk.h -rwxr-xr-x 1 root wheel 1943 Nov 12 12:01 libgen.h -rwxr-xr-x 1 root wheel 3704 Nov 21 21:49 libutil.h -rwxr-xr-x 1 root wheel 3496 Aug 27 1999 limits.h -rwxr-xr-x 1 root wheel 11315 Sep 21 21:08 link.h lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 linker_set.h -> = sys/linker_set.h -rwxr-xr-x 1 root wheel 2695 Apr 29 1998 locale.h -rwxr-xr-x 1 root wheel 6324 Sep 20 06:19 login_cap.h lrwxr-xr-x 1 root wheel 22 Dec 17 20:08 machine -> = ../../sys/i386/include -rwxr-xr-x 1 root wheel 126 Apr 13 1997 malloc.h -rwxr-xr-x 1 root wheel 7733 Mar 26 2000 math.h -rwxr-xr-x 1 root wheel 1472 Aug 27 1999 md2.h -rwxr-xr-x 1 root wheel 1650 Aug 27 1999 md4.h -rwxr-xr-x 1 root wheel 74 Dec 22 1996 md5.h -rwxr-xr-x 1 root wheel 1893 May 24 1994 memory.h -rwxr-xr-x 1 root wheel 3777 Oct 20 1996 mp.h -rwxr-xr-x 1 root wheel 4127 Aug 17 03:10 mpool.h lrwxr-xr-x 1 root wheel 15 Dec 17 20:08 mqueue.h -> = posix4/mqueue.h lrwxr-xr-x 1 root wheel 17 Dec 17 20:08 msdosfs -> = ../../sys/msdosfs lrwxr-xr-x 1 root wheel 8 Dec 17 20:20 ncurses.h -> curses.h -rwxr-xr-x 1 root wheel 2877 Jun 21 1999 ndbm.h lrwxr-xr-x 1 root wheel 13 Dec 17 20:08 net -> ../../sys/net lrwxr-xr-x 1 root wheel 18 Dec 17 20:08 netatalk -> = ../../sys/netatalk lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 netatm -> ../../sys/netatm -rwxr-xr-x 1 root wheel 10140 Feb 7 2000 netdb.h lrwxr-xr-x 1 root wheel 18 Dec 17 20:08 netgraph -> = ../../sys/netgraph -rwxr-xr-x 1 root wheel 2972 Nov 29 1999 netgraph.h lrwxr-xr-x 1 root wheel 17 Dec 17 20:08 netinet -> = ../../sys/netinet lrwxr-xr-x 1 root wheel 18 Dec 17 20:08 netinet6 -> = ../../sys/netinet6 lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 netipx -> ../../sys/netipx lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 netkey -> ../../sys/netkey lrwxr-xr-x 1 root wheel 17 Dec 17 20:08 netnatm -> = ../../sys/netnatm lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 netncp -> ../../sys/netncp lrwxr-xr-x 1 root wheel 15 Dec 17 20:08 netns -> ../../sys/netns lrwxr-xr-x 1 root wheel 13 Dec 17 20:08 nfs -> ../../sys/nfs -rwxr-xr-x 1 root wheel 1873 Aug 27 1999 nl_types.h -rwxr-xr-x 1 root wheel 4645 Aug 27 1999 nlist.h lrwxr-xr-x 1 root wheel 14 Dec 17 20:08 ntfs -> ../../sys/ntfs lrwxr-xr-x 1 root wheel 14 Dec 17 20:08 nwfs -> ../../sys/nwfs drwxr-xr-x 2 root wheel 512 Dec 17 20:08 objc -rwxr-xr-x 1 root wheel 1629 Aug 27 1999 objformat.h drwxr-xr-x 2 root wheel 1024 Dec 17 20:17 openssl -rwxr-xr-x 1 root wheel 4705 Jun 9 2000 opie.h -rwxr-xr-x 1 root wheel 1416 Dec 17 20:08 osreldate.h -rwxr-xr-x 1 root wheel 3266 Dec 16 20:22 paths.h -rwxr-xr-x 1 root wheel 4060 Jan 29 2000 pcap-int.h -rwxr-xr-x 1 root wheel 3427 Jan 29 2000 pcap-namedb.h -rwxr-xr-x 1 root wheel 5182 Jan 29 2000 pcap.h lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 pccard -> ../../sys/pccard lrwxr-xr-x 1 root wheel 10 Dec 17 20:08 poll.h -> sys/poll.h lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 posix4 -> ../../sys/posix4 drwxr-xr-x 2 root wheel 512 Dec 17 20:08 protocols -rwxr-xr-x 1 root wheel 10826 Aug 17 03:17 pthread.h -rwxr-xr-x 1 root wheel 2532 Jul 31 1999 pthread_np.h -rwxr-xr-x 1 root wheel 4123 Jan 17 1999 pwd.h -rwxr-xr-x 1 root wheel 7166 Oct 30 1999 radlib.h -rwxr-xr-x 1 root wheel 2215 May 24 1994 ranlib.h drwxr-xr-x 2 root wheel 512 Dec 17 20:08 readline -rwxr-xr-x 1 root wheel 3686 May 7 1997 regex.h -rwxr-xr-x 1 root wheel 2782 May 24 1994 regexp.h -rwxr-xr-x 1 root wheel 12094 Dec 27 1999 resolv.h -rwxr-xr-x 1 root wheel 4046 Feb 26 1999 ripemd.h drwxr-xr-x 2 root wheel 512 Dec 17 20:08 rpc drwxr-xr-x 2 root wheel 1024 Dec 17 20:08 rpcsvc -rwxr-xr-x 1 root wheel 2738 May 24 1994 rune.h -rwxr-xr-x 1 root wheel 3817 Apr 30 1996 runetype.h lrwxr-xr-x 1 root wheel 14 Dec 17 20:08 sched.h -> posix4/sched.h -rwxr-xr-x 1 root wheel 1139 Aug 17 02:38 search.h drwxr-xr-x 2 root wheel 512 Dec 17 20:09 security lrwxr-xr-x 1 root wheel 18 Dec 17 20:08 semaphore.h -> = posix4/semaphore.h -rwxr-xr-x 1 root wheel 2768 Jan 20 1998 setjmp.h -rwxr-xr-x 1 root wheel 1942 May 24 1994 sgtty.h -rwxr-xr-x 1 root wheel 4297 Aug 27 1999 sha.h -rwxr-xr-x 1 root wheel 3600 Oct 2 1999 signal.h -rwxr-xr-x 1 root wheel 1829 Oct 26 1998 skey.h drwxr-xr-x 2 root wheel 512 Dec 17 20:09 ss -rwxr-xr-x 1 root wheel 3316 Aug 20 1994 stab.h -rwxr-xr-x 1 root wheel 13298 Sep 20 04:49 stand.h lrwxr-xr-x 1 root wheel 16 Dec 17 20:08 stdarg.h -> = machine/stdarg.h -rwxr-xr-x 1 root wheel 2397 Apr 30 1996 stddef.h -rwxr-xr-x 1 root wheel 14699 Dec 23 1999 stdio.h -rwxr-xr-x 1 root wheel 6078 Dec 23 1999 stdlib.h -rwxr-xr-x 1 root wheel 1902 Aug 27 1999 strhash.h -rwxr-xr-x 1 root wheel 3981 Aug 16 1999 string.h -rwxr-xr-x 1 root wheel 2163 Jun 25 1997 stringlist.h -rwxr-xr-x 1 root wheel 1895 May 24 1994 strings.h -rwxr-xr-x 1 root wheel 2300 May 24 1994 struct.h lrwxr-xr-x 1 root wheel 13 Dec 17 20:08 sys -> ../../sys/sys -rwxr-xr-x 1 root wheel 5472 May 24 1994 sysexits.h lrwxr-xr-x 1 root wheel 12 Dec 17 20:08 syslog.h -> sys/syslog.h -rwxr-xr-x 1 root wheel 3880 Nov 12 1998 taclib.h -rwxr-xr-x 1 root wheel 3146 May 24 1994 tar.h -rwxr-xr-x 1 root wheel 8040 Feb 3 2000 tcpd.h -rwxr-xr-x 1 root wheel 36943 Dec 17 20:09 term.h -rwxr-xr-x 1 root wheel 3157 Dec 17 20:09 termcap.h lrwxr-xr-x 1 root wheel 13 Dec 17 20:08 termios.h -> sys/termios.h -rwxr-xr-x 1 root wheel 5366 Jan 4 1999 time.h -rwxr-xr-x 1 root wheel 2035 Aug 27 1999 timers.h -rwxr-xr-x 1 root wheel 3038 Jul 15 1998 ttyent.h lrwxr-xr-x 1 root wheel 14 Dec 17 20:08 ucontext.h -> = sys/ucontext.h drwxr-xr-x 2 root wheel 512 Dec 17 20:08 ufs -rwxr-xr-x 1 root wheel 2957 Dec 17 20:09 unctrl.h -rwxr-xr-x 1 root wheel 8593 Sep 20 06:19 unistd.h -rwxr-xr-x 1 root wheel 2138 May 7 1997 utime.h -rwxr-xr-x 1 root wheel 2737 Aug 27 1999 utmp.h -rwxr-xr-x 1 root wheel 5930 May 29 1995 values.h lrwxr-xr-x 1 root wheel 17 Dec 17 20:08 varargs.h -> = machine/varargs.h -rwxr-xr-x 1 root wheel 5058 Nov 9 1999 vgl.h -rwxr-xr-x 1 root wheel 3440 Aug 17 03:25 vis.h lrwxr-xr-x 1 root wheel 12 Dec 17 20:08 vm -> ../../sys/vm -rwxr-xr-x 1 root wheel 7980 Oct 9 1999 zconf.h -rwxr-xr-x 1 root wheel 40898 Jan 10 1999 zlib.h archer# exit exit Script done on Mon Dec 18 06:48:04 2000 ------=_NextPart_000_0002_01C068C0.4113CC80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 6:18:16 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 06:18:14 2000 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 4A6F537B402 for ; Mon, 18 Dec 2000 06:18:14 -0800 (PST) Received: from gw2.dnepr.net (CoreGW2-TBone.dnepr.net [195.24.156.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62E56E29C5 for ; Mon, 18 Dec 2000 06:16:33 -0800 (PST) Received: from dnepr.net (dnepr.net [195.24.156.98]) by gw2.dnepr.net (8.8.8/8.6.18/01) with ESMTP id MAA06154; Mon, 18 Dec 2000 12:41:40 +0200 (EET) Received: (from land@localhost) by dnepr.net (8.8.8/8.8.8) id MAA23897; Mon, 18 Dec 2000 12:41:20 +0200 (EET) Date: Mon, 18 Dec 2000 12:41:20 +0200 From: Andrey Lakhno To: Brian Dean Cc: stable@FreeBSD.org Subject: Re: kernel panics Message-ID: <20001218124120.A12419@dnepr.net> Mail-Followup-To: Brian Dean , stable@FreeBSD.org References: <20001213122916.A15772@dnepr.net> <20001214120704.A70810@vger.bsdhome.com> <20001215100740.A29967@dnepr.net> <20001215161402.A77447@vger.bsdhome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001215161402.A77447@vger.bsdhome.com>; from bsd@bsdhome.com on Fri, Dec 15, 2000 at 16:14:02 -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Brian! On Fri, 15 Dec 2000, Brian Dean wrote: > On Fri, Dec 15, 2000 at 10:07:43AM +0200, Andrey Lakhno wrote: > > > FreeBSD host.domain 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Thu Dec 14 10:57:42 EET 2000 root@host.domain:/usr/src/sys/compile/KERN i386 > > Ok, thanks. We still need the info that Alfred asked you about. For > that, please see: > > http://www.freebsd.org/handbook/kerneldebug.html > > If you can get us a crash dump, that would be great. A traceback > would be helpful, but a crash dump would be even better. Ok. I have crash dump in my /var/crash directory. I even try to use gdb as described in handbook. But I'm unfamiliar with kernel intenals. Could you help me to track the problem ? -- Best regards, Andrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 6:28:58 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 06:28:57 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 2BB5137B400 for ; Mon, 18 Dec 2000 06:28:56 -0800 (PST) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 1481Ha-0004Tq-00; Mon, 18 Dec 2000 14:28:54 +0000 To: stable@freebsd.org From: Cliff Sarginson Subject: 4.2 Boot. Should i report a bug? Date: Mon, 18 Dec 2000 14:28:54 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.24.58 Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Well I have posted a few times, and a few other people have as well, but so far no solution is forthcoming to the following: I have a Tulip Pentium 90 test machine. I have installed bootable versions of various Linux'es and BSD 4.0 on it many times without any problem. I have tried every which way to install 4.2 and to have it use the FBSD boot manager .. totally without success. This included installing boot "by hand" using bootcfg. I have tried DD, and without DD. Note.. - I can boot it via the CDROm and by selecting the kernel on the HD - I can boot it if I tell the installation program to use the MBR - I can boot it via LILO - I can boot it if I install grub. But it simply does not want to work with the standard boot mechanism. Is this a bug ? I can supply precise details of m/c configuration if required. thanks Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 8: 0:52 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 08:00:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from jbolle.resnet.bucknell.edu (jbolle.resnet.bucknell.edu [134.82.92.16]) by hub.freebsd.org (Postfix) with ESMTP id 8751137B400 for ; Mon, 18 Dec 2000 08:00:49 -0800 (PST) Received: (from cale@localhost) by jbolle.resnet.bucknell.edu (8.11.1/8.11.1) id eBIFxpE49601 for freebsd-stable@freebsd.org; Mon, 18 Dec 2000 10:59:51 -0500 (EST) (envelope-from cale) From: Jeff Bolle Reply-To: jbolle@bucknell.edu Date: Mon, 18 Dec 2000 10:59:51 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" To: freebsd-stable@freebsd.org Subject: 4.2 and Mozilla MIME-Version: 1.0 Message-Id: <00121810595102.49509@jbolle.resnet> Content-Transfer-Encoding: 8bit Sender: cale@jbolle.resnet.bucknell.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I upgraded this machine from 4.1.1 to 4.2-Release mozilla started to segfault on load. I don't know if this has been covered before, or if it is a mozilla problem and not a FreeBSD problem, but the same build of mozilla worked just fine under 4.1.1. I did a make world on a fresh grab of the sources 2 nights ago and the same thing happens. > ./mozilla ./run-mozilla.sh ./mozilla-bin MOZILLA_FIVE_HOME=. LD_LIBRARY_PATH=. LIBRARY_PATH=.:./components SHLIB_PATH=. LIBPATH=. ADDON_PATH=. MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= Segmentation fault Any help would be appreciated. Jeff Bolle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 8:13:15 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 08:13:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.clones.com (unknown [216.70.178.182]) by hub.freebsd.org (Postfix) with ESMTP id B062F37B402 for ; Mon, 18 Dec 2000 08:13:12 -0800 (PST) Received: from localhost (gross@localhost) by mail.clones.com (8.9.3/8.9.3) with ESMTP id IAA18179; Mon, 18 Dec 2000 08:14:15 -0800 Date: Mon, 18 Dec 2000 08:14:15 -0800 (PST) From: Glendon Gross To: stanb@panix.com Cc: FreeBSD Stable List Subject: Re: HP Vectra 5/90 hard disk boot disaster continues! In-Reply-To: <200012172218.RAA18955@panix3.panix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This really might be an issue of the BIOS not liking DD mode. Maybe it's a case where the HP BIOS "expects" a valid partition table, and croaks when it doesn't find one. In that case, it is certainly worth trying to make a "true partition entry" to see if that fixes the problem. If it does, then I suppose this incident demonstrates why there is such a push to remove DD mode from sysinstall. On Sun, 17 Dec 2000 stanb@panix.com wrote: > This is fast aproaching ridiculous! > > This bloody &$#@$$#!! machine just doesn't want to run FreeBSD. > > Found a CD (a second one BTW the machine would see, but not read the first > one!) installed it, and created boot floppies from my 4.0 CD set. > > Booted off the CD's choose "Install Boot Manager", chose FreeBSD boot > manager, and it STILL boots up to the "F1 FreeBSD" prompt, and will only > rewatd me with angry beeps no matter what I do there. > > Several things are wort mentioning here. > > 1. This is one of 4 almost identical HP ectra's, the others are VL5/75's > with an earlier BIS., they all work fine. > > 2. This machien boots fine from a hard disk wiht NT on it. > > 3. I normally use "Dangerouslt Dedicated", so I may be doing something > stupid here. > > 4. The BISO on this machine has WAY TO MANY choices related to hard disk > options for me to be certain I have them correct. > > 5. This is the begining of the third week of the fight to install FreebSD > on this machine! > > HELP PLEAS!!!! > > -- > Stan Brown stanb@panix.com 843-745-3154 > Charleston SC > -- > "Be careful not to step > in the Microsoft." -- John Denker > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 8:23:15 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 08:23:11 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shark.harmonic.co.il (jupiter.harmonic.co.il [192.116.140.62]) by hub.freebsd.org (Postfix) with ESMTP id 288C137B400 for ; Mon, 18 Dec 2000 08:23:10 -0800 (PST) Received: from localhost (roman@localhost) by shark.harmonic.co.il (8.9.3/8.9.3) with ESMTP id SAA12075; Mon, 18 Dec 2000 18:23:02 +0200 Date: Mon, 18 Dec 2000 18:23:01 +0200 (IST) From: Roman Shterenzon To: Jeff Bolle Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.2 and Mozilla In-Reply-To: <00121810595102.49509@jbolle.resnet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There's ongoing thread about this issue. Read the archives. On Mon, 18 Dec 2000, Jeff Bolle wrote: > When I upgraded this machine from 4.1.1 to 4.2-Release mozilla started to > segfault on load. I don't know if this has been covered before, or if it is a > mozilla problem and not a FreeBSD problem, but the same build of mozilla > worked just fine under 4.1.1. I did a make world on a fresh grab of the > sources 2 nights ago and the same thing happens. > > ./mozilla > ./run-mozilla.sh ./mozilla-bin > MOZILLA_FIVE_HOME=. > LD_LIBRARY_PATH=. > LIBRARY_PATH=.:./components > SHLIB_PATH=. > LIBPATH=. > ADDON_PATH=. > MOZ_PROGRAM=./mozilla-bin > MOZ_TOOLKIT= > moz_debug=0 > moz_debugger= > Segmentation fault > > Any help would be appreciated. > > Jeff Bolle > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 8:47:26 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 08:47:23 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [148.81.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 72D3F37B400 for ; Mon, 18 Dec 2000 08:47:21 -0800 (PST) Received: by prioris.mini.pw.edu.pl (Postfix, from userid 1368) id 700D77D523; Mon, 18 Dec 2000 17:47:10 +0100 (CET) Date: Mon, 18 Dec 2000 17:47:10 +0100 From: Grzegorz Czaplinski To: David Goddard Cc: stable@freebsd.org Subject: Re: Spontaneous rebooting problems Message-ID: <20001218174710.D48643@prioris.mini.pw.edu.pl> References: <3A3C148B.9B08542D@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <3A3C148B.9B08542D@acm.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 01:19:07AM +0000, David Goddard wrote: > Hi, > > In the course of one week, we have had three FreeBSD stable boxes just > reboot on us and I'm trying to work out what's going wrong. The reboots > were at different times of day with machines at different physical > locations, so I don't believe power outages were involved (although > we're looking into any causes along those lines). > > I guess there may be a degree of concidence involved, but I really would > like to see if there's any common factor here. > > The messages log show nothing before the reboot: > > [...] > Dec 16 03:59:00 cassium /kernel: ipfw: Entry 306 cleared. > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1992-2000 The FreeBSD > Project. > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1979, 1980, 1983, 1986, > 1988, 1989, 1991, 1992, 1993,1994 > [...] > Dec 16 04:20:02 cassium /kernel: WARNING: / was not properly dismounted > > One of the machines was built from 4.2 stable sources cvsupped Nov 23 at > about 18:00 GMT, the others are similar. > > I don't believe any of the machines were particularly heavily loaded at > the time. At least one of them had no (legitimately) logged on users. > > Any clues to what happened or pointers to how I can look into this > further myself are greatly appreciated... > > Thanks, > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message I had a problem with continuous rebooting of the server. Taking softupdates off on all filesystems resolved the problem. Do you have such feature on? I hope this helps. Best regards gregory -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 8:55: 6 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 08:55:03 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id B5E6337B400 for ; Mon, 18 Dec 2000 08:55:02 -0800 (PST) Received: from localhost (doug@localhost) by fledge.watson.org (8.11.1/8.11.1) with SMTP id eBIGshK71129; Mon, 18 Dec 2000 11:54:45 -0500 (EST) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Mon, 18 Dec 2000 11:54:43 -0500 (EST) From: Doug Denault X-Sender: doug@fledge.watson.org To: Cliff Sarginson Cc: stable@freebsd.org Subject: Re: 4.2 Boot. Should i report a bug? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This issue was discussed in detail on the questions list. Look for "Missing operating system" issue" in the title and then branch out from there. I regularly have similar problems with some old Dell laptops. My memory of some of the discussions is that older BIOS's can cause this (don't remember why). There is a utility to rewrite the boot record which I am looking for now. If anyone knows, I would love a pointer. Otherwise I will post when I find it. On Mon, 18 Dec 2000, Cliff Sarginson wrote: > Hello, > Well I have posted a few times, and a few other people have as well, > but so far no solution is forthcoming to the following: > > I have a Tulip Pentium 90 test machine. > I have installed bootable versions of various Linux'es and > BSD 4.0 on it many times without any problem. > > I have tried every which way to install 4.2 and to have it use > the FBSD boot manager .. totally without success. This included > installing boot "by hand" using bootcfg. I have tried DD, and without > DD. > > Note.. > - I can boot it via the CDROm and by selecting the kernel on the HD > - I can boot it if I tell the installation program to use the MBR > - I can boot it via LILO > - I can boot it if I install grub. > > But it simply does not want to work with the standard boot mechanism. > > Is this a bug ? > I can supply precise details of m/c configuration if required. > > thanks > Cliff > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 8:59:14 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 08:59:12 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail1.rdc1.il.home.com (mail1.rdc1.il.home.com [24.2.1.76]) by hub.freebsd.org (Postfix) with ESMTP id BF08037B400 for ; Mon, 18 Dec 2000 08:59:12 -0800 (PST) Received: from home.com ([24.17.229.11]) by mail1.rdc1.il.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001218165912.YPVI26687.mail1.rdc1.il.home.com@home.com> for ; Mon, 18 Dec 2000 08:59:12 -0800 Message-ID: <3A3E425E.7090306@home.com> Date: Mon, 18 Dec 2000 10:59:10 -0600 From: "Victor R. Cardona" User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test11 i586; en-US; m18) Gecko/20001214 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: make buildworld breakage Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I am trying to do a make buildworld from sources obtained just about an hour ago. Here is the output I got: cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/libiberty -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/include -DHAVE_CONFIG_H -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/xstrdup.c -o xstrdup.o mv: xstrdup.o.tmp: No such file or directory *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/libiberty. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Thanks for any help that you can offer. Victor Cardona vcardona@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 9:15:56 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 09:15:53 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gatekeeper.tripos.com (gatekeeper.tripos.com [192.160.145.62]) by hub.freebsd.org (Postfix) with ESMTP id DCA7637B400 for ; Mon, 18 Dec 2000 09:15:52 -0800 (PST) Received: (from uucp@localhost) by tripos.com (8.8.8+Sun) id LAA17511; Mon, 18 Dec 2000 11:15:48 -0600 (CST) Received: from unknown(172.20.5.15) by gatekeeper.tripos.com via smap (V5.5) id xma016934; Mon, 18 Dec 00 11:13:11 -0600 Received: from wolf ([172.20.152.158]) by tripos.com (980919.SGI.STAND) via SMTP id LAA76112; Mon, 18 Dec 2000 11:13:08 -0600 (CST) From: "Steve Coles" To: "Doug Denault" Cc: Subject: RE: 4.2 Boot. Should i report a bug? Date: Mon, 18 Dec 2000 17:12:58 -0000 Message-ID: <002201c06915$c4dfe0d0$9e9814ac@wolf.tripos.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 In-Reply-To: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Me too ( old Dell, same message ) If you have a DOS floppy, you can restore a MBR with "fdisk /mbr" Steve > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Doug Denault > Sent: 18 December 2000 16:55 > To: Cliff Sarginson > Cc: stable@FreeBSD.ORG > Subject: Re: 4.2 Boot. Should i report a bug? > > > This issue was discussed in detail on the questions list. Look for > "Missing operating system" issue" in the title and then branch out from > there. I regularly have similar problems with some old Dell laptops. My > memory of some of the discussions is that older BIOS's can cause this > (don't remember why). > > There is a utility to rewrite the boot record which I am looking for now. > If anyone knows, I would love a pointer. Otherwise I will post when I find > it. > > On Mon, 18 Dec 2000, Cliff Sarginson wrote: > > > Hello, > > Well I have posted a few times, and a few other people have as well, > > but so far no solution is forthcoming to the following: > > > > I have a Tulip Pentium 90 test machine. > > I have installed bootable versions of various Linux'es and > > BSD 4.0 on it many times without any problem. > > > > I have tried every which way to install 4.2 and to have it use > > the FBSD boot manager .. totally without success. This included > > installing boot "by hand" using bootcfg. I have tried DD, and without > > DD. > > > > Note.. > > - I can boot it via the CDROm and by selecting the kernel on the HD > > - I can boot it if I tell the installation program to use the MBR > > - I can boot it via LILO > > - I can boot it if I install grub. > > > > But it simply does not want to work with the standard boot mechanism. > > > > Is this a bug ? > > I can supply precise details of m/c configuration if required. > > > > thanks > > Cliff > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 9:25:16 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 09:25:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id C69CD37B400 for ; Mon, 18 Dec 2000 09:25:10 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id JAA06151; Mon, 18 Dec 2000 09:25:05 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.1/8.11.0) id eBIHP4D65882; Mon, 18 Dec 2000 09:25:04 -0800 (PST) (envelope-from jdp) Date: Mon, 18 Dec 2000 09:25:04 -0800 (PST) Message-Id: <200012181725.eBIHP4D65882@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Reply-To: stable@freebsd.org Cc: roman@harmonic.co.il Subject: Re: Tagged after release? In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Sender: jdp@wall.polstra.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Roman Shterenzon wrote: > How come the file src/contrib/gcc/config/i386/freebsd.h.fixed was > tagged after the release was rolled? What is this file by the way? It is a file that our compiler maintainer finds useful as a tool for upgrading to newer versions of the compiler. I (wearing my yellow polka-dot FreeBSD CVS Administrator cap) put it into the repository. Don't worry about this one -- it's not used for building anything. Nevertheless, I am glad some people are watching so closely for irregularities in our sources. That's always a good thing. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 9:43:14 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 09:43:12 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.wgate.com (mail.wgate.com [38.219.83.4]) by hub.freebsd.org (Postfix) with ESMTP id 0D77137B402 for ; Mon, 18 Dec 2000 09:43:12 -0800 (PST) Received: from jesup.eng.tvol.net ([10.32.2.26]) by mail.wgate.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id YMS2VJVH; Mon, 18 Dec 2000 12:43:15 -0500 Reply-To: Randell Jesup To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> <20001217131405.B47873@dragon.nuxi.com> <20001218084351.A6395@petra.hos.u-szeged.hu> From: Randell Jesup Date: 18 Dec 2000 12:43:26 -0500 In-Reply-To: Szilveszter Adam's message of "Mon, 18 Dec 2000 08:43:51 +0100" Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Szilveszter Adam writes: >Well, I am not a developer, so I can just speculate... earlier they had a >FreeBSD 4.0 test box, but most probably they stumbled upon some C++ problem >with our compiler and simply gave up. Later they brought in an old 2.2.8 >box, but that also was relegated to Mozilla-Test. I guess they tried that >because Netscape also uses a.out for their commercial branch on FreeBSD. >But later that one also disappeared. I've continued to build FreeBSD 4.1 mozilla's with no problems. I track mozilla's trunk on a daily basis and have not had any problems. I don't know what in 4.2 broke them, but I'd expect it's GCC/G++ related from the comments here. They don't normally pay a lot of attention to FreeBSD. After listening to someone rant at them at meetzilla about how their bug tracking mechanisms weren't useful and how supposedly FreeBSD people wouldn't want to report bugs using bugzilla (and would instead want to use freebsd's much better mechanisms), I'm not surprised. That person (from a local BSD users group I think) cost the freebsd community considerable respect among the mozilla developers and mozilla 3rd-party developers. (IMHO) When specific problems with FreeBSD have been reported people there have looked into them; one person even set up a machine and made it available to everyone else there for testing. That was a while ago, however, and I've seen few freebsd-specific bugs outside of PSM and java issues. -- Randell Jesup, Worldgate Communications, ex-Scala, ex-Amiga OS team ('88-94) rjesup@wgate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 9:48: 3 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 09:47:58 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 0967537B402 for ; Mon, 18 Dec 2000 09:47:57 -0800 (PST) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.9.3/8.9.3) with ESMTP id MAA01952; Mon, 18 Dec 2000 12:47:48 -0500 (EST) (envelope-from doug@safeport.com) X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Mon, 18 Dec 2000 12:47:48 -0500 (EST) From: To: Steve Coles Cc: stable@FreeBSD.ORG Subject: RE: 4.2 Boot. Should i report a bug? In-Reply-To: <002201c06915$c4dfe0d0$9e9814ac@wolf.tripos.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Worked like a charm - thank you. In my case I have two of these puppies and I got 4.1 installed without incident. This time I suspect I took a bad turn through the installation program because DOS fdisk showed one partition that that was no the active one. It has been my experience with these machines that once you get to this state sysinstall will not fix it. On Mon, 18 Dec 2000, Steve Coles wrote: > Me too ( old Dell, same message ) > > If you have a DOS floppy, you can restore a MBR with "fdisk /mbr" > > Steve > > > -----Original Message----- > > From: owner-freebsd-stable@FreeBSD.ORG > > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Doug Denault > > Sent: 18 December 2000 16:55 > > To: Cliff Sarginson > > Cc: stable@FreeBSD.ORG > > Subject: Re: 4.2 Boot. Should i report a bug? > > > > > > This issue was discussed in detail on the questions list. Look for > > "Missing operating system" issue" in the title and then branch out from > > there. I regularly have similar problems with some old Dell laptops. My > > memory of some of the discussions is that older BIOS's can cause this > > (don't remember why). > > > > There is a utility to rewrite the boot record which I am looking for now. > > If anyone knows, I would love a pointer. Otherwise I will post when I find > > it. > > [cut - mercifully] _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 9:58:59 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 09:58:57 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from nordier.com (c2-dbn-24.dial-up.net [196.34.155.152]) by hub.freebsd.org (Postfix) with ESMTP id 6CB3337B400 for ; Mon, 18 Dec 2000 09:58:49 -0800 (PST) Received: (from rnordier@localhost) by nordier.com (8.11.1/8.11.1) id eBIHvZU05111; Mon, 18 Dec 2000 19:57:35 +0200 (SAST) (envelope-from rnordier) From: Robert Nordier Message-Id: <200012181757.eBIHvZU05111@nordier.com> Subject: Re: 4.2 Boot. Should i report a bug? To: cliff@raggedclown.net (Cliff Sarginson) Date: Mon, 18 Dec 2000 19:57:30 +0200 (SAST) Cc: stable@FreeBSD.ORG In-Reply-To: from "Cliff Sarginson" at Dec 18, 2000 02:28:54 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cliff Sarginson wrote: > Hello, > Well I have posted a few times, and a few other people have as well, > but so far no solution is forthcoming to the following: > > I have a Tulip Pentium 90 test machine. > I have installed bootable versions of various Linux'es and > BSD 4.0 on it many times without any problem. > > I have tried every which way to install 4.2 and to have it use > the FBSD boot manager .. totally without success. This included > installing boot "by hand" using bootcfg. I have tried DD, and without > DD. > > Note.. > - I can boot it via the CDROm and by selecting the kernel on the HD > - I can boot it if I tell the installation program to use the MBR > - I can boot it via LILO > - I can boot it if I install grub. > > But it simply does not want to work with the standard boot mechanism. > > Is this a bug ? > I can supply precise details of m/c configuration if required. Speaking as an author/maintainer of the i386 boot code: It's probably not a bug: most similar cases have turned out to be pilot error. Your best course would probably be to get some good help on -questions. Incidentally, I don't know why so many people keep asking about elementary boot stuff on -stable, but if you're confused about an installation issue, -stable is really not the place to go looking for answers. Send in a PR if you wish, though, and I'll look at it. -- Robert Nordier rnordier@nordier.com rnordier@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10: 9:28 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:09:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from morse.dunkel.de (morse.Dunkel.de [195.4.128.45]) by hub.freebsd.org (Postfix) with SMTP id 6A39737B400 for ; Mon, 18 Dec 2000 10:09:19 -0800 (PST) Received: (qmail 25247 invoked from network); 18 Dec 2000 18:09:17 -0000 Received: from unknown (HELO cipe.de) (195.4.132.2) by mail.dunkel.de with SMTP; 18 Dec 2000 18:09:17 -0000 Received: from TYCOCIPE/SpoolDir by cipe.de (Mercury 1.43); 18 Dec 100 19:09:17 +0200 Received: from SpoolDir by TYCOCIPE (Mercury 1.43); 18 Dec 100 19:09:11 +0200 Received: from mperisa (195.4.132.4) by cipe.de (Mercury 1.43); 18 Dec 100 19:09:05 +0200 From: mperisa@tycoint.com Organization: CIPE FRANCE (Deutschland) GmbH To: Grzegorz Czaplinski Date: Mon, 18 Dec 2000 19:09:05 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spontaneous rebooting problems Cc: stable@freebsd.org Return-Receipt-To: mperisa@tycoint.com Priority: normal In-reply-to: <20001218174710.D48643@prioris.mini.pw.edu.pl> References: <3A3C148B.9B08542D@acm.org> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-ID: Sender: ".mperisa.cipe"@[195.4.132.2] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Date sent: Mon, 18 Dec 2000 17:47:10 +0100 From: Grzegorz Czaplinski To: David Goddard Copies to: stable@freebsd.org Subject: Re: Spontaneous rebooting problems > On Sun, Dec 17, 2000 at 01:19:07AM +0000, David Goddard wrote: > > Hi, > > > > In the course of one week, we have had three FreeBSD stable boxes just > > reboot on us and I'm trying to work out what's going wrong. The reboots > > were at different times of day with machines at different physical > > locations, so I don't believe power outages were involved (although > > we're looking into any causes along those lines). Hi, on my machine (build on the 4.1 sources) there was an reboot on different times. The machine hangs on an UPS, so i searched a while and discovered an incompatible (?) 3com 3c509. I placed another revision in the machine and the reboots stopped. The error occured not on a regular base and started about 4 weeks after installing the machine and with NO updates. A cvsup doesnt helped either, so i tried different hardware. I hope i helped you marc > > > > I guess there may be a degree of concidence involved, but I really would > > like to see if there's any common factor here. > > > > The messages log show nothing before the reboot: > > > > [...] > > Dec 16 03:59:00 cassium /kernel: ipfw: Entry 306 cleared. > > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1992-2000 The FreeBSD > > Project. Dec 16 04:20:02 cassium /kernel: Copyright (c) 1979, 1980, > > 1983, 1986, 1988, 1989, 1991, 1992, 1993,1994 [...] Dec 16 04:20:02 > > cassium /kernel: WARNING: / was not properly dismounted > > > > One of the machines was built from 4.2 stable sources cvsupped Nov 23 at > > about 18:00 GMT, the others are similar. > > > > I don't believe any of the machines were particularly heavily loaded at > > the time. At least one of them had no (legitimately) logged on users. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:13:50 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:13:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 800D937B400 for ; Mon, 18 Dec 2000 10:13:46 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA02713; Mon, 18 Dec 2000 10:13:45 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBIIDi767886; Mon, 18 Dec 2000 10:13:44 -0800 (PST) (envelope-from obrien) Date: Mon, 18 Dec 2000 10:13:43 -0800 From: "David O'Brien" To: Randell Jesup Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001218101343.A67810@dragon.nuxi.com> Reply-To: stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> <20001217131405.B47873@dragon.nuxi.com> <20001218084351.A6395@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rjesup@wgate.com on Mon, Dec 18, 2000 at 12:43:26PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 12:43:26PM -0500, Randell Jesup wrote: > Szilveszter Adam writes: > >Well, I am not a developer, so I can just speculate... earlier they had a > >FreeBSD 4.0 test box, but most probably they stumbled upon some C++ problem > >with our compiler and simply gave up. Unfortunetly, they never made me (or any of the other toolchain-aware people) aware of the problem. :-( Else, it might have gotten fixed. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:16:53 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:16:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 7373337B400 for ; Mon, 18 Dec 2000 10:16:50 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBIIGDx06775; Mon, 18 Dec 2000 10:16:13 -0800 (PST) Date: Mon, 18 Dec 2000 10:16:13 -0800 From: Alfred Perlstein To: Alexey Dokuchaev Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make -j Message-ID: <20001218101613.Y19572@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from danfe@inet.ssc.nsu.ru on Mon, Dec 18, 2000 at 06:33:41PM +0600 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Alexey Dokuchaev [001218 04:36] wrote: > Hello! > > You see, I actually never had a clear vision of the whole `make -j' issue > during making the world. Most notably, I'm not quite sure that it's > perfectly OK to use it, that is, not being afraid that something would go > wrong. So, I've been running make without specifying any of that -j > numbers, just to be sure it won't break anything along the way. > > Right now I'm very curious about these questions: > > 1. Is it safe to build stable world/kernel with `-j n'? What are > possible restrictions/limitations on n would be in this case? The rule with -j is that it _should_ work, if it doesn't then try without -j and let us know. > 2. What is optimal n? This is a black art, I base it on several factors, how many cpus, how much ram and how usable I want the box to be while I do the compile. Experiment and find something you're comfortable with. 4-8 is good for a single processor with enough ram (gcc is large), 4-24 is ok for a SMP box. A good rule is that anything over 20 is really just to stress the machine and will actually slow things down. > 3. Is there any way to specify the actual make (not gcc) options > in make.conf, so I don't issue `make -j n' all the time, but simply type > in `make target' and all my options would come in play? Not that I know of. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:17:26 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:17:22 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 7F62A37B404 for ; Mon, 18 Dec 2000 10:17:20 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id TAA22614; Mon, 18 Dec 2000 19:17:08 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 1484qR-0005iD-00 for ; Mon, 18 Dec 2000 19:17:07 +0100 Date: Mon, 18 Dec 2000 19:17:07 +0100 From: Szilveszter Adam To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001218191707.H18645@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , freebsd-stable@FreeBSD.ORG References: <976986477.3a3ba16db730c@webmail.harmonic.co.il> <20001217051120.A20812@citusc.usc.edu> <20001217150650.B19311@petra.hos.u-szeged.hu> <20001217131405.B47873@dragon.nuxi.com> <20001218084351.A6395@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rjesup@wgate.com on Mon, Dec 18, 2000 at 12:43:26PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 12:43:26PM -0500, Randell Jesup wrote: > Szilveszter Adam writes: > >Well, I am not a developer, so I can just speculate... earlier they had a > >FreeBSD 4.0 test box, but most probably they stumbled upon some C++ problem > >with our compiler and simply gave up. Later they brought in an old 2.2.8 > >box, but that also was relegated to Mozilla-Test. I guess they tried that > >because Netscape also uses a.out for their commercial branch on FreeBSD. > >But later that one also disappeared. > > I've continued to build FreeBSD 4.1 mozilla's with no problems. > I track mozilla's trunk on a daily basis and have not had any problems. > > I don't know what in 4.2 broke them, but I'd expect it's GCC/G++ > related from the comments here. > > They don't normally pay a lot of attention to FreeBSD. After > listening to someone rant at them at meetzilla about how their bug tracking > mechanisms weren't useful and how supposedly FreeBSD people wouldn't want > to report bugs using bugzilla (and would instead want to use freebsd's much > better mechanisms), I'm not surprised. That person (from a local BSD users > group I think) cost the freebsd community considerable respect among the > mozilla developers and mozilla 3rd-party developers. (IMHO) > > When specific problems with FreeBSD have been reported people there > have looked into them; one person even set up a machine and made it > available to everyone else there for testing. That was a while ago, > however, and I've seen few freebsd-specific bugs outside of PSM and java > issues. Well, thanks for the info... this is rather sad though... it allegedly builds fine on NetBSD 1.5, although that never was a supported a platform... but here we can see that the category "negative advocacy" also exists. Also, I don't think there that many people actually *using* Mozilla on FreeBSD... and sometimes Linux issues are also dealt with rather late, like Java support... I know it is easier to program for Windows but Netscape is supposed to be the UNIX-browser... well, never mind. -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:18:12 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:18:08 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.219.91]) by hub.freebsd.org (Postfix) with SMTP id 42DC637B404 for ; Mon, 18 Dec 2000 10:18:06 -0800 (PST) Received: (qmail 11559 invoked from network); 18 Dec 2000 18:18:03 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 18 Dec 2000 18:18:03 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id AAA02410; Tue, 19 Dec 2000 00:17:46 +0600 Date: Tue, 19 Dec 2000 00:17:46 +0600 (NOVT) From: Alexey Dokuchaev To: freebsd-stable@freebsd.org Cc: freebsd-questions@freebsd.org Subject: /dev/ttyv0 logging Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Inspired by recent ${SUBJ} related (not too close though) discussion on -current, I'm willing to ask you guys the following question: why do I always get whatever is logged by syslog (or even bypassing it) on my /dev/ttyv0? Doesn't it make more sense to write logs to /dev/console, or even not writing them at all? I mean, should not I be allowed to take complete control of whatever is going to be logged anywhere in my box? It seems that it doesn't really matter what I write in /etc/syslog.conf, regardless to any contents of it, I will get messages on /dev/ttyv0 no matter what. I suppose it should be easily fixable by mocking around with source code, I don't want to start digging into it without prior check with you all :) Tnx. -- Regards, Alexey P.S. Sorry for x-posting, I don't really know what is the proper place for such a question. Still, if you happen to be on -questions and answering this, cc me please, since I am not the member of -questions mailling. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:25:14 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:25:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 1FAEC37B400; Mon, 18 Dec 2000 10:25:09 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBIIP3E14866; Mon, 18 Dec 2000 10:25:03 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eBIINol82730; Mon, 18 Dec 2000 10:23:50 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 18 Dec 2000 10:23:50 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Alexey Dokuchaev Subject: RE: /dev/ttyv0 logging Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Sender: jhb@foo.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Dec-00 Alexey Dokuchaev wrote: > Hello! > > Inspired by recent ${SUBJ} related (not too close though) discussion on > -current, I'm willing to ask you guys the following question: why do I > always get whatever is logged by syslog (or even bypassing it) on my > /dev/ttyv0? Doesn't it make more sense to write logs to /dev/console, or > even not writing them at all? I mean, should not I be allowed to take > complete control of whatever is going to be logged anywhere in my box? It > seems that it doesn't really matter what I write in /etc/syslog.conf, > regardless to any contents of it, I will get messages on /dev/ttyv0 no > matter what. /dev/ttyv0 is /dev/console by default. If you boot over a serial console, then the messages will be logged over /dev/ttyd0 instead of /dev/ttyv0. To disable syslog messages then, remove /dev/console from /etc/syslogd.conf if that is really what you want. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:30:29 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:30:28 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id CAFB337B402 for ; Mon, 18 Dec 2000 10:30:27 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA02787; Mon, 18 Dec 2000 10:30:26 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBIIUPH68065; Mon, 18 Dec 2000 10:30:25 -0800 (PST) (envelope-from obrien) Date: Mon, 18 Dec 2000 10:30:21 -0800 From: "David O'Brien" To: Max Khon Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001218103021.B67810@dragon.nuxi.com> Reply-To: freebsd-stable@FreeBSD.ORG References: <20001217131405.B47873@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fjoe@iclub.nsu.ru on Mon, Dec 18, 2000 at 01:05:25PM +0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 01:05:25PM +0600, Max Khon wrote: > just a guess (and I am not speculating): > FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). Can you remind me why you feel sjlj exceptions are broken (vs. slow)? -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:31: 5 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:31:03 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.219.91]) by hub.freebsd.org (Postfix) with SMTP id 91FB637B404 for ; Mon, 18 Dec 2000 10:30:52 -0800 (PST) Received: (qmail 11563 invoked from network); 18 Dec 2000 18:30:44 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 18 Dec 2000 18:30:44 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id AAA02509; Tue, 19 Dec 2000 00:30:05 +0600 Date: Tue, 19 Dec 2000 00:30:05 +0600 (NOVT) From: Alexey Dokuchaev To: John Baldwin Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: RE: /dev/ttyv0 logging In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Dec 2000, John Baldwin wrote: > > On 18-Dec-00 Alexey Dokuchaev wrote: > > Hello! > > > > Inspired by recent ${SUBJ} related (not too close though) discussion on > > -current, I'm willing to ask you guys the following question: why do I > > always get whatever is logged by syslog (or even bypassing it) on my > > /dev/ttyv0? Doesn't it make more sense to write logs to /dev/console, or > > even not writing them at all? I mean, should not I be allowed to take > > complete control of whatever is going to be logged anywhere in my box? It > > seems that it doesn't really matter what I write in /etc/syslog.conf, > > regardless to any contents of it, I will get messages on /dev/ttyv0 no > > matter what. > > /dev/ttyv0 is /dev/console by default. If you boot over a serial console, then > the messages will be logged over /dev/ttyd0 instead of /dev/ttyv0. To disable > syslog messages then, remove /dev/console from /etc/syslogd.conf if that is > really what you want. You see, the problem is that I do NOT have any entries dealing with /dev/console or /dev/ttyv0 in my /etc/syslog.conf, and they still drop to /dev/ttyv0... -- WBR, DAN Fe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 10:50:24 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 10:50:18 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 07BE137B698; Mon, 18 Dec 2000 10:50:09 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBIIo4E16410; Mon, 18 Dec 2000 10:50:04 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eBIImpu82905; Mon, 18 Dec 2000 10:48:51 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 18 Dec 2000 10:48:51 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Alexey Dokuchaev Subject: RE: /dev/ttyv0 logging Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Sender: jhb@foo.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Dec-00 Alexey Dokuchaev wrote: > On Mon, 18 Dec 2000, John Baldwin wrote: > >> >> On 18-Dec-00 Alexey Dokuchaev wrote: >> > Hello! >> > >> > Inspired by recent ${SUBJ} related (not too close though) discussion on >> > -current, I'm willing to ask you guys the following question: why do I >> > always get whatever is logged by syslog (or even bypassing it) on my >> > /dev/ttyv0? Doesn't it make more sense to write logs to /dev/console, or >> > even not writing them at all? I mean, should not I be allowed to take >> > complete control of whatever is going to be logged anywhere in my box? It >> > seems that it doesn't really matter what I write in /etc/syslog.conf, >> > regardless to any contents of it, I will get messages on /dev/ttyv0 no >> > matter what. >> >> /dev/ttyv0 is /dev/console by default. If you boot over a serial console, >> then >> the messages will be logged over /dev/ttyd0 instead of /dev/ttyv0. To >> disable >> syslog messages then, remove /dev/console from /etc/syslogd.conf if that is >> really what you want. > > You see, the problem is that I do NOT have any entries dealing with > /dev/console or /dev/ttyv0 in my /etc/syslog.conf, and they still drop to > /dev/ttyv0... So you've commented out this line: *.err;kern.debug;auth.notice;mail.crit /dev/console (Just making sure.) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 11:47:22 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 11:47:21 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp8.xs4all.nl (smtp8.xs4all.nl [194.109.127.134]) by hub.freebsd.org (Postfix) with ESMTP id A008037B400 for ; Mon, 18 Dec 2000 11:47:20 -0800 (PST) Received: from dds.nl (a213-84-25-205.adsl.xs4all.nl [213.84.25.205]) by smtp8.xs4all.nl (8.9.3/8.9.3) with ESMTP id UAA19091 for ; Mon, 18 Dec 2000 20:47:19 +0100 (CET) Sender: root@smtp8.xs4all.nl Message-ID: <3A3E6A34.30C6E0F2@dds.nl> Date: Mon, 18 Dec 2000 20:49:08 +0100 From: Charlie Root X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@FreeBSD.org Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 12:11:29 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 12:11:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 8DB1F37B402 for ; Mon, 18 Dec 2000 12:11:24 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBIKBCw12454; Mon, 18 Dec 2000 12:11:12 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: abgoeree@uwnet.nl Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make sysinstall broken? (4.2-S) In-Reply-To: Message from Andre Goeree of "Mon, 18 Dec 2000 10:11:54 +0100." <20001218101154.A42278@mandark.attica.home> Date: Mon, 18 Dec 2000 12:11:12 -0800 Message-ID: <12451.977170272@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rebuild your world first - you don't have the most up-to-date libdialog installed. - Jordan > Hello, > > just cvsupped.... > > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/us r/src/release/sysinstall -static -o sysinstall anonFTP.o cdrom.o command.o c onfig.o devices.o dhcp.o kget.o disks.o dispatch.o dist.o dmenu.o doc.o dos.o f loppy.o ftp.o globals.o http.o index.o install.o installUpgrade.o keymap.o labe l.o main.o makedevs.o media.o menus.o misc.o mouse.o msg.o network.o nfs.o opti ons.o package.o pccard.o system.o tape.o tcpip.o termcap.o ufs.o usb.o user.o v ariable.o wizard.o -ldialog -lncurses -lutil -ldisk -lftpio > msg.o: In function `msgNoYes': > msg.o(.text+0x6ff): undefined reference to `dialog_noyes' > *** Error code 1 > > Stop in /usr/src/release/sysinstall. > > Any ideas? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 12:23:13 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 12:23:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C337B400; Mon, 18 Dec 2000 12:23:09 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id D63EC2B233; Mon, 18 Dec 2000 14:23:08 -0600 (CST) Date: Mon, 18 Dec 2000 14:23:08 -0600 From: Bill Fumerola To: John Polstra Cc: chat@freebsd.org, roman@harmonic.co.il Subject: Re: Tagged after release? Message-ID: <20001218142308.G72273@elvis.mu.org> Reply-To: chat@freebsd.org References: <200012181725.eBIHP4D65882@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012181725.eBIHP4D65882@vashon.polstra.com>; from jdp@polstra.com on Mon, Dec 18, 2000 at 09:25:04AM -0800 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: billf@elvis.mu.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ redirected to -chat from -stable ] On Mon, Dec 18, 2000 at 09:25:04AM -0800, John Polstra wrote: > It is a file that our compiler maintainer finds useful as a tool for > upgrading to newer versions of the compiler. I (wearing my yellow > polka-dot FreeBSD CVS Administrator cap) put it into the repository. Is that the cap you use for adding files? I've seen the "cap" that you use for deleteing them: http://people.freebsd.org/~billf/freebsdcon/thursday/DSC00055.JPG.html :-> -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 12:37:32 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 12:37:28 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AA8D37B699 for ; Mon, 18 Dec 2000 12:37:24 -0800 (PST) Received: from usr03.cybercity.dk (usr03.cybercity.dk [212.242.40.83]) by cicero0.cybercity.dk (Postfix) with ESMTP id 15030102945 for ; Mon, 18 Dec 2000 21:37:23 +0100 (CET) Received: from mekanix.home (port32.cvx1-ro.ppp.cybercity.dk [212.242.169.33]) by usr03.cybercity.dk (8.9.3/8.9.3) with SMTP id VAA30394 for ; Mon, 18 Dec 2000 21:37:22 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200012182037.VAA30394@usr03.cybercity.dk> Date: Mon, 18 Dec 2000 21:36:53 +0100 From: Bjarne Wichmann Petersen To: freebsd-stable@freebsd.org Subject: Mesa-apps refuses to compile under XFree4 X-Mailer: Sylpheed version 0.4.4 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG *Finally* got XFree4/DRI working with my G400. But the tradeoff? GL-apps refuses to compile(*). Eg. ports/games/gltron reports this: configure:618: checking for main in -lGL configure:633: gcc -o conftest -O -pipe conftest.c -lGL -lX11 -lm -L$ac_default_prefix/lib -L/usr/X11R6/lib 1>&5 /usr/X11R6/lib/libGL.so: undefined reference to `XextAddDisplay' /usr/X11R6/lib/libGL.so: undefined reference to `XextFindDisplay' /usr/X11R6/lib/libGL.so: undefined reference to `XextCreateExtension' /usr/X11R6/lib/libGL.so: undefined reference to `XextRemoveDisplay' /usr/X11R6/lib/libGL.so: undefined reference to `XMissingExtension' My Setup is 4.2-STABLE, Xfree4 and Mesa compiled with "XFREE86_VERSION=4" in /etc/make.conf. Since I'm new to FreeBSD and not really into X and GL I don't know where to look for errors. (*) Well, not all GL-dependant apps, but quite a few anyway... Bjarne -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 13: 3:26 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 13:03:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from limerick.tchden.org (limerick.tchden.org [206.168.110.128]) by hub.freebsd.org (Postfix) with ESMTP id 2246237B402 for ; Mon, 18 Dec 2000 13:03:24 -0800 (PST) Received: from limerick.tchden.org (limerick.tchden.org [206.168.110.128]) by limerick.tchden.org (8.9.3/8.9.3) with ESMTP id OAA74807 for ; Mon, 18 Dec 2000 14:02:50 -0700 (MST) (envelope-from groman.jeff@tchden.org) Date: Mon, 18 Dec 2000 14:02:50 -0700 (MST) From: Jeff Groman X-Sender: is008076@limerick.tchden.org To: freebsd-stable@FreeBSD.ORG Subject: Upgrading from 3.3 Release to 4.2-stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the easiest way to accomplish this? It seems like I can CVSUP the source and buildworld, but is there an easier way to get me to 4.0 and then buildworld? The only binary way I see is on the ports page to upgrade to 3.x stable, but not to 4.x Thanks, Jeff Jeff Groman IS Department, Childrens Hospital, Denver groman.jeff@tchden.org 303 864 5671 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 13:17:27 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 13:17:21 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id D387637B404 for ; Mon, 18 Dec 2000 13:17:18 -0800 (PST) Received: from [212.238.77.116] (helo=buffy.raggedclown) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 1487el-0007DW-00; Mon, 18 Dec 2000 21:17:16 +0000 Received: from localhost (localhost [[UNIX: localhost]]) by buffy.raggedclown (8.10.2/8.10.2) id eBILFCu02426; Mon, 18 Dec 2000 22:15:12 +0100 From: Cliff Sarginson Date: Mon, 18 Dec 2000 22:15:11 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" Cc: stable@freebsd.org To: Robert Nordier , cliff@raggedclown.net (Cliff Sarginson) References: <200012181757.eBIHvZU05111@nordier.com> In-Reply-To: <200012181757.eBIHvZU05111@nordier.com> Subject: Re: 4.2 Boot. Should i report a bug? MIME-Version: 1.0 Message-Id: <00121822151100.02118@buffy> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday 18 December 2000 18:57, Robert Nordier wrote: > Cliff Sarginson wrote: > > Hello, > > Well I have posted a few times, and a few other people have as well, > > but so far no solution is forthcoming to the following: > > > > I have a Tulip Pentium 90 test machine. > > I have installed bootable versions of various Linux'es and > > BSD 4.0 on it many times without any problem. .... > > Speaking as an author/maintainer of the i386 boot code: > > It's probably not a bug: most similar cases have turned out to be > pilot error. Well speaking as a user of the i386 boot code it doesn't work on my PC. > > Your best course would probably be to get some good help on > -questions. The few suggestion I received on "questions" did not help. > Incidentally, I don't know why so many people keep > asking about elementary boot stuff on -stable, but if you're confused > about an installation issue, -stable is really not the place to go > looking for answers. I am not asking about "elementary" boot stuff, I am telling you the boot code for one reason or another does not boot my PC. I am not in the least bit confused. I am a reasonably experienced UNIX person ( more than 20 years, Edition 6,7, Early BSD, HP, Bull, Sun, Ultrix, AIX, Linux, Dynix/PTX, DRS/NX, SCO ...). You can probably assume I know something about troubleshooting problems :) I posted to "stable" because I believe it is a bug in stable, not something that I am misunderstanding - since I have tried every which way. I would not suggest it is a bug just like that otherwise ! To reiterate: I have a test PC, a very ordinary Tulip P90 with a 4MB IDE disk and 48MB EDO Ram .. I have installed on it without *any* boot problems: - Several versions of Linux/Lilo - FBSD 4.0, using the boot manager option - FBSD 4.2 Using the MBR option - FBSD 4.2 Using grub - FBSD booting by selecting the hd kernel from the boot prompt after a CD boot - OpenBSD - NetBSD The only thing that fails is installing 4.2 with the boot manager. I have installed the boot manager by hand, following the man page instructions. That fails as well. With non DD installation I see nothing at all. With DD installation I see "Read Error" Settting the boot flag with fdisk makes no difference. Adjusting BIOS to address the HD as DOS or OTHER makes no difference. I find your expression "elementary boot stuff" rather offensive. I have spent a very long time on this problem. > Send in a PR if you wish, though, and I'll look at it. Well you don't sound that interested. If it was my code I would show a bit more interest ! I'll live with 4.0. Since 4.2 clearly has bugs in this area I am not going to risk it on the gateway machine I am configuring. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 13:28:13 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 13:28:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id EAA3037B400; Mon, 18 Dec 2000 13:28:07 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id NAA14693; Mon, 18 Dec 2000 13:29:13 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200012182129.NAA14693@spammie.svbug.com> Date: Mon, 18 Dec 2000 13:29:09 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: chflags bug? To: dima@unixfreak.org Cc: nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG In-Reply-To: <20001218000431.5860E3E09@bazooka.unixfreak.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: jessem@spammie.svbug.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sure this topic has been discussed to death in core, arch and stable. But this 'kernel_securelevel' has got to be amoung the screwyist ideas to date. Note: Flames to me will hit /dev/null I'm just expressing my opinion. Jessem. On 17 Dec, Dima Dorfman wrote: >> The problem is: if I set on the 'schg' flag to a file, then I cannot >> remove it with the 'noschg' option. > > That's the idea! If the system is in securelevel >= 1, the system > immutable flag can't be unset. The point is to protect vital system > components from tampering, accidental and otherwise. Since you can't > lower the securelevel (unless you want to use ddb, but that's a story > for another thread), you have two choices, > > 1) boot into single user mode, unset the flag (or install the kernel), or > 2) set kern_securelevel_enable to "NO" in rc.conf. > > In a lower securelevel, you'll be able to unset the schg flag. > > Hope this helps > > Dima Dorfman > dima@unixfreak.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 13:36: 5 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 13:36:02 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from nordier.com (c2-dbn-2.dial-up.net [196.34.155.130]) by hub.freebsd.org (Postfix) with ESMTP id 3DA9237B400 for ; Mon, 18 Dec 2000 13:35:58 -0800 (PST) Received: (from rnordier@localhost) by nordier.com (8.11.1/8.11.1) id eBILZtC09206; Mon, 18 Dec 2000 23:35:55 +0200 (SAST) (envelope-from rnordier) From: Robert Nordier Message-Id: <200012182135.eBILZtC09206@nordier.com> Subject: Re: 4.2 Boot. Should i report a bug? To: cliff@raggedclown.net (Cliff Sarginson) Date: Mon, 18 Dec 2000 23:35:54 +0200 (SAST) Cc: stable@freebsd.org In-Reply-To: <00121822151100.02118@buffy> from "Cliff Sarginson" at Dec 18, 2000 10:15:11 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cliff Sarginson wrote: > I find your expression "elementary boot stuff" rather offensive. > I have spent a very long time on this problem. > > > Send in a PR if you wish, though, and I'll look at it. > > Well you don't sound that interested. > If it was my code I would show a bit more interest ! I already sent you a message a week ago offering help, to no effect: | From rnordier Mon Dec 11 23:25:47 2000 | Subject: Re: Booting 4.2 | To: danh@gelatinous.com, cliff@raggedclown.net | Date: Mon, 11 Dec 2000 23:25:47 +0200 (SAST) | Cc: stable@FreeBSD.org | | I'd be happy to work with anyone who is having problems with the i386 | bootstraps. You'll both have to go into more detail, though, before | this kind of report is actually useful. (All I can gather, for now, | is that nothing you tried worked, except LILO....) In the circumstances, you have nothing whatever to complain of. -- Robert Nordier rnordier@nordier.com rnordier@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 13:37: 7 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 13:37:02 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 533C337B400; Mon, 18 Dec 2000 13:37:01 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id XAA13702; Mon, 18 Dec 2000 23:34:52 +0200 To: Daniel Eischen Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977175292.3a3e82fcc5d68@webmail.harmonic.co.il> Date: Mon, 18 Dec 2000 23:34:52 +0200 (IST) From: Roman Shterenzon Cc: obrien@freebsd.org, Max Khon , freebsd-stable@freebsd.org References: <200012172336.SAA02002@pcnet1.pcnet.com> In-Reply-To: <200012172336.SAA02002@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Daniel Eischen : > > I tried the following, applied the patch (it applied cleanly), checked > that it > > really applied (yes it did). > > did: cd /usr/src/gnu/usr.bin/cc ; make all && make install && make > clean > > cd /usr/ports/www/mozilla > > pkg_delete mozilla-M18 ; rm -rf /usr/X11R6/lib/mozilla (it wasn't > there) > > make install > > several hours later it produced the binary which dumped core on > startup (again). > > for the sake of it, I took a package I made on my 4.1-STABLE some time > ago, > > and did pkg_add -f mozilla-M18.tgz (it had older dependencies, so I > needed -f). > > And, it DOES work. (All needed libs were installed from ports, e.g. > ORBit, > > gtk,glib). > > Perhaps I needed buildworld after I applied the patch, and make all in > cc > > directory wasn't enough? > > If it was enough, then I don't have any idea which change make mozilla > break. > > Whatever broke mozilla didn't break ORBit and friends.. Weird. > Probably > > something C++ related. > > I think I found the "mysqld: lots of lost connections" bug. It might > be related to this also. > > What happens, is that linking C++ apps that need libstdc++ causes the > wrong version of libgcc to be linked. It seems that libstdc++ includes > libgcc, so that when you link a threaded app that needs libstdc++, all > the libgcc symbols are already present. This prevents the linker from > linking to libgcc_r{_pic}. A quick fix is to manually link the > application > with -lgcc_r. Doing this will pick up the correct libgcc_r and prevent > libgcc from being included. Another fix that requires you to rebuild > libstdc++ and rebuild your app is: > > Index: Makefile > =================================================================== > RCS file: /opt/b/CVS/src/gnu/lib/libstdc++/Makefile,v > retrieving revision 1.25 > diff -u -r1.25 Makefile > --- Makefile 2000/06/04 06:56:22 1.25 > +++ Makefile 2000/12/16 21:05:38 > @@ -14,7 +14,7 @@ > CXXFLAGS+= -I${SRCDIR}/stl -I${SRCDIR} -I${SRCDIR}/../gcc/cp/inc -I. > CXXFLAGS+= -nostdinc++ -fno-implicit-templates > > -LDADD+= -lm > +LDADD+= -lm -nostdlib > DPADD+= ${LIBM} > > HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath > complex \ > > > It would be interesting to see if this fixes the Mozilla problem > also. I backed out obrien's patch (I don't know yet if it works with it), then, I merged Daniel's patch, buildworld, installworld, and now mozilla works (after I recompiled it). *BUT* c++ binaries compiled on 4.2 fail, for example, starting xfstt gives me: lancelot:/home/roman% xfstt /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception" However, I verified, 4.1 (perhaps 4.1.1?) c++ binaries, for example - mozilla, work ok with this patch in place. I.e. I believe that only c++ binaries built under 4.2 will be broken. Where do we go from here? Anything else I can try? --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 13:46:12 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 13:46:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 482A937B400 for ; Mon, 18 Dec 2000 13:46:08 -0800 (PST) Received: from [212.238.77.116] (helo=buffy.raggedclown) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 14886c-0007m6-00; Mon, 18 Dec 2000 21:46:02 +0000 Received: from localhost (localhost [[UNIX: localhost]]) by buffy.raggedclown (8.10.2/8.10.2) id eBILjwl03429; Mon, 18 Dec 2000 22:45:58 +0100 From: Cliff Sarginson Date: Mon, 18 Dec 2000 22:45:56 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" Cc: stable@freebsd.org To: Robert Nordier , cliff@raggedclown.net (Cliff Sarginson) References: <200012182135.eBILZtC09206@nordier.com> In-Reply-To: <200012182135.eBILZtC09206@nordier.com> Subject: Re: 4.2 Boot. Should i report a bug? MIME-Version: 1.0 Message-Id: <00121822455602.02118@buffy> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday 18 December 2000 22:35, Robert Nordier wrote: > Cliff Sarginson wrote: > > I find your expression "elementary boot stuff" rather offensive. > > I have spent a very long time on this problem. > > > > > Send in a PR if you wish, though, and I'll look at it. > > > > Well you don't sound that interested. > > If it was my code I would show a bit more interest ! > > I already sent you a message a week ago offering help, to no effect: > | From rnordier Mon Dec 11 23:25:47 2000 > | Subject: Re: Booting 4.2 > | To: danh@gelatinous.com, cliff@raggedclown.net > | Date: Mon, 11 Dec 2000 23:25:47 +0200 (SAST) > | Cc: stable@FreeBSD.org > | > | I'd be happy to work with anyone who is having problems with the i386 > | bootstraps. You'll both have to go into more detail, though, before > | this kind of report is actually useful. (All I can gather, for now, > | is that nothing you tried worked, except LILO....) > > In the circumstances, you have nothing whatever to complain of. Except I never saw your message. I am not complaining. I believe reporting bugs to be an important activity. Your immediate conclusion that it is an 'elementary boot stuff" problem does not encourage someone who has spent a lot of hours assuming he had misunderstood something, then coming to the conclusion that there was indeed something wrong. I found the tone of your message offensive. We are not all idiots :) Fin. One of the other people who reported this very same problem is also using grub. So be it. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:19:42 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:19:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from web9104.mail.yahoo.com (web9104.mail.yahoo.com [216.136.128.241]) by hub.freebsd.org (Postfix) with SMTP id 77E4B37B400 for ; Mon, 18 Dec 2000 14:19:37 -0800 (PST) Message-ID: <20001218221937.43519.qmail@web9104.mail.yahoo.com> Received: from [4.16.37.85] by web9104.mail.yahoo.com; Mon, 18 Dec 2000 14:19:37 PST Date: Mon, 18 Dec 2000 14:19:37 -0800 (PST) From: Ray Qiu Subject: PPPoE program To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I checked the source codes and found that the "no such service" noise was coming from the ng_pppoe program. The Netgraph system gets the PPPoE init packets(from other users sharing the segment) and don't know how to deal with it, since it is not providing the PPPoE server service there is no hook. Should I turn it off by changing the source code? Or how can I fix this problem? Thanks a lot. Ray --- Ray Qiu wrote: > Date: Fri, 15 Dec 2000 10:40:37 -0800 (PST) > From: Ray Qiu > Subject: kernel message > To: freebsd-stable@freebsd.org > > Hi, > > First, sorry for the last e-mail. I clicked the > wrong > link. :) > > I got one problem here. I am using the 4.2-Stable. > The dmesg output always saying "no such service". > But no other error was found. How can I know what > service the kernel is referring to? I included the > "OPTIONS DIAGNOSTIC" in the kernel config but it > didn't > help. > > Any help is appreciated! > > The dmesg output is here: > Copyright (c) 1992-2000 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.2-STABLE #0: Wed Dec 13 15:45:35 PST 2000 > root@qiu:/usr/obj/usr/src/sys/QIU > Timecounter "i8254" frequency 1193182 Hz > Timecounter "TSC" frequency 800033910 Hz > CPU: AMD Athlon(tm) Processor (800.03-MHz 686-class > CPU) > Origin = "AuthenticAMD" Id = 0x622 Stepping = 2 > > Features=0x183f9ff > AMD Features=0xc0400000 > real memory = 134152192 (131008K bytes) > avail memory = 127627264 (124636K bytes) > Preloaded elf kernel "kernel" at 0xc02e7000. > Pentium Pro MTRR support enabled > md0: Malloc disk > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pcib2: > at device 1.0 on pci0 > pci1: on pcib2 > isab0: at device 7.0 on > pci0 > isa0: on isab0 > atapci0: port > 0xc000-0xc00f at device 7.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > pci0: at 7.2 irq 12 > pci0: at 7.3 irq 12 > pcm0: port > 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 5 at > device 7.5 on pci0 > dc0: <82c169 PNIC 10/100BaseTX> port 0xdc00-0xdcff > mem > 0xd8009000-0xd80090ff irq 10 at device 8.0 on pci0 > dc0: Ethernet address: 00:a0:cc:d4:2b:6c > miibus0: on dc0 > ukphy0: on > miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, auto > dc1: <82c169 PNIC 10/100BaseTX> port 0xe000-0xe0ff > mem > 0xd8008000-0xd80080ff irq 11 at device 9.0 on pci0 > dc1: Ethernet address: 00:a0:cc:d4:16:40 > miibus1: on dc1 > ukphy1: on > miibus1 > ukphy1: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, auto > pcm1: mem > 0xd8000000-0xd8007fff irq 5 at device 10.0 on pci0 > pci0: accelerator> at 11.0 irq 12 > pcib1: on motherboard > pci2: on pcib1 > fdc0: at port > 0x3f0-0x3f5,0x3f7 > irq 6 drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: at port > 0x60,0x64 on isa0 > atkbd0: flags 0x1 irq 1 on atkbdc0 > kbd0 at atkbd0 > vga0: at port 0x3c0-0x3df iomem > 0xa0000-0xbffff on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > IP Filter: v3.4.8 initialized. Default = block all, > Logging = enabled > ad0: 19541MB [39703/16/63] at > ata0-master UDMA66 > acd0: DVD-ROM at ata1-slave using > UDMA33 > Mounting root from ufs:/dev/ad0s2a > module_register: module netgraph already exists! > linker_file_sysinit "netgraph.ko" failed to > register! > 17 > no such service > no such service > no such service > no such service > no such service > no such service > no such service > no such service > no such service > no such service > . > . > . > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - 35mm Quality Prints, Now Get 15 > Free! > http://photos.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:24:43 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:24:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 16FEF37B400; Mon, 18 Dec 2000 14:24:36 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id AAA13738; Tue, 19 Dec 2000 00:22:32 +0200 To: Daniel Eischen Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977178152.3a3e8e28b72ff@webmail.harmonic.co.il> Date: Tue, 19 Dec 2000 00:22:32 +0200 (IST) From: Roman Shterenzon Cc: obrien@FreeBSD.ORG, Max Khon , freebsd-stable@FreeBSD.ORG References: <200012172336.SAA02002@pcnet1.pcnet.com> <977175292.3a3e82fcc5d68@webmail.harmonic.co.il> In-Reply-To: <977175292.3a3e82fcc5d68@webmail.harmonic.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Roman Shterenzon : > Quoting Daniel Eischen : > > =================================================================== > > RCS file: /opt/b/CVS/src/gnu/lib/libstdc++/Makefile,v > > retrieving revision 1.25 > > diff -u -r1.25 Makefile > > --- Makefile 2000/06/04 06:56:22 1.25 > > +++ Makefile 2000/12/16 21:05:38 > > @@ -14,7 +14,7 @@ > > CXXFLAGS+= -I${SRCDIR}/stl -I${SRCDIR} -I${SRCDIR}/../gcc/cp/inc -I. > > CXXFLAGS+= -nostdinc++ -fno-implicit-templates > > > > -LDADD+= -lm > > +LDADD+= -lm -nostdlib > > DPADD+= ${LIBM} > > > > HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath > > complex \ > > > > > > It would be interesting to see if this fixes the Mozilla problem > > also. > > I backed out obrien's patch (I don't know yet if it works with it), > then, I merged Daniel's patch, buildworld, installworld, and now mozilla > works (after I recompiled it). > *BUT* c++ binaries compiled on 4.2 fail, for example, starting xfstt > gives me: > > lancelot:/home/roman% xfstt > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__ti9exception" > > However, I verified, 4.1 (perhaps 4.1.1?) c++ binaries, for example - > mozilla, > work ok with this patch in place. > > I.e. I believe that only c++ binaries built under 4.2 will be broken. > > Where do we go from here? Anything else I can try? > BTW, I needed my xfstt, so I kept the old binary and rebuilt it, now it works. I only noticed that the new binary is 20k (19.5k) larger than the previous one. What does -nostdlib flag do to libstdc++ again? --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:28:11 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:28:10 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id DF90C37B400 for ; Mon, 18 Dec 2000 14:28:09 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 19B153E59; Mon, 18 Dec 2000 23:28:09 +0100 (CET) Date: Mon, 18 Dec 2000 23:28:09 +0100 From: Jesper Skriver To: Ray Qiu Cc: freebsd-stable@freebsd.org Subject: Re: PPPoE program Message-ID: <20001218232809.A48938@skriver.dk> References: <20001218221937.43519.qmail@web9104.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001218221937.43519.qmail@web9104.mail.yahoo.com>; from ray_qiu@yahoo.com on Mon, Dec 18, 2000 at 02:19:37PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 02:19:37PM -0800, Ray Qiu wrote: > Hi, > > I checked the source codes and found that the "no such > service" noise was coming from the ng_pppoe program. > The Netgraph system gets the PPPoE init packets(from > other users sharing the segment) and don't know how to > deal with it, since it is not providing the PPPoE > server service there is no hook. > > Should I turn it off by changing the source code? > Or how can I fix this problem? Call your DSL provider and have them fix their L2 stuff, you shouldn't see other's PPPoE requests. /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: Geek @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:33:58 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:33:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 3B1DE37B400; Mon, 18 Dec 2000 14:33:52 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBIMXgL15349; Mon, 18 Dec 2000 14:33:42 -0800 (PST) Date: Mon, 18 Dec 2000 14:33:41 -0800 From: Alfred Perlstein To: opentrax@email.com Cc: dima@unixfreak.org, nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: chflags bug? Message-ID: <20001218143341.G19572@fw.wintelcom.net> References: <20001218000431.5860E3E09@bazooka.unixfreak.org> <200012182129.NAA14693@spammie.svbug.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012182129.NAA14693@spammie.svbug.com>; from opentrax@email.com on Mon, Dec 18, 2000 at 01:29:09PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * opentrax@email.com [001218 13:29] wrote: > I'm sure this topic has been discussed to death in core, arch > and stable. But this 'kernel_securelevel' has got to be > amoung the screwyist ideas to date. > > Note: Flames to me will hit /dev/null > > I'm just expressing my opinion. So you think that once someone aquires root, they should be able to wipe all logs of thier intrusion? just wondering, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:34: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:33:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from web9106.mail.yahoo.com (web9106.mail.yahoo.com [216.136.128.243]) by hub.freebsd.org (Postfix) with SMTP id 6CCFE37B698 for ; Mon, 18 Dec 2000 14:33:59 -0800 (PST) Message-ID: <20001218223359.53848.qmail@web9106.mail.yahoo.com> Received: from [4.16.37.85] by web9106.mail.yahoo.com; Mon, 18 Dec 2000 14:33:59 PST Date: Mon, 18 Dec 2000 14:33:59 -0800 (PST) From: Ray Qiu Subject: Re: PPPoE program To: Jesper Skriver Cc: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Jesper, I am not using DSL. It is the apartment network. But I think the PPPoE is based on bridged ethernet packets. If they are using hubs instead of switches as the access points, then I am probably sharing the same broadcast domain with other users. They probably will not change this for me. Thanks anyway. Regards, Ray --- Jesper Skriver wrote: > On Mon, Dec 18, 2000 at 02:19:37PM -0800, Ray Qiu > wrote: > > Hi, > > > > I checked the source codes and found that the "no > such > > service" noise was coming from the ng_pppoe > program. > > The Netgraph system gets the PPPoE init > packets(from > > other users sharing the segment) and don't know > how to > > deal with it, since it is not providing the PPPoE > > server service there is no hook. > > > > Should I turn it off by changing the source code? > > Or how can I fix this problem? > > Call your DSL provider and have them fix their L2 > stuff, you shouldn't see other's PPPoE requests. > > /Jesper > > -- > Jesper Skriver, jesper(at)skriver(dot)dk - CCIE > #5456 > Work: Network manager @ AS3292 (Tele Danmark > DataNetworks) > Private: Geek @ AS2109 (A much smaller > network ;-) > > One Unix to rule them all, One Resolver to find > them, > One IP to bring them all and in the zone to bind > them. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free! http://photos.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:40:18 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:40:15 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 7784F37B400 for ; Mon, 18 Dec 2000 14:40:15 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id A920C3E59; Mon, 18 Dec 2000 23:40:14 +0100 (CET) Date: Mon, 18 Dec 2000 23:40:14 +0100 From: Jesper Skriver To: Ray Qiu Cc: freebsd-stable@freebsd.org Subject: Re: PPPoE program Message-ID: <20001218234014.A57735@skriver.dk> References: <20001218223359.53848.qmail@web9106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001218223359.53848.qmail@web9106.mail.yahoo.com>; from ray_qiu@yahoo.com on Mon, Dec 18, 2000 at 02:33:59PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 02:33:59PM -0800, Ray Qiu wrote: > Hi Jesper, > > I am not using DSL. It is the apartment network. > > But I think the PPPoE is based on bridged ethernet > packets. If they are using hubs instead of switches > as the access points, then I am probably sharing the > same broadcast domain with other users. They probably > will not change this for me. It doesn't fix the problem in the code, but it's ugly, but your probably right about them going to "fix" it ... Sorry for my interrupting ... /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: Geek @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 14:54:12 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 14:54:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from nordier.com (c3-dbn-39.dial-up.net [196.33.200.39]) by hub.freebsd.org (Postfix) with ESMTP id 72E0B37B400 for ; Mon, 18 Dec 2000 14:54:03 -0800 (PST) Received: (from rnordier@localhost) by nordier.com (8.11.1/8.11.1) id eBIMs4u10794; Tue, 19 Dec 2000 00:54:04 +0200 (SAST) (envelope-from rnordier) From: Robert Nordier Message-Id: <200012182254.eBIMs4u10794@nordier.com> Subject: Re: 4.2 Boot. Should i report a bug? To: cliff@raggedclown.net (Cliff Sarginson) Date: Tue, 19 Dec 2000 00:54:04 +0200 (SAST) Cc: stable@freebsd.org In-Reply-To: <00121822455602.02118@buffy> from "Cliff Sarginson" at Dec 18, 2000 10:45:56 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cliff Sarginson wrote: > On Monday 18 December 2000 22:35, Robert Nordier wrote: > > Cliff Sarginson wrote: > > > I find your expression "elementary boot stuff" rather offensive. > > > I have spent a very long time on this problem. > > > > > > > Send in a PR if you wish, though, and I'll look at it. > > > > > > Well you don't sound that interested. > > > If it was my code I would show a bit more interest ! > > > > I already sent you a message a week ago offering help, to no effect: > > | From rnordier Mon Dec 11 23:25:47 2000 > > | Subject: Re: Booting 4.2 > > | To: danh@gelatinous.com, cliff@raggedclown.net > > | Date: Mon, 11 Dec 2000 23:25:47 +0200 (SAST) > > | Cc: stable@FreeBSD.org > > | > > | I'd be happy to work with anyone who is having problems with the i386 > > | bootstraps. You'll both have to go into more detail, though, before > > | this kind of report is actually useful. (All I can gather, for now, > > | is that nothing you tried worked, except LILO....) > > > > In the circumstances, you have nothing whatever to complain of. > > Except I never saw your message. > I am not complaining. I believe reporting bugs to be an important > activity. Your immediate conclusion that it is an 'elementary boot stuff" > problem does not encourage someone who has spent a lot of hours assuming > he had misunderstood something, then coming to the conclusion that there > was indeed something wrong. > > I found the tone of your message offensive. > We are not all idiots :) Hmm. On rereading my original message, I guess the tone is rather dismissive: sorry about that. -- Robert Nordier rnordier@nordier.com rnordier@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 15: 9:27 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 15:09:25 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C2D5737B402 for ; Mon, 18 Dec 2000 15:09:24 -0800 (PST) Received: from [212.238.77.116] (helo=buffy.raggedclown) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 1489PB-0004zl-00; Mon, 18 Dec 2000 23:09:20 +0000 Received: (from root@localhost) by buffy.raggedclown (8.10.2/8.10.2) id eBIN93W05166; Tue, 19 Dec 2000 00:09:03 +0100 Date: Tue, 19 Dec 2000 00:09:02 +0100 From: root To: Robert Nordier Cc: Cliff Sarginson , stable@freebsd.org Subject: Re: 4.2 Boot. Should i report a bug? Message-ID: <20001219000850.A4517@buffy.local> References: <00121822455602.02118@buffy> <200012182254.eBIMs4u10794@nordier.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012182254.eBIMs4u10794@nordier.com>; from rnordier@nordier.com on Tue, Dec 19, 2000 at 12:54:04AM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 12:54:04AM +0200, Robert Nordier wrote: > Cliff Sarginson wrote: > > > I found the tone of your message offensive. > > We are not all idiots :) > > Hmm. On rereading my original message, I guess the tone is rather > dismissive: sorry about that. > Ok. Apology gratefully accepted :) I will send a PR later on today. Thanks you... Cliff > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 15:38: 8 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 15:38:04 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 520B337B400 for ; Mon, 18 Dec 2000 15:38:03 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 11B24177E8F; Mon, 18 Dec 2000 17:38:45 -0600 (CST) Message-ID: <015d01c0694b$c34952c0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "stable" Subject: DMA33 ATAPI CDROM and 4.2-STABLE Date: Mon, 18 Dec 2000 17:39:28 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running 4.2-stable FreeBSD leviathan.inethouston.com 4.2-STABLE FreeBSD 4.2-STABLE #1: Mon Dec 18 10:09:41 CST 2000 poseiden@leviathan.in ethouston.com:/usr/src/sys/compile/LEVIATHAN i386 and I get this in my dmesg acd0: CDROM at ata3-master using PIO4 the promise ultra/66 bios tells me that it does dma/33 and so does the box that I bought it on. It is slaved off of my dma/66 harddrive with freebsd detects as 66 and I'm using the correct cable, any suggestions? Here's my full dmesg...atapci0 is my onboard ide controller for my abit tx5, not sure why it gives me the error it does on that controller, but it doesn't matter as I use the promise ultra/66 controller. I don't think I'd notice the performance increase much, but if this is a bug, I wouldn't mind getting it fixed if anyone has some free time to help me. The Regents of the University of California. All rights reserved. FreeBSD 4.2-STABLE #1: Mon Dec 18 10:09:41 CST 2000 poseiden@leviathan.inethouston.com:/usr/src/sys/compile/LEVIATHAN Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 300682828 Hz CPU: AMD-K6(tm) 3D processor (300.68-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x580 Stepping = 0 Features=0x8001bf AMD Features=0x80000800 real memory = 134217728 (131072K bytes) avail memory = 128176128 (125172K bytes) Preloaded elf kernel "kernel" at 0xc0283000. Preloaded elf module "if_xl.ko" at 0xc028309c. Preloaded elf module "miibus.ko" at 0xc028313c. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: at device 7.1 on pci0 atapci0: Busmastering DMA not supported pci0: at 7.2 chip1: port 0x5000-0x500f at device 7.3 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0x6800-0x687f mem 0xe2020000-0xe202007f irq 11 at device 9.0 on pci0 xl0: Ethernet address: 00:50:04:d9:bd:72 miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: at 11.0 irq 14 atapci1: port 0x7c00-0x7c3f,0x7800-0x7803,0x7400-0x7407,0x7000-0x7003,0x6c00-0x6c07 mem 0xe2000 000-0xe201ffff irq 15 at device 15.0 on pci0 ata2: at 0x6c00 on atapci1 ata3: at 0x7400 on atapci1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 16603MB [33735/16/63] at ata2-master UDMA66 acd0: CDROM at ata3-master using PIO4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 15:49:43 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 15:49:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id B3EC037B400 for ; Mon, 18 Dec 2000 15:49:41 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id eBINndR15975; Mon, 18 Dec 2000 15:49:39 -0800 Date: Mon, 18 Dec 2000 15:49:39 -0800 From: Brooks Davis To: "David W. Chapman Jr." Cc: stable Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE Message-ID: <20001218154939.A15680@Odin.AC.HMC.Edu> References: <015d01c0694b$c34952c0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <015d01c0694b$c34952c0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Mon, Dec 18, 2000 at 05:39:28PM -0600 Sender: brdavis@odin.ac.hmc.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [This belongs on -questions.] On Mon, Dec 18, 2000 at 05:39:28PM -0600, David W. Chapman Jr. wrote: > I'm running 4.2-stable > > FreeBSD leviathan.inethouston.com 4.2-STABLE FreeBSD 4.2-STABLE #1: Mon Dec > 18 10:09:41 CST 2000 poseiden@leviathan.in > ethouston.com:/usr/src/sys/compile/LEVIATHAN i386 > > and I get this in my dmesg > > acd0: CDROM at ata3-master using PIO4 > > the promise ultra/66 bios tells me that it does dma/33 and so does the box > that I bought it on. It is slaved off of my dma/66 harddrive with freebsd > detects as 66 and I'm using the correct cable, any suggestions? Here's my > full dmesg...atapci0 is my onboard ide controller for my abit tx5, not sure > why it gives me the error it does on that controller, but it doesn't matter > as I use the promise ultra/66 controller. I don't think I'd notice the > performance increase much, but if this is a bug, I wouldn't mind getting it > fixed if anyone has some free time to help me. DMA is disabled by default for ATAPI devices like CD-ROM drives because many report that the support it but just crash your system if you actually try to use it. If you really want that virtualy useless speedup you can enable the option ATA_ENABLE_ATAPI_DMA in your kernel config. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 15:52:15 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 15:52:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8727B37B400 for ; Mon, 18 Dec 2000 15:52:12 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 78934177E8F; Mon, 18 Dec 2000 17:52:59 -0600 (CST) Message-ID: <01a501c0694d$c0865040$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Brooks Davis" Cc: "stable" References: <015d01c0694b$c34952c0$931576d8@inethouston.net> <20001218154939.A15680@Odin.AC.HMC.Edu> Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE Date: Mon, 18 Dec 2000 17:53:42 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > DMA is disabled by default for ATAPI devices like CD-ROM drives because > many report that the support it but just crash your system if you > actually try to use it. If you really want that virtualy useless > speedup you can enable the option ATA_ENABLE_ATAPI_DMA in your kernel > config. > I actually have that option compiled in my kernel, not that I need the speedup, unless it is slowing down my dma66 harddrive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 15:58: 0 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 15:57:57 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 27D8437B400 for ; Mon, 18 Dec 2000 15:57:57 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id eBINvtJ16496; Mon, 18 Dec 2000 15:57:55 -0800 Date: Mon, 18 Dec 2000 15:57:55 -0800 From: Brooks Davis To: "David W. Chapman Jr." Cc: stable Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE Message-ID: <20001218155755.A16179@Odin.AC.HMC.Edu> References: <015d01c0694b$c34952c0$931576d8@inethouston.net> <20001218154939.A15680@Odin.AC.HMC.Edu> <01a501c0694d$c0865040$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <01a501c0694d$c0865040$931576d8@inethouston.net>; from dwcjr@inethouston.net on Mon, Dec 18, 2000 at 05:53:42PM -0600 Sender: brdavis@odin.ac.hmc.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 05:53:42PM -0600, David W. Chapman Jr. wrote: > > > > DMA is disabled by default for ATAPI devices like CD-ROM drives because > > many report that the support it but just crash your system if you > > actually try to use it. If you really want that virtualy useless > > speedup you can enable the option ATA_ENABLE_ATAPI_DMA in your kernel > > config. > > > I actually have that option compiled in my kernel, not that I need the > speedup, unless it is slowing down my dma66 harddrive. That was a rather important piece of missing information. If this worked before then you've got a bug and should file a PR, if not, you probably don't. At this point if it never worked in DMA mode before, then your CDROM most likely doesn't have DMA support. It is slowing down your HD though how much I don't know since I know sos committed code at some point that sped it up quite a bit. There are a number of reasons why that master-slave crap is gone from Serial-ATA. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 16: 6:18 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 16:06:16 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 4D22537B400 for ; Mon, 18 Dec 2000 16:06:16 -0800 (PST) Received: (qmail 94983 invoked by uid 1142); 19 Dec 2000 00:06:14 -0000 Date: 18 Dec 2000 16:06:14 -0800 Date: Mon, 18 Dec 2000 16:06:06 -0800 From: Jason Evans To: Alexey Zakirov Cc: freebsd-stable@freebsd.org Subject: Re: mysql+linuxthreads => linuxthreads problem? Message-ID: <20001218160605.D2312@canonware.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from frank@agava.com on Sun, Dec 17, 2000 at 04:08:17PM +0300 Sender: jasone@magnesium.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 17, 2000 at 04:08:17PM +0300, Alexey Zakirov wrote: > I've just built the mysqld with the linuxthreads (from the ports) and got > a problem: mysqld dies by SIGSEGV immediately after the first > pthread_create call. I've decided to try a simple linuxthreads example > from the linuxthreads distribution (Examples/ex5.c) and it doesn't > work. This example must writes a sequence of numbers but it hangs after > the first one. But when I compile this example with the native > freebsd threads (libc_r) it works just fine! > > Is there any well-known tricks for correct linuxthreads use? The example programs (among other tests I ran before committing the latest round of fixes to the linuxthreads port) run just fine for me. Are you using the Makefile to build them? Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 16:12: 8 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 16:12:06 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shell.webmaster.com (unknown [209.10.218.74]) by hub.freebsd.org (Postfix) with ESMTP id 7241437B400 for ; Mon, 18 Dec 2000 16:12:06 -0800 (PST) Received: from whenever ([216.152.68.2]) by shell.webmaster.com (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id com; Mon, 18 Dec 2000 16:12:00 -0800 From: "David Schwartz" To: "Jason Evans" , "Alexey Zakirov" Cc: Subject: RE: mysql+linuxthreads => linuxthreads problem? Date: Mon, 18 Dec 2000 16:12:05 -0800 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <20001218160605.D2312@canonware.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The example programs (among other tests I ran before committing the latest > round of fixes to the linuxthreads port) run just fine for me. Are you > using the Makefile to build them? > > Jason We've compiled the ConferenceRoom server suite using the LinuxThreads port on FreeBSD 4-STABLE. It works great. No crashes or glitches in five days with a max of about 700 concurrent local clients on a network of 23,000. The libc_r library is seldom that stable. DS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 16:13:20 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 16:13:17 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 79D1C37B400; Mon, 18 Dec 2000 16:13:16 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id TAA17820; Mon, 18 Dec 2000 19:12:53 -0500 (EST) Date: Mon, 18 Dec 2000 19:12:53 -0500 (EST) From: Daniel Eischen To: Roman Shterenzon Cc: obrien@FreeBSD.ORG, Max Khon , freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <977178152.3a3e8e28b72ff@webmail.harmonic.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Dec 2000, Roman Shterenzon wrote: > Quoting Roman Shterenzon : > > > Quoting Daniel Eischen : > > > > =================================================================== > > > RCS file: /opt/b/CVS/src/gnu/lib/libstdc++/Makefile,v > > > retrieving revision 1.25 > > > diff -u -r1.25 Makefile > > > --- Makefile 2000/06/04 06:56:22 1.25 > > > +++ Makefile 2000/12/16 21:05:38 > > > @@ -14,7 +14,7 @@ > > > CXXFLAGS+= -I${SRCDIR}/stl -I${SRCDIR} -I${SRCDIR}/../gcc/cp/inc -I. > > > CXXFLAGS+= -nostdinc++ -fno-implicit-templates > > > > > > -LDADD+= -lm > > > +LDADD+= -lm -nostdlib > > > DPADD+= ${LIBM} > > > > > > HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath > > > complex \ > > > > > > > > > It would be interesting to see if this fixes the Mozilla problem > > > also. > > > > I backed out obrien's patch (I don't know yet if it works with it), > > then, I merged Daniel's patch, buildworld, installworld, and now mozilla > > works (after I recompiled it). > > *BUT* c++ binaries compiled on 4.2 fail, for example, starting xfstt > > gives me: > > > > lancelot:/home/roman% xfstt > > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > > "__ti9exception" > > > > However, I verified, 4.1 (perhaps 4.1.1?) c++ binaries, for example - > > mozilla, > > work ok with this patch in place. > > > > I.e. I believe that only c++ binaries built under 4.2 will be broken. > > > > Where do we go from here? Anything else I can try? > > > > BTW, I needed my xfstt, so I kept the old binary and rebuilt it, now it works. > I only noticed that the new binary is 20k (19.5k) larger than the previous one. > What does -nostdlib flag do to libstdc++ again? It should prevent libstdc++ from linking in other libraries. In this case we don't want it to include (the unthreaded) libgcc, so that the correct libgcc (libgcc for unthreaded, libgcc_r for threaded) will be linked when the application is linked. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 16:44:55 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 16:44:54 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id EB40837B400 for ; Mon, 18 Dec 2000 16:44:52 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBJ0ips10175; Mon, 18 Dec 2000 17:44:51 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA96024; Mon, 18 Dec 2000 17:44:50 -0700 (MST) Message-Id: <200012190044.RAA96024@harmony.village.org> To: Bjarne Wichmann Petersen Subject: Re: Mesa-apps refuses to compile under XFree4 Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Mon, 18 Dec 2000 21:36:53 +0100." <200012182037.VAA30394@usr03.cybercity.dk> References: <200012182037.VAA30394@usr03.cybercity.dk> Date: Mon, 18 Dec 2000 17:44:50 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200012182037.VAA30394@usr03.cybercity.dk> Bjarne Wichmann Petersen writes: : : *Finally* got XFree4/DRI working with my G400. But the tradeoff? GL-apps refuses to compile(*). : : Eg. ports/games/gltron reports this: : : configure:618: checking for main in -lGL : configure:633: gcc -o conftest -O -pipe conftest.c -lGL -lX11 -lm -L$ac_default_prefix/lib -L/usr/X11R6/lib 1>&5 : /usr/X11R6/lib/libGL.so: undefined reference to `XextAddDisplay' : /usr/X11R6/lib/libGL.so: undefined reference to `XextFindDisplay' : /usr/X11R6/lib/libGL.so: undefined reference to `XextCreateExtension' : /usr/X11R6/lib/libGL.so: undefined reference to `XextRemoveDisplay' : /usr/X11R6/lib/libGL.so: undefined reference to `XMissingExtension' You need -lXext before -lX11 Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 17:27:46 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 17:27:42 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id A932737B402; Mon, 18 Dec 2000 17:27:41 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 25FC13E09; Mon, 18 Dec 2000 17:27:41 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 1F5B23C109; Mon, 18 Dec 2000 17:27:41 -0800 (PST) To: opentrax@email.com Cc: nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: chflags bug? In-Reply-To: Message from opentrax@email.com of "Mon, 18 Dec 2000 13:29:09 PST." <200012182129.NAA14693@spammie.svbug.com> Date: Mon, 18 Dec 2000 17:27:36 -0800 From: Dima Dorfman Message-Id: <20001219012741.25FC13E09@bazooka.unixfreak.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm sure this topic has been discussed to death in core, arch > and stable. But this 'kernel_securelevel' has got to be > amoung the screwyist ideas to date. Do you have a better one? If so, I'm sure many people would like to hear about it. I agree that securelevel is imperfect to say the least, but knowledge of what it can and cannot do may help you stop an attacker (albeit, a not-so-bright one, but most attackers fall in this category) from completely trashing your system. The only apparent downside is that it may provide a false sense of security to those who don't know what it is, but that's more a result of lack of documentation or user education than a fault of the implementation. > Note: Flames to me will hit /dev/null From the magnitude of the thread on OpenBSD's mailing lists about ssh being evil (yes, the one you started), I'd say you are quite incapable of piping flames (which this message is not) to /dev/null. No pun/offense/whatever intended. I'm just expressing my opinion. Regards Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 17:47:52 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 17:47:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by hub.freebsd.org (Postfix) with ESMTP id EDB7137B402 for ; Mon, 18 Dec 2000 17:47:49 -0800 (PST) Received: from irshaad (irshaad@dbn-dial-196-30-33-158.mweb.co.za [196.30.33.158]) by glitch.crosswinds.net (8.9.3/8.9.3) with SMTP id UAA61814 for ; Mon, 18 Dec 2000 20:47:45 -0500 (EST) (envelope-from irshaad@crosswinds.net) Message-ID: <001001c0695e$c11b2d80$9e211ec4@irshaad> From: "Irshaad Bobat" To: Subject: Date: Tue, 19 Dec 2000 03:36:26 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C0696C.DD96B5C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C0696C.DD96B5C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable subscribe freebsd-stable ------=_NextPart_000_0009_01C0696C.DD96B5C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
subscribe = freebsd-stable
------=_NextPart_000_0009_01C0696C.DD96B5C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 17:52:46 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 17:52:44 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.mailbox.co.za (relay.mailbox.co.za [196.2.147.67]) by hub.freebsd.org (Postfix) with ESMTP id 32CCD37B402 for ; Mon, 18 Dec 2000 17:52:42 -0800 (PST) Received: from imail (iweb1.webmail.co.za [192.168.0.8]) by relay.mailbox.co.za (8.9.3/8.9.3) with SMTP id DAA04607 for ; Tue, 19 Dec 2000 03:52:19 +0200 Message-Id: <200012190152.DAA04607@relay.mailbox.co.za> Date: Tue, 19 Dec 2000 03:53:28 +0200 From: "Irshaad Bobat" To: freebsd-stable@freebsd.org X-Mailer: WebMail v2.24R8 X-Sender-Ip: 196.2.40.7 X-Account: 181549 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-stable _______________________________________________________________ http://www.webmail.co.za the South-African free email service WIN R10 000 by registering for free online options for EasyMoney in http://www.easyinfo.co.za/easymoney/wmindex.asp - Easy Does it - Now!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 19:39:28 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 19:39:25 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from krel.org (mail.krel.org [216.141.123.213]) by hub.freebsd.org (Postfix) with ESMTP id 6047437B400 for ; Mon, 18 Dec 2000 19:39:24 -0800 (PST) Received: from shark [160.79.102.254] by krel.org (SMTPD32-6.05) id A8F38E200F8; Mon, 18 Dec 2000 22:41:39 -0500 Message-ID: <003701c0696d$42272fb0$0100a8c0@krel.org> From: "Ilya" To: References: <3A3C148B.9B08542D@acm.org> <20001218174710.D48643@prioris.mini.pw.edu.pl> Subject: Re: Spontaneous rebooting problems Date: Mon, 18 Dec 2000 22:39:14 -0500 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i started to expirience the same thing. random reboots for no reason.... i have no softupdates in kernel. the box was woking fine with current hardware for over a year now. i noticed the reboots just last week, but the box was in 4.2 stabel from very start... it is on ups... i am doing cvsup now, but if anyone has more ideas pls let me know. ----- Original Message ----- From: "Grzegorz Czaplinski" To: "David Goddard" Cc: Sent: Monday, December 18, 2000 11:47 AM Subject: Re: Spontaneous rebooting problems > On Sun, Dec 17, 2000 at 01:19:07AM +0000, David Goddard wrote: > > Hi, > > > > In the course of one week, we have had three FreeBSD stable boxes just > > reboot on us and I'm trying to work out what's going wrong. The reboots > > were at different times of day with machines at different physical > > locations, so I don't believe power outages were involved (although > > we're looking into any causes along those lines). > > > > I guess there may be a degree of concidence involved, but I really would > > like to see if there's any common factor here. > > > > The messages log show nothing before the reboot: > > > > [...] > > Dec 16 03:59:00 cassium /kernel: ipfw: Entry 306 cleared. > > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1992-2000 The FreeBSD > > Project. > > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1979, 1980, 1983, 1986, > > 1988, 1989, 1991, 1992, 1993,1994 > > [...] > > Dec 16 04:20:02 cassium /kernel: WARNING: / was not properly dismounted > > > > One of the machines was built from 4.2 stable sources cvsupped Nov 23 at > > about 18:00 GMT, the others are similar. > > > > I don't believe any of the machines were particularly heavily loaded at > > the time. At least one of them had no (legitimately) logged on users. > > > > Any clues to what happened or pointers to how I can look into this > > further myself are greatly appreciated... > > > > Thanks, > > > > Dave > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > I had a problem with continuous rebooting of the server. > Taking softupdates off on all filesystems resolved the problem. > Do you have such feature on? > I hope this helps. > Best regards > gregory > -- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 22:17:42 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 22:17:40 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 0020137B400 for ; Mon, 18 Dec 2000 22:16:59 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBJ6Gfb46702 for ; Tue, 19 Dec 2000 12:16:42 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Tue, 19 Dec 2000 12:16:39 +0600 (NS) From: Max Khon To: freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <20001218103021.B67810@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Mon, 18 Dec 2000, David O'Brien wrote: > > just a guess (and I am not speculating): > > FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). > > Can you remind me why you feel sjlj exceptions are broken (vs. slow)? g++ 2.95.2 generates incorrect code when using -fsjlj-exceptions (segfaults when throwing an exception) Alexander Kabaev has made two set of patches for this problem (one is his own solution and other is backport of changes from gcc-current). The former IIRC is committed into OpenBSD source tree and I use it without any problems for about half a year. The latter is not tested that well but I do my C++ development with that patch for about a week and haven't noticed any problems. there are two bug reports (#413 and #258) in gcc GNATS about this problem /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 22:27: 3 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 22:27:00 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id C292937B400; Mon, 18 Dec 2000 22:26:50 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBJ6Pf646996; Tue, 19 Dec 2000 12:25:48 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Tue, 19 Dec 2000 12:25:40 +0600 (NS) From: Max Khon To: Daniel Eischen Cc: Roman Shterenzon , obrien@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Mon, 18 Dec 2000, Daniel Eischen wrote: > It should prevent libstdc++ from linking in other libraries. In > this case we don't want it to include (the unthreaded) libgcc, so > that the correct libgcc (libgcc for unthreaded, libgcc_r for threaded) > will be linked when the application is linked. haven't tested this solution, but what will happen if I need to link my threaded app with, for example, libmd? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Dec 18 23:50: 7 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 23:50:05 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from dns.comrax.com (dns.comrax.com [194.90.246.124]) by hub.freebsd.org (Postfix) with ESMTP id 59F5337B698 for ; Mon, 18 Dec 2000 23:50:04 -0800 (PST) Received: from NOOR (unknown [156.27.243.27]) by dns.comrax.com (Postfix) with SMTP id 0081612C7B1; Tue, 19 Dec 2000 09:48:31 +0200 (IST) From: "Noor Dawod" To: "David Schwartz" , "Jason Evans" , "Alexey Zakirov" Cc: Subject: RE: mysql+linuxthreads => linuxthreads problem? Date: Tue, 19 Dec 2000 09:49:35 +0200 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Few weeks ago there was a thread in STABLE concerning MySQL and FreeBSD's libc_r (and possibly LinuxThreads). The thread dealt with a problem when compiling MySQL under FreeBSD. 1. Is the problem described in that thread over yet? i.e., will MySQL compile without error on the current (and future) STABLE releases? 2. In the problem described here resembles the one with the MySQL? Both seem to touch one ground: threads. 3. I hope that the next STABLE will not have any problem with anything :) Have a good day all. Noor -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of David Schwartz Sent: Tuesday, December 19, 2000 2:12 AM To: Jason Evans; Alexey Zakirov Cc: freebsd-stable@freebsd.org Subject: RE: mysql+linuxthreads => linuxthreads problem? > The example programs (among other tests I ran before committing the latest > round of fixes to the linuxthreads port) run just fine for me. Are you > using the Makefile to build them? > > Jason We've compiled the ConferenceRoom server suite using the LinuxThreads port on FreeBSD 4-STABLE. It works great. No crashes or glitches in five days with a max of about 700 concurrent local clients on a network of 23,000. The libc_r library is seldom that stable. DS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 0:36:50 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 00:36:46 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 86C1337B400 for ; Tue, 19 Dec 2000 00:36:39 -0800 (PST) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id MAA14627 for ; Tue, 19 Dec 2000 12:01:12 +0300 (MSK) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.1/8.10.1) id eBJ8BBj01216 for freebsd-stable@FreeBSD.ORG; Tue, 19 Dec 2000 11:11:11 +0300 Date: Tue, 19 Dec 2000 11:11:11 +0300 From: Igor Robul To: freebsd-stable@FreeBSD.ORG Subject: Re: make -j Message-ID: <20001219111111.A1090@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20001218101613.Y19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20001218101613.Y19572@fw.wintelcom.net>; from bright@wintelcom.net on Mon, Dec 18, 2000 at 10:16:13AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 10:16:13AM -0800, Alfred Perlstein wrote: > > in make.conf, so I don't issue `make -j n' all the time, but simply type > > in `make target' and all my options would come in play? > > Not that I know of. alias make make -j2 in your ~/.cshrc or alias make="make -j2" in .bashrc for example. -- Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 2:55:20 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 02:55:18 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gdmckee.local (gdm.demon.co.uk [193.237.88.62]) by hub.freebsd.org (Postfix) with ESMTP id A884F37B400 for ; Tue, 19 Dec 2000 02:55:16 -0800 (PST) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.16 #1) id 148KOh-00006t-00 for freebsd-stable@freebsd.org; Tue, 19 Dec 2000 10:53:31 +0000 Message-ID: <001101c069a9$deedf4a0$0500a8c0@gdmckee.local> From: "G D McKee" To: "Stable FreeBSD" Subject: tun0 Date: Tue, 19 Dec 2000 10:53:07 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C069A9.DECC62E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C069A9.DECC62E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi In FreeBSD 4.1.1 tun0 device came up automatically on boot. How can I = configure this in 4.2? G D McKee ------=_NextPart_000_000E_01C069A9.DECC62E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
 
In FreeBSD 4.1.1 tun0 device came up = automatically=20 on boot.  How can I configure this in 4.2?
 
G D McKee
------=_NextPart_000_000E_01C069A9.DECC62E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 3:24: 8 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 03:24:06 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id B75B637B400 for ; Tue, 19 Dec 2000 03:24:01 -0800 (PST) Received: (from laa@localhost) by mx1.ZSEA.zp.ua (8.11.1/8.11.1) id eBJAJm231970; Tue, 19 Dec 2000 12:19:48 +0200 (EET) (envelope-from laa@laa.zp.ua) Date: Tue, 19 Dec 2000 12:19:48 +0200 From: "Alexandr A. Listopad" To: igorr@crosswinds.net Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make -j Message-ID: <20001219121948.B31923@laa.zp.ua> References: <20001218101613.Y19572@fw.wintelcom.net> <20001219111111.A1090@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20001219111111.A1090@linux.rainbow>; from igor@raduga.dyndns.org on Tue, Dec 19, 2000 at 11:11:11AM +0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 11:11:11AM +0300, Igor Robul wrote: > On Mon, Dec 18, 2000 at 10:16:13AM -0800, Alfred Perlstein wrote: > > > in make.conf, so I don't issue `make -j n' all the time, but simply type > > > in `make target' and all my options would come in play? > > > > Not that I know of. > alias make make -j2 > in your ~/.cshrc > or > alias make="make -j2" > in .bashrc for example. don't do it!!! what about make buildkernel??? it's don't supports '-j X', isn't it? > > -- > Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", > Sochi, Russia > http://www.brainbench.com/transcript.jsp?pid=304744 -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 3:25:56 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 03:25:54 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from libero.sunshine.ale (ppp-103-112.33-151.iol.it [151.33.112.103]) by hub.freebsd.org (Postfix) with ESMTP id 0CF0437B400 for ; Tue, 19 Dec 2000 03:25:53 -0800 (PST) Received: by libero.sunshine.ale (Postfix, from userid 1001) id 063495ECB; Tue, 19 Dec 2000 12:24:34 +0100 (CET) Date: Tue, 19 Dec 2000 12:24:34 +0100 From: Alessandro de Manzano To: Alfred Perlstein Cc: stable@freebsd.org Subject: Re: make -j Message-ID: <20001219122433.A1961@libero.sunshine.ale> Reply-To: Alessandro de Manzano References: <20001218101613.Y19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001218101613.Y19572@fw.wintelcom.net>; from bright@wintelcom.net on Mon, Dec 18, 2000 at 10:16:13AM -0800 X-Operating-System: FreeBSD 4.2-STABLE Sender: aledema@iol.it Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The rule with -j is that it _should_ work, if it doesn't then try > without -j and let us know. I did a buildworld/buildkernel last week with "-j 8" on my dual celeron system and all, apparently, went fine. It saved about 30-40% of time. Version 4.2-stable. Could someone, please, explain to me why the "-j" stuff could be dangerous ? It's not much clear to me why doing more then one "cc" (example) at time could break the final object code. (no flame, it's a very honest question! :-) ) TIA a lot! :) > 4-8 is good for a single processor with enough ram (gcc is large), > 4-24 is ok for a SMP box. I did with 8 and now trying with 10 (I've only 96Mb RAM) -- bye! Ale aledema@iol.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 4:16:16 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 04:16:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from doormat.odey.co.uk (doormat.odey.co.uk [195.13.88.6]) by hub.freebsd.org (Postfix) with ESMTP id 06F1C37B698 for ; Tue, 19 Dec 2000 04:16:11 -0800 (PST) Received: (from proxy@localhost) by doormat.odey.co.uk (8.9.3/8.9.3) id MAA13703 for ; Tue, 19 Dec 2000 12:16:02 GMT Received: from (odeydom.odey.co.uk [194.70.107.4]) by doormat.odey.co.uk via smap (V2.1) id xma013686; Tue, 19 Dec 00 12:15:30 GMT To: stable@freebsd.org Subject: Re: make -j X-Mailer: Lotus Notes Release 5.0.4a July 24, 2000 Message-ID: From: "Blair Sutton/Odey" Date: Tue, 19 Dec 2000 12:15:28 +0000 X-MIMETrack: Serialize by Router on odeydom/Odey(Release 5.0.5 |September 22, 2000) at 12/19/2000 12:15:29 PM, Serialize complete at 12/19/2000 12:15:29 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you abuse the "-j X" option of make you could make your box eat itself (i.e. it's resources), I've seen it happen on some OSs when compiling kernels, but I admit to using "make -j" occasionally. Blair Sutton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 5:41:35 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 05:41:32 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from tesla.salk.edu (tesla.salk.edu [198.202.70.1]) by hub.freebsd.org (Postfix) with ESMTP id 4D2B437B400 for ; Tue, 19 Dec 2000 05:41:32 -0800 (PST) Received: from merckx.salk.edu (merckx.salk.edu [198.202.70.90]) by tesla.salk.edu (8.10.2/8.10.2) with ESMTP id eBJDfUw17506; Tue, 19 Dec 2000 05:41:30 -0800 (PST) Date: Tue, 19 Dec 2000 05:41:28 -0800 (PST) From: Jorge Aldana To: Ilya Cc: Subject: Re: Spontaneous rebooting problems In-Reply-To: <003701c0696d$42272fb0$0100a8c0@krel.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've experienced the same random reboots for some time but I know its related to a user application, Matlab. Matlab is a Linux binary application which usually works fine except when a remote user logs in to use Matlab and on occasion causes the machine to reboot as they attempt to start it up. I've never been able to get a core dump even with a debug kernel to send in, is there something other than what I already have in the debug kernel options (see below) and yes I do a "make install.debug" and have verified that the kernel is the same as the kernel.debug thats created. OPTIONS: makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DDB_UNATTENDED options INVARIANT_SUPPORT options INVARIANTS options DIAGNOSTIC options COMPILING_LINT or it this too much or wrong? Jorge On Mon, 18 Dec 2000, Ilya wrote: > i started to expirience the same thing. random reboots for no reason.... > i have no softupdates in kernel. the box was woking fine with current > hardware for over a year now. i noticed the reboots just last week, but the > box was in 4.2 stabel from very start... it is on ups... > i am doing cvsup now, but if anyone has more ideas pls let me know. > > > ----- Original Message ----- > From: "Grzegorz Czaplinski" > To: "David Goddard" > Cc: > Sent: Monday, December 18, 2000 11:47 AM > Subject: Re: Spontaneous rebooting problems > > > > On Sun, Dec 17, 2000 at 01:19:07AM +0000, David Goddard wrote: > > > Hi, > > > > > > In the course of one week, we have had three FreeBSD stable boxes just > > > reboot on us and I'm trying to work out what's going wrong. The reboots > > > were at different times of day with machines at different physical > > > locations, so I don't believe power outages were involved (although > > > we're looking into any causes along those lines). > > > > > > I guess there may be a degree of concidence involved, but I really would > > > like to see if there's any common factor here. > > > > > > The messages log show nothing before the reboot: > > > > > > [...] > > > Dec 16 03:59:00 cassium /kernel: ipfw: Entry 306 cleared. > > > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1992-2000 The FreeBSD > > > Project. > > > Dec 16 04:20:02 cassium /kernel: Copyright (c) 1979, 1980, 1983, 1986, > > > 1988, 1989, 1991, 1992, 1993,1994 > > > [...] > > > Dec 16 04:20:02 cassium /kernel: WARNING: / was not properly dismounted > > > > > > One of the machines was built from 4.2 stable sources cvsupped Nov 23 at > > > about 18:00 GMT, the others are similar. > > > > > > I don't believe any of the machines were particularly heavily loaded at > > > the time. At least one of them had no (legitimately) logged on users. > > > > > > Any clues to what happened or pointers to how I can look into this > > > further myself are greatly appreciated... > > > > > > Thanks, > > > > > > Dave > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > I had a problem with continuous rebooting of the server. > > Taking softupdates off on all filesystems resolved the problem. > > Do you have such feature on? > > I hope this helps. > > Best regards > > gregory > > -- > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 7:24:22 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 07:24:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from zaphod.wox.org (cr686582-a.ktchnr1.on.wave.home.com [24.112.23.202]) by hub.freebsd.org (Postfix) with ESMTP id CEC3F37B402 for ; Tue, 19 Dec 2000 07:24:19 -0800 (PST) Received: from localhost (rglidden@localhost) by zaphod.wox.org (8.11.1/8.11.1) with ESMTP id eBJFOGQ01750; Tue, 19 Dec 2000 10:24:17 -0500 (EST) (envelope-from rglidden@zaphod.wox.org) Date: Tue, 19 Dec 2000 10:24:16 -0500 (EST) From: Richard Glidden X-Sender: rglidden@charon.localnet To: Ilya Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Spontaneous rebooting problems In-Reply-To: <003701c0696d$42272fb0$0100a8c0@krel.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Dec 2000, Ilya wrote: > i started to expirience the same thing. random reboots for no reason.... > i have no softupdates in kernel. the box was woking fine with current > hardware for over a year now. i noticed the reboots just last week, but the > box was in 4.2 stabel from very start... it is on ups... > i am doing cvsup now, but if anyone has more ideas pls let me know. FWIW, I too have started to experience the same problem. Random Trap 12 kernel panics, followed by reboots. I just installed a debug kernel to try to find out what's causing it. The problems did not occur on FreeBSD 4.1.1 or lower. I've been running FreeBSD on the same hardware for about 4 months with no problems, and Linux on the hardware for about year prior to that. They started, for me, about a week after upgrading to 4.2-RELEASE. I have recompiled all my installed ports, upgraded to -STABLE (from the 17th), took the machine apart and reseated everything, and added a cooling fan to the HD. This seems to have helped, as the reboots are nowhere near as frequent. It certainly wouldn't hurt to try the same thing, just to be sure it isn't something silly like a card slipping out of its slot, dust buildup in the machine, or an incompatability between an old port and the new world. - Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 9:39:13 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 09:39:11 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 6D27637B400 for ; Tue, 19 Dec 2000 09:39:11 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBJHcxC14987; Tue, 19 Dec 2000 09:38:59 -0800 (PST) Date: Tue, 19 Dec 2000 09:38:58 -0800 From: Alfred Perlstein To: Alessandro de Manzano Cc: stable@freebsd.org Subject: Re: make -j Message-ID: <20001219093858.N19572@fw.wintelcom.net> References: <20001218101613.Y19572@fw.wintelcom.net> <20001219122433.A1961@libero.sunshine.ale> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001219122433.A1961@libero.sunshine.ale>; from demanzano@iol.it on Tue, Dec 19, 2000 at 12:24:34PM +0100 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Alessandro de Manzano [001219 03:25] wrote: > > The rule with -j is that it _should_ work, if it doesn't then try > > without -j and let us know. > > I did a buildworld/buildkernel last week with "-j 8" on my dual celeron system and all, apparently, went fine. > It saved about 30-40% of time. Version 4.2-stable. > > Could someone, please, explain to me why the "-j" stuff could be dangerous ? > It's not much clear to me why doing more then one "cc" (example) at time could break the final object code. > (no flame, it's a very honest question! :-) ) It's possible for incorrectly set up dependancies to cause files to be compiled incorrectly. It's also possible that incorrectly set up dependancies can cause the build to fail. > > 4-8 is good for a single processor with enough ram (gcc is large), > > 4-24 is ok for a SMP box. > > I did with 8 and now trying with 10 (I've only 96Mb RAM) That may be a bit much, if you start swapping because of it that's one way to know you're using too high of a -j. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 11:37:31 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 11:37:28 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from alpha.lawnet.xs4all.nl (lawnet.xs4all.nl [194.109.54.179]) by hub.freebsd.org (Postfix) with ESMTP id 14D1837B402 for ; Tue, 19 Dec 2000 11:37:28 -0800 (PST) Received: from porsche.lawnet.xs4all.nl (porsche.lawnet.xs4all.nl [192.168.1.201]) by alpha.lawnet.xs4all.nl (Postfix) with ESMTP id 0654E15 for ; Tue, 19 Dec 2000 20:43:19 +0000 (GMT) Received: by porsche.lawnet.xs4all.nl with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Dec 2000 20:39:26 +0100 Message-ID: From: Lars Wittebrood To: "'freebsd-stable@freebsd.org'" Subject: error code 126 with make buildworld Date: Tue, 19 Dec 2000 20:39:26 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, after cvsup to current stable branch I get the folowing error with a make buildworld in /usr/src vgrind -f < /usr/src/share/doc/papers/kernmalloc/appendix.t > appendix.ms vgrind: permission denied *** error 126 Stop in /usr/src/share/doc/papers/kernmalloc. *** Error code 1 Anyone any idea what this is about? It happened twice!! A few days ago I did a succesfull make buildworld on another system. MTIA. Lars Wittebrood. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 12:13:54 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 12:13:51 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from scully.zoominternet.net (scully.zoominternet.net [63.67.120.3]) by hub.freebsd.org (Postfix) with SMTP id CC9F837B400 for ; Tue, 19 Dec 2000 12:13:50 -0800 (PST) Received: (qmail 10894 invoked from network); 19 Dec 2000 20:13:17 -0000 Received: from unknown (HELO cvzoom.net) (24.154.35.126) by scully.zoominternet.net with SMTP; 19 Dec 2000 20:13:17 -0000 Sender: dmmiller@FreeBSD.ORG Message-ID: <3A3FC17B.A301ED85@cvzoom.net> Date: Tue, 19 Dec 2000 15:13:47 -0500 From: Donn Miller X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Lars Wittebrood Cc: "'freebsd-stable@freebsd.org'" Subject: Re: error code 126 with make buildworld References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lars Wittebrood wrote: > vgrind -f < /usr/src/share/doc/papers/kernmalloc/appendix.t > appendix.ms > vgrind: permission denied > *** error 126 > > Stop in /usr/src/share/doc/papers/kernmalloc. > *** Error code 1 > > Anyone any idea what this is about? It happened twice!! Check kern_securelevel. What does sysctl kern.securelevel say? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 12:35:51 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 12:35:46 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by hub.freebsd.org (Postfix) with ESMTP id 540C937B400; Tue, 19 Dec 2000 12:35:46 -0800 (PST) Received: from usr00.cybercity.dk (usr00.cybercity.dk [212.242.40.34]) by cicero0.cybercity.dk (Postfix) with ESMTP id 2A24B102963; Tue, 19 Dec 2000 21:35:45 +0100 (CET) Received: from mekanix.home (port39.cvx1-ro.ppp.cybercity.dk [212.242.169.40]) by usr00.cybercity.dk (8.9.3/8.9.3) with SMTP id VAA23257; Tue, 19 Dec 2000 21:35:44 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200012192035.VAA23257@usr00.cybercity.dk> Date: Tue, 19 Dec 2000 21:35:13 +0100 From: Bjarne Wichmann Petersen To: freebsd-stable@freebsd.org Cc: freebsd-questions@freebsd.org Subject: KDE 2.0.1 refuses to compile. X-Mailer: Sylpheed version 0.4.4 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install KDE 2.0.1 from ports/x11/kde2/... everything goes fine until somewhere into kdebase. This is the error: c++ -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o nspluginviewer nsplugin.o viewer.o kxt.o NSPluginCallbackIface_stub.o NSPluginClassIface_skel.o nspluginviewer_meta_unload.o -Wl,-export-dynamic -Wl,--export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lXm -ljpeg -ljpeg -L/usr/libexec/elf -L/usr/libexec -L/usr/lib -ljpeg /usr/local/lib/libkio.so /usr/local/lib/libkdeui.so -ljpeg -ljpeg -ljpeg -ljpeg /usr/local/lib/libkdesu.so /usr/local/lib/libkdecore.so /usr/local/lib/libDCOP.so -lqt2 -lpng -ljpeg -lXext -lX11 -lSM -lICE -ljpeg -ljpeg -lutil -ljpeg -lz -ljpeg -lm -lXt -ljpeg -lstdc++ -lgcc -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib /usr/X11R6/lib/libXm.a(PrintS.o): In function `PrintNotifyHandler': PrintS.o(.text+0x148): undefined reference to `XpStartPage' PrintS.o(.text+0x161): undefined reference to `XpEndPage' PrintS.o(.text+0x179): undefined reference to `XpEndJob' /usr/X11R6/lib/libXm.a(PrintS.o): In function `ResourcesUpdate': PrintS.o(.text+0x1db): undefined reference to `XpGetOneAttribute' PrintS.o(.text+0x26b): undefined reference to `XpGetPageDimensions' /usr/X11R6/lib/libXm.a(PrintS.o): In function `SelectXpEvents': PrintS.o(.text+0x308): undefined reference to `XpGetContext' PrintS.o(.text+0x31b): undefined reference to `XpSelectInput' /usr/X11R6/lib/libXm.a(PrintS.o): In function `Initialize': PrintS.o(.text+0x439): undefined reference to `XpQueryExtension' PrintS.o(.text+0x450): undefined reference to `XpGetContext' PrintS.o(.text+0x46d): undefined reference to `XpGetScreenOfContext' /usr/X11R6/lib/libXm.a(PrintS.o): In function `Destroy': PrintS.o(.text+0x5cf): undefined reference to `XpGetContext' /usr/X11R6/lib/libXm.a(PrintS.o): In function `FilePipeCB': PrintS.o(.text+0x75b): undefined reference to `XpGetContext' /usr/X11R6/lib/libXm.a(PrintS.o): In function `ChildPrintToFile': PrintS.o(.text+0x820): undefined reference to `XpGetDocumentData' /usr/X11R6/lib/libXm.a(PrintS.o): In function `XmPrintToFile': PrintS.o(.text+0x88a): undefined reference to `XpGetContext' /usr/X11R6/lib/libXm.a(PrintS.o): In function `XmPrintPopupPDM': PrintS.o(.text+0xac7): undefined reference to `XpGetContext' PrintS.o(.text+0xae4): undefined reference to `XpGetPdmStartParams' /usr/X11R6/lib/libXm.a(ImageCache.o): In function `_XmPutScaledImage': ImageCache.o(.text+0x1707): undefined reference to `XpQueryExtension' ImageCache.o(.text+0x171a): undefined reference to `XpGetContext' ImageCache.o(.text+0x1737): undefined reference to `XpGetOneAttribute' ImageCache.o(.text+0x177a): undefined reference to `XpSetImageResolution' ImageCache.o(.text+0x17b5): undefined reference to `XpSetImageResolution' gmake[3]: *** [nspluginviewer] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase2/work/kdebase-2.0.1/nsplugins/viewer' What am I missing here? And how do I correct it? Bjarne -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 12:43:53 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 12:43:51 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by hub.freebsd.org (Postfix) with ESMTP id 7EA5137B400 for ; Tue, 19 Dec 2000 12:43:51 -0800 (PST) Received: from usr00.cybercity.dk (usr00.cybercity.dk [212.242.40.34]) by cicero2.cybercity.dk (Postfix) with ESMTP id 619BFFFF5D for ; Tue, 19 Dec 2000 21:43:50 +0100 (CET) Received: from mekanix.home (port39.cvx1-ro.ppp.cybercity.dk [212.242.169.40]) by usr00.cybercity.dk (8.9.3/8.9.3) with SMTP id VAA25882 for ; Tue, 19 Dec 2000 21:43:49 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200012192043.VAA25882@usr00.cybercity.dk> Date: Tue, 19 Dec 2000 21:43:19 +0100 From: Bjarne Wichmann Petersen To: freebsd-stable@freebsd.org Subject: Re: Mesa-apps refuses to compile under XFree4 In-Reply-To: <200012190044.RAA96024@harmony.village.org> References: <200012182037.VAA30394@usr03.cybercity.dk> <200012190044.RAA96024@harmony.village.org> X-Mailer: Sylpheed version 0.4.4 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Dec 2000 17:44:50 -0700 Warner Losh wrote: > You need -lXext before -lX11 Thx, now it compiles... and *almost* runs... SDL segfaults... :-/ ... every time one problem is solved at least one other pops up... :-/ But anyway, my question now is that I shouldn't have to insert this manually, so why is it missing. Is it gltron or is my setup at fault? Bjarne -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 12:52:24 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 12:52:21 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (Postfix) with ESMTP id 335A437B400 for ; Tue, 19 Dec 2000 12:52:21 -0800 (PST) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.10.1/8.10.1) with ESMTP id eBJKqC112443 for ; Tue, 19 Dec 2000 15:52:14 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id PAA15981 for ; Tue, 19 Dec 2000 15:52:11 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id PAA50855 for freebsd-stable@freebsd.org; Tue, 19 Dec 2000 15:52:11 -0500 (EST) Date: Tue, 19 Dec 2000 15:52:11 -0500 (EST) From: Thomas David Rivers Message-Id: <200012192052.PAA50855@lakes.dignus.com> To: freebsd-stable@freebsd.org Subject: 4.2-RELEASE CDs??? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just curious - It's been some time and I haven't received the 4.2-RELEASE CDs from the FreeBSD subscription... Have the subscription CDs been shipped? And, if they have; who do I need to see about my missing ones? - Thanks - - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 13: 6:37 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 13:06:35 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from alpha.lawnet.xs4all.nl (lawnet.xs4all.nl [194.109.54.179]) by hub.freebsd.org (Postfix) with ESMTP id 0FF1737B402 for ; Tue, 19 Dec 2000 13:06:35 -0800 (PST) Received: from porsche.lawnet.xs4all.nl (porsche.lawnet.xs4all.nl [192.168.1.201]) by alpha.lawnet.xs4all.nl (Postfix) with ESMTP id 6A04D15; Tue, 19 Dec 2000 22:05:53 +0000 (GMT) Received: by porsche.lawnet.xs4all.nl with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Dec 2000 22:02:00 +0100 Message-ID: From: Lars Wittebrood To: "'freebsd-stable@freebsd.org'" Cc: 'Donn Miller' Subject: RE: error code 126 with make buildworld Date: Tue, 19 Dec 2000 22:01:59 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It is -1. I have to say that once it was 1 or 3 and I did some experimenting with chflags, but I returned everything to the orriginal values (noschg, nosappnd etc.). Could this have something to with what I experience here? -----Original Message----- From: Donn Miller [mailto:dmmiller@cvzoom.net] Sent: Tuesday, December 19, 2000 9:14 PM To: Lars Wittebrood Cc: 'freebsd-stable@freebsd.org' Subject: Re: error code 126 with make buildworld Lars Wittebrood wrote: > vgrind -f < /usr/src/share/doc/papers/kernmalloc/appendix.t > appendix.ms > vgrind: permission denied > *** error 126 > > Stop in /usr/src/share/doc/papers/kernmalloc. > *** Error code 1 > > Anyone any idea what this is about? It happened twice!! Check kern_securelevel. What does sysctl kern.securelevel say? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 13:41:51 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 13:41:48 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id BE6E037B402 for ; Tue, 19 Dec 2000 13:41:48 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA09415; Tue, 19 Dec 2000 13:41:47 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBJLfkK78044; Tue, 19 Dec 2000 13:41:46 -0800 (PST) (envelope-from obrien) Date: Tue, 19 Dec 2000 13:41:46 -0800 From: "David O'Brien" To: Alessandro de Manzano Cc: stable@freebsd.org Subject: Re: make -j Message-ID: <20001219134146.A78021@dragon.nuxi.com> Reply-To: stable@freebsd.org References: <20001218101613.Y19572@fw.wintelcom.net> <20001219122433.A1961@libero.sunshine.ale> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001219122433.A1961@libero.sunshine.ale>; from demanzano@iol.it on Tue, Dec 19, 2000 at 12:24:34PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 12:24:34PM +0100, Alessandro de Manzano wrote: > Could someone, please, explain to me why the "-j" stuff could be dangerous ? Never, I repeat, NEVER submit problems compiling the system with "-j" (unless you're showing how Makfiles have become "-j" broken) -- the output can be very misleading. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 13:54:37 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 13:54:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 0BF5337B402; Tue, 19 Dec 2000 13:54:33 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA09544; Tue, 19 Dec 2000 13:54:32 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBJLsVm78205; Tue, 19 Dec 2000 13:54:31 -0800 (PST) (envelope-from obrien) Date: Tue, 19 Dec 2000 13:54:30 -0800 From: "David O'Brien" To: Max Khon Cc: stable@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001219135430.D78021@dragon.nuxi.com> Reply-To: stable@FreeBSD.ORG References: <20001217131405.B47873@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fjoe@iclub.nsu.ru on Mon, Dec 18, 2000 at 01:05:25PM +0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 01:05:25PM +0600, Max Khon wrote: > FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). OpenBSD > already have g++ -fsjlj-exceptions fixes in the tree. > Can we have them in -stable too (AFAIK 2.95.2 is not on the vendor branch > anymore)? Have you tried to get the GCC people to put them in GCC 2.95.3? If not you should as I will be importing it once released (in 2mo. or so). -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 13:54:37 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 13:54:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 0BF5337B402; Tue, 19 Dec 2000 13:54:33 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA09544; Tue, 19 Dec 2000 13:54:32 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBJLsVm78205; Tue, 19 Dec 2000 13:54:31 -0800 (PST) (envelope-from obrien) Date: Tue, 19 Dec 2000 13:54:30 -0800 From: "David O'Brien" To: Max Khon Cc: stable@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE Message-ID: <20001219135430.D78021@dragon.nuxi.com> Reply-To: stable@FreeBSD.ORG References: <20001217131405.B47873@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fjoe@iclub.nsu.ru on Mon, Dec 18, 2000 at 01:05:25PM +0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 18, 2000 at 01:05:25PM +0600, Max Khon wrote: > FreeBSD has broken g++ compiler (-fsjlj-exceptions are broken). OpenBSD > already have g++ -fsjlj-exceptions fixes in the tree. > Can we have them in -stable too (AFAIK 2.95.2 is not on the vendor branch > anymore)? Have you tried to get the GCC people to put them in GCC 2.95.3? If not you should as I will be importing it once released (in 2mo. or so). -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 14:19:26 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 14:19:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from area51.v-wave.com (area51.v-wave.com [24.108.173.252]) by hub.freebsd.org (Postfix) with SMTP id 1838737B400 for ; Tue, 19 Dec 2000 14:19:24 -0800 (PST) Received: (qmail 73946 invoked by uid 1001); 19 Dec 2000 22:19:22 -0000 Date: Tue, 19 Dec 2000 15:19:22 -0700 From: Chris Wasser To: freebsd-stable@FreeBSD.ORG Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE Message-ID: <20001219151922.A73910@skunkworks.area51-arpa.mil> References: <015d01c0694b$c34952c0$931576d8@inethouston.net> <20001218154939.A15680@Odin.AC.HMC.Edu> <01a501c0694d$c0865040$931576d8@inethouston.net> <20001218155755.A16179@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001218155755.A16179@Odin.AC.HMC.Edu>; from brooks@one-eyed-alien.net on Mon, Dec 18, 2000 at 03:57:55PM -0800 X-Operating-System: FreeBSD 4.2-STABLE Sender: flatline@area51.v-wave.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon 18 Dec 2000, Brooks Davis wrote: > That was a rather important piece of missing information. If this > worked before then you've got a bug and should file a PR, if not, you > probably don't. At this point if it never worked in DMA mode before, > then your CDROM most likely doesn't have DMA support. It is slowing > down your HD though how much I don't know since I know sos committed > code at some point that sped it up quite a bit. There are a number of > reasons why that master-slave crap is gone from Serial-ATA. (this isn't to you Brooks, but the person you replied to) Actually I ran into this "problem" not too long ago when I swapped my ASUS 40x UDMA2 cdrom from my Intel BX controller to a HPT366, the HPT366 BIOS detects it as UDMA2 as does the Intel controller but the drive only runs UDMA2 when on the Intel controller under BSD. I talked to Soren about this and he made it pretty clear this is (I also had ATA_ENABLE_ATAPI_DMA enabled in my kernel as well) not all that big a deal. I can't see it making all that big a difference unless perhaps your machine is a network jukebox or something where CDROM speed would be a important factor, but if you're like me and rarely use your CDROM under BSD (I use it more in Windows then BSD) then you're missing nothing. (I myself was more concerned that the drive was being setup incorrectly rather then not running at full speed, which isn't the case) - Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 14:24:46 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 14:24:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id 54A7F37B69B; Tue, 19 Dec 2000 14:24:39 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id OAA16125; Tue, 19 Dec 2000 14:26:27 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200012192226.OAA16125@spammie.svbug.com> Date: Tue, 19 Dec 2000 14:26:24 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: chflags bug? To: bright@wintelcom.net Cc: dima@unixfreak.org, nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG In-Reply-To: <20001218143341.G19572@fw.wintelcom.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: jessem@spammie.svbug.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18 Dec, Alfred Perlstein wrote: > * opentrax@email.com [001218 13:29] wrote: >> I'm sure this topic has been discussed to death in core, arch >> and stable. But this 'kernel_securelevel' has got to be >> amoung the screwyist ideas to date. >> >> Note: Flames to me will hit /dev/null >> >> I'm just expressing my opinion. > > So you think that once someone aquires root, they should be able to > wipe all logs of thier intrusion? > No. I expect anyone capable of breaking in my system to create an account for themselves. Let me know they have an account. And close the hole. Other behaviour would be rude and unwelcome. Please don't send more flame bait, either. Jessem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 14:25:24 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 14:25:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id DA52837B404; Tue, 19 Dec 2000 14:25:17 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id OAA16129; Tue, 19 Dec 2000 14:27:40 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200012192227.OAA16129@spammie.svbug.com> Date: Tue, 19 Dec 2000 14:27:38 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: chflags bug? To: dima@unixfreak.org Cc: nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG In-Reply-To: <20001219012741.25FC13E09@bazooka.unixfreak.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: jessem@spammie.svbug.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> /dev/null To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 14:26:17 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 14:26:15 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 4B16E37B404 for ; Tue, 19 Dec 2000 14:26:15 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id eBJMRBe76047 for ; Tue, 19 Dec 2000 17:27:12 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Tue, 19 Dec 2000 17:27:11 -0500 (EST) From: Chris BeHanna Sender: behanna@zbzoom.net Reply-To: behanna@zbzoom.net To: FreeBSD-Stable Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE In-Reply-To: <20001219151922.A73910@skunkworks.area51-arpa.mil> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Dec 2000, Chris Wasser wrote: > [...CDROM running in UDMA mode or not...] > > I can't see it making all that big a difference unless perhaps your machine > is a network jukebox or something where CDROM speed would be a important > factor, but if you're like me and rarely use your CDROM under BSD (I use it > more in Windows then BSD) then you're missing nothing. If you're doing something CPU-intensive, like, say, decoding video in software at 24fps, and you're pulling that video from your CDROM (or DVD drive), then you're going to want UDMA, methinks. -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 14:26:27 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 14:26:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id AFA8637B400 for ; Tue, 19 Dec 2000 14:26:24 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id 4C9C02B280; Tue, 19 Dec 2000 16:26:24 -0600 (CST) Date: Tue, 19 Dec 2000 16:26:24 -0600 From: Bill Fumerola To: G D McKee Cc: Stable FreeBSD Subject: Re: tun0 Message-ID: <20001219162624.O72273@elvis.mu.org> References: <001101c069a9$deedf4a0$0500a8c0@gdmckee.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001101c069a9$deedf4a0$0500a8c0@gdmckee.local>; from freebsd@gdmckee.local on Tue, Dec 19, 2000 at 10:53:07AM -0000 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: billf@elvis.mu.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 10:53:07AM -0000, G D McKee wrote: > Hi > > In FreeBSD 4.1.1 tun0 device came up automatically on boot. How can I configure this in 4.2? It's there, its just not in your interfaces list until you use it. If you don't believe me: dd if=/dev/tun0 of=/dev/null count=0 -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 14:36:50 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 14:36:48 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 38AED37B400 for ; Tue, 19 Dec 2000 14:36:48 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 72D5F177EC2; Tue, 19 Dec 2000 16:37:47 -0600 (CST) Message-ID: <004801c06a0c$4e29fbe0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: , "FreeBSD-Stable" References: Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE Date: Tue, 19 Dec 2000 16:37:44 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG that's not my case, just curious why it was doing it. ----- Original Message ----- From: "Chris BeHanna" To: "FreeBSD-Stable" Sent: Tuesday, December 19, 2000 4:27 PM Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE > On Tue, 19 Dec 2000, Chris Wasser wrote: > > > [...CDROM running in UDMA mode or not...] > > > > I can't see it making all that big a difference unless perhaps your machine > > is a network jukebox or something where CDROM speed would be a important > > factor, but if you're like me and rarely use your CDROM under BSD (I use it > > more in Windows then BSD) then you're missing nothing. > > If you're doing something CPU-intensive, like, say, decoding video > in software at 24fps, and you're pulling that video from your CDROM > (or DVD drive), then you're going to want UDMA, methinks. > > -- > Chris BeHanna > Software Engineer > behanna@bogus.zbzoom.net Remove "bogus" before responding. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 15: 1: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 15:00:58 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id DD84637B400; Tue, 19 Dec 2000 15:00:57 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id 702B02B280; Tue, 19 Dec 2000 17:00:57 -0600 (CST) Date: Tue, 19 Dec 2000 17:00:57 -0600 From: Bill Fumerola To: opentrax@email.com Cc: bright@wintelcom.net, dima@unixfreak.org, nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: chflags bug? Message-ID: <20001219170057.R72273@elvis.mu.org> References: <20001218143341.G19572@fw.wintelcom.net> <200012192226.OAA16125@spammie.svbug.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012192226.OAA16125@spammie.svbug.com>; from opentrax@email.com on Tue, Dec 19, 2000 at 02:26:24PM -0800 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: billf@elvis.mu.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 02:26:24PM -0800, opentrax@email.com wrote: > No. I expect anyone capable of breaking in my system to > create an account for themselves. Let me know they > have an account. And close the hole. Other behaviour > would be rude and unwelcome. I want a job on your planet. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 15:54:29 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 15:54:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from libero.sunshine.ale (ppp-222-114.33-151.iol.it [151.33.114.222]) by hub.freebsd.org (Postfix) with ESMTP id 1915437B402 for ; Tue, 19 Dec 2000 15:54:26 -0800 (PST) Received: by libero.sunshine.ale (Postfix, from userid 1001) id 85DF85E2E; Wed, 20 Dec 2000 00:53:19 +0100 (CET) Date: Wed, 20 Dec 2000 00:53:19 +0100 From: Alessandro de Manzano To: Alfred Perlstein Cc: stable@freebsd.org Subject: Re: make -j Message-ID: <20001220005319.A8339@libero.sunshine.ale> Reply-To: Alessandro de Manzano References: <20001218101613.Y19572@fw.wintelcom.net> <20001219122433.A1961@libero.sunshine.ale> <20001219093858.N19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001219093858.N19572@fw.wintelcom.net>; from bright@wintelcom.net on Tue, Dec 19, 2000 at 09:38:58AM -0800 X-Operating-System: FreeBSD 4.2-STABLE Sender: aledema@iol.it Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [make -j could be bad] > It's possible for incorrectly set up dependancies to cause files to > be compiled incorrectly. It's also possible that incorrectly set up > dependancies can cause the build to fail. ah, I understand. There is not that can be done (in all sense) to "correct" this behavior ? I mean, definitly it's not necessary "-j" for the life of FreeBSD :), but it's very nice saving so much time and seeing both CPUs working hard :-) > > I did with 8 and now trying with 10 (I've only 96Mb RAM) > > That may be a bit much, if you start swapping because of it > that's one way to know you're using too high of a -j. Of course. with 10 my system swap only for 244K (it's a quite idle machine) thanks for your answer ! -- bye! Ale aledema@iol.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 16:25: 2 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 16:25:00 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from lsmls02.we.mediaone.net (lsmls02.we.mediaone.net [24.130.1.15]) by hub.freebsd.org (Postfix) with ESMTP id 6147837B400 for ; Tue, 19 Dec 2000 16:25:00 -0800 (PST) Received: from mediaone.net (we-24-130-94-77.we.mediaone.net [24.130.94.77]) by lsmls02.we.mediaone.net (8.8.7/8.8.7) with ESMTP id QAA12921 for ; Tue, 19 Dec 2000 16:24:58 -0800 (PST) Message-ID: <3A3FFB56.F93F371A@mediaone.net> Date: Tue, 19 Dec 2000 16:20:38 -0800 From: Eric M Logan X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: STABLE Subject: problems w/ make world... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm currently using FreeBSD 4.2 and I cvsup'ed the latest sources this morning. Everytime I try doing a make buildworld && make installworld (in single user mode and regular), the whole thing crashes out w/ signal 11 errors. Any ideas why this might be? And before anyone suggests hardware problems let me say this. I've been able to make world many times before w/o and w/ problems. Sometimes I can make world w/o any errors what so ever. Other times, I have to try making the world several times until it completes successfully. I've also tried swapping out ram, drives, nics, motherboards and even CPUs so I really don't think it's that. Having said that, if anyone could suggest a solution, thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 16:38:48 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 16:38:45 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 416CC37B400 for ; Tue, 19 Dec 2000 16:38:45 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 82E71177EC2; Tue, 19 Dec 2000 18:39:45 -0600 (CST) Message-ID: <012801c06a1d$579bd480$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Eric M Logan" Cc: "stable" References: <3A3FFB56.F93F371A@mediaone.net> Subject: Re: problems w/ make world... Date: Tue, 19 Dec 2000 18:39:42 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG usually if it crashes in different places each time and you can type make buildworld and installworld have it finish eventually, its usually memory ----- Original Message ----- From: "Eric M Logan" To: "STABLE" Sent: Tuesday, December 19, 2000 6:20 PM Subject: problems w/ make world... > I'm currently using FreeBSD 4.2 and I cvsup'ed the latest sources > this morning. Everytime I try doing a make buildworld && make > installworld (in single user mode and regular), the whole thing crashes > out w/ signal 11 errors. Any ideas why this might be? And before > anyone suggests hardware problems let me say this. I've been able to > make world many times before w/o and w/ problems. Sometimes I can make > world w/o any errors what so ever. Other times, I have to try making > the world several times until it completes successfully. I've also > tried swapping out ram, drives, nics, motherboards and even CPUs so I > really don't think it's that. Having said that, if anyone could suggest > > a solution, thanks in advance. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 17:15: 5 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 17:15:04 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.andy.de (fw.andy.de [212.8.198.74]) by hub.freebsd.org (Postfix) with ESMTP id B63AD37B402 for ; Tue, 19 Dec 2000 17:15:03 -0800 (PST) Received: from windoze.andy.de (windoze.andy.de [212.8.199.4]) by mail.andy.de (Postfix) with ESMTP id 630D87CEC2 for ; Wed, 20 Dec 2000 02:14:55 +0100 (CET) Date: Wed, 20 Dec 2000 02:15:24 +0100 From: Andreas Gerstenberg To: STABLE Subject: Re: problems w/ make world... Message-ID: <2320948525.977278524@windoze.andy.de> In-Reply-To: <3A3FFB56.F93F371A@mediaone.net> X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -- Eric M Logan wrote: > I'm currently using FreeBSD 4.2 and I cvsup'ed the latest sources > this morning. Everytime I try doing a make buildworld && make > installworld (in single user mode and regular), the whole thing crashes > out w/ signal 11 errors. Any ideas why this might be? And before > anyone suggests hardware problems let me say this. I've been able to > make world many times before w/o and w/ problems. Sometimes I can make > world w/o any errors what so ever. Other times, I have to try making > the world several times until it completes successfully. I've also > tried swapping out ram, drives, nics, motherboards and even CPUs so I > really don't think it's that. Having said that, if anyone could suggest I've had the same problem with the 4.2-RELEASE (new installation) and I've also changed the whole hardware without success. In every try it was the same file (something while compiling gcc) where I got the SIG 11. Since I've installed a 4.1.1-RELEASE and did a cvsup to stable, everything works smoothly.. regards, Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 17:59:35 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 17:59:32 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shell.monmouth.com (shell.monmouth.com [209.191.58.4]) by hub.freebsd.org (Postfix) with ESMTP id D647937B402 for ; Tue, 19 Dec 2000 17:59:31 -0800 (PST) Received: (from pechter@localhost) by shell.monmouth.com (8.9.0/8.9.0) id UAA19812 for freebsd-stable@freebsd.org; Tue, 19 Dec 2000 20:59:30 -0500 (EST) Date: Tue, 19 Dec 2000 20:59:30 -0500 From: Bill/Carolyn Pechter To: freebsd-stable@freebsd.org Subject: SCSI problem with AHA2940 Bios 1.11 Message-ID: <20001219205930.A19704@shell.monmouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm still unable to boot 4.2-STABLE on a 2940 with the 1.11 bios rev. This is as of Friday's STABLE. The screen flies by with what looks like SCB parity error warnings. After booting /kernel.old to single user (4.1-STABLE) I can reboot and run on the /kernel -- as long as I don't power down. This is a semi-production machine... I can test patches, but the machine runs the site's backups so I'm unable to keep it down over night -- so I can put patches in and test kernels for about 8 hours/day before I've got to leave it up for the night. Any suggestions. My laptop which also had this problem is working ok now... So it may be AHC rev dependant. Bill -- +---------------------------------------------------------------------------+ | Bill and/or Carolyn Pechter | pechter@shell.monmouth.com | | Bill Gates is a Persian cat and a monocle away from being a villain in | | a James Bond movie -- Dennis Miller | +---------------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 18:27:10 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 18:27:07 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 7010B37B400 for ; Tue, 19 Dec 2000 18:27:06 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id eBK2R2F20909; Tue, 19 Dec 2000 19:27:02 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200012200227.eBK2R2F20909@aslan.scsiguy.com> To: Bill/Carolyn Pechter Cc: freebsd-stable@FreeBSD.ORG Subject: Re: SCSI problem with AHA2940 Bios 1.11 In-Reply-To: Your message of "Tue, 19 Dec 2000 20:59:30 EST." <20001219205930.A19704@shell.monmouth.com> Date: Tue, 19 Dec 2000 19:27:02 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm still unable to boot 4.2-STABLE on a 2940 with the 1.11 bios >rev. The fix for this problem was committed to -current tonight. The should filter down to -stable shortly. I will be posting patches for -stable to the -stable and -scsi lists as soon as I generate them. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 18:57:55 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 18:57:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 3FEEB37B400; Tue, 19 Dec 2000 18:57:52 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBK2vlO03062; Tue, 19 Dec 2000 18:57:47 -0800 (PST) Date: Tue, 19 Dec 2000 18:57:46 -0800 From: Alfred Perlstein To: Bill Fumerola Cc: opentrax@email.com, dima@unixfreak.org, nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: chflags bug? Message-ID: <20001219185746.B19572@fw.wintelcom.net> References: <20001218143341.G19572@fw.wintelcom.net> <200012192226.OAA16125@spammie.svbug.com> <20001219170057.R72273@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001219170057.R72273@elvis.mu.org>; from billf@mu.org on Tue, Dec 19, 2000 at 05:00:57PM -0600 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Bill Fumerola [001219 15:02] wrote: > On Tue, Dec 19, 2000 at 02:26:24PM -0800, opentrax@email.com wrote: > > > No. I expect anyone capable of breaking in my system to > > create an account for themselves. Let me know they > > have an account. And close the hole. Other behaviour > > would be rude and unwelcome. > > I want a job on your planet. You'd want to be on the same planet as this guy? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 19:30:33 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 19:30:30 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 3AD2137B400 for ; Tue, 19 Dec 2000 19:30:30 -0800 (PST) Received: from browning.pennasoft.com (browning [192.168.168.11]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id eBK3VUe88339 for ; Tue, 19 Dec 2000 22:31:30 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Tue, 19 Dec 2000 22:31:30 -0500 (EST) From: Chris BeHanna Sender: behanna@browning.pennasoft.com Reply-To: behanna@zbzoom.net To: FreeBSD-Stable Subject: Re: problems w/ make world... In-Reply-To: <3A3FFB56.F93F371A@mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Dec 2000, Eric M Logan wrote: > I'm currently using FreeBSD 4.2 and I cvsup'ed the latest sources > this morning. Everytime I try doing a make buildworld && make > installworld (in single user mode and regular), the whole thing crashes > out w/ signal 11 errors. Any ideas why this might be? And before > anyone suggests hardware problems let me say this. I've been able to > make world many times before w/o and w/ problems. Sometimes I can make > world w/o any errors what so ever. Other times, I have to try making > the world several times until it completes successfully. I've also > tried swapping out ram, drives, nics, motherboards and even CPUs so I > really don't think it's that. Having said that, if anyone could suggest > a solution, thanks in advance. How's the health of your CPU fan? Even if your hardware is otherwise OK, overheating can lead to signal 11s. FWIW, I cvsupped late last night and built and installed the world and a custom kernel today. I don't think it's the sources. -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 21: 1:57 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 21:01:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from zaphod.wox.org (cr686582-a.ktchnr1.on.wave.home.com [24.112.23.202]) by hub.freebsd.org (Postfix) with ESMTP id EF13637B400 for ; Tue, 19 Dec 2000 21:01:46 -0800 (PST) Received: from localhost (rglidden@localhost) by zaphod.wox.org (8.11.1/8.11.1) with ESMTP id eBK51kV00772 for ; Wed, 20 Dec 2000 00:01:46 -0500 (EST) (envelope-from rglidden@zaphod.wox.org) Date: Wed, 20 Dec 2000 00:01:45 -0500 (EST) From: Richard Glidden X-Sender: rglidden@charon.localnet To: freebsd-stable@FreeBSD.ORG Subject: Re: Spontaneous rebooting problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Dec 2000, Richard Glidden wrote: > FWIW, I too have started to experience the same problem. Random Trap > 12 errors and reboots. I just installed a debug kernel to try to find > out what's causing it. Seems my system got another trap 12 error, and I managed to grab a dump and run it through gdb. I don't know enough about the kernel internals to make much sense of anything though. I would appreciate any suggestions. If you need more info, please let me know. It appears to me that, for some reason, there is a null pointer reference in if_de.c ? I am using 4.2-STABLE from around 11pm Eastern on Dec 17th. These trap 12 errors were also occuring with 4.2-RELEASE. This hardware was running correctly on 4.1.1 for about 4 months. Problems started about 4 days after upgrading to 4.2-RELEASE. I've already added additional cooling to the system, and reseated all the components. dmesg, kernel trace and kernel config follow below. Thanks, - Richard ------------------------------------------------------------------------- Copyright (c) 1992-2000 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.2-STABLE #2: Mon Dec 18 19:30:24 EST 2000 root@charon.localnet:/usr/src/sys/compile/CHARON Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 232962270 Hz CPU: AMD-K6tm w/ multimedia extensions (232.96-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping = 2 Features=0x8001bf AMD Features=0x400<> real memory = 67108864 (65536K bytes) avail memory = 62021632 (60568K bytes) Preloaded elf kernel "kernel" at 0xc0345000. module_register_init: MOD_LOAD (vesa, c025b484, 0) error 6 md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x6000-0x600f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 8.0 irq 11 de0: port 0x6300-0x637f mem 0xe1001000-0xe100107f irq 10 at device 9.0 on pci0 de0: SMC 21041 [10Mb/s] pass 1.1 de0: address 00:00:c0:94:7a:e5 pcm0: port 0x6400-0x647f irq 9 at device 10.0 on pci0 pci0: (vendor=0x1319, dev=0x0802) at 10.1 dc0: port 0x6600-0x66ff mem 0xe1002000-0xe10023ff irq 5 at device 11.0 on pci0 dc0: Ethernet address: 00:20:78:11:96:32 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port joy0 at port 0x201 on isa0 de0: enabling 10baseT port IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to deny, logging limited to 100 packets/entry by default ad0: 7339MB [15907/15/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted ----------------------------------------------------------------------- Script started on Tue Dec 19 23:40:28 2000 # gdb -k GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...done. (kgdb) exec-file /home/rglidden/kernel.0 (kgdb) core-file /home/rglidden/vmcore.0 IdlePTD 3555328 initial pcb at 2d6900 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5ec0c500 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01820fc stack pointer = 0x10:0xc61e5cf4 frame pointer = 0x10:0xc61e5d04 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 479 (squid) interrupt mask = net tty trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5ec0c500 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01dbff4 stack pointer = 0x10:0xc61e5814 frame pointer = 0x10:0xc61e5848 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 479 (squid) interrupt mask = net tty trap number = 12 panic: page fault Uptime: 5h1m5s dumping to dev #ad/0x20001, offset 139264 dump ata0: resetting devices .. done 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 dumpsys () at ../../kern/kern_shutdown.c:469 469 if (dumping++) { (kgdb) bt #0 dumpsys () at ../../kern/kern_shutdown.c:469 #1 0xc0140453 in boot (howto=260) at ../../kern/kern_shutdown.c:309 #2 0xc01407e9 in panic (fmt=0xc028820f "page fault") at ../../kern/kern_shutdown.c:556 #3 0xc024ed6a in trap_fatal (frame=0xc61e57d4, eva=1589691648) at ../../i386/i386/trap.c:951 #4 0xc024ea1d in trap_pfault (frame=0xc61e57d4, usermode=0, eva=1589691648) at ../../i386/i386/trap.c:844 #5 0xc024e5bf in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = 1, tf_esi = 1, tf_ebp = -971089848, tf_isp = -971089920, tf_ebx = 6756026, tf_edx = 1589691648, tf_ecx = -1064627184, tf_eax = 6756026, tf_trapno = 12, tf_err = 0, tf_eip = -1071792140, tf_cs = 8, tf_eflags = 66054, tf_esp = -1064581120, tf_ss = -1043331952}) at ../../i386/i386/trap.c:443 #6 0xc01dbff4 in tulip_rx_intr (sc=0xc08bc800) at ../../pci/if_de.c:3503 #7 0xc01dc874 in tulip_intr_handler (sc=0xc08bc800, progress_p=0xc61e5878) at ../../pci/if_de.c:3884 #8 0xc01dc9f9 in tulip_intr_normal (arg=0xc08bc800) at ../../pci/if_de.c:4061 #9 0xc0243ff2 in vec10 () #10 0xc013ad1c in acquire (lkp=0xc1d00490, extflags=32, wanted=1536) at ../../kern/kern_lock.c:147 #11 0xc013af80 in lockmgr (lkp=0xc1d00490, flags=65570, interlkp=0xc02ebc8c, p=0xc61b3c20) at ../../kern/kern_lock.c:354 #12 0xc01657fd in getblk (vp=0xc612f880, blkno=3, size=8192, slpflag=0, ---Type to continue, or q to quit--- slptimeo=0) at ../../sys/buf.h:294 #13 0xc0163986 in bread (vp=0xc612f880, blkno=3, size=8192, cred=0x0, bpp=0xc61e5a20) at ../../kern/vfs_bio.c:458 #14 0xc01e510e in ffs_balloc (ap=0xc61e5ad8) at ../../ufs/ffs/ffs_balloc.c:129 #15 0xc01ee5b9 in ffs_write (ap=0xc61e5b1c) at vnode_if.h:1035 #16 0xc01f2c65 in dqsync (vp=0xc61fecc0, dq=0xc09ef400) at vnode_if.h:363 #17 0xc01f2726 in qsync (mp=0xc08fc600) at ../../ufs/ufs/ufs_quota.c:688 #18 0xc01ed980 in ffs_sync (mp=0xc08fc600, waitfor=2, cred=0xc05af600, p=0xc02ebcc0) at ../../ufs/ffs/ffs_vfsops.c:1004 #19 0xc016dfb3 in sync (p=0xc02ebcc0, uap=0x0) at ../../kern/vfs_syscalls.c:545 #20 0xc014022e in boot (howto=256) at ../../kern/kern_shutdown.c:233 #21 0xc01407e9 in panic (fmt=0xc028820f "page fault") at ../../kern/kern_shutdown.c:556 #22 0xc024ed6a in trap_fatal (frame=0xc61e5cb4, eva=1589691648) at ../../i386/i386/trap.c:951 #23 0xc024ea1d in trap_pfault (frame=0xc61e5cb4, usermode=0, eva=1589691648) at ../../i386/i386/trap.c:844 #24 0xc024e5bf in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = 2, tf_esi = 1, tf_ebp = -971088636, tf_isp = -971088672, tf_ebx = 6422528, tf_edx = 1589691648, tf_ecx = -1070674976, tf_eax = 6422528, tf_trapno = 12, tf_err = 0, tf_eip = -1072160516, tf_cs = 8, tf_eflags = 66054, tf_esp = 1, tf_ss = 0}) at ../../i386/i386/trap.c:443 #25 0xc01820fc in looutput (ifp=0xc02ecbe0, m=0xc05f3600, dst=0xc5b638cc, rt=0xc094e500) at ../../net/if_loop.c:141 ---Type to continue, or q to quit--- #26 0xc0194913 in ip_output (m0=0xc05f3600, opt=0x0, ro=0xc5b638c8, flags=0, imo=0x0) at ../../netinet/ip_output.c:787 #27 0xc0199686 in tcp_output (tp=0xc5b63940) at ../../netinet/tcp_output.c:859 #28 0xc019af28 in tcp_usr_send (so=0xc5afed80, flags=4, m=0xc05f7400, nam=0x0, control=0x0, p=0xc61b3c20) at ../../netinet/tcp_usrreq.c:557 #29 0xc015cfb3 in sosend (so=0xc5afed80, addr=0x0, uio=0xc61e5ed8, top=0xc05f7400, control=0x0, flags=0, p=0xc61b3c20) at ../../kern/uipc_socket.c:614 #30 0xc0151668 in soo_write (fp=0xc09d8a80, uio=0xc61e5ed8, cred=0xc09df980, flags=0, p=0xc61b3c20) at ../../kern/sys_socket.c:79 #31 0xc014e2a9 in dofilewrite (p=0xc61b3c20, fp=0xc09d8a80, fd=18, buf=0x85d1000, nbyte=3777, offset=-1, flags=0) at ../../sys/file.h:159 #32 0xc014e162 in write (p=0xc61b3c20, uap=0xc61e5f80) at ../../kern/sys_generic.c:328 #33 0xc024f01d in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = -1077936996, tf_esi = -1077937008, tf_ebp = -1077945780, tf_isp = -971087916, tf_ebx = 134626796, tf_edx = 0, tf_ecx = 3777, tf_eax = 4, tf_trapno = 22, tf_err = 2, tf_eip = 672729164, tf_cs = 31, tf_eflags = 518, tf_esp = -1077945840, tf_ss = 47}) at ../../i386/i386/trap.c:1150 #34 0xc0242af5 in Xint0x80_syscall () #35 0x806509c in ?? () #36 0x808742e in ?? () #37 0x804a325 in ?? () (kgdb) up 6 #6 0xc01dbff4 in tulip_rx_intr (sc=0xc08bc800) at ../../pci/if_de.c:3503 3503 } else { (kgdb) list 3498 if (eop->d_status & TULIP_DSTS_RxDRBBLBIT) { 3499 sc->tulip_dot3stats.dot3StatsAlignmentErrors++; 3500 #if defined(TULIP_VERBOSE) 3501 error = "alignment error"; 3502 #endif 3503 } else { 3504 sc->tulip_dot3stats.dot3StatsFCSErrors++; 3505 #if defined(TULIP_VERBOSE) 3506 error = "bad crc"; 3507 #endif (kgdb) print sc->tulip_dot3stats.dot3StatsAlignmentErrors $1 = 0 (kgdb) print sc $2 = (tulip_softc_t *) 0xc08bc800 (kgdb) print eop->d_status Cannot access memory at address 0x0. (kgdb) print eop $3 = (tulip_desc_t *) 0x0 (kgdb) quit # exit Script done on Tue Dec 19 23:42:00 2000 ------------------------------------------------------------------------ machine i386 cpu I586_CPU ident CHARON maxusers 32 options CPU_WT_ALLOC # Write Allocation on K6's options NO_F00F_HACK # CPU is not a flakey Pentium options NO_MEMORY_HOLE # Really, there is no memory hole! options INCLUDE_CONFIG_FILE #Put config file in kernel options INET #InterNETworking options IPFIREWALL #Firewall Support options IPFIREWALL_VERBOSE #Lots of logging options IPFIREWALL_VERBOSE_LIMIT=100 # But not too much options IPFIREWALL_FORWARD # Allow packets to be forwarded options IPDIVERT # natd Support options TCP_RESTRICT_RST # Help prevent portscans options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options QUOTA #Enable Quotas options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USER_LDT #Allow users to change LDT (for wine) options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options DDB #Kernel Debugger options DDB_UNATTENDED #But still recover on a panic options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? options VESA # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 #options SC_DISABLE_DDBKEY options SC_DISABLE_REBOOT options SC_HISTORY_SIZE=200 options SC_PIXEL_MODE # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter pseudo-device speaker #PC Speaker pseudo-device gzip #Run gzipped a.out pseudo-device vn #Run file as a device device pcm device joy0 at isa? port IO_GAME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 21: 7:26 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 21:07:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from entoo.connect.com.au (entoo.connect.com.au [192.189.54.8]) by hub.freebsd.org (Postfix) with ESMTP id AC23837B400 for ; Tue, 19 Dec 2000 21:07:22 -0800 (PST) Received: from bebop.silverbrook.com.au (CPE-144-132-149-109.nsw.bigpond.net.au [144.132.149.109]) by entoo.connect.com.au (Postfix) with ESMTP id 77773DD919 for ; Wed, 20 Dec 2000 16:05:59 +1100 (EST) Received: (from andy@localhost) by bebop.silverbrook.com.au (8.11.1/8.11.1) id eBK57Gf30708 for stable@FreeBSD.org; Wed, 20 Dec 2000 16:07:16 +1100 (EST) (envelope-from andy) Message-Id: <200012200507.eBK57Gf30708@bebop.silverbrook.com.au> Date: Wed, 20 Dec 2000 16:07:15 +1100 (EST) From: Andy Newman Reply-To: andy@silverbrook.com.au Subject: misc/23679, pthreads and sleep times To: stable@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While getting Doug Schmidt's ACE & TAO up and running on RELENG_4 I ran into a curious problem with sleep time calculations and libc_r. One of ACE's test programs - Process_Mutex_Test - uses SysV semaphores for inter-process synchronization (funny that). It forks a number of children which grab the semaphore, do some work, release the semaphore and exit. Work is simulated by sleeping for two seconds so the overall run-time should be in the order the number of children. I noticed that this test didn't seem to finish. A little investigation showed each child was actually sleeping for 2**N (plus a constant :) seconds, N being the ordinal number of the child in the fork loop. I've recreated the test case (attached to report) and tracing it's system calls shows the timeouts being passed to poll() from the thread scheduler are wrong. Yes I aware the timeouts are not guaranteed however I doubt the behaviour I'm seeing is actually desired. Any thoughts? -- Andy Newman, Principal Software Engineer, Silverbrook Research To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 22:42: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 22:42:06 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id A804237B400 for ; Tue, 19 Dec 2000 22:41:56 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eBK6fmY93963 for ; Wed, 20 Dec 2000 12:41:49 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Wed, 20 Dec 2000 12:41:47 +0600 (NS) From: Max Khon To: stable@FreeBSD.org Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <20001219135254.C78021@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Tue, 19 Dec 2000, David O'Brien wrote: > > there are two bug reports (#413 and #258) in gcc GNATS about this problem > > How are you viewing these? http://gcc.gnu.org/cgi-bin/gnatsweb.pl just > loops me back to itself when I try to login to view them. hmm, just logged in successfully (l: guest, p: guest, gcc) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Dec 19 23:49:10 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 23:49:07 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtppop3pub.verizon.net (smtppop3pub.gte.net [206.46.170.22]) by hub.freebsd.org (Postfix) with ESMTP id 7C8A137B400 for ; Tue, 19 Dec 2000 23:49:07 -0800 (PST) Received: from Aequitas ([66.12.16.214]) by smtppop3pub.verizon.net with SMTP for ; id BAA79957642 Wed, 20 Dec 2000 01:44:44 -0600 (CST) Message-ID: <001e01c06a59$091b6dc0$d6100c42@VirtualSaints.CoM> From: "res08glu" To: Date: Tue, 19 Dec 2000 23:46:56 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01C06A15.F8CFCF80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001B_01C06A15.F8CFCF80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable auth 89cdb874 unsubscribe freebsd-stable res08glu@verizon.net ------=_NextPart_000_001B_01C06A15.F8CFCF80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
auth 89cdb874 unsubscribe freebsd-stable res08glu@verizon.net
------=_NextPart_000_001B_01C06A15.F8CFCF80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 0:36:42 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 00:36:38 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from jason.argos.org (a13b063.neo.rr.com [204.210.197.63]) by hub.freebsd.org (Postfix) with ESMTP id 050A737B402 for ; Wed, 20 Dec 2000 00:36:38 -0800 (PST) Received: from localhost (mike@localhost) by jason.argos.org (8.10.1/8.10.1) with ESMTP id eBK8URx00823; Wed, 20 Dec 2000 03:30:27 -0500 Date: Wed, 20 Dec 2000 03:30:27 -0500 (EST) From: Mike Nowlin To: Alessandro de Manzano Cc: Alfred Perlstein , stable@FreeBSD.ORG Subject: Re: make -j In-Reply-To: <20001219122433.A1961@libero.sunshine.ale> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Could someone, please, explain to me why the "-j" stuff could be dangerous ? > It's not much clear to me why doing more then one "cc" (example) at time could break the final object code. > (no flame, it's a very honest question! :-) ) As far as I understand it: -jX causes Make to queue up X-1 jobs at a time, while preparing job X while it's waiting for ((X-1)..0) to finish. Imagine a makefile that does something like: 1) start off with "junk.h" that only has "#define SOMEVAL 1" in it 2) job 1 of the makefile runs a perl script that rewrites junk.h 3) job 2 of the makefile is a C prog that includes junk.h and uses SOMEVAL ...now run "make -j3" Assuming that job 2 takes a while to run, and job 3 is really fast, the output of job 2 will be invalid, since job 1 hasn't completed yet, although the output of job 2 is >technically< valid (proper object code was created, although with the wrong "stuff".) Now apply that idea to a bunch of normal .c files. If they're well-behaved and simply compile source into object, life is good. But if they do anything like rewriting other chunks of code, life is not so good. Probably 95% of the packages you'll ever compile aren't prone to this sort of problem, but anything that has a lot of "real" dependencies in it (like the kernel) can fail horribly under these conditions. A lot of programs are coming out these days that pull these sort of tricks to make them compile under multiple different operating systems, and not all of them do it very gracefully..... mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 0:42:38 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 00:42:36 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from jason.argos.org (a13b063.neo.rr.com [204.210.197.63]) by hub.freebsd.org (Postfix) with ESMTP id CF45C37B400 for ; Wed, 20 Dec 2000 00:42:35 -0800 (PST) Received: from localhost (mike@localhost) by jason.argos.org (8.10.1/8.10.1) with ESMTP id eBK8aXk00888; Wed, 20 Dec 2000 03:36:33 -0500 Date: Wed, 20 Dec 2000 03:36:33 -0500 (EST) From: Mike Nowlin To: Alessandro de Manzano Cc: Alfred Perlstein , stable@FreeBSD.ORG Subject: Re: make -j In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > ...now run "make -j3" > Assuming that job 2 takes a while to run, and job 3 is really fast, the > output of job 2 will be invalid, since job 1 hasn't completed yet, > although the output of job 2 is >technically< valid (proper object code > was created, although with the wrong "stuff".) > Let me correct something: Assuming that job 2 takes a while to run, and job 3 is really fast, the output of job 3 will be invalid, since job 2 hasn't completed yet, although the output of job 3 is >technically< valid (proper object code was created, although with the wrong "stuff".) .. note the changed job numbers. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 0:42:50 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 00:42:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 0E9CF37B402 for ; Wed, 20 Dec 2000 00:42:46 -0800 (PST) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id JAA82331 for ; Wed, 20 Dec 2000 09:42:43 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id JAA78926 for ; Wed, 20 Dec 2000 09:42:43 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.11.1/8.11.1) id eBK8ght55215 for freebsd-stable@freebsd.org; Wed, 20 Dec 2000 09:42:43 +0100 (CET) (envelope-from gunnar) Date: Wed, 20 Dec 2000 09:42:43 +0100 From: Gunnar Flygt To: FreeBSD Stable Subject: pccard suddenly not working Message-ID: <20001220094242.A54702@sr.se> Reply-To: Gunnar Flygt Mail-Followup-To: Gunnar Flygt , FreeBSD Stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed my new Toshiba with the CD's from 4.1-RELEASE. Everything works fine with the PCMCIA ethernet card 3Com 3C589C. Upgraded with cvsup yesterday. Compiled and built both GENERIC and the custom kernel for that machine. Rebooted with 4.2-STABLE as of yesterday, and suddenly pccardd reports: pccardd[53]: No card in database for "(null)"("(null)") Compared with the old /etc/defaults/pccard.conf from 4.1-RELEASE, and there is no difference with the one I've got, as far as the 3Com card is concerned. Anyone, anything? -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 1:57:26 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 01:57:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from drugs.dv.isc.org (drugs.dv.isc.org [130.155.191.236]) by hub.freebsd.org (Postfix) with ESMTP id 6333D37B400 for ; Wed, 20 Dec 2000 01:57:22 -0800 (PST) Received: from nominum.com (localhost.dv.isc.org [127.0.0.1]) by drugs.dv.isc.org (8.11.1/8.11.1) with ESMTP id eBK9uN894337; Wed, 20 Dec 2000 20:56:56 +1100 (EST) (envelope-from marka@nominum.com) Message-Id: <200012200956.eBK9uN894337@drugs.dv.isc.org> To: Gunnar Flygt Cc: FreeBSD Stable From: Mark.Andrews@nominum.com Subject: Re: pccard suddenly not working In-reply-to: Your message of "Wed, 20 Dec 2000 09:42:43 BST." <20001220094242.A54702@sr.se> Date: Wed, 20 Dec 2000 20:56:23 +1100 Sender: marka@nominum.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The PCMCIA controller is now run in polled mode. Specify a irq to put it back into interupt mode. Mark > I installed my new Toshiba with the CD's from 4.1-RELEASE. Everything > works fine with the PCMCIA ethernet card 3Com 3C589C. Upgraded with > cvsup yesterday. Compiled and built both GENERIC and the custom kernel > for that machine. Rebooted with 4.2-STABLE as of yesterday, and suddenly > pccardd reports: pccardd[53]: No card in database for "(null)"("(null)") > > Compared with the old /etc/defaults/pccard.conf from 4.1-RELEASE, and > there is no difference with the one I've got, as far as the 3Com card is > concerned. > > Anyone, anything? > > -- > __o > regards, Gunnar ---_ \<,_ > email: flygt@sr.se ---- (_)/ (_) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Mark Andrews, Nominum Inc. 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@nominum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 2:48: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 02:47:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from libero.sunshine.ale (ppp-125-115.33-151.iol.it [151.33.115.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0D837B404; Wed, 20 Dec 2000 02:47:58 -0800 (PST) Received: by libero.sunshine.ale (Postfix, from userid 1001) id 3A0425EAC; Wed, 20 Dec 2000 11:47:47 +0100 (CET) Date: Wed, 20 Dec 2000 11:47:47 +0100 From: Alessandro de Manzano To: freebsd-stable@freebsd.org Cc: freebsd-smp@freebsd.org Subject: still USB and SMP Message-ID: <20001220114747.A714@libero.sunshine.ale> Reply-To: Alessandro de Manzano Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE Sender: aledema@iol.it Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello! Sorry to send this message again, but no one answered me :( Situation: FreeBSD 4.2-STABLE (cvsupped last week) on a Microstar MS-6321 dual socket 370 motherboard. The CPUs are two Celeron 433 Mhz and the motherboard chipset is VIA VT82C694X (Apollo Pro 133A) with also a Promise ATA 100 dual channel controller (not used). I attached to this email my "dmesg" output. I noted that the USB subsystem get really crazy when running a SMP kernel. I've a Logitech Pilot Wheel Mouse USB that I used really fine on another 4.2-stable box, but on this one it is not usable. As you'll see from dmesg output, the USB controllers are correctly found, but seems not to work. But if I boot using a single CPU kernel then USB works fine. What could be ? Is this a known problem ? Here I include also the "usbdevs" output captured under SMP kernel: libero:(root)/root# usbdevs -v Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 0x0100 port 1 powered port 2 powered Controller /dev/usb1: addr 1: self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 0x0100 port 1 powered port 2 powered I guess that 0x0000 are not correct values for that parameters.. ;-) Please, could someone help me ? What I should do, besides disabling SMP ? ;-) Thanks a lot anyway! -- bye! Alessandro de Manzano Milano, Italy demanzano@iol.it --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg Copyright (c) 1992-2000 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.2-STABLE #0: Sat Dec 9 19:15:36 CET 2000 root@libero.sunshine.ale:/usr/obj/usr/src/sys/LIBERO2 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183fbff real memory = 100663296 (98304K bytes) avail memory = 93990912 (91788K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc03b3000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 16 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xc000-0xc00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xc400-0xc41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xc800-0xc81f irq 19 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pcm0: port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 18 at device 7.5 on pci0 atapci1: port 0xe800-0xe83f,0xe400-0xe403,0xe000-0xe007,0xdc00-0xdc03,0xd800-0xd807 mem 0xdc000000-0xdc01ffff irq 18 at device 12.0 on pci0 ata2: at 0xd800 on atapci1 ata3: at 0xe000 on atapci1 pci0: (vendor=0x104c, dev=0x8020) at 13.0 irq 19 xl0: <3Com 3c900-COMBO Etherlink XL> port 0xec00-0xec3f irq 17 at device 15.0 on pci0 xl0: Ethernet address: 00:10:4b:b0:38:07 xl0: selecting 10baseT transceiver, half duplex pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 IP packet filtering initialized, divert disabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default DUMMYNET initialized (000608) BRIDGE 990810, have 8 interfaces -- index 1 type 6 phy 0 addrl 6 addr 00.10.4b.b0.38.07 SMP: AP CPU #1 Launched! ad0: 9787MB [19885/16/63] at ata0-master UDMA66 acd0: CDROM at ata1-master using WDMA2 Mounting root from ufs:/dev/ad0s1a --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 3: 0:24 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 03:00:16 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from crotchety.newsbastards.org (netcop.newsbastards.org [193.162.153.124]) by hub.freebsd.org (Postfix) with ESMTP id 52EEB37B400; Wed, 20 Dec 2000 03:00:15 -0800 (PST) Received: (from news@localhost) by crotchety.newsbastards.org (8.11.1/8.11.1) id eBKAxnt24063; Wed, 20 Dec 2000 11:59:50 +0100 (CET) (envelope-from newsluser@free-pr0n.netscum.dk) Date: Wed, 20 Dec 2000 11:59:50 +0100 (CET) Message-Id: <200012201059.eBKAxnt24063@crotchety.newsbastards.org> X-Authentication-Warning: crotchety.newsbastards.org: news set sender to newsluser@free-pr0n.netscum.dk using -f Reply-To: freebsd-lurkers@netscum.dk From: Reddy Crashalott To: Matt Dillon Cc: stable@freebsd.org, hackers@freebsd.org References: <200012152247.eBFMlg727583@earth.backplane.com> In-Reply-To: <200012152247.eBFMlg727583@earth.backplane.com> Subject: Re: New performance patch available for testing on stable Sender: newsluser@free-pr0n.netscum.dk Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [disclaimer: this is an invalid sender address; replies should be posted to the list or perhaps better not posted at all. the reply-to header address also will soon become invalid] [further disclaimer: I've crossposted this to -hackers as well, to continue the thread I was carrying on singlehandedly there, in the highly unlikely event that someone there who professed an interest is not already subscribed to -stable. I'm not expecting any response at all to this post, but perhaps if there is, it would be best dumped on -hackers rather than -stable. Sorry.] :: http://apollo.backplane.com/FreeBSD4/ :: This patch reworks the pageout daemon and the buf_daemon. It is based :: on my previous patch but hopefully has the kinks worked out. The patch :: is for -stable only, I will have a -current patch tonight. Thanks, I've been using it on -stable for several days now... :: The current patchset will pageout a little more then 4.2-RELEASE, but :: hopefully to the benefit of the system rather then the detriment. This I'm happy to report that -- if you recall, I had problems with getting one of the two history files to perform as I wanted -- I've figured out what I've been doing wrong, and it was pilot error, since I've had to make a good number of hacks to the recent INN k0deZ, but I had not taken the time to figure out what was intended by the virginal code, why my hacks were needed, and why things were done as they were. The short of it was that I discovered I was only doing madvise/mlock on part of the problem file, so part of it was the cause of the heavy disk activity. I'm going to take some time off to recover and hope to be able to think clearly and find out the reason for using (size_of) in one size calculation and not in another -- mmap() didn't and was fine. But that's neither here nor there. In any case, when I finally managed to accomplish what I had been trying to do all this time, it was immensely gratifying to see the history file read/write access times dropping to practically zero, thanks to mlock() in luserland. Witness the numbers here, where I start from a dead stop and chew on a waiting backlog: Dec 19 23:52:03 crotchety innd: dbz madvise NOSYNC 90000000 ok [time passes] Dec 19 23:52:16 crotchety innd: dbz mlock 90000000 ok Dec 19 23:52:16 crotchety innd: dbz openhashtable /news/db/history.hash Dec 19 23:52:16 crotchety innd: dbz madvise WILLNEED 135000000 ok Dec 19 23:52:16 crotchety innd: dbz madvise RANDOM 135000000 ok Dec 19 23:52:16 crotchety innd: dbz madvise NOSYNC 135000000 ok [more time passes] Dec 19 23:52:40 crotchety innd: dbz mlock 135000000 ok [five mintes pass until the first timer stats are logged] Dec 19 23:57:45 crotchety innd: ME time 300004 idle 28838(286832) artwrite 111263(6811) artlink 0(0) hiswrite 2556(7883) hissync 3(15) ^^^^ sitesend 2683(20443) artctrl 56(242) artcncl 39(235) hishave 398(19812) ^^^ hisgrep 2(94) artclean 32393(7910) perl 23339(7742) overv 0(0) python 0(0) ncread 52681(324760) ncproc 194980(324760) [backlog gets chewed...] Dec 20 00:52:45 crotchety innd: ME time 300000 idle 131122(246534) artwrite 62458(3701) artlink 0(0) hiswrite 1603(4091) hissync 0(8) sitesend 1369(11103) artctrl 9(109) artcncl 9(109) hishave 147(10711) hisgrep 1(80) artclean 18996(4062) perl 13120(4062) overv 0(0) python 0(0) ncread 33002(248568) ncproc 116670(248568) Now, before I got this one started, I had had a few failures in the mlock() call to the 135MB history file, and as you see from the numbers below, performance was *awful* -- even with your patches that are the subject of this thread. The reason the numbers I had been seeing earlier were not quite this bad was that I was only mlock()ing part of the file. Aside from the mlock(), all the madvise() and MAP_NOSYNC tweaks were completed with success, so, well, huge difference. And the other file did successfully mlock()... Dec 19 23:38:53 crotchety innd: ME time 306143 idle 6279(92487) artwrite 66436(4114) artlink 0(0) hiswrite 71770(4727) hissync 1(10) ^^^^^ sitesend 2082(12343) artctrl 840(116) artcncl 839(114) hishave 62930(10547) ^^^^^ hisgrep 1(50) artclean 20776(4664) perl 14707(4663) overv 0(0) python 0(0) ncread 31888(119022) ncproc 257889(119022) You had mentioned that you would perhaps want to see the debug numbers from this machine and these two hash files *without* the hacks to mlock() them. Well, I dunno if I can stand the thought of letting the machine run for too long like this, but do you really want this data? And would you want to see the debug activity when the mlock() has succeeded for the happy near-zero history times? I can't say for certain, but it seems that with the current patchset, the history numbers are far worse than they would have been in a similar situation with the previous patchset or at the beginning of this month. On the other hand, most of the apparent unresponsiveness I've noticed has been directly traceable to the on-disk updates of the history files when the mlock() failed, whereas that which is the result of paging activity appears to be far less, to the point where I don't really notice it. These on-disk updates, as you know, block all related accesses, which is just about everything I'm doing (reading and so on) Now, in order for this to work with the near-zero history access times (yeah, it'll be far more impressive when I install this on a transit machine with 450 incoming connections, I promise), I've needed to make some non-trivial changes to both INN and the FreeBSD kernel, so in my Copious Free Time, I hope to figure out exactly what I want to do and merge in the hacks in a non-intrusive and portable way so that anyone could see this performance. I'll hold off on the FreeBSD end of this, though, since you know what you're doing and I don't, particularly if it's possible that coming VM improvements will have the effect that I see here of mlock() in userland, with or without auxiliary helper programs. (urg, sounds like all followups are best directed to -hackers) thanks, happy holidays with good cheer and all that, barry bouwsma, ex-teledanmark news admangler k0dewanker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 3:52:28 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 03:52:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id B22E137B400 for ; Wed, 20 Dec 2000 03:52:25 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id GAA01041; Wed, 20 Dec 2000 06:51:59 -0500 (EST) Date: Wed, 20 Dec 2000 06:51:58 -0500 (EST) From: Daniel Eischen To: Andy Newman Cc: stable@FreeBSD.ORG Subject: Re: misc/23679, pthreads and sleep times In-Reply-To: <200012200507.eBK57Gf30708@bebop.silverbrook.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Dec 2000, Andy Newman wrote: > While getting Doug Schmidt's ACE & TAO up and running on RELENG_4 I ran > into a curious problem with sleep time calculations and libc_r. One of > ACE's test programs - Process_Mutex_Test - uses SysV semaphores for > inter-process synchronization (funny that). It forks a number of > children which grab the semaphore, do some work, release the semaphore > and exit. Work is simulated by sleeping for two seconds so the overall > run-time should be in the order the number of children. Semaphores are not wrapped by the threads library. You cannot use them reliably in our threaded environment as they will block the entire process. > I noticed that this test didn't seem to finish. A little > investigation showed each child was actually sleeping for 2**N (plus a > constant :) seconds, N being the ordinal number of the child in the > fork loop. I've recreated the test case (attached to report) and > tracing it's system calls shows the timeouts being passed to poll() > from the thread scheduler are wrong. Yes I aware the timeouts are not > guaranteed however I doubt the behaviour I'm seeing is actually desired. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 3:53: 2 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 03:52:57 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from burra.zip.com.au (bart.zip.com.au [61.8.6.5]) by hub.freebsd.org (Postfix) with ESMTP id BE41C37B404; Wed, 20 Dec 2000 03:52:53 -0800 (PST) Received: (from bart@localhost) by burra.zip.com.au (8.9.3/8.9.3) id WAA02659; Wed, 20 Dec 2000 22:53:18 +1100 (EST) (envelope-from bart@burra.zip.com.au) X-Authentication-Warning: dresden.burra.zip.com.au: bart set sender to bart@burra.zip.com.au using -f Sender: bart@burra.zip.com.au To: Bjarne Wichmann Petersen Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: KDE 2.0.1 refuses to compile. References: <200012192035.VAA23257@usr00.cybercity.dk> From: Bart Lindsey Date: 20 Dec 2000 22:53:17 +1100 In-Reply-To: Bjarne Wichmann Petersen's message of "Tue, 19 Dec 2000 21:35:13 +0100" Message-ID: <87itofz4uq.fsf@localhost.burra.zip.com.au> Lines: 58 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Carlsbad Caverns) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey Bjarne, As this is linking against OpenMotif, the link options ought to include -lXp. Perhaps you could email the port maintainer? Thanks. Cheers, Bart. Bjarne Wichmann Petersen writes: > I'm trying to install KDE 2.0.1 from ports/x11/kde2/... everything goes fine until somewhere into kdebase. This is the error: > > c++ -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o nspluginviewer nsplugin.o viewer.o kxt.o NSPluginCallbackIface_stub.o NSPluginClassIface_skel.o nspluginviewer_meta_unload.o -Wl,-export-dynamic -Wl,--export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lXm -ljpeg -ljpeg -L/usr/libexec/elf -L/usr/libexec -L/usr/lib -ljpeg /usr/local/lib/libkio.so /usr/local/lib/libkdeui.so -ljpeg -ljpeg -ljpeg -ljpeg /usr/local/lib/libkdesu.so /usr/local/lib/libkdecore.so /usr/local/lib/libDCOP.so -lqt2 -lpng -ljpeg -lXext -lX11 -lSM -lICE -ljpeg -ljpeg -lutil -ljpeg -lz -ljpeg -lm -lXt -ljpeg -lstdc++ -lgcc -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib > /usr/X11R6/lib/libXm.a(PrintS.o): In function `PrintNotifyHandler': > PrintS.o(.text+0x148): undefined reference to `XpStartPage' > PrintS.o(.text+0x161): undefined reference to `XpEndPage' > PrintS.o(.text+0x179): undefined reference to `XpEndJob' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `ResourcesUpdate': > PrintS.o(.text+0x1db): undefined reference to `XpGetOneAttribute' > PrintS.o(.text+0x26b): undefined reference to `XpGetPageDimensions' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `SelectXpEvents': > PrintS.o(.text+0x308): undefined reference to `XpGetContext' > PrintS.o(.text+0x31b): undefined reference to `XpSelectInput' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `Initialize': > PrintS.o(.text+0x439): undefined reference to `XpQueryExtension' > PrintS.o(.text+0x450): undefined reference to `XpGetContext' > PrintS.o(.text+0x46d): undefined reference to `XpGetScreenOfContext' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `Destroy': > PrintS.o(.text+0x5cf): undefined reference to `XpGetContext' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `FilePipeCB': > PrintS.o(.text+0x75b): undefined reference to `XpGetContext' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `ChildPrintToFile': > PrintS.o(.text+0x820): undefined reference to `XpGetDocumentData' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `XmPrintToFile': > PrintS.o(.text+0x88a): undefined reference to `XpGetContext' > /usr/X11R6/lib/libXm.a(PrintS.o): In function `XmPrintPopupPDM': > PrintS.o(.text+0xac7): undefined reference to `XpGetContext' > PrintS.o(.text+0xae4): undefined reference to `XpGetPdmStartParams' > /usr/X11R6/lib/libXm.a(ImageCache.o): In function `_XmPutScaledImage': > ImageCache.o(.text+0x1707): undefined reference to `XpQueryExtension' > ImageCache.o(.text+0x171a): undefined reference to `XpGetContext' > ImageCache.o(.text+0x1737): undefined reference to `XpGetOneAttribute' > ImageCache.o(.text+0x177a): undefined reference to `XpSetImageResolution' > ImageCache.o(.text+0x17b5): undefined reference to `XpSetImageResolution' > gmake[3]: *** [nspluginviewer] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/kdebase2/work/kdebase-2.0.1/nsplugins/viewer' > > What am I missing here? And how do I correct it? > > Bjarne > -- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 4:19:23 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 04:19:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from scully.zoominternet.net (scully.zoominternet.net [63.67.120.3]) by hub.freebsd.org (Postfix) with SMTP id DB34A37B404 for ; Wed, 20 Dec 2000 04:19:19 -0800 (PST) Received: (qmail 2521 invoked from network); 20 Dec 2000 12:18:46 -0000 Received: from unknown (HELO acs-24-154-35-126) (24.154.35.126) by scully.zoominternet.net with SMTP; 20 Dec 2000 12:18:46 -0000 Date: Wed, 20 Dec 2000 07:19:18 -0500 (EST) From: Donn Miller X-Sender: dmmiller@acs-24-154-35-126.zoominternet.net To: Bart Lindsey Cc: Bjarne Wichmann Petersen , freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: KDE 2.0.1 refuses to compile. In-Reply-To: <87itofz4uq.fsf@localhost.burra.zip.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Dec 2000, Bart Lindsey wrote: > As this is linking against OpenMotif, the link options ought to > include -lXp. That's strange. Why would KDE be linking against Motif? I though it used Qt and KDE-Qt-addon exclusively. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 4:43:21 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 04:43:19 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id E792A37B400 for ; Wed, 20 Dec 2000 04:43:18 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id HAA07052; Wed, 20 Dec 2000 07:42:53 -0500 (EST) Date: Wed, 20 Dec 2000 07:42:53 -0500 (EST) From: Daniel Eischen Message-Id: <200012201242.HAA07052@pcnet1.pcnet.com> To: andy@silverbrook.com.au, stable@FreeBSD.ORG Subject: Re: misc/23679, pthreads and sleep times Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andy Newman wrote: > While getting Doug Schmidt's ACE & TAO up and running on RELENG_4 I ran > into a curious problem with sleep time calculations and libc_r. One of > ACE's test programs - Process_Mutex_Test - uses SysV semaphores for > inter-process synchronization (funny that). It forks a number of > children which grab the semaphore, do some work, release the semaphore > and exit. Work is simulated by sleeping for two seconds so the overall > run-time should be in the order the number of children. > > I noticed that this test didn't seem to finish. A little > investigation showed each child was actually sleeping for 2**N (plus a > constant :) seconds, N being the ordinal number of the child in the > fork loop. I've recreated the test case (attached to report) and > tracing it's system calls shows the timeouts being passed to poll() > from the thread scheduler are wrong. Yes I aware the timeouts are not > guaranteed however I doubt the behaviour I'm seeing is actually desired. You're actually seeing the additive times of all the children whom went before. When the process blocks waiting for the semaphore, the clock doesn't get updated (I guess signals from setitimer don't occur when this happens because no work is being done by the kernel nor the application). When the child finally wakes up, the cached clock is used (but it hasn't been updated since the child went to sleep). Here's a bit of a hack to work around the problem: Index: uthread/uthread_nanosleep.c =================================================================== RCS file: /opt/b/CVS/src/lib/libc_r/uthread/uthread_nanosleep.c,v retrieving revision 1.13 diff -u -r1.13 uthread_nanosleep.c --- uthread/uthread_nanosleep.c 2000/01/27 23:07:11 1.13 +++ uthread/uthread_nanosleep.c 2000/12/20 12:38:04 @@ -54,8 +54,12 @@ errno = EINVAL; ret = -1; } else { - /* Get the current time: */ - gettimeofday(&tv, NULL); + /* + * As long as we're going to get the time of day, we + * might as well store it in the global time of day: + */ + gettimeofday((struct timeval *) &_sched_tod, NULL); + GET_CURRENT_TOD(tv); TIMEVAL_TO_TIMESPEC(&tv, ¤t_time); /* Calculate the time for the current thread to wake up: */ @@ -73,8 +77,12 @@ /* Reschedule the current thread to sleep: */ _thread_kern_sched_state(PS_SLEEP_WAIT, __FILE__, __LINE__); - /* Get the current time: */ - gettimeofday(&tv, NULL); + /* + * As long as we're going to get the time of day, we + * might as well store it in the global time of day: + */ + gettimeofday((struct timeval *) &_sched_tod, NULL); + GET_CURRENT_TOD(tv); TIMEVAL_TO_TIMESPEC(&tv, ¤t_time1); /* Calculate the remaining time to sleep: */ -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 4:48: 7 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 04:48:03 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from burra.zip.com.au (bart.zip.com.au [61.8.6.5]) by hub.freebsd.org (Postfix) with ESMTP id B6DB437B400; Wed, 20 Dec 2000 04:47:59 -0800 (PST) Received: (from bart@localhost) by burra.zip.com.au (8.9.3/8.9.3) id XAA02732; Wed, 20 Dec 2000 23:48:24 +1100 (EST) (envelope-from bart@burra.zip.com.au) X-Authentication-Warning: dresden.burra.zip.com.au: bart set sender to bart@burra.zip.com.au using -f Sender: bart@burra.zip.com.au To: Donn Miller Cc: Bjarne Wichmann Petersen , freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: KDE 2.0.1 refuses to compile. References: From: Bart Lindsey Date: 20 Dec 2000 23:48:23 +1100 In-Reply-To: Donn Miller's message of "Wed, 20 Dec 2000 07:19:18 -0500 (EST)" Message-ID: <87d7enz2aw.fsf@localhost.burra.zip.com.au> Lines: 20 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Carlsbad Caverns) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know enough about KDE2.X, but the object being built in the make is called nspluginviewer. Perhaps this is some kind of Netscape/Mozilla integration into KDE? It _is_ interesting that it's being linked against both libqt2 _and_ libXm; quite a hybrid! Cheers, Bart. Donn Miller writes: > On 20 Dec 2000, Bart Lindsey wrote: > > > As this is linking against OpenMotif, the link options ought to > > include -lXp. > > That's strange. Why would KDE be linking against Motif? I though it used > Qt and KDE-Qt-addon exclusively. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 6:35:33 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 06:35:29 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from satan.freebsdsystems.com (satan.freebsdsystems.com [24.69.168.5]) by hub.freebsd.org (Postfix) with ESMTP id 2452037B69D; Wed, 20 Dec 2000 06:35:28 -0800 (PST) Received: from satan.freebsdsystems.com (satan.freebsdsystems.com [24.69.168.5]) by satan.freebsdsystems.com (8.11.1/8.11.0) with SMTP id eBKEZR894603; Wed, 20 Dec 2000 09:35:27 -0500 (EST) From: Lanny Baron Organization: Freedom Technologies Corporation; FreeBSD Systems, Inc. To: stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: like to speak to person with million + users for mail Date: Wed, 20 Dec 2000 09:35:26 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <00122009352600.94537@satan.freebsdsystems.com> Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was mailing someone with a question regarding a large setup (multiple=20 servers for mail) and the person told me that there was someone who had=20 mentioned some sort of setup for "million + users". Although I have most stable and questions mail, I can't find the string w= here=20 it mentions what I am looking for or the person who has done this. Anyone have that mail or if the person who sent it, please get back to me= =2E TIA ---------------- Lanny Baron FreeBSD Systems, Inc. Freedom Technologies Corp. Proud to be 100% FreeBSD 1.877.963.1900 http://www.FreeBSDsystems.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 8:17: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 08:16:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from news.kiev.sovam.com (news.kiev.sovam.com [212.109.32.16]) by hub.freebsd.org (Postfix) with ESMTP id B770D37B400 for ; Wed, 20 Dec 2000 08:16:54 -0800 (PST) Received: from mail by news.kiev.sovam.com with local (Exim 2.12 #1) id 148lvA-0002Iw-00 for freebsd-stable@freebsd.org; Wed, 20 Dec 2000 18:16:52 +0200 From: Dmitry Alyabyev To: freebsd-stable@freebsd.org Reply-To: dimitry@al.org.ua Subject: Upgrade from 3.4 to 4.2 Date: Wed, 20 Dec 2000 11:32:01 +0200 Message-ID: References: X-Organization: Svit Online (post does not reflect views of Golden Telecom) X-Gated-By: news2list v1.4, (c) Vladimir Litovka X-Gated-Date: Wed Dec 20 16:16:52 2000 GMT Sender: gw-bsd-stable@news.kiev.sovam.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy What I really need is your suggestions about simplest and the most powerful method to upgrade from 3.4 STABLE to 4.2 STABLE. When I've tried to do 'make buildworld' some errors about "unknown function" and one "core dumped message" have appeared. Can I do the upgrade without booting from 4.2 floppies and go through 'Upgrade" section ? Probably by CVS method with several upgrades, step by step ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 8:19:58 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 08:19:56 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from disaster.jaj.com (candygarden.jaj.com [209.64.26.39]) by hub.freebsd.org (Postfix) with ESMTP id E967237B400 for ; Wed, 20 Dec 2000 08:19:54 -0800 (PST) Received: (from pedwards@localhost) by disaster.jaj.com (8.9.3/8.9.3) id LAA18594; Wed, 20 Dec 2000 11:28:23 -0500 Date: Wed, 20 Dec 2000 11:28:23 -0500 From: Phil Edwards To: stable@FreeBSD.org Cc: gcc@gcc.gnu.org Subject: Re: How to view GCC GNATS bug reports Message-ID: <20001220112823.D18522@disaster.jaj.com> Mail-Followup-To: stable@FreeBSD.org, gcc@gcc.gnu.org References: <20001219135227.B78021@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001219135227.B78021@dragon.nuxi.com>; from obrien@FreeBSD.org on Tue, Dec 19, 2000 at 01:52:27PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 01:52:27PM -0800, David O'Brien wrote: > I'm trying to look up a few GCC GNATS PRs. From http://gcc.gnu.org, I am > sent to http://gcc.gnu.org/cgi-bin/gnatsweb.pl. But I simply get into a > loop, when I enter "guest", "guest", select "GCC", and then "login". I > go to a page that says "hold on.. redirecting", and then thrown right > back to the gnatsweb login page. > > What is the correct procedure? I have javascript, but not java enabled > in Netscape 4.76. It's a known bug in that version of gnatsweb. (Which makes me wonder how it's supposed to work at all.) It's been reported to them, but nobody is actively maintaining gnatsweb right now. Somebody else might be taking it over soon. Phil -- pedwards at disaster dot jaj dot com | pme at sources dot redhat dot com devphil at several other less interesting addresses in various dot domains The gods do not protect fools. Fools are protected by more capable fools. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 8:45:44 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 08:45:42 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 4006537B400 for ; Wed, 20 Dec 2000 08:45:42 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id E955F5D1B for ; Wed, 20 Dec 2000 17:45:14 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id A54E3294; Wed, 20 Dec 2000 17:53:55 +0100 (MET) Subject: VMware hanging with more memory To: FreeBSD-Stable List Date: Wed, 20 Dec 2000 17:53:55 +0100 (MET) Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20001220165355.A54E3294@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Recently i bought vmware and installed it by using the port on a recent FreeBSD 4.2 stable. It worked nearly out of the box but i noticed the machine (which had 128 megs of ram) started swapping so i bought another 128 megs of ram. Since i installed them to get 256 megs i was not able to run vmware anymore, the machine just hangs. I'm able to move the X cursor with the mouse and i am able to switch virtual terminals (and break into DDB) but nothing more. Setting down the vmware memory to 64 megs did not solve the problem, but removing the 128 megs solved it. With 128 megs i'm again able to run vmware. This is strange .... I just scanned the mailing list archives and found Barry Lustig having reported nearly/exactly the same problem on 12/5/00. Has this been solved somehow in the meantime ? hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 9:33:13 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 09:33:10 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 59D5E37B400; Wed, 20 Dec 2000 09:33:10 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eBKHVnI67850; Wed, 20 Dec 2000 09:31:49 -0800 (PST) (envelope-from dillon) Date: Wed, 20 Dec 2000 09:31:49 -0800 (PST) From: Matt Dillon Message-Id: <200012201731.eBKHVnI67850@earth.backplane.com> To: Reddy Crashalott Cc: stable@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: New performance patch available for testing on stable References: <200012152247.eBFMlg727583@earth.backplane.com> <200012201059.eBKAxnt24063@crotchety.newsbastards.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have another patch set available. #6 http://apollo.backplane.com/FreeBSD4/ (I'm working on a -current version of the patch. It takes a bit of time, I have to do it by hand). The previous patchset tried to pageout too much, which greatly effects load on heavily loaded machines. I wound up having to put the maxlaunder code back in but with some mods to deal with the opposite situation that Yahoo faces with all their dirty MAP_NOSYNC pages. News systems tend to have a huge number of recycleable 'clean' pages while Yahoo's machines tend to have a huge number of 'dirty' pages. I would first try the patch without any additional hacks, except perhaps for some tuning (via sysctl) of vm.v_cache_min and vm.max_launder. I would suggest raising vm.v_cache_min (don't raise it past vm.v_cache_max though or also raise vm.v_cache_max), and perhaps dropping vm.max_launder from 32 to 16. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 9:55: 6 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 09:55:04 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id CB34F37B400 for ; Wed, 20 Dec 2000 09:55:03 -0800 (PST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 580142E443 for ; Wed, 20 Dec 2000 12:55:02 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id eBKHt2g96298; Wed, 20 Dec 2000 12:55:02 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14912.62070.148318.480469@onceler.kciLink.com> Date: Wed, 20 Dec 2000 12:55:02 -0500 To: stable@FreeBSD.ORG Subject: Re: make -j In-Reply-To: References: <20001219122433.A1961@libero.sunshine.ale> X-Mailer: VM 6.88 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "MN" == Mike Nowlin writes: MN> Imagine a makefile that does something like: MN> 1) start off with "junk.h" that only has "#define SOMEVAL 1" in it MN> 2) job 1 of the makefile runs a perl script that rewrites junk.h MN> 3) job 2 of the makefile is a C prog that includes junk.h and MN> uses SOMEVAL This shouldn't cause a problem if the dependencies in the Makefile are correct, which isn't always easy to do. If it does break with correct dependencies, then make -j is broken. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 10:18:13 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 10:18:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id 836AA37B400 for ; Wed, 20 Dec 2000 10:18:09 -0800 (PST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 4AC282E443 for ; Wed, 20 Dec 2000 13:18:08 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id eBKII8k03707; Wed, 20 Dec 2000 13:18:08 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14912.63456.150362.706963@onceler.kciLink.com> Date: Wed, 20 Dec 2000 13:18:08 -0500 To: FreeBSD-Stable List Subject: Re: VMware hanging with more memory In-Reply-To: <20001220165355.A54E3294@hcswork.hcs.de> References: <20001220165355.A54E3294@hcswork.hcs.de> X-Mailer: VM 6.88 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "HM" == Hellmuth Michaelis writes: HM> Setting down the vmware memory to 64 megs did not solve the problem, HM> but removing the 128 megs solved it. With 128 megs i'm again able to HM> run vmware. This is strange .... HM> I just scanned the mailing list archives and found Barry Lustig having HM> reported nearly/exactly the same problem on 12/5/00. Has this been solved HM> somehow in the meantime ? Yes; there were patches posted the following day. Check the mailing list archives. I believe they were committed to CVS, too. I had the same problem solved by those patches. Upgrade to a current kernel and it should work ok. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 10:42:31 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 10:42:29 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from sighup.aventail.com (sighup.aventail.com [64.94.142.130]) by hub.freebsd.org (Postfix) with ESMTP id 6DDC937B400 for ; Wed, 20 Dec 2000 10:42:29 -0800 (PST) Received: from leo.in.aventail.com (leo.in.aventail.com [192.168.1.136]) by sighup.aventail.com (8.11.0/8.11.0) with ESMTP id eBKIgSM00894 for ; Wed, 20 Dec 2000 10:42:28 -0800 (PST) Received: from voyager98 (cpe.dmz.aventail.com [192.168.25.132]) by leo.in.aventail.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id Y2CQX0Y2; Wed, 20 Dec 2000 10:40:49 -0800 From: "Kevin Mills" To: "FreeBSD Stable" Subject: Evolution? Date: Wed, 20 Dec 2000 10:45:52 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone had any luck compiling the evolution mail client? I just grabbed the latest port (evolution-0.8) and it dies during the initial configuration unable to find `dcgettext' and `_nl_msg_cat_cntr'. Anyone had any success? I'm running 4.2-STABLE: Thu Nov 30, by the way. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 11:29:38 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 11:29:32 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id AFC0637B400 for ; Wed, 20 Dec 2000 11:29:31 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id VAA04950; Wed, 20 Dec 2000 21:35:15 +0100 Message-ID: <3A4108E5.125EC49D@i-clue.de> Date: Wed, 20 Dec 2000 20:30:45 +0100 From: Christoph Sold Organization: i-clue GmbH X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: dimitry@al.org.ua Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Upgrade from 3.4 to 4.2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dmitry Alyabyev schrieb: > > Howdy > > What I really need is your suggestions about simplest and the most > powerful method to upgrade from 3.4 STABLE to 4.2 STABLE. > When I've tried to do 'make buildworld' some errors about "unknown > function" and one "core dumped message" have appeared. > > Can I do the upgrade without booting from 4.2 floppies and go through > 'Upgrade" section ? > Probably by CVS method with several upgrades, step by step ? 3.4-S => 3.5-S make world 3.5-S => 4.0-R make upgrade 4.0-R => 4.2-S make buildworld, make buildkernel, make installworld, make installkernel... Read _all_ of /usr/src/UPDATING carefully. There are some hints about make buildworld... way down in there... HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 12: 0:56 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 12:00:54 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from entoo.connect.com.au (entoo.connect.com.au [192.189.54.8]) by hub.freebsd.org (Postfix) with ESMTP id E076237B400 for ; Wed, 20 Dec 2000 12:00:53 -0800 (PST) Received: from bebop.silverbrook.com.au (CPE-144-132-149-109.nsw.bigpond.net.au [144.132.149.109]) by entoo.connect.com.au (Postfix) with ESMTP id E139FDD752; Thu, 21 Dec 2000 06:59:32 +1100 (EST) Received: (from andy@localhost) by bebop.silverbrook.com.au (8.11.1/8.11.1) id eBKK0nx60122; Thu, 21 Dec 2000 07:00:49 +1100 (EST) (envelope-from andy) Date: Thu, 21 Dec 2000 07:00:49 +1100 From: Andy Newman To: Daniel Eischen Cc: stable@FreeBSD.ORG Subject: Re: misc/23679, pthreads and sleep times Message-ID: <20001221070049.A60031@silverbrook.com.au> References: <200012201242.HAA07052@pcnet1.pcnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200012201242.HAA07052@pcnet1.pcnet.com>; from eischen@vigrid.com on Wed, Dec 20, 2000 at 07:42:53AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Eischen wrote: > Here's a bit of a hack to work around the problem: Works like a charm ... for my test case. -- Andy Newman, Principal Software Engineer, Silverbrook Research To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 12:23:12 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 12:23:08 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from web2306.mail.yahoo.com (web2306.mail.yahoo.com [128.11.68.151]) by hub.freebsd.org (Postfix) with SMTP id D40B537B402 for ; Wed, 20 Dec 2000 12:23:07 -0800 (PST) Message-ID: <20001220202306.10305.qmail@web2306.mail.yahoo.com> Received: from [209.16.17.62] by web2306.mail.yahoo.com; Wed, 20 Dec 2000 12:23:06 PST Date: Wed, 20 Dec 2000 12:23:06 -0800 (PST) From: Joey Guhlin Subject: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU To: freebsd-stable@freebsd.org Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On one of our servers that is running at Gigabyte GA-6BXU, the boot process freezes on 4.1.1 and 4.2, but works perfectly in 4.1(which is why we are once again downgrading to 4.1). The problem, as reported by kernel -v is when it attempts to scan the isa bus for PnP devices. I have disabled the PNP OS is in the BIOS, Enabled it, tried manually configuring the ISA devices(instead of Auto for PNP in the BIOS, set it to Manual). I tried disabling the PNP parallel port bus scan as specified in LINT, I added the PNPBIOS option to the kernel, nothing worked or even helped. I was wondering if anyone knew of a way to fix this, or if it will be fixed in the base system, or if there is some way to completely disable PNP in 4.2. I know there was in 2.2.x and I think in 3.x, but it seems to have disappeared in 4.2. Thanks, and please reply to this e-mail address as I am not subscribed to this list. __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 12:34:52 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 12:34:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from genesis.k.pl (genesis.korbank.pl [195.117.162.253]) by hub.freebsd.org (Postfix) with ESMTP id 8237837B400 for ; Wed, 20 Dec 2000 12:34:11 -0800 (PST) Received: (from ns88@localhost) by genesis.k.pl (8.11.1/8.11.1) id eBKKXV667781 for freebsd-stable@freebsd.org; Wed, 20 Dec 2000 21:33:31 +0100 (CET) (envelope-from ns88) Date: Wed, 20 Dec 2000 21:33:31 +0100 From: Tomasz Paszkowski To: freebsd-stable@freebsd.org Subject: Kernel space && open Message-ID: <20001220213331.B51746@genesis.k.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: ns88@genesis.k.pl Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the easiest way, to open file from kernel space ? -- _ _ _ _ _ / \ | | / / / \ / \ ---------- Tomasz Paszkowski --- NS88-6BONE -------- | |\ \| | \ \ |/ \||/ \| === BSD is for people who love Unix ================ /_/ \__/ /_/ \_/ \_/ --- Linux is for people who hate Microsoft --------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 13: 7:48 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 13:07:45 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from dns.comrax.com (dns.comrax.com [194.90.246.124]) by hub.freebsd.org (Postfix) with ESMTP id 3415137B404 for ; Wed, 20 Dec 2000 13:07:45 -0800 (PST) Received: by dns.comrax.com (Postfix, from userid 100) id 6A2D512C7A6; Wed, 20 Dec 2000 23:06:24 +0200 (IST) Received: from localhost (localhost [127.0.0.1]) by dns.comrax.com (Postfix) with ESMTP id 5930281EF4 for ; Wed, 20 Dec 2000 23:06:24 +0200 (IST) Date: Wed, 20 Dec 2000 23:06:24 +0200 (IST) From: To: freebsd-stable@freebsd.org Subject: threads, mysql and STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, This concerns STABLE so I'm asking here. Few weeks ago, a thread started about a known thread/mutex bug that caused MySQL not to compile, or to cause problems and SIG faults. I want to ask a simple question: If I download the new STABLE, then 'make world', and afterwards, compile and install MySQL with libc_r (and possibly with c++, as some pointed out), will it work erroneously? Thanks in advance for your help. Noor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 13: 8:31 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 13:08:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (f116.law7.hotmail.com [216.33.237.116]) by hub.freebsd.org (Postfix) with ESMTP id 4845F37B402 for ; Wed, 20 Dec 2000 13:08:26 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Dec 2000 13:08:26 -0800 Received: from 38.178.101.139 by lw7fd.law7.hotmail.msn.com with HTTP; Wed, 20 Dec 2000 21:08:25 GMT X-Originating-IP: [38.178.101.139] From: "Greg Thompson" To: freebsd-stable@freebsd.org Subject: segv w/ c++ exceptions in a threaded app Date: Wed, 20 Dec 2000 16:08:25 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Dec 2000 21:08:26.0122 (UTC) FILETIME=[FE715EA0:01C06AC8] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -stable gang, i'm experiencing two things that have probably been seen by others. the first is a segfault in this bit of (?unwinding?) code that is executed in certain methods: leal 4(%edi),%edx movl (%edx),%eax addl $4,%eax movl (%eax),%edx movl (%edx),%ecx movl %ecx,(%eax) edx ends up being zero, so the second to the last instruction blows it. the second (possibly related) is that exceptions are jumping thread boundaries. an exception thrown in thread A magically appears in thread B. enclosed is a test program that suffers from both of these. just make it and execute it a bunch of times. you'll see three or four different things depending on what causes death first: these two mean an exception warped from one thread to another: $ ./testex B catches Z Abort trap (core dumped) or: $ ./testex A catches Y Abort trap (core dumped) this means that unexpected() was called by the runtime: $ ./testex unexpected exception thrown Abort trap (core dumped) and this means that the bit of unwinding code up above blew it: $ ./testex Segmentation fault (core dumped) are these problems well known? are fixes in the works? this problem is shutting me down. yikes. thanks. begin 644 testex.tar.gz M'XL(`)0<03H"`^U8ZT_;2!#G:_:OF*,GZJ00DA2*%`I2*'U)T*MH3]=P=XH< M>YTL.&N?=TU(4?C;;_9AQWD`;4_MW4F>#V0]NS,[\YN'QYRZES1@(5W[CM1L M-)[M[,`:0'-OMUG\-?2TV0+8:[4:K>;.L\8>;N/YO35HK/T`2H5T$X"U04(' M]YU[:/]_2H_@U&8`(2\^?8(#&#QY0EZ\.NF\_H`/6[^Y80A;@X'?AZWCWL=>%-B@A+Z0N)T0MVR"ID/2: M$,V$-JDDHYQ7]^)8L7Z^00.F@#_Z=K4Z.G[S^_WRXY2LE?0-9(*@0O"OU?_>;JN9U?^SYDX#MYNMW599_S^"MFL$:C#+`GS2 MC"$3X*>C/L1)-$C<$8B8<0%1$(`+`1V#J7F!OZZ$"T11<:(QN-P'SY7>$$0T MHDH7O?9H+%G$11V`R<<"1!K'D:`^R`B2E(/`]L-E.($@2N@53M'LPKK*:?7,?4D]9WJ M.J!?C%]%EWA[?X)25%D@F3&U5=6<<1+QP.YZ6"(=W)TW[8[J&T3\HAQ M+TQ]"L^%]%E4'Q["]C8F,#1WX>G>_';(^KA?X-G&.<_D=%Q\S*TX)(2@:AT9 M)K2=,PLU]EQYA%&2+O>HT,!H_1ULNZX0>/P<6W&<]D/F(9Y^NSU3<$.(V6@3 MHHJ2\9!Q=<.YL42F;@BW^>E]0J;["HC\8D+P3[NM MCQ@A/*<757)#IM_LVU'N6_?K?>M^E6_=.WSK*M^ZVK?NP[ZY(";<0Y+,E[$]7:M-_86L+;&(Z!VU6YG_BS@CB$U]CB(E&1>SW.%?)Y? M?N@TJM7-[/[[SI`*FN&\^_7D1,5RV3?&F70V>J--T&?V=;ASZV[O,&^E*A^; MU'B

*.J4JZ2,5"=/38%&@JJ-Q?#"J.)"NL\WZ"(.SF,"G<='*M6 MA0&7&U9Z/,171F[*3]:3I30:N[E>Z\3\O3GD>"1S<;H*AY07D%@.358E7Q+F ME9!FOBYC>F=N/@QU32%FJFBF+Z^Y`L"-'%^%_A)*@@VX&SI?B1!6K:NL]RXA MZE_@^U>][=U41B/L'Q`HZ-P!M1VL@WR%YF(+LZTZVW:R3E=3\KK*U<(Q3S?H MA5IM'6:E8CO9=*[OW^;:3/>?B65AG(G-M3M[>47U)B6PT)TRM21K^+I?X[@S M01O@Z2O.T7 MW@9U8O+#-.N:Y9[BA;-<5/:ZR<`V1OTV=;+4++BD/,(,2"A36:&,,TF70W[H MH)8L!_Q(IYQ,)@H_QL=<+^#\#[Z.^WK;S(UJ M,-`24SL^.IA[B(<:6C8^5[-;BKKT.3I3MB39A8U)+KDLURT8D3?!RC2K*]UC M')FD-',:,4D3;HMD.A?GH[OCC!,MUU&V@VUA6A:%X5A'&B=,J?KURK@>?7E< ME\,S`^XHN[N[(@A=YV$DBZH6L;P_>LMRY_\X!@C;$+\)\'4P&_0+L(*C:@>' MJ6&4ACY_+*%/L:(FU3F$9Z)OM*X[W]C6@557V4'5.*0QIU=X!H'SS'#[QZNOH+`BT9Q2"7=Q"\@T%Y@DO'(2)DYT/R7 M126;G1D#4ZUUHCZ<1GF^X%-%#0:8+]ZFYGA#-[$9=/7[GP\VAQ73FUG;L`AL M%X4/K24\L_`%V&+P"R>?3:L+PQ_^1;PVS*.9!C:AT-8V(?B^(D=&)!M#BF(Z M0D69A9QLJ"B7_U(JJ:222BJII))**JFDDDHJJ:222BKI/T1_`S@^0:H`*``` ` end _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 13:15:24 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 13:15:21 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id DB13B37B400 for ; Wed, 20 Dec 2000 13:15:20 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBKLFHE05174; Wed, 20 Dec 2000 13:15:17 -0800 (PST) Date: Wed, 20 Dec 2000 13:15:17 -0800 From: Alfred Perlstein To: noor@comrax.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE Message-ID: <20001220131517.V19572@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from noor@comrax.com on Wed, Dec 20, 2000 at 11:06:24PM +0200 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * noor@comrax.com [001220 13:08] wrote: > Hi all, > > This concerns STABLE so I'm asking here. Few weeks ago, a thread started > about a known thread/mutex bug that caused MySQL not to compile, or to > cause problems and SIG faults. > > I want to ask a simple question: If I download the new STABLE, then > 'make world', and afterwards, compile and install MySQL with libc_r (and > possibly with c++, as some pointed out), will it work erroneously? > > Thanks in advance for your help. If you download a stable snapshot from ftp://releng4.freebsd.org/ you should be ok. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14: 2:21 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:02:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from dns.comrax.com (dns.comrax.com [194.90.246.124]) by hub.freebsd.org (Postfix) with ESMTP id 0C1FA37B400 for ; Wed, 20 Dec 2000 14:02:20 -0800 (PST) Received: by dns.comrax.com (Postfix, from userid 100) id 104B212C7A6; Thu, 21 Dec 2000 00:01:00 +0200 (IST) Received: from localhost (localhost [127.0.0.1]) by dns.comrax.com (Postfix) with ESMTP id F2D5E81F78; Thu, 21 Dec 2000 00:00:59 +0200 (IST) Date: Thu, 21 Dec 2000 00:00:59 +0200 (IST) From: To: Alfred Perlstein Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE In-Reply-To: <20001220131517.V19572@fw.wintelcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > If you download a stable snapshot from ftp://releng4.freebsd.org/ > you should be ok. > I use cvsup, it should be Ok either.. Noor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14: 8:46 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:08:43 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from oxmail.ox.ac.uk (oxmail1.ox.ac.uk [129.67.1.1]) by hub.freebsd.org (Postfix) with ESMTP id C4EA037B400 for ; Wed, 20 Dec 2000 14:08:39 -0800 (PST) Received: from ratbert.oucs.ox.ac.uk ([163.1.14.71]) by oxmail.ox.ac.uk with esmtp (Exim 3.12 #3) id 148rPa-0001e3-00 for freebsd-stable@freebsd.org; Wed, 20 Dec 2000 22:08:39 +0000 Received: from neil by ratbert.oucs.ox.ac.uk with local (Exim 3.14 #1) id 148rPa-0005py-00 for freebsd-stable@FreeBSD.ORG; Wed, 20 Dec 2000 22:08:38 +0000 Subject: RELENG_3 buildworld problems To: freebsd-stable@FreeBSD.ORG Date: Wed, 20 Dec 2000 22:08:38 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: From: Neil Long Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello The last time I cvsup'd and rebuilt world on a 3.5-STABLE system was Dec 2. I have cvsup'd since then (and double checked) but now it is dieing in buildworld but it never seems to be the same place - e.g. In file included from /usr/src/usr.bin/vi/../../contrib/nvi/vi/vi.h:377, from /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_redraw.c:25: /usr/src/usr.bin/vi/../../contrib/nvi/include/vi_extern.h:104: parse error befor e `VIcMD' *** Error code 1 another go cc -fpic -DPIC -I/usr/src/gnu/lib/libmp/../../../contrib/libgmp/mpn/x86 -I/usr/s rc/gnu/lib/libmp/../../../contrib/libgmp/mpz -DBERKELEY_MP -I/usr/src/gnu/lib/li bmp/../../../contrib/libgmp -I/usr/src/gnu/lib/libmp/../../../contrib/libgmp/mpn /generic -I/usr/obj/usr/src/gnu/lib/libmp -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/lib/libmp/../../../contrib/libgmp/mpn/x86/submul_1.S -o submul_1.S o /var/tmp/ccV66454.s: Assembler messages: /var/tmp/ccV66454.s:114: Error: invalid character (0x8) in opcode *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 another time it failed to find 'chare' rather than 'share' Anyone else seeing such weirdness? I cannot see anything obvious from the cvsup log files to account for this and was originally just going to sync and build a new kernel for the procfs fix but thought a buildworld wouldn't hurt.... I tried after booting single and with a ore generic kernel. Perhaps it is time to switch to 4.2 when the cds arrive. Neil -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr Neil J Long, Computing Services, University of Oxford 13 Banbury Road, Oxford, OX2 6NN, UK Tel:+44 1865 273232 Fax:+44 1865 273275 EMail: Neil.Long@computing-services.oxford.ac.uk PGP: ID 0xE88EF71F OxCERT: oxcert@ox.ac.uk PGP: ID 0x4B11561D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14:10:44 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:10:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 57A1337B400 for ; Wed, 20 Dec 2000 14:10:41 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBKMAc607204; Wed, 20 Dec 2000 14:10:38 -0800 (PST) Date: Wed, 20 Dec 2000 14:10:38 -0800 From: Alfred Perlstein To: noor@comrax.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE Message-ID: <20001220141037.Z19572@fw.wintelcom.net> References: <20001220131517.V19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from noor@comrax.com on Thu, Dec 21, 2000 at 12:00:59AM +0200 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * noor@comrax.com [001220 14:02] wrote: > > > > > If you download a stable snapshot from ftp://releng4.freebsd.org/ > > you should be ok. > > > > I use cvsup, it should be Ok either.. Yes. (i think. :) ) -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14:26: 6 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:26:03 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 870D137B400 for ; Wed, 20 Dec 2000 14:26:02 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id AAA16730; Thu, 21 Dec 2000 00:23:42 +0200 To: Bill Fumerola Subject: Re: tun0 Message-ID: <977351022.3a41316e3f8da@webmail.harmonic.co.il> Date: Thu, 21 Dec 2000 00:23:42 +0200 (IST) From: Roman Shterenzon Cc: Stable FreeBSD References: <001101c069a9$deedf4a0$0500a8c0@gdmckee.local> <20001219162624.O72273@elvis.mu.org> In-Reply-To: <20001219162624.O72273@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Bill Fumerola : > On Tue, Dec 19, 2000 at 10:53:07AM -0000, G D McKee wrote: > > Hi > > > > In FreeBSD 4.1.1 tun0 device came up automatically on boot. How can I > configure this in 4.2? > > It's there, its just not in your interfaces list until you use it. > > If you don't believe me: > > dd if=/dev/tun0 of=/dev/null count=0 > Does it work? I had to write my own program which even uses setitimer() to break out of read() :) --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14:27:36 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:27:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from privatecube.privatelabs.com (unknown [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id E7CB137B400 for ; Wed, 20 Dec 2000 14:27:32 -0800 (PST) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id RAA06871 for ; Wed, 20 Dec 2000 17:47:18 -0500 Received: (from mi@localhost) by misha.privatelabs.com (8.11.1/8.9.3) id eBKMQf100632 for stable@freebsd.org; Wed, 20 Dec 2000 17:26:41 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200012202226.eBKMQf100632@misha.privatelabs.com> Subject: an unkillable process (again) To: stable@freebsd.org Date: Wed, 20 Dec 2000 17:26:39 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here it is: 425 mi -18 0 45308K 144K swwrt 4:25 0.10% 0.10% communicator-l For some bizarre reasons of its own, Netscape went into swap-writing binge. Why did it make it immune to ``kill -9''? -mi FreeBSD misha.privatelabs.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Dec 20 16:07:49 EST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14:44:27 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:44:23 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id EADAA37B400; Wed, 20 Dec 2000 14:44:20 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id AAA16735; Thu, 21 Dec 2000 00:42:21 +0200 To: Daniel Eischen Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977352141.3a4135cd3f8fa@webmail.harmonic.co.il> Date: Thu, 21 Dec 2000 00:42:21 +0200 (IST) From: Roman Shterenzon Cc: obrien@FreeBSD.ORG, Max Khon , freebsd-stable@FreeBSD.ORG References: <200012172336.SAA02002@pcnet1.pcnet.com> <977175292.3a3e82fcc5d68@webmail.harmonic.co.il> In-Reply-To: <977175292.3a3e82fcc5d68@webmail.harmonic.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I repost this, since I've seen no reply from any of you. I'll summarize the situation: Problem: Mozilla-M18 built under 4.2-RELEASE and 4.2-STABLE (as of two weeks ago) crashes on startup because of libgcc_r / listdc++ incompatibilities. Solutions: The one obrien posted (probably works, I didn't try it) ; the one Daniel posted - I tried it, and it works well. Problem with Daniel's solution: 4.2-X libstc++ binaries are broken, but 4.x for x<2 binaries work well. So, something in 4.2 release cycle made them break. (I rebuilt my binaries, I didn't have much to recompile). The questions are: Are there any plans of merging any of the solutions into RELENG_4 ? Do you need some additional information that I can give ? Quoting Roman Shterenzon : > Quoting Daniel Eischen : > > > > I tried the following, applied the patch (it applied cleanly), > checked > > that it > > > really applied (yes it did). > > > did: cd /usr/src/gnu/usr.bin/cc ; make all && make install && make > > clean > > > cd /usr/ports/www/mozilla > > > pkg_delete mozilla-M18 ; rm -rf /usr/X11R6/lib/mozilla (it wasn't > > there) > > > make install > > > several hours later it produced the binary which dumped core on > > startup (again). > > > for the sake of it, I took a package I made on my 4.1-STABLE some > time > > ago, > > > and did pkg_add -f mozilla-M18.tgz (it had older dependencies, so I > > needed -f). > > > And, it DOES work. (All needed libs were installed from ports, e.g. > > ORBit, > > > gtk,glib). > > > Perhaps I needed buildworld after I applied the patch, and make all > in > > cc > > > directory wasn't enough? > > > If it was enough, then I don't have any idea which change make > mozilla > > break. > > > Whatever broke mozilla didn't break ORBit and friends.. Weird. > > Probably > > > something C++ related. > > > > I think I found the "mysqld: lots of lost connections" bug. It might > > be related to this also. > > > > What happens, is that linking C++ apps that need libstdc++ causes the > > wrong version of libgcc to be linked. It seems that libstdc++ > includes > > libgcc, so that when you link a threaded app that needs libstdc++, all > > the libgcc symbols are already present. This prevents the linker from > > linking to libgcc_r{_pic}. A quick fix is to manually link the > > application > > with -lgcc_r. Doing this will pick up the correct libgcc_r and > prevent > > libgcc from being included. Another fix that requires you to rebuild > > libstdc++ and rebuild your app is: > > > > Index: Makefile > > =================================================================== > > RCS file: /opt/b/CVS/src/gnu/lib/libstdc++/Makefile,v > > retrieving revision 1.25 > > diff -u -r1.25 Makefile > > --- Makefile 2000/06/04 06:56:22 1.25 > > +++ Makefile 2000/12/16 21:05:38 > > @@ -14,7 +14,7 @@ > > CXXFLAGS+= -I${SRCDIR}/stl -I${SRCDIR} -I${SRCDIR}/../gcc/cp/inc -I. > > CXXFLAGS+= -nostdinc++ -fno-implicit-templates > > > > -LDADD+= -lm > > +LDADD+= -lm -nostdlib > > DPADD+= ${LIBM} > > > > HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath > > complex \ > > > > > > It would be interesting to see if this fixes the Mozilla problem > > also. > > I backed out obrien's patch (I don't know yet if it works with it), > then, I merged Daniel's patch, buildworld, installworld, and now mozilla > works (after I recompiled it). > *BUT* c++ binaries compiled on 4.2 fail, for example, starting xfstt > gives me: > > lancelot:/home/roman% xfstt > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__ti9exception" > > However, I verified, 4.1 (perhaps 4.1.1?) c++ binaries, for example - > mozilla, > work ok with this patch in place. > > I.e. I believe that only c++ binaries built under 4.2 will be broken. > > Where do we go from here? Anything else I can try? > --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 14:52:55 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 14:52:49 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 3D78237B400; Wed, 20 Dec 2000 14:52:48 -0800 (PST) Received: from hades.hell.gr (ppp7.patra.hellasnet.gr [212.54.197.22]) by mail.hellasnet.gr (8.9.1/8.9.1) with ESMTP id UAA25376; Wed, 20 Dec 2000 20:52:47 -0200 (GMT) Received: (from charon@localhost) by hades.hell.gr (8.11.1/8.11.1) id eBKJ1tS11205; Wed, 20 Dec 2000 21:01:55 +0200 (EET) Date: Wed, 20 Dec 2000 21:01:54 +0200 From: Giorgos Keramidas To: Alfred Perlstein Cc: Bill Fumerola , opentrax@email.com, dima@unixfreak.org, nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: chflags bug? Message-ID: <20001220210154.A11175@hades.hell.gr> References: <20001218143341.G19572@fw.wintelcom.net> <200012192226.OAA16125@spammie.svbug.com> <20001219170057.R72273@elvis.mu.org> <20001219185746.B19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20001219185746.B19572@fw.wintelcom.net>; from bright@wintelcom.net on Tue, Dec 19, 2000 at 06:57:46PM -0800 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 19, 2000 at 06:57:46PM -0800, Alfred Perlstein wrote: > * Bill Fumerola [001219 15:02] wrote: > > On Tue, Dec 19, 2000 at 02:26:24PM -0800, opentrax@email.com wrote: > > > > > No. I expect anyone capable of breaking in my system to > > > create an account for themselves. Let me know they > > > have an account. And close the hole. Other behaviour > > > would be rude and unwelcome. > > > > I want a job on your planet. > > You'd want to be on the same planet as this guy? Frankly, yes. It seems to be a pretty nice place where everyone takes care of everyone else, where flowers are coloured in bright colours, and pastures are as green as it can get. - giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15: 3:47 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:03:43 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id 8F1B737B400; Wed, 20 Dec 2000 15:03:42 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id PAA17740; Wed, 20 Dec 2000 15:04:37 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200012202304.PAA17740@spammie.svbug.com> Date: Wed, 20 Dec 2000 15:04:36 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: chflags bug? To: keramida@ceid.upatras.gr Cc: bright@wintelcom.net, billf@mu.org, dima@unixfreak.org, nuno.teixeira@pt-quorum.com, freebsd-bugs@FreeBSD.ORG, stable@FreeBSD.ORG In-Reply-To: <20001220210154.A11175@hades.hell.gr> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: jessem@spammie.svbug.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Dec, Giorgos Keramidas wrote: > On Tue, Dec 19, 2000 at 06:57:46PM -0800, Alfred Perlstein wrote: >> * Bill Fumerola [001219 15:02] wrote: >> > On Tue, Dec 19, 2000 at 02:26:24PM -0800, opentrax@email.com wrote: >> > >> > > No. I expect anyone capable of breaking in my system to >> > > create an account for themselves. Let me know they >> > > have an account. And close the hole. Other behaviour >> > > would be rude and unwelcome. >> > >> > I want a job on your planet. >> >> You'd want to be on the same planet as this guy? > > Frankly, yes. It seems to be a pretty nice place where everyone takes care of > everyone else, where flowers are coloured in bright colours, and pastures are > as green as it can get. > Strangely, that's just what I'm hoping for. :-) Jessem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:25:29 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:25:28 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 461FE37B400; Wed, 20 Dec 2000 15:25:27 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id SAA15199; Wed, 20 Dec 2000 18:25:03 -0500 (EST) Date: Wed, 20 Dec 2000 18:25:03 -0500 (EST) From: Daniel Eischen To: Roman Shterenzon Cc: obrien@FreeBSD.ORG, Max Khon , freebsd-stable@FreeBSD.ORG Subject: Re: mozilla and 4.2-RELEASE In-Reply-To: <977352141.3a4135cd3f8fa@webmail.harmonic.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Dec 2000, Roman Shterenzon wrote: > Hi, > > I repost this, since I've seen no reply from any of you. > I'll summarize the situation: > Problem: Mozilla-M18 built under 4.2-RELEASE and 4.2-STABLE (as of two weeks > ago) crashes on startup because of libgcc_r / listdc++ incompatibilities. > Solutions: The one obrien posted (probably works, I didn't try it) > ; the one Daniel posted - I tried it, and it works well. > Problem with Daniel's solution: 4.2-X libstc++ binaries are broken, but 4.x for > x<2 binaries work well. So, something in 4.2 release cycle made them break. > (I rebuilt my binaries, I didn't have much to recompile). > > The questions are: > Are there any plans of merging any of the solutions into RELENG_4 ? > Do you need some additional information that I can give ? I believe David (obrien) is working on the problem. I think we've given him sufficient information to go on, and we just need to give him a bit more time to implement a solution that works for all scenarios. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:41:37 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:41:35 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 40C6F37B400 for ; Wed, 20 Dec 2000 15:41:35 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA16199; Wed, 20 Dec 2000 15:41:34 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBKNfWZ11665; Wed, 20 Dec 2000 15:41:32 -0800 (PST) (envelope-from obrien) Date: Wed, 20 Dec 2000 15:41:32 -0800 From: "David O'Brien" To: noor@comrax.com Cc: freebsd-stable@freebsd.org Subject: Re: threads, mysql and STABLE Message-ID: <20001220154131.A11639@dragon.nuxi.com> Reply-To: stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from noor@comrax.com on Wed, Dec 20, 2000 at 11:06:24PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 20, 2000 at 11:06:24PM +0200, noor@comrax.com wrote: > I want to ask a simple question: If I download the new STABLE, then > 'make world', and afterwards, compile and install MySQL with libc_r (and > possibly with c++, as some pointed out), will it work erroneously? Yes there will be a problem. If you must do this Right Now, I can send you a patch that fixes this problem (and re-opens another one). Or you can wait a few days and get the fix once we figure out how to satisfy several requirements that are conflicting at the moment. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:42:28 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:42:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 3E31F37B400 for ; Wed, 20 Dec 2000 15:42:26 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA16206; Wed, 20 Dec 2000 15:42:25 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBKNgOR11693; Wed, 20 Dec 2000 15:42:24 -0800 (PST) (envelope-from obrien) Date: Wed, 20 Dec 2000 15:42:24 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE Message-ID: <20001220154224.B11639@dragon.nuxi.com> Reply-To: stable@FreeBSD.ORG References: <20001220131517.V19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001220131517.V19572@fw.wintelcom.net>; from bright@wintelcom.net on Wed, Dec 20, 2000 at 01:15:17PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 20, 2000 at 01:15:17PM -0800, Alfred Perlstein wrote: > If you download a stable snapshot from ftp://releng4.freebsd.org/ > you should be ok. Uh... may I suggest that you please read the thread on this issue in the -stable list that has been going on for the past 2 weeks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:51:42 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:51:39 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 36AFA37B400; Wed, 20 Dec 2000 15:51:39 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBKNpdn11010; Wed, 20 Dec 2000 15:51:39 -0800 (PST) Date: Wed, 20 Dec 2000 15:51:38 -0800 From: Alfred Perlstein To: stable@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE Message-ID: <20001220155138.B19572@fw.wintelcom.net> References: <20001220131517.V19572@fw.wintelcom.net> <20001220154224.B11639@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001220154224.B11639@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, Dec 20, 2000 at 03:42:24PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David O'Brien [001220 15:42] wrote: > On Wed, Dec 20, 2000 at 01:15:17PM -0800, Alfred Perlstein wrote: > > If you download a stable snapshot from ftp://releng4.freebsd.org/ > > you should be ok. > > Uh... may I suggest that you please read the thread on this issue in the > -stable list that has been going on for the past 2 weeks. The only issue I'm aware of is that sleeping is slightly broken, is this what you're referring to? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:51:42 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:51:39 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 36AFA37B400; Wed, 20 Dec 2000 15:51:39 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBKNpdn11010; Wed, 20 Dec 2000 15:51:39 -0800 (PST) Date: Wed, 20 Dec 2000 15:51:38 -0800 From: Alfred Perlstein To: stable@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE Message-ID: <20001220155138.B19572@fw.wintelcom.net> References: <20001220131517.V19572@fw.wintelcom.net> <20001220154224.B11639@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001220154224.B11639@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, Dec 20, 2000 at 03:42:24PM -0800 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David O'Brien [001220 15:42] wrote: > On Wed, Dec 20, 2000 at 01:15:17PM -0800, Alfred Perlstein wrote: > > If you download a stable snapshot from ftp://releng4.freebsd.org/ > > you should be ok. > > Uh... may I suggest that you please read the thread on this issue in the > -stable list that has been going on for the past 2 weeks. The only issue I'm aware of is that sleeping is slightly broken, is this what you're referring to? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:53:24 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:53:22 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id 1FB5A37B400 for ; Wed, 20 Dec 2000 15:53:22 -0800 (PST) Received: from whizzo.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.11.1/8.11.0) with ESMTP id eBKNrI581531; Wed, 20 Dec 2000 18:53:18 -0500 (EST) (envelope-from louie@whizzo.transsys.com) Message-Id: <200012202353.eBKNrI581531@whizzo.transsys.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Roman Shterenzon Cc: Bill Fumerola , Stable FreeBSD X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: tun0 References: <001101c069a9$deedf4a0$0500a8c0@gdmckee.local> <20001219162624.O72273@elvis.mu.org> <977351022.3a41316e3f8da@webmail.harmonic.co.il> In-reply-to: Your message of "Thu, 21 Dec 2000 00:23:42 +0200." <977351022.3a41316e3f8da@webmail.harmonic.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Dec 2000 18:53:18 -0500 Sender: louie@TransSys.COM Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Quoting Bill Fumerola : > > > On Tue, Dec 19, 2000 at 10:53:07AM -0000, G D McKee wrote: > > > Hi > > > > > > In FreeBSD 4.1.1 tun0 device came up automatically on boot. How can I > > configure this in 4.2? > > > > It's there, its just not in your interfaces list until you use it. > > > > If you don't believe me: > > > > dd if=/dev/tun0 of=/dev/null count=0 > > > Does it work? > I had to write my own program which even uses setitimer() to break out of read() > :) From the shell, I can just do this to create a new instance of a tun interface: root@whizzo[21] # < /dev/tun1 root@whizzo[22] # ifconfig tun1 tun1: flags=8010 mtu 1500 root@whizzo[23] # You don't actually need to read it, just open it.. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 15:54: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 15:54:07 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 21DA837B400 for ; Wed, 20 Dec 2000 15:54:07 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id E5AAE3E4B; Thu, 21 Dec 2000 00:54:05 +0100 (CET) Date: Thu, 21 Dec 2000 00:54:05 +0100 From: Jesper Skriver To: Neil Long Cc: freebsd-stable@FreeBSD.ORG Subject: Re: RELENG_3 buildworld problems Message-ID: <20001221005405.C31818@skriver.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from neil.long@computing-services.oxford.ac.uk on Wed, Dec 20, 2000 at 10:08:38PM +0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 20, 2000 at 10:08:38PM +0000, Neil Long wrote: > Hello > The last time I cvsup'd and rebuilt world on a 3.5-STABLE system was Dec 2. > > I have cvsup'd since then (and double checked) but now it is dieing in > buildworld but it never seems to be the same place - e.g. > In file included from /usr/src/usr.bin/vi/../../contrib/nvi/vi/vi.h:377, > from /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_redraw.c:25: > /usr/src/usr.bin/vi/../../contrib/nvi/include/vi_extern.h:104: parse error befor > e `VIcMD' > *** Error code 1 Works fine for me FreeBSD xx.xx.dk 3.5-STABLE FreeBSD 3.5-STABLE #2: Mon Dec 18 23:03:06 CET 2000 root@xx.xx.dk:/usr/src/sys/compile/XX i386 cvsup'd and build the same day. > another time it failed to find 'chare' rather than 'share' > > Anyone else seeing such weirdness? I cannot see anything obvious from the > cvsup log files to account for this and was originally just going to sync > and build a new kernel for the procfs fix but thought a buildworld wouldn't > hurt.... Have you tried make clean ? rm -rf /usr/obj/* /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: Geek @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 17:16:59 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 17:16:55 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mass.osd.bsdi.com (dhcp244.osd.bsdi.com [204.216.28.244]) by hub.freebsd.org (Postfix) with ESMTP id 8111837B400; Wed, 20 Dec 2000 17:16:55 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBL1Rla01010; Wed, 20 Dec 2000 17:27:47 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012210127.eBL1Rla01010@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Joey Guhlin Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU In-reply-to: Your message of "Wed, 20 Dec 2000 12:23:06 PST." <20001220202306.10305.qmail@web2306.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Dec 2000 17:27:46 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On one of our servers that is running at Gigabyte > GA-6BXU, the boot process freezes on 4.1.1 and 4.2, > but works perfectly in 4.1(which is why we are once > again downgrading to 4.1). The problem, as reported by > kernel -v is when it attempts to scan the isa bus for > PnP devices. Can you be more specific about this? At which point, exactly, is the system hanging? A transcript of the console output would be handy. Note that the PnP probe message actually preceeds a pile of other things which can also fail; don't make the assumption that just because it's said "PnP" that that's what's going on. 8) > I was > wondering if anyone knew of a way to fix this, or if > it will be fixed in the base system, or if there is > some way to completely disable PNP in 4.2. There are no known problems with PnP in 4.2, so there's nothing that's going to be fixed unless we can characterise your problem here. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 17:29:52 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 17:29:48 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 466DD37B400; Wed, 20 Dec 2000 17:29:47 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id SAA02952; Wed, 20 Dec 2000 18:29:41 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id SAA27552; Wed, 20 Dec 2000 18:29:40 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14913.23812.1233.305120@nomad.yogotech.com> Date: Wed, 20 Dec 2000 18:29:39 -0700 (MST) To: Mike Smith Cc: Joey Guhlin , freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU In-Reply-To: <200012210127.eBL1Rla01010@mass.osd.bsdi.com> References: <20001220202306.10305.qmail@web2306.mail.yahoo.com> <200012210127.eBL1Rla01010@mass.osd.bsdi.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I was > > wondering if anyone knew of a way to fix this, or if > > it will be fixed in the base system, or if there is > > some way to completely disable PNP in 4.2. > > There are no known problems with PnP in 4.2, so there's nothing that's > going to be fixed unless we can characterise your problem here. I'm confused. Others have reported numerous bugs and/or misfeatures with the current code (including it failing on at least one ThinkPad laptop). Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 17:36:28 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 17:36:17 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mass.osd.bsdi.com (dhcp244.osd.bsdi.com [204.216.28.244]) by hub.freebsd.org (Postfix) with ESMTP id 13B1C37B400; Wed, 20 Dec 2000 17:36:17 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBL1kZa01218; Wed, 20 Dec 2000 17:46:35 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012210146.eBL1kZa01218@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: nate@yogotech.com (Nate Williams) Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU In-reply-to: Your message of "Wed, 20 Dec 2000 18:29:39 MST." <14913.23812.1233.305120@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Dec 2000 17:46:35 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I was > > > wondering if anyone knew of a way to fix this, or if > > > it will be fixed in the base system, or if there is > > > some way to completely disable PNP in 4.2. > > > > There are no known problems with PnP in 4.2, so there's nothing that's > > going to be fixed unless we can characterise your problem here. > > I'm confused. Others have reported numerous bugs and/or misfeatures > with the current code (including it failing on at least one ThinkPad > laptop). There's a great deal of confusion between "ISA PnP", "BIOS PnP", and "Side-effects of BIOS PnP", as well as "reports that something might be failing" and "known problems". The Thinkpad problem appears to be a side-effect of calling the BIOS PnP interface, but hasn't been characterised. The problem above may or may not actually be PnP related at all. There are bugs in the PnP implementation that I've left out of the discussion here because they're not really relevant to the issue. Perhaps it would be fairer to say "if what you're reporting is really a lockup during the ISA PnP probe, then there are no known problems related to that feature and thus no plans to fix it at this time". Right now, however, the problem report does not contain enough detail to guess at what is going wrong, let alone why. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 17:40:20 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 17:40:12 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 27E6437B404; Wed, 20 Dec 2000 17:40:12 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id SAA03142; Wed, 20 Dec 2000 18:40:09 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id SAA27634; Wed, 20 Dec 2000 18:40:07 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14913.24436.738115.150910@nomad.yogotech.com> Date: Wed, 20 Dec 2000 18:40:04 -0700 (MST) To: Mike Smith Cc: nate@yogotech.com (Nate Williams), freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU In-Reply-To: <200012210146.eBL1kZa01218@mass.osd.bsdi.com> References: <14913.23812.1233.305120@nomad.yogotech.com> <200012210146.eBL1kZa01218@mass.osd.bsdi.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > > I was > > > > wondering if anyone knew of a way to fix this, or if > > > > it will be fixed in the base system, or if there is > > > > some way to completely disable PNP in 4.2. > > > > > > There are no known problems with PnP in 4.2, so there's nothing that's > > > going to be fixed unless we can characterise your problem here. > > > > I'm confused. Others have reported numerous bugs and/or misfeatures > > with the current code (including it failing on at least one ThinkPad > > laptop). > > There's a great deal of confusion between "ISA PnP", "BIOS PnP", and > "Side-effects of BIOS PnP", as well as "reports that something might be > failing" and "known problems". Obviously. :) > The Thinkpad problem appears to be a side-effect of calling the BIOS PnP > interface, but hasn't been characterised. The problem above may or may > not actually be PnP related at all. There are bugs in the PnP > implementation that I've left out of the discussion here because they're > not really relevant to the issue. Thanks for clarifying! > Perhaps it would be fairer to say "if what you're reporting is really > a lockup during the ISA PnP probe, then there are no known problems > related to that feature and thus no plans to fix it at this time". Except that it locks up, so there is apparently a problem (if this is indeed the case). Just because it works for most people doesn't mean it's not broken. When I maintained the laptop stuff, too often it was easy to claim 'broken laptops' for our bugs, but more often than not the bugs turned out to be FreeBSD doing something that 'most laptops didn't seem to mind', but was in fact wrong. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 17:59:44 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 17:59:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id B108F37B400 for ; Wed, 20 Dec 2000 17:59:40 -0800 (PST) Received: from shootthemlater.demon.co.uk ([194.222.93.84] helo=cerebus.parse.net) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 148v14-0000mA-0A; Thu, 21 Dec 2000 01:59:35 +0000 Received: from wbra0013.cognos.com ([10.0.0.3] helo=acm.org) by cerebus.parse.net with esmtp (Exim 3.16 #1) id 148sKj-000OKf-00; Wed, 20 Dec 2000 23:07:41 +0000 Message-ID: <3A413B8B.3C13BC98@acm.org> Date: Wed, 20 Dec 2000 23:06:51 +0000 From: David Goddard X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Cc: Grzegorz Czaplinski , Richard Glidden , Ilya , Jorge Aldana , mperisa@tycoint.com Subject: Re: Spontaneous rebooting problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: goddard@acm.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the responses - some interesting stuff there. FWIW, one of the machines affected also has a 3com 3c509, but the others do not. Two have softupdates enabled. Each has had an unexplained reboot only the once so the "continual" rebooting issues that some of you have had probably aren't the same thing. I've recently cvsupped to a more recent version and will keep an eye on things - will report back any useful info I can come up with... Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 18:50:20 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 18:50:17 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id D0D7137B698 for ; Wed, 20 Dec 2000 18:50:16 -0800 (PST) Received: from jamestown.enteract.com (207-229-151-127.d.enteract.com [207.229.151.127]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id UAA80785 for ; Wed, 20 Dec 2000 20:50:14 -0600 (CST) (envelope-from jtm@enteract.com) Received: by jamestown.enteract.com (8.9.3/8.9.3) id UAA05625 for freebsd-stable@freebsd.org; Wed, 20 Dec 2000 20:48:58 -0600 (CST) (envelope-from jtm) From: James McNaughton Reply-To: jtm63@enteract.com To: freebsd-stable@freebsd.org Subject: Re: 2nd try Vectra 5/900 total failure to get to boot off of hard disk Date: Wed, 20 Dec 2000 20:45:02 -0600 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <200012171400.JAA20646@panix2.panix.com> In-Reply-To: <200012171400.JAA20646@panix2.panix.com> MIME-Version: 1.0 Message-Id: <00122020485802.03578@jamestown.enteract.com> Content-Transfer-Encoding: 8bit Sender: jtm@enteract.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a shot in the dark, but do you hit "F1" during boot to get to the bios setup? This is how it is on my computer and I have to first hit "F5" (which is for the second disk) and then hit "F2" for FreeBSD. Jim On Sun, 17 Dec 2000, you wrote: > I'm going to try this again, since clearly I did not make my original > message cleat. A number of people have written me, that cleary did not > understand the problem, so I must have written a poor problem description. > > Thanks for the patience. > > I have a HP Vectra CL5/90 that I am totaly unable to get to boot off the > hard disk. I have tried installing from the 4.1 floppies viai ftp. All > seems to go well, the hard drive (20G) is proeprly recofgnized, and the > install proceds normaly. I habe choosen to _NOT_ use "dabgerously > dedicated" I have partioned the drie as follows: > > 1. / (150M) > 2. swap (200M) > 3. /var (450M) > 4. /usr (remainder) > > Since I have only used dangerously dedicated mode in the padt, and since I > am using a custom setup, i may be making an error here. What if any slices, > do I need to mark as bootable by hand? > > Since my original atempt at this failed, and since I was pointed to an > article reference a problem with the boot0 code at 1.2 and newer not > working withe some HP Vectras, I repeated the above install. At the end, > before reboooting, I did the following: > > 1. ftp /boot/boo0 from a workign 3.4 system to /tmp > 2. boot0cfg -B -b /tmp/booot0 ada > > At this point in time, the machine boots to the "F1 FreeBSS" prompt. Howver > any key I hit, including F1 abd return, just results in an angry beep. > > This machine has many settings in the BIOS for hard disk setup, transfer > mode, PIO mode etc. that I do not understand. I also do not understnad the > boot sequence on FreebSD. > > I have been fighting this machine for ver 2 weeks at this poiny in time and > am QUIE frustraded. > > Could anyone take the time to help eduacte me on what it will take to ge > this amchien booting off the ard drive? > > Thansk for you patience. > > -- > Stan Brown stanb@panix.com 843-745-3154 > Charleston SC > -- > "Be careful not to step > in the Microsoft." -- John Denker > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 19:24:29 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 19:24:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from shalimar.net.au (shalimar.net.au [198.142.161.98]) by hub.freebsd.org (Postfix) with ESMTP id BF08337B400; Wed, 20 Dec 2000 19:24:19 -0800 (PST) Received: from shalimar.net.au (localhost [127.0.0.1]) by shalimar.net.au (8.11.1/8.11.1) with SMTP id eBL3OAG90403; Thu, 21 Dec 2000 14:24:11 +1100 (EST) (envelope-from count@shalimar.net.au) From: Zero Sum Organization: Tobacco Chewers and Body Painters Association. Date: Thu, 21 Dec 2000 14:24:10 +1100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG To: Mike Smith , nate@yogotech.com (Nate Williams) References: <200012210146.eBL1kZa01218@mass.osd.bsdi.com> In-Reply-To: <200012210146.eBL1kZa01218@mass.osd.bsdi.com> Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU MIME-Version: 1.0 Message-Id: <00122114241005.89656@shalimar.net.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday 21 December 2000 12:46, Mike Smith wrote: > > > > I was > > > > wondering if anyone knew of a way to fix this, or if > > > > it will be fixed in the base system, or if there is > > > > some way to completely disable PNP in 4.2. > > > > > > There are no known problems with PnP in 4.2, so there's nothing that's > > > going to be fixed unless we can characterise your problem here. > > > > I'm confused. Others have reported numerous bugs and/or misfeatures > > with the current code (including it failing on at least one ThinkPad > > laptop). > > There's a great deal of confusion between "ISA PnP", "BIOS PnP", and > "Side-effects of BIOS PnP", as well as "reports that something might be > failing" and "known problems". > > The Thinkpad problem appears to be a side-effect of calling the BIOS PnP > interface, but hasn't been characterised. The problem above may or may > not actually be PnP related at all. There are bugs in the PnP > implementation that I've left out of the discussion here because they're > not really relevant to the issue. > > Perhaps it would be fairer to say "if what you're reporting is really > a lockup during the ISA PnP probe, then there are no known problems > related to that feature and thus no plans to fix it at this time". > > Right now, however, the problem report does not contain enough detail to > guess at what is going wrong, let alone why. > I am running a Gigabyte GA-6BXDS (not U) but I believe they are very similar. I have had no problems under 4.1, 4.1.1 or 4.2. I am running an AWE64 off the ISA (the AWE64 is known to be flakey) and I have run two ISA PnP SCSI controllers (as 3rd and 4th controllers) without any problems. The only hang I have had is when I used a 50-25 pin converter on one of the ISA SCSI adaptors. Which was nothing to do with PnP. Since your experience differs so much from mine, I would like to know the full configuration of your machine. Geoff -- count@shalimar.net.au Vescere bracis meis http://www.hack.gr/jargon/html/D/disclaimer.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 20:36:51 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 20:36:49 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id DB7D937B400 for ; Wed, 20 Dec 2000 20:36:48 -0800 (PST) Received: from laptop.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001221043647.OPIP20559.mail.rdc1.va.home.com@laptop.baldwin.cx>; Wed, 20 Dec 2000 20:36:47 -0800 Content-Length: 591 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200012192052.PAA50855@lakes.dignus.com> Date: Wed, 20 Dec 2000 20:36:52 -0800 (PST) From: John Baldwin To: Thomas David Rivers Subject: RE: 4.2-RELEASE CDs??? Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Dec-00 Thomas David Rivers wrote: > > Just curious - It's been some time and I haven't received > the 4.2-RELEASE CDs from the FreeBSD subscription... > > Have the subscription CDs been shipped? > > And, if they have; who do I need to see about my missing ones? We just got the CD's back from the replicators to test them yesterday. They should start shipping out the subscription orders soon. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 21:21:20 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 21:21:16 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from web2305.mail.yahoo.com (web2305.mail.yahoo.com [128.11.68.80]) by hub.freebsd.org (Postfix) with SMTP id 2840937B402 for ; Wed, 20 Dec 2000 21:21:16 -0800 (PST) Message-ID: <20001221052116.16467.qmail@web2305.mail.yahoo.com> Received: from [207.218.245.6] by web2305.mail.yahoo.com; Wed, 20 Dec 2000 21:21:16 PST Date: Wed, 20 Dec 2000 21:21:16 -0800 (PST) From: Joey Guhlin Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU To: Mike Smith Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can you be more specific about this? At which > point, exactly, is the > system hanging? A transcript of the console output > would be handy. During boot up, when it is probing devices. With the kernel -v it goes to isa something pnp something I believe, sorry, that's the best I can do unfortunately. I know a transcript would be handy, but it's a live server unfortunately, and it is once again running 4.1, as 4.1.1 and 4.2 are where the errors were. > Note that the PnP probe message actually preceeds a > pile of other things > which can also fail; don't make the assumption that > just because it's > said "PnP" that that's what's going on. 8) Yeah, well I figured the -v would be as specific as I could get it, which is why I posted to the list. =) It is for sure one of the messages that only comes out when verbose is on, unfortunately I'm away from an actual FreeBSD machine or I would re-boot mine with -v to give you the actual message, but it's christmas time and I'm on a *gah* Windows ME machine. > There are no known problems with PnP in 4.2, so > there's nothing that's > going to be fixed unless we can characterise your > problem here. If you can't turn PnP totally off, then there's a problem. =) I know the problem is somewhere since in 4.1 the system works without a hitch, and 4.1.1 kills it, as did 4.2, but you could be right that it isn't PnP, but how can I find out what it is? I can always pop in a 4.1.1 cd(with alot of talking into it) and try. I've already done the 'disable all devices that you don't need', and the 'disable all devices except the monitor and keyboard and npx' bit too. Gotta go, talk with you later. __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 21:48: 0 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 21:47:56 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mass.osd.bsdi.com (unknown [167.216.157.206]) by hub.freebsd.org (Postfix) with ESMTP id B0F2D37B400; Wed, 20 Dec 2000 21:47:56 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBL5whc00605; Wed, 20 Dec 2000 21:58:43 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012210558.eBL5whc00605@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: nate@yogotech.com (Nate Williams) Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU In-reply-to: Your message of "Wed, 20 Dec 2000 18:40:04 MST." <14913.24436.738115.150910@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Dec 2000 21:58:43 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Perhaps it would be fairer to say "if what you're reporting is really > > a lockup during the ISA PnP probe, then there are no known problems > > related to that feature and thus no plans to fix it at this time". > > Except that it locks up, so there is apparently a problem (if this is > indeed the case). Just because it works for most people doesn't mean > it's not broken. So far we have "a symptom". We don't even know what it's related to. That doesn't give us a "known problem with PnP"; my point in the original response was that since we don't have any known problems with PnP, there isn't any fixing planned right now. I didn't mean to imply that if we can work out what's wrong, we won't fix it - that'd be silly. Just like if I had any damn idea where to start with the Thinkpad/PnP BIOS issue, I'd be trying to track it down. That one has me really puzzled. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 22:13:34 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 22:13:29 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mass.osd.bsdi.com (unknown [167.216.157.206]) by hub.freebsd.org (Postfix) with ESMTP id A865C37B400; Wed, 20 Dec 2000 22:13:29 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBL6OMc00740; Wed, 20 Dec 2000 22:24:23 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012210624.eBL6OMc00740@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Joey Guhlin Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 4.1.1 and 4.2 halt when booting, Gigabyte GA-6BXU In-reply-to: Your message of "Wed, 20 Dec 2000 21:21:16 PST." <20001221052116.16467.qmail@web2305.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Dec 2000 22:24:22 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Can you be more specific about this? At which > > point, exactly, is the > > system hanging? A transcript of the console output > > would be handy. > > During boot up, when it is probing devices. With the > kernel -v it goes to isa something pnp something I > believe, sorry, that's the best I can do > unfortunately. Well, without more details it's really going to be impossible to do anything about this. > > There are no known problems with PnP in 4.2, so > > there's nothing that's > > going to be fixed unless we can characterise your > > problem here. > > If you can't turn PnP totally off, then there's a > problem. =) No. PnP is basically mandated by systems these days, and we need to deal with it. There's still no clear indication that this is even a PnP issue, so don't get too twisted about it yet. 8) > it, as did 4.2, but you could be right that it isn't > PnP, but how can I find out what it is? I can always > pop in a 4.1.1 cd(with alot of talking into it) and > try. You can start by getting the verbose boot output from the system. If the box is in production right now, I'd leave it that way and hope that someone else with the same board can reproduce the problem. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 22:15:39 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 22:15:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from crotchety.newsbastards.org (netcop.newsbastards.org [193.162.153.124]) by hub.freebsd.org (Postfix) with ESMTP id C4DB737B400 for ; Wed, 20 Dec 2000 22:15:36 -0800 (PST) Received: (from news@localhost) by crotchety.newsbastards.org (8.11.1/8.11.1) id eBL6FJw62370; Thu, 21 Dec 2000 07:15:19 +0100 (CET) (envelope-from newsluser@free-pr0n.netscum.dk) Date: Thu, 21 Dec 2000 07:15:19 +0100 (CET) Message-Id: <200012210615.eBL6FJw62370@crotchety.newsbastards.org> X-Authentication-Warning: crotchety.newsbastards.org: news set sender to newsluser@free-pr0n.netscum.dk using -f Reply-To: freebsd-user@netscum.dk Subject: Re: RELENG_3 buildworld problems From: Reddy Crashalott Cc: freebsd-stable@freebsd.org References: In-Reply-To: To: Neil Long Sender: newsluser@free-pr0n.netscum.dk Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [disclaimer: this is an invalid sender address; replies should be posted to the list or perhaps better not posted at all] :: I have cvsup'd since then (and double checked) but now it is dieing in :: buildworld but it never seems to be the same place - e.g. You've got some dodgy memory flipping bits around: :: /usr/src/usr.bin/vi/../../contrib/nvi/include/vi_extern.h:104: :: parse error before `VIcMD' VICMD -> VIcMD ^ ^ :: /var/tmp/ccV66454.s:114: Error: invalid character (0x8) in opcode bit gone awry :: another time it failed to find 'chare' rather than 'share' chare -> share ^ ^ :: Anyone else seeing such weirdness? I've seen it with flaky memory. Try swapping bits of it out, or doing a memory test, until you isolate the defective part(s) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 23:11:51 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 23:11:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id E553637B400 for ; Wed, 20 Dec 2000 23:11:49 -0800 (PST) Received: from sexta.cs.huji.ac.il ([132.65.16.13] ident=danny) by cs.huji.ac.il with esmtp (Exim 3.20 #1) id 148ztE-0007La-00 for freebsd-stable@freebsd.org; Thu, 21 Dec 2000 09:11:48 +0200 X-Mailer: exmh version 2.2 06/23/2000 with nmh-0.24 To: FreeBSD Stable Subject: Dell C600/RAGE 128 Mobility LF Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Dec 2000 09:11:48 +0200 From: Danny Braniss Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG xf86cfg only gives me a blank screen (actualy a dark screen :-) any success out there? danny PS: on linux it works fine :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Dec 20 23:18:55 2000 From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 23:18:51 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id D51C437B400; Wed, 20 Dec 2000 23:18:42 -0800 (PST) Received: from ns1.horizon.na ([196.31.225.199] helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 1492nR-0001uR-00; Thu, 21 Dec 2000 08:18:01 -0200 Sender: tim@FreeBSD.ORG Message-ID: <3A41AE8B.A6691386@polytechnic.edu.na> Date: Thu, 21 Dec 2000 09:17:31 +0200 From: Tim Priebe Reply-To: tim@iafrica.com.na X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Bart Lindsey Cc: Donn Miller , Bjarne Wichmann Petersen , freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: KDE 2.0.1 refuses to compile. References: <87d7enz2aw.fsf@localhost.burra.zip.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bart Lindsey wrote: > > I don't know enough about KDE2.X, but the object being built in the > make is called nspluginviewer. Perhaps this is some kind of > Netscape/Mozilla integration into KDE? Konqueror can use Netscape plugins. Tim. > It _is_ interesting that it's being linked against both libqt2 _and_ > libXm; quite a hybrid! > > Cheers, > > Bart. > > Donn Miller writes: > > On 20 Dec 2000, Bart Lindsey wrote: > > > > > As this is linking against OpenMotif, the link options ought to > > > include -lXp. > > > > That's strange. Why would KDE be linking against Motif? I though it used > > Qt and KDE-Qt-addon exclusively. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 0:18:21 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 00:18:19 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id A7AEE37B400 for ; Thu, 21 Dec 2000 00:18:19 -0800 (PST) Received: from dragon.nuxi.com (Ipittythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id AAA17807; Thu, 21 Dec 2000 00:18:18 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eBL8IHl14453; Thu, 21 Dec 2000 00:18:17 -0800 (PST) (envelope-from obrien) Date: Thu, 21 Dec 2000 00:18:16 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: freebsd-stable@FreeBSD.ORG Subject: Re: threads, mysql and STABLE Message-ID: <20001221001816.A14420@dragon.nuxi.com> Reply-To: nobody@FreeBSD.ORG References: <20001220131517.V19572@fw.wintelcom.net> <20001220154224.B11639@dragon.nuxi.com> <20001220155138.B19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001220155138.B19572@fw.wintelcom.net>; from bright@wintelcom.net on Wed, Dec 20, 2000 at 03:51:38PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 20, 2000 at 03:51:38PM -0800, Alfred Perlstein wrote: > The only issue I'm aware of is that sleeping is slightly broken, > is this what you're referring to? No, the "Mysql segfaults; is the culprit libstdc++, pthread, regex ...?" and related "mozilla and 4.2-RELEASE" threads. P.S. what MUA are you using that keeps messing up on the reply to's and sends double copies? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 0:31:17 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 00:31:14 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 0E90D37B400; Thu, 21 Dec 2000 00:31:00 -0800 (PST) Received: from ns1.horizon.na ([196.31.225.199] helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 1493wm-0002Qp-00; Thu, 21 Dec 2000 09:31:44 -0200 Sender: tim@FreeBSD.ORG Message-ID: <3A41BFD2.958AC72D@polytechnic.edu.na> Date: Thu, 21 Dec 2000 10:31:14 +0200 From: Tim Priebe Reply-To: tim@iafrica.com.na X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG Subject: Re: KDE 2.0.1 refuses to compile. References: <87d7enz2aw.fsf@localhost.burra.zip.com.au> <3A41AE8B.A6691386@polytechnic.edu.na> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a friend on the KDE core team, and I hear that FreeBSD is not as well supported at KDE any more, as their main FreeBSD developer has finished high school, and started working, so does not have much time for KDE. He told me that that this young man was interested in having some one pay him to work on KDE for FreeBSD. Mabey someone could contact him to findout how much he needs to give up his job. I have never communicated with him, but his email address is alex@kde.org. Tim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 0:52:43 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 00:52:40 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 351C037B400 for ; Thu, 21 Dec 2000 00:52:40 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 4F65D5D15; Thu, 21 Dec 2000 09:52:12 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 19FFF294; Thu, 21 Dec 2000 10:00:55 +0100 (MET) Subject: Re: VMware hanging with more memory In-Reply-To: <14912.63456.150362.706963@onceler.kciLink.com> "from Vivek Khera at Dec 20, 2000 01:18:08 pm" To: Vivek Khera Date: Thu, 21 Dec 2000 10:00:55 +0100 (MET) Cc: FreeBSD-Stable List Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20001221090055.19FFF294@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From the keyboard of Vivek Khera: > HM> Setting down the vmware memory to 64 megs did not solve the problem, > HM> but removing the 128 megs solved it. With 128 megs i'm again able to > HM> run vmware. This is strange .... > > HM> I just scanned the mailing list archives and found Barry Lustig having > HM> reported nearly/exactly the same problem on 12/5/00. Has this been solved > HM> somehow in the meantime ? > > Yes; there were patches posted the following day. Check the mailing > list archives. I believe they were committed to CVS, too. I had the > same problem solved by those patches. Thanks for the reply! It seems the web-based mailing list search has a bug since it showed only four or five articles of the thread in question. Going directly into the mailing list archive, i found all twenty or so articles and the fixes you mention. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 1:51:57 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 01:51:53 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from oxmail.ox.ac.uk (oxmail4.ox.ac.uk [163.1.2.33]) by hub.freebsd.org (Postfix) with ESMTP id 2E38537B400 for ; Thu, 21 Dec 2000 01:51:53 -0800 (PST) Received: from ratbert.oucs.ox.ac.uk ([163.1.14.71]) by oxmail.ox.ac.uk with esmtp (Exim 3.12 #1) id 1492Nr-0001t4-00; Thu, 21 Dec 2000 09:51:35 +0000 Received: from neil by ratbert.oucs.ox.ac.uk with local (Exim 3.14 #1) id 1492Nr-0006AU-00; Thu, 21 Dec 2000 09:51:35 +0000 From: "Neil Long" Message-Id: <1001221095135.ZM23712@ratbert.oucs.ox.ac.uk> Date: Thu, 21 Dec 2000 09:51:35 +0000 In-Reply-To: Reddy Crashalott "Re: RELENG_3 buildworld problems" (Dec 21, 7:15am) References: <200012210615.eBL6FJw62370@crotchety.newsbastards.org> X-Mailer: Z-Mail (5.0.0 30July97) To: freebsd-user@netscum.dk Subject: Re: RELENG_3 buildworld problems Cc: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Dec 21, 7:15am, Reddy Crashalott wrote: > Subject: Re: RELENG_3 buildworld problems > [disclaimer: this is an invalid sender address; replies should be > posted to the list or perhaps better not posted at all] > > :: I have cvsup'd since then (and double checked) but now it is dieing in > :: buildworld but it never seems to be the same place - e.g. > > You've got some dodgy memory flipping bits around: > > :: /usr/src/usr.bin/vi/../../contrib/nvi/include/vi_extern.h:104: > :: parse error before `VIcMD' > > VICMD -> VIcMD > ^ ^ > :: /var/tmp/ccV66454.s:114: Error: invalid character (0x8) in opcode > > bit gone awry > > :: another time it failed to find 'chare' rather than 'share' > > chare -> share > ^ ^ > > :: Anyone else seeing such weirdness? > > I've seen it with flaky memory. Try swapping bits of it out, or > doing a memory test, until you isolate the defective part(s) > > > Hello Kind of spooky (and it may be bad memory so I will run some more tests) but I risked it and built a new kernel (the cvsup changes were the recent contrib/bind, procfs_status.c, dev/isp and related, krb4 fixes and pmap.c and procfs_ctl.c After rebooting on the new kernel (single user) a buildworld ran as smoothly as ever. This was on a Thinkpad 600E with 128M (so I could down it to 64M again). I had done all the usual dead chicken stuff and zapped /usr/obj but with luck I will never see the problem again. Anyone know of a good memory tester (I will try the built-in diagnostics on the TP - they take almost forever but that doesn't always mean they are good. regards Neil -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr Neil J Long, Computing Services, University of Oxford 13 Banbury Road, Oxford, OX2 6NN, UK Tel:+44 1865 273232 Fax:+44 1865 273275 EMail: Neil.Long@computing-services.oxford.ac.uk PGP: ID 0xE88EF71F OxCERT: oxcert@ox.ac.uk PGP: ID 0x4B11561D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 2:41:46 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 02:41:44 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 26DE037B400 for ; Thu, 21 Dec 2000 02:41:43 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id MAA17557; Thu, 21 Dec 2000 12:39:41 +0200 To: Alfred Perlstein Subject: Re: threads, mysql and STABLE Message-ID: <977395181.3a41dded3d1e4@webmail.harmonic.co.il> Date: Thu, 21 Dec 2000 12:39:41 +0200 (IST) From: Roman Shterenzon Cc: freebsd-stable@FreeBSD.ORG References: <20001220131517.V19572@fw.wintelcom.net> <20001220154224.B11639@dragon.nuxi.com> <20001220155138.B19572@fw.wintelcom.net> In-Reply-To: <20001220155138.B19572@fw.wintelcom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Alfred Perlstein : > * David O'Brien [001220 15:42] wrote: > > On Wed, Dec 20, 2000 at 01:15:17PM -0800, Alfred Perlstein wrote: > > > If you download a stable snapshot from ftp://releng4.freebsd.org/ > > > you should be ok. > > > > Uh... may I suggest that you please read the thread on this issue in > the > > -stable list that has been going on for the past 2 weeks. > > The only issue I'm aware of is that sleeping is slightly broken, > is this what you're referring to? I believe David is talking about a toolchain changes tat introduced libgcc_r and libstdc++ incompatibilities. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 5: 6:13 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 05:06:11 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 350CE37B400 for ; Thu, 21 Dec 2000 05:06:11 -0800 (PST) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 33BDB5D15; Thu, 21 Dec 2000 14:05:43 +0100 (CET) Received: by hcswork.hcs.de (Postfix, from userid 200) id 929B8292; Thu, 21 Dec 2000 14:14:26 +0100 (MET) Subject: Re: VMware hanging with more memory In-Reply-To: "from (env: hm) at Dec 21, 2000 10:00:54 am" To: FreeBSD-Stable List Date: Thu, 21 Dec 2000 14:14:26 +0100 (MET) Cc: Vivek Khera Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20001221131426.929B8292@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >From the keyboard of Vivek Khera: > > > HM> Setting down the vmware memory to 64 megs did not solve the problem, > > HM> but removing the 128 megs solved it. With 128 megs i'm again able to > > HM> run vmware. This is strange .... > > > > Yes; there were patches posted the following day. Check the mailing > > list archives. I believe they were committed to CVS, too. I had the > > same problem solved by those patches. Just for the record: i just cvsupped, made world, made new kernel and vmware port and things are working now flawlessly with 256 megs memory (and without paging!). This vmware thingie is really great stuff! Thanks again, hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 7:29:20 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 07:29:17 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from weasel.ath.cx (cc279423-a.chmbl1.ga.home.com [24.4.127.8]) by hub.freebsd.org (Postfix) with ESMTP id 21EA537B400 for ; Thu, 21 Dec 2000 07:29:17 -0800 (PST) Received: from localhost (localhost.ath.cx [127.0.0.1]) by weasel.ath.cx (8.11.1/8.11.1) with ESMTP id eBLFThH11746 for ; Thu, 21 Dec 2000 10:29:43 -0500 (EST) (envelope-from cjones@weasel.ath.cx) Date: Thu, 21 Dec 2000 10:29:43 -0500 (EST) From: Curtis Jones To: freebsd-stable@freebsd.org Subject: subscribe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 7:43: 3 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 07:43:01 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from slurpee.jlms.com (jlms.com [216.141.4.160]) by hub.freebsd.org (Postfix) with ESMTP id 3205237B402 for ; Thu, 21 Dec 2000 07:43:01 -0800 (PST) Received: (from adriel@localhost) by slurpee.jlms.com (8.9.3/8.9.3) id JAA13718; Thu, 21 Dec 2000 09:41:48 -0600 (envelope-from adriel) Message-ID: <20001221094148.A32155@adriel.net> Date: Thu, 21 Dec 2000 09:41:48 -0600 From: Adriel Ickler To: freebsd-stable@freebsd.org Subject: shared memory in 4.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1 Sender: adriel@slurpee.jlms.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ever since I upgraded from 4.0 to 4.1, I have had problems with fxtv, the error is: shmget() failed: Cannot allocate memory someone suggested I tweak the sysvshm in kern.ipc.shmmax, that actually does work, but only temporarily, if I run the box for more than 24 hours than not even 256MB of shared memory is enough for fxtv. it has to be some kind of memory leak, if anyone has suggestions, please let me know. This worked perfectly in 4.0, and I never had any sysv shared memory problems till 4.1. Thank you. -- ---------------------------------------------------- Adriel Ickler Network Administrator - adriel@jlms.com Self Trading Securities - Voice: 512-263-2769 www.selftrading.com - Fax: 512-263-2141 ---------------------------------------------------- Life is like a bowl of soup with hairs floating on it. You have to eat it nevertheless. -- Flaubert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 7:44:49 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 07:44:46 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by hub.freebsd.org (Postfix) with ESMTP id E009537B402 for ; Thu, 21 Dec 2000 07:44:45 -0800 (PST) Received: (from kris@localhost) by citusc.usc.edu (8.9.3/8.9.3) id HAA27684; Thu, 21 Dec 2000 07:45:50 -0800 Date: Thu, 21 Dec 2000 07:45:50 -0800 From: Kris Kennaway To: freebsd-user@netscum.dk Cc: Neil Long , freebsd-stable@FreeBSD.ORG Subject: Re: RELENG_3 buildworld problems Message-ID: <20001221074550.A27660@citusc.usc.edu> References: <200012210615.eBL6FJw62370@crotchety.newsbastards.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200012210615.eBL6FJw62370@crotchety.newsbastards.org>; from autoretributionmeowbot@free-N0rp.netscum.dk on Thu, Dec 21, 2000 at 07:15:19AM +0100 Sender: kris@citusc.usc.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 21, 2000 at 07:15:19AM +0100, Reddy Crashalott wrote: > :: Anyone else seeing such weirdness? >=20 > I've seen it with flaky memory. Try swapping bits of it out, or > doing a memory test, until you isolate the defective part(s) I have a dodgy IDE controller which also likes to flip bits. Kris --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6QiWuWry0BWjoQKURAge2AJ9e0JHFIsX3aamID6CoSC+vsr2PtACgxAPK Tz4f9qo1tECEwFcuuPFrhLE= =wl+i -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 7:47:47 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 07:47:46 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by hub.freebsd.org (Postfix) with ESMTP id CEFF937B400 for ; Thu, 21 Dec 2000 07:47:45 -0800 (PST) Received: (from kris@localhost) by citusc.usc.edu (8.9.3/8.9.3) id HAA27709; Thu, 21 Dec 2000 07:48:53 -0800 Date: Thu, 21 Dec 2000 07:48:53 -0800 From: Kris Kennaway To: Neil Long Cc: freebsd-user@netscum.dk, freebsd-stable@FreeBSD.ORG Subject: Re: RELENG_3 buildworld problems Message-ID: <20001221074853.B27660@citusc.usc.edu> References: <200012210615.eBL6FJw62370@crotchety.newsbastards.org> <1001221095135.ZM23712@ratbert.oucs.ox.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VrqPEDrXMn8OVzN4" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <1001221095135.ZM23712@ratbert.oucs.ox.ac.uk>; from neil.long@computing-services.oxford.ac.uk on Thu, Dec 21, 2000 at 09:51:35AM +0000 Sender: kris@citusc.usc.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 21, 2000 at 09:51:35AM +0000, Neil Long wrote: > Anyone know of a good memory tester (I will try the built-in diagnostics > on the TP - they take almost forever but that doesn't always mean they ar= e=20 > good. Software memory testers are unreliable - they may not catch problems. However there's memtest in ports. Kris --VrqPEDrXMn8OVzN4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6QiZlWry0BWjoQKURApkqAJ48ZsXrIdzDlEmT5NS22hMm8aVY+QCg/xGv Z4pUXErBzmICWW26kC8V0bk= =gzL5 -----END PGP SIGNATURE----- --VrqPEDrXMn8OVzN4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 8: 6:54 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 08:06:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 5074B37B400 for ; Thu, 21 Dec 2000 08:06:52 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBLG6o004861; Thu, 21 Dec 2000 08:06:50 -0800 (PST) Date: Thu, 21 Dec 2000 08:06:50 -0800 From: Alfred Perlstein To: Adriel Ickler Cc: freebsd-stable@FreeBSD.ORG Subject: Re: shared memory in 4.2 Message-ID: <20001221080649.M19572@fw.wintelcom.net> References: <20001221094148.A32155@adriel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001221094148.A32155@adriel.net>; from adriel@adriel.net on Thu, Dec 21, 2000 at 09:41:48AM -0600 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Adriel Ickler [001221 07:43] wrote: > > someone suggested I tweak the sysvshm in kern.ipc.shmmax, that actually > does work, but only temporarily, if I run the box for more than 24 hours > than not even 256MB of shared memory is enough for fxtv. > > it has to be some kind of memory leak, if anyone has suggestions, please > let me know. This worked perfectly in 4.0, and I never had any sysv > shared memory problems till 4.1. What does "ipcs" command show? Can you remove them using "ipcrm" ? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 9:47:39 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 09:47:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62]) by hub.freebsd.org (Postfix) with ESMTP id E0BEE37B400; Thu, 21 Dec 2000 09:47:36 -0800 (PST) Received: from fanf by hand.dotat.at with local (Exim 3.15 #3) id 148DEM-00087e-00; Tue, 19 Dec 2000 03:14:22 +0000 Date: Tue, 19 Dec 2000 03:14:20 +0000 From: Tony Finch To: Mike Smith Cc: Roman Shterenzon , Jamie Heckford , freebsd-stable@FreeBSD.ORG Subject: Re: ESS Sound Driver Message-ID: <20001219031420.D30096@hand.dotat.at> References: <976987151.3a3ba40f6df3b@webmail.harmonic.co.il> <200012170117.eBH1HkQ02122@mass.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200012170117.eBH1HkQ02122@mass.osd.bsdi.com> Organization: Covalent Technologies, Inc Sender: fanf@dotat.at Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > >> try those two lines: >> options PNPBIOS > >This only helps for ISA sound devices. And on some machines it prevents the mouse from working properly because if it is listed by PNP before the keyboard controller, FreeBSD marks the mouse's bus resources as in use by an unknown device so when the mouse driver later tries to get IRQ 12 it fails. No one has a fix for this problem. Tony. -- f.a.n.finch fanf@covalent.net dot@dotat.at "Well, as long as they can think we'll have our problems. But those whom we're using cannot think." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 10:26:57 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 10:26:54 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 8229837B402; Thu, 21 Dec 2000 10:26:53 -0800 (PST) Received: from simoeon.sentex.net (simeon.sentex.ca [209.112.4.47]) by smtp1.sentex.ca (8.11.1/8.11.1) with ESMTP id eBLIQiw47998; Thu, 21 Dec 2000 13:26:44 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.0.1.4.0.20001221131851.00a97c40@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.1 Date: Thu, 21 Dec 2000 13:20:08 -0500 To: Kris Kennaway , freebsd-user@netscum.dk From: Mike Tancsa Subject: Re: RELENG_3 buildworld problems Cc: Neil Long , freebsd-stable@FreeBSD.ORG In-Reply-To: <20001221074550.A27660@citusc.usc.edu> References: <200012210615.eBL6FJw62370@crotchety.newsbastards.org> <200012210615.eBL6FJw62370@crotchety.newsbastards.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 07:45 AM 12/21/00 -0800, Kris Kennaway wrote: >On Thu, Dec 21, 2000 at 07:15:19AM +0100, Reddy Crashalott wrote: > > > :: Anyone else seeing such weirdness? > > > > I've seen it with flaky memory. Try swapping bits of it out, or > > doing a memory test, until you isolate the defective part(s) > >I have a dodgy IDE controller which also likes to flip bits. Interesting you mention that. With a 3ware 6400 RAID card, setting the strip size to 128K causes all sorts of memory errors using DOS and UNIX memtest programs. Putting it back to the default 64K makes the problem go away. ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 11:43:53 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 11:43:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from daffy.uwnet.nl (ns.isd-holland.nl [195.7.130.35]) by hub.freebsd.org (Postfix) with ESMTP id 257C937B400 for ; Thu, 21 Dec 2000 11:43:49 -0800 (PST) Received: from 131.129.227.213.IN-ADDR.ARPA (dyn.dailup.c227129131.isd.to [213.227.129.131]) by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id eBLJhfc09798 for ; Thu, 21 Dec 2000 20:43:41 +0100 Received: (qmail 1208 invoked by uid 1000); 21 Dec 2000 19:44:07 -0000 Date: Thu, 21 Dec 2000 20:44:07 +0100 From: Andre Goeree To: stable@freebsd.org Subject: buildkernel GENERIC fails (4.2-S) Message-ID: <20001221204407.A1175@mandark.attica.home> Reply-To: abgoeree@uwnet.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I just tried to build a GENERIC kernel, it failed with the following error(s): (cvsupped 12-20; make buildworld / installworld done) mandark# cd /usr/src/ mandark# make KERNEL=GENERIC buildkernel -------------------------------------------------------------- >>> Rebuilding kernel(s) -------------------------------------------------------------- ===> GENERIC mkdir -p /usr/obj/usr/src/sys [.....] In file included from /usr/src/sys/i386/isa/if_lnc.c:97: /usr/src/sys/i386/isa/if_lnc.h:9: unterminated character constant /usr/src/sys/i386/isa/if_lnc.h:10: unterminated character constant mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 12:16:40 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 12:16:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id E270E37B402 for ; Thu, 21 Dec 2000 12:16:34 -0800 (PST) Received: (qmail 20128 invoked by uid 0); 21 Dec 2000 20:16:33 -0000 Received: from p3ee2165e.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.94) by mail.gmx.net (mail10) with SMTP; 21 Dec 2000 20:16:33 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id SAA25020 for freebsd-stable@freebsd.org; Thu, 21 Dec 2000 18:24:28 +0100 Date: Thu, 21 Dec 2000 18:24:28 +0100 From: Gerhard Sittig To: FreeBSD-Stable List Subject: Re: VMware hanging with more memory Message-ID: <20001221182428.U253@speedy.gsinet> Mail-Followup-To: FreeBSD-Stable List References: <14912.63456.150362.706963@onceler.kciLink.com> <20001221090055.19FFF294@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001221090055.19FFF294@hcswork.hcs.de>; from hm@hcs.de on Thu, Dec 21, 2000 at 10:00:55AM +0100 Organization: System Defenestrators Inc. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 21, 2000 at 10:00 +0100, Hellmuth Michaelis wrote: > > Thanks for the reply! It seems the web-based mailing list > search has a bug since it showed only four or five articles of > the thread in question. Going directly into the mailing list > archive, i found all twenty or so articles and the fixes you > mention. It seems the web frontend for searching the mailing lists has some four days of delay until the messages show up. At least it's what I experienced when following postings to lists I'm not subscribed to. And yes, the "next in thread" sometimes seems to be broken. But it could be due to the fact that there are a lot of broken mail frontends out there damaging or not producing correct In-Reply-To and References header lines. That's where some archivers tend to introduce a "probable answer" category, but I'm not sure what criterion they use for it (maybe Subject matching and datewise neighbourhood). virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 12:49:26 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 12:49:24 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fep04-svc.mail.telepac.pt (fep04-svc.mail.telepac.pt [194.65.5.203]) by hub.freebsd.org (Postfix) with ESMTP id C5BA637B402 for ; Thu, 21 Dec 2000 12:49:23 -0800 (PST) Received: from manecao.tafkap.priv ([194.65.204.159]) by fep04-svc.mail.telepac.pt (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001221205506.BAZH12340.fep04-svc.mail.telepac.pt@manecao.tafkap.priv> for ; Thu, 21 Dec 2000 20:55:06 +0000 Content-Length: 1072 Message-ID: X-Mailer: XFMail 1.4.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 21 Dec 2000 20:49:33 -0000 (WET) Reply-To: Joao Pedras Sender: jpedras@manecao.tafkap.priv From: Joao Pedras To: freebsd-stable@freebsd.org Subject: nfs world install Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all I nfs-shared /usr/obj and /usr/src from a 4.2-stable. These directories where mounted on a 4.2-RELEASE just installed. When I perform 'make installworld' on the second machine I get the following : install -c -o root -g wheel -m 444 libcom_err.a /usr/lib install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib *** Error code 70 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 If I perform 'make installworld' on the machine that has the code, everything goes well. What am I missing here ? Tkx Joao ^\ /^ O O ----------------------------------------o00-(_)-00o-------------------------- Bringing computers into the home won't change either one, but may revitalize the corner saloon. ----------------------------------------------------------------------------- PGP key available upon request or may be cut at http://www.pedras.webvolution.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 12:50:54 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 12:50:50 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from europe.std.com (europe-e.std.com [192.74.137.10]) by hub.freebsd.org (Postfix) with ESMTP id 0FA1C37B402 for ; Thu, 21 Dec 2000 12:50:50 -0800 (PST) Received: from world.std.com (root@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id PAA29486; Thu, 21 Dec 2000 15:50:42 -0500 (EST) Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id PAA18831; Thu, 21 Dec 2000 15:44:00 -0500 (EST) Date: Thu, 21 Dec 2000 15:44:00 -0500 (EST) From: Kenneth W Cochran Message-Id: <200012212044.PAA18831@world.std.com> To: Mike Tancsa Subject: Re: RELENG_3 buildworld problems Cc: freebsd-stable@freebsd.org References: <200012210615.eBL6FJw62370@crotchety.newsbastards.org> <200012210615.eBL6FJw62370@crotchety.newsbastards.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 13:28:59 2000 >Date: Thu, 21 Dec 2000 13:20:08 -0500 >To: Kris Kennaway , freebsd-user@netscum.dk >From: Mike Tancsa >Subject: Re: RELENG_3 buildworld problems >Cc: Neil Long , > freebsd-stable@FreeBSD.ORG > >At 07:45 AM 12/21/00 -0800, Kris Kennaway wrote: >>On Thu, Dec 21, 2000 at 07:15:19AM +0100, Reddy Crashalott wrote: >> >> > :: Anyone else seeing such weirdness? >> > >> > I've seen it with flaky memory. Try swapping bits of it out, or >> > doing a memory test, until you isolate the defective part(s) >> >>I have a dodgy IDE controller which also likes to flip bits. > >Interesting you mention that. With a 3ware 6400 RAID card, >setting the strip size to 128K causes all sorts of memory >errors using DOS and UNIX memtest programs. Putting it >back to the default 64K makes the problem go away. > > ---Mike Hmmmmm... (digging into brain-cobwebs) Could this have any relation to the "segments" in the x86 addressing range? IIRC (well, with '386 & '486 CPUs on ISA/EISA-bus machines), any "segment" (example 64k or 128k) had to start on an address boundary that was an integer multiple of that segment-size. (?) But I've never (yet :) seen how this relates to PCI... -kc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 12:54:38 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 12:54:35 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gandalf.lebel.org (modemcable004.115-201-24.mtl.mc.videotron.ca [24.201.115.4]) by hub.freebsd.org (Postfix) with SMTP id 41E7737B402 for ; Thu, 21 Dec 2000 12:54:35 -0800 (PST) Received: (qmail 26310 invoked by uid 1001); 21 Dec 2000 20:54:19 -0000 Date: Thu, 21 Dec 2000 15:54:19 -0500 From: David Lebel To: Joao Pedras Cc: freebsd-stable@freebsd.org Subject: Re: nfs world install Message-ID: <20001221155419.A11081@lebel.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jpedras@webvolution.net on Thu, Dec 21, 2000 at 08:49:33PM -0000 Organization: None whatsover. X-URL: http://www.lebel.org/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting Joao Pedras (jpedras@webvolution.net): > When I perform 'make installworld' on the second machine I get the follow= ing : >=20 > install -c -o root -g wheel -m 444 libcom_err.a /usr/lib > install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib > install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib > *** Error code 70 On the first machine, you had NOPROFILE set to true inside your /etc/make.conf and on the other one, you must also set it to the same value before doing your make installworld. Ciao, ...David --=20 // david lebel // nobiaze' Inc. // http://www.lebel.org/ // http://www.nobiaze.com/ // pgp: 3633 6999 D47E 73ED 099F // vox: (514) 943.3045 4341 08A4 8E48 EF56 61D1 // fax: (514) 938.8881 --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (OpenBSD) Comment: For info see http://www.gnupg.org iD8DBQE6Qm36CKSOSO9WYdERAmvQAKCE01SzdN4DGEQlUIclusKqOB/CegCgqD2N TAUSUbSDOdluAN1R4a0sMEM= =zQRb -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 13:44:49 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 13:44:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gecko.eric.net.au (gecko.eric.net.au [203.102.228.3]) by hub.freebsd.org (Postfix) with ESMTP id 2CD1437B6A0 for ; Thu, 21 Dec 2000 13:44:42 -0800 (PST) Received: (from ghcrompton@localhost) by gecko.eric.net.au (8.9.3/8.8.7) id IAA08219 for freebsd-stable@FreeBSD.ORG; Fri, 22 Dec 2000 08:46:07 +1100 Date: Fri, 22 Dec 2000 08:46:07 +1100 From: "Geoffrey Crompton (RMIT Guest)" To: FreeBSD-Stable Subject: hard read error Message-ID: <20001222084607.A8159@gecko.eric.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I know this issue has come up before. I'm getting hard read errors, both in 4.1.1 and 4.2. However, it seems there are alot less of them in 4.2 I have noticed that now, it basically only occurs during one of the 2am daily periodic scripts. I don't know which one is triggering this error, I suspect it would be the updateing of the locate database. However, each morning I have about 12 error messages, and over 90% of them are: ad0: HARD READ ERROR blk# 14484670 status=59 error=40 Can anyone tell me if there is away to work out which file is sitting on this block? And also what do the status and error numbers indicate? Thanks a lot! Geoff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 13:45:44 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 13:45:42 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from amsmta04-svc.chello.nl (mail-out.chello.nl [213.46.240.7]) by hub.freebsd.org (Postfix) with ESMTP id 5F38237B400 for ; Thu, 21 Dec 2000 13:45:42 -0800 (PST) Received: from chello.nl ([212.187.13.238]) by amsmta04-svc.chello.nl (InterMail vK.4.02.00.10 201-232-116-110 license fc2c4e20c60bc99c8c8f9bb6725f4ded) with ESMTP id <20001221214706.BKWG20281.amsmta04-svc@chello.nl> for ; Thu, 21 Dec 2000 22:47:06 +0100 Sender: dehartog@FreeBSD.ORG Message-ID: <3A427A03.FA9EF800@chello.nl> Date: Thu, 21 Dec 2000 22:45:39 +0100 From: Hans de Hartog Organization: rootsr X-Mailer: Mozilla 4.75 [en] (X11; U; NetBSD 1.4.2 i386) X-Accept-Language: nl, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: mergemaster problem and apache+ssl problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not a newbie but it's the first time I tried to keep stable by cvsup (today), make buildworld (no problems), make buildkernel (OK), reboot (yes, being a good boy I was single user), make installworld (Ok, but didn't read all the messages :-) and then mergemaster died with install -c -o root -g wheel -m 644 freebsd.cf /var/tmp/temproot/etc/mail/sendmail.cf install: freebsd.cf: No such file or directory *** Error 71 So I rebooted and was prepared to manually upgrade my whole /etc from /var/tmp/temproot/etc. Then I noticed that lots of other things where missing there that are in my original /etc (from the 4.2 RELEASE CD, everything dated november 20). My fault? Just curious. What's worse: after reboot, my webserver (apache+mod_ssl-1.3.14+2.7.1_1) did not start anymore because of: Cannot load /usr/local/libexec/apache/libssl.so into server: /usr/local/libexec/apache/libssl.so: Undefined symbol "sk_X509_NAME_value" Is this related to the mergemaster-problem or do I have another problem? Everything else seems to be running ok. Thanks for your time. Hans de Hartog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 13:51:23 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 13:51:19 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from theshell.com (arsenic.theshell.com [63.236.138.5]) by hub.freebsd.org (Postfix) with SMTP id EC54537B699 for ; Thu, 21 Dec 2000 13:51:18 -0800 (PST) Received: (qmail 20816 invoked from network); 21 Dec 2000 21:51:22 -0000 Received: from arsenic.theshell.com (HELO tequila) (root@63.236.138.5) by arsenic.theshell.com with SMTP; 21 Dec 2000 21:51:22 -0000 From: "Peter Avalos" To: "Hans de Hartog" , Subject: RE: mergemaster problem and apache+ssl problem Date: Thu, 21 Dec 2000 15:51:45 -0600 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <3A427A03.FA9EF800@chello.nl> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did you make installkernel? -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/ED/B d-(+) s:+> a-- C++$ UBLO++++$ P+ L++++ E- W+ N+ o? K? w(++) !O M- V- PS+ PE++ Y+ PGP++ t+@ 5 X- R- tv+ b++ DI- D-- G e>+++ h-- r++ y++ ------END GEEK CODE BLOCK------ > -----Original Message----- > From: dehartog@FreeBSD.ORG [mailto:dehartog@FreeBSD.ORG]On Behalf Of > Hans de Hartog > Sent: Thursday, December 21, 2000 3:46 PM > To: freebsd-stable@freebsd.org > Subject: mergemaster problem and apache+ssl problem > > > > I'm not a newbie but it's the first time I tried to keep stable by > cvsup (today), make buildworld (no problems), make buildkernel (OK), > reboot (yes, being a good boy I was single user), make installworld > (Ok, but didn't read all the messages :-) and then mergemaster died with > > install -c -o root -g wheel -m 644 freebsd.cf > /var/tmp/temproot/etc/mail/sendmail.cf > install: freebsd.cf: No such file or directory > *** Error 71 > > So I rebooted and was prepared to manually upgrade my whole /etc from > /var/tmp/temproot/etc. Then I noticed that lots of other things where > missing there that are in my original /etc (from the 4.2 RELEASE CD, > everything dated november 20). My fault? Just curious. > > What's worse: after reboot, my webserver (apache+mod_ssl-1.3.14+2.7.1_1) > did not start anymore because of: > > Cannot load /usr/local/libexec/apache/libssl.so into server: > /usr/local/libexec/apache/libssl.so: Undefined symbol > "sk_X509_NAME_value" > > Is this related to the mergemaster-problem or do I have another problem? > Everything else seems to be running ok. Thanks for your time. > > Hans de Hartog > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 13:51:28 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 13:51:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from cgi.sstar.com (cgi.sstar.com [209.205.176.12]) by hub.freebsd.org (Postfix) with ESMTP id A1AB037B402 for ; Thu, 21 Dec 2000 13:51:25 -0800 (PST) Received: from jking (jking.lgc.com [134.132.76.82]) by cgi.sstar.com (8.11.1/8.11.1) with SMTP id eBLLp2E45376 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO); Thu, 21 Dec 2000 15:51:08 -0600 (CST) (envelope-from jim@jimking.net) Message-ID: <00e901c06b98$2059c910$524c8486@jking> From: "Jim King" To: "Geoffrey Crompton (RMIT Guest)" , "FreeBSD-Stable" References: <20001222084607.A8159@gecko.eric.net.au> Subject: Re: hard read error Date: Thu, 21 Dec 2000 15:51:02 -0600 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Geoffrey Crompton (RMIT Guest)" wrote: > I know this issue has come up before. I'm getting hard read errors, > both in 4.1.1 and 4.2. However, it seems there are alot less of them > in 4.2 > I have noticed that now, it basically only occurs during one of the > 2am daily periodic scripts. I don't know which one is triggering this > error, I suspect it would be the updateing of the locate database. > > However, each morning I have about 12 error messages, and over 90% > of them are: > > ad0: HARD READ ERROR blk# 14484670 status=59 error=40 > > Can anyone tell me if there is away to work out which file is sitting > on this block? And also what do the status and error numbers indicate? fwiw, I was getting similar errors under 4.2-stable on an old Conner 1 GB drive. Going back to 4.1.1-RELEASE made the error messages disappear. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 13:59:40 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 13:59:36 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from amsmta06-svc.chello.nl (mail-out.chello.nl [213.46.240.7]) by hub.freebsd.org (Postfix) with ESMTP id 5C43F37B69D for ; Thu, 21 Dec 2000 13:59:35 -0800 (PST) Received: from chello.nl ([212.187.13.238]) by amsmta06-svc.chello.nl (InterMail vK.4.02.00.10 201-232-116-110 license fc2c4e20c60bc99c8c8f9bb6725f4ded) with ESMTP id <20001221220039.BPYK7146.amsmta06-svc@chello.nl>; Thu, 21 Dec 2000 23:00:39 +0100 Sender: dehartog@FreeBSD.ORG Message-ID: <3A427D41.51B5B206@chello.nl> Date: Thu, 21 Dec 2000 22:59:29 +0100 From: Hans de Hartog Organization: rootsr X-Mailer: Mozilla 4.75 [en] (X11; U; NetBSD 1.4.2 i386) X-Accept-Language: nl, en MIME-Version: 1.0 To: Peter Avalos Cc: freebsd-stable@freebsd.org Subject: Re: mergemaster problem and apache+ssl problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Avalos wrote: > > Did you make installkernel? > Yes, sorry about forgetting to mention that. Hans de Hartog. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 14: 9:59 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 14:09:57 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 802C837B404 for ; Thu, 21 Dec 2000 14:09:56 -0800 (PST) Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by kci.kciLink.com (Postfix) with ESMTP id BE5EDC987 for ; Thu, 21 Dec 2000 17:09:55 -0500 (EST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id EC3C82E443 for ; Thu, 21 Dec 2000 17:04:19 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id eBLM4Jk62141; Thu, 21 Dec 2000 17:04:19 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14914.32355.773774.656395@onceler.kciLink.com> Date: Thu, 21 Dec 2000 17:04:19 -0500 To: freebsd-stable@freebsd.org Subject: Re: mergemaster problem and apache+ssl problem In-Reply-To: <3A427D41.51B5B206@chello.nl> References: <3A427D41.51B5B206@chello.nl> X-Mailer: VM 6.88 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Don't know what your error with mergemaster is, I did a build/install yesterday and it went smoothly. The problem with apache+ssl is that the libssl is not binary compatible with the one from 4.2-REL, so you need to relink all your SSL apps. Just build/install the current apache13+ssl port and it should be fine. Someone claimed that just copying the mod_ssl.so file from the new build into your existing /usr/local/libexec/apache directory would work, but I haven't tried that. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 14:15: 2 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 14:14:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from freyr.cba.ualr.edu (freyr.cba.ualr.edu [144.167.120.20]) by hub.freebsd.org (Postfix) with ESMTP id 4667737B400 for ; Thu, 21 Dec 2000 14:14:59 -0800 (PST) Received: (from joe@localhost) by freyr.cba.ualr.edu (8.11.1/8.11.1) id eBLMF2k13996; Thu, 21 Dec 2000 16:15:02 -0600 (CST) (envelope-from joe) Date: Thu, 21 Dec 2000 16:15:02 -0600 From: "Joseph E. Royce" To: "Geoffrey Crompton (RMIT Guest)" Cc: FreeBSD-Stable Subject: Re: hard read error Message-ID: <20001221161502.A13946@freyr.cba.ualr.edu> References: <20001222084607.A8159@gecko.eric.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001222084607.A8159@gecko.eric.net.au>; from ghcrompton@gecko.eric.net.au on Fri, Dec 22, 2000 at 08:46:07AM +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 08:46:07AM +1100, Geoffrey Crompton (RMIT Guest) wrote: > I know this issue has come up before. I'm getting hard read errors, > both in 4.1.1 and 4.2. However, it seems there are alot less of them > in 4.2 > I have noticed that now, it basically only occurs during one of the > 2am daily periodic scripts. I don't know which one is triggering this > error, I suspect it would be the updateing of the locate database. > > However, each morning I have about 12 error messages, and over 90% > of them are: > > ad0: HARD READ ERROR blk# 14484670 status=59 error=40 > > Can anyone tell me if there is away to work out which file is sitting > on this block? And also what do the status and error numbers indicate? > > Thanks a lot! > Geoff > I believe this is a sign that your IDE controller is going south. I was getting the same errors on one of mine, so I moved the harddisk into another box and have had no problems since. HTH, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 14:24:27 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 14:24:25 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from amsmta05-svc.chello.nl (mail-out.chello.nl [213.46.240.7]) by hub.freebsd.org (Postfix) with ESMTP id 1EED137B402 for ; Thu, 21 Dec 2000 14:24:25 -0800 (PST) Received: from chello.nl ([212.187.13.238]) by amsmta05-svc.chello.nl (InterMail vK.4.02.00.10 201-232-116-110 license fc2c4e20c60bc99c8c8f9bb6725f4ded) with ESMTP id <20001221222603.CVK4333.amsmta05-svc@chello.nl>; Thu, 21 Dec 2000 23:26:03 +0100 Sender: dehartog@FreeBSD.ORG Message-ID: <3A428317.47F221EB@chello.nl> Date: Thu, 21 Dec 2000 23:24:23 +0100 From: Hans de Hartog Organization: rootsr X-Mailer: Mozilla 4.75 [en] (X11; U; NetBSD 1.4.2 i386) X-Accept-Language: nl, en MIME-Version: 1.0 To: Vivek Khera Cc: freebsd-stable@freebsd.org Subject: Re: mergemaster problem and apache+ssl problem References: <3A427D41.51B5B206@chello.nl> <14914.32355.773774.656395@onceler.kciLink.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vivek Khera wrote: > > Don't know what your error with mergemaster is, I did a build/install > yesterday and it went smoothly. > > The problem with apache+ssl is that the libssl is not binary > compatible with the one from 4.2-REL, so you need to relink all your > SSL apps. Just build/install the current apache13+ssl port and it > should be fine. Someone claimed that just copying the mod_ssl.so file > from the new build into your existing /usr/local/libexec/apache > directory would work, but I haven't tried that. > Rebuilding made it work again, Thank you (and all others) for the quick and helpful replies! Hans de Hartog. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 15:27:49 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 15:27:46 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fep04-svc.mail.telepac.pt (fep04-svc.mail.telepac.pt [194.65.5.203]) by hub.freebsd.org (Postfix) with ESMTP id F1F8837B400 for ; Thu, 21 Dec 2000 15:27:45 -0800 (PST) Received: from manecao.tafkap.priv ([194.65.204.159]) by fep04-svc.mail.telepac.pt (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001221233331.CFCB12340.fep04-svc.mail.telepac.pt@manecao.tafkap.priv>; Thu, 21 Dec 2000 23:33:31 +0000 Content-Length: 1532 Message-ID: X-Mailer: XFMail 1.4.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001221155419.A11081@lebel.org> Date: Thu, 21 Dec 2000 23:27:41 -0000 (WET) Reply-To: Joao Pedras Sender: jpedras@manecao.tafkap.priv From: Joao Pedras To: David Lebel Subject: Re: nfs world install Cc: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again The thing is that I didn't have NOPROFILE set to true on the first machine. Nevertheless, I now tried 'make installworld' using the exact same /etc/make.conf in both machines. The result was the same :( Tkx David Lebel wrote: > Quoting Joao Pedras (jpedras@webvolution.net): >> When I perform 'make installworld' on the second machine I get the following >> : >> >> install -c -o root -g wheel -m 444 libcom_err.a /usr/lib >> install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib >> install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib >> *** Error code 70 > > On the first machine, you had NOPROFILE set to true inside your > /etc/make.conf and on the other one, you must also set it to the same > value before doing your make installworld. > > Ciao, > ...David > > -- > // david lebel // nobiaze' Inc. > // http://www.lebel.org/ // http://www.nobiaze.com/ > // pgp: 3633 6999 D47E 73ED 099F // vox: (514) 943.3045 > 4341 08A4 8E48 EF56 61D1 // fax: (514) 938.8881 ^\ /^ O O ----------------------------------------o00-(_)-00o-------------------------- The reason we come up with new versions is not to fix bugs. It's absolutely not. -- Bill Gates ----------------------------------------------------------------------------- PGP key available upon request or may be cut at http://www.pedras.webvolution.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 16: 6:39 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 16:06:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.188.244]) by hub.freebsd.org (Postfix) with ESMTP id BC64C37B400 for ; Thu, 21 Dec 2000 16:06:17 -0800 (PST) Received: from backup.af.speednet.com.au (backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.1/8.11.1) with ESMTP id eBM04cF27069; Fri, 22 Dec 2000 11:05:06 +1100 (EST) (envelope-from andyf@speednet.com.au) Date: Fri, 22 Dec 2000 11:04:37 +1100 (EST) From: Andy Farkas X-Sender: andyf@backup.af.speednet.com.au To: Scott Lambert Cc: freebsd-stable@FreeBSD.ORG Subject: Re: /etc/periodic.conf daily_status_mailq_shorten="YES" broken? In-Reply-To: <20001215130851.A44717@ssabsd.csw.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Content-Disposition: INLINE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 15 Dec 2000, Scott Lambert wrote: > I'm not seeing any output from /etc/periodic/daily/440.status-mailq > (v. 1.4.2.2) when I try to use the short form output by specifying > daily_status_mailq_shorten="YES" in /etc/periodic.conf This is worthy of a PR. Include your patches. > > Maybe I'm not holding my mouth right. It wouldn't be the first time. > > Anyway, I "fixed" it to give me some actual output and to be configurable > for how many messages to a unique addresses are required before it will > output that line. > > This is probably the wrong fix, but it's the best I know how to do. > > Diffs are attached. > > -- > Scott Lambert > lambert@cswnet.com > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 18: 4:47 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 18:04:45 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 67DAF37B400 for ; Thu, 21 Dec 2000 18:04:45 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id SAA13751; Thu, 21 Dec 2000 18:04:03 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda13749; Thu Dec 21 18:03:58 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.1/8.9.1) id eBM23Ys99207; Thu, 21 Dec 2000 18:03:34 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdF99205; Thu Dec 21 18:03:03 2000 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.1/8.9.1) id eBM22oc75560; Thu, 21 Dec 2000 18:02:50 -0800 (PST) Message-Id: <200012220202.eBM22oc75560@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdy75554; Thu Dec 21 18:02:26 2000 X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 4.2-RELEASE X-Sender: cy To: Mikhail Teterin Cc: stable@FreeBSD.ORG Subject: Re: an unkillable process (again) In-reply-to: Your message of "Wed, 20 Dec 2000 17:26:39 EST." <200012202226.eBKMQf100632@misha.privatelabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Dec 2000 18:02:25 -0800 Sender: cy@uumail.gov.bc.ca Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200012202226.eBKMQf100632@misha.privatelabs.com>, Mikhail Teterin w rites: > Here it is: > > 425 mi -18 0 45308K 144K swwrt 4:25 0.10% 0.10% communicator > -l > > For some bizarre reasons of its own, Netscape went into swap-writing binge. > Why did it make it immune to ``kill -9''? Then it appears that swwrt has a higher priority than kill has, which it should have. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 18:13:22 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 18:13:19 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from wedgev.com (cm57-70.liwest.at [212.33.57.70]) by hub.freebsd.org (Postfix) with SMTP id DDDCC37B400 for ; Thu, 21 Dec 2000 18:13:17 -0800 (PST) Received: (qmail 77786 invoked from network); 22 Dec 2000 02:13:07 -0000 Received: from cipher.home (HELO cipher) (10.0.0.2) by switch.home with SMTP; 22 Dec 2000 02:13:07 -0000 Message-ID: <000501c06bff$c2d279a0$0200000a@cipher> From: "Bernhard Valenti" To: Subject: weird problem with athlon on -stable Date: Fri, 22 Dec 2000 02:12:59 -0800 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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, i'm experiencing some weird problem... when 4.2 was in beta i setup a athlon 500(asus board), and copied the freebsd installation from my primary machine ( dual celeron ) to the athlons disk. i had to build a single CPU kernel on the athlon cause the smp kernel did abort during boot. so i went into single user(with kernel.GENERIC), built a new kernel, and booted it. 2-3 seconds after printing the login prompt, the box crashed *every*( i tried ~10 times) time i booted normally(no unusual message during boot,no panic, but it stoped responding to the keyboard/network). but it worked perfectly fine in single user mode.. i spent ~2 hours in single user mode with manually started services and network. i think i even ran a make world.. anyway.. i couldnt find the problem so i went and installed 4.1.1-release from cd. everything worked fine after that, even after updating to 4.2 today, i bought a athlon 1Ghz+abit board(different chipset then the asus), replaced the dual celeron with it, and have exactly the same problem. is a world built on a smp incompatible with single cpu systems !?(i doubt that) maybe its that i choose i686 as cpu type, but why does "single user" work fine then? is there something i'm missing ? i'd be glad to hear any ideas.. bernhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 20:32: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 20:31:55 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from bjorn.goddamnbastard.org (bjorn.goddamnbastard.org [216.80.6.225]) by hub.freebsd.org (Postfix) with SMTP id 937EA37B400 for ; Thu, 21 Dec 2000 20:31:54 -0800 (PST) Received: (qmail 2574 invoked by uid 1000); 22 Dec 2000 04:31:53 -0000 Date: Thu, 21 Dec 2000 22:31:53 -0600 From: ryanb To: freebsd-stable@freebsd.org Subject: 4.2-stable + ahc0 + pass0 + cd rip = random panic ? Message-ID: <20001221223152.A389@bjorn.goddamnbastard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: ryanb@bjorn.goddamnbastard.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings -stable! I'm currently running into a problem when ripping audio discs via cdrecord. At random times during the ripping process, the status reading (percentage) just stops and waits. Within 5-10 minutes later, my machine would panic. If DDB_UNATTENDED is enabled, the machine will just reboot without dumping core. Without DDB_UNATTENDED, it would sit at the panic 'db>' prompt. I've gathered some info, but I could _never_ get it to dump core w/ this prob. I'll submit any other info requested that might help this out. Best of luck to anyone to wants to take a stab at it. :) - ryan Here's some info about my machine + ddb information: Copyright (c) 1992-2000 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.2-STABLE #0: Thu Dec 14 19:11:01 CST 2000 root@jesper.internal.goddamnbastard.org:/usr/obj/usr/src/sys/JESPER Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383fbff real memory = 402640896 (393204K bytes) avail memory = 388136960 (379040K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 11 IOAPIC #0 intpin 17 -> irq 10 IOAPIC #0 intpin 18 -> irq 3 IOAPIC #0 intpin 19 -> irq 7 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0372000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc037209c. Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xd800-0xd80f at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 4.2 Timecounter "PIIX" frequency 3579545 Hz chip1: port 0xe800-0xe80f at device 4.3 on pci0 dc0: <82c169 PNIC 10/100BaseTX> port 0xd000-0xd0ff mem 0xdf800000-0xdf8000ff irq 7 at device 9.0 on pci0 dc0: Ethernet address: 00:a0:cc:54:f0:18 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ahc0: port 0xb800-0xb8ff mem 0xdf000000-0xdf000fff irq 3 at device 10.0 on pci0 aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs pcm0: port 0xb000-0xb007,0xb400-0xb407 mem 0xde800000-0xde83ffff irq 10 at device 11.0 on pci0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <4 virtual consoles, flags=0x200> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-slave: ata_command: timeout waiting for intr ata0-slave: identify failed acd0: CDROM at ata0-master using WDMA2 Waiting 2 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da1: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) cd0 at ahc0 bus 0 target 2 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: cd present [237000 x 2048 byte records] ( I'm writing from cd0 to da0. ) [ Messages below after system-induced panic. Please pardon typos. I was tired and the handwriting got a tad slurred at moments. ] (pass2:ahc0:0:2:0): SCB 0x39 = timed out while idle, SEQADDR == 0x4 STACK == 0x1, 0x101, 0x15c, 0x184 SXFRCTL0 == 0x80 SCB count == 0x60 QINFIFO entries: Waiting Queue entries: Disconnected Queue entries: 13:57 QOUTFIFO entries: Sequencer Free SCB list: 2 15 9 1 5 0 11 10 3 12 6 8 14 7 4 Pending list: 57 Kernel Free SCB list: 13 11 2 18 19 30 39 10 53 42 15 0 52 4 54 25 4 17 16 27 2 9 36 6 32 33 26 45 38 48 49 28 35 38 20 46 1 59 44 8 7 24 22 37 31 55 34 3 56 12 41 23 43 9 21 47 14 51 50 Untagged Q(2): 57 sg[0] - Addr 0x128f4000 : Length 4096 sg[1] - Addr 0xe9750000 : Length 4096 sg[2] - Addr 0x6cf6000 : Length 4096 sg[3] - Addr 0xd9f7000 : Length 4096 sg[4] - Addr 0x9cf8000 : Length 4096 sg[5] - Addr 0x15079000 : Length 4096 sg[6] - Addr 0xd3fa000 : Length 4096 sg[7] - Addr 0x437b000 : Length 4096 sg[8] - Addr 0xcd70000 : Length 4096 sg[9] - Addr 0x147fd000 : Length 4096 sg[10] - Addr 0x9f7e000 : Length 4096 sg[11] - Addr 0x15eff000 : Length 4096 sg[12] - Addr 0xb880000 : Length 4096 sg[13] - Addr 0x15001000 : Length 4096 sg[14] - Addr 0x10402000 : Length 4096 sg[15] - Addr 0x11603000 : Length 4096 (pass2:ahc0:0:2:0): Queuing a BDR SCB (pass2:ahc0:0:2:0): no longer in timeout, status = 34a Wating List inconsistency: SCB index = 255, yet numscbs == 60. SCB count = 60 QINFIFO entries: Waiting Queue entries: 2:255 15:255 9:255 1:255 5:255 0:255 11:255 10:255 3:255 12:255 6:255 8:255 14:255 7:255 4:255 Disconnected Queue entries: QOUTFIFO entries: Sequencer Free SCB List: 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 1 3 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 1 3 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 1 3 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 1 3 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 1 3 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 1 3 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 Pending list: Kernel Free SCB list: 13 11 2 18 19 30 39 10 53 42 15 0 52 4 54 25 4 17 16 27 2 9 36 6 32 33 26 45 38 48 49 28 35 38 20 46 1 59 44 8 7 24 22 37 31 55 34 3 56 12 41 23 43 9 21 47 14 51 50 panic: for safety mp_lock = 01000001, cpuid = 1, apic.id = 00000000 debugger("panic") stopped at Debugger+0x34: movb $0,in_Debugger.59 (or .591?) db> show page cnt.v_free_count: 11519 cnt.v_cache_count: 3108 cnt.v_inactive_count: 64368 cnt.v_active_count: 8550 cnt.v_wire_count: 8187 cnt.v_free_reserved: 302 cnt.v_free_min: 780 cnt.v_free_target: 2642 cnt.v_cache_min: 2642 cnt.v_inactive_target: 3963 db> trace Debugger(c0286292) at Debugger+0x34 panic(c028014a,c1509600,c0281580,ff,3c) at panic+0xa4 ahc_search_qinfifo(c150900,2,41,0,ff) at ahc_search_qinfifo+0x252 ahc_freeze_devq(c1509600,c15178bc) at ahc_freeze_devq+0x5d ahc_handle_scsiint(c1509600,4,0,1,0) at ahc_handle_scsiint+0x5cd ahc_freebsd_intr(c1509600,0,ff80000,8,10,c02e0010) at ahc_freebsd_intr+0xa7 Xresume3() at Xresume3+0x35 --- interrupt, eip=0xc0265342, esp=0xff80cff4, ebp=0 --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Dec 21 23:58:11 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 23:58:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by hub.freebsd.org (Postfix) with ESMTP id 474DA37B400 for ; Thu, 21 Dec 2000 23:58:09 -0800 (PST) Received: from beastie.localdomain ([24.19.158.41]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001222075752.EADN17656.femail2.sdc1.sfba.home.com@beastie.localdomain>; Thu, 21 Dec 2000 23:57:52 -0800 Received: (from brian@localhost) by beastie.localdomain (8.9.3/8.8.7) id AAA44450; Fri, 22 Dec 2000 00:00:50 -0800 (PST) (envelope-from brian) Date: Fri, 22 Dec 2000 00:00:49 -0800 From: "Brian O'Shea" To: Bernhard Valenti Cc: freebsd-stable@FreeBSD.ORG Subject: Re: weird problem with athlon on -stable Message-ID: <20001222000049.Q24087@beastie.localdomain> Reply-To: boshea@ricochet.net Mail-Followup-To: Bernhard Valenti , freebsd-stable@FreeBSD.ORG References: <000501c06bff$c2d279a0$0200000a@cipher> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000501c06bff$c2d279a0$0200000a@cipher>; from Bernhard Valenti on Fri, Dec 22, 2000 at 02:12:59AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 02:12:59AM -0800, Bernhard Valenti wrote: > hi, > > i'm experiencing some weird problem... > > when 4.2 was in beta i setup a athlon 500(asus board), and copied the > freebsd installation from my primary machine ( dual celeron ) to the athlons > disk. i had to build a single CPU kernel on the athlon cause the smp kernel > did abort during boot. so i went into single user(with kernel.GENERIC), > built a new kernel, and booted it. 2-3 seconds after printing the login > prompt, the box crashed *every*( i tried ~10 times) time i booted > normally(no unusual message during boot,no panic, but it stoped responding > to the keyboard/network). but it worked perfectly fine in single user mode.. > i spent ~2 hours in single user mode with manually started services and > network. i think i even ran a make world.. anyway.. i couldnt find the > problem so i went and installed 4.1.1-release from cd. everything worked > fine after that, even after updating to 4.2 > > today, i bought a athlon 1Ghz+abit board(different chipset then the asus), > replaced the dual celeron with it, and have exactly the same problem. is a > world built on a smp incompatible with single cpu systems !?(i doubt that) > maybe its that i choose i686 as cpu type, but why does "single user" work > fine then? > > is there something i'm missing ? i'd be glad to hear any ideas.. In addition to starting services manually in single user mode, did you set any sysctl's that might also get set in the rc scripts? For example, if you have gateway_enable="YES" in rc.conf, then the command "sysctl -w net.inet.ip.forwarding=1" is run in rc.network. You might grep for "sysctl" in /etc/rc* to see if there are any sysctl's that need checking. Also, are there any kernel modules that get loaded as a result of your rc.conf settings? Good luck, -brian > > bernhard > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Brian O'Shea boshea@ricochet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 0: 3:33 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 00:03:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id 5066837B402 for ; Fri, 22 Dec 2000 00:03:30 -0800 (PST) Received: from 10.128.227.213.IN-ADDR.ARPA (dyn.dailup.c227128010.isd.to [213.227.128.10]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id eBM82PE28353 for ; Fri, 22 Dec 2000 09:02:25 +0100 Received: (qmail 343 invoked by uid 1000); 22 Dec 2000 07:38:31 -0000 Date: Fri, 22 Dec 2000 08:38:31 +0100 From: Andre Goeree To: stable@freebsd.org Subject: Re: buildkernel GENERIC fails (4.2-S) solved Message-ID: <20001222083830.A335@mandark.attica.home> Reply-To: abgoeree@uwnet.nl References: <20001221204407.A1175@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001221204407.A1175@mandark.attica.home>; from abgoeree@uwnet.nl on Thu, Dec 21, 2000 at 08:44:07PM +0100 X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 21, 2000 at 08:44:07PM +0100, Andre Goeree wrote: > Hello, > > I just tried to build a GENERIC kernel, it failed with the > following error(s): > > (cvsupped 12-20; make buildworld / installworld done) > mandark# cd /usr/src/ > mandark# make KERNEL=GENERIC buildkernel > > -------------------------------------------------------------- > >>> Rebuilding kernel(s) > -------------------------------------------------------------- > ===> GENERIC > mkdir -p /usr/obj/usr/src/sys > [.....] > In file included from /usr/src/sys/i386/isa/if_lnc.c:97: > /usr/src/sys/i386/isa/if_lnc.h:9: unterminated character constant > /usr/src/sys/i386/isa/if_lnc.h:10: unterminated character constant > mkdep: compile failed > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Any ideas? The file /usr/src/sys/i386/isa/if_lnc.h was screwed up (by cvsup?). Removing the file and a re-cvsup fixed the problem... Guess i should check files first when this kind of error occurs ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 0:54:46 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 00:54:35 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gw2.dnepr.net (CoreGW2-TBone.dnepr.net [195.24.156.97]) by hub.freebsd.org (Postfix) with ESMTP id BBE7D37B402 for ; Fri, 22 Dec 2000 00:54:26 -0800 (PST) Received: from dnepr.net (dnepr.net [195.24.156.98]) by gw2.dnepr.net (8.8.8/8.6.18/01) with ESMTP id KAA06668; Fri, 22 Dec 2000 10:53:57 +0200 (EET) Received: (from land@localhost) by dnepr.net (8.8.8/8.8.8) id KAA29522; Fri, 22 Dec 2000 10:53:54 +0200 (EET) Date: Fri, 22 Dec 2000 10:53:54 +0200 From: Andrey Lakhno To: Alfred Perlstein Cc: stable@FreeBSD.org Subject: Re: kernel panics Message-ID: <20001222105354.A11782@dnepr.net> Mail-Followup-To: Alfred Perlstein , stable@FreeBSD.org References: <20001213122916.A15772@dnepr.net> <20001213025122.C16205@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001213025122.C16205@fw.wintelcom.net>; from bright@wintelcom.net on Wed, Dec 13, 2000 at 02:51:22 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Alfred! On Wed, 13 Dec 2000, Alfred Perlstein wrote: > * Andrey Lakhno [001213 02:31] wrote: > > Hi ! > > > > I have FreeBSD 4.x-STABLE box. > > Hardware configuration: motherboard Intel D815EEA (i815 chipset) with > > integrated Intel EtherExpress Pro/100+, CPU Celeron 500MHz, RAM 128Mb, > > HDD IDE Seagate Baracuda ST320420A. > > > > It randomly crashes. Kernel panics with following diagnostics: > [snip] > > Please see: > http://www.freebsd.org/handbook/kerneldebug.html Ok. I'v built a kernel with debug turning on. While crashing the kernel created crash dumps which i tried to gdb. Several files attached to this letter. debug.log - output from gdb After removing SOFTUPDATES from kernel configuration system keeps crashing. dmesg.log - dmesg output kernel.conf - kernel configuration debug1.log - gdb output after removing SOFTUPDATES -- Best regards, Andrey --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="debug.log" GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...done. (kgdb) exec-file /var/crash/kernel.0 (kgdb) core-file /var/crash/vmcore.0 IdlePTD 2703360 initial pcb at 21fbe0 panicstr: page fault panic messages: --- Fatal trap 10: trace trap while in kernel mode instruction pointer = 0x8:0xc01d2cd6 stack pointer = 0x10:0xc020593c frame pointer = 0x10:0x0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, IOPL = 0 current process = Idle interrupt mask = none trap number = 10 panic: trace trap syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc018a120 stack pointer = 0x10:0xc0205790 frame pointer = 0x10:0xc0205794 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = bio trap number = 12 panic: page fault Uptime: 54m42s dumping to dev #ad/0x20001, offset 794321 dump ata0: resetting devices .. done 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at ../../kern/kern_shutdown.c:469 469 if (dumping++) { (kgdb) backtrace #0 dumpsys () at ../../kern/kern_shutdown.c:469 #1 0xc012debb in boot (howto=260) at ../../kern/kern_shutdown.c:309 #2 0xc012e238 in poweroff_wait (junk=0xc01fdbaf, howto=0) at ../../kern/kern_shutdown.c:556 #3 0xc01d3be9 in trap_fatal (frame=0xc0205750, eva=48) at ../../i386/i386/trap.c:951 #4 0xc01d38c1 in trap_pfault (frame=0xc0205750, usermode=0, eva=48) at ../../i386/i386/trap.c:844 #5 0xc01d347b in trap (frame={tf_fs = -1071644656, tf_es = -1072562160, tf_ds = -1057095664, tf_edi = 0, tf_esi = 0, tf_ebp = -1071622252, tf_isp = -1071622276, tf_ebx = -1071568452, tf_edx = 6864896, tf_ecx = -1057959923, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1072127712, tf_cs = 8, tf_eflags = 66054, tf_esp = -1015089312, tf_ss = -1071622228}) at ../../i386/i386/trap.c:443 #6 0xc018a120 in acquire_lock (lk=0xc02129bc) at ../../ufs/ffs/ffs_softdep.c:267 #7 0xc018f298 in softdep_count_dependencies (bp=0xc37ef760, wantcount=0) at ../../ufs/ffs/ffs_softdep.c:4525 #8 0xc0192444 in ffs_fsync (ap=0xc0205808) at ../../ufs/ffs/ffs_vnops.c:168 at vnode_if.h:537 #10 0xc015b7b3 in sync (p=0xc0232260, uap=0x0) at ../../kern/vfs_syscalls.c:545 #11 0xc012dc96 in boot (howto=256) at ../../kern/kern_shutdown.c:233 #12 0xc012e238 in poweroff_wait (junk=0xc01fdbba, howto=0) at ../../kern/kern_shutdown.c:556 #13 0xc01d3be9 in trap_fatal (frame=0xc02058fc, eva=0) at ../../i386/i386/trap.c:951 #14 0xc01d35cb in trap (frame={tf_fs = 16, tf_es = -1071513584, tf_ds = -65520, tf_edi = -1, tf_esi = 0, tf_ebp = 0, tf_isp = -1071621848, tf_ebx = 0, tf_edx = 23088, tf_ecx = -1071447498, tf_eax = 0, tf_trapno = 10, tf_err = 0, tf_eip = -1071829802, tf_cs = 8, tf_eflags = 582, tf_esp = -1071829807, tf_ss = 14}) at ../../i386/i386/trap.c:613 (kgdb) where #0 dumpsys () at ../../kern/kern_shutdown.c:469 #1 0xc012debb in boot (howto=260) at ../../kern/kern_shutdown.c:309 #2 0xc012e238 in poweroff_wait (junk=0xc01fdbaf, howto=0) at ../../kern/kern_shutdown.c:556 #3 0xc01d3be9 in trap_fatal (frame=0xc0205750, eva=48) at ../../i386/i386/trap.c:951 #4 0xc01d38c1 in trap_pfault (frame=0xc0205750, usermode=0, eva=48) at ../../i386/i386/trap.c:844 #5 0xc01d347b in trap (frame={tf_fs = -1071644656, tf_es = -1072562160, tf_ds = -1057095664, tf_edi = 0, tf_esi = 0, tf_ebp = -1071622252, tf_isp = -1071622276, tf_ebx = -1071568452, tf_edx = 6864896, tf_ecx = -1057959923, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1072127712, tf_cs = 8, tf_eflags = 66054, tf_esp = -1015089312, tf_ss = -1071622228}) at ../../i386/i386/trap.c:443 #6 0xc018a120 in acquire_lock (lk=0xc02129bc) at ../../ufs/ffs/ffs_softdep.c:267 #7 0xc018f298 in softdep_count_dependencies (bp=0xc37ef760, wantcount=0) at ../../ufs/ffs/ffs_softdep.c:4525 #8 0xc0192444 in ffs_fsync (ap=0xc0205808) at ../../ufs/ffs/ffs_vnops.c:168 #9 0xc0190fa7 in ffs_sync (mp=0xc0eff800, waitfor=2, cred=0xc072c680, p=0xc0232260) at vnode_if.h:537 #10 0xc015b7b3 in sync (p=0xc0232260, uap=0x0) at ../../kern/vfs_syscalls.c:545 #11 0xc012dc96 in boot (howto=256) at ../../kern/kern_shutdown.c:233 #12 0xc012e238 in poweroff_wait (junk=0xc01fdbba, howto=0) at ../../kern/kern_shutdown.c:556 #13 0xc01d3be9 in trap_fatal (frame=0xc02058fc, eva=0) at ../../i386/i386/trap.c:951 #14 0xc01d35cb in trap (frame={tf_fs = 16, tf_es = -1071513584, tf_ds = -65520, tf_edi = -1, tf_esi = 0, tf_ebp = 0, tf_isp = -1071621848, tf_ebx = 0, tf_edx = 23088, tf_ecx = -1071447498, tf_eax = 0, tf_trapno = 10, tf_err = 0, tf_eip = -1071829802, tf_cs = 8, tf_eflags = 582, tf_esp = -1071829807, tf_ss = 14}) at ../../i386/i386/trap.c:613 (kgdb) quit --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="debug1.log" GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...done. (kgdb) exec-file /var/crash/kernel.2 (kgdb) core-file /var/crash/vmcore.2 IdlePTD 3222559764 initial pcb at 21fbe0 panic messages: --- dmesg: cannot read PTD --- #0 0x0 in ?? () (kgdb) where #0 0x0 in ?? () cannot read proc at 0 (kgdb) quit --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.log" Copyright (c) 1992-2000 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.2-STABLE #0: Thu Dec 21 14:04:39 EET 2000 Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 498385026 Hz CPU: Pentium II/Pentium II Xeon/Celeron (498.39-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183f9ff real memory = 132907008 (129792K bytes) avail memory = 126812160 (123840K bytes) pnpbios: Bad PnP BIOS data checksum Preloaded elf kernel "kernel" at 0xc026c000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc026c09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 2.0 irq 11 pcib1: at device 30.0 on pci0 pci1: on pcib1 fxp0: port 0xdf00-0xdf3f mem 0xff8ff000-0xff8fffff irq 11 at device 8.0 on pci1 fxp0: Ethernet address 00:03:47:17:21:00 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 pci0: at 31.2 irq 11 pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 10 pci0: at 31.4 irq 9 atkbdc0: at port 0x60,0x64 on isa0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to accept, unlimited logging DUMMYNET initialized (000608) ad0: 19458MB [39535/16/63] at ata0-master UDMA66 Mounting root from ufs:/dev/ad0s1a link_elf: symbol splash_register undefined fxp0: SCB timeout fxp0: SCB timeout fxp0: SCB timeout fxp0: SCB timeout fxp0: device timeout Fatal trap 10: trace trap while in kernel mode instruction pointer = 0x8:0xc01cd726 stack pointer = 0x10:0xc01fec7c frame pointer = 0x10:0x0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, IOPL = 0 current process = Idle interrupt mask = none trap number = 10 panic: trace trap syncing disks... 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 giving up on 6 buffers Uptime: 17h43m4s dumping to dev #ad/0x20001, offset 794321 dump ata0: resetting devices .. done 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 succeeded Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Copyright (c) 1992-2000 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.2-STABLE #0: Thu Dec 21 14:04:39 EET 2000 Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 498386287 Hz CPU: Pentium II/Pentium II Xeon/Celeron (498.39-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183f9ff real memory = 132907008 (129792K bytes) avail memory = 126812160 (123840K bytes) pnpbios: Bad PnP BIOS data checksum Preloaded elf kernel "kernel" at 0xc026c000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc026c09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 2.0 irq 11 pcib1: at device 30.0 on pci0 pci1: on pcib1 fxp0: port 0xdf00-0xdf3f mem 0xff8ff000-0xff8fffff irq 11 at device 8.0 on pci1 fxp0: Ethernet address 00:03:47:17:21:00 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 pci0: at 31.2 irq 11 pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 10 pci0: at 31.4 irq 9 atkbdc0: at port 0x60,0x64 on isa0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to accept, unlimited logging DUMMYNET initialized (000608) ad0: 19458MB [39535/16/63] at ata0-master UDMA66 Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted link_elf: symbol splash_register undefined --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="kernel.conf" makeoptions DEBUG=-g machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident XXX maxusers 128 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device ppi # Parallel port interface device device fxp # Intel EtherExpress PRO/100B (82557, 82558) pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device bpf #Berkeley packet filter options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_DEFAULT_TO_ACCEPT options TCP_DROP_SYNFIN options DUMMYNET options SC_HISTORY_SIZE=100 options PNPBIOS --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 1:23:38 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 01:23:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 9FB8237B402 for ; Fri, 22 Dec 2000 01:23:33 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBM9NXv03265 for stable@FreeBSD.org; Fri, 22 Dec 2000 01:23:33 -0800 (PST) Date: Fri, 22 Dec 2000 01:23:33 -0800 From: Alfred Perlstein To: stable@FreeBSD.org Subject: Re: kernel panics Message-ID: <20001222012333.G19572@fw.wintelcom.net> References: <20001213122916.A15772@dnepr.net> <20001213025122.C16205@fw.wintelcom.net> <20001222105354.A11782@dnepr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001222105354.A11782@dnepr.net>; from land@dnepr.net on Fri, Dec 22, 2000 at 10:53:54AM +0200 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Andrey Lakhno [001222 00:55] wrote: > Hi Alfred! > > On Wed, 13 Dec 2000, Alfred Perlstein wrote: > > > * Andrey Lakhno [001213 02:31] wrote: > > > Hi ! > > > > > > I have FreeBSD 4.x-STABLE box. > > > Hardware configuration: motherboard Intel D815EEA (i815 chipset) with > > > integrated Intel EtherExpress Pro/100+, CPU Celeron 500MHz, RAM 128Mb, > > > HDD IDE Seagate Baracuda ST320420A. > > > > > > It randomly crashes. Kernel panics with following diagnostics: > > [snip] > > > > Please see: > > http://www.freebsd.org/handbook/kerneldebug.html > > Ok. I'v built a kernel with debug turning on. While crashing the kernel created > crash dumps which i tried to gdb. > > Several files attached to this letter. > debug.log - output from gdb > > After removing SOFTUPDATES from kernel configuration system keeps crashing. > dmesg.log - dmesg output > kernel.conf - kernel configuration > debug1.log - gdb output after removing SOFTUPDATES > > -- > Best regards, > Andrey > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-unknown-freebsd". > (kgdb) symbol-file kernel.debug > Reading symbols from kernel.debug...done. > (kgdb) exec-file /var/crash/kernel.0 > (kgdb) core-file /var/crash/vmcore.0 > IdlePTD 2703360 > initial pcb at 21fbe0 > panicstr: page fault > panic messages: > --- > Fatal trap 10: trace trap while in kernel mode > instruction pointer = 0x8:0xc01d2cd6 > stack pointer = 0x10:0xc020593c > frame pointer = 0x10:0x0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, IOPL = 0 > current process = Idle > interrupt mask = none > trap number = 10 > panic: trace trap > > syncing disks... > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x30 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc018a120 > stack pointer = 0x10:0xc0205790 > frame pointer = 0x10:0xc0205794 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = Idle > interrupt mask = bio > trap number = 12 > panic: page fault > Uptime: 54m42s > > dumping to dev #ad/0x20001, offset 794321 > dump ata0: resetting devices .. done > 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 > --- > #0 dumpsys () at ../../kern/kern_shutdown.c:469 > 469 if (dumping++) { > (kgdb) backtrace > #0 dumpsys () at ../../kern/kern_shutdown.c:469 > #1 0xc012debb in boot (howto=260) at ../../kern/kern_shutdown.c:309 > #2 0xc012e238 in poweroff_wait (junk=0xc01fdbaf, howto=0) at ../../kern/kern_shutdown.c:556 > #3 0xc01d3be9 in trap_fatal (frame=0xc0205750, eva=48) at ../../i386/i386/trap.c:951 > #4 0xc01d38c1 in trap_pfault (frame=0xc0205750, usermode=0, eva=48) at ../../i386/i386/trap.c:844 > #5 0xc01d347b in trap (frame={tf_fs = -1071644656, tf_es = -1072562160, tf_ds = -1057095664, > tf_edi = 0, tf_esi = 0, tf_ebp = -1071622252, tf_isp = -1071622276, tf_ebx = -1071568452, > tf_edx = 6864896, tf_ecx = -1057959923, tf_eax = 0, tf_trapno = 12, tf_err = 0, > tf_eip = -1072127712, tf_cs = 8, tf_eflags = 66054, tf_esp = -1015089312, > tf_ss = -1071622228}) at ../../i386/i386/trap.c:443 > #6 0xc018a120 in acquire_lock (lk=0xc02129bc) at ../../ufs/ffs/ffs_softdep.c:267 > #7 0xc018f298 in softdep_count_dependencies (bp=0xc37ef760, wantcount=0) > at ../../ufs/ffs/ffs_softdep.c:4525 > #8 0xc0192444 in ffs_fsync (ap=0xc0205808) at ../../ufs/ffs/ffs_vnops.c:168 > > > at vnode_if.h:537 > #10 0xc015b7b3 in sync (p=0xc0232260, uap=0x0) at ../../kern/vfs_syscalls.c:545 > #11 0xc012dc96 in boot (howto=256) at ../../kern/kern_shutdown.c:233 > #12 0xc012e238 in poweroff_wait (junk=0xc01fdbba, howto=0) at ../../kern/kern_shutdown.c:556 > #13 0xc01d3be9 in trap_fatal (frame=0xc02058fc, eva=0) at ../../i386/i386/trap.c:951 > #14 0xc01d35cb in trap (frame={tf_fs = 16, tf_es = -1071513584, tf_ds = -65520, tf_edi = -1, > tf_esi = 0, tf_ebp = 0, tf_isp = -1071621848, tf_ebx = 0, tf_edx = 23088, > tf_ecx = -1071447498, tf_eax = 0, tf_trapno = 10, tf_err = 0, tf_eip = -1071829802, > tf_cs = 8, tf_eflags = 582, tf_esp = -1071829807, tf_ss = 14}) at ../../i386/i386/trap.c:613 > (kgdb) where > #0 dumpsys () at ../../kern/kern_shutdown.c:469 > #1 0xc012debb in boot (howto=260) at ../../kern/kern_shutdown.c:309 > #2 0xc012e238 in poweroff_wait (junk=0xc01fdbaf, howto=0) at ../../kern/kern_shutdown.c:556 > #3 0xc01d3be9 in trap_fatal (frame=0xc0205750, eva=48) at ../../i386/i386/trap.c:951 > #4 0xc01d38c1 in trap_pfault (frame=0xc0205750, usermode=0, eva=48) at ../../i386/i386/trap.c:844 > #5 0xc01d347b in trap (frame={tf_fs = -1071644656, tf_es = -1072562160, tf_ds = -1057095664, > tf_edi = 0, tf_esi = 0, tf_ebp = -1071622252, tf_isp = -1071622276, tf_ebx = -1071568452, > tf_edx = 6864896, tf_ecx = -1057959923, tf_eax = 0, tf_trapno = 12, tf_err = 0, > tf_eip = -1072127712, tf_cs = 8, tf_eflags = 66054, tf_esp = -1015089312, > tf_ss = -1071622228}) at ../../i386/i386/trap.c:443 > #6 0xc018a120 in acquire_lock (lk=0xc02129bc) at ../../ufs/ffs/ffs_softdep.c:267 > #7 0xc018f298 in softdep_count_dependencies (bp=0xc37ef760, wantcount=0) > at ../../ufs/ffs/ffs_softdep.c:4525 > #8 0xc0192444 in ffs_fsync (ap=0xc0205808) at ../../ufs/ffs/ffs_vnops.c:168 > #9 0xc0190fa7 in ffs_sync (mp=0xc0eff800, waitfor=2, cred=0xc072c680, p=0xc0232260) > at vnode_if.h:537 > #10 0xc015b7b3 in sync (p=0xc0232260, uap=0x0) at ../../kern/vfs_syscalls.c:545 > #11 0xc012dc96 in boot (howto=256) at ../../kern/kern_shutdown.c:233 > #12 0xc012e238 in poweroff_wait (junk=0xc01fdbba, howto=0) at ../../kern/kern_shutdown.c:556 > #13 0xc01d3be9 in trap_fatal (frame=0xc02058fc, eva=0) at ../../i386/i386/trap.c:951 > #14 0xc01d35cb in trap (frame={tf_fs = 16, tf_es = -1071513584, tf_ds = -65520, tf_edi = -1, > tf_esi = 0, tf_ebp = 0, tf_isp = -1071621848, tf_ebx = 0, tf_edx = 23088, > tf_ecx = -1071447498, tf_eax = 0, tf_trapno = 10, tf_err = 0, tf_eip = -1071829802, > tf_cs = 8, tf_eflags = 582, tf_esp = -1071829807, tf_ss = 14}) at ../../i386/i386/trap.c:613 > (kgdb) quit Show me more please, you missed the spot where the bug happened by a function level or two. :( use 'up' and show me more from backtrace. thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 2:12:43 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 02:12:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by hub.freebsd.org (Postfix) with ESMTP id 4964D37B402 for ; Fri, 22 Dec 2000 02:12:38 -0800 (PST) Received: from llchan ([202.75.144.37]) by mail.arc.net.my (Netscape Messaging Server 4.15) with SMTP id G5YSCS00.AKU for ; Fri, 22 Dec 2000 18:12:28 +0800 Message-ID: <022a01c06bff$7290d220$25904bca@ewebasia.com> From: "Ling Ling" To: Subject: kernel message Date: Fri, 22 Dec 2000 18:10:41 +0800 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all, I have this message appeared in my /var/log/messages from time to time. Could anyone please explain to me what is happening here ?? /kernel: rl0: promiscuous mode disabled Thanks. Regards, Chan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 2:20:19 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 02:20:16 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from lynx.aba.net.au (lynx.esec.com.au [203.21.84.1]) by hub.freebsd.org (Postfix) with SMTP id 8FFAB37B400 for ; Fri, 22 Dec 2000 02:20:14 -0800 (PST) Received: (qmail 22316 invoked from network); 22 Dec 2000 10:20:02 -0000 Received: from melb-dialin02.esec.com.au (HELO esec.com.au) (203.25.253.66) by lynx.esec.com.au with SMTP; 22 Dec 2000 10:20:02 -0000 Sender: swun@FreeBSD.ORG Message-ID: <3A4329CA.A48AA0E@esec.com.au> Date: Fri, 22 Dec 2000 21:15:38 +1100 From: sam wun Organization: eSec Limited X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ling Ling Cc: freebsd-stable@freebsd.org Subject: Re: kernel message References: <022a01c06bff$7290d220$25904bca@ewebasia.com> Content-Type: multipart/alternative; boundary="------------D2898D4659F54B83A6167262" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------D2898D4659F54B83A6167262 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit You are probably running snort or some other IDS. Ling Ling wrote: > Dear all, > > I have this message appeared in my /var/log/messages from time to time. > Could anyone please explain to me what is happening here ?? > > /kernel: rl0: promiscuous mode disabled > > Thanks. > > Regards, > Chan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Sam Wun Firewalls / Security Software Engineer (Snr) Electronic Commerce eSec Limited Phone: +61 3 83715376 (Direct) Mobile: 0403 381 621 mailto:swun@eSec.com.au C++/JAVA/UNIX/OOP/OOD --------------D2898D4659F54B83A6167262 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit You are probably running snort or some other IDS.

Ling Ling wrote:

Dear all,

I have this message appeared in my /var/log/messages from time to time.
Could anyone please explain to me what is happening here ??

            /kernel: rl0: promiscuous mode disabled

Thanks.

Regards,
Chan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

-- 
Sam Wun                         Firewalls / Security
Software Engineer (Snr)         Electronic Commerce
eSec Limited                    Phone: +61 3 83715376 (Direct)
                                Mobile: 0403 381 621
mailto:swun@eSec.com.au         C++/JAVA/UNIX/OOP/OOD
  --------------D2898D4659F54B83A6167262-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 2:49:35 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 02:49:34 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.astercity.net (foo.acn.pl [212.76.33.212]) by hub.freebsd.org (Postfix) with ESMTP id A310037B400 for ; Fri, 22 Dec 2000 02:49:33 -0800 (PST) Received: from BS.home.astercity.net (unknown [10.13.13.3]) by mail.astercity.net (SECureMail) with ESMTP id 2CF5725773E; Fri, 22 Dec 2000 11:51:13 +0100 (CET) Date: Fri, 22 Dec 2000 11:49:28 +0100 (CET) From: Michal Zapasnik X-Sender: bigstar@BS.home.astercity.net To: Ling Ling Cc: freebsd-stable@freebsd.org Subject: Re: kernel message In-Reply-To: <022a01c06bff$7290d220$25904bca@ewebasia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Dec 2000, Ling Ling wrote: > Dear all, > > I have this message appeared in my /var/log/messages from time to time. > Could anyone please explain to me what is happening here ?? > > /kernel: rl0: promiscuous mode disabled Yours rl0 interface turning off promiscous mode , probably you are using tcpdump, snort or other program like this. BS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 4:11:43 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 04:11:42 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gecko.eric.net.au (gecko.eric.net.au [203.102.228.3]) by hub.freebsd.org (Postfix) with ESMTP id 6E54537B402 for ; Fri, 22 Dec 2000 04:11:40 -0800 (PST) Received: (from ghcrompton@localhost) by gecko.eric.net.au (8.9.3/8.8.7) id XAA04460; Fri, 22 Dec 2000 23:11:59 +1100 Date: Fri, 22 Dec 2000 23:11:59 +1100 From: "Geoffrey Crompton (RMIT Guest)" To: Jim King Cc: FreeBSD-Stable Subject: Re: hard read error Message-ID: <20001222231159.A4430@gecko.eric.net.au> References: <20001222084607.A8159@gecko.eric.net.au> <00e901c06b98$2059c910$524c8486@jking> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <00e901c06b98$2059c910$524c8486@jking> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 21, 2000 at 03:51:02PM -0600, Jim King wrote: > "Geoffrey Crompton (RMIT Guest)" wrote: > > fwiw, I was getting similar errors under 4.2-stable on an old Conner 1 GB > drive. Going back to 4.1.1-RELEASE made the error messages disappear. > > Jim > Well, I was seeing the same errors back in 4.1.1. In fact, I think that may have caused a problem I had when trying to update to 4.2. After doing the build world, I couldn't compile the kernel, and the backup of the system got corrupted. In the end the machine was un-useable, and I had to install from scratch. Geoff Crompton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 5:51:25 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 05:51:23 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id E984637B400 for ; Fri, 22 Dec 2000 05:51:22 -0800 (PST) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.10.1/8.10.1) with ESMTP id eBMDpFo05282 for ; Fri, 22 Dec 2000 08:51:16 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id IAA22001 for ; Fri, 22 Dec 2000 08:51:14 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id IAA14947 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 08:51:14 -0500 (EST) Date: Fri, 22 Dec 2000 08:51:14 -0500 (EST) From: Thomas David Rivers Message-Id: <200012221351.IAA14947@lakes.dignus.com> To: freebsd-stable@freebsd.org Subject: gcc profiling support? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've tried FreeBSD 3.1 and a 4.2 snapshot.. But, when I use a small "hello world" program, and compile it with: gcc -pg hello.c and run the resulting a.out, I don't get the expected gmon.out. Is there some other magic that is needed? Is -pg not supported on -stable? - Thanks - - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 6:22: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 06:21:56 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.informatoreagrario.it (unknown [217.57.0.107]) by hub.freebsd.org (Postfix) with ESMTP id 8E88F37B400; Fri, 22 Dec 2000 06:21:53 -0800 (PST) Received: from francesco.informatoreagrario.it ([192.168.50.8]) by mail.informatoreagrario.it (Post.Office MTA v3.1 release PO203a ID# 0-37772U100L2S100) with ESMTP id AAA50; Fri, 22 Dec 2000 14:54:14 +0100 Message-Id: <5.0.2.1.0.20001222145017.02504050@192.168.50.2> X-Sender: f.zerbinati@192.168.50.2 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 22 Dec 2000 14:50:56 +0100 To: f.zerbinati@informatoreagrario.it From: Francesco Zerbinati Subject: Auguri ! Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_18970219==_.ALT" Sender: f.zerbinati@mail.informatoreagrario.it Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --=====================_18970219==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Buon Natale e Felice Anno Nuovo We wish you Merry Christmas and all the best for the new year ____________________________________________________ dott. Francesco Zerbinati Redazione Tecnica L'Informatore Agrario (Orticoltura, Meccanica, Informatica) Via Bencivenga-Biondani, 16 - 37133 - Verona (IT) tel. +39.045.597855 - fax +39.045.597510 e-mail: f.zerbinati@informatoreagrario.it http://www.informatoreagrario.it/ --=====================_18970219==_.ALT Content-Type: text/html; charset="us-ascii"
Buon Natale e Felice Anno Nuovo


We wish you Merry Christmas
 and all the best for the new year

____________________________________________________
             dott. Francesco Zerbinati
                 Redazione Tecnica
               L'Informatore Agrario
       (Orticoltura, Meccanica, Informatica)

 Via Bencivenga-Biondani, 16 - 37133 - Verona (IT)
     tel. +39.045.597855 - fax +39.045.597510
     e-mail: f.zerbinati@informatoreagrario.it
        http://www.informatoreagrario.it/ --=====================_18970219==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 6:28: 2 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 06:27:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id E24B537B402 for ; Fri, 22 Dec 2000 06:27:58 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Dec 2000 14:27:58 +0000 (GMT) Date: Fri, 22 Dec 2000 14:27:57 +0000 From: David Malone To: Thomas David Rivers Cc: freebsd-stable@freebsd.org Subject: Re: gcc profiling support? Message-ID: <20001222142757.A88340@walton.maths.tcd.ie> References: <200012221351.IAA14947@lakes.dignus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012221351.IAA14947@lakes.dignus.com>; from rivers@dignus.com on Fri, Dec 22, 2000 at 08:51:14AM -0500 Sender: dwmalone@maths.tcd.ie Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 08:51:14AM -0500, Thomas David Rivers wrote: > But, when I use a small "hello world" program, and compile > it with: > > gcc -pg hello.c > > and run the resulting a.out, I don't get the expected > gmon.out. It should be called a.out.gmon I think. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 6:31:33 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 06:31:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp3.vnet.net (smtp3.vnet.net [166.82.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 61BCF37B400 for ; Fri, 22 Dec 2000 06:31:31 -0800 (PST) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp3.vnet.net (8.10.1/8.10.1) with ESMTP id eBMEVQ022716; Fri, 22 Dec 2000 09:31:26 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id JAA22076; Fri, 22 Dec 2000 09:31:24 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id JAA15706; Fri, 22 Dec 2000 09:31:24 -0500 (EST) Date: Fri, 22 Dec 2000 09:31:24 -0500 (EST) From: Thomas David Rivers Message-Id: <200012221431.JAA15706@lakes.dignus.com> To: dwmalone@maths.tcd.ie, rivers@dignus.com Subject: Re: gcc profiling support? Cc: freebsd-stable@freebsd.org In-Reply-To: <20001222142757.A88340@walton.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Malone writes: > On Fri, Dec 22, 2000 at 08:51:14AM -0500, Thomas David Rivers wrote: > > > But, when I use a small "hello world" program, and compile > > it with: > > > > gcc -pg hello.c > > > > and run the resulting a.out, I don't get the expected > > gmon.out. > > It should be called a.out.gmon I think. > > David. > Ah... so it is... (makes sense - sorta analagous to core dumps) Well then, the `bug' is in gprof - it expects to see gmon.out. Perhaps just a note in the gprof man page would be enough? - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 9:57:30 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 09:57:27 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from lolita.speakeasy.net (lolita.speakeasy.net [216.254.0.13]) by hub.freebsd.org (Postfix) with SMTP id 505D737B400 for ; Fri, 22 Dec 2000 09:57:25 -0800 (PST) Received: (qmail 30168 invoked from network); 22 Dec 2000 17:51:21 -0000 Received: from unknown (HELO gonzo.speakeasy.net) (192.168.0.5) by 192.168.0.13 with SMTP; 22 Dec 2000 17:51:21 -0000 Received: (qmail 27007 invoked from network); 22 Dec 2000 17:57:20 -0000 Received: from unknown (HELO aldan.algebra.com) (64.20.211.142) by gonzo.speakeasy.net with SMTP; 22 Dec 2000 17:57:20 -0000 Received: (from mi@localhost) by aldan.algebra.com (8.11.1/8.11.1) id eBMHvDB21729; Fri, 22 Dec 2000 12:57:13 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200012221757.eBMHvDB21729@aldan.algebra.com> Subject: Re: an unkillable process (again) In-Reply-To: <200012220202.eBM22oc75560@cwsys.cwsent.com> from Cy Schubert - ITSD Open Systems Group at "Dec 21, 2000 06:02:25 pm" To: Cy Schubert - ITSD Open Systems Group Date: Fri, 22 Dec 2000 12:57:13 -0500 (EST) Cc: stable@FreeBSD.ORG X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli", Mikhail =Teterin writes: => Here it is: => => 425 mi -18 0 45308K 144K swwrt 4:25 0.10% 0.10% communicator => -l => => For some bizarre reasons of its own, Netscape went into swap-writing => binge. Why did it make it immune to ``kill -9''? = =Then it appears that swwrt has a higher priority than kill has, which =it should have. Rather confusing... kill -9 does not deliver any signals to the process. It is there to kill. Shouldn't it have the higher priority? Also, anything that prevents root from killing a process is not right, IMHO. This leaves "reboot" as the only option left, which WILL kill everybody anyway, resulting in all possible data losses, etc. that the "unkillability" tries to prevent. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 10: 8: 3 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 10:08:02 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 85AC537B400 for ; Fri, 22 Dec 2000 10:08:01 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 149Wbo-000N7t-00 for stable@freebsd.org; Fri, 22 Dec 2000 18:08:00 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id eBMI80W61809 for stable@freebsd.org; Fri, 22 Dec 2000 18:08:00 GMT (envelope-from jcm) Date: Fri, 22 Dec 2000 18:08:00 +0000 From: j mckitrick To: stable@freebsd.org Subject: boot hints, lint in 4.2 Message-ID: <20001222180759.A61759@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi all I have been upgrading via cvsup since 3.2, and I will be performing my first clean install from CD since then. The whole concept of the NOTES file and the boot hints is new to me. What do I need to know about them to install, if anything? Also, I will be doing some work with the parallel zip driver. Do I need to know anything special about kernel building that has changed since then? I didn't know if any of this would affect kernel building if device driver code is changed. Jonathon -- "The spice must flow...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 12:29:34 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 12:29:31 2000 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 8DE0A37B400 for ; Fri, 22 Dec 2000 12:29:31 -0800 (PST) Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 498F16E27A7 for ; Fri, 22 Dec 2000 12:28:23 -0800 (PST) Received: (qmail 15895 invoked by uid 0); 22 Dec 2000 20:16:24 -0000 Received: from p3ee21633.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.51) by mail.gmx.net (mail09) with SMTP; 22 Dec 2000 20:16:24 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id PAA26854 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 15:51:15 +0100 Date: Fri, 22 Dec 2000 15:51:15 +0100 From: Gerhard Sittig To: freebsd-stable@freebsd.org Subject: Re: 4.2-stable + ahc0 + pass0 + cd rip = random panic ? Message-ID: <20001222155115.Z253@speedy.gsinet> Mail-Followup-To: freebsd-stable@freebsd.org References: <20001221223152.A389@bjorn.goddamnbastard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001221223152.A389@bjorn.goddamnbastard.org>; from ryanb@goddamnbastard.org on Thu, Dec 21, 2000 at 10:31:53PM -0600 Organization: System Defenestrators Inc. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 21, 2000 at 22:31 -0600, ryanb wrote: > > If DDB_UNATTENDED is enabled, the machine will just reboot > without dumping core. I had to learn it the hard way, too (reading /etc/rc* files on why there is no "core" file). You need to set the "dumpdev" variable in /etc/rc.conf. And I just had a look at $PAGER /usr/src/sys/i386/conf/{GENERIC,LINT} man savecore; man rc.conf which doesn't look too intuitive. :) Is LINT in need of a pointer to the rc.conf variable? Reading "man 4 ddb" doesn't find "core" either and the one match for "dump" is not related to the problem. ----- LINT ------------------------------------------------------ [ ... ] # # Don't drop into DDB for a panic but dump core to swap space and # have it saved by means of savecore(1) after an automatic # reboot. Needs the "dumpdev" rc.conf variable (and enough room # in /var/crash/) to work easily # # Intended for unattended operation where you may want to drop to # DDB from the console, but still want the machine to recover # from a panic # options DDB_UNATTENDED [ ... ] ----------------------------------------------------------------- How about having DDB and DDB_UNATTENDED in GENERIC (together with the handy INCLUDE_CONFIG_FILE), too? Those who don't enable debugging info (by editing the kernel config file or make.conf) or dumpdev (in /etc/rc.conf) won't get their root fs clobbered / filled up. And those who experience failure situations they want to report have less to do for delivering helpful information. Is this acceptable "bloat" or completely useless since I don't know about other dependencies and missed them? virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 13: 1: 4 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 13:01:00 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 116F637B400 for ; Fri, 22 Dec 2000 13:01:00 -0800 (PST) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id WAA19154 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 22:00:30 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.1/8.11.1) id eBMKuKh55665 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 21:56:20 +0100 (CET) (envelope-from andreas) Date: Fri, 22 Dec 2000 21:56:20 +0100 From: Andreas Klemm To: freebsd-stable@freebsd.org Subject: trouble with local mail delivery after upgrading from 4.1 to 4.2-STABLE Message-ID: <20001222215620.A55618@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! Could some kind soul please help ? Aftert upgrading fom FreeBSD 4.1 to 4.2-STABLE with new sendmail I can't deliver mail locally... andreas@internet{421} $ sendmail -v andreas Subject: test test andreas... Connecting to local... andreas... Deferred exweb.mc: ========= include(`../m4/cf.m4') VERSIONID(`@(#)exweb.mc 1.1 (AKLEMM) 26/03/2000') define(`_USE_ETC_MAIL_', True)dnl OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl FEATURE(nocanonify) Dmexweb.de define(`confDOMAIN_NAME', `$m')dnl MASQUERADE_AS(exweb.de)dnl define(`confBIND_OPTS', `-DNSRCH -DEFNAMES')dnl define(`confDIAL_DELAY', `5s')dnl FEATURE(access_db) FEATURE(accept_unresolvable_domains) FEATURE(always_add_domain) FEATURE(masquerade_envelope) FEATURE(relay_entire_domain) MAILER(local)dnl MAILER(smtp)dnl /etc/mail/access: ================= internet.exweb.de OK internet OK localhost OK 192.168.100.200 OK 192.168.100 RELAY 192.168 RELAY /etc/mail/local-host-names: =========================== internet.exweb.de exweb.de mail.exweb.de internet -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.html My homepage................................ http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 13:22:55 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 13:22:53 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 5D51337B400 for ; Fri, 22 Dec 2000 13:22:53 -0800 (PST) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.1/8.11.1) with ESMTP id eBMLMnG09150; Fri, 22 Dec 2000 16:22:49 -0500 (EST) (envelope-from jim@thehousleys.net) Sender: housley@thehousleys.net Message-ID: <3A43C629.D457BC70@thehousleys.net> Date: Fri, 22 Dec 2000 16:22:49 -0500 From: James Housley X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Andreas Klemm Cc: freebsd-stable@FreeBSD.ORG Subject: Re: trouble with local mail delivery after upgrading from 4.1 to 4.2-STABLE References: <20001222215620.A55618@titan.klemm.gtn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andreas Klemm wrote: > > Hi ! > > Could some kind soul please help ? > > Aftert upgrading fom FreeBSD 4.1 to 4.2-STABLE with new sendmail > I can't deliver mail locally... > All of you questions will be answered in /usr/src/UPDATING under 20001020. You are missing MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl Jim -- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Studies show that 1 out of every 4 Americans suffer some form of mental illness. So look at your three best friends, if they are okay it is YOU! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 13:25:32 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 13:25:27 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from godfather.webvolution.net (www.webvolution.net [208.231.0.74]) by hub.freebsd.org (Postfix) with ESMTP id 60C6A37B402 for ; Fri, 22 Dec 2000 13:25:27 -0800 (PST) Received: (from nobody@localhost) by godfather.webvolution.net (8.9.3/8.9.3) id VAA17127 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 21:25:16 GMT (envelope-from jpedras@webvolution.net) X-Authentication-Warning: godfather.webvolution.net: nobody set sender to jpedras@webvolution.net using -f To: freebsd-stable@freebsd.org Subject: nfs'ed installworld... again! Message-ID: <977520316.3a43c6bc490fc@mail.webvolution.net> Date: Fri, 22 Dec 2000 21:25:16 +0000 (WET) From: Joao Pedras MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.3 X-Originating-IP: 212.55.187.5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again. Sorry for posting this again but I have found no way to make this work. Machine A is a 4.2-STABLE and nfs shares /usr/src and /usr/obj to machine B, which is a newly installed 4.2-RELEASE. B mounts those filesystems on its own. When I perform 'make installworld' on B, it stops with the following error : ===> lib/libcom_err cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include install -c -o root -g wheel -m 444 libcom_err.a /usr/lib install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib *** Error code 70 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 I have no special changes on make.conf on A. I even tried this using A's make.conf on B. I get this all the time. Thanks for your help. Joao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 14:14:11 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 14:14:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 2C34437B400 for ; Fri, 22 Dec 2000 14:14:09 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id eBMMF7P09220 for ; Fri, 22 Dec 2000 17:15:07 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Fri, 22 Dec 2000 17:15:07 -0500 (EST) From: Chris BeHanna Sender: behanna@zbzoom.net Reply-To: behanna@zbzoom.net To: FreeBSD-Stable Subject: Re: nfs'ed installworld... again! In-Reply-To: <977520316.3a43c6bc490fc@mail.webvolution.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Dec 2000, Joao Pedras wrote: > [...machine B mounts /usr/obj and /usr/src from machine A...] Is /usr/obj mounted read only? If so, then when install -c -s attempts to strip libcom_err.so.2, it may croak for lack of ability to write to /usr/obj. Try cd'ing to /usr/obj/usr/src/lib/libcom_err and run that last install command by hand and see what happens. If it breaks, umount /usr/obj and remount it rw and try again. If that fixes it, you have your answer. FWIW, I do installs like this over NFS all the time with no problems, but then, I have /usr/src/ and /usr/obj mounted rw on the NFS client box, so that I can build a quick test kernel (the client is a 500Mhz PIII, and the server is a 350Mhz PII). I also note that you're still trying to install profiled libs on machine B. That's OK if that's what you intend, otherwise it's a huge waste of disk space. Putting "NOPROFILE=TRUE" into /etc/make.conf will turn that off. Finally, if it's *still* hopelessly broken, try blowing away /usr/obj, /usr/src, and /usr/sup/* (save your refuse file first, then put it back), then cvsup and start completely from scratch (a useful exercise from time to time anyway, to get rid of cruft in the trees). Be sure to save any locally modified files before you do the rm -rf operation! > ===> lib/libcom_err > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 > /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 > /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include > install -c -o root -g wheel -m 444 libcom_err.a /usr/lib > install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib > install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib > *** Error code 70 > > Stop in /usr/src/lib/libcom_err. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > I have no special changes on make.conf on A. I even tried this using A's > make.conf on B. I get this all the time. -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 14:30:36 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 14:30:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from godfather.webvolution.net (www.webvolution.net [208.231.0.74]) by hub.freebsd.org (Postfix) with ESMTP id E6A2537B404 for ; Fri, 22 Dec 2000 14:30:30 -0800 (PST) Received: (from nobody@localhost) by godfather.webvolution.net (8.9.3/8.9.3) id WAA17204; Fri, 22 Dec 2000 22:30:23 GMT (envelope-from jpedras@webvolution.net) X-Authentication-Warning: godfather.webvolution.net: nobody set sender to jpedras@webvolution.net using -f To: Anne Marcel Roorda Subject: Re: nfs'ed installworld... again! Message-ID: <977524223.3a43d5ffabaac@mail.webvolution.net> Date: Fri, 22 Dec 2000 22:30:23 +0000 (WET) From: Joao Pedras Cc: freebsd-stable@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.3 X-Originating-IP: 212.55.187.5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Anne First let me thank you for your quick response. I have already tried that. As I referred, I even tried using the same make.conf files. One thing that I forgot to mention, is that host A is making the actual buildworld and B is only doing the installworld part. I used to do this with 3.x. Is this an issue with 4 ? Thanks for your time. Joao Citando Anne Marcel Roorda : > > Hi, > > Please compare your /etc/defaults/make.conf files. > > If you want a workaround, then you need to add NOPROFILE=TRUE > to your /etc/make file on host B. > > Regards, > > - marcel > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 14:30:36 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 14:30:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 4F24237B6A3 for ; Fri, 22 Dec 2000 14:30:30 -0800 (PST) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id XAA25918; Fri, 22 Dec 2000 23:30:24 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.1/8.11.1) id eBMMFY657290; Fri, 22 Dec 2000 23:15:34 +0100 (CET) (envelope-from andreas) Date: Fri, 22 Dec 2000 23:15:34 +0100 From: Andreas Klemm To: James Housley Cc: freebsd-stable@FreeBSD.ORG Subject: Re: trouble with local mail delivery after upgrading from 4.1 to 4.2-STABLE Message-ID: <20001222231533.A57052@titan.klemm.gtn.com> References: <20001222215620.A55618@titan.klemm.gtn.com> <3A43C629.D457BC70@thehousleys.net> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A43C629.D457BC70@thehousleys.net>; from jim@thehousleys.net on Fri, Dec 22, 2000 at 04:22:49PM -0500 X-Operating-System: FreeBSD 4.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 04:22:49PM -0500, James Housley wrote: > Andreas Klemm wrote: > > > > Hi ! > > > > Could some kind soul please help ? > > > > Aftert upgrading fom FreeBSD 4.1 to 4.2-STABLE with new sendmail > > I can't deliver mail locally... > > > All of you questions will be answered in /usr/src/UPDATING under > 20001020. You are missing MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl Hi James, I already found it, but many thanks for the pointer !!! Sorry, am tired and forgot to write back to the list, that I found the information in UPDATING. Andresas /// -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.html My homepage................................ http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 14:45:31 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 14:45:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from ams2eusosrv16.ams.ops.eu.uu.net (ams2eusosrv16.ams.ops.eu.uu.net [146.188.99.71]) by hub.freebsd.org (Postfix) with ESMTP id A8C0037B402 for ; Fri, 22 Dec 2000 14:45:20 -0800 (PST) Received: from anocserve1.ams.ops.eu.uu.net by ams2eusosrv16.ams.ops.eu.uu.net with ESMTP (peer crosschecked as: anocserve1.ams.ops.eu.uu.net [146.188.99.69]) id QQjusp20473; Fri, 22 Dec 2000 22:45:14 GMT Received: from localhost by anocserve1.ams.ops.eu.uu.net with SMTP (peer crosschecked as: mroorda@localhost) id QQjusp27283; Fri, 22 Dec 2000 22:45:14 GMT Message-Id: X-Organization: UUNET, EMEA Network Services X-Address: J. Muyskenweg 22, 1097 CJ Amsterdam, The netherlands X-Phone: +31 20 711 6000 X-Fax: +31 20 711 6001 X-Mailer: MH 6.8.4 X-ncc-regid: nl.nlnet From: Anne Marcel Roorda To: Joao Pedras Cc: freebsd-stable@freebsd.org Subject: Re: nfs'ed installworld... again! In-reply-to: Your message of "Fri, 22 Dec 2000 22:30:23 GMT." <977524223.3a43d5ffabaac@mail.webvolution.net> Date: Fri, 22 Dec 2000 22:45:14 +0000 Sender: mroorda@eu.uu.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, It shouldn't be a problem. Are you sure you sure you also compared the make.conf files in /et/defaults ? Some other things that won't work: - Setting NOPROFILE=FALSE is actually the same as NOPROFILE=TRUE. Don't define if you don't want it. - Building on a system with /usr/src and /usr/obj symlinked to another part of your namespace will require some magic in /usr/obj. Hope this helps, - marcel > Hello Anne > > First let me thank you for your quick response. > > I have already tried that. As I referred, I even tried using the same make.co nf > files. > > One thing that I forgot to mention, is that host A is making the actual > buildworld and B is only doing the installworld part. I used to do this with > 3.x. Is this an issue with 4 ? > > Thanks for your time. > > Joao > > > Citando Anne Marcel Roorda : > > > > > Hi, > > > > Please compare your /etc/defaults/make.conf files. > > > > If you want a workaround, then you need to add NOPROFILE=TRUE > > to your /etc/make file on host B. > > > > Regards, > > > > - marcel > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 14:54:23 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 14:54:21 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from godfather.webvolution.net (www.webvolution.net [208.231.0.74]) by hub.freebsd.org (Postfix) with ESMTP id 1BA6937B400 for ; Fri, 22 Dec 2000 14:54:21 -0800 (PST) Received: (from nobody@localhost) by godfather.webvolution.net (8.9.3/8.9.3) id WAA17245; Fri, 22 Dec 2000 22:54:19 GMT (envelope-from jpedras@webvolution.net) X-Authentication-Warning: godfather.webvolution.net: nobody set sender to jpedras@webvolution.net using -f To: Anne Marcel Roorda Subject: Re: nfs'ed installworld... again! Message-ID: <977525659.3a43db9b3f4c6@mail.webvolution.net> Date: Fri, 22 Dec 2000 22:54:19 +0000 (WET) From: Joao Pedras Cc: freebsd-stable@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.3 X-Originating-IP: 212.55.187.5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG me again eheh Citando Anne Marcel Roorda : > > Hi, > > It shouldn't be a problem. Are you sure you sure you also compared the > make.conf files in /et/defaults ? Absolutely sure. Even copied A's make.conf to B. > > Some other things that won't work: > > - Setting NOPROFILE=FALSE is actually the same as > NOPROFILE=TRUE. Don't define if you don't want it. Did't touch these. > > - Building on a system with /usr/src and /usr/obj symlinked to > another part of your namespace will require some magic in > /usr/obj. They're not. I found something different now. Machine A has lesstif (an API that emulates Motif) installed, so A's make.conf have HAVE_MOTIF=yes set. B, since its a newly installed 4.2-RELEASE doesn't have this. I will install lesstif on B and set this variable. Somehow I feel this won't solve this... Tkx again Regards, Joao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 15: 2:15 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 15:02:12 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from ams2eusosrv15.ams.ops.eu.uu.net (ams2eusosrv15.ams.ops.eu.uu.net [146.188.99.70]) by hub.freebsd.org (Postfix) with ESMTP id CD7A537B400 for ; Fri, 22 Dec 2000 15:02:11 -0800 (PST) Received: from anocserve1.ams.ops.eu.uu.net by ams2eusosrv15.ams.ops.eu.uu.net with ESMTP (peer crosschecked as: anocserve1.ams.ops.eu.uu.net [146.188.99.69]) id QQjusq22241; Fri, 22 Dec 2000 23:02:10 GMT Received: from localhost by anocserve1.ams.ops.eu.uu.net with SMTP (peer crosschecked as: mroorda@localhost) id QQjusq27706; Fri, 22 Dec 2000 23:02:10 GMT Message-Id: X-Organization: UUNET, EMEA Network Services X-Address: J. Muyskenweg 22, 1097 CJ Amsterdam, The netherlands X-Phone: +31 20 711 6000 X-Fax: +31 20 711 6001 X-Mailer: MH 6.8.4 X-ncc-regid: nl.nlnet From: Anne Marcel Roorda To: Joao Pedras Cc: freebsd-stable@freebsd.org Subject: Re: nfs'ed installworld... again! In-reply-to: Your message of "Fri, 22 Dec 2000 22:54:19 GMT." <977525659.3a43db9b3f4c6@mail.webvolution.net> Date: Fri, 22 Dec 2000 23:02:10 +0000 Sender: mroorda@eu.uu.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, HAVE_MOTIF shouldn't bother you. I'm kind of at a loss as to why this is still failing with matching make.conf files. I've got several machines here that I installed earlier this week in the same way without any problems. Let me know how you get on with HAVE_MOTIF defined. - marcel > me again eheh > > > Citando Anne Marcel Roorda : > > > > > Hi, > > > > It shouldn't be a problem. Are you sure you sure you also compared the > > make.conf files in /et/defaults ? > > Absolutely sure. Even copied A's make.conf to B. > > > > > Some other things that won't work: > > > > - Setting NOPROFILE=FALSE is actually the same as > > NOPROFILE=TRUE. Don't define if you don't want it. > > Did't touch these. > > > > > - Building on a system with /usr/src and /usr/obj symlinked to > > another part of your namespace will require some magic in > > /usr/obj. > > They're not. > > I found something different now. Machine A has lesstif (an API that emulates > Motif) installed, so A's make.conf have HAVE_MOTIF=yes set. B, since its a ne wly > installed 4.2-RELEASE doesn't have this. I will install lesstif on B and set > this variable. Somehow I feel this won't solve this... > > Tkx again > > Regards, > > Joao > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 17:57: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 17:57:07 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.wgate.com (mail.wgate.com [38.219.83.4]) by hub.freebsd.org (Postfix) with ESMTP id 3A04C37B402 for ; Fri, 22 Dec 2000 17:57:07 -0800 (PST) Received: from way95.eng.tvol.net ([10.32.1.145]) by mail.wgate.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id YMS2XHTQ; Fri, 22 Dec 2000 20:57:12 -0500 Received: from kway by way95.eng.tvol.net with local (Exim 3.20 #1 (Debian)) id 149dvm-0008DS-00 for ; Fri, 22 Dec 2000 20:57:06 -0500 Date: Fri, 22 Dec 2000 20:57:06 -0500 From: Kevin Way To: freebsd-stable@freebsd.org Subject: ida driver - Compaq Smart Array 431 - 4.2-RELEASE Message-ID: <20001222205706.A31539@way95.eng.tvol.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: WorldGate Communications [www.wgate.com] Sender: Kevin Way Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to install FreeBSD 4.2-RELEASE on a Compaq ML370 with a Compaq Smart Array 431 controller. According to dmesg, the controller gets detected properly, as the correct model, but then gives the error "can't allocate memory resources", indicating that bus_alloc_resource is returning NULL for some reason. I checked CVS for changes in the driver which looked like they might fix this problem, but found none. What should I do next, to help get this problem fixed? I'll gladly provide any output that anybody would like. Seeing as FBSD isn't actually installed on the machine yet, I'm not sure how to best proceed. --Kevin -- kevin way worldgate communications software engineer +1 215 354 5287 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Dec 22 23:48: 4 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 23:48:00 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from onyx.extra.dp.ua (onyx.extra.dp.ua [195.248.182.33]) by hub.freebsd.org (Postfix) with ESMTP id 449E737B400; Fri, 22 Dec 2000 23:47:54 -0800 (PST) Received: (from white@localhost) by onyx.extra.dp.ua (8.10.0/8.10.0/Who.Cares) id eBN7ljV25102; Sat, 23 Dec 2000 09:47:45 +0200 (EET) Date: Sat, 23 Dec 2000 09:47:45 +0200 From: Alexander Prohorenko To: stable@freebsd.org, questions@freebsd.org Subject: 4.2-STABLE Message-ID: <20001223094745.C24049@extra.dp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.9i Organization: Extra Solutions X-Operating-System: SunOS 5.7 i86pc Sender: white@onyx.extra.dp.ua Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello guys. I'm experiencing some problems compiling 4.2-STABLE, CVSuped few hours ago from cvsup5.freebsd.org. That's what 'make buildworld' stops on: ===> usr.bin/script rm -f script script.o script.1.gz script.1.cat.gz rm -f .depend /usr/src/usr.bin/script/GPATH /usr/src/usr.bin/script/GRTAGS /usr/src/usr.bin/script/GSYMS /usr/src/usr.bin/script/GTAGS ===> usr.bin/sed Segmentation fault - core dumped *** Error code 139 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. That's what 'make' for kernel stops on: root@jaguar-ua:/sys/compile/JAGUAR-UA>make cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 bus_if.c cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop in /usr/src/sys/compile/JAGUAR-UA. Can you be so kind to help me to figure out how can I build new FreeBSD? My running FreeBSD is 4.1.1-STABLE. -- Alexander Prohorenko, Extra Solutions http://extra.com.ua "Good day to be alive, sir" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 0: 2:54 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 00:02:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 54C6937B400 for ; Sat, 23 Dec 2000 00:02:52 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 23 Dec 2000 00:01:14 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBN82pl16558; Sat, 23 Dec 2000 00:02:51 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Dec 2000 00:02:50 -0800 From: "Crist J. Clark" To: Joao Pedras Cc: freebsd-stable@FreeBSD.ORG Subject: Re: nfs'ed installworld... again! Message-ID: <20001223000250.K96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <977520316.3a43c6bc490fc@mail.webvolution.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <977520316.3a43c6bc490fc@mail.webvolution.net>; from jpedras@webvolution.net on Fri, Dec 22, 2000 at 09:25:16PM +0000 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 09:25:16PM +0000, Joao Pedras wrote: > Hello again. > > Sorry for posting this again but I have found no way to make this work. > > Machine A is a 4.2-STABLE and nfs shares /usr/src and /usr/obj to machine B, > which is a newly installed 4.2-RELEASE. > B mounts those filesystems on its own. When I perform 'make installworld' on B, > it stops with the following error : > > ===> lib/libcom_err > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 > /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 > /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include > install -c -o root -g wheel -m 444 libcom_err.a /usr/lib > install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib > install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib > *** Error code 70 > > Stop in /usr/src/lib/libcom_err. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > I have no special changes on make.conf on A. I even tried this using A's > make.conf on B. I get this all the time. Is /usr/src the real path to the source directory on the build machine? Or is /usr/src a symlink? If it is a symlink, it will break things, but there is a workaround. If you can't find it with that hint, write back. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 0: 5: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 00:05:06 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id A600E37B400 for ; Sat, 23 Dec 2000 00:05:06 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 23 Dec 2000 00:03:29 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBN852P16579; Sat, 23 Dec 2000 00:05:02 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Dec 2000 00:05:02 -0800 From: "Crist J. Clark" To: j mckitrick Cc: stable@FreeBSD.ORG Subject: Re: boot hints, lint in 4.2 Message-ID: <20001223000502.L96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001222180759.A61759@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001222180759.A61759@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Fri, Dec 22, 2000 at 06:08:00PM +0000 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 06:08:00PM +0000, j mckitrick wrote: > hi all > > I have been upgrading via cvsup since 3.2, and I will be performing my first > clean install from CD since then. The whole concept of the NOTES file and > the boot hints is new to me. What do I need to know about them to install, > if anything? Also, I will be doing some work with the parallel zip driver. > Do I need to know anything special about kernel building that has changed > since then? I didn't know if any of this would affect kernel building if > device driver code is changed. Mmmm... Are you sure you didn't get yourself a copy of CURRENT somehow? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 0:14:37 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 00:14:34 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id CFD7A37B400 for ; Sat, 23 Dec 2000 00:14:34 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 23 Dec 2000 00:10:47 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBN8CNG16665; Sat, 23 Dec 2000 00:12:23 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Dec 2000 00:12:23 -0800 From: "Crist J. Clark" To: Mikhail Teterin Cc: Cy Schubert - ITSD Open Systems Group , stable@FreeBSD.ORG Subject: Re: an unkillable process (again) Message-ID: <20001223001223.M96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <200012220202.eBM22oc75560@cwsys.cwsent.com> <200012221757.eBMHvDB21729@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200012221757.eBMHvDB21729@aldan.algebra.com>; from mi@aldan.algebra.com on Fri, Dec 22, 2000 at 12:57:13PM -0500 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 12:57:13PM -0500, Mikhail Teterin wrote: > Cy Schubert - ITSD Open Systems Group once stated: > > =In message <200012202226.eBKMQf100632@misha.privatelabs.com>, Mikhail > =Teterin writes: > => Here it is: > => > => 425 mi -18 0 45308K 144K swwrt 4:25 0.10% 0.10% communicator > => -l > => > => For some bizarre reasons of its own, Netscape went into swap-writing > => binge. Why did it make it immune to ``kill -9''? > = > =Then it appears that swwrt has a higher priority than kill has, which > =it should have. > > Rather confusing... kill -9 does not deliver any signals to the process. > It is there to kill. Shouldn't it have the higher priority? It is not a "priority" issue. The process is in the midst of an operation that cannot be interupted. For some reason, that operation is hanging up. I believe 'swwrt' is writing to swap? I/O calls are the most frequent uninteruptable calls that get hung. > Also, anything that prevents root from killing a process is not right, > IMHO. It is usually indicative of a deeper problem. > This leaves "reboot" as the only option left, which WILL kill > everybody anyway, resulting in all possible data losses, etc. that the > "unkillability" tries to prevent. Not sure if leaving it is doing much harm. Why reboot? And is there a problem with your HDD or swap? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 5:23:32 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 05:23:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 91F3537B400 for ; Sat, 23 Dec 2000 05:23:30 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 149oe1-000Drl-00; Sat, 23 Dec 2000 13:23:29 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id eBNDNT772800; Sat, 23 Dec 2000 13:23:29 GMT (envelope-from jcm) Date: Sat, 23 Dec 2000 13:23:28 +0000 From: j mckitrick To: cjclark@alum.mit.edu Cc: stable@FreeBSD.ORG Subject: Re: boot hints, lint in 4.2 Message-ID: <20001223132328.A72744@dogma.freebsd-uk.eu.org> References: <20001222180759.A61759@dogma.freebsd-uk.eu.org> <20001223000502.L96105@149.211.6.64.reflexcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20001223000502.L96105@149.211.6.64.reflexcom.com>; from cjclark@reflexnet.net on Sat, Dec 23, 2000 at 12:05:02AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG | Mmmm... Are you sure you didn't get yourself a copy of CURRENT | somehow? Actually, I am waiting on the CDroms. I thought for sure I read about this change, but you are absolutely right. This must only apply to current. Whew, I feel better. :) I should get the CD today for the clean install. What are these files for, anyway? Are they only for current, or will they someday end up in stable? Jonathon -- "The spice must flow...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 7: 5: 9 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 07:05:06 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from bjorn.goddamnbastard.org (c1283020-a.hrvy1.il.home.com [24.183.37.152]) by hub.freebsd.org (Postfix) with SMTP id 0FEB037B400 for ; Sat, 23 Dec 2000 07:04:58 -0800 (PST) Received: (qmail 8636 invoked by uid 1000); 23 Dec 2000 15:04:57 -0000 Date: Sat, 23 Dec 2000 09:04:57 -0600 From: ryanb To: freebsd-stable@freebsd.org Subject: Re: 4.2-stable + ahc0 + pass0 + cd rip = random panic ? Message-ID: <20001223090456.B389@bjorn.goddamnbastard.org> References: <20001221223152.A389@bjorn.goddamnbastard.org> <20001222155115.Z253@speedy.gsinet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20001222155115.Z253@speedy.gsinet>; from Gerhard.Sittig@gmx.net on Fri, Dec 22, 2000 at 03:51:15PM +0100 Sender: ryanb@bjorn.goddamnbastard.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 03:51:15PM +0100, Gerhard Sittig wrote: > On Thu, Dec 21, 2000 at 22:31 -0600, ryanb wrote: > > > > If DDB_UNATTENDED is enabled, the machine will just reboot > > without dumping core. > > I had to learn it the hard way, too (reading /etc/rc* files on > why there is no "core" file). You need to set the "dumpdev" > variable in /etc/rc.conf. That's not it. ;) I've been using dumpdev ever since I started tracking -STABLE. If I induce a manual panic, or when I had sound related panics ealier this year, I'd get a core dump. It's specifically w/ this pass/ahc problem that I can't get a dump. :( Thanks for the response though. - ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 7: 6:27 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 07:06:23 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 2CCB637B402 for ; Sat, 23 Dec 2000 07:06:23 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id HAA19549; Sat, 23 Dec 2000 07:05:45 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda19547; Sat Dec 23 07:05:38 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.1/8.9.1) id eBNF5Xh13951; Sat, 23 Dec 2000 07:05:33 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpds13949; Sat Dec 23 07:05:02 2000 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.1/8.9.1) id eBNEYoc09416; Sat, 23 Dec 2000 06:34:50 -0800 (PST) Message-Id: <200012231434.eBNEYoc09416@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdMc9410; Sat Dec 23 06:34:13 2000 X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 4.2-RELEASE X-Sender: cy To: cjclark@alum.mit.edu Cc: Mikhail Teterin , Cy Schubert - ITSD Open Systems Group , stable@FreeBSD.ORG Subject: Re: an unkillable process (again) In-reply-to: Your message of "Sat, 23 Dec 2000 00:12:23 PST." <20001223001223.M96105@149.211.6.64.reflexcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 23 Dec 2000 06:34:13 -0800 Sender: cy@uumail.gov.bc.ca Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001223001223.M96105@149.211.6.64.reflexcom.com>, "Crist J. Clark" writes: > On Fri, Dec 22, 2000 at 12:57:13PM -0500, Mikhail Teterin wrote: > > Cy Schubert - ITSD Open Systems Group once stated: > > > > =In message <200012202226.eBKMQf100632@misha.privatelabs.com>, Mikhail > > =Teterin writes: > > => Here it is: > > => > > => 425 mi -18 0 45308K 144K swwrt 4:25 0.10% 0.10% communi > cator > > => -l > > => > > => For some bizarre reasons of its own, Netscape went into swap-writing > > => binge. Why did it make it immune to ``kill -9''? > > = > > =Then it appears that swwrt has a higher priority than kill has, which > > =it should have. > > > > Rather confusing... kill -9 does not deliver any signals to the process. > > It is there to kill. Shouldn't it have the higher priority? > > It is not a "priority" issue. The process is in the midst of an > operation that cannot be interupted. For some reason, that operation > is hanging up. I believe 'swwrt' is writing to swap? I/O calls are the > most frequent uninteruptable calls that get hung. Actually it is a "priority issue". Read Design and Implementation of the 4.4BSD Operating System pp 83-85, and pp 89: To prevent a sleeping process, e.g. one waiting for a device to respond, the kernel raises the priority of that sleep to splhigh to prevent interrupts that might cause process-state transitions. For example, see pp 84, Table 4-2 in the book, if you have a process waiting for swap (PSWP, priority 0) and you issue a kill which would run at the baseline kernel priority, PZERO (priority 22), your kill will have no effect on a process in PSWP state until that process transitions to a lower priority. > > > Also, anything that prevents root from killing a process is not right, > > IMHO. > > It is usually indicative of a deeper problem. Agreed. For example an NFS I/O running at priority PRIBIO (priority 16) cannot be killed by a process running at PZERO. The deeper problem being that a device or in this case an NFS server is not responding. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 9:19:32 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 09:19:27 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 9126A37B400 for ; Sat, 23 Dec 2000 09:19:27 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eBNHIQ197462; Sat, 23 Dec 2000 09:18:26 -0800 (PST) (envelope-from dillon) Date: Sat, 23 Dec 2000 09:18:26 -0800 (PST) From: Matt Dillon Message-Id: <200012231718.eBNHIQ197462@earth.backplane.com> To: Cy Schubert - ITSD Open Systems Group Cc: cjclark@alum.mit.edu, Mikhail Teterin , Cy Schubert - ITSD Open Systems Group , stable@FreeBSD.ORG Subject: Re: an unkillable process (again) References: <200012231434.eBNEYoc09416@cwsys.cwsent.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This doesn't sound right at all. It doesn't matter what the priority of the process calling kill() is running at, nor does it matter what priority the process doing the sleeping is running at. If the process making the kill() call is able to run, the signal will be delivered. So it is *not* a priority issue. I don't think it was even at the time of the original CSRG 4.4. Processes that tsleep() in the kernel use the return value of tsleep() to determine whether there is a signal pending and act based on that. There are many tsleep()'s in the kernel which (appropriately) ignore any delivered signals, because they are sleeping while holding the process in a sensitive or documented 'uninterruptable' state. Waiting on swap is one of those 'uninterruptable' states. These signals will be acted upon later, after the uninterruptable operation completes. Judging from the original article, it looks like communicator is not on a swap-writing binge but is instead stuck waiting for a swap I/O to complete. It's hard to tell from the one ps line output. I suspect the issue here is the swap device itself. Is it a disk? Is it over NFS? something sure is broken with it. -Matt :In message <20001223001223.M96105@149.211.6.64.reflexcom.com>, "Crist :J. Clark" : writes: :> On Fri, Dec 22, 2000 at 12:57:13PM -0500, Mikhail Teterin wrote: :> > Cy Schubert - ITSD Open Systems Group once stated: :> > :> > =In message <200012202226.eBKMQf100632@misha.privatelabs.com>, Mikhail :> > =Teterin writes: :> > => Here it is: :> > => :> > => 425 mi -18 0 45308K 144K swwrt 4:25 0.10% 0.10% communi :> cator :> > => -l :> > => :> > => For some bizarre reasons of its own, Netscape went into swap-writing :> > => binge. Why did it make it immune to ``kill -9''? :> > = :> > =Then it appears that swwrt has a higher priority than kill has, which :> > =it should have. :> > :> > Rather confusing... kill -9 does not deliver any signals to the process. :> > It is there to kill. Shouldn't it have the higher priority? :> :> It is not a "priority" issue. The process is in the midst of an :> operation that cannot be interupted. For some reason, that operation :> is hanging up. I believe 'swwrt' is writing to swap? I/O calls are the :> most frequent uninteruptable calls that get hung. : :Actually it is a "priority issue". Read Design and Implementation of :the 4.4BSD Operating System pp 83-85, and pp 89: To prevent a sleeping :process, e.g. one waiting for a device to respond, the kernel raises :the priority of that sleep to splhigh to prevent interrupts that might :cause process-state transitions. For example, see pp 84, Table 4-2 in :the book, if you have a process waiting for swap (PSWP, priority 0) and :you issue a kill which would run at the baseline kernel priority, PZERO :(priority 22), your kill will have no effect on a process in PSWP state :until that process transitions to a lower priority. : :> :> > Also, anything that prevents root from killing a process is not right, :> > IMHO. :> :> It is usually indicative of a deeper problem. : :Agreed. For example an NFS I/O running at priority PRIBIO (priority :16) cannot be killed by a process running at PZERO. The deeper problem :being that a device or in this case an NFS server is not responding. : : :Regards, Phone: (250)387-8437 :Cy Schubert Fax: (250)387-5766 :Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca :Open Systems Group, ITSD, ISTA :Province of BC : : : : : :To Unsubscribe: send mail to majordomo@FreeBSD.org :with "unsubscribe freebsd-stable" in the body of the message : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 9:52:55 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 09:52:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (ftp.golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 707B037B400 for ; Sat, 23 Dec 2000 09:52:52 -0800 (PST) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AH9370.63.d1acf55c) with ESMTP id nqksaaaa for ; Sun, 24 Dec 2000 04:59:37 +1100 Message-ID: <3A44E672.B6FCDC49@quake.com.au> Date: Sun, 24 Dec 2000 04:52:50 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon Cc: Cy Schubert - ITSD Open Systems Group , cjclark@alum.mit.edu, Mikhail Teterin , stable@FreeBSD.ORG Subject: Re: an unkillable process (again) References: <200012231434.eBNEYoc09416@cwsys.cwsent.com> <200012231718.eBNHIQ197462@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Actually it is a "priority issue". Read Design and Implementation of :the 4.4BSD Operating System pp 83-85, and pp 89: To prevent a sleeping :process, e.g. one waiting for a device to respond, the kernel raises :the priority of that sleep to splhigh to prevent interrupts that might :cause process-state transitions. For example, see pp 84, Table 4-2 in :the book, if you have a process waiting for swap (PSWP, priority 0) and :you issue a kill which would run at the baseline kernel priority, PZERO :(priority 22), your kill will have no effect on a process in PSWP state :until that process transitions to a lower priority. On all this priority stuff, I am wondering, is it possible to raise the priority of a running process from the command line or start it with a specific priority some how? I have seen some programs with command line switches to change what priority they start at, is this something that needs to be programed into the application? Also if this can be done, would increasing the priority of a server program of some type make it more responsive? Would it be worth doing at all? Or dose this priority stuff have nothing to do with that sort of thing? For kernel use only or something? Thanks for any clarification :) Kal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 10:44:35 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 10:44:30 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from johnson.mail.mindspring.net (johnson.mail.mindspring.net [207.69.200.177]) by hub.freebsd.org (Postfix) with ESMTP id 48DE137B400 for ; Sat, 23 Dec 2000 10:44:30 -0800 (PST) Received: from freebsd.mindspring.com (user-33qtbvm.dialup.mindspring.com [199.174.175.246]) by johnson.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id NAA07569 for ; Sat, 23 Dec 2000 13:44:29 -0500 (EST) Received: by freebsd.mindspring.com (8.11.1/8.11.1) id eBNIi3500541 for freebsd-stable@freebsd.org; Sat, 23 Dec 2000 12:44:03 -0600 (CST) (envelope-from david) Date: Sat, 7 Oct 2000 03:14:16 -0500 From: "David J. Kanter" To: FreeBSD stable Subject: Security problem with "script"? Message-ID: <20001007031416.A1389@freebsd.mindspring.com> Mail-Followup-To: FreeBSD stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.1.1-RELEASE Lines: 16 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know if this is an issue or not, but using the script program with sudo seems to switch the sudoer's id to root. Here's an example: david@/usr/src % whoami david david@/usr/src % sudo script /usr/tmp/buildworld Script started, output file is /usr/tmp/buildworld root@/usr/src % whoami root root@/usr/src % Is this a security problem? -- David Kanter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 10:58:45 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 10:58:43 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id A805837B400 for ; Sat, 23 Dec 2000 10:58:42 -0800 (PST) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 149tsN-0001RZ-00; Sat, 23 Dec 2000 10:58:39 -0800 Date: Sat, 23 Dec 2000 10:58:37 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "David J. Kanter" Cc: FreeBSD stable Subject: Re: Security problem with "script"? In-Reply-To: <20001007031416.A1389@freebsd.mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 7 Oct 2000, David J. Kanter wrote: > I don't know if this is an issue or not, but using the script program with > sudo seems to switch the sudoer's id to root. > > Here's an example: > > david@/usr/src % whoami > david > david@/usr/src % sudo script /usr/tmp/buildworld > Script started, output file is /usr/tmp/buildworld > root@/usr/src % whoami > root > root@/usr/src % I don't know why mail from October is resurfacing. But this is not a security problem. Configuring sudo to allow users to start a shell, or start something that starts a shell is silly. Tom Uniserve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 11: 0:50 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 11:00:48 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by hub.freebsd.org (Postfix) with ESMTP id 60BD537B402; Sat, 23 Dec 2000 11:00:42 -0800 (PST) Received: from freebsd.mindspring.com (user-33qtbvm.dialup.mindspring.com [199.174.175.246]) by hall.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id OAA28685; Sat, 23 Dec 2000 14:00:37 -0500 (EST) Received: by freebsd.mindspring.com (8.11.1/8.11.1) id eBNJ0Ai00795; Sat, 23 Dec 2000 13:00:10 -0600 (CST) (envelope-from david) From: David Kanter To: freebsd-questions@freebsd.org.freebsd-stable@freebsd.org Subject: SORRY Date: Sat, 23 Dec 2000 13:00:10 -0600 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <00122313001001.00606@freebsd.mindspring.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I hit the wrong button and posted a bunch of old messages to these lists. Sorry about that. Please ignore them. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 11:13:25 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 11:13:22 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id DDAE837B402; Sat, 23 Dec 2000 11:13:18 -0800 (PST) Received: from freebsd.mindspring.com (user-33qtbvm.dialup.mindspring.com [199.174.175.246]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id OAA21491; Sat, 23 Dec 2000 14:13:17 -0500 (EST) Received: (from david@localhost) by freebsd.mindspring.com (8.11.1/8.11.1) id eBNJCpT00967; Sat, 23 Dec 2000 13:12:51 -0600 (CST) (envelope-from david) Date: Sat, 23 Dec 2000 13:12:50 -0600 From: David Kanter To: FreeBSD questions , FreeBSD stable Subject: SORRY Message-ID: <20001223131250.A957@freebsd.mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE Sender: david.kanter@mindspring.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I accidentally re-posted a bunch of old emails to these lists. (Kmail used my old Mutt's "outbox" as a message queue rather than using it as a place to store old emails.) Sorry for the mix-up. Please ignore these posts. -- David Kanter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 11:20:55 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 11:20:53 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id DA49437B400 for ; Sat, 23 Dec 2000 11:20:45 -0800 (PST) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id WAA31780 for ; Sat, 23 Dec 2000 22:46:41 +0300 (MSK) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.1/8.10.1) id eBNJKOQ07619 for freebsd-stable@FreeBSD.ORG; Sat, 23 Dec 2000 22:20:24 +0300 Date: Sat, 23 Dec 2000 22:20:24 +0300 From: Igor Robul To: FreeBSD stable Subject: Re: Security problem with "script"? Message-ID: <20001223222024.A7570@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: FreeBSD stable References: <20001007031416.A1389@freebsd.mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20001007031416.A1389@freebsd.mindspring.com>; from david.kanter@mindspring.com on Sat, Oct 07, 2000 at 03:14:16AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 07, 2000 at 03:14:16AM -0500, David J. Kanter wrote: > I don't know if this is an issue or not, but using the script program with > sudo seems to switch the sudoer's id to root. This is not security problem. This is stupid "root" :-) "script" just starts shell. So /bin/sh is too vulnarable to this "exploit": sudo /bin/sh will give you root shell. If, of course, you are allowed start /bin/sh with sudo This was explained some month ago to other person :-) -- Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 12: 6:35 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 12:06:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from lucifer.techometer.net (techometer.net [216.240.169.101]) by hub.freebsd.org (Postfix) with ESMTP id 5783937B402 for ; Sat, 23 Dec 2000 12:06:33 -0800 (PST) Received: (from emechler@localhost) by lucifer.techometer.net (8.11.0/8.11.1) id eBNK6Kx83096 for stable@freebsd.org; Sat, 23 Dec 2000 12:06:20 -0800 (PST) Date: Sat, 23 Dec 2000 12:06:20 -0800 From: Erick Mechler To: stable@freebsd.org Subject: RSA problems Message-ID: <20001223120619.D82938@lucifer.techometer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just updated a system to 4.2-STABLE, code is from Thursday, 21 December. When I try to ssh to clients who only understand SSHv1, this is the error I get: ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 DH_generate_key I have another machine with the same version of OpenSSL (code from 5 December), and this isn't an issue on that machine. My question is whether or not this problem was caused by some settings in /etc/make.conf (like, for example, the USA_RESIDENT option). Is /etc/make.conf consulted at all during a buildworld/installworld sequence? Many thanks, Erick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 12:19: 6 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 12:19:03 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 3A0AE37B400 for ; Sat, 23 Dec 2000 12:19:03 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 23 Dec 2000 12:17:20 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBNKIo924831; Sat, 23 Dec 2000 12:18:50 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Dec 2000 12:18:45 -0800 From: "Crist J. Clark" To: Kal Torak Cc: Matt Dillon , Cy Schubert - ITSD Open Systems Group , cjclark@alum.mit.edu, Mikhail Teterin , stable@FreeBSD.ORG Subject: Re: an unkillable process (again) Message-ID: <20001223121845.P96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <200012231434.eBNEYoc09416@cwsys.cwsent.com> <200012231718.eBNHIQ197462@earth.backplane.com> <3A44E672.B6FCDC49@quake.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3A44E672.B6FCDC49@quake.com.au>; from kaltorak@quake.com.au on Sun, Dec 24, 2000 at 04:52:50AM +1100 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 24, 2000 at 04:52:50AM +1100, Kal Torak wrote: [snip] > On all this priority stuff, I am wondering, is it possible to raise > the priority of a running process from the command line or start it > with a specific priority some how? man nice -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 12:40:49 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 12:40:47 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from suarez.bestweb.net (suarez.bestweb.net [216.179.0.32]) by hub.freebsd.org (Postfix) with ESMTP id 2DB2037B400 for ; Sat, 23 Dec 2000 12:40:47 -0800 (PST) Received: from uA6-p17.dreamscape.com (uA6-p17.dreamscape.com [209.4.255.145]) by suarez.bestweb.net (Postfix) with ESMTP id 0112818FDF for ; Sat, 23 Dec 2000 15:44:13 -0500 (EST) Date: Sat, 23 Dec 2000 15:40:05 -0500 (EST) From: Seth Hunter X-X-Sender: To: Subject: internal IDE Zip 100 problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been tracking 4-stable now with cvsup every weekend now for a couple months, and have yet to find any relevant information on how to get my internal IDE Iomega Zip 100 drive working properly. When I attempt to mount the drive, I get the following error: [root@athlon /etc]$ mount /mnt/zip msdos: /dev/afd0s4: Input/output error And the following error pops up in my messages log: Dec 23 15:19:23 athlon /kernel: afd0: READ_BIG command timeout - resetting Dec 23 15:19:23 athlon /kernel: ata2: resetting devices .. ata2-slave: timeout waiting for command=ef s=11 e=04 Dec 23 15:19:23 athlon /kernel: done I've tried many fstab and kernel configurations and haven't found one yet that has worked. This drive is alone on a Promise Ultra66 controller, and works fine under win2k. For reference, here is my fstab entry for the drive: /dev/afd0s4 /mnt/zip msdos rw,noauto 0 0 And the fdisk report on the drive: [root@athlon /etc]$ fdisk /dev/afd0 ******* Working on device /dev/afd0 ******* parameters extracted from in-core disklabel are: cylinders=96 heads=64 sectors/track=32 (2048 blks/cyl) parameters to be used for BIOS calculations are: cylinders=96 heads=64 sectors/track=32 (2048 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 32, size 196576 (95 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 95/ sector 32/ head 63 Any help would be greatly appreciated! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 12:45:34 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 12:45:33 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id C7DE537B400 for ; Sat, 23 Dec 2000 12:45:32 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 23 Dec 2000 12:43:52 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBNKjN225038; Sat, 23 Dec 2000 12:45:23 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Dec 2000 12:45:23 -0800 From: "Crist J. Clark" To: j mckitrick Cc: stable@FreeBSD.ORG Subject: Re: boot hints, lint in 4.2 Message-ID: <20001223124522.Q96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001222180759.A61759@dogma.freebsd-uk.eu.org> <20001223000502.L96105@149.211.6.64.reflexcom.com> <20001223132328.A72744@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001223132328.A72744@dogma.freebsd-uk.eu.org>; from jcm@freebsd-uk.eu.org on Sat, Dec 23, 2000 at 01:23:28PM +0000 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 23, 2000 at 01:23:28PM +0000, j mckitrick wrote: > | Mmmm... Are you sure you didn't get yourself a copy of CURRENT > | somehow? > > Actually, I am waiting on the CDroms. I thought for sure I read about this > change, but you are absolutely right. This must only apply to current. > Whew, I feel better. :) > > I should get the CD today for the clean install. > > What are these files for, anyway? Are they only for current, or will they > someday end up in stable? In the sense that one day 5-CURRENT will become 5.0-RELEASE and 5.0-STABLE will grow from that, yes, it will end up in stable someday. In the sense that it will be backported to 4-STABLE, no, I do not see that happening. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 13:58:16 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 13:58:11 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from libero.sunshine.ale (ppp-115-114.33-151.iol.it [151.33.114.115]) by hub.freebsd.org (Postfix) with ESMTP id 31B1037B402; Sat, 23 Dec 2000 13:58:11 -0800 (PST) Received: by libero.sunshine.ale (Postfix, from userid 1001) id 963795E3A; Sat, 23 Dec 2000 22:58:01 +0100 (CET) Date: Sat, 23 Dec 2000 22:58:01 +0100 From: Alessandro de Manzano To: stable@freebsd.org Cc: questions@freebsd.org Subject: upgrading 3.5 -> 3.5.1 Message-ID: <20001223225801.A1356@libero.sunshine.ale> Reply-To: Alessandro de Manzano Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE Sender: aledema@iol.it Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! One on my FreeBSD boxes is an "old" :) 3.5-STABLE, made about 9 months ago. Now I'ld upgrade it to the latest 3.5.1-STABLE, so I CVSupped it few days ago. (I upgraded also the ports collection) Unfortunately, I forgot what was the correct procedure to build/install world & kernel on 3.5 series! :(( During last months I only upgraded 4.x boxes, so, also if this is a very silly question, could someone, please remember me if the following procedure is correct for 3.5 too ? cd /usr/src make buildworld make buildkernel KERNEL= make installkernel KERNEL= shutdown now (instead of boot -s) make installworld mergemaster -c -v -s reboot ? Hoping in your patience! O:-) TIA a lot anyway! -- bye! Ale demanzano@iol.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 15:30:13 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 15:30:09 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from www3.infolink.com.br (www3.infolink.com.br [200.255.108.4]) by hub.freebsd.org (Postfix) with ESMTP id 88D5337B400 for ; Sat, 23 Dec 2000 15:30:08 -0800 (PST) Received: from infolink.com.br (unverified [200.255.108.32]) by www3.infolink.com.br (Vircom SMTPRS 4.2.181) with SMTP id ; Sat, 23 Dec 2000 21:30:02 -0300 From: "Antonio Carlos Pina" Sender: apina@infolink.com.br Reply-To: apina@infolink.com.br To: Alessandro de Manzano Cc: freebsd-stable@freebsd.org Date: Sat, 23 Dec 2000 21:30:01 est Subject: Re: upgrading 3.5 -> 3.5.1 Message-id: <3a454389.487.0@infolink.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Alessandro, I don't recall all procedure, but I thought the Kernel Procedure was: cd /usr/src/sys/i386/conf config KERNEL_NAME cd ../../KERNEL_NAME make depend make all make install Good luck and Merry Xmas ! ;-) >Hello! > >One on my FreeBSD boxes is an "old" :) 3.5-STABLE, made about 9 months ago. > >Now I'ld upgrade it to the latest 3.5.1-STABLE, so I CVSupped it few days ago. >(I upgraded also the ports collection) > >Unfortunately, I forgot what was the correct procedure to build/install world & kernel on 3.5 series! :(( >During last months I only upgraded 4.x boxes, so, also if this is a very silly question, could someone, please remember me if the following procedure is correct for 3.5 too ? > >cd /usr/src >make buildworld >make buildkernel KERNEL= >make installkernel KERNEL= >shutdown now (instead of boot -s) >make installworld >mergemaster -c -v -s >reboot > >? > >Hoping in your patience! O:-) > >TIA a lot anyway! > > > >-- > >bye! > >Ale > >demanzano@iol.it > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 15:44:22 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 15:44:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from libero.sunshine.ale (ppp-88-115.33-151.iol.it [151.33.115.88]) by hub.freebsd.org (Postfix) with ESMTP id F00CB37B400 for ; Sat, 23 Dec 2000 15:44:19 -0800 (PST) Received: by libero.sunshine.ale (Postfix, from userid 1001) id 040935E67; Sun, 24 Dec 2000 00:44:14 +0100 (CET) Date: Sun, 24 Dec 2000 00:44:14 +0100 From: Alessandro de Manzano To: Antonio Carlos Pina Cc: freebsd-stable@freebsd.org Subject: Re: upgrading 3.5 -> 3.5.1 Message-ID: <20001224004414.A1786@libero.sunshine.ale> Reply-To: Alessandro de Manzano References: <3a454389.487.0@infolink.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3a454389.487.0@infolink.com.br>; from apina@infolink.com.br on Sat, Dec 23, 2000 at 09:30:01PM -0500 X-Operating-System: FreeBSD 4.2-STABLE Sender: aledema@iol.it Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I don't recall all procedure, but I thought the Kernel Procedure was: thanks, but unfortunately I had to rebuild world too. Looking at the Makefile in /usr/src it _seems_ to support the same targets I use for 4.x, that is, buildworld, buildkernel, installworld and installkernel but I would have a confirm before "destroying" my machine :-) tnx! Merry Christmas to you too! :-) -- bye! Ale demanzano@iol.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 17: 9:30 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 17:09:29 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [193.172.127.93]) by hub.freebsd.org (Postfix) with ESMTP id 2F4C337B400 for ; Sat, 23 Dec 2000 17:09:28 -0800 (PST) Received: from parmenides.utp.net by smtp.hccnet.nl via uds34-123.dial.hccnet.nl [193.173.123.34] with ESMTP id CAA05077 (8.8.5/1.13); Sun, 24 Dec 2000 02:09:26 +0100 (MET) Received: by parmenides.utp.net (Postfix, from userid 1005) id 12BBD135; Sun, 24 Dec 2000 02:08:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by parmenides.utp.net (Postfix) with ESMTP id DB470AC; Sun, 24 Dec 2000 02:08:20 +0100 (CET) Date: Sun, 24 Dec 2000 02:08:20 +0100 (CET) From: Janko van Roosmalen To: Alessandro de Manzano Cc: Antonio Carlos Pina , freebsd-stable@freebsd.org Subject: Re: upgrading 3.5 -> 3.5.1 In-Reply-To: <20001224004414.A1786@libero.sunshine.ale> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 Dec 2000, Alessandro de Manzano wrote: > > I don't recall all procedure, but I thought the Kernel Procedure was: > > thanks, but unfortunately I had to rebuild world too. > > Looking at the Makefile in /usr/src it _seems_ to support the same targets I use for 4.x, that is, buildworld, buildkernel, installworld and installkernel but I would have a confirm before "destroying" my machine :-) > > tnx! > www.mostgraveconcern.com/freebsd probably still has a list how to stay stable with 3.5 and how to do make world etc. ===Janko van Roosmalen - Vught - Netherlands=== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 19:23:30 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 19:23:26 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by hub.freebsd.org (Postfix) with ESMTP id CF38A37B400 for ; Sat, 23 Dec 2000 19:23:25 -0800 (PST) Received: from Slo ([64.244.217.177]) by glitch.crosswinds.net (8.9.3/8.9.3) with SMTP id WAA33763 for ; Sat, 23 Dec 2000 22:23:24 -0500 (EST) (envelope-from edukation@crosswinds.net) Message-ID: <000f01c06d58$df17c340$0300a8c0@swahilie.net> From: "Box1" To: Subject: 4.1.1-Stable and natd Date: Sat, 23 Dec 2000 22:23:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD-4.1.1-Stable Box-A= gateway Box-B= Apache, ircd, etc... servers I'm not able to redirect *only* http/https incoming-packets on my outside interface to a box on my local network. Below if from my /etc/rc.conf and /etc/natd.conf; - natd_enable="YES" natd_flags="-f /etc/natd.conf" natd_interface="de0" - redirect_port tcp 192.168.0.2:6667-7000 6667-7000 <-- this works fine redirect_port tcp 192.168.0.2:25 25 <-- this works fine redirect_port tcp 192.168.0.2:80 80 <-- this will *not* work redirect_port tcp 192.168.0.2:443 443 <-- this will *not* work While these redirects are in place, I have used anonymizer.com to make it seem I'm on the outside of my local network and, surf to my URL using a FQDN and alternatively my ISP assigned 'ip'. I then view my ipfw logs on box-A with; tail -f /var/log/security which shows the following; Dec 23 20:48:55 Box-A /kernel: ipfw: 5100 Count TCP 216.34.244.18:32176 my.external.ip:80 in via de0 - I now do a tcpdump -i de0 (while anonymizer.com tries to surf as described above) results show below; 21:03:36.298039 bellatrix.anonymizer.com.2783 > my.external.ip.http: S 276149746:276149746(0) win 32120 (DF) My take from this is, the gateway is seeing the packets. At the same time on box-B, I am doing tail -f /var/log/security and i see nothing hitting the apache servers ports. I have tried using other ports in place of 80 and 443, but, the redirects to my *known* working Apache does not happen. assistance needed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Dec 23 21:38:15 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 21:38:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from dalom.internal (unknown [212.120.154.148]) by hub.freebsd.org (Postfix) with ESMTP id C3E5637B400 for ; Sat, 23 Dec 2000 21:38:12 -0800 (PST) Received: (from bobb@localhost) by dalom.internal (8.11.1/8.11.1) id eBO5eer50945 for freebsd-stable@FreeBSD.ORG; Sun, 24 Dec 2000 05:40:40 GMT (envelope-from bobb@internet-ireland.ie) X-Authentication-Warning: dalom.internal: bobb set sender to bobb@internet-ireland.ie using -f Date: Sun, 24 Dec 2000 05:40:40 +0000 From: bobb+freebsd-stable@redbrick.dcu.ie To: freebsd-stable@FreeBSD.ORG Subject: Re: 4.1.1-Stable and natd Message-ID: <20001224054040.A46000@dalom.internal> References: <000f01c06d58$df17c340$0300a8c0@swahilie.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000f01c06d58$df17c340$0300a8c0@swahilie.net>; from edukation@crosswinds.net on Sat, Dec 23, 2000 at 10:23:22PM -0500 Organization: bobb Industries Sender: bobb@internet-ireland.ie Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Box1 hath declared on Saturday the 23 day of December 2000 :-: > FreeBSD-4.1.1-Stable > Box-A= gateway > Box-B= Apache, ircd, etc... servers > My take from this is, the gateway is seeing the packets. At the same time > on box-B, I am doing tail -f /var/log/security and i see nothing hitting > the apache servers ports. I have tried using other ports in place of 80 and > 443, but, the redirects to my *known* working Apache does not happen. I generally use ipnat, though I sometimes use plug-gw(8) which is part of the fwtk port when I want the same redirect to also work internally. Its a app level proxy, may not be what you want, but... /etc/inetd.conf ---------------- http stream tcp nowait root /usr/local/libexec/plug-gw plug-gw http /usr/local/etc/netperm-table ---------------------------- plug-gw: port http * -plug-to dev.internal -port 80 -- Robert "bobb" Crosbie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message