From owner-freebsd-current Sun Oct 21 3:34:57 2001 Delivered-To: freebsd-current@freebsd.org Received: from nala.dohd.org (a29150.upc-a.chello.nl [62.163.29.150]) by hub.freebsd.org (Postfix) with ESMTP id 280BB37B401 for ; Sun, 21 Oct 2001 03:34:48 -0700 (PDT) Received: by nala.dohd.org (Postfix, from userid 1008) id C26D1D939; Sun, 21 Oct 2001 12:34:44 +0200 (MET DST) Date: Sun, 21 Oct 2001 12:34:44 +0200 From: Mark Huizer To: Matthew Dillon Cc: Mark Huizer , current@FreeBSD.ORG Subject: Re: NT filesystem panicking my current box Message-ID: <20011021123444.A1801@eeyore.local.dohd.org> References: <20011020153616.A76111@eeyore.local.dohd.org> <200110210318.f9L3IZq56810@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110210318.f9L3IZq56810@apollo.backplane.com> User-Agent: Mutt/1.3.19i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 20, 2001 at 08:18:35PM -0700, Matthew Dillon wrote: > Try turning off vmiodirenable: > > sysctl -w vfs.vmiodirenable=0 > > And see if that makes a difference. > > -Matt Nope, it crashes just as fast. I am now turning on crash dumps, so I can at least give a backtrace This is the crash message IdlePTD 5226496 initial pcb at 3b3500 panicstr: bwrite: buffer is not busy??? panic messages: --- panic: lockmgr: pid 556, not exclusive lock holder 536 unlocking syncing disks... panic: bwrite: buffer is not busy??? Uptime: 8m48s pfs_vncache_unload(): 1 entries remaining This is the backtrace: #0 0xc021013e in dumpsys () #1 0xc020ff2b in boot () #2 0xc0210338 in poweroff_wait () #3 0xc023c6cf in bwrite () #4 0xc023d958 in vfs_bio_awrite () #5 0xc01e9588 in spec_fsync () #6 0xc01e9171 in spec_vnoperate () #7 0xc02b95d8 in ffs_sync () #8 0xc0248ce9 in sync () #9 0xc020fb30 in boot () #10 0xc0210338 in poweroff_wait () #11 0xc0206b59 in lockmgr () #12 0xc02423f2 in vop_stdunlock () #13 0xc046bcbc in ?? () #14 0xc02461e3 in vput () #15 0xc024aba1 in lstat () #16 0xc02f19f4 in syscall () #17 0xc02e603d in syscall_with_err_pushed () #18 0x804b27a in ?? () #19 0x804a58d in ?? () #20 0x8052d19 in ?? () #21 0x8048135 in ?? () Unfortunately I've already done a cvsup since that build, so it will take a buildworld cycle to get a kernel with more symbol information. I will start that work now Mark > :2 seconds of testing showed that 'tar -czf /dev/null /nt' was enough for > :a kernel panick within 2 seconds. > : > :A few upgrades later the problem still exists. > : -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 10:45:14 2001 Delivered-To: freebsd-current@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id 1FDAA37B403 for ; Sun, 21 Oct 2001 10:45:10 -0700 (PDT) Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout1.freenet.de with esmtp (Exim 3.33 #1) id 15vMeq-00072S-00 for current@freebsd.org; Sun, 21 Oct 2001 19:45:08 +0200 Received: from aa87e.pppool.de ([213.6.168.126] helo=Magelan.Leidinger.net) by mx0.freenet.de with esmtp (Exim 3.33 #3) id 15vMeo-0004Qy-00 for current@freebsd.org; Sun, 21 Oct 2001 19:45:08 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.6/8.11.6) with ESMTP id f9LFJUN01534 for ; Sun, 21 Oct 2001 17:19:31 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200110211519.f9LFJUN01534@Magelan.Leidinger.net> Date: Sun, 21 Oct 2001 17:19:29 +0200 (CEST) From: Alexander Leidinger Subject: panic: mutex i4b_isic_rx already initialized To: current@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, current as of Oct. 21 (~12am CET), I just booted with a new kernel+world and tried to dial out. ---snip--- panic messages: --- panic: mutex i4b_isic_rx 0xc02f4e84 already initialized [...] #0 dumpsys () at ../../../kern/kern_shutdown.c:492 #1 0xc0190b85 in boot (howto=260) at ../../../kern/kern_shutdown.c:335 #2 0xc0190fb8 in poweroff_wait (junk=0xc0276b99, howto=-962909164) at ../../../kern/kern_shutdown.c:634 #3 0xc01bdc9d in bremfree (bp=0xc69b2c14) at ../../../kern/vfs_bio.c:535 #4 0xc01bf325 in vfs_bio_awrite (bp=0xc69b2c14) at ../../../kern/vfs_bio.c:1519 #5 0xc0160ce6 in spec_fsync (ap=0xd0295ac8) at ../../../fs/specfs/spec_vnops.c:404 #6 0xc01608b0 in spec_vnoperate (ap=0xd0295ac8) at ../../../fs/specfs/spec_vnops.c:119 #7 0xc0200ef3 in ffs_sync (mp=0xc1866200, waitfor=2, cred=0xc0e60b00, td=0xc02f27a4) at vnode_if.h:441 #8 0xc01ca4b1 in sync (td=0xc02f27a4, uap=0x0) at ../../../kern/vfs_syscalls.c:640 #9 0xc01907e3 in boot (howto=256) at ../../../kern/kern_shutdown.c:244 #10 0xc0190fb8 in poweroff_wait (junk=0xc0271fc0, howto=-1071065468) at ../../../kern/kern_shutdown.c:634 #11 0xc018ad22 in mtx_init (m=0xc02f4e84, description=0xc028d684 "i4b_isic_rx", opts=0) at ../../../kern/kern_mutex.c:674 #12 0xc0243931 in isic_bchannel_setup (unit=0, h_chan=0, bprot=1, activate=1) at ../../../i4b/layer1/isic/i4b_bchan.c:93 #13 0xc01725f3 in i4b_link_bchandrvr (cd=0xc02d7cc0) at ../../../i4b/layer4/i4b_l4.c:730 #14 0xc0172253 in i4b_l4_connect_active_ind (cd=0xc02d7cc0) at ../../../i4b/layer4/i4b_l4.c:425 #15 0xc016e4f8 in F_03O (cd=0xc02d7cc0) at ../../../i4b/layer3/i4b_l3fsm.c:464 #16 0xc016e0db in next_l3state (cd=0xc02d7cc0, event=14) at ../../../i4b/layer3/i4b_l3fsm.c:254 #17 0xc016d539 in i4b_decode_q931 (unit=0, msg_len=11, msg_ptr=0xc0e6ec30 "\b\001\211\a)\005\001\n\025\020!") at ../../../i4b/layer3/i4b_q931.c:261 #18 0xc016fb10 in i4b_dl_data_ind (unit=0, m=0xc0e6ec00) at ../../../i4b/layer3/i4b_l2if.c:300 #19 0xc016c8cb in i4b_rxd_i_frame (unit=0, m=0xc0e6ec00) at ../../../i4b/layer2/i4b_iframe.c:133 #20 0xc016a163 in i4b_ph_data_ind (unit=0, m=0xc0e6ec00) at ../../../i4b/layer2/i4b_l2.c:377 #21 0xc0243042 in i4b_l1_ph_data_ind (drv_unit=0, data=0xc0e6ec00) at ../../../i4b/layer1/i4b_l1dmux.c:364 #22 0xc0244d68 in isic_isac_irq (sc=0xc02f4c80, ista=128) at ../../../i4b/layer1/isic/i4b_isac.c:165 #23 0xc0245699 in isicintr (sc=0xc02f4c80) at ../../../i4b/layer1/isic/i4b_isic.c:135 #24 0xc018434d in ithread_loop (arg=0xc17e7280) at ../../../kern/kern_intr.c:532 #25 0xc0183856 in fork_exit (callout=0xc0184234 , arg=0xc17e7280, frame=0xd0295d48) at ../../../kern/kern_fork.c:784 ---snip--- Bye, Alexander. -- ...and that is how we know the Earth to be banana-shaped. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 14:11: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from mta06.onebox.com (mta06.onebox.com [64.68.77.179]) by hub.freebsd.org (Postfix) with ESMTP id BBFC037B403 for ; Sun, 21 Oct 2001 14:11:05 -0700 (PDT) Received: from onebox.com ([10.1.111.10]) by mta06.onebox.com (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20011021211102.RYX29220.mta06.onebox.com@onebox.com> for ; Sun, 21 Oct 2001 14:11:02 -0700 Received: from [66.32.45.155] by onebox.com with HTTP; Sun, 21 Oct 2001 14:11:02 -0700 Date: Sun, 21 Oct 2001 14:11:02 -0700 Subject: Re: Current makeworld seems broken. From: "Glenn Gombert" To: current@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Message-Id: <20011021211102.RYX29220.mta06.onebox.com@onebox.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone addressed a fix for this problem yet ?? ---- Edwin Culp wrote: > In case no one has seen this, I'm getting > > (cd /usr/src/etc; install -c -o root -g wheel -m 444 amd.map apmd.conf > auth.con > f crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf fbtab > ftpusers > gettytab group hosts hosts.allow hosts.equiv hosts.lpd inetd.conf > login.access > login.conf motd modems netconfig networks newsyslog.conf pam.conf > phones prin > tcap profile protocols rc rc.atm rc.devfs rc.diskless1 rc.diskless2 > rc.firewall > rc.firewall6 rc.network rc.network6 rc.pccard rc.serial rc.shutdown > rc.syscon > s rc.sysctl remote rpc security services shells sysctl.conf syslog.conf > usbd.co > nf etc.i386/disktab etc.i386/rc.i386 etc.i386/ttys /usr/src/etc/../gnu/usr.b > in/man/manpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc > /usr/s > rc/etc/../usr.bin/locate/locate/locate.rc rc.isdn netstart pccard_ether > rc.suspe > nd rc.resume opieaccess /usr/share/examples/etc; install -c -o root > -g wheel - > m 444 defaults/rc.conf /usr/share/examples/etc/defaults; install > -c -o root -g > wheel -m 444 defaults/pccard.conf /usr/share/examples/etc/defaults; > install - > c -o root -g wheel -m 444 defaults/periodic.conf /usr/share/examples/etc/defaul > ts) > make: don't know how to make copies. Stop > *** Error code 2 > > ed > > > --- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > __________________________________________________ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 14:18:28 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 0090037B405 for ; Sun, 21 Oct 2001 14:18:25 -0700 (PDT) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id f9LLILO36991; Sun, 21 Oct 2001 14:18:21 -0700 (PDT) (envelope-from david) Date: Sun, 21 Oct 2001 14:18:21 -0700 (PDT) From: David Wolfskill Message-Id: <200110212118.f9LLILO36991@bunrab.catwhisker.org> To: current@FreeBSD.ORG, glenngombert@onebox.com Subject: Re: Current makeworld seems broken. In-Reply-To: <20011021211102.RYX29220.mta06.onebox.com@onebox.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Sun, 21 Oct 2001 14:11:02 -0700 >From: "Glenn Gombert" >Has anyone addressed a fix for this problem yet ?? [The "make: don't know how to make copies. Stop" message during installworld since yesterday.] Not (by any stretch of the imagination) a "solution", but this morning, I went ahead and performed the following brutish hack: Index: share/examples/Makefile =================================================================== RCS file: /cvs/freebsd/src/share/examples/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- share/examples/Makefile 2001/10/20 04:18:13 1.29 +++ share/examples/Makefile 2001/10/21 17:47:03 @@ -19,7 +19,7 @@ all clean cleandir depend lint tags: -beforeinstall: etc-examples ${SHARED} +beforeinstall: etc-examples .for dir in ${DIRS} FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print and although I expect that some files may not have been installed, quite a lot more got installed than with the unmodified Makefile. And although I didn't stress either of the machines in question much afterward, they did each boot to multi-user OK. One was my build machine; the other, my laptop. Maybe the above will help identify what the real problem (& solution(s)) might be.... Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 15:58: 1 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.allcaps.org (mail.allcaps.org [208.252.245.17]) by hub.freebsd.org (Postfix) with ESMTP id 6604D37B401 for ; Sun, 21 Oct 2001 15:57:58 -0700 (PDT) Received: by mail.allcaps.org (Postfix, from userid 501) id 2424932609; Sun, 21 Oct 2001 15:57:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id 1F4422E815; Sun, 21 Oct 2001 15:57:58 -0700 (PDT) Date: Sun, 21 Oct 2001 15:57:58 -0700 (PDT) From: BSD User To: David Wolfskill Cc: , , BSD User Subject: Re: Current makeworld seems broken. In-Reply-To: <200110212118.f9LLILO36991@bunrab.catwhisker.org> Message-ID: <20011021144517.Q2030-200000@mail.allcaps.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1999246350-1003705078=:2096" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1999246350-1003705078=:2096 Content-Type: TEXT/PLAIN; charset=US-ASCII The problem seems to be in the /usr/src/share/examples/Makefile copies:: is an idiom used in only one other place in the BSD tree (in sendmail -- the /usr/src/share/sendmail/Makefile). Burying copies:: inside a .for loop seems to hide the indentifier from make. It probably shouldn't have worked previously, but it apparently it did. Something somewhere else must have covered up the bug and just got exposed. The fix seems to be to move the loops inside the copies:: section. Disclaimer: I am not one of the BSD maintainers so I can't comment on the validity of the patch. But it seems to work for me. The patch I used is attached. Hope it helps. Andy L. --0-1999246350-1003705078=:2096 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=makefilediffs Content-Transfer-Encoding: BASE64 Content-ID: <20011021155758.O2096@mail.allcaps.org> Content-Description: Makefile diffs to fix FreeBSD Content-Disposition: attachment; filename=makefilediffs KioqIC9ob21lL2FuZHJld2wvTWFrZWZpbGUtMS4yOQlTdW4gT2N0IDIxIDE1 OjI1OjE5IDIwMDENCi0tLSBNYWtlZmlsZQlTdW4gT2N0IDIxIDE1OjI4OjIw IDIwMDENCioqKioqKioqKioqKioqKg0KKioqIDIxLDM2ICoqKioNCiAgDQog IGJlZm9yZWluc3RhbGw6IGV0Yy1leGFtcGxlcyAke1NIQVJFRH0NCiAgDQot IC5mb3IgZGlyIGluICR7RElSU30NCiAgRklMRVMhPQlmaW5kIC1MICR7ZGly fSBcKCAtbmFtZSBDVlMgLXBydW5lIFwpIC1vIC10eXBlIGYgLXByaW50DQoh IC5mb3IgZmlsZSBpbiAke0ZJTEVTfQ0KICBjb3BpZXM6Og0KICAJJHtJTlNU QUxMfSAtYyAtbyAke0JJTk9XTn0gLWcgJHtCSU5HUlB9IC1tIDY0NCAke2Zp bGV9ICR7RERJUn0vJHtmaWxlfQ0KICAuZW5kZm9yDQogIC5lbmRmb3INCiAg DQotIC5mb3IgZGlyIGluICR7RElSU30NCiAgc3ltbGlua3M6Og0KICAJcm0g LXJmICR7RERJUn0vJHtkaXJ9OyBsbiAtcyAkey5DVVJESVJ9LyR7ZGlyfSAk e0RESVJ9DQogIC5lbmRmb3INCiAgDQotLS0gMjEsMzcgLS0tLQ0KICANCiAg YmVmb3JlaW5zdGFsbDogZXRjLWV4YW1wbGVzICR7U0hBUkVEfQ0KICANCiAg RklMRVMhPQlmaW5kIC1MICR7ZGlyfSBcKCAtbmFtZSBDVlMgLXBydW5lIFwp IC1vIC10eXBlIGYgLXByaW50DQohIA0KICBjb3BpZXM6Og0KKyAuZm9yIGRp ciBpbiAke0RJUlN9DQorIC5mb3IgZmlsZSBpbiAke0ZJTEVTfQ0KICAJJHtJ TlNUQUxMfSAtYyAtbyAke0JJTk9XTn0gLWcgJHtCSU5HUlB9IC1tIDY0NCAk e2ZpbGV9ICR7RERJUn0vJHtmaWxlfQ0KICAuZW5kZm9yDQogIC5lbmRmb3IN CiAgDQogIHN5bWxpbmtzOjoNCisgLmZvciBkaXIgaW4gJHtESVJTfQ0KICAJ cm0gLXJmICR7RERJUn0vJHtkaXJ9OyBsbiAtcyAkey5DVVJESVJ9LyR7ZGly fSAke0RESVJ9DQogIC5lbmRmb3INCiAgDQo= --0-1999246350-1003705078=:2096-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 17:48:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from TYO201.gate.nec.co.jp (TYO201.gate.nec.co.jp [202.32.8.214]) by hub.freebsd.org (Postfix) with ESMTP id E236937B406 for ; Sun, 21 Oct 2001 17:48:46 -0700 (PDT) Received: from mailgate4.nec.co.jp ([10.7.69.197]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id f9M0miO04355 for ; Mon, 22 Oct 2001 09:48:44 +0900 (JST) Received: from mailsv4.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id f9M0mhF07257 for ; Mon, 22 Oct 2001 09:48:43 +0900 (JST) Received: from sdlpc374.ulsys.lsi.nec.co.jp ([10.30.82.50]) by mailsv4.nec.co.jp (8.11.6/3.7W-MAILSV4-NEC) with ESMTP id f9M0mgX27051 for ; Mon, 22 Oct 2001 09:48:43 +0900 (JST) Received: from sdlpc374.ulsys.lsi.nec.co.jp (sdlpc374.ulsys.lsi.nec.co.jp [::ffff:10.30.82.50]) by sdlpc374.ulsys.lsi.nec.co.jp with esmtp; Mon, 22 Oct 2001 09:48:42 +0900 Date: Mon, 22 Oct 2001 09:48:42 +0900 Message-ID: From: HIROSHI OOTA To: current@freebsd.org Subject: AccleRAID 352 does not work User-Agent: Wanderlust/2.2.18 (Please Forgive Me) REMI/1.14.1 (=?ISO-8859-4?Q?Mushigawa=F2sugi?=) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.6 (i386-unknown-freebsdelf4.0) MULE/4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Version 1.9 of that file does not work. You probably meant to write: --- sys/dev/mly/mly.c- Wed Sep 12 17:37:09 2001 +++ sys/dev/mly/mly.c Thu Oct 18 13:46:50 2001 @@ -847,7 +847,7 @@ mci->addr.phys.controller = 0; mci->timeout.value = 30; mci->timeout.scale = MLY_TIMEOUT_SECONDS; - if (bus < sc->mly_controllerinfo->virtual_channels_present) { + if (bus >= sc->mly_controllerinfo->physical_channels_present) { mc->mc_length = mci->data_size = sizeof(struct mly_ioctl_getlogdevinfovalid); mci->sub_ioctl = MDACIOCTL_GETLOGDEVINFOVALID; mci->addr.log.logdev = MLY_LOGDEV_ID(sc, bus, target); -- HIROSHI OOTA oota@LSi.nec.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 18:50:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from bsd1.gccs.com.au (bsd1.gccs.com.au [203.17.152.2]) by hub.freebsd.org (Postfix) with ESMTP id 2678137B403 for ; Sun, 21 Oct 2001 18:50:37 -0700 (PDT) Received: from LB50X (LB50X.gccs.com.au [203.17.152.10]) by bsd1.gccs.com.au (8.11.6/8.11.6) with SMTP id f9M1oYI03351 for ; Mon, 22 Oct 2001 11:50:35 +1000 (EST) (envelope-from starr3@gccs.com.au) Message-ID: <007901c15a9b$f1495430$0a9811cb@gccs.com.au> From: "Harry Starr" To: "current" Subject: Re: Current makeworld seems broken. Date: Mon, 22 Oct 2001 11:50:34 +1000 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-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The problem is the new inclusion of ipfilter stuff. Make will change directory to .OBJDIR if it exists, and it does NOW that there is an ipfilter SUBDIR. A "fix" might be: >>> --- Makefile Mon Oct 22 11:44:12 2001 +++ Makefile.new Mon Oct 22 11:47:27 2001 @@ -2,7 +2,7 @@ # # Doing a make install builds /usr/share/examples -DIRS!= for i in *; do \ +DIRS!= cd ${.CURDIR}; for i in *; do \ if test -d $$i -a $$i != CVS -a $$i != ipfilter; then \ echo $$i; \ fi; \ @@ -22,10 +22,10 @@ beforeinstall: etc-examples ${SHARED} .for dir in ${DIRS} -FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print +FILES!= cd ${.CURDIR}; find -L ${dir} \( -name CVS -prune \) -o -type f-print .for file in ${FILES} copies:: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/${file} ${DDIR}/${file} .endfor .endfor <<< To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 18:58:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from bsd1.gccs.com.au (bsd1.gccs.com.au [203.17.152.2]) by hub.freebsd.org (Postfix) with ESMTP id C5DA337B405 for ; Sun, 21 Oct 2001 18:58:24 -0700 (PDT) Received: from LB50X (LB50X.gccs.com.au [203.17.152.10]) by bsd1.gccs.com.au (8.11.6/8.11.6) with SMTP id f9M1wNI03375 for ; Mon, 22 Oct 2001 11:58:23 +1000 (EST) (envelope-from starr3@gccs.com.au) Message-ID: <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> From: "Harry Starr" To: "current" Subject: RELENG_4 builds on -current Date: Mon, 22 Oct 2001 11:58:23 +1000 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-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems to be nigh impossible to build a "previous" release on -current. Problems include "incomplete" cross tool building, header files, and of course, device support, in particular differences between the "old" vn stuff, and the new "md" device. Is there any intention to support cross-release building ?? H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Oct 21 20:31:29 2001 Delivered-To: freebsd-current@freebsd.org Received: from mr01.conversent.com (mr01.conversent.net [216.41.101.18]) by hub.freebsd.org (Postfix) with ESMTP id 5505637B401; Sun, 21 Oct 2001 20:31:23 -0700 (PDT) Received: from yahoo.com (host230.216.41.121.ma.110.net [216.41.121.230]) by mr01.conversent.com (8.11.6/8.11.6) with ESMTP id f9M3UL100881; Sun, 21 Oct 2001 23:30:21 -0400 (EDT) Message-ID: <3BD39319.F8262C57@yahoo.com> Date: Sun, 21 Oct 2001 23:31:37 -0400 From: CL X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: vmware.guest.misc To: emulation@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Windows 2000 Host running FreeBSD 4.2-RELEASE guest References: <3BC598FA.BE1340D6@blueyonder.co.uk> <9qdsh2$bfc$1@london.vmware.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As far as I can tell, the extremely slow boot problem is specific to VMWare for WindowsNT when running on the latest Athlon processors. VMWare for Linux, running under FreeBSD host of the same Athlon processor using the same guest image, does not have any problem. If host Windows 2K is a Petium II or III, then it runs with no problem. I think VMWare should fix this for Athlon for its Window version of VMWare. I say this because its Linux version works fine on an Athlon host. There may be a quick fix on the FreeBSD side. I have a GENERIC FreeBSD kernel built off CURRENT tree around March 2, 2001 that actually boots on the Athlon host without problem. Unfortunately I didn't keep the version of the source tree. Maybe someone on FreeBSD lists can tell what is causing this problem (some code triggered a VMWare slow path on Athlon processor ???) Steve Neuharth wrote: > I have no problem running freebsd... 4.3 and 4.4 > > "Ian Jenkinson" wrote in message > news:3BC598FA.BE1340D6@blueyonder.co.uk... > > Ladies and Gentlemen of this newsgroup, > > I sent this one to genereal, but unfortunately nobody answer so I > > was wondering if this group could be in a position > > to help me > > Thanks > > Ian Jenkinson > > > > Subject: Windows 2000 Host running FreeBSD 4.2-RELEASE guest > > Date: Mon, 08 Oct 2001 15:43:46 +0100 > > From: Ian Jenkinson > > Organization: VMware, Inc. > > Newsgroups: vmware.for-windowsnt.general > > > > Ladies and Gentlemen, > > I am having a lot of difficulty in running FreeBSD 4.2-RELEASE as a > > guest OS on my Windows 2000 (SP2) workstation. I have > > installed Linux RedHat 6.1 and Linux SuSe 7.1 VMs and they work just > > fine. The install process of the two boot floppies for FreeBSD passed > > off without great event, except for ftp timeouts and retries. However it > > > > takes well over 30 minutes to boot the installed > > FreeBSD and burns the host CPU to the ground (an Athlon 1.3Ghz with > > 512MB)! > > If anyone has any thoughts or guidance on what's happening I would > > be delighted to hear them. > > Yours > > Ian > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 3:19:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 1688A37B403 for ; Mon, 22 Oct 2001 03:19:17 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f9MAInh09827; Mon, 22 Oct 2001 12:18:50 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Chad David Cc: freebsd-current@FreeBSD.ORG Subject: Re: disk_clone() bug In-Reply-To: Your message of "Fri, 19 Oct 2001 12:16:58 MDT." <20011019121658.A13678@colnta.internal> Date: Mon, 22 Oct 2001 12:18:49 +0200 Message-ID: <9825.1003745929@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011019121658.A13678@colnta.internal>, Chad David writes: >On Fri, Oct 19, 2001 at 05:00:16PM +0200, Poul-Henning Kamp wrote: >> >> Sounds like the bug is the md driver cloning "md10ec" which it shouldn't >> do. This bug must naturally be in md_clone(), but I don't have the >> minutes right now to hunt it down. >> >> Should be quite simple to nail, it's just some string handling code. I've committed the correct fix. Thanks! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 4:23:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from main.dcu.donbass.com (dcu.donbass.com [195.184.223.194]) by hub.freebsd.org (Postfix) with ESMTP id 0665B37B405 for ; Mon, 22 Oct 2001 04:23:49 -0700 (PDT) Received: from sql-server (ws2.dcu.donbass.com [195.184.200.2]) by main.dcu.donbass.com (8.9.3/8.9.3/dcu) with ESMTP id OAA50940 for ; Mon, 22 Oct 2001 14:23:26 +0300 (EEST) (envelope-from master@dcu.donetsk.ua) Date: Mon, 22 Oct 2001 14:27:32 +0300 From: Vadim Zaychenko X-Mailer: The Bat! (v1.54/10) Reply-To: Vadim Zaychenko X-Priority: 3 (Normal) Message-ID: <1122530957.20011022142732@dcu.donetsk.ua> To: freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Здравствуйте, freebsd-current. -- Best regards, Vadim Zaychenko mailto:master@dcu.donetsk.ua ICQ: 92369162 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Малоизвестный седьмой закон Ньютона: Птица в руке безопасней, чем над головой. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Отправлено 22 октября 2001 г. в 14:27:30 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 5:58:11 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 6401A37B403 for ; Mon, 22 Oct 2001 05:58:08 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA16389; Mon, 22 Oct 2001 22:58:03 +1000 Date: Mon, 22 Oct 2001 22:57:09 +1000 (EST) From: Bruce Evans X-X-Sender: To: Harry Starr Cc: current Subject: Re: Current makeworld seems broken. In-Reply-To: <007901c15a9b$f1495430$0a9811cb@gccs.com.au> Message-ID: <20011022224252.M55633-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Harry Starr wrote: > The problem is the new inclusion of ipfilter stuff. > > Make will change directory to .OBJDIR if it exists, and it does NOW that > there is an ipfilter SUBDIR. The support for a separate object tree unfortunately gives separate object directories even to places like src/share/examples/ that don't need object directories (and explicitly unrequest them by setting NOOBJ). The ipfilter stuff doesn't need an object directory, but is too broken to set NOOBJ. This shoots its parent in the foot by causing the creation of the parent of its object directory (this directory becomes the parent's object directory). This is easy to fix by setting NOOBJ correctly, but in general a subdir of src/share/examples/ might actually need an object directory, and then something like your fix is needed. Another problem with all this is that the ipfilter subdir is only added in the (default) SHARED=copies case, so the object directories only get created in this case. This causes problems switching SHARED. E.g., "SHARED=symlinks make cleandir" doesn't clean the object directories that may have been created by a previous "SHARED=copies make". This is easy to fix by setting NOOBJ correctly. There would only be a problem in the not so general case where a conditionally built subdir needs an object directory. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 6:51:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 18EC337B407; Mon, 22 Oct 2001 06:51:19 -0700 (PDT) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id PAA13332; Mon, 22 Oct 2001 15:51:09 +0200 (MET DST) Date: Mon, 22 Oct 2001 15:51:09 +0200 (CEST) From: Harti Brandt To: Mark Peek Cc: current@FreeBSD.ORG, Jonathan Lemon Subject: Re: arp: is using my IP address 0.0.0.0! ??!?!? In-Reply-To: Message-ID: <20011022155017.D70890-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Mark Peek wrote: MP>Yes, it does appear to be due to this commit. The first address on the MP>interface queue has an address of 0.0.0.0. Here's a patch that works for MP>me to block the messages. I'm guessing at the correct behavior so use at MP>your own risk. At least the voices^Wlog messages have stopped. :-) MP> MP>Mark The last commit fixed the problem. Thanks. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 11:23:28 2001 Delivered-To: freebsd-current@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 8F07137B401 for ; Mon, 22 Oct 2001 11:23:24 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9MINIB10208 for ; Mon, 22 Oct 2001 14:23:19 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 22 Oct 2001 14:23:17 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: current@FreeBSD.org Subject: One or more if {disklabel,mdconfig,newfs} broken for small , file-backed md file systems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For small devices (unclear definition of small), the following (changed from swap to vnode from the mdconfig man page example) is broken: sproing# dd if=/dev/zero of=foo bs=1024000 count=1 1+0 records in 1+0 records out 1024000 bytes transferred in 0.234674 secs (4363498 bytes/sec) sproing# mdconfig -a -t vnode -f foo md0 sproing# disklabel -r -w md0 auto sproing# newfs /dev/md0c cylinder groups must have at least 2 cylinders sproing# disklabel -r md0 # /dev/md0c: type: unknown disk: amnesiac label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 1 sectors/cylinder: 63 cylinders: 31 sectors/unit: 2000 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 2000 0 unused 0 0 # (Cyl. 0 - 31*) "large" devices (such as 128mb) work fine. It's not clear to me what the actual breakage is here, since my knowledge of the FFS/device stuff is weak; however, it would be nice to be able to do what I'm trying to do. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 11:45:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id E62E537B401; Mon, 22 Oct 2001 11:45:29 -0700 (PDT) Received: from notebook.vega.com (h156.229.dialup.iptcom.net [212.9.229.156]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA16212; Mon, 22 Oct 2001 21:45:24 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-Id: <200110221845.VAA16212@ipcard.iptcom.net> To: rwatson@FreeBSD.org, current@FreeBSD.org From: Maxim Sobolev Subject: Re: One or more if {disklabel,mdconfig,newfs} broken for small , file-backed md file systems. X-Mailer: Pygmy (v0.5.13) Date: Mon, 22 Oct 2001 21:45:20 EEST In-Reply-To: Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001 14:23:17 -0400 (EDT), Robert Watson wrote: > = > For small devices (unclear definition of small), the following (changed > from swap to vnode from the mdconfig man page example) is broken: > = > sproing# dd if=3D/dev/zero of=3Dfoo bs=3D1024000 count=3D1 > 1+0 records in > 1+0 records out > 1024000 bytes transferred in 0.234674 secs (4363498 bytes/sec) > sproing# mdconfig -a -t vnode -f foo > md0 > sproing# disklabel -r -w md0 auto > sproing# newfs /dev/md0c > cylinder groups must have at least 2 cylinders > [...] > "large" devices (such as 128mb) work fine. It's not clear to me what the > actual breakage is here, since my knowledge of the FFS/device stuff is > weak; however, it would be nice to be able to do what I'm trying to do. > :-) On my -current system rebuilt from the sources cvsup'ed 12 hours ago: root@notebook# dd if=3D/dev/zero of=3Dfoo bs=3D1024000 count=3D1 1+0 records in 1+0 records out 1024000 bytes transferred in 0.356797 secs (2869979 bytes/sec) root@notebook# mdconfig -a -f foo md0 root@notebook# disklabel -r -w md0 auto root@notebook# newfs /dev/md0c Warning: Block size restricts cylinders per group to 26. Warning: 2096 sector(s) in last cylinder unallocated /dev/md0c: 2000 sectors in 1 cylinders of 1 tracks, 4096 sectors =091.0MB in 1 cyl groups (26 c/g, 52.00MB/g, 256 i/g) super-block backups (for fsck -b #) at: 32 root@notebook# mount /dev/md0c /mnt root@notebook# ls /mnt root@notebook# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 845199 809207 -31623 104% / devfs 1 1 0 100% /dev procfs 4 4 0 100% /proc /dev/md0c 935 1 860 0% /mnt root@notebook# Perhaps it is a good time to update your system. :-P -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 12:46:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id 798DF37B405; Mon, 22 Oct 2001 12:46:34 -0700 (PDT) Received: from TMA-1.brad-x.com ([64.228.82.194]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011022194628.BULJ27768.tomts5-srv.bellnexxia.net@TMA-1.brad-x.com>; Mon, 22 Oct 2001 15:46:28 -0400 Received: from localhost (localhost.brad-x.com [127.0.0.1]) by TMA-1.brad-x.com (Postfix) with ESMTP id 208277B0C0; Mon, 22 Oct 2001 15:46:43 -0400 (EDT) Date: Mon, 22 Oct 2001 15:46:42 -0400 (EDT) From: Brad Laue To: CL Cc: emulation@FreeBSD.ORG, Subject: Re: Windows 2000 Host running FreeBSD 4.2-RELEASE guest In-Reply-To: <3BD39319.F8262C57@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just as a data point, vmware 2.0.4.1142 under 4.4-STABLE as host boots 4.2-4.4-STABLE guest extremely slowly, and freezes at the 'mounting root' line under 5.0-CURRENT, as of 10/21/2001. I left it alone for five hours under -CURRENT, no way it would move. Brad // -- http://www.BRAD-X.com/ -- // On Sun, 21 Oct 2001, CL wrote: > As far as I can tell, the extremely slow boot problem is specific to > VMWare for WindowsNT when running on the latest Athlon processors. > VMWare for Linux, running under FreeBSD host of the same Athlon > processor using the same guest image, does not have any problem. > > If host Windows 2K is a Petium II or III, then it runs with no problem. I > think > VMWare should fix this for Athlon for its Window version of VMWare. > I say this because its Linux version works fine on an Athlon host. > > There may be a quick fix on the FreeBSD side. I have a GENERIC FreeBSD > kernel built off CURRENT tree around March 2, 2001 that actually boots on > the Athlon host without problem. Unfortunately I didn't keep the version of > the source tree. Maybe someone on FreeBSD lists can tell what is causing > this problem (some code triggered a VMWare slow path on Athlon > processor ???) > > > Steve Neuharth wrote: > > > I have no problem running freebsd... 4.3 and 4.4 > > > > "Ian Jenkinson" wrote in message > > news:3BC598FA.BE1340D6@blueyonder.co.uk... > > > Ladies and Gentlemen of this newsgroup, > > > I sent this one to genereal, but unfortunately nobody answer so I > > > was wondering if this group could be in a position > > > to help me > > > Thanks > > > Ian Jenkinson > > > > > > Subject: Windows 2000 Host running FreeBSD 4.2-RELEASE guest > > > Date: Mon, 08 Oct 2001 15:43:46 +0100 > > > From: Ian Jenkinson > > > Organization: VMware, Inc. > > > Newsgroups: vmware.for-windowsnt.general > > > > > > Ladies and Gentlemen, > > > I am having a lot of difficulty in running FreeBSD 4.2-RELEASE as a > > > guest OS on my Windows 2000 (SP2) workstation. I have > > > installed Linux RedHat 6.1 and Linux SuSe 7.1 VMs and they work just > > > fine. The install process of the two boot floppies for FreeBSD passed > > > off without great event, except for ftp timeouts and retries. However it > > > > > > takes well over 30 minutes to boot the installed > > > FreeBSD and burns the host CPU to the ground (an Athlon 1.3Ghz with > > > 512MB)! > > > If anyone has any thoughts or guidance on what's happening I would > > > be delighted to hear them. > > > Yours > > > Ian > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 13:51:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id F363337B403 for ; Mon, 22 Oct 2001 13:51:43 -0700 (PDT) Received: (qmail 70489 invoked by uid 1000); 22 Oct 2001 20:51:40 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Oct 2001 20:51:40 -0000 Date: Mon, 22 Oct 2001 15:51:40 -0500 (CDT) From: Mike Silbersack To: Terry Lambert Cc: Subject: Re: Some interrupt coalescing tests In-Reply-To: <3BCEE1A8.3D0AE7F0@mindspring.com> Message-ID: <20011022152532.G70396-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001, Terry Lambert wrote: > In the non-LRP case, the percentage drop in interrupt overhead > is ~10% (as has been observed by others). THis makes sense, > too, if you consider that NETISR driving of receives means > less time in interrupt processing. If we multiply the 15% > (100% - 85% = 15% in transmit) by 3 (12000/(12000-8000) = > 100% / 33% = 3), then we get 45% in transmit in the non-LRP > case. Hrm, so the reduction I saw is repeatable; good. If there are no objections, I'll fix up the whitespace later this week, fix the warning, and commit it. (The whitespace applies to the unified diff I created; your context one may have correct whitespace.) > It would be nice if someone could confirm that slightly less > than 1/2 of the looping is on the transmit side for a non-LRP > kernel, but that's about what we should expect... If it is, I wonder if we could put a larger number of packets in the queue and disable transmit interrupts for a while. MMmm, dynamic queues. Sounds like something that would take a lot of work to get right, unfortunately. (Presumably, this tactic could be applied to most network cards, although all the better ones probably have really good transmit interrupt mitigation.) > I'm really surprised abuse of the HTTP protocol itself in > denial of service attacks isn't more common. Well, the attack your proposed would require symmetric bandwidth (if I understood it correctly), and is of course traceable. My guess would be that even script kiddies are smart enough to avoid attacks which could easily be traceable back to their drones. > Even ignoring this, there's a pretty clear off the shelf > hardware path to a full 10 gigabits, with PCI-X (8 gigabits > times 2 busses gets you there, which is 25 times the largest > UUNet hosting center pipe size today). Are you sure about that? I recently heard that Internet2 will be moving to 2.4Gbps backbones in the near future, and I assume that qwest wouldn't be willing to donate that bandwidth unless they had similar capabilities already. ("They" being generalized to all backbone providers.) > Fair share is more a problem for slower interfaces without > hardware coelescing, and software is an OK band-aid for > them (IMO). > > I suspect that you will want to spend most of your CPU time > doing processing, rather than interrupt handing, in any case. > > -- Terry Yep, probably. Are you implementing fair sharing soon? Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 14:24: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 7428237B401 for ; Mon, 22 Oct 2001 14:24:02 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2163666B0F; Mon, 22 Oct 2001 14:24:02 -0700 (PDT) Date: Mon, 22 Oct 2001 14:24:01 -0700 From: Kris Kennaway To: Harry Starr Cc: current Subject: Re: RELENG_4 builds on -current Message-ID: <20011022142401.A3569@xor.obsecurity.org> References: <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <008701c15a9d$0805aec0$0a9811cb@gccs.com.au>; from starr3@gccs.com.au on Mon, Oct 22, 2001 at 11:58:23AM +1000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 22, 2001 at 11:58:23AM +1000, Harry Starr wrote: > It seems to be nigh impossible to build a "previous" release on -current. >=20 > Problems include "incomplete" cross tool building, header files, and of > course, device support, in particular differences > between the "old" vn stuff, and the new "md" device. I build worlds in a jail populated with the target release so there's no problems with this. Kris --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE71I5xWry0BWjoQKURAgz7AKCYqj0cbIgfF059BviL+HtkgLv8cwCcDRfu sIu6CJzG9EKpGrQSL5tTXJM= =c/C6 -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 17:21:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from castle.jp.freebsd.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id C43FF37B403 for ; Mon, 22 Oct 2001 17:21:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id JAA37311 for ; Tue, 23 Oct 2001 09:21:54 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20011022142401.A3569@xor.obsecurity.org> References: <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (alfalfa) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 13 From: Makoto MATSUSHITA To: Subject: Re: RELENG_4 builds on -current Date: Tue, 23 Oct 2001 09:21:52 +0900 Message-Id: <20011023092152F.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Problems include "incomplete" cross tool building, header files, and > of course, device support, in particular differences between the > "old" vn stuff, and the new "md" device. kris> I build worlds in a jail populated with the target release so there's kris> no problems with this. That's true, maybe he only wanna say about 4-stable "make release" with (recent) 5-current box in the latter half of his sentence. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 19: 8:23 2001 Delivered-To: freebsd-current@freebsd.org Received: from bsd1.gccs.com.au (bsd1.gccs.com.au [203.17.152.2]) by hub.freebsd.org (Postfix) with ESMTP id 84B0D37B405 for ; Mon, 22 Oct 2001 19:08:20 -0700 (PDT) Received: from LB50X (LB50X.gccs.com.au [203.17.152.10]) by bsd1.gccs.com.au (8.11.6/8.11.6) with SMTP id f9N28HI06920 for ; Tue, 23 Oct 2001 12:08:18 +1000 (EST) (envelope-from starr3@gccs.com.au) Message-ID: <006101c15b67$95127b20$0a9811cb@gccs.com.au> From: "Harry Starr" To: References: <008701c15a9d$0805aec0$0a9811cb@gccs.com.au><008701c15a9d$0805aec0$0a9811cb@gccs.com.au><20011022142401.A3569@xor.obsecurity.org> <20011023092152F.matusita@jp.FreeBSD.org> Subject: Re: RELENG_4 builds on -current Date: Tue, 23 Oct 2001 12:08:17 +1000 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-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Makoto MATSUSHITA" To: Sent: Tuesday, October 23, 2001 10:21 AM Subject: Re: RELENG_4 builds on -current > That's true, maybe he only wanna say about 4-stable "make release" > with (recent) 5-current box in the latter half of his sentence. That is exactly what I am trying to do -- to build RELENG_4 under 5-CURRENT; and possibly recreate the RELENG_3 release as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 21: 6:36 2001 Delivered-To: freebsd-current@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 8F90C37B406 for ; Mon, 22 Oct 2001 21:06:33 -0700 (PDT) Received: from vb ([65.9.177.97]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023040633.XMOT629.femail8.sdc1.sfba.home.com@vb> for ; Mon, 22 Oct 2001 21:06:33 -0700 Message-ID: <004c01c15b78$881d28a0$0200a8c0@cc515939b.owml1.md.home.com> From: "vbrammer" To: Subject: Date: Tue, 23 Oct 2001 00:09:37 -0400 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.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 21:12:14 2001 Delivered-To: freebsd-current@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 7D1F137B401 for ; Mon, 22 Oct 2001 21:12:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2414666B0E; Mon, 22 Oct 2001 21:12:09 -0700 (PDT) Date: Mon, 22 Oct 2001 21:12:08 -0700 From: Kris Kennaway To: Harry Starr Cc: freebsd-current@FreeBSD.ORG Subject: Re: RELENG_4 builds on -current Message-ID: <20011022211208.A7183@xor.obsecurity.org> References: <008701c15a9d$0805aec0$0a9811cb@gccs.com.au><008701c15a9d$0805aec0$0a9811cb@gccs.com.au><20011022142401.A3569@xor.obsecurity.org> <20011023092152F.matusita@jp.FreeBSD.org> <006101c15b67$95127b20$0a9811cb@gccs.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <006101c15b67$95127b20$0a9811cb@gccs.com.au>; from starr3@gccs.com.au on Tue, Oct 23, 2001 at 12:08:17PM +1000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 23, 2001 at 12:08:17PM +1000, Harry Starr wrote: >=20 > ----- Original Message ----- > From: "Makoto MATSUSHITA" > To: > Sent: Tuesday, October 23, 2001 10:21 AM > Subject: Re: RELENG_4 builds on -current >=20 >=20 > > That's true, maybe he only wanna say about 4-stable "make release" > > with (recent) 5-current box in the latter half of his sentence. >=20 > That is exactly what I am trying to do -- to build RELENG_4 under 5-CURRE= NT; > and possibly recreate the RELENG_3 release as well. Yeah, like I said, you can do this in a jail under 5.0. It would be nice if it worked directly from the 5.0 host environment. Kris --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE71O4YWry0BWjoQKURAnGqAJ9nUn8xbNcrkJMnT7psWikTIV+v+wCfRedx sPYWZOoqmmfGyS8Dvt/LrvU= =Rk4f -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Oct 22 21:55:57 2001 Delivered-To: freebsd-current@freebsd.org Received: from x.net.pl (x.net.pl [213.25.75.129]) by hub.freebsd.org (Postfix) with ESMTP id AF6C937B401 for ; Mon, 22 Oct 2001 21:55:52 -0700 (PDT) Received: from mail.mailbox.hu (ppp66-spb-213-221-48.sovintel.ru [213.221.48.66] (may be forged)) by x.net.pl (8.9.3/8.8.7) with ESMTP id GAA25622; Tue, 23 Oct 2001 06:54:12 +0200 Message-ID: <00001f8e548e$00000431$000045cd@mail.mailbox.hu> To: From: "Info Center" Subject: Financial Strategies Date: Tue, 23 Oct 2001 08:55:04 -0800 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG

Doctors, Lawyers, Business Owners, Home Makers, Students, and More!

What Do ALL These People Have In Common?<= BR>
They all have been opened up to a NEW way of thinking!

Our organization has helped people from all walks of life earn from 10k to= 50k per week/month from the privacy of their own home and they are achieving financial independence in 2-3 years obviously wealthy and= having total freedom, both personal and financial.

How would you like to:

  • Drastically reduce and legally minimize your taxes on earnings?
  • Protect all assets from any form of seizure, liens, or judgments?
  • Create a six-figure income every 4 months?
How about:
  • Restoring and preserving complete personal and financial privacy?
  • Creating and amassing personal wealth, multiplying it and protecting = it?
  • Realizing a 3 to 6 times greater returns on your money?
  • Legally making yourself and your assets completely judgment-proof, se= izure-proof,lien-proof, divorce-proof, attorney-proof, IRS-proof, and beco= ming completely insulated?


One question that is always asked is why do we share such powerful knowled= ge? I asked this question myself when I was introduced to this opportunity= , and to my amazement I found that there was no competition! A powerf= ul sense of teamwork... And an organized training system alr= eady in place.

This was the greatest education of my life, but it was not all learned in = a little email. I obviously cannot talk to thousands of people who are jus= t nosy, so if you are TRULY interested in making a major change in = your life, then please visit my Online Interview to see if we can w= ork together. Upon submitting your Online Interview, you will be contacted= if you meet certain criteria. No mistake about it... ANYONE= can do this, but I am looking for a passionate desire for change and a strong commitment to financial freedom!

This is about Money, Freedom, and Financial Independence.
It is unlike any other business and it is NOT MLM

=
Take 30 seconds and fill out our simple Online Interview by clicking: HERE

 

 

 

 
**************************
If you would like to be removed from any further mailings just click: Remove Me and hit send and you will automatically be removed from any other mailings.
 **************************

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 1:16:30 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailout06.sul.t-online.de (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 127DA37B406 for ; Tue, 23 Oct 2001 01:16:27 -0700 (PDT) Received: from fwd06.sul.t-online.de by mailout06.sul.t-online.de with smtp id 15vwjZ-0000L4-0J; Tue, 23 Oct 2001 10:16:25 +0200 Received: from thinkpad.nowhere.local (520086575877-0001@[217.0.28.144]) by fmrl06.sul.t-online.com with smtp id 15vwjM-1tl3XUC; Tue, 23 Oct 2001 10:16:12 +0200 Received: (qmail 16058 invoked by uid 1000); 23 Oct 2001 08:16:10 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Oct 2001 08:16:10 -0000 Date: Tue, 23 Oct 2001 10:16:09 +0200 (CEST) From: Martin Dieringer To: freebsd-java@freebsd.org, Subject: jdk 1.1.8 on -current? Message-ID: <20011023101019.H623-100000@ThinkPad.nowhere.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520086575877-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, after updating -current many programs seem to be incompatible. after recompiling they work, though. jdk1.1.8 has the same problem, but I can't recompile this... the error is: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" the package on current.freebsd.org doesn't work. Is there a version for current -current? thanks, martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 3:11: 2 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.allcaps.org (mail.allcaps.org [208.252.245.17]) by hub.freebsd.org (Postfix) with ESMTP id 0B7BF37B401 for ; Tue, 23 Oct 2001 03:11:01 -0700 (PDT) Received: by mail.allcaps.org (Postfix, from userid 501) id B1EFB32609; Tue, 23 Oct 2001 03:11:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id ADB422E815 for ; Tue, 23 Oct 2001 03:11:00 -0700 (PDT) Date: Tue, 23 Oct 2001 03:11:00 -0700 (PDT) From: BSD User To: Subject: -current nfsd still causes hang from Solaris 8 nfs client Message-ID: <20011023024904.K4313-100000@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There was some talk about patches getting committed to fix multiple problems with Solaris 8 NFS clients. Did those ever get committed? As of 10/23, I'm still seeing problems. If they have been committed, I'll pull out ethereal and start sniffing packets. However, if something is about to get committed, I'll hold off. Let me know what the status is, Andy L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 5:26: 6 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailout02.sul.t-online.de (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id C39E437B406 for ; Tue, 23 Oct 2001 05:25:59 -0700 (PDT) Received: from fwd05.sul.t-online.de by mailout02.sul.t-online.de with smtp id 15w0d3-0001AO-04; Tue, 23 Oct 2001 14:25:57 +0200 Received: from thinkpad.nowhere.local (520086575877-0001@[217.0.28.144]) by fmrl05.sul.t-online.com with smtp id 15w0cv-0duI4GC; Tue, 23 Oct 2001 14:25:49 +0200 Received: (qmail 21990 invoked by uid 1000); 23 Oct 2001 12:25:47 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Oct 2001 12:25:47 -0000 Date: Tue, 23 Oct 2001 14:25:46 +0200 (CEST) From: Martin Dieringer To: David Wolfskill Cc: current@freebsd.org Subject: Re: jdk 1.1.8 on -current? In-Reply-To: <200110231157.f9NBvYR41610@bunrab.catwhisker.org> Message-ID: <20011023142215.R623-100000@ThinkPad.nowhere.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520086575877-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, David Wolfskill wrote: > >Date: Tue, 23 Oct 2001 10:16:09 +0200 (CEST) > >From: Martin Dieringer > >To: freebsd-java@FreeBSD.ORG, > > >after updating -current many programs seem to be incompatible. > >after recompiling they work, though. > >jdk1.1.8 has the same problem, but I can't recompile this... > >the error is: > >/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" > > Did you include > > COMPAT4X= yes > > in your /etc/make.conf? > yes, but I saw now that I also need COMPAT3X nobody talked about THAT 3 weeks ago... nevermind - martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 7: 2:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from castle.jp.freebsd.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 8C66537B401 for ; Tue, 23 Oct 2001 07:02:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id XAA01206 for ; Tue, 23 Oct 2001 23:02:51 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20011022211208.A7183@xor.obsecurity.org> References: <006101c15b67$95127b20$0a9811cb@gccs.com.au> <006101c15b67$95127b20$0a9811cb@gccs.com.au> <20011022211208.A7183@xor.obsecurity.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (alfalfa) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 12 From: Makoto MATSUSHITA To: freebsd-current@FreeBSD.ORG Subject: Re: RELENG_4 builds on -current Date: Tue, 23 Oct 2001 23:02:48 +0900 Message-Id: <20011023230248T.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris> Yeah, like I said, you can do this in a jail under 5.0. Yes, but your kernel should have 'vn' device driver which is already deprecated in recent 5-current. Without vn, 4-stable build (make a release) will fail when vnconfig(8) does its job for boot floppies. Of course, we can fake vnconfig(8) in a jail environment so we can do this with some hacks :-) -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 7:20:47 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id B266637B401; Tue, 23 Oct 2001 07:20:35 -0700 (PDT) Received: from vega.vega.com (h162.228.dialup.iptcom.net [212.9.228.162]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA47913; Tue, 23 Oct 2001 17:20:26 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f9NEJjH94445; Tue, 23 Oct 2001 17:19:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110231419.f9NEJjH94445@vega.vega.com> Subject: PCMCIA modem is detected/attached only on second insertion To: imp@FreeBSD.org Date: Tue, 23 Oct 2001 17:18:25 +0300 (EEST) Cc: current@FreeBSD.org X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I had started observing this problem about a 1.5 months ago - my PCMCIA modem (EigerCom 33.6) is detected/attached only on second insertion, i.e. if I'm booting with the card inserted I have to manually eject it and put back, while if the machine boots with an empty slot I have to do insert-eject-insert procedure. At the same time, another PCMCIA card (ed0-compatible ethernet adapter) doesn't have this problem. Following is related kernel output when booted in the verbose mode (see my comments in []): pcic0: at port 0x3e0-0x3e1 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 pcic1: Cannot get I/O range pcic1 failed to probe at port 0x3e0-0x3e1 on isa0 pccard: card inserted, slot 0 pcic0: reset 1 int is 0 stat is ff pccard: card inserted, slot 1 pcic0: reset 1 int is 0 stat is ff pcic0: reset 2 int is 60 stat is cf start_init: trying /sbin/init pcic0: reset 2 int is 60 stat is ef pcic0: reset 3 int is 60 stat is ef pcic0: reset 3 int is 60 stat is ef pccard0: Assigning ed0: io 0x240-0x25f irq 10 mem 0x0-0xffffffff pcic: I/O win 0 flags 15 240-25f pcic: I/O win 0 flags 5 240-25f ed0 at port 0x240-0x25f irq 10 slot 0 on pccard0 pcic: I/O win 0 flags 15 240-25f ed0: address 00:80:c8:88:86:b1, type NE2000 (16 bit) [WAITING 5 min, no avail :( ] [REMOVING modem] pccard: card removed, slot 1 [INSERTING back] pccard: card inserted, slot 1 pcic0: reset 1 int is 0 stat is ff pcic0: reset 2 int is 60 stat is ef pcic0: reset 3 int is 60 stat is ef pccard1: Assigning sio1: io 0x2e8-0x2ef irq 3 mem 0x0-0xffffffff pcic: I/O win 0 flags 11 2e8-2ef pcic: I/O win 0 flags 1 2e8-2ef sio1 at port 0x2e8-0x2ef irq 3 flags 0x40000 slot 1 on pccard1 pcic: I/O win 0 flags 11 2e8-2ef sio1: type 16550A [IT WORKS] Please fix. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 7:26:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from alpha.dante.org.uk (alpha.dante.org.uk [193.63.211.19]) by hub.freebsd.org (Postfix) with ESMTP id 61CD537B403; Tue, 23 Oct 2001 07:26:42 -0700 (PDT) Received: from pi.dante.org.uk ([193.63.211.70] helo=dante.org.uk) by alpha.dante.org.uk with esmtp (Exim 3.12 #4) id 15w2Vs-0001ub-00; Tue, 23 Oct 2001 15:26:40 +0100 Message-ID: <3BD57E20.85806DC3@dante.org.uk> Date: Tue, 23 Oct 2001 15:26:40 +0100 From: Konstantin Chuguev Organization: Delivery of Advanced Network Technology to Europe Ltd. X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: ru, en MIME-Version: 1.0 To: Maxim Sobolev Cc: imp@FreeBSD.org, current@FreeBSD.org Subject: Re: PCMCIA modem is detected/attached only on second insertion References: <200110231419.f9NEJjH94445@vega.vega.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, FYI: Maxim Sobolev wrote: > I had started observing this problem about a 1.5 months ago - my > PCMCIA modem (EigerCom 33.6) is detected/attached only on second > insertion, i.e. if I'm booting with the card inserted I have to > manually eject it and put back, while if the machine boots with > an empty slot I have to do insert-eject-insert procedure. At the > same time, another PCMCIA card (ed0-compatible ethernet adapter) > doesn't have this problem. Following is related kernel output The funny thing is, I've got the opposite situation: I have to insert my network card twice (Netgear - old version), but my modem card (Xircom) works fine straight away. CURRENT, OLDCARD. Regards, Konstantin. -- * * Konstantin Chuguev Francis House * * Application Engineer 112 Hills Road * Tel: +44 1223 302992 Cambridge CB2 1PQ D A N T E WWW: http://www.dante.net United Kingdom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 7:45:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 2EFE337B401 for ; Tue, 23 Oct 2001 07:45:52 -0700 (PDT) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id f9NEjpk42093 for current@freebsd.org; Tue, 23 Oct 2001 07:45:51 -0700 (PDT) (envelope-from david) Date: Tue, 23 Oct 2001 07:45:51 -0700 (PDT) From: David Wolfskill Message-Id: <200110231445.f9NEjpk42093@bunrab.catwhisker.org> To: current@freebsd.org Subject: It's baaack... -- ("make: don't know how to make copies. Stop") Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Found this in my typescript after a "make installworld" on today's -CURRENT: ... ===> share/dict install -c -o root -g wheel -m 444 README propernames web2 web2a /usr/share/dict /usr/share/dict/words -> web2 ===> share/examples (cd /usr/src/share/examples/../../etc; make etc-examples) (cd /usr/src/etc; install -c -o root -g wheel -m 444 amd.map apmd.conf auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf fbtab ftpusers gettytab group hosts hosts.allow hosts.equiv hosts.lpd inetd.conf login.access login.conf motd modems netconfig networks newsyslog.conf pam.conf phones printcap profile protocols rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 rc.network rc.network6 rc.pccard rc.serial rc.shutdown rc.syscons rc.sysctl remote rpc security services shells sysctl.conf syslog.conf usbd.conf etc.i386/disktab etc.i386/rc.i386 etc.i386/ttys /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc /usr/src/etc/../usr.bin/locate/locate/locate.rc rc.isdn netstart pccard_ether rc.suspend rc.resume opieaccess /usr/share/examples/etc; install -c -o root -g wheel -m 444 defaults/rc.conf /usr/share/examples/etc/defaults; install -c -o root -g wheel -m 444 defaults/pccard! .conf /usr/share/examples/etc/defaults; install -c -o root -g wheel -m 444 defaults/periodic.conf /usr/share/examples/etc/defaults) make: don't know how to make copies. Stop *** Error code 2 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I had been able to get through the "make installworld" for yesterday's -CURRENT OK.... Recent CVSup history: freebeast[3] tail /var/log/cvsup-history.log CVSup begin from cvsup14.freebsd.org at Fri Oct 19 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Fri Oct 19 03:53:04 PDT 2001 CVSup begin from cvsup14.freebsd.org at Sat Oct 20 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Sat Oct 20 03:53:48 PDT 2001 CVSup begin from cvsup14.freebsd.org at Sun Oct 21 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Sun Oct 21 03:52:58 PDT 2001 CVSup begin from cvsup14.freebsd.org at Mon Oct 22 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Mon Oct 22 03:53:01 PDT 2001 CVSup begin from cvsup14.freebsd.org at Tue Oct 23 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Tue Oct 23 03:53:29 PDT 2001 freebeast[4] Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 8:27:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id AD15A37B403 for ; Tue, 23 Oct 2001 08:27:15 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f9NFRFM31478 for ; Tue, 23 Oct 2001 08:27:15 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 54182380A; Tue, 23 Oct 2001 08:27:15 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: David Wolfskill Cc: current@FreeBSD.ORG Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") In-Reply-To: <200110231445.f9NEjpk42093@bunrab.catwhisker.org> Date: Tue, 23 Oct 2001 08:27:15 -0700 From: Peter Wemm Message-Id: <20011023152715.54182380A@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Wolfskill wrote: > Found this in my typescript after a "make installworld" on today's There was a commit about a problem with a missing NOOBJ.. May I suggest either: - rm -rf /usr/obj/* - cd src/share; cd `make -V .OBJDIR`; rm -rf * (check that its not your srcdir first :-). > make: don't know how to make copies. Stop > *** Error code 2 Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 10:57:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id D3D7437B405 for ; Tue, 23 Oct 2001 10:57:18 -0700 (PDT) Received: (qmail 91698 invoked from network); 23 Oct 2001 17:57:17 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Oct 2001 17:57:17 -0000 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 Date: Tue, 23 Oct 2001 10:57:18 -0700 (PDT) From: John Baldwin To: current@FreeBSD.org Subject: Test tweak for F00F bug.. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone running -current on a true Pentium with the F00F bug that can verify that this simple cleanup patch works? http://www.freebsd.org/~jhb/patches/f00f.patch Index: trap.c =================================================================== RCS file: /usr/cvs/src/sys/i386/i386/trap.c,v retrieving revision 1.204 diff -u -r1.204 trap.c --- trap.c 11 Oct 2001 18:25:57 -0000 1.204 +++ trap.c 20 Oct 2001 02:25:09 -0000 @@ -214,11 +214,6 @@ } eva = 0; - -#if defined(I586_CPU) && !defined(NO_F00F_HACK) -restart: -#endif - type = frame.tf_trapno; code = frame.tf_err; @@ -294,8 +289,9 @@ * f00f hack workaround has triggered, treat * as illegal instruction not page fault. */ - frame.tf_trapno = T_PRIVINFLT; - goto restart; + ucode = T_PRIVINFLT; + i = SIGILL; + break; } #endif if (i == -1) -- 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-current" in the body of the message From owner-freebsd-current Tue Oct 23 12:50: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 86D6637B401 for ; Tue, 23 Oct 2001 12:50:01 -0700 (PDT) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id f9NJnXF04003; Tue, 23 Oct 2001 20:49:33 +0100 (BST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id f9NJhTY15110; Tue, 23 Oct 2001 20:43:29 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200110231943.f9NJhTY15110@grimreaper.grondar.org> To: Peter Wemm Cc: David Wolfskill , current@FreeBSD.ORG Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") References: <20011023152715.54182380A@overcee.netplex.com.au> In-Reply-To: <20011023152715.54182380A@overcee.netplex.com.au> ; from Peter Wemm "Tue, 23 Oct 2001 08:27:15 PDT." Date: Tue, 23 Oct 2001 20:43:29 +0100 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > David Wolfskill wrote: > > Found this in my typescript after a "make installworld" on today's > > There was a commit about a problem with a missing NOOBJ.. > May I suggest either: > - rm -rf /usr/obj/* > - cd src/share; cd `make -V .OBJDIR`; rm -rf * (check that its not your > srcdir first :-). Actually, it is possible for there to be no copies: target in src/share/examples/. The copies: (actually copies::) target is built up in a .for loop that may be empty. The fix is a dummy copies:: target. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 13:13:16 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 8813037B401 for ; Tue, 23 Oct 2001 13:13:14 -0700 (PDT) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id f9NKD7T42890; Tue, 23 Oct 2001 13:13:07 -0700 (PDT) (envelope-from david) Date: Tue, 23 Oct 2001 13:13:07 -0700 (PDT) From: David Wolfskill Message-Id: <200110232013.f9NKD7T42890@bunrab.catwhisker.org> To: mark@grondar.za, peter@wemm.org Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") Cc: current@FreeBSD.ORG, david@catwhisker.org In-Reply-To: <200110231943.f9NJhTY15110@grimreaper.grondar.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Tue, 23 Oct 2001 20:43:29 +0100 >From: Mark Murray >Actually, it is possible for there to be no copies: target in >src/share/examples/. The copies: (actually copies::) >target is built up in a .for loop that may be empty. >The fix is a dummy copies:: target. In the mean time, my laptop got through today's -CURRENT installworld OK, after trying the 2nd of Peter's suggested aproaches (paraphrasing, cd /usr/src/share && cd `make -V .OBJDIR` && rm -fr *; he also suggested ensuring that the target of the 2nd "cd" wasn't something of value first). Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 13:39: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id EF36637B401; Tue, 23 Oct 2001 13:38:58 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7EB6E66B0F; Tue, 23 Oct 2001 13:38:58 -0700 (PDT) Date: Tue, 23 Oct 2001 13:38:58 -0700 From: Kris Kennaway To: John Baldwin Cc: current@FreeBSD.org Subject: Re: Test tweak for F00F bug.. Message-ID: <20011023133858.A15462@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Oct 23, 2001 at 10:57:18AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 23, 2001 at 10:57:18AM -0700, John Baldwin wrote: > Anyone running -current on a true Pentium with the F00F bug that can veri= fy > that this simple cleanup patch works? >=20 > http://www.freebsd.org/~jhb/patches/f00f.patch I can probably do it over the weekend. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE71dVhWry0BWjoQKURAu/nAJ4ssUiN+dqg1iWG95wFde8QioqwagCeO2ZK v79Su852YUbeV8TYY8JOWMY= =FsNc -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 13:47:11 2001 Delivered-To: freebsd-current@freebsd.org Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250]) by hub.freebsd.org (Postfix) with SMTP id 6712A37B403 for ; Tue, 23 Oct 2001 13:47:09 -0700 (PDT) Received: (qmail 42328 invoked by uid 1000); 23 Oct 2001 20:47:29 -0000 Date: Tue, 23 Oct 2001 13:47:07 -0700 From: Jos Backus To: current@FreeBSD.ORG Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") Message-ID: <20011023134707.G39461@lizzy.bugworks.com> Reply-To: Jos Backus Mail-Followup-To: current@FreeBSD.ORG References: <20011023152715.54182380A@overcee.netplex.com.au> <200110231943.f9NJhTY15110@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110231943.f9NJhTY15110@grimreaper.grondar.org> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > Actually, it is possible for there to be no copies: target in > src/share/examples/. The copies: (actually copies::) > target is built up in a .for loop that may be empty. > > The fix is a dummy copies:: target. Perhaps move the copies:: target def above the for loops, so that if the loops are empty no commands will be executed for that target? That was my local fix at least and it seemed to work fine. -- Jos Backus _/ _/_/_/ Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ josb@cncdsl.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 15:14:51 2001 Delivered-To: freebsd-current@freebsd.org Received: from nas.dgap.mipt.ru (nas.dgap.mipt.ru [194.85.81.203]) by hub.freebsd.org (Postfix) with ESMTP id 1614137B401 for ; Tue, 23 Oct 2001 15:14:48 -0700 (PDT) Received: from localhost (andrew@localhost) by nas.dgap.mipt.ru (8.11.6/8.11.6) with ESMTP id f9NMEkP01248 for ; Wed, 24 Oct 2001 02:14:47 +0400 (MSD) (envelope-from andr@dgap.mipt.ru) X-Authentication-Warning: nas.dgap.mipt.ru: andrew owned process doing -bs Date: Wed, 24 Oct 2001 02:14:46 +0400 (MSD) From: "Andrew L. Neporada" X-X-Sender: andrew@nas.dgap.mipt.ru To: current@freebsd.org Subject: Anonymous read-only cvs access Message-ID: <20011024020755.H1227-100000@nas.dgap.mipt.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could you please give me a link to the working anoncvs server. anoncvs.freebsd.org seems to be down for quite a long time. Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 15:34:30 2001 Delivered-To: freebsd-current@freebsd.org Received: from white.dogwood.com (white.dogwood.com [63.96.228.130]) by hub.freebsd.org (Postfix) with ESMTP id 99B6B37B403 for ; Tue, 23 Oct 2001 15:34:28 -0700 (PDT) Received: (from dave@localhost) by white.dogwood.com (8.11.6/8.11.5) id f9NMYSt91386 for freebsd-current@freebsd.org; Tue, 23 Oct 2001 15:34:28 -0700 (PDT) (envelope-from dave) From: Dave Cornejo Message-Id: <200110232234.f9NMYSt91386@white.dogwood.com> Subject: make release broken (+ fix) To: freebsd-current@freebsd.org Date: Tue, 23 Oct 2001 15:34:28 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It looks like if_wx was not removed from /usr/src/release/i386/drivers.conf which breaks make release. Index: drivers.conf =================================================================== RCS file: /home/ncvs/src/release/i386/drivers.conf,v retrieving revision 1.2 diff -c -r1.2 drivers.conf *** drivers.conf 7 Nov 2000 14:00:04 -0000 1.2 --- drivers.conf 23 Oct 2001 22:31:58 -0000 *************** *** 54,58 **** vr if_vr 2 network "VIA VT3043/VT86C100A Rhine PCI ethernet card" wb if_wb 2 network "Winbond W89C840F PCI ethernet card" wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card" - wx if_wx 2 network "Intel Gigabit Ethernet (82452) card" xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card" --- 54,57 ---- dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also dcornejo@ieee.org) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 18:39:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id DFA3B37B406; Tue, 23 Oct 2001 18:39:56 -0700 (PDT) Received: from hades.hell.gr (patr530-a133.otenet.gr [212.205.215.133]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9O1dqO21598; Wed, 24 Oct 2001 04:39:52 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9O1cro35834; Wed, 24 Oct 2001 04:38:53 +0300 (EEST) (envelope-from charon@labs.gr) Date: Wed, 24 Oct 2001 04:38:53 +0300 From: Giorgos Keramidas To: John Baldwin Cc: current@FreeBSD.ORG Subject: Re: Test tweak for F00F bug.. Message-ID: <20011024043853.C35538@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 10:57:18AM -0700, John Baldwin wrote: > Anyone running -current on a true Pentium with the F00F bug that can verify > that this simple cleanup patch works? > > http://www.freebsd.org/~jhb/patches/f00f.patch I can. Running it on p5/133 right now. CPU: Pentium/P54C (132.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf ... Intel Pentium detected, installing workaround for F00F bug Building world, now. Just give me another 8-10 hours to let my buildworld/installworld finish normally. Apart from crafting my own gas(1) test to make sure this works, anything particular I should look more carefully for? -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 18:42:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id E4A4B37B405 for ; Tue, 23 Oct 2001 18:42:37 -0700 (PDT) Received: from hades.hell.gr (patr530-a133.otenet.gr [212.205.215.133]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9O1gOO27068; Wed, 24 Oct 2001 04:42:24 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9O1g9u36152; Wed, 24 Oct 2001 04:42:09 +0300 (EEST) (envelope-from charon@labs.gr) Date: Wed, 24 Oct 2001 04:42:09 +0300 From: Giorgos Keramidas To: Mark Murray Cc: Peter Wemm , David Wolfskill , current@FreeBSD.ORG Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") Message-ID: <20011024044208.D35538@hades.hell.gr> References: <20011023152715.54182380A@overcee.netplex.com.au> <200110231943.f9NJhTY15110@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110231943.f9NJhTY15110@grimreaper.grondar.org> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > > Actually, it is possible for there to be no copies: target in > src/share/examples/. The copies: (actually copies::) > target is built up in a .for loop that may be empty. > > The fix is a dummy copies:: target. I've tested the following patch, and it works like a charm. At least, it let me build and install world with a clean /usr/obj :-) hades!sysop:[/usr/src/share/examples]# cvs -q dif -2cl | more Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/examples/Makefile,v retrieving revision 1.29 diff -2 -c -r1.29 Makefile *** Makefile 20 Oct 2001 04:18:13 -0000 1.29 --- Makefile 22 Oct 2001 01:29:03 -0000 *************** *** 22,25 **** --- 22,29 ---- beforeinstall: etc-examples ${SHARED} + copies:: + + symlinks:: + .for dir in ${DIRS} FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Oct 23 23:59:28 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id F23CB37B401; Tue, 23 Oct 2001 23:59:18 -0700 (PDT) Received: from vega.vega.com (h46.228.dialup.iptcom.net [212.9.228.46]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id JAA89025; Wed, 24 Oct 2001 09:57:59 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9O6v8U96914; Wed, 24 Oct 2001 09:57:08 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BD52D22.D8F3C3A1@FreeBSD.org> Date: Tue, 23 Oct 2001 11:41:06 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mike Smith , Mitsuru IWASAKI , ache@nagual.pp.ru, current@FreeBSD.org, acpi-jp@jp.FreeBSD.org Subject: Re: ACPI: problem with fdc resource allocation References: <200110022356.f92Nuit03147@mass.dis.org> <3BBADCB7.456D51AD@FreeBSD.org> <3BCFE398.51EA76F@FreeBSD.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > Maxim Sobolev wrote: > > > > Mike Smith wrote: > > > > > This just isn't going to work. The _CRS data stream stops at byte 0x17, > > > and these extra items are simply mis-aimed. > > > > > > The 0x19 should really be 0x11, and the 0x1c should really be 0x14, ie. > > > this is a BIOS bug, and should be reported to the vendor. (It should > > > also have failed the Microsoft ACPI validation suite...) > > > > > > The correct action should probably be to silently discard the write > > > operations outside of a defined buffer, and return Zeroes or Ones for a > > > read outside a buffer. > > > > Do you have a patch to test this approach? While I understand that the best way to > > resolve the problem is to convince vendors to fix their ACPI implementations, but > > obviously this isn't going to happen any time soon, so appropriate workarround is > > really a must. > > The problem is still here as of today's kernel. Please do > something about it. Should I reapeat how sad it is that this longstanding problem is being completely ignored by the acpi maintainer(s)? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 0: 1:23 2001 Delivered-To: freebsd-current@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 9FE8D37B406 for ; Wed, 24 Oct 2001 00:01:03 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9O6xWQ96051; Wed, 24 Oct 2001 09:59:32 +0300 (EEST) (envelope-from ru) Date: Wed, 24 Oct 2001 09:59:32 +0300 From: Ruslan Ermilov To: Mark Murray Cc: Peter Wemm , David Wolfskill , current@FreeBSD.ORG Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") Message-ID: <20011024095932.B92032@sunbay.com> References: <20011023152715.54182380A@overcee.netplex.com.au> <200110231943.f9NJhTY15110@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110231943.f9NJhTY15110@grimreaper.grondar.org>; from mark@grondar.za on Tue, Oct 23, 2001 at 08:43:29PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > > David Wolfskill wrote: > > > Found this in my typescript after a "make installworld" on today's > > > > There was a commit about a problem with a missing NOOBJ.. > > May I suggest either: > > - rm -rf /usr/obj/* > > - cd src/share; cd `make -V .OBJDIR`; rm -rf * (check that its not your > > srcdir first :-). > > Actually, it is possible for there to be no copies: target in > src/share/examples/. The copies: (actually copies::) > target is built up in a .for loop that may be empty. > > The fix is a dummy copies:: target. > We don't descend that far into examples/, we just stay in "examples" and build DIRS list dynamically. The problem is that even after my fix to examples/ipfilter/Makefile (which added NOOBJ to ipfilter subdir), the old "make world" may have left the .OBJDIR for examples/ipfilter. What it means for "examples" is that .OBJDIR != .CURDIR (as implied by the NOOBJ hint). The solution is to remove the stale objdir, as Peter have suggested. My (safe) version thus looks like this: cd /usr/src/share/examples; \ [ `make -V .OBJDIR ` != `make -V .CURDIR` ] && rm -rf `make -V .OBJDIR` Mark, please back your 1.32 revision from share/examples/Makefile out, as it only hides the problem with a wrong .OBJDIR. In the presence of the .OBJDIR for share/examples and revision 1.32, we just end up not installing anything from examples/* subdirs. Compare: # cd /usr/src/share/examples # mkdir /usr/obj/usr/src/share/examples # make -n copies # rmdir /usr/obj/usr/src/share/examples # make -n copies Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 0:40:35 2001 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id D95A037B403; Wed, 24 Oct 2001 00:40:26 -0700 (PDT) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.3) with ESMTP id f9O7qoI08608; Wed, 24 Oct 2001 00:52:50 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200110240752.f9O7qoI08608@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Maxim Sobolev Cc: Mitsuru IWASAKI , ache@nagual.pp.ru, current@FreeBSD.org, acpi-jp@jp.FreeBSD.org Subject: Re: ACPI: problem with fdc resource allocation In-reply-to: Your message of "Tue, 23 Oct 2001 11:41:06 +0300." <3BD52D22.D8F3C3A1@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Oct 2001 00:52:50 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > The problem is still here as of today's kernel. Please do > > something about it. > > Should I reapeat how sad it is that this longstanding > problem is being completely ignored by the acpi > maintainer(s)? No, I'd prefer that you found something constructive to do with your time. I'm not interested in being bitched out over something as trivial as this when I have so much on my plate already; if you can't contribute, do me the least favour and save me the angst. Thanks. Mike -- ... 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-current" in the body of the message From owner-freebsd-current Wed Oct 24 1: 7:12 2001 Delivered-To: freebsd-current@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 53AF637B405; Wed, 24 Oct 2001 01:07:02 -0700 (PDT) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id f9O86vd63863; Wed, 24 Oct 2001 09:06:57 +0100 (BST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id f9O7xVY20414; Wed, 24 Oct 2001 08:59:31 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200110240759.f9O7xVY20414@grimreaper.grondar.org> To: Ruslan Ermilov Cc: Peter Wemm , David Wolfskill , current@FreeBSD.ORG Subject: Re: It's baaack... -- ("make: don't know how to make copies. Stop") References: <20011024095932.B92032@sunbay.com> In-Reply-To: <20011024095932.B92032@sunbay.com> ; from Ruslan Ermilov "Wed, 24 Oct 2001 09:59:32 +0300." Date: Wed, 24 Oct 2001 08:59:31 +0100 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Mark, please back your 1.32 revision from share/examples/Makefile out, Done. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 1:39: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id E369537B405; Wed, 24 Oct 2001 01:38:59 -0700 (PDT) Received: from vega.vega.com (h42.227.dialup.iptcom.net [212.9.227.42]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA25519; Wed, 24 Oct 2001 11:37:41 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f9O8bAV99173; Wed, 24 Oct 2001 11:37:10 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110240837.f9O8bAV99173@vega.vega.com> Subject: Re: ACPI: problem with fdc resource allocation To: msmith@FreeBSD.ORG (Mike Smith) Date: Wed, 24 Oct 2001 11:36:29 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), iwasaki@jp.FreeBSD.org (Mitsuru IWASAKI), ache@nagual.pp.ru, current@FreeBSD.ORG, acpi-jp@jp.FreeBSD.org In-Reply-To: from "Mike Smith" at Oct 24, 2001 12:52:50 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > The problem is still here as of today's kernel. Please do > > > something about it. > > > > Should I reapeat how sad it is that this longstanding > > problem is being completely ignored by the acpi > > maintainer(s)? > > No, I'd prefer that you found something constructive to do with your time. > I'm not interested in being bitched out over something as trivial as this > when I have so much on my plate already; if you can't contribute, do me > the least favour and save me the angst. What you expect me to do "constructive" about this? I've submitted detailed report, tested some patches proposed by the Japanese ACPI developers and so on. I do not see what else I could do to get this problem resolved apart from bugging you from time to time. Perhaps you have any better ideas, then please let me know. Also if the problem is as trivial as you are describing, then it is highly unclear why it is not fixed yet (some 6 weeks are passed since initial report). I know several local guys with exactly the same bug (some time ago I've convinced some them to swith to -current and test/report any problems) and it is very sad to see my efforts vanished, especially considering that the source of the problem is located and as you said it is a "trivial" one. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 2:34:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 7DA9437B401 for ; Wed, 24 Oct 2001 02:34:16 -0700 (PDT) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id LAA25095; Wed, 24 Oct 2001 11:34:11 +0200 (MET DST) Date: Wed, 24 Oct 2001 11:34:11 +0200 (CEST) From: Harti Brandt To: archie@whistle.com Cc: current@freebsd.org Subject: NgSendMsg may return bad token number Message-ID: <20011024112901.X55663-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, NgSendMsg returns the bad token number if the debugging level is higher than 2. It should use the token number from the message structure instead of the global gMsgId, because that is changed by the ASCII messages sent in _NgDebugMsg. The following patch fixes the problem for NgSendMsg: Index: msg.c =================================================================== RCS file: /usr/ncvs/src/lib/libnetgraph/msg.c,v retrieving revision 1.5 diff -r1.5 msg.c 84c84 < return (gMsgId); --- > return (msg.header.token); The same problem exists obviously in NgSendMsgASCII, but I have no test case for this one and hence no fix. Regards, harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 4:33:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 8BDE237B403; Wed, 24 Oct 2001 04:33:38 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 56B5224D22; Wed, 24 Oct 2001 20:33:37 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 60A84D1401; Wed, 24 Oct 2001 20:33:35 +0900 (JST) Date: Wed, 24 Oct 2001 20:33:32 +0900 Message-ID: <7mg089l1bn.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Matt Dillon Cc: Current Subject: panic: vrele: missed vn_close In-Reply-To: <200110230121.f9N1LTa24181@freefall.freebsd.org> References: <200110230121.f9N1LTa24181@freefall.freebsd.org> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got a panic on -current which is updated 3 hours before. ... Additional TCP options:. Starting background filesystem checks Wed Oct 24 20:28:15 JST 2001 panic: vrele: missed vn_close Debugger("panic") Sttopped at Debugger+0x44: pushl %ebx db> trace Debugger() panic() vrele() vn_close() cnclose() spec_close() spec_vnoperate() vclean() vgonel() vgone() vop_revoke() devfs_revoke() exit1() sys_exit() syscall(2f,2f,2f,0,0) syscall_with_err_pushed() --- syscall (1, FreeBSD ELF, sys_exit) --- Is there a possibility this panic caused by this commit? At Mon, 22 Oct 2001 18:21:29 -0700 (PDT), Matt Dillon wrote: > Log: > Change the vnode list under the mount point from a LIST to a TAILQ > in preparation for an implementation of limiting code for kern.maxvnodes. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 6:12:15 2001 Delivered-To: freebsd-current@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 645F837B407; Wed, 24 Oct 2001 06:12:10 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) (authenticated as iwa with CRAM-MD5) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare/smtpfeed 1.14) with ESMTP/inet id f9ODC3m66586; Wed, 24 Oct 2001 22:12:03 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Wed, 24 Oct 2001 22:12:00 +0900 (JST) Message-Id: <20011024.221200.104029670.iwasaki@jp.FreeBSD.org> To: acpi-jp@jp.freebsd.org, sobomax@FreeBSD.ORG Cc: msmith@FreeBSD.ORG, ache@nagual.pp.ru, current@FreeBSD.ORG Subject: Re: [acpi-jp 1363] Re: ACPI: problem with fdc resource allocation From: Mitsuru IWASAKI In-Reply-To: <200110240837.f9O8bAV99173@vega.vega.com> References: <200110240837.f9O8bAV99173@vega.vega.com> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Maxim. Thanks for reporting and reminding us. I think this is very difficult to fix, because; 1. Basically, this is a bug in BIOS, should be reported to vendor. 2. ACPI CA is developed by Intel. We'd like to have less local workaround changes as possible. 3. I'm not sure whether suggested patches (buffer size dynamicaly expanding) in [acpi-jp 1315] is correct fix, maybe not. Probably another approach can be considered (e.g. just ignore AE_AML_BUFFER_LIMIT and continue interpreter execution). I'll describe again the problem. This method is like this; Method(_CRS) { Name(BUF0, Buffer(0x18) {0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x79, 0x0 }) CreateByteField(BUF0, 0x2, IOLO) CreateByteField(BUF0, 0x3, IOHI) CreateByteField(BUF0, 0x4, IORL) CreateByteField(BUF0, 0x5, IORH) CreateByteField(BUF0, 0x19, IRQL) CreateByteField(BUF0, 0x1c, DMAV) Return(BUF0) } The problem is that this AML is trying to create a field at exceeded position (0x19) of the Buffer (size is 0x18). And strangely, this method just return the buffer w/o any changes after CreateByteField operations. I guess that BIOS writer forgotten to delete CreateByteField statements, or change the buffer size. Now that we have DSDT override patches; http://home.jp.freebsd.org/cgi-bin/showmail/acpi-jp/1347 or http://home.jp.freebsd.org/cgi-bin/showmail/acpi-jp/1349 and AML disassembler (acpidump), and ASL compiler (iasl) in ports/devel/acpicatools/. Maxim, could you apply the following patches and try DSDT overriding? Thanks --- Tyan-S1590.asl.org Wed Oct 24 22:00:44 2001 +++ Tyan-S1590.asl Wed Oct 24 22:02:09 2001 @@ -884,12 +884,14 @@ } Method(_CRS) { Name(BUF0, Buffer(0x18) {0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x79, 0x0 }) +/* CreateByteField(BUF0, 0x2, IOLO) CreateByteField(BUF0, 0x3, IOHI) CreateByteField(BUF0, 0x4, IORL) CreateByteField(BUF0, 0x5, IORH) CreateByteField(BUF0, 0x19, IRQL) CreateByteField(BUF0, 0x1c, DMAV) +*/ Return(BUF0) } Name(_PRS, Buffer(0x1a) {0x30, 0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x38, 0x79, 0x0 }) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 6:32:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 504B937B406; Wed, 24 Oct 2001 06:32:23 -0700 (PDT) Received: from [166.70.7.36] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 15wO8s-0001kv-00; Wed, 24 Oct 2001 07:32:23 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id f9ODW9C74286; Wed, 24 Oct 2001 23:02:09 +0930 (CST) (envelope-from glewis) Date: Wed, 24 Oct 2001 23:02:09 +0930 From: Greg Lewis To: Martin Dieringer Cc: freebsd-java@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: jdk 1.1.8 on -current? Message-ID: <20011024230209.A74266@misty.eyesbeyond.com> References: <20011023101019.H623-100000@ThinkPad.nowhere.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023101019.H623-100000@ThinkPad.nowhere.local>; from dieringe@zedat.fu-berlin.de on Tue, Oct 23, 2001 at 10:16:09AM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 10:16:09AM +0200, Martin Dieringer wrote: > Hi, > after updating -current many programs seem to be incompatible. > after recompiling they work, though. > jdk1.1.8 has the same problem, but I can't recompile this... > the error is: > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" > > the package on current.freebsd.org doesn't work. > Is there a version for current -current? Do you have the compat3 libraries installed? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 6:55:51 2001 Delivered-To: freebsd-current@freebsd.org Received: from hal-5.inet.it (hal-5.inet.it [213.92.5.24]) by hub.freebsd.org (Postfix) with ESMTP id EE7F637B401 for ; Wed, 24 Oct 2001 06:55:47 -0700 (PDT) Received: (from root@localhost) by hal-5.inet.it (8.11.1/8.11.1) id f9ODtj877958 for ; Wed, 24 Oct 2001 15:55:45 +0200 Received: from acampi.inet.it(213.92.1.165) by hal-5.inet.it via I-SMTP id s-213.92.1.165-tUdP4J; Wed Oct 24 15:55:45 2001 Received: by acampi.inet.it (Postfix, from userid 1000) id 5C4FF15562; Wed, 24 Oct 2001 15:31:51 +0200 (CEST) Date: Wed, 24 Oct 2001 15:31:51 +0200 From: Andrea Campi To: freebsd-current@FreeBSD.org Subject: -CURRENT freeze under high load Message-ID: <20011024153151.A75454@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am trying to diagnose a problem I've been having for a few weeks (I didn't report it earlier because I didn't have much time to hunt for it). The symptom is a total system freeze, i.e. I can't get into DDB. I can repeat it only with qmail, but of course I don't think it's qmail specific in any way; probably something to do with locking. To reproduce it I run: find . -type f | xargs mutt (on my machine, all emails get delivered to me) A kernel from Oct 1 doesn't have this issue; a kernel from Oct 5 has. I'll start binary searching for a commit I can blame. Anybody seen anything like this? Bye, Andrea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 7:13:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from pcat.heimat.gr.jp (catv-129-243.tees.ne.jp [202.216.129.243]) by hub.freebsd.org (Postfix) with ESMTP id 50DB037B40B for ; Wed, 24 Oct 2001 07:13:45 -0700 (PDT) Received: (from root@localhost) by pcat.heimat.gr.jp (8.11.4+3.4W/8.11.4) id f9OEDcP40645 for current@freebsd.org; Wed, 24 Oct 2001 23:13:38 +0900 (JST) Received: from xa12.heimat.gr.jp (xa12.heimat.gr.jp [202.216.136.35]) by pcat.heimat.gr.jp (8.11.4+3.4W/8.11.4av) with ESMTP id f9OEDZw40638 for ; Wed, 24 Oct 2001 23:13:36 +0900 (JST) To: current@FreeBSD.ORG Subject: Re: -CURRENT freeze under high load References: <20011024153151.A75454@webcom.it> MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII From: NAKAJI Hiroyuki Date: 24 Oct 2001 23:13:35 +0900 In-Reply-To: <20011024153151.A75454@webcom.it> (Andrea Campi's message of "Wed, 24 Oct 2001 13:56:00 +0000 (UTC)") Message-ID: <86r8rtktww.fsf@xa12.heimat.gr.jp> Lines: 144 User-Agent: T-gnus/6.15.3 (based on Oort Gnus v0.03) (revision 06) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> In <20011024153151.A75454@webcom.it> >>>>> andrea@webcom.it (Andrea Campi) wrote: AC> Anybody seen anything like this? Well, it may not be the case, but I have similar problem. In my case, just after login via xdm installed from port/x11/XFree86-4, load average gets very much increased up to about 4.0 and the mouse cannot work smoothly. It occurs when uptime becomes one day or more. Fortunately, my system never freeze or hangup. Here is dmesg. Mainboard is ASUS P3V4X and CPU is P3 933MHz with ASUS S370-??. Copyright (c) 1992-2001 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 5.0-CURRENT #35: Wed Oct 17 15:51:39 JST 2001 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (936.75-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 671072256 (655344K bytes) avail memory = 647983104 (632796K bytes) Preloaded elf kernel "/boot/kernel/kernel" at 0xc0471000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04710b4. Pentium Pro MTRR support enabled Using $PIR table, 8 entries at 0xc00f0e60 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: power button is handled as a fixed feature programming model. acpi_button0: on acpi0 fdc0: port 0x3f7,0x3f2-0x3f5 irq 6 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0 port 0x778-0x77b,0x378-0x37f irq 7 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: IEEE1284 device found /NIBBLE/ECP/ECP_RLE Probing for PnP devices on ppbus0: ppbus0: PRINTER POSTSCRIPT plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: failed to get data. psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 pcib0: at pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xb800-0xb80f at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at device 4.2 (no driver attached) xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xb000-0xb07f mem 0xe1800000-0xe180007f irq 5 at device 9.0 on pci0 xl0: Ethernet address: 00:01:02:c2:15:af miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto csa0: mem 0xe0800000-0xe08fffff,0xe1000000-0xe1000fff irq 10 at device 10.0 on pci0 csa: card is Unknown/invalid SSID (CS4614) pcm0: on csa0 ahc0: port 0xa800-0xa8ff mem 0xe0000000-0xe0000fff irq 11 at device 12.0 on pci0 aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/255 SCBs atapci1: port 0x9000-0x90ff,0x9400-0x9403,0x9800-0x9807,0xa000-0xa003,0xa400-0xa407 irq 5 at device 13.0 on pci0 ata2: at 0xa400 on atapci1 ata3: at 0x9800 on atapci1 orm0: MARINET - =D0=F1=EF=F3=F6=EF=F1=DC Router Zyxel = Prestige
 

=D0=D1=CF=D3=D4=C1=D4=C5=D8=D4=C5 =D4=CF = =C3=D1=C1=D6=C5=C9=CF =D3=C1=D3 =C1=D0=CF =D4=CF=D5=D3=20 =C9=CF=D5=D3 =
=C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 =E1=F0=FC = =F4=E5=F7=ED=E9=EA=EF=FD=F2=20 =EC=E1=F2
=C4=E9=E1=F1=EA=DE=F2 = =D5=F0=EF=F3=F4=DE=F1=E9=EE=E7 &=20 =C1=ED=E1=ED=DD=F9=F3=E7
=D0=D1=CF=D3=D6=CF=D1=C1 = 10.000 =C4=D1=D7=20

=D0=F1=EF=F3=F4=E1=F4=DD=F8=F4=E5 =F4=E1 = =DD=E3=E3=F1=E1=F6=DC =F3=E1=F2 =E1=F0=FC =F4=EF=F5=F2=20 =E9=EF=FD=F2:

Symantec Norton Antivirus 2002 - 9.800=20 =E4=F1=F7
Symantec Systemworks 2001 - 17.000 = =E4=F1=F7=20
McAffee Virusscan - 9.600 = =E4=F1=F7
McAffee Office 2001=20 - 35.000 =E4=F1=F7
=C1=ED=E1=ED=DD=F9=F3=E7 = =E2=E9=E2=EB=E9=EF=E8=E7=EA=FE=ED =E9=FE=ED - 10.000=20 =E4=F1=F7
=C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 = =E1=F0=FC =F4=E5=F7=ED=E9=EA=FC =EC=E1=F2 - 10.000 =E4=F1=F7

=D0=E1=F1=DD=F7=EF=F5=EC=E5 =F3=F5=EC=E2=FC=EB=E1=E9=E1 = =E4=E9=E1=F1=EA=EF=FD=F2=20 = =F5=F0=EF=F3=F4=DE=F1=E9=EE=E7=F2.

*=CF=E9 =F4=E9=EC=DD=F2 =E4=E5=ED = =F0=E5=F1=E9=EB=E1=EC=E2=DC=ED=EF=F5=ED =D6=D0=C1 18%=20 =

 

=D5=F0=E5=FD=E8=F5=ED=EF=F2 = =D0=F9=EB=DE=F3=E5=F9=ED
=CD=E9=EA=FC=EB=E1=EF=F2=20 =CC=F0=EF=F3=DF=ED=E7=F2
=F4=E7=EB.: = 4101130,1
fax:=20 4101132
e-mail:
sales@marinet.gr=20
=D3=F5=EC=F0=EB=E7=F1=FE=F3=F4=E5 =F4=E1=20 =F3=F4=EF=E9=F7=E5=DF=E1 =E3=E9=E1=20 = =F0=EB=E7=F1=EF=F6=EF=F1=DF=E5=F2:
=C5=F4=E1=E9=F1=E5=DF=E1: =  
=BC=ED=EF=EC=E1=20 (=F5=F0=E5=F5=E8=FD=ED=EF=F5):  
=CF=E4=FC=F2, =E1=F1=E9=E8=EC=EF=F2:=20  
=D0=FC=EB=E7:  
=D4.=CA.  
=D4=E7=EB=DD=F6=F9=ED=EF:  
FAX:  
E-mail: =  
     
=C5=ED=E4=E9=E1=F6=E5=F1=FC=EC=E1=F3=F4=E5 = =E3=E9=E1 =F4=E1 =F0=E1=F1=E1=EA=DC=F4=F9 =F0=E1=EA=DD=F4=E1:=20
Symantec Norton Antivirus 2002 = -9.000=20 =E4=F1=F7:
McAffee=20 Virusscan - 9.000 =E4=F1=F7:
=D3=F5=ED=E4=F1=EF=EC=DE Internet = PSTN: 3 =EC=E7=ED=E7=20 =20 6=EC=E7=ED=E7 =20 12=EC=E7=ED=E7 =20
=D3=F5=ED=E4=F1=EF=EC=DE Internet = ISDN 64K: 3 =EC=E7=ED=E7=20 6=EC=E7=ED=E7 12=EC=E7=ED=E7
=D3=F5=ED=E4=F1=EF=EC=DE Internet = ISDN 128K: 3 =EC=E7=ED=E7=20 6=EC=E7=ED=E7 12=EC=E7=ED=E7
=CF=EB=EF=EA=EB=E7=F1=F9=EC=DD=ED=E5=F2 =CB=FD=F3=E5=E9=F2 = =CC=E7=F7=E1=ED=EF=E3=F1=DC=F6=E7=F3=E7=F2=20 :
=D5=F0=E7=F1=E5=F3=DF=E5=F2 = Internet (=E9=F3=F4=EF=F3=E5=EB=DF=E4=E5=F2, e-shop,=20 webhosting) :
=C5=EC=F0=EF=F1=E9=EA=DD=F2 = =C5=F6=E1=F1=EC=EF=E3=DD=F2 : =20
=C1=EC=F6=DF=E4=F1=EF=EC=EF = =E4=EF=F1=F5=F6=EF=F1=E9=EA=FC Internet:
=C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 = & =F3=F5=ED=F4=DE=F1=E7=F3=E7 =F4=EF=F0=E9=EA=EF=FD = =E4=E9=EA=F4=FD=EF=F5=20 :
=CC=FC=ED=E9=EC=E5=F2=20 =EC=E9=F3=E8=F9=EC=DD=ED=E5=F2 = =E3=F1=E1=EC=EC=DD=F2 :
=CC=E5=DF=F9=F3=E7=20 = =F4=E7=EB=E5=F0=E9=EA=EF=E9=ED=F9=ED=E9=E1=EA=EF=FD = =EA=FC=F3=F4=EF=F5=F2 =F5=F0=E5=F1=E1=F3=F4=E9=EA=FE=ED = =EA=EB=DE=F3=E5=F9=ED :=20 =20 =
=CB=E5=F0=F4=EF=EC=DD=F1=E5=E9=E5=F2:
=20
 
=20 =20 =

=C1=ED =E4=E5=ED = =E5=F0=E9=E8=F5=EC=E5=DF=F4=E5 =ED=E1 =EB=DC=E2=E5=F4=E5 =EE=E1=ED=DC = =EA=DC=F0=EF=E9=E1=20 =F0=F1=EF=F3=F6=EF=F1=DC =EC=E5 e-mail =E1=F0=FC =F4=E7=ED = =E5=F4=E1=E9=F1=DF=E1 =EC=E1=F2
=F0=E1=F1=E1=EA=E1=EB=FE = =F0=E1=F4=DE=F3=F4=E5 =F4=EF=20 =F0=E1=F1=E1=EA=DC=F4=F9 = =EA=EF=F5=EC=F0=DF.

=20

=D5=F0=EF=F5=F1=E3=E5=DF=EF = =C1=ED=DC=F0=F4=F5=EE=E7=F2 - =D0=F1=FC=E3=F1=E1=EC=EC=E1=20 =C4=E9=EA=F4=F5=F9=E8=E5=DF=F4=E5
10.000 = =E5=F0=E9=F7=E5=E9=F1=DE=F3=E5=E9=F2 =E1=EE=E9=EF=F0=EF=DF=E7=F3=E1=ED = =DE=E4=E7 =F4=EF=20 =F0=F1=FC=E3=F1=E1=EC=EC=E1
=E3=E9=E1 =F4=E7=ED = =F0=F1=EF=EC=DE=E8=E5=E9=E1 =E7=EB=E5=F4=F1=EF=ED=E9=EA=EF=FD = =E5=EE=EF=F0=EB=E9=F3=EC=EF=FD =EA=E1=E9=20 =F5=F0=E7=F1=E5=F3=E9=FE=ED.


OTE : =CC=E5=DF=F9=F3=E7 = =F4=EF=F5 =F0=DC=E3=E9=EF=F5 =F4=DD=EB=EF=F5=F2 ISDN =E1=F0=FC=20 6.000 =E4=F1=F7/=EC=DE=ED=E1 =F3=E5 4.500 = =E4=F1=F7/=EC=DE=ED=E1


Marinet
=C1=EB=E9=F0=DD=E4=EF=F5 18,=20 18531 =D0=E5=E9=F1=E1=E9=DC=F2
=D4=E7=EB 01 = 4101130,1
Fax=20 014101132

sales@marinet.gr=20 =

=
------=_NextPart_001_000B_01C15CD4.D549F2E0-- ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: image/gif; name="formlogo.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marinet.gr/sales/images/formlogo.gif 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 tVQIAAA7 ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: image/gif; name="norton_antivirus.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marinet.gr/sales/antivirus/images/norton_antivirus.gif R0lGODlhbgCPANUAAP////7NAPwKFJBsA66NAxEGAv/sAfSxA+fylP/TAf+gpqWlotSlAf/xAcvK x/9OW/7kAVAuCf/bAWVpZ9y4NteLAp/wZf/M0OzEAejo6N22F9G4YuG1Af3SGbKbSPj4+PDw8P/0 xMOjAf7r7f/09My0Af/6+nFcAv96gtevFNBcAdXCBfv///798//f4f7gWf3+/PjbAv/UIvTgAfXP AezWAN3c3dzLNsTMnPf393b5Ff7XBvv7+/3kEO7/4fr9+SH5BAAAAAAALAAAAABuAI8AAAb/QIBw SCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweExGfkC5T269/rjf8Libx4PZ7WUyLJex+XkAeEN3 hIUwdIg8cGyMjWxqaY9yk5STdFMZCws2Dg42RCELE595SDCBhqmChXSCURkDEaKbLEIhNwW5DqVW p0I/gVoZFBOefkMIHRG5ETl+nDYZfZzSGb68RAgW2zoIRddSGTgO0zanLS89CAu5Nprv8O/medX1 MNrbFt7Cftt+vi8a9KAQIQKnBZ0cvFOoyROgMTziIbyHoKK+LX1w+LMWKEQHDAxksXB2KJGiSHW4 EAJE50O9agAqWtwnBFw4Gzg0HhPCIsSL/w0LWNSyOQZEQoUMkR79tG3mtyoZdc6rSUcoNiEg/JDL YIyrp06bADTVRhNLRn9TB12tgkCH224Yceqw8G8I1w8OchQBkWEtkxY+KvrY8mzBuKksbBRwMMHr Bz8TJgDwxKJPX79EiJpVGHkBRwCJC3TuLCvCBFGnTUv2e0pzFq7yPk+ObJrzhA+aiqG2cftqrTGW M25o4YvxgtrHJee2naF3F9dFfgfrghPHBgoMNLTgybs5alEsjn9v7NwKNU9cqVGB/gQ7g/fZtw+p VQsECBYs72e4/wFADvZPKOQVNLssAWAV7sGnAQlFXKDABSaoNd8QPJhwigIPjHDBBQwCsP/hCAqg MB04XpXYyWWmiJHge9pN+IAAAlzg2ikXPKCAEC9eAOONJOwIY4dGdAINJwImIR0YK8ZHhAswCnBj TUeg4KQQDprw4o1MCuDChqYcAsAHdgw1HWhG2HRge+9xwKJ8Fwrw4gNUPngBCihcAACGbipAggJ6 KuCmCTo+YAKfgD5Yp4MuwOCgnSCioMCWLpQ5hIMKjNBFgmpqEOEQUvopgBCeNhmjqAKMkGOgdwqA ggkwmiAljHRO6ScKMLwIK5dIYPjArk+OiSB8ImQHZK0x5piqk54qYKWqJCzLIYwAdArAj1I+UKe0 swbqwoMphtpkpBP+ygEBEYjQYiA9CgD/A7Z/EnvjlQA4S2yNMbIqAAnSujuoqjo6CeCbu+64BXbj RqAkqH/6CafCOPrbKQzydtqqvfhOCcCV+4po6wPgQjnECDBaG/ADZzZBMAEnKHnKqwF/qvAp8GLs bKrVwpBuxQrA7O+sJozAchJM7iq0m+GKS8AAB19MaqkvK/2uv/JmOeXNDzsdraoWekg0EqaGbKuI Wpyc8rnpVurClQxbXe0D9Nq5bIwAUG0xy7AG/aYSrzZp48DviUBAdhEq+mPDfBLt7rFOGrvujzZT a7HUUqIAcsgdH3G2rVhL+CsDKB+8rYxCfP55IB/GCeGWHULamguRkuACkBoyOAKDrkPI/8ScvFbe EQIvTHEy0ufeobkSWU8xoxM/9DzCNS2EgIAMHQQQgO/vHZ30FkfylMTxTjTPuwzShz+9FL8fXHL2 2mPj/Qvgi+8+9ZwDTxxmkpriPe/Ru6+/9PBbryn9SoBB85zHvvzt74D8I1/f/nauI5QMCy0YIAEL uL8EJACB0rtg+KinAhWwqCIhCGEEXXGFO0QwhCGsyAvYB70daDAAL8QgDGU4vihgRwUC8KAGDBiA DnRABisMokyGSEQiBjGIMkhiB1xowQtacAdMbKIULSi+F1KRhvDDYXZ4SMMu6m+KYAyjGDUYQy9y MIdb9KIaYThGKUIxigmAYhybKAE4Tv9xhk6coR5rCIUbViBTXFxjFdvYxDdKIAE0oIEEFslIRiaS BhhQZAIaeUgaBAADUsQAJmnAgA0qsIMVSKMar0hIMEJxkZPkwAAGIAIMcIAGJSgBA0SgyqMN4G80 IAAB/GbLWupylcAcgCdtyIAO6jCQNHTiC+1YSEM2MpcDOIE0MXCCgkQzmicQwSqpKU1sEgADwZSm OIWZQGIyoAKh3GEXy2hBAnBAArfEwCFdSM8dUJKRNfjlLWOwyqPt8mgr8FsuealLEQTgb7r8pwgW Osw+FhON6kwmGScZAINhIBcMqOMc7XnPRsbgozGYAQRGSlIJQGAGiySpSlG5SDnesZz/Dq2ACtKJ zANKUQLgVEEsIlCBALSUox1NqQGGCgEMrMAAJy1BDEoKgY9y4J3jeiUkMbBH/VFPpsdEYAw1SNUA qOAE0YzACWY6SXsClZEr/Wc/A2rLX2LAlv0MZjQZcEU2iu+MAhAlBrn6ngNUYBkoi+ZMfdpRlY6U m9dkZWJXmU0RgJWxch2APMlY1auiU69aveABGHAAv+ZirMCswCQpadiRGgCcIijBQlfQAAyUYAUr UG0JNBlLTa5AkzXAQAxocMcyXnWmmK0gFTfb2b8WoCAnCCVhG1lakhqgAdCFLlKfG13pUpeoJWVk FPd3xplGNLPDPcAlZTqAApwAkyNF/2tzIYDU5hJ1qPCNb3O1K0WrKvA9NJVhMzkagOIWgAArXa9h qVvdBsT3wO0tbSO3+z4FyjSv3/0iGy2oXQyIlwMR4ECC3Wta6kpgXP0UAQ2si2D4Kpi+ZeQjmjrI oppO+ImnTMBmLxkBDAjYtOx9LjiXkYsemxcDBi6xfFfa0iY2mJg4zCp4ndnfA+wAAxm+sWkbwE9m gPWXBckFAYIs5A1DoJFGvqsCOSDTCkTYfW5sZJPtGQECeFmlQ23tMgwGgQJD4ADl/S+Xu0xkjdZV xU64IYvPPEgKq7mzJo2FgOHLgGqK4LkIhu4OjDviLps4uwyG6Yoh6uJmHvoAJmVAAf8wMF0cs7cB IfmmpSVdAT1bGrvpLXIMf5tfmz6RkjvobAIgsIOCJPjXUD5Bpbss3QMUhMR8jrWfxYxkTtva0GiV QH8DMFIOuNq5BthBNTmw50hHNwDVJDGyL63sMAPaZPhV8hdvzVwINHnXECivCLrdahWsGtLQTYBY CxxdBPeZiQ1F0zlrjeZCtnuk/ZXnl09QgHnDt6I1DvKe+Q1dDM+b4t1OMIoDHuiHejAFyEyzekf6 ZPGmt7xubgAERD2AcRO4wAaIZp0x7m9lA1zTHQcuA0Au3DgenKQyNvmXy1vjHZSX296muC6BjPFx Z3fZOEc3KIObQWinFM7u7iy12Rv/kuP6ut8vL/AMYsGApsP80huPOhNumMMS8LzgPh851oPu0zrH u8cD4MDMKX5acrU57E0f8pf9rEHLhvLthT7repGKU62z16s+Pu4t/6nLajKD22Y/O6xlXfhPshjx 4TO43OFM1CaLt5j/hYA2eRx5ZgC435lHNqbDzMHPB1L0Vyf9gSGg2QOooADClMAMdgsSAuh0AB6U QOz5Tm7Oq30Jgj787a2+eCG7u9XJHfhlGcAB3dJ8+YJ3/rnXDp/3gL7qcTdpaYltgAC0uuVojXPs Ac/v8BP++UrATgqus/Ppp9+9lhYAonYCBrZ8Blhd9sdg8MN/5zdhQAWAXdZfXwdz/3x3gLIXawp4 Xwzofw+4fkJmYDQ2agVIfxRogPZ3SFe0gPrHgaPXYR/4ZL+3ZYCHbxaIgM13f+MHfe+xgev2fwO2 akUlahEwcyQoXbA3fzeYgebEg3DXgboXgAfAcFtWg+CXhHWlgiLQgLjngauGU61WAEoVP7sUA1So eRoHdTmYfzu4gj3ohNj2gZB2SXnGesyANHtXgwl4heQTLBuQAv3Xhi34agUobX/FYwWRZa5HhAc4 ZGmXhkngHhuwAX/YhIF4b/kmTt8UA9LmV5Z3XBe3iGgnaxyHbjtnfiGXfur3hh8oXdamAvzWAzsg gBUQC69ngjeIgszmUOXXgBP2c/85dm+T1nDVxWtQhAHb90c0cIeBd4t/Bj/wwYt0NHrsB13uRgDC +Fy8lmO8Jj0g0Vc0EHbgyIyzdl/PeIo++ITxJXGECHzS1QMkaABBp0nfuIybh4aOiARJAo3slnsu CF8j+FybuAwqtwMliIAldwCR9HKQlofjaE7l2HOKh46RVlTU9F8J0AMmmAAWhpAxoJCMKIqjSH67 WFNbKJEHBoLud1wjdoRFaAA0sFmvtHe7N3j26Iym+GwRqYol1gCXZGx6RoVZx5ELGYo1SY43aWs5 2Y/ehlPgdFw1UIYNIAGbFUlEiF2MZG73eAT52Gn7mIpKmY4qZ2GFOAMFGXvuxln/uiWODamLD/ls o8WPX+mP7ddZM4V5CGiB8ZiMVolKvmWUk9hzqPiDO9kAdEcDFaCMiwhdUomQaVlufemQR+mWvnhv MhYABvBHZTl/KtdZmtSRNPlnWWkEW7lXuOeVv+htFHlaFVCESAiCCMkAHQmSIamDI6lfXcmFkTaX BMkATHddgSdxRmhgYskABiCb+PeI5feXkumLpwmWuRYADWCYBMaaBXiX2NiNxWmPoVkEo6lV6Eda OnmS7UdqqMZ01pV5Q+mPMpaMfNmMfsmLGfRip5SKM/le/iiVCRCdqzmCwEmB/gicNMABS9WeR8aW kWlXmURVAZpIrhRLqUUAswWh/wu1S3UGX5r0XLzpcvV3npCWT600eDeXiwLXlpdESwvFOQSVUI4F Vo91SwEVULWVjjKmfDtAnDbobenZANYYAQMQa1h5nPiYnIgHTrc0ebt0orMUoJoUSTUwA07aVE6a WyXAZXdmmQ3QfRK3iifZAAxXAAzwmSm2nUTQnZe0pF1lpt33VK51pE9VUKp1NH6Tjv2lfBLAAGSZ cWAplwZgjQUwoNoJpFoppAaEAbzESipqpL/ES6m1WrmlSU56YFJppa6UnrkZXyAxi3p3lWEqpkNA puCkULuUpk/FoJi0A5Ckl+0FhRX6SmBXqUNVp5cFpps6BR7wNyTag3R0a/Opfv9L9WUnlVuQKl6v KqBclnHWdWedtQMg+qOzqQS3lCZ/CUYThkmvVKaQxJuxJKHflFAlkKpDNacGlgB6h6fPtUtBRmSZ Zl9R4AEiAFux9F0cQEuz1Eq/tEvXJE1/M3l+M0sDEFuwVQPTNV1SaWMGBkkfOAPLAGSYhosYRKup xUorEFHiylhg1Wj+xDkFxX2PxFsJoImKdGNz+Y1DhUg72aUtZ3PMWqDtUaivNahpQlWaJD6a9FR2 JEdnZZoqBa7fupJxZgAiwGMDkJ0EuqnN+ojxBKEr0D7S81T7qqL1uksTVUioaFJwObDa2JlIpUrS ZF4olrLqCgU3AKcQqgFK+1b/T8s53PdU3VdoN3Wzo1eZplWjCaVLFSBNmepSRPu1TxC2a0W2Mis9 vElKpSRFkIRIkcRcqThtODZVA3cAZYWCf5a3nCoEN+A3RgVbStuLhKuRZVqmvMm0lIexcBpUXzZt jQQSHLBrnEdFoIlAU3ADJQCxsGVAASqAahIstzShiLqtT0tLahKv8rSrC2Z6nSVeXUtZa/S6sTsA ryWxHNCi3XQCutQ33OdKHHBJnRQAljRVaUpLKGhWwxt6mlpfglS0SFC5Rzq74UOovhuzMEtVojpL R4qxhjq3uwS5dGRIZsVMVlRVXaS8EBpLSSuzaiq//vRLqoSo3DdLvGmm6De4+S8VeuV7QcrbrrH1 XUSad6C6wN3bVQ88YVUXn4QkwaHHTmNUpmrrO7H0Wm6XPxrZwAFwvQ+sTBJWwiEsXHo0uCj8VH3j AZE4DugBAlRAASsMW1rov6OEvDPsRnHkQjt8uyLgAT6cE36wH0iywq8Fn+XLthTmxJektvIbxR6Q EzhQxUK8FtghS7FFAC5WRXAHY1xlvQYsxRtwGDZgHwCEBDmQu7E0AKCnTNFIRUt6uwlFx4ZxIrKR x1AAG8C0Q148yAZMAFKsCUAsDQ+kyFLAAzhRq5LsAZSMyA+ByaI8yqRcyqZ8yqicyqq8yqzcyq78 yrAcy7I8y6ocBAA7 ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: image/gif; name="mcaffee_office.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marinet.gr/sales/antivirus/images/mcaffee_office.gif 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 ------=_NextPart_000_000A_01C15CD4.D549F2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 21:31:12 2001 Delivered-To: freebsd-current@freebsd.org Received: from zeus.marinet.gr (www.marinet.gr [62.1.205.9]) by hub.freebsd.org (Postfix) with ESMTP id 5D6EF37B405; Wed, 24 Oct 2001 21:23:19 -0700 (PDT) Received: from athena ([62.1.154.6]) by zeus.marinet.gr (8.9.3/8.9.3) with SMTP id VAA06905 for ; Wed, 24 Oct 2001 21:05:36 +0300 Message-ID: <001001c15cbc$49e2ec60$120152a6@marinet.gr> From: "Sotiria Petrou" To: Subject: =?iso-8859-7?B?TWFyaW5ldCAtINDRz9PUwdTF2NTFINTPIMPRwdbFyc8g08HTIME=?= =?iso-8859-7?B?0M8g1M/V0yDJz9XTIA==?= Date: Wed, 24 Oct 2001 21:42:50 +0300 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_000A_01C15CD4.D549F2E0" 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-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_000B_01C15CD4.D549F2E0" ------=_NextPart_001_000B_01C15CD4.D549F2E0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable MARINET - =D0=F1=EF=F3=F6=EF=F1=DC Antivirus =20 =D0=D1=CF=D3=D4=C1=D4=C5=D8=D4=C5 =D4=CF = =C3=D1=C1=D6=C5=C9=CF =D3=C1=D3 =C1=D0=CF =D4=CF=D5=D3 =C9=CF=D5=D3=20 =C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 =E1=F0=FC = =F4=E5=F7=ED=E9=EA=EF=FD=F2 =EC=E1=F2=20 =C4=E9=E1=F1=EA=DE=F2 = =D5=F0=EF=F3=F4=DE=F1=E9=EE=E7 & =C1=ED=E1=ED=DD=F9=F3=E7 =D0=D1=CF=D3=D6=CF=D1=C1 10.000 =C4=D1=D7=20 =20 =20 =20 =D0=F1=EF=F3=F4=E1=F4=DD=F8=F4=E5 =F4=E1 = =DD=E3=E3=F1=E1=F6=DC =F3=E1=F2 =E1=F0=FC =F4=EF=F5=F2 =E9=EF=FD=F2: =20 =20 Symantec Norton Antivirus 2002 - 9.800 =E4=F1=F7 Symantec Systemworks 2001 - 17.000 =E4=F1=F7=20 McAffee Virusscan - 9.600 =E4=F1=F7 McAffee Office 2001 - 35.000 =E4=F1=F7 =C1=ED=E1=ED=DD=F9=F3=E7 = =E2=E9=E2=EB=E9=EF=E8=E7=EA=FE=ED =E9=FE=ED - 10.000 =E4=F1=F7 =C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 =E1=F0=FC = =F4=E5=F7=ED=E9=EA=FC =EC=E1=F2 - 10.000 =E4=F1=F7=20 =D0=E1=F1=DD=F7=EF=F5=EC=E5 = =F3=F5=EC=E2=FC=EB=E1=E9=E1 =E4=E9=E1=F1=EA=EF=FD=F2 = =F5=F0=EF=F3=F4=DE=F1=E9=EE=E7=F2. =20 =20 =20 *=CF=E9 =F4=E9=EC=DD=F2 =E4=E5=ED = =F0=E5=F1=E9=EB=E1=EC=E2=DC=ED=EF=F5=ED =D6=D0=C1 18%=20 =20 =20 =20 =20 =D5=F0=E5=FD=E8=F5=ED=EF=F2 =D0=F9=EB=DE=F3=E5=F9=ED =CD=E9=EA=FC=EB=E1=EF=F2 =CC=F0=EF=F3=DF=ED=E7=F2 =F4=E7=EB.: 4101130,1 fax: 4101132 e-mail: sales@marinet.gr =20 =20 =D3=F5=EC=F0=EB=E7=F1=FE=F3=F4=E5 =F4=E1 = =F3=F4=EF=E9=F7=E5=DF=E1 =E3=E9=E1 =F0=EB=E7=F1=EF=F6=EF=F1=DF=E5=F2:=20 =C5=F4=E1=E9=F1=E5=DF=E1: =20 =BC=ED=EF=EC=E1 (=F5=F0=E5=F5=E8=FD=ED=EF=F5): =20 =CF=E4=FC=F2, =E1=F1=E9=E8=EC=EF=F2: =20 =D0=FC=EB=E7: =20 =D4.=CA. =20 =D4=E7=EB=DD=F6=F9=ED=EF: =20 FAX: =20 E-mail: =20 =20 =C5=ED=E4=E9=E1=F6=E5=F1=FC=EC=E1=F3=F4=E5 =E3=E9=E1 = =F4=E1 =F0=E1=F1=E1=EA=DC=F4=F9 =F0=E1=EA=DD=F4=E1: =20 Symantec Norton Antivirus 2002 -9.000 = =E4=F1=F7: =20 McAffee Virusscan - 9.000 =E4=F1=F7: =20 =D3=F5=ED=E4=F1=EF=EC=DE Internet PSTN: 3 = =EC=E7=ED=E7 6=EC=E7=ED=E7 12=EC=E7=ED=E7 =20 =D3=F5=ED=E4=F1=EF=EC=DE Internet ISDN = 64K: 3 =EC=E7=ED=E7 6=EC=E7=ED=E7 12=EC=E7=ED=E7 =20 =D3=F5=ED=E4=F1=EF=EC=DE Internet ISDN = 128K: 3 =EC=E7=ED=E7 6=EC=E7=ED=E7 12=EC=E7=ED=E7 =20 =CF=EB=EF=EA=EB=E7=F1=F9=EC=DD=ED=E5=F2 = =CB=FD=F3=E5=E9=F2 =CC=E7=F7=E1=ED=EF=E3=F1=DC=F6=E7=F3=E7=F2 : =20 =D5=F0=E7=F1=E5=F3=DF=E5=F2 Internet = (=E9=F3=F4=EF=F3=E5=EB=DF=E4=E5=F2, e-shop, webhosting) : =20 =C5=EC=F0=EF=F1=E9=EA=DD=F2 = =C5=F6=E1=F1=EC=EF=E3=DD=F2 : =20 =C1=EC=F6=DF=E4=F1=EF=EC=EF = =E4=EF=F1=F5=F6=EF=F1=E9=EA=FC Internet: =20 =C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 & = =F3=F5=ED=F4=DE=F1=E7=F3=E7 =F4=EF=F0=E9=EA=EF=FD =E4=E9=EA=F4=FD=EF=F5 = : =20 =CC=FC=ED=E9=EC=E5=F2 = =EC=E9=F3=E8=F9=EC=DD=ED=E5=F2 =E3=F1=E1=EC=EC=DD=F2 : =20 =CC=E5=DF=F9=F3=E7 = =F4=E7=EB=E5=F0=E9=EA=EF=E9=ED=F9=ED=E9=E1=EA=EF=FD = =EA=FC=F3=F4=EF=F5=F2 =F5=F0=E5=F1=E1=F3=F4=E9=EA=FE=ED = =EA=EB=DE=F3=E5=F9=ED : =20 =20 =20 =CB=E5=F0=F4=EF=EC=DD=F1=E5=E9=E5=F2:=20 =20 =20 =20 =20 =20 =C1=ED =E4=E5=ED =E5=F0=E9=E8=F5=EC=E5=DF=F4=E5 =ED=E1 = =EB=DC=E2=E5=F4=E5 =EE=E1=ED=DC =EA=DC=F0=EF=E9=E1 = =F0=F1=EF=F3=F6=EF=F1=DC =EC=E5 e-mail =E1=F0=FC =F4=E7=ED = =E5=F4=E1=E9=F1=DF=E1 =EC=E1=F2=20 =F0=E1=F1=E1=EA=E1=EB=FE =F0=E1=F4=DE=F3=F4=E5 =F4=EF = =F0=E1=F1=E1=EA=DC=F4=F9 =EA=EF=F5=EC=F0=DF. =20 =20 =20 =D5=F0=EF=F5=F1=E3=E5=DF=EF = =C1=ED=DC=F0=F4=F5=EE=E7=F2 - =D0=F1=FC=E3=F1=E1=EC=EC=E1 = =C4=E9=EA=F4=F5=F9=E8=E5=DF=F4=E5=20 10.000 =E5=F0=E9=F7=E5=E9=F1=DE=F3=E5=E9=F2 = =E1=EE=E9=EF=F0=EF=DF=E7=F3=E1=ED =DE=E4=E7 =F4=EF = =F0=F1=FC=E3=F1=E1=EC=EC=E1=20 =E3=E9=E1 =F4=E7=ED =F0=F1=EF=EC=DE=E8=E5=E9=E1 = =E7=EB=E5=F4=F1=EF=ED=E9=EA=EF=FD =E5=EE=EF=F0=EB=E9=F3=EC=EF=FD = =EA=E1=E9 =F5=F0=E7=F1=E5=F3=E9=FE=ED. =20 OTE : =CC=E5=DF=F9=F3=E7 =F4=EF=F5 =F0=DC=E3=E9=EF=F5 = =F4=DD=EB=EF=F5=F2 ISDN =E1=F0=FC 6.000 =E4=F1=F7/=EC=DE=ED=E1 =F3=E5 = 4.500 =E4=F1=F7/=EC=DE=ED=E1 =20 Marinet =C1=EB=E9=F0=DD=E4=EF=F5 18, 18531 = =D0=E5=E9=F1=E1=E9=DC=F2 =D4=E7=EB 01 4101130,1 Fax 014101132 sales@marinet.gr=20 =20 =20 =20 ------=_NextPart_001_000B_01C15CD4.D549F2E0 Content-Type: text/html; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable MARINET - =D0=F1=EF=F3=F6=EF=F1=DC Router Zyxel = Prestige
 

=D0=D1=CF=D3=D4=C1=D4=C5=D8=D4=C5 =D4=CF = =C3=D1=C1=D6=C5=C9=CF =D3=C1=D3 =C1=D0=CF =D4=CF=D5=D3=20 =C9=CF=D5=D3 =
=C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 =E1=F0=FC = =F4=E5=F7=ED=E9=EA=EF=FD=F2=20 =EC=E1=F2
=C4=E9=E1=F1=EA=DE=F2 = =D5=F0=EF=F3=F4=DE=F1=E9=EE=E7 &=20 =C1=ED=E1=ED=DD=F9=F3=E7
=D0=D1=CF=D3=D6=CF=D1=C1 = 10.000 =C4=D1=D7=20

=D0=F1=EF=F3=F4=E1=F4=DD=F8=F4=E5 =F4=E1 = =DD=E3=E3=F1=E1=F6=DC =F3=E1=F2 =E1=F0=FC =F4=EF=F5=F2=20 =E9=EF=FD=F2:

Symantec Norton Antivirus 2002 - 9.800=20 =E4=F1=F7
Symantec Systemworks 2001 - 17.000 = =E4=F1=F7=20
McAffee Virusscan - 9.600 = =E4=F1=F7
McAffee Office 2001=20 - 35.000 =E4=F1=F7
=C1=ED=E1=ED=DD=F9=F3=E7 = =E2=E9=E2=EB=E9=EF=E8=E7=EA=FE=ED =E9=FE=ED - 10.000=20 =E4=F1=F7
=C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 = =E1=F0=FC =F4=E5=F7=ED=E9=EA=FC =EC=E1=F2 - 10.000 =E4=F1=F7

=D0=E1=F1=DD=F7=EF=F5=EC=E5 =F3=F5=EC=E2=FC=EB=E1=E9=E1 = =E4=E9=E1=F1=EA=EF=FD=F2=20 = =F5=F0=EF=F3=F4=DE=F1=E9=EE=E7=F2.

*=CF=E9 =F4=E9=EC=DD=F2 =E4=E5=ED = =F0=E5=F1=E9=EB=E1=EC=E2=DC=ED=EF=F5=ED =D6=D0=C1 18%=20 =

 

=D5=F0=E5=FD=E8=F5=ED=EF=F2 = =D0=F9=EB=DE=F3=E5=F9=ED
=CD=E9=EA=FC=EB=E1=EF=F2=20 =CC=F0=EF=F3=DF=ED=E7=F2
=F4=E7=EB.: = 4101130,1
fax:=20 4101132
e-mail:
sales@marinet.gr=20
=D3=F5=EC=F0=EB=E7=F1=FE=F3=F4=E5 =F4=E1=20 =F3=F4=EF=E9=F7=E5=DF=E1 =E3=E9=E1=20 = =F0=EB=E7=F1=EF=F6=EF=F1=DF=E5=F2:
=C5=F4=E1=E9=F1=E5=DF=E1: =  
=BC=ED=EF=EC=E1=20 (=F5=F0=E5=F5=E8=FD=ED=EF=F5):  
=CF=E4=FC=F2, =E1=F1=E9=E8=EC=EF=F2:=20  
=D0=FC=EB=E7:  
=D4.=CA.  
=D4=E7=EB=DD=F6=F9=ED=EF:  
FAX:  
E-mail: =  
     
=C5=ED=E4=E9=E1=F6=E5=F1=FC=EC=E1=F3=F4=E5 = =E3=E9=E1 =F4=E1 =F0=E1=F1=E1=EA=DC=F4=F9 =F0=E1=EA=DD=F4=E1:=20
Symantec Norton Antivirus 2002 = -9.000=20 =E4=F1=F7:
McAffee=20 Virusscan - 9.000 =E4=F1=F7:
=D3=F5=ED=E4=F1=EF=EC=DE Internet = PSTN: 3 =EC=E7=ED=E7=20 =20 6=EC=E7=ED=E7 =20 12=EC=E7=ED=E7 =20
=D3=F5=ED=E4=F1=EF=EC=DE Internet = ISDN 64K: 3 =EC=E7=ED=E7=20 6=EC=E7=ED=E7 12=EC=E7=ED=E7
=D3=F5=ED=E4=F1=EF=EC=DE Internet = ISDN 128K: 3 =EC=E7=ED=E7=20 6=EC=E7=ED=E7 12=EC=E7=ED=E7
=CF=EB=EF=EA=EB=E7=F1=F9=EC=DD=ED=E5=F2 =CB=FD=F3=E5=E9=F2 = =CC=E7=F7=E1=ED=EF=E3=F1=DC=F6=E7=F3=E7=F2=20 :
=D5=F0=E7=F1=E5=F3=DF=E5=F2 = Internet (=E9=F3=F4=EF=F3=E5=EB=DF=E4=E5=F2, e-shop,=20 webhosting) :
=C5=EC=F0=EF=F1=E9=EA=DD=F2 = =C5=F6=E1=F1=EC=EF=E3=DD=F2 : =20
=C1=EC=F6=DF=E4=F1=EF=EC=EF = =E4=EF=F1=F5=F6=EF=F1=E9=EA=FC Internet:
=C5=E3=EA=E1=F4=DC=F3=F4=E1=F3=E7 = & =F3=F5=ED=F4=DE=F1=E7=F3=E7 =F4=EF=F0=E9=EA=EF=FD = =E4=E9=EA=F4=FD=EF=F5=20 :
=CC=FC=ED=E9=EC=E5=F2=20 =EC=E9=F3=E8=F9=EC=DD=ED=E5=F2 = =E3=F1=E1=EC=EC=DD=F2 :
=CC=E5=DF=F9=F3=E7=20 = =F4=E7=EB=E5=F0=E9=EA=EF=E9=ED=F9=ED=E9=E1=EA=EF=FD = =EA=FC=F3=F4=EF=F5=F2 =F5=F0=E5=F1=E1=F3=F4=E9=EA=FE=ED = =EA=EB=DE=F3=E5=F9=ED :=20 =20 =
=CB=E5=F0=F4=EF=EC=DD=F1=E5=E9=E5=F2:
=20
 
=20 =20 =

=C1=ED =E4=E5=ED = =E5=F0=E9=E8=F5=EC=E5=DF=F4=E5 =ED=E1 =EB=DC=E2=E5=F4=E5 =EE=E1=ED=DC = =EA=DC=F0=EF=E9=E1=20 =F0=F1=EF=F3=F6=EF=F1=DC =EC=E5 e-mail =E1=F0=FC =F4=E7=ED = =E5=F4=E1=E9=F1=DF=E1 =EC=E1=F2
=F0=E1=F1=E1=EA=E1=EB=FE = =F0=E1=F4=DE=F3=F4=E5 =F4=EF=20 =F0=E1=F1=E1=EA=DC=F4=F9 = =EA=EF=F5=EC=F0=DF.

=20

=D5=F0=EF=F5=F1=E3=E5=DF=EF = =C1=ED=DC=F0=F4=F5=EE=E7=F2 - =D0=F1=FC=E3=F1=E1=EC=EC=E1=20 =C4=E9=EA=F4=F5=F9=E8=E5=DF=F4=E5
10.000 = =E5=F0=E9=F7=E5=E9=F1=DE=F3=E5=E9=F2 =E1=EE=E9=EF=F0=EF=DF=E7=F3=E1=ED = =DE=E4=E7 =F4=EF=20 =F0=F1=FC=E3=F1=E1=EC=EC=E1
=E3=E9=E1 =F4=E7=ED = =F0=F1=EF=EC=DE=E8=E5=E9=E1 =E7=EB=E5=F4=F1=EF=ED=E9=EA=EF=FD = =E5=EE=EF=F0=EB=E9=F3=EC=EF=FD =EA=E1=E9=20 =F5=F0=E7=F1=E5=F3=E9=FE=ED.


OTE : =CC=E5=DF=F9=F3=E7 = =F4=EF=F5 =F0=DC=E3=E9=EF=F5 =F4=DD=EB=EF=F5=F2 ISDN =E1=F0=FC=20 6.000 =E4=F1=F7/=EC=DE=ED=E1 =F3=E5 4.500 = =E4=F1=F7/=EC=DE=ED=E1


Marinet
=C1=EB=E9=F0=DD=E4=EF=F5 18,=20 18531 =D0=E5=E9=F1=E1=E9=DC=F2
=D4=E7=EB 01 = 4101130,1
Fax=20 014101132

sales@marinet.gr=20 =

=
------=_NextPart_001_000B_01C15CD4.D549F2E0-- ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: image/gif; name="formlogo.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marinet.gr/sales/images/formlogo.gif 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 tVQIAAA7 ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: image/gif; name="norton_antivirus.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marinet.gr/sales/antivirus/images/norton_antivirus.gif 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 yrAcy7I8y6ocBAA7 ------=_NextPart_000_000A_01C15CD4.D549F2E0 Content-Type: image/gif; name="mcaffee_office.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marinet.gr/sales/antivirus/images/mcaffee_office.gif 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 ------=_NextPart_000_000A_01C15CD4.D549F2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Oct 24 22:19: 2 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.allcaps.org (mail.allcaps.org [208.252.245.17]) by hub.freebsd.org (Postfix) with ESMTP id 350B337B403 for ; Wed, 24 Oct 2001 22:18:58 -0700 (PDT) Received: by mail.allcaps.org (Postfix, from userid 501) id 358B73261E; Wed, 24 Oct 2001 22:18:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id 30D3A2E829; Wed, 24 Oct 2001 22:18:57 -0700 (PDT) Date: Wed, 24 Oct 2001 22:18:57 -0700 (PDT) From: BSD User To: Paul van der Zwan Cc: Thomas Quinot , Subject: Re: Multiple NFS server problems with Solaris 8 clients In-Reply-To: <200110241729.f9OHTLx21951@trantor.xs4all.nl> Message-ID: <20011024220526.M7882-100000@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Paul van der Zwan wrote: > I have looked at a trace I made using snoop and it shows an NFS_ACL call which > is not supported by FreeBSD. It should have sent a reply that it does not > know the NFS_ACL protocol but apparently it does not. > The only return traffic I see is an empty packet with the tcp ACK. > It looks like an implementation error in the -current NFS server. > > Paul I have been digging at traces of 4.4-RELEASE (which works) and -current (which doesn't). Both versions get it wrong. I have no idea why 4.4-RELEASE worked. -current responds with a blank TCP packet (which it emphatically should *not* do) to the GETACL3 call. It *could* conceivably be received as an RPC packet with the "Last Fragment" flag not set and a length of 0. Who knows what the Solaris 8 client is doing when it encounters this (probably getting stuck waiting for more data which never comes). 4.4-RELEASE responds with an RPC packet indicating "success" (which is *also* wrong if the NFS server doesn't support ACLs) and then puts what looks to be garbage in the response. However, it is a valid RPC reponse with the "Last Fragment" flag set. Presumably the Solaris client gets the message, sees the last fragment, throws away the packet as an error and continues on with life. I presume that the "correct" response is to send back an RPC reply (with the "Last Fragment" set) which indicates that the RPC message was accepted but that the procedure was unavailable (PROC_UNAVAIL). Hopefully this matches what an older Solaris server would do when faced with a Solaris 8 client and everything will proceed normally from there. If anybody wants ethereal traces, I can send them. Just ask. Andy L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 1:39:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id BAC3837B40A for ; Thu, 25 Oct 2001 01:39:10 -0700 (PDT) Received: by melchior.cuivre.fr.eu.org (Postfix, from userid 11117) id AF2F37A43; Thu, 25 Oct 2001 10:39:09 +0200 (CEST) Date: Thu, 25 Oct 2001 10:39:09 +0200 From: Thomas Quinot To: BSD User Cc: Paul van der Zwan , current@freebsd.org Subject: Re: Multiple NFS server problems with Solaris 8 clients Message-ID: <20011025103908.D15286@cuivre.fr.eu.org> Reply-To: Thomas Quinot References: <200110241729.f9OHTLx21951@trantor.xs4all.nl> <20011024220526.M7882-100000@mail.allcaps.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.15i In-Reply-To: <20011024220526.M7882-100000@mail.allcaps.org>; from bsder@allcaps.org on Wed, Oct 24, 2001 at 10:18:57PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2001-10-25, BSD User Иcrivait : > On Wed, 24 Oct 2001, Paul van der Zwan wrote: > > I have looked at a trace I made using snoop and it shows an NFS_ACL call which [...] > > It looks like an implementation error in the -current NFS server. > I have been digging at traces of 4.4-RELEASE (which works) and -current > (which doesn't). > Both versions get it wrong. I have no idea why 4.4-RELEASE worked. Thanks for this information! I have opened a PR on that problem earlier yesterday: kern/31479. -- Thomas Quinot ** DИpartement Informatique & RИseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 2:16:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from seed.pacific.net.sg (seed.pacific.net.sg [203.120.90.77]) by hub.freebsd.org (Postfix) with ESMTP id 8BDED37B401 for ; Thu, 25 Oct 2001 02:16:41 -0700 (PDT) Received: from smtp1.pacific.net.sg (smtp1.pacific.net.sg [203.120.90.70]) by seed.pacific.net.sg with ESMTP id f9P9Gco10925 for ; Thu, 25 Oct 2001 17:16:38 +0800 (SGT) Received: from ap_280868.pacific.net.sg ([203.208.143.98]) by smtp1.pacific.net.sg with ESMTP id f9P9Gbi28889 for ; Thu, 25 Oct 2001 17:16:37 +0800 Message-Id: <5.1.0.14.0.20011025172001.00a41300@po.pacific.net.sg> X-Sender: nchee_hoong@po.pacific.net.sg X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 25 Oct 2001 17:22:48 +0800 To: freebsd-current@FreeBSD.ORG From: Kelvin Ng Chee Hoong Subject: Install Bash shell Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi ; I have install FreeBSD 4.4 release but the system does not has bash shell installed .where can I get this shell from CVS ? please advise . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 2:30: 6 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id EB1D737B40A; Thu, 25 Oct 2001 02:29:57 -0700 (PDT) Received: from vega.vega.com (h195.227.dialup.iptcom.net [212.9.227.195]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA85237; Thu, 25 Oct 2001 12:29:52 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f9P9TLG21242; Thu, 25 Oct 2001 12:29:21 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110250929.f9P9TLG21242@vega.vega.com> Subject: Re: Install Bash shell To: nchee_hoong@pacific.net.sg (Kelvin Ng Chee Hoong) Date: Thu, 25 Oct 2001 12:29:21 +0300 (EEST) Cc: freebsd-ports@FreeBSD.org In-Reply-To: from "Kelvin Ng Chee Hoong" at Oct 25, 2001 05:22:48 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi ; > I have install FreeBSD 4.4 release but the system does not has bash > shell installed .where can I get this shell from CVS ? please advise . cd /usr/ports/shells/bash2 ; make all install clean -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 3:11:20 2001 Delivered-To: freebsd-current@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 4E3B837B407; Thu, 25 Oct 2001 03:11:13 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f9P9nLJ16293; Thu, 25 Oct 2001 10:49:21 +0100 (BST) (envelope-from nik) Date: Thu, 25 Oct 2001 10:49:21 +0100 From: Nik Clayton To: Kelvin Ng Chee Hoong Cc: freebsd-current@FreeBSD.ORG, questions@freebsd.org Subject: Re: Install Bash shell Message-ID: <20011025104921.C3939@clan.nothing-going-on.org> Reply-To: questions@freebsd.org References: <5.1.0.14.0.20011025172001.00a41300@po.pacific.net.sg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="p2kqVDKq5asng8Dg" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20011025172001.00a41300@po.pacific.net.sg>; from nchee_hoong@pacific.net.sg on Thu, Oct 25, 2001 at 05:22:48PM +0800 Organization: FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --p2kqVDKq5asng8Dg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2001 at 05:22:48PM +0800, Kelvin Ng Chee Hoong wrote: > I have install FreeBSD 4.4 release but the system does not has bash= =20 > shell installed .where can I get this shell from CVS ? please advise . Bash is not part of the base system. Either install it using the ports tree; # cd /usr/ports/shells/bash # make install or install the binary package # pkg_add -r bash Questions like this should be sent to the freebsd-questions mailing list, where I've copied this message, and set the reply-to. You should=20 also read chapter 4 of the FreeBSD Handbook; http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --p2kqVDKq5asng8Dg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvX4CEACgkQk6gHZCw343XuWgCeKWz6+HIdEC3X6kW2+N3fom1b heoAniKkWr9QmrkE5ktAKLNav5ar6iug =h6F1 -----END PGP SIGNATURE----- --p2kqVDKq5asng8Dg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 3:16:16 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.allcaps.org (mail.allcaps.org [208.252.245.17]) by hub.freebsd.org (Postfix) with ESMTP id 433F337B406; Thu, 25 Oct 2001 03:16:09 -0700 (PDT) Received: by mail.allcaps.org (Postfix, from userid 501) id E6EEC3261E; Thu, 25 Oct 2001 03:16:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id E20E42E829; Thu, 25 Oct 2001 03:16:08 -0700 (PDT) Date: Thu, 25 Oct 2001 03:16:08 -0700 (PDT) From: BSD User To: Thomas Quinot Cc: Paul van der Zwan , , Subject: Re: Multiple NFS server problems with Solaris 8 clients In-Reply-To: <20011025103908.D15286@cuivre.fr.eu.org> Message-ID: <20011025030312.J8642-100000@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Actually, upon instrumenting some code, it looks like RELEASE-4.4 gets it mostly right. It ejects a PROG_UNAVAIL call which causes the Solaris 8 client to back off. The correct message would seem to be PROC_UNAVAIL, but I would take PROG_UNAVAIL if I could get -current to eject it. The NFS server code is pretty tangled stuff. It builds RPC packets manually, switches uses from EPROGUNAVAIL as well as RPC_PROGUNAVAIL, has a jumble of macros with lots of side effects, and doesn't use anything from the RPC descriptions of NFS. I've been digging, but it has been really slow. It looks like it's probably some simple typo that got lost in the NFS megacommit. I've been trying to instrument the code to find the typo, but its taking a lot of effort. So far, I am seeing the packet getting built, but now I have to try to watch it on its way out. I must say that I now understand why no one is particularly enthused to fix these NFS bugs. Andy L. On Thu, 25 Oct 2001, Thomas Quinot wrote: > Le 2001-10-25, BSD User =E9crivait : > > > On Wed, 24 Oct 2001, Paul van der Zwan wrote: > > > I have looked at a trace I made using snoop and it shows an NFS_ACL c= all which > [...] > > > It looks like an implementation error in the -current NFS server. > > I have been digging at traces of 4.4-RELEASE (which works) and -current > > (which doesn't). > > Both versions get it wrong. I have no idea why 4.4-RELEASE worked. > > Thanks for this information! > > I have opened a PR on that problem earlier yesterday: kern/31479. > > -- > Thomas Quinot ** D=E9partement Informatique & R=E9seaux ** quinot@inf.ens= t.fr > ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 4:29:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 7147937B403 for ; Thu, 25 Oct 2001 04:29:24 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 6245824D22; Thu, 25 Oct 2001 20:29:23 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 3F65AD1401; Thu, 25 Oct 2001 20:29:21 +0900 (JST) Date: Thu, 25 Oct 2001 20:29:18 +0900 Message-ID: <7mk7xkj6up.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Jonathan Lemon Cc: current@freebsd.org Subject: Re: panic: vrele: missed vn_close In-Reply-To: <20011024151252.F75389@prism.flugsvamp.com> References: <200110230121.f9N1LTa24181@freefall.freebsd.org> <7mg089l1bn.wl@waterblue.imgsrc.co.jp> <200110241838.f9OIcCR96868@apollo.backplane.com> <20011024135503.C75389@prism.flugsvamp.com> <200110241859.f9OIxqs97073@apollo.backplane.com> <20011024151252.F75389@prism.flugsvamp.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Problem was fixed with latest kernel. Thanks! -- Jun Kuriyama // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 5:43:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from hal-4.inet.it (hal-4.inet.it [213.92.5.23]) by hub.freebsd.org (Postfix) with ESMTP id D33ED37B407; Thu, 25 Oct 2001 05:43:51 -0700 (PDT) Received: (from root@localhost) by hal-4.inet.it (8.11.1/8.11.1) id f9PChgv184804; Thu, 25 Oct 2001 14:43:42 +0200 Received: from unknown(213.92.1.165) by hal-4.inet.it via I-SMTP id s-213.92.1.165-yuLRyy; Thu Oct 25 14:43:42 2001 Received: by acampi.inet.it (Postfix, from userid 1000) id 7B07B15562; Thu, 25 Oct 2001 14:43:12 +0200 (CEST) Date: Thu, 25 Oct 2001 14:43:11 +0200 From: Andrea Campi To: John Baldwin Cc: NAKAJI Hiroyuki , current@FreeBSD.ORG Subject: Re: -CURRENT freeze under high load Message-ID: <20011025144311.D75454@webcom.it> References: <86r8rtktww.fsf@xa12.heimat.gr.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 11:27:42PM -0700, John Baldwin wrote: > I would try removing apm from your kernel config or disabling ACPI and only > using one or the other and seeing if that helps. That was my feeling, too. In the end, it appears the problem is rev 1.8 of dev/acpi/acpi_powerres.c. Just reverting that fixed my problem (it wasn't fun to find that, anyway). To summarize my problem: this commit dfr 2001/10/04 01:32:18 PDT Modified files: sys/dev/acpica acpi_powerres.c Log: Use return_PTR, not return_VALUE when returning pointers. Revision Changes Path 1.8 +3 -3 src/sys/dev/acpica/acpi_powerres.c causes my Thinkpad 570E to completely freeze under load. I've just updated to -HEAD with this delta reverted and running a make buildkernel right now. Bye, Andrea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 7:23:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id D80AB37B401; Thu, 25 Oct 2001 07:23:14 -0700 (PDT) Received: from vega.vega.com (h64.229.dialup.iptcom.net [212.9.229.64]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA99407; Thu, 25 Oct 2001 17:23:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9PEBmU22601; Thu, 25 Oct 2001 17:11:48 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BD81E24.2A9CFF0F@FreeBSD.org> Date: Thu, 25 Oct 2001 17:13:56 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mitsuru IWASAKI Cc: acpi-jp@jp.freebsd.org, msmith@FreeBSD.org, ache@nagual.pp.ru, current@FreeBSD.org Subject: Re: [acpi-jp 1363] Re: ACPI: problem with fdc resource allocation References: <200110240837.f9O8bAV99173@vega.vega.com> <20011024.221200.104029670.iwasaki@jp.FreeBSD.org> Content-Type: multipart/mixed; boundary="------------88D9BCFC507CA65BE94FD168" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------88D9BCFC507CA65BE94FD168 Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Mitsuru IWASAKI wrote: > > Hi, Maxim. Thanks for reporting and reminding us. > > I think this is very difficult to fix, because; > 1. Basically, this is a bug in BIOS, should be reported to vendor. > 2. ACPI CA is developed by Intel. We'd like to have less local > workaround changes as possible. > 3. I'm not sure whether suggested patches (buffer size dynamicaly expanding) > in [acpi-jp 1315] is correct fix, maybe not. Probably another approach > can be considered (e.g. just ignore AE_AML_BUFFER_LIMIT and continue > interpreter execution). Thank you very much for pointing me into the right direction! Finally I've properly fixed the bug, though I took slightly different approach, which I will describe below in the case when somebody else has the same or similar problem: 1. First of all, I dumped the ASL DSDT code using acpidump(8) utility available from ports/devel/acpicatools. For some reason output of the similar utility in the base system (fresh 5-CURRENT) appears to be incompatible with iasl compiler, so if anybody else will follow these steps please make sure that you are using a right acpidump(8). 2. After that I have compiled ASL code back into AML using iasl and saved resulting AML under different name DSDT_old. 3. Then I've patched ASL file to fix the problem - as Mike suggested changed 0x19 to 0x11 and 0x1c to 0x14 and compiled fixed ASL into DSDT_new file. With this message I am attaching appropriate patch, perhaps it is a good idea to put it somehow into the repository. 4. Next I've compared output of `hexdump -C' of both files (DSDT_old and DSDT_new), noted the differencies - as I expected only three bytes were different - checksum in the header and two bytes in the code itself. 5. Then I've extracted ACPI table from BIOS image using AWARD's CBROM.EXE utility, fired my favourite hex editor, found those two bytes in the extracted file and changed them accordingly (0x19-->0x11, 0x1c-->0x14). Also I've increased checksum in the DSDT header by the difference of the checksums in the DSDT_old and DSDT_new (0x10 in this particular case). 6. And finally I've put back corrected ACPI table back into BIOS image using CBROM.EXE, flashed resulting BIOS image and voila - the ACPI problem gone. :) If anybody else needs it, I could provide "fixed" BIOS image for Tyan-S1590 (Trinity 100AT) mobo, just drop me a note. Thanks to all who helped! -Maxim > > I'll describe again the problem. This method is like this; > Method(_CRS) { > Name(BUF0, Buffer(0x18) {0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, > 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, > 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x79, 0x0 }) > CreateByteField(BUF0, 0x2, IOLO) > CreateByteField(BUF0, 0x3, IOHI) > CreateByteField(BUF0, 0x4, IORL) > CreateByteField(BUF0, 0x5, IORH) > CreateByteField(BUF0, 0x19, IRQL) > CreateByteField(BUF0, 0x1c, DMAV) > Return(BUF0) > } > > The problem is that this AML is trying to create a field at exceeded > position (0x19) of the Buffer (size is 0x18). > And strangely, this method just return the buffer w/o any changes > after CreateByteField operations. I guess that BIOS writer forgotten to > delete CreateByteField statements, or change the buffer size. > > Now that we have DSDT override patches; > http://home.jp.freebsd.org/cgi-bin/showmail/acpi-jp/1347 > or > http://home.jp.freebsd.org/cgi-bin/showmail/acpi-jp/1349 > > and AML disassembler (acpidump), and ASL compiler (iasl) in > ports/devel/acpicatools/. > > Maxim, could you apply the following patches and try DSDT overriding? > > Thanks > > --- Tyan-S1590.asl.org Wed Oct 24 22:00:44 2001 > +++ Tyan-S1590.asl Wed Oct 24 22:02:09 2001 > @@ -884,12 +884,14 @@ > } > Method(_CRS) { > Name(BUF0, Buffer(0x18) {0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x79, 0x0 }) > +/* > CreateByteField(BUF0, 0x2, IOLO) > CreateByteField(BUF0, 0x3, IOHI) > CreateByteField(BUF0, 0x4, IORL) > CreateByteField(BUF0, 0x5, IORH) > CreateByteField(BUF0, 0x19, IRQL) > CreateByteField(BUF0, 0x1c, DMAV) > +*/ > Return(BUF0) > } > Name(_PRS, Buffer(0x1a) {0x30, 0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x38, 0x79, 0x0 }) --------------88D9BCFC507CA65BE94FD168 Content-Type: text/plain; charset=x-user-defined; name="Tyan-S1590.asl.fix" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Tyan-S1590.asl.fix" --- Tyan-S1590.asl 2001/10/25 11:00:43 1.1 +++ Tyan-S1590.asl 2001/10/25 11:07:17 1.2 @@ -868,8 +868,8 @@ CreateByteField(BUF0, 0x3, IOHI) CreateByteField(BUF0, 0x4, IORL) CreateByteField(BUF0, 0x5, IORH) - CreateByteField(BUF0, 0x19, IRQL) - CreateByteField(BUF0, 0x1c, DMAV) + CreateByteField(BUF0, 0x11, IRQL) + CreateByteField(BUF0, 0x14, DMAV) Return(BUF0) } Name(_PRS, Buffer(0x1a) {0x30, 0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x22, 0x40, 0x0, 0x2a, 0x4, 0x0, 0x38, 0x79, 0x0 }) --------------88D9BCFC507CA65BE94FD168-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 7:42: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 6AD2F37B405; Thu, 25 Oct 2001 07:42:00 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id B428380; Thu, 25 Oct 2001 15:41:42 +0100 (BST) Date: Thu, 25 Oct 2001 15:41:42 +0100 From: Josef Karthauser To: acpi-jp@jp.freebsd.org Cc: Mitsuru IWASAKI , msmith@FreeBSD.org, ache@nagual.pp.ru, current@FreeBSD.org Subject: Re: [acpi-jp 1371] Re: ACPI: problem with fdc resource allocation Message-ID: <20011025154142.B6240@tao.org.uk> Mail-Followup-To: Josef Karthauser , acpi-jp@jp.freebsd.org, Mitsuru IWASAKI , msmith@FreeBSD.org, ache@nagual.pp.ru, current@FreeBSD.org References: <200110240837.f9O8bAV99173@vega.vega.com> <20011024.221200.104029670.iwasaki@jp.FreeBSD.org> <3BD81E24.2A9CFF0F@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD81E24.2A9CFF0F@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Oct 25, 2001 at 05:13:56PM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2001 at 05:13:56PM +0300, Maxim Sobolev wrote: >=20 > 6. And finally I've put back corrected ACPI table back into > BIOS image using CBROM.EXE, flashed resulting BIOS image and > voila - the ACPI problem gone. :) >=20 Way cool. :) Joe --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvYJKYACgkQXVIcjOaxUBakFQCgyyf0zceWdWAMrzzbiEIJRhHs MHEAnR6x2weoiodxQ3NI0Bf7fh8Ke1mX =G4Fs -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 8:27: 6 2001 Delivered-To: freebsd-current@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 56CE437B403; Thu, 25 Oct 2001 08:27:01 -0700 (PDT) Received: from dialup-209.244.104.103.dial1.sanjose1.level3.net ([209.244.104.103] helo=mindspring.com) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15wmPI-00034X-00; Thu, 25 Oct 2001 08:26:56 -0700 Message-ID: <3BD82F6E.375E0A57@mindspring.com> Date: Thu, 25 Oct 2001 08:27:42 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Maxim Sobolev Cc: Mike Smith , Mitsuru IWASAKI , ache@nagual.pp.ru, current@FreeBSD.ORG, acpi-jp@jp.FreeBSD.org Subject: Re: ACPI: problem with fdc resource allocation References: <200110240837.f9O8bAV99173@vega.vega.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > I know several local guys with exactly the same > bug (some time ago I've convinced some them to swith to -current > and test/report any problems) and it is very sad to see my efforts > vanished, especially considering that the source of the problem is > located and as you said it is a "trivial" one. FWIW, "trivial" usually refers to the complexity of the problem, not the amount of work required to fix it (if it's trivial, then that means the work to fix it is "grunt work", i.e. it is not intellectually challenging, and therefore not attractive to work on or spend your effort on). The other use of "trivial" is "concerned with trivia"; it means that while the problem is known, so is the workaround, and so it is not a critical problem, just an annoying one. The most commonly cited workaround for this case is to delete or rename "acpi.ko" to prevent it being loaded. The first definition is the one used by mathematicians; the second one is used by the other sciences to describe things like the value of the constant of integration, when all they are concerned with is a line fit for the curve (i.e. set it to whatever displaces the curve sufficiently for it to fit the data). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 8:32:30 2001 Delivered-To: freebsd-current@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id E4C6D37B403 for ; Thu, 25 Oct 2001 08:32:25 -0700 (PDT) Received: from dialup-209.244.104.103.dial1.sanjose1.level3.net ([209.244.104.103] helo=mindspring.com) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15wmUZ-0000vp-00; Thu, 25 Oct 2001 08:32:23 -0700 Message-ID: <3BD830B6.3C6963B9@mindspring.com> Date: Thu, 25 Oct 2001 08:33:10 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Harti Brandt Cc: archie@packetdesign.com, current@freebsd.org Subject: Re: NgSendMsg may return bad token number References: <20011024112901.X55663-100000@beagle.fokus.gmd.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Harti Brandt wrote: [ ... ] For future reference, Archie, Julian, and I aren't @whistle.com, and haven't been for a long time. The correct email addresses for us are: archie packetdesign.com julian elisher.org tlambert2 mindspring.com (lambert.org to be fixed) -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 9: 8:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id A5D3E37B405; Thu, 25 Oct 2001 09:08:35 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) (authenticated as iwa with CRAM-MD5) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare/smtpfeed 1.14) with ESMTP/inet id f9PG8Vm90990; Fri, 26 Oct 2001 01:08:31 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Fri, 26 Oct 2001 01:08:28 +0900 (JST) Message-Id: <20011026.010828.89062843.iwasaki@jp.FreeBSD.org> To: joe@tao.org.uk Cc: acpi-jp@jp.freebsd.org, msmith@FreeBSD.org, ache@nagual.pp.ru, current@FreeBSD.org, iwasaki@jp.FreeBSD.org Subject: Re: [acpi-jp 1371] Re: ACPI: problem with fdc resource allocation From: Mitsuru IWASAKI In-Reply-To: <20011025154142.B6240@tao.org.uk> References: <20011024.221200.104029670.iwasaki@jp.FreeBSD.org> <3BD81E24.2A9CFF0F@FreeBSD.org> <20011025154142.B6240@tao.org.uk> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # Congratulations, Maxim! > On Thu, Oct 25, 2001 at 05:13:56PM +0300, Maxim Sobolev wrote: > > > > 6. And finally I've put back corrected ACPI table back into > > BIOS image using CBROM.EXE, flashed resulting BIOS image and > > voila - the ACPI problem gone. :) > > > > Way cool. :) Yeah, Maxim is maniac :) Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 9:16:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id A8F2137B401; Thu, 25 Oct 2001 09:16:42 -0700 (PDT) Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout1.freenet.de with esmtp (Exim 3.33 #1) id 15wnBN-0000PJ-00; Thu, 25 Oct 2001 18:16:37 +0200 Received: from ae145.pppool.de ([213.6.225.69] helo=Magelan.Leidinger.net) by mx0.freenet.de with esmtp (Exim 3.33 #3) id 15wnBM-0003al-00; Thu, 25 Oct 2001 18:16:36 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.6/8.11.6) with ESMTP id f9PGIa601176; Thu, 25 Oct 2001 18:18:37 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200110251618.f9PGIa601176@Magelan.Leidinger.net> Date: Thu, 25 Oct 2001 18:18:35 +0200 (CEST) From: Alexander Leidinger Subject: Fix (Re: panic: mutex i4b_isic_rx already initialized) To: current@FreeBSD.ORG Cc: hm@freebsd.org In-Reply-To: <200110211519.f9LFJUN01534@Magelan.Leidinger.net> MIME-Version: 1.0 Content-Type: MULTIPART/mixed; BOUNDARY="0-1804289383-1004026718=:1173" Content-Transfer-Encoding: BINARY Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1804289383-1004026718=:1173 Content-Type: TEXT/plain; charset=us-ascii On 21 Okt, An: current@FreeBSD.ORG wrote: > Hi, > > current as of Oct. 21 (~12am CET), I just booted with a new kernel+world > and tried to dial out. At least the attached patch (against -current as of today morning) makes me able to dial out and send out this mail. Bye, Alexander. -- Actually, Microsoft is sort of a mixture between the Borg and the Ferengi. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 --0-1804289383-1004026718=:1173 Content-Type: TEXT/plain; name="i4b.diff" Content-Disposition: attachment; filename="i4b.diff" Index: sys/i4b/layer1/isic/i4b_bchan.c =================================================================== RCS file: /big/FreeBSD-CVS/src/sys/i4b/layer1/isic/i4b_bchan.c,v retrieving revision 1.7 diff -u -r1.7 i4b_bchan.c --- sys/i4b/layer1/isic/i4b_bchan.c 24 Jan 2001 08:41:52 -0000 1.7 +++ sys/i4b/layer1/isic/i4b_bchan.c 25 Oct 2001 16:08:50 -0000 @@ -90,7 +90,8 @@ chan->rx_queue.ifq_maxlen = IFQ_MAXLEN; #if defined (__FreeBSD__) && __FreeBSD__ > 4 - mtx_init(&chan->rx_queue.ifq_mtx, "i4b_isic_rx", MTX_DEF); + if (!mtx_initialized(&chan->rx_queue.ifq_mtx)) + mtx_init(&chan->rx_queue.ifq_mtx, "i4b_isic_rx", MTX_DEF); #endif i4b_Bcleanifq(&chan->rx_queue); /* clean rx queue */ @@ -108,7 +109,8 @@ chan->tx_queue.ifq_maxlen = IFQ_MAXLEN; #if defined (__FreeBSD__) && __FreeBSD__ > 4 - mtx_init(&chan->tx_queue.ifq_mtx, "i4b_isic_tx", MTX_DEF); + if (!mtx_initialized(&chan->tx_queue.ifq_mtx)) + mtx_init(&chan->tx_queue.ifq_mtx, "i4b_isic_tx", MTX_DEF); #endif i4b_Bcleanifq(&chan->tx_queue); /* clean tx queue */ --0-1804289383-1004026718=:1173-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 9:32:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id DD2EA37B403; Thu, 25 Oct 2001 09:32:48 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 25 Oct 2001 17:32:48 +0100 (BST) To: BSD User Cc: Thomas Quinot , Paul van der Zwan , current@freebsd.org, fs@freebsd.org Subject: Re: Multiple NFS server problems with Solaris 8 clients In-Reply-To: Your message of "Thu, 25 Oct 2001 03:16:08 PDT." <20011025030312.J8642-100000@mail.allcaps.org> Date: Thu, 25 Oct 2001 17:32:47 +0100 From: Ian Dowse Message-ID: <200110251732.aa69596@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011025030312.J8642-100000@mail.allcaps.org>, BSD User writes: >Actually, upon instrumenting some code, it looks like RELEASE-4.4 gets it >mostly right. It ejects a PROG_UNAVAIL call which causes the Solaris 8 >client to back off. The correct message would seem to be PROC_UNAVAIL, >but I would take PROG_UNAVAIL if I could get -current to eject it. I think PROG_UNAVAIL is correct; the packet trace that Thomas provided shows an RPC request with a program ID of 100227 which is not the NFS program ID. Try the patch below. Peter's NFS revamp changed the semantics of the nfsm_reply() macro, and nfsrv_noop() was not updated to match. Previously nfsm_reply would set 'error' to 0 when nd->nd_flag did not have ND_NFSV3 set, and much of the code that uses nfsrv_noop to generate errors ensured that nd->nd_flag was zero. Now nfsm_reply never sets 'error' to 0, so it needs to be done explicitly. Server op functions must return 0 in order for a reply to be sent to the client. Ian Index: nfs_serv.c =================================================================== RCS file: /home/iedowse/CVS/src/sys/nfsserver/nfs_serv.c,v retrieving revision 1.107 diff -u -r1.107 nfs_serv.c --- nfs_serv.c 2001/09/28 04:37:08 1.107 +++ nfs_serv.c 2001/10/25 16:19:33 @@ -4000,6 +4000,7 @@ else error = EPROCUNAVAIL; nfsm_reply(0); + error = 0; nfsmout: return (error); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 9:50:38 2001 Delivered-To: freebsd-current@freebsd.org Received: from hal-4.inet.it (hal-4.inet.it [213.92.5.23]) by hub.freebsd.org (Postfix) with ESMTP id 2662537B403 for ; Thu, 25 Oct 2001 09:50:33 -0700 (PDT) Received: (from root@localhost) by hal-4.inet.it (8.11.1/8.11.1) id f9PGoWE207408 for ; Thu, 25 Oct 2001 18:50:32 +0200 Received: from unknown(213.92.1.190) by hal-4.inet.it via I-SMTP id s-213.92.1.190-CBCSUo; Thu Oct 25 18:39:53 2001 Received: (qmail 40524 invoked by uid 1000); 25 Oct 2001 16:39:48 -0000 Date: Thu, 25 Oct 2001 18:39:48 +0200 From: Andrea Campi To: John Baldwin Cc: NAKAJI Hiroyuki , current@FreeBSD.ORG Subject: Re: [acpi-jp 1370] Re: -CURRENT freeze under high load Message-ID: <20011025183948.A3543@webcom.it> References: <86r8rtktww.fsf@xa12.heimat.gr.jp> <20011025144311.D75454@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025144311.D75454@webcom.it>; from andrea@webcom.it on Thu, Oct 25, 2001 at 02:43:11PM +0200 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I've just updated to -HEAD with this delta reverted and running a make > buildkernel right now. > Looks like I spoke too soon; reverting just this delta wasn't enough. I'm back to testing with all ACPI related work from Oct 04 08:32 rolled back; if it works, I'll try to update each diff in increment and find what else failed. Now I'll just shut up until I have conclusive evidence of what is broken. Bye, Andrea -- It is easier to fix Unix than to live with NT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 9:57:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from infres.enst.fr (infres-192.enst.fr [137.194.192.1]) by hub.freebsd.org (Postfix) with ESMTP id 32C1737B401; Thu, 25 Oct 2001 09:57:44 -0700 (PDT) Received: by infres.enst.fr (Postfix, from userid 11117) id D74A01895; Thu, 25 Oct 2001 18:57:41 +0200 (MEST) Date: Thu, 25 Oct 2001 18:57:41 +0200 From: Thomas Quinot To: Ian Dowse Cc: BSD User , Thomas Quinot , Paul van der Zwan , current@freebsd.org, fs@freebsd.org Subject: Re: Multiple NFS server problems with Solaris 8 clients Message-ID: <20011025185741.A3172@infres.enst.fr> Reply-To: Thomas Quinot References: <20011025030312.J8642-100000@mail.allcaps.org> <200110251732.aa69596@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200110251732.aa69596@salmon.maths.tcd.ie> User-Agent: Mutt/1.3.19i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2001-10-25, Ian Dowse Иcrivait : > I think PROG_UNAVAIL is correct; the packet trace that Thomas > provided shows an RPC request with a program ID of 100227 which is > not the NFS program ID. Yep. (Incidentally 100227 appears in /etc/rpc as 'nfs_acl'). > Try the patch below. Seems to work. Thanks! Thomas. -- Thomas Quinot ** DИpartement Informatique & RИseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 10: 4:54 2001 Delivered-To: freebsd-current@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E6EA437B401; Thu, 25 Oct 2001 10:03:47 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9PH26Q52001; Thu, 25 Oct 2001 20:02:06 +0300 (EEST) (envelope-from ru) Date: Thu, 25 Oct 2001 20:02:06 +0300 From: Ruslan Ermilov To: Andrew Gallatin Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20011025200206.I41293@sunbay.com> References: <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu> <20011025171401.A22980@sunbay.com> <15320.12728.912070.130292@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15320.12728.912070.130292@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, Oct 25, 2001 at 11:37:28AM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 11:37:28AM -0400, Andrew Gallatin wrote: > > > x86 sysinstall seems to have a hardcoded reference to /boot. Eg: > > ===> usr.sbin/spray > rm -f .depend > mkdep -f .depend -a -nostdinc -I/usr/obj/i386/home/gallatin/current/src/alpha/usr/include /home/gallatin/current/src/usr.sbin/spray/spray.c > cd /home/gallatin/current/src/usr.sbin/spray; make _EXTRADEPEND > echo spray: /usr/obj/i386/home/gallatin/current/src/alpha/usr/lib/libc.a /usr/obj/i386/home/gallatin/current/src/alpha/usr/lib/librpcsvc.a >> .depend > ===> usr.sbin/sysinstall > rm -f makedevs.tmp > echo '#include ' > makedevs.tmp > ./rtermcap ansi | file2c 'const char termcap_ansi[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25w | file2c 'const char termcap_cons25w[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25 | file2c 'const char termcap_cons25[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25-m | file2c 'const char termcap_cons25_m[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25r | file2c 'const char termcap_cons25r[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25r-m | file2c 'const char termcap_cons25r_m[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25l1 | file2c 'const char termcap_cons25l1[] = {' ',0};' >> makedevs.tmp > ./rtermcap cons25l1-m | file2c 'const char termcap_cons25l1_m[] = {' ',0};' >> makedevs.tmp > ./rtermcap vt100 | file2c 'const char termcap_vt100[] = {' ',0};' >> makedevs.tmp > ./rtermcap xterm | file2c 'const char termcap_xterm[] = {' ',0};' >> makedevs.tmp > file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp > cannot open /boot/boot0: no such file > *** Error code 2 > > Stop in /home/gallatin/current/src/usr.sbin/sysinstall. > *** Error code 1 > > Stop in /home/gallatin/current/src/usr.sbin. > *** Error code 1 > > Stop in /home/gallatin/current/src. > *** Error code 1 > > Stop in /home/gallatin/current/src. > *** Error code 1 > > Stop in /home/gallatin/current/src. > That's the bug in Makefile. We can abuse the fact that sys/ is listed first in Makefile.inc1, and use the version from ${.OBJDIR} if it exists. Could you please try this patch: Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/Makefile,v retrieving revision 1.117 diff -u -r1.117 Makefile --- Makefile 2001/09/05 07:12:19 1.117 +++ Makefile 2001/10/25 16:59:05 @@ -21,6 +21,27 @@ CLEANFILES= makedevs.c rtermcap rtermcap.tmp dumpnlist CLEANFILES+= keymap.tmp keymap.h +.if ${MACHINE_ARCH} == i386 +.if exists(${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0) +BOOT0= ${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0 +.else +BOOT0= /boot/boot0 +.endif +.if ${MACHINE} == "i386" +.if exists(${.OBJDIR}/../../sys/boot/i386/mbr/mbr) +MBR= ${.OBJDIR}/../../sys/boot/i386/mbr/mbr +.else +MBR= /boot/mbr +.endif +.elif ${MACHINE} == "pc98" +.if exists(${.OBJDIR}/../../sys/boot/pc98/boot0.5/boot0.5) +BOOT05= ${.OBJDIR}/../../sys/boot/pc98/boot0.5/boot0.5 +.else +BOOT05= /boot/boot0.5 +.endif +.endif +.endif + makedevs.c: Makefile rtermcap rm -f makedevs.tmp echo '#include ' > makedevs.tmp @@ -54,17 +75,16 @@ ./rtermcap xterm | \ file2c 'const char termcap_xterm[] = {' ',0};' \ >> makedevs.tmp -.if ${MACHINE} == "i386" - file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp +.if ${MACHINE_ARCH} == i386 + file2c 'u_char boot0[] = {' '};' < ${BOOT0} >> makedevs.tmp echo "size_t boot0_size = sizeof(boot0);" >> makedevs.tmp - file2c 'u_char mbr[] = {' '};' < /boot/mbr >> makedevs.tmp +.if ${MACHINE} == i386 + file2c 'u_char mbr[] = {' '};' < ${MBR} >> makedevs.tmp echo "size_t mbr_size = sizeof(mbr);" >> makedevs.tmp -.endif -.if ${MACHINE} == "pc98" - file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp - echo "size_t boot0_size = sizeof(boot0);" >> makedevs.tmp - file2c 'u_char boot05[] = {' '};' < /boot/boot0.5 >> makedevs.tmp +.elif ${MACHINE} == "pc98" + file2c 'u_char boot05[] = {' '};' < ${BOOT05} >> makedevs.tmp echo "size_t boot05_size = sizeof(boot05);" >> makedevs.tmp +.endif .endif mv makedevs.tmp makedevs.c Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 10:37:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 0F29737B405 for ; Thu, 25 Oct 2001 10:37:18 -0700 (PDT) Received: (qmail 82776 invoked from network); 25 Oct 2001 17:37:10 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 17:37:10 -0000 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: <200110251618.f9PGIa601176@Magelan.Leidinger.net> Date: Thu, 25 Oct 2001 02:46:34 -0700 (PDT) From: John Baldwin To: Alexander Leidinger Subject: RE: Fix (Re: panic: mutex i4b_isic_rx already initialized) Cc: hm@freebsd.org, current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Oct-01 Alexander Leidinger wrote: > On 21 Okt, An: current@FreeBSD.ORG wrote: >> Hi, >> >> current as of Oct. 21 (~12am CET), I just booted with a new kernel+world >> and tried to dial out. > > At least the attached patch (against -current as of today morning) makes > me able to dial out and send out this mail. Ideally the algo would be changed to not try and init the mutex twice, but I haven't looked at the code in detail. -- 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-current" in the body of the message From owner-freebsd-current Thu Oct 25 11: 5:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 38AF037B405; Thu, 25 Oct 2001 11:05:29 -0700 (PDT) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtp (Exim 3.33 #1) id 15wosi-00028u-00; Thu, 25 Oct 2001 20:05:28 +0200 Received: from a3082.pppool.de ([213.6.48.130] helo=Magelan.Leidinger.net) by mx2.freenet.de with esmtp (Exim 3.33 #3) id 15wose-0000Xj-00; Thu, 25 Oct 2001 20:05:24 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.6/8.11.6) with ESMTP id f9PI6p669047; Thu, 25 Oct 2001 20:06:52 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200110251806.f9PI6p669047@Magelan.Leidinger.net> Date: Thu, 25 Oct 2001 20:06:50 +0200 (CEST) From: Alexander Leidinger Subject: Re: Fix (Re: panic: mutex i4b_isic_rx already initialized) To: jhb@FreeBSD.org Cc: hm@FreeBSD.org, current@FreeBSD.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25 Okt, John Baldwin wrote: >>> current as of Oct. 21 (~12am CET), I just booted with a new kernel+world >>> and tried to dial out. >> >> At least the attached patch (against -current as of today morning) makes >> me able to dial out and send out this mail. > > Ideally the algo would be changed to not try and init the mutex twice, but I > haven't looked at the code in detail. There are maybe other parts of i4b which need a similar fix, but this particular fix is enough for me to be able to dial out again. I needed a quick fix. Possible other candidates (I just did a "grep -r mtx_init /sys/i4b/layer1/"): /sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c /sys/i4b/layer1/iwic/i4b_iwic_bchan.c /sys/i4b/layer1/ihfc/i4b_ihfc_drv.c /sys/i4b/layer1/ifpi/i4b_ifpi_pci.c Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 11:10:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 893B137B403; Thu, 25 Oct 2001 11:10:45 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA19884; Thu, 25 Oct 2001 14:10:41 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f9PIAFx78977; Thu, 25 Oct 2001 14:10:15 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.21894.897857.606505@grasshopper.cs.duke.edu> Date: Thu, 25 Oct 2001 14:10:14 -0400 (EDT) To: Ruslan Ermilov Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <20011025200206.I41293@sunbay.com> References: <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu> <20011025171401.A22980@sunbay.com> <15320.12728.912070.130292@grasshopper.cs.duke.edu> <20011025200206.I41293@sunbay.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov writes: > +.if ${MACHINE_ARCH} == i386 > +.if exists(${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0) > +BOOT0= ${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0 > +.else > +BOOT0= /boot/boot0 > +.endif But its failing at the depends stage. At this stage, boot0 will not have been built yet: >>> elf make world started on Thu Oct 25 13:26:14 EDT 2001 >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /usr/obj/i386/home/gallatin/current/src/alpha/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies To confirm, I tried it with your patch & it still failed. You should be able to duplicate this on your x86 by just mv'ing /boot/boot0 out of the way while you try a buildworld. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 11:31: 2 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id CEC7137B403 for ; Thu, 25 Oct 2001 11:30:50 -0700 (PDT) Received: (qmail 71009 invoked from network); 25 Oct 2001 18:30:48 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 18:30:48 -0000 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: <15320.21894.897857.606505@grasshopper.cs.duke.edu> Date: Thu, 25 Oct 2001 03:40:13 -0700 (PDT) From: John Baldwin To: Andrew Gallatin Subject: Re: cvs commit: src Makefile.inc1 Cc: current@FreeBSD.ORG, alpha@FreeBSD.ORG, Ruslan Ermilov Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Oct-01 Andrew Gallatin wrote: > > Ruslan Ermilov writes: > > +.if ${MACHINE_ARCH} == i386 > > +.if exists(${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0) > > +BOOT0= ${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0 > > +.else > > +BOOT0= /boot/boot0 > > +.endif > > But its failing at the depends stage. At this stage, boot0 will not > have been built yet: > >>>> elf make world started on Thu Oct 25 13:26:14 EDT 2001 >>>> Rebuilding the temporary build tree >>>> stage 1: bootstrap tools >>>> stage 2: cleaning up the object tree >>>> stage 2: rebuilding the object tree >>>> stage 2: build tools >>>> stage 3: cross tools >>>> stage 4: populating >>>> /usr/obj/i386/home/gallatin/current/src/alpha/usr/include >>>> stage 4: building libraries >>>> stage 4: make dependencies > > > To confirm, I tried it with your patch & it still failed. > > You should be able to duplicate this on your x86 by just mv'ing > /boot/boot0 out of the way while you try a buildworld. Yeah, this is a bit of a tricky problem. Probably what should really happen, is that sysinstall should read these files from /boot on the existing filesystem, and then we just guarantee that they are present in the MFS root in the boot floppies. That is probably the best solution to the problem. > Drew -- 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-current" in the body of the message From owner-freebsd-current Thu Oct 25 11:35:12 2001 Delivered-To: freebsd-current@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 63A2B37B406 for ; Thu, 25 Oct 2001 11:35:01 -0700 (PDT) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id f9PIVd657331; Thu, 25 Oct 2001 11:31:39 -0700 (PDT) (envelope-from rizzo) Date: Thu, 25 Oct 2001 11:31:39 -0700 From: Luigi Rizzo To: current@freebsd.org Subject: where is the idle_loop in current ? Message-ID: <20011025113139.A56942@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have some code (in stable) which is invoked from the idle loop, see below. I was trying to port it to CURRENT, but cannot find where the idle_loop (or idlethread ?) has gone. Any pointers ? A grep for idlethread did not return anything that i could parse. Furthermore, what kind of locking should i use instead of splimp() (the procedures called by ether_input() are a stripped down, bounded-execution-time version of the interrupt service routines for ethernet adapters). thanks luigi --- i386/i386/swtch.s 2001/07/26 02:29:10 1.89.2.4 +++ i386/i386/swtch.s 2001/10/23 04:00:27 @@ -246,6 +246,15 @@ call _procrunnable testl %eax,%eax CROSSJUMP(jnz, sw1a, jz) +#ifdef XORP_ETHER_POLLING + incl idle_done + call ether_poll + sti + nop + cli + testl %eax, %eax + jnz idle_loop +#endif call _vm_page_zero_idle testl %eax, %eax jnz idle_loop --- i386/isa/intr_machdep.c 2001/08/24 17:39:12 1.29.2.3 +++ i386/isa/intr_machdep.c 2001/10/24 02:03:55 int +ether_poll(void) +{ + static int i; + + int s = splimp(); + if (i >= pr_next) + i = 0 ; + if (pr[i].handler) + (*pr[i].handler)(pr[i].argument, 2); + i++ ; + splx(s); + return 1; /* more polling */ +} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 11:50:54 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id E5CC537B42B for ; Thu, 25 Oct 2001 11:50:22 -0700 (PDT) Received: (qmail 12974 invoked from network); 25 Oct 2001 18:50:17 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 18:50:17 -0000 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: <20011025113139.A56942@iguana.aciri.org> Date: Thu, 25 Oct 2001 03:59:43 -0700 (PDT) From: John Baldwin To: Luigi Rizzo Subject: RE: where is the idle_loop in current ? Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Oct-01 Luigi Rizzo wrote: > I have some code (in stable) which is invoked from the idle > loop, see below. I was trying to port it to CURRENT, but > cannot find where the idle_loop (or idlethread ?) has gone. > Any pointers ? A grep for idlethread did not return > anything that i could parse. > > Furthermore, what kind of locking should i use instead of > splimp() (the procedures called by ether_input() are a > stripped down, bounded-execution-time version of the > interrupt service routines for ethernet adapters). kern_idle.c. However, it cannot use any blocking locks if you invoke it from idle_loop(). You could also consider using a low priority kernel thread which is what the vm zeroing code does. So far the network stack is not locked, so leave the splimp's in as place holders and ensure your kthread acquires Giant around ether_poll(). > thanks > luigi > > --- i386/i386/swtch.s 2001/07/26 02:29:10 1.89.2.4 > +++ i386/i386/swtch.s 2001/10/23 04:00:27 > @@ -246,6 +246,15 @@ > call _procrunnable > testl %eax,%eax > CROSSJUMP(jnz, sw1a, jz) > +#ifdef XORP_ETHER_POLLING > + incl idle_done > + call ether_poll > + sti > + nop > + cli > + testl %eax, %eax > + jnz idle_loop > +#endif > call _vm_page_zero_idle > testl %eax, %eax > jnz idle_loop > > > --- i386/isa/intr_machdep.c 2001/08/24 17:39:12 1.29.2.3 > +++ i386/isa/intr_machdep.c 2001/10/24 02:03:55 > > int > +ether_poll(void) > +{ > + static int i; > + > + int s = splimp(); > + if (i >= pr_next) > + i = 0 ; > + if (pr[i].handler) > + (*pr[i].handler)(pr[i].argument, 2); > + i++ ; > + splx(s); > + return 1; /* more polling */ > +} > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- 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-current" in the body of the message From owner-freebsd-current Thu Oct 25 12:17:51 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by hub.freebsd.org (Postfix) with ESMTP id 96A9A37B401; Thu, 25 Oct 2001 12:17:46 -0700 (PDT) Received: from trantor.xs4all.nl (trantor.xs4all.nl [194.109.61.248]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with ESMTP id f9PJHgbo048117; Thu, 25 Oct 2001 21:17:43 +0200 (CEST) Received: from trantor.xs4all.nl (localhost [127.0.0.1]) by trantor.xs4all.nl (8.11.6/8.9.3) with ESMTP id f9PJHZx56036; Thu, 25 Oct 2001 21:17:35 +0200 (MET DST) (envelope-from paulz@trantor.xs4all.nl) Message-Id: <200110251917.f9PJHZx56036@trantor.xs4all.nl> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: BSD User Cc: Thomas Quinot , Paul van der Zwan , current@freebsd.org, fs@freebsd.org, paulz@trantor.xs4all.nl Subject: Re: Multiple NFS server problems with Solaris 8 clients In-Reply-To: Message from BSD User of "Thu, 25 Oct 2001 03:16:08 PDT." <20011025030312.J8642-100000@mail.allcaps.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 25 Oct 2001 21:17:34 +0200 From: Paul van der Zwan Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011025030312.J8642-100000@mail.allcaps.org>, BSD User wrote= : >Actually, upon instrumenting some code, it looks like RELEASE-4.4 gets i= t >mostly right. It ejects a PROG_UNAVAIL call which causes the Solaris 8 >client to back off. The correct message would seem to be PROC_UNAVAIL, >but I would take PROG_UNAVAIL if I could get -current to eject it. In this case ( the NFS_ACL one) it seems PROG_UNAVAIL is the right thing.= It has a different program number from NFS and it is not just a not imple= mented procedure that is part of NFS. Paul -- = Paul van der Zwan paulz @ trantor.xs4all.nl "I think I'll move to theory, everything works in theory..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 13: 1:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 9783E37B401; Thu, 25 Oct 2001 13:01:45 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA23491; Thu, 25 Oct 2001 16:01:40 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f9PK1E279115; Thu, 25 Oct 2001 16:01:14 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.28554.632139.922130@grasshopper.cs.duke.edu> Date: Thu, 25 Oct 2001 16:01:14 -0400 (EDT) To: Ruslan Ermilov Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <20011025200206.I41293@sunbay.com> References: <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu> <20011025171401.A22980@sunbay.com> <15320.12728.912070.130292@grasshopper.cs.duke.edu> <20011025200206.I41293@sunbay.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After unhooking sysinstall from the build, we have almost total success. The only remaining problem is that the kernel install failed, due to a missing hints file in my DESTIR's /boot. One interesting bit of trivia -- an alpha crossbuilds an x86 world roughly 30-40% faster than it builds a native world. The alpha gcc backend is a pig. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 13:13:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id D0C1D37B401 for ; Thu, 25 Oct 2001 13:13:22 -0700 (PDT) Received: (qmail 29511 invoked by uid 0); 25 Oct 2001 20:13:21 -0000 Received: from pd9508824.dip.t-dialin.net (HELO mail.gsinet.sittig.org) (217.80.136.36) by mail.gmx.net (mp011-rz3) with SMTP; 25 Oct 2001 20:13:21 -0000 Received: (qmail 42645 invoked from network); 25 Oct 2001 20:10:16 -0000 Received: from shell.gsinet.sittig.org (192.168.11.153) by mail.gsinet.sittig.org with SMTP; 25 Oct 2001 20:10:16 -0000 Received: (from sittig@localhost) by shell.gsinet.sittig.org (8.11.3/8.11.3) id f9PKABN42578 for freebsd-current@FreeBSD.ORG; Thu, 25 Oct 2001 22:10:11 +0200 (CEST) (envelope-from sittig) Date: Thu, 25 Oct 2001 22:10:11 +0200 From: Gerhard Sittig To: current Subject: Re: RELENG_4 builds on -current Message-ID: <20011025221011.E97313@shell.gsinet.sittig.org> Mail-Followup-To: current References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110250027.f9P0RB736961@harmony.village.org>; from imp@harmony.village.org on Wed, Oct 24, 2001 at 06:27:11PM -0600 Organization: System Defenestrators Inc. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 18:27 -0600, Warner Losh wrote: > > At timing solutions, we build all our products in a chroot jail. [...] > > We don't build RELEASES in the chroot. We build a system (make world > DESTDIR=xxx outside of the chroot) that we then use to build the > system (inside the chroot). What I've always been wondering since Kris first mentioned this technique in the thread's course (building -STABLE in a jail on a -RELEASE host or vice versa, IIUC) was the following: There's the host's kernel serving a differing world's userland. We all know what's the usual answer to "I just updated my kernel and now -- insert whatever you please -- stopped working. :) What did I miss? Or is it plain luck when things just work and one shouldn't ask why they do? :> 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-current" in the body of the message From owner-freebsd-current Thu Oct 25 14: 4: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id AFDF037B403 for ; Thu, 25 Oct 2001 14:04:03 -0700 (PDT) Received: from bilbo.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id C943071034 for ; Thu, 25 Oct 2001 23:03:58 +0200 (CEST) Received: from club-internet.fr (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id AF5E771034 for ; Thu, 25 Oct 2001 23:03:55 +0200 (CEST) Message-ID: <3BD87E3B.B795BD1A@club-internet.fr> Date: Thu, 25 Oct 2001 23:03:55 +0200 From: Mathieu Arnold Organization: http://www.absolight.com/ X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd current Subject: make installworld fails Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Doing a make make installworld fails on a 5_0-CURRENT from this morning fails in : gnu/lib/libreadline/history rlhistory.3: doc/history.3 cp ${.ALLSRC} ${.TARGET} no cp in $PATH... then : usr.sbin/ppp .8.m4.8: m4 ${M4FLAGS} ${.IMPSRC} >${.TARGET} no m4 in PATH... and then : secure/usr.bin/openssl .pod.1: pod2man ${.IMPSRC} > ${.TARGET} no pod2man in PATH... -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 15:55:38 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtp.supercable.es (smtp.supercable.es [212.79.128.148]) by hub.freebsd.org (Postfix) with ESMTP id 07F9837B407 for ; Thu, 25 Oct 2001 15:55:33 -0700 (PDT) Received: from 300amdk6 (cliente-217217250063.cm256.senpb.supercable.es [217.217.250.63]) by smtp.supercable.es (Switch-2.0.1/Switch-2.0.1) with SMTP id f9PMuSN18963 for ; Fri, 26 Oct 2001 00:56:28 +0200 (MEST) From: "Manuel Jesus" To: Subject: subscribe Date: Fri, 26 Oct 2001 00:47:16 +0200 Message-ID: <002a01c15da6$fef04cc0$3ffad9d9@supercable.es> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002B_01C15DB7.C2791CC0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002B_01C15DB7.C2791CC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Saludos. Manuel JesЗs. Email: majesa@supercable.es ------=_NextPart_000_002B_01C15DB7.C2791CC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
 
Saludos.
Manuel Jes=FAs.
Email: majesa@supercable.es
 
------=_NextPart_000_002B_01C15DB7.C2791CC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 19:31:11 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.allcaps.org (mail.allcaps.org [208.252.245.17]) by hub.freebsd.org (Postfix) with ESMTP id 5F9ED37B401; Thu, 25 Oct 2001 19:31:06 -0700 (PDT) Received: by mail.allcaps.org (Postfix, from userid 501) id 099903261E; Thu, 25 Oct 2001 19:31:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id 04D762E829; Thu, 25 Oct 2001 19:31:06 -0700 (PDT) Date: Thu, 25 Oct 2001 19:31:05 -0700 (PDT) From: "Andrew P. Lentvorski" To: Ian Dowse Cc: Thomas Quinot , Paul van der Zwan , , Subject: Re: Multiple NFS server problems with Solaris 8 clients In-Reply-To: <200110251732.aa69596@salmon.maths.tcd.ie> Message-ID: <20011025192740.N9725-100000@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, Ian Dowse wrote: > I think PROG_UNAVAIL is correct; the packet trace that Thomas > provided shows an RPC request with a program ID of 100227 which is > not the NFS program ID. I stand corrected. It does indeed attempt to access a different program. > > Try the patch below. > The patch works. Now I can get back to working out the rpc_lockd subsystem. As a side note, is anyone from the FreeBSD side of the world taking a box to Connectathon to do some NFS testing? -a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 21:12:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from scythe.pacific.net.sg (scythe.pacific.net.sg [203.120.90.37]) by hub.freebsd.org (Postfix) with ESMTP id 2D3ED37B403 for ; Thu, 25 Oct 2001 21:12:24 -0700 (PDT) Received: from smtp2.pacific.net.sg (smtp2.pacific.net.sg [203.120.90.169]) by scythe.pacific.net.sg with ESMTP id f9Q4CM805337 for ; Fri, 26 Oct 2001 12:12:22 +0800 Received: from ap_280868.pacific.net.sg ([203.208.143.98]) by smtp2.pacific.net.sg with ESMTP id f9Q4CMv32505 for ; Fri, 26 Oct 2001 12:12:22 +0800 Message-Id: <5.1.0.14.0.20011026120935.00a4e4e0@po.pacific.net.sg> X-Sender: nchee_hoong@po.pacific.net.sg X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 12:18:36 +0800 To: freebsd-current@FreeBSD.ORG From: Kelvin Ng Chee Hoong Subject: Change Prompt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi ; I use bash shell in my FreeBSD machine . How do I change a promt from "$" to "#" when I login as superuser from normal user to root ? my .bashrc script looks as following ..... PS1="[\u@\h: \w]\$ " alias ls='ls -F' alias cp='cp -i' alias mv='mv -i' alias rm='rm -i Another question , what is the function of PS2 and when to use it ? Please advise .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Oct 25 23:52:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 5863F37B401 for ; Thu, 25 Oct 2001 23:52:38 -0700 (PDT) Received: from dialup-209.245.128.14.dial1.sanjose1.level3.net ([209.245.128.14] helo=mindspring.com) by hawk.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15x0r6-0001If-00; Thu, 25 Oct 2001 23:52:37 -0700 Message-ID: <3BD9086A.54460841@mindspring.com> Date: Thu, 25 Oct 2001 23:53:30 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Gerhard Sittig Cc: current Subject: Re: RELENG_4 builds on -current References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gerhard Sittig wrote: > > On Wed, Oct 24, 2001 at 18:27 -0600, Warner Losh wrote: > > > > At timing solutions, we build all our products in a chroot jail. [...] > > > > We don't build RELEASES in the chroot. We build a system (make world > > DESTDIR=xxx outside of the chroot) that we then use to build the > > system (inside the chroot). > > What I've always been wondering since Kris first mentioned this > technique in the thread's course (building -STABLE in a jail on > a -RELEASE host or vice versa, IIUC) was the following: There's > the host's kernel serving a differing world's userland. We all > know what's the usual answer to "I just updated my kernel and > now -- insert whatever you please -- stopped working. :) What > did I miss? Or is it plain luck when things just work and one > shouldn't ask why they do? :> I have a 10k shell script for doing this. It copies in all the stuff from the parent system which is important to match to the real kernel, including /kernel, the "ps" program, and basically all other programs that open /dev/kmem or link against libkvm. That means that the build environment works like the host system for all important commands, but acts like the target system for compilation, etc.. It can also copy in and install a list of packages. Basically, it operates off a tarball which is DISC 2. It also uses chroot (not jail, though I suspect he just meant chroot). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 0:56:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from scythe.pacific.net.sg (scythe.pacific.net.sg [203.120.90.37]) by hub.freebsd.org (Postfix) with ESMTP id E8C0737B405 for ; Fri, 26 Oct 2001 00:56:35 -0700 (PDT) Received: from smtp1.pacific.net.sg (smtp1.pacific.net.sg [203.120.90.70]) by scythe.pacific.net.sg with ESMTP id f9Q7uX825952 for ; Fri, 26 Oct 2001 15:56:33 +0800 Received: from ap_280868.pacific.net.sg ([203.208.143.98]) by smtp1.pacific.net.sg with ESMTP id f9Q7uXi23275 for ; Fri, 26 Oct 2001 15:56:33 +0800 Message-Id: <5.1.0.14.0.20011026160025.00a420a0@po.pacific.net.sg> X-Sender: nchee_hoong@po.pacific.net.sg X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 16:02:49 +0800 To: freebsd-current@FreeBSD.ORG From: Kelvin Ng Chee Hoong Subject: Upgrade Apache Web Server Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi ; I have installed apache web server (Version 1.3.20) from port collection . How do I upgrade this software to version 1.3.22 from port collection ? Please advise . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 2:20:18 2001 Delivered-To: freebsd-current@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id DBD1237B405 for ; Fri, 26 Oct 2001 02:20:15 -0700 (PDT) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id f9Q9Jo280290; Fri, 26 Oct 2001 10:19:50 +0100 (BST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id f9Q8fsY43205; Fri, 26 Oct 2001 09:41:54 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200110260841.f9Q8fsY43205@grimreaper.grondar.org> To: Kelvin Ng Chee Hoong Cc: freebsd-current@FreeBSD.ORG Subject: Re: Change Prompt References: <5.1.0.14.0.20011026120935.00a4e4e0@po.pacific.net.sg> In-Reply-To: <5.1.0.14.0.20011026120935.00a4e4e0@po.pacific.net.sg> ; from Kelvin Ng Chee Hoong "Fri, 26 Oct 2001 12:18:36 +0800." Date: Fri, 26 Oct 2001 09:41:54 +0100 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Please ask these questions on questions@freebsd.org M > Hi ; > I use bash shell in my FreeBSD machine . How do I change a promt from > "$" to "#" when I login as superuser from normal user to root ? > > > my .bashrc script looks as following ..... > > PS1="[\u@\h: \w]\$ " > alias ls='ls -F' > alias cp='cp -i' > alias mv='mv -i' > alias rm='rm -i > > > Another question , what is the function of PS2 and when to use it ? Please > advise .... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 2:39:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id D8B8837B403 for ; Fri, 26 Oct 2001 02:39:53 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9Q9dZ312731; Fri, 26 Oct 2001 02:39:35 -0700 (PDT) (envelope-from obrien) Date: Fri, 26 Oct 2001 02:39:35 -0700 From: "David O'Brien" To: Kelvin Ng Chee Hoong , freebsd-current@FreeBSD.ORG Subject: Re: Change Prompt Message-ID: <20011026023935.A12708@dragon.nuxi.com> Reply-To: freebsd-current@FreeBSD.ORG Mail-Followup-To: freebsd-current@freebsd.org, Kelvin Ng Chee Hoong References: <5.1.0.14.0.20011026120935.00a4e4e0@po.pacific.net.sg> <200110260841.f9Q8fsY43205@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110260841.f9Q8fsY43205@grimreaper.grondar.org>; from mark@grondar.za on Fri, Oct 26, 2001 at 09:41:54AM +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: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Another question , what is the function of PS2 and when to use it ? Please > advise .... I advise you to use PS2="smokin'crack? > " as I do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 2:45:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id CAE7F37B405; Fri, 26 Oct 2001 02:45:15 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9Q9jEC61353; Fri, 26 Oct 2001 11:45:14 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 26 Oct 2001 11:47:28 +0200 (CEST) From: Martin Blapp To: Cc: Subject: winbindd support for samba Message-ID: <20011026113649.V23866-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Is someone working on winbindd support for Free/NetBSD ? #man winbindd NAME winbindd - Name Service Switch daemon for resolving names from NT servers winbindd is a daemon that provides a service for the Name Service Switch capability that is present in most modern C libraries. The Name Service Switch allows user and system information to be obtained from different databases ser- vices such as NIS or DNS. The exact behaviour can be con- figured throught the /etc/nsswitch.conf file. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samba system. Btw, since we don't support winbindd, the samba-devel port should not install the manpage :-/ A winbind deamon is really needed if you have a big environment and you don't want to add all the time MACHINE$ entrys to /etc/passwd, on which samba depends if you have samba acting as a PDC. Winbindd(8) depends on nsswitch support. We have some nsswitch support, but NOT the sun API we could use to complile free available programms like samba. Linux has a SUN compatible NSS implementation. So either we fix or NSS implementation, or we modify with patches the winbindd to support FreeBSD too. Suggestions ? PS: IMHO this is a real issue and we should look how we can soon have a working winbindd on BSD. Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 8:40:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id A3C7A37B407 for ; Fri, 26 Oct 2001 08:40:54 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 84E8914C41; Fri, 26 Oct 2001 17:40:53 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Kelvin Ng Chee Hoong Cc: freebsd-current@FreeBSD.ORG Subject: Re: Upgrade Apache Web Server References: <5.1.0.14.0.20011026160025.00a420a0@po.pacific.net.sg> From: Dag-Erling Smorgrav Date: 26 Oct 2001 17:40:53 +0200 In-Reply-To: <5.1.0.14.0.20011026160025.00a420a0@po.pacific.net.sg> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kelvin Ng Chee Hoong writes: > I have installed apache web server (Version 1.3.20) from port > collection . How do I upgrade this software to version 1.3.22 from > port collection ? Please advise . For the last time, -current is *not* the appropriate place to ask such questions. Please use questions@freebsd.org or newbies@freebsd.org instead. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 8:46:50 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 58E0A37B401 for ; Fri, 26 Oct 2001 08:46:41 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id AADC014C2E; Fri, 26 Oct 2001 17:46:39 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Gerhard Sittig Cc: current Subject: Re: RELENG_4 builds on -current References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> From: Dag-Erling Smorgrav Date: 26 Oct 2001 17:46:39 +0200 In-Reply-To: <20011025221011.E97313@shell.gsinet.sittig.org> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gerhard Sittig writes: > What I've always been wondering since Kris first mentioned this > technique in the thread's course (building -STABLE in a jail on > a -RELEASE host or vice versa, IIUC) was the following: There's > the host's kernel serving a differing world's userland. We all > know what's the usual answer to "I just updated my kernel and > now -- insert whatever you please -- stopped working. :) What > did I miss? Or is it plain luck when things just work and one > shouldn't ask why they do? :> The answer is that the tools used to build world *generally* aren't affected by changes in the kernel. The stuff that usually breaks when your kernel is out of synch (ps, top, ipfw...) isn't needed to build world. Of course, there are exceptions, like trying to run a 4.x or 5.x world on a pre-sigset_t kernel. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:16:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from hal-5.inet.it (hal-5.inet.it [213.92.5.24]) by hub.freebsd.org (Postfix) with ESMTP id 88A3237B401 for ; Fri, 26 Oct 2001 09:16:16 -0700 (PDT) Received: (from root@localhost) by hal-5.inet.it (8.11.1/8.11.1) id f9QGGFN205060 for ; Fri, 26 Oct 2001 18:16:15 +0200 Received: from unknown(213.92.1.190) by hal-5.inet.it via I-SMTP id s-213.92.1.190-Iq0hWA; Fri Oct 26 18:16:15 2001 Received: (qmail 8016 invoked by uid 1000); 26 Oct 2001 16:16:12 -0000 Date: Fri, 26 Oct 2001 18:16:12 +0200 From: Andrea Campi To: freebsd-current@FreeBSD.org Subject: Re: -CURRENT freeze under high load Message-ID: <20011026181612.A7800@webcom.it> References: <20011024153151.A75454@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024153151.A75454@webcom.it>; from andrea@webcom.it on Wed, Oct 24, 2001 at 03:31:51PM +0200 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Looks like the problem below is caused by this commit: dwmalone 2001/10/04 06:11:48 PDT Modified files: lib/libc/rpc clnt_vc.c svc_vc.c sbin/mount_portalfs activate.c sys/kern uipc_socket.c uipc_usrreq.c sys/netgraph ng_socket.c sys/sys domain.h un.h usr.sbin/ppp bundle.c ACPI, which I previously wrongly blamed, isn't involved in any way. Right now I am running a very recent -CURRENT, modulo this commit and more recent commits to the same files, i.e. I updated using: # cvs -q -R update -A -P -d # cvs -q -R update -D'Oct 04 15:11' kern/kern_proc.c kern/kern_prot.c kern/uipc_socket.c kern/uipc_usrreq.c netgraph/ng_socket.c netinet/ip_fw.c netinet/raw_ip.c netinet/tcp_subr.c netinet/udp_usrreq.c sys/domain.h sys/socketvar.h sys/un.h All my problems are now gone. This sort of makes sense to me, as the culprit, qmail, is quite socket intensive. Anybody has any idea how to properly fix? Bye, Andrea On Wed, Oct 24, 2001 at 03:31:51PM +0200, Andrea Campi wrote: > Hi all, > > I am trying to diagnose a problem I've been having for a few weeks (I didn't > report it earlier because I didn't have much time to hunt for it). > > The symptom is a total system freeze, i.e. I can't get into DDB. I can repeat > it only with qmail, but of course I don't think it's qmail specific in any way; > probably something to do with locking. To reproduce it I run: > > find . -type f | xargs mutt (on my machine, all emails get delivered to me) > > A kernel from Oct 1 doesn't have this issue; a kernel from Oct 5 has. I'll > start binary searching for a commit I can blame. > > Anybody seen anything like this? -- It is easier to fix Unix than to live with NT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:23:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 9BC8437B405 for ; Fri, 26 Oct 2001 09:23:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 14AB266B0E; Fri, 26 Oct 2001 09:23:09 -0700 (PDT) Date: Fri, 26 Oct 2001 09:23:08 -0700 From: Kris Kennaway To: Gerhard Sittig Cc: current Subject: Re: RELENG_4 builds on -current Message-ID: <20011026092308.B54311@xor.obsecurity.org> References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025221011.E97313@shell.gsinet.sittig.org>; from Gerhard.Sittig@gmx.net on Thu, Oct 25, 2001 at 10:10:11PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2001 at 10:10:11PM +0200, Gerhard Sittig wrote: > On Wed, Oct 24, 2001 at 18:27 -0600, Warner Losh wrote: > >=20 > > At timing solutions, we build all our products in a chroot jail. [...] > >=20 > > We don't build RELEASES in the chroot. We build a system (make world > > DESTDIR=3Dxxx outside of the chroot) that we then use to build the > > system (inside the chroot). >=20 > What I've always been wondering since Kris first mentioned this > technique in the thread's course (building -STABLE in a jail on > a -RELEASE host or vice versa, IIUC) was the following: There's > the host's kernel serving a differing world's userland. We all > know what's the usual answer to "I just updated my kernel and > now -- insert whatever you please -- stopped working. :) What > did I miss? Or is it plain luck when things just work and one > shouldn't ask why they do? :> Things which still rely on libkvm don't work in the jail if it's different than the host version. Under -current there are many more things which use sysctls to obtain their data from the kernel, so the problem is getting less severe. Kris --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72Y3sWry0BWjoQKURAimjAJ99Am4VGH4DtZYQ3wO8U2FWVOY8/gCfZmQx jtOA5BTEbc2y2WTK83cNFeM= =R+li -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:26:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 362D437B401 for ; Fri, 26 Oct 2001 09:26:08 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DF14166D2A; Fri, 26 Oct 2001 09:26:07 -0700 (PDT) Date: Fri, 26 Oct 2001 09:26:07 -0700 From: Kris Kennaway To: Terry Lambert Cc: Gerhard Sittig , current Subject: Re: RELENG_4 builds on -current Message-ID: <20011026092607.C54311@xor.obsecurity.org> References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> <3BD9086A.54460841@mindspring.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="f+W+jCU1fRNres8c" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD9086A.54460841@mindspring.com>; from tlambert2@mindspring.com on Thu, Oct 25, 2001 at 11:53:30PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --f+W+jCU1fRNres8c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 25, 2001 at 11:53:30PM -0700, Terry Lambert wrote: > I have a 10k shell script for doing this. It copies in all the > stuff from the parent system which is important to match to the > real kernel, including /kernel, the "ps" program, and basically > all other programs that open /dev/kmem or link against libkvm. I'd love to see this. I've daydreamed about magic scripts to automatically install a port/package in its own minimalist jail by auto-populating it with the things it requires (a minimal /etc, appropriate shared libraries, etc). This script might be useful towards that goal. Kris --f+W+jCU1fRNres8c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72Y6fWry0BWjoQKURAuojAKDSHEx1CaNharifqv/YA3eNGEZTfwCgwuXV 7wPjpJvIf65b+OO4I/4uepU= =JTrM -----END PGP SIGNATURE----- --f+W+jCU1fRNres8c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:40: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 972CD37B408 for ; Fri, 26 Oct 2001 09:39:44 -0700 (PDT) Received: from dialup-209.247.142.186.dial1.sanjose1.level3.net ([209.247.142.186] helo=mindspring.com) by robin.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15xA0j-0006WF-00; Fri, 26 Oct 2001 09:39:10 -0700 Message-ID: <3BD991DF.DCCE06CD@mindspring.com> Date: Fri, 26 Oct 2001 09:39:59 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: Gerhard Sittig , current Subject: Re: RELENG_4 builds on -current References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > The answer is that the tools used to build world *generally* aren't > affected by changes in the kernel. The stuff that usually breaks when > your kernel is out of synch (ps, top, ipfw...) isn't needed to build > world. Of course, there are exceptions, like trying to run a 4.x or > 5.x world on a pre-sigset_t kernel. There's some code that depends on the current kernel version, as obtained from the preprocessor, in order to build. The preprocessor gets this from the sysctl. This type of thing is rare, but there is caode that is variant based on FreeBSD version. For the FreeBSD code itself, this variance is generally hidden in the CVS repository, under the asumption that you will attempt to build your userspace from code that matches your kernel. I've only been bitten twice by this in the history of FreeBSD, but there have been opportunities for this type of thing to happen a dozen times or so. The bottom line is that if you are going to be following the code very closely, expect to get bitten 1.5 times a year (not bad at all). If you are a little more careful in when you choose to grab the code, then you can reduce this risk to two times in ten years (like I have experienced, using FreeBSD or its progenitor for the last decade). If you use the chroot method, then the problem will end up being practically non-existant. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:48:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 6FF3737B403 for ; Fri, 26 Oct 2001 09:48:09 -0700 (PDT) Received: from dialup-209.247.142.186.dial1.sanjose1.level3.net ([209.247.142.186] helo=mindspring.com) by robin.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15xA9O-0000aR-00; Fri, 26 Oct 2001 09:48:07 -0700 Message-ID: <3BD993FB.F33B5357@mindspring.com> Date: Fri, 26 Oct 2001 09:48:59 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: Gerhard Sittig , current Subject: Re: RELENG_4 builds on -current References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> <20011026092308.B54311@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > What I've always been wondering since Kris first mentioned this > > technique in the thread's course (building -STABLE in a jail on > > a -RELEASE host or vice versa, IIUC) was the following: There's > > the host's kernel serving a differing world's userland. We all > > know what's the usual answer to "I just updated my kernel and > > now -- insert whatever you please -- stopped working. :) What > > did I miss? Or is it plain luck when things just work and one > > shouldn't ask why they do? :> > > Things which still rely on libkvm don't work in the jail if it's > different than the host version. Under -current there are many more > things which use sysctls to obtain their data from the kernel, so the > problem is getting less severe. You copy the host versions of these programs in, of course. Why do you think my shell script is 10k instead of 1k? -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:48:58 2001 Delivered-To: freebsd-current@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id B046537B403 for ; Fri, 26 Oct 2001 09:48:51 -0700 (PDT) Received: from dialup-209.247.142.186.dial1.sanjose1.level3.net ([209.247.142.186] helo=mindspring.com) by robin.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15xAA4-0001MI-00; Fri, 26 Oct 2001 09:48:49 -0700 Message-ID: <3BD99426.CECA9B49@mindspring.com> Date: Fri, 26 Oct 2001 09:49:42 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: Gerhard Sittig , current Subject: Re: RELENG_4 builds on -current References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> <3BD9086A.54460841@mindspring.com> <20011026092607.C54311@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > On Thu, Oct 25, 2001 at 11:53:30PM -0700, Terry Lambert wrote: > > > I have a 10k shell script for doing this. It copies in all the > > stuff from the parent system which is important to match to the > > real kernel, including /kernel, the "ps" program, and basically > > all other programs that open /dev/kmem or link against libkvm. > > I'd love to see this. > > I've daydreamed about magic scripts to automatically install a > port/package in its own minimalist jail by auto-populating it with the > things it requires (a minimal /etc, appropriate shared libraries, > etc). This script might be useful towards that goal. I'll clean it up and send it to you. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:52:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id A241C37B40B for ; Fri, 26 Oct 2001 09:52:40 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Oct 2001 17:52:39 +0100 (BST) Date: Fri, 26 Oct 2001 17:52:37 +0100 From: David Malone To: Andrea Campi Cc: freebsd-current@FreeBSD.org Subject: Re: -CURRENT freeze under high load Message-ID: <20011026175237.A33082@walton.maths.tcd.ie> References: <20011024153151.A75454@webcom.it> <20011026181612.A7800@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026181612.A7800@webcom.it>; from andrea@webcom.it on Fri, Oct 26, 2001 at 06:16:12PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 06:16:12PM +0200, Andrea Campi wrote: > All my problems are now gone. This sort of makes sense to me, as the culprit, > qmail, is quite socket intensive. > > Anybody has any idea how to properly fix? This patch changed quite a few things, so it's not obvious exactly what is causing the problem. Do you know if qmail does any discriptor passing? The code makes discriptor passing a bit more mbuf intensive, so it's possible that you're running your machine out of mbufs. I know qmail tends to run machines as hard as it can, so it may have run the machine into the ground. Also, are you running on alpha or i386? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 9:58:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id C778D37B407 for ; Fri, 26 Oct 2001 09:57:14 -0700 (PDT) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id C16F897 for ; Fri, 26 Oct 2001 08:57:08 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: freebsd-current@freebsd.org Subject: kernel build error Date: Fri, 26 Oct 2001 08:57:08 -0800 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011026165708.C16F897@nebula.anchoragerescue.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Today's -current build fails on my box with the following: linking kernel vm_fault.o: In function `vm_fault1': vm_fault.o(.text+0x941): undefined reference to `vm_object_set_writeable_dirty' vm_page.o In function `vm_page_insert': vm_page.o(.text+0x4c2): undefined reference to `vm_object_set_writeable_dirty' *** Error code 1 Stop in /usr/obj/usr/src/sys/GALAXY. *** Error code 1 Beech -- Micro$oft: "Where can we make you go today?" ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 10:12:35 2001 Delivered-To: freebsd-current@freebsd.org Received: from hal-5.inet.it (hal-5.inet.it [213.92.5.24]) by hub.freebsd.org (Postfix) with ESMTP id DF7A937B407 for ; Fri, 26 Oct 2001 10:12:27 -0700 (PDT) Received: (from root@localhost) by hal-5.inet.it (8.11.1/8.11.1) id f9QHCRP175292 for ; Fri, 26 Oct 2001 19:12:27 +0200 Received: from unknown(213.92.1.190) by hal-5.inet.it via I-SMTP id s-213.92.1.190-jYbIPg; Fri Oct 26 19:12:27 2001 Received: (qmail 17942 invoked by uid 1000); 26 Oct 2001 17:12:24 -0000 Date: Fri, 26 Oct 2001 19:12:24 +0200 From: Andrea Campi To: David Malone Cc: freebsd-current@FreeBSD.org Subject: Re: -CURRENT freeze under high load Message-ID: <20011026191224.B7800@webcom.it> References: <20011024153151.A75454@webcom.it> <20011026181612.A7800@webcom.it> <20011026175237.A33082@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026175237.A33082@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Fri, Oct 26, 2001 at 05:52:37PM +0100 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 05:52:37PM +0100, David Malone wrote: > On Fri, Oct 26, 2001 at 06:16:12PM +0200, Andrea Campi wrote: > > All my problems are now gone. This sort of makes sense to me, as the culprit, > > qmail, is quite socket intensive. > > > > Anybody has any idea how to properly fix? > > This patch changed quite a few things, so it's not obvious exactly > what is causing the problem. I know. I'd like to look deeper into the issue, but from a quick glance at the code, I don't think I could figure out a way to separate those "things" and try each one. Do you happen to have separate patches for them, that I could try? > Do you know if qmail does any discriptor passing? The code makes > discriptor passing a bit more mbuf intensive, so it's possible that > you're running your machine out of mbufs. I know qmail tends to > run machines as hard as it can, so it may have run the machine into > the ground. I'm not 100% sure of how to check, but a grep SOL_SOCKET * in the sources didn't return anything. Also, from what I can understand without really reading all of that #@#@ DJB code, qmail mainly uses pipe and 2 or 3 fifos. AFAIK your commit wasn't intended to change that, but is it possible that a bug did sneak in? Anyway, both ways I can trigger the bug (find . -type f | xargs mutt, and actually running fetchmail -a) do generate a LOT of work, so it's actually possible that your diagnosis (mbuf exhaustion) is correct; trouble is, this shouln't hurt the machine to the point I can't even enter DDB. > > Also, are you running on alpha or i386? i386, IBM Thinkpad 570E (not that it being a laptop makes any difference, of course ;-)) Bye, Andrea -- Intel: where Quality is job number 0.9998782345! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 10:30:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B9F3A37B403 for ; Fri, 26 Oct 2001 10:30:48 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Oct 2001 18:30:48 +0100 (BST) Date: Fri, 26 Oct 2001 18:30:47 +0100 From: David Malone To: Andrea Campi Cc: freebsd-current@FreeBSD.org Subject: Re: -CURRENT freeze under high load Message-ID: <20011026183047.A33995@walton.maths.tcd.ie> References: <20011024153151.A75454@webcom.it> <20011026181612.A7800@webcom.it> <20011026175237.A33082@walton.maths.tcd.ie> <20011026191224.B7800@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026191224.B7800@webcom.it>; from andrea@webcom.it on Fri, Oct 26, 2001 at 07:12:24PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 07:12:24PM +0200, Andrea Campi wrote: > I know. I'd like to look deeper into the issue, but from a quick glance at the > code, I don't think I could figure out a way to separate those "things" and tr > each one. Do you happen to have separate patches for them, that I could try? It's a bit hard to seperate the bits out, which is why it happened as one commit. I'll see if I can come up with something to segregate the code out a bit. One possibility would be to add a printf to the internalise and externalise functions in uipc_usrreq.c - that way we can see if it is actually executing the code there. If it's not, then that narrows things down a bit. > in the sources didn't return anything. Also, from what I can understand withou > really reading all of that #@#@ DJB code, qmail mainly uses pipe and 2 or 3 > fifos. AFAIK your commit wasn't intended to change that, but is it possible > that a bug did sneak in? Hmm - I don't think my code should have changed fifos or pipes at all. > Anyway, both ways I can trigger the bug (find . -type f | xargs mutt, and > actually running fetchmail -a) do generate a LOT of work, so it's actually > possible that your diagnosis (mbuf exhaustion) is correct; trouble is, this > shouln't hurt the machine to the point I can't even enter DDB. Maybe I'll try installing qmail at home and reproducing the problem. > > Also, are you running on alpha or i386? > > i386, IBM Thinkpad 570E (not that it being a laptop makes any difference, of > course ;-)) OK - that eliminates one possibility ;-) David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 11: 5:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 4FC5F37B401 for ; Fri, 26 Oct 2001 11:05:16 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9QI5CG72597; Fri, 26 Oct 2001 14:05:12 -0400 (EDT) (envelope-from wollman) Date: Fri, 26 Oct 2001 14:05:12 -0400 (EDT) From: Garrett Wollman Message-Id: <200110261805.f9QI5CG72597@khavrinen.lcs.mit.edu> To: Mark Murray Cc: current@FreeBSD.org Subject: Re: cu(1) (Was: Re: cvs commit: src/etc/mtree BSD.var.dist) In-Reply-To: <200110261659.f9QGxXY47978@grimreaper.grondar.org> References: <200110261659.f9QGxXY47978@grimreaper.grondar.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Do you have a problem with cu being a port and not in the base system? > (ie, a port that gives you _just_ cu with no other UUCP crap?) I think that's a POLA question; I have no fundamental objection. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 11:51: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 0F6F437B411 for ; Fri, 26 Oct 2001 11:50:43 -0700 (PDT) Received: (qmail 75755 invoked from network); 26 Oct 2001 18:50:41 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Oct 2001 18:50:41 -0000 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: <20011026165708.C16F897@nebula.anchoragerescue.org> Date: Fri, 26 Oct 2001 11:50:40 -0700 (PDT) From: John Baldwin To: Beech Rintoul Subject: RE: kernel build error Cc: freebsd-current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-Oct-01 Beech Rintoul wrote: > Today's -current build fails on my box with the following: > > linking kernel > vm_fault.o: In function `vm_fault1': > vm_fault.o(.text+0x941): undefined reference to > `vm_object_set_writeable_dirty' > vm_page.o In function `vm_page_insert': > vm_page.o(.text+0x4c2): undefined reference to > `vm_object_set_writeable_dirty' > *** Error code 1 > Stop in /usr/obj/usr/src/sys/GALAXY. > *** Error code 1 It's already fixed. re-cvsup. -- 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-current" in the body of the message From owner-freebsd-current Fri Oct 26 14: 2:33 2001 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 2370937B407 for ; Fri, 26 Oct 2001 14:02:22 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9QL2M738560; Fri, 26 Oct 2001 14:02:22 -0700 (PDT) (envelope-from dillon) Date: Fri, 26 Oct 2001 14:02:22 -0700 (PDT) From: Matthew Dillon Message-Id: <200110262102.f9QL2M738560@apollo.backplane.com> To: freebsd-current@freebsd.org Subject: Giant mutex wrappers implemented, starting wrapping work. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Everyone who is working on Giant unwinding should be aware of the new giant wrapper routines which allow us to control whether Giant is turned on around a subsystem with sysctls. There are several sysctls: kern.giant.all kern.giant.proc kern.giant.file kern.giant.(etc...) kern.giant.all defaults to 0 (off). If set to 1 it forces the Giant wrappers to be turned on for all subsystems regardless of the state of other kern.giant. sysctls. If set to 0 then Giant is wrapped around subsystems based on the value of the other kern.giant. sysctls. General developers should *NOT* mess with any of these sysctls for the moment. As various subsystems get wrapped, those doing the Giant unwinding work will be able to use these sysctls to turn off Giant and test their work. Those doing Giant unwinding work will also be able to request that other developers test their work by turning off Giant around a subsystem, yet still be able to maintain reasonably stable -current systems for their own work. Portions of routines that manipulate multiple subsystems may require that all related Giant management sysctls be turned off in order to turn off Giant around the routines in question. Here is an example use for the new wrappers: /* * MPSAFE */ /* ARGSUSED */ int getpid(td, uap) struct thread *td; struct getpid_args *uap; { struct proc *p = td->td_proc; int s; s = mtx_lock_giant(kern_giant_proc); td->td_retval[0] = p->p_pid; #if defined(COMPAT_43) || defined(COMPAT_SUNOS) PROC_LOCK(p); td->td_retval[1] = p->p_pptr->p_pid; PROC_UNLOCK(p); #endif mtx_unlock_giant(s); return (0); } In this example mtx_lock_giant() is called with kern_giant_proc (the kern.giant.proc sysctl value) as an argument. The routine returns whether Giant was actually locked or not. The return value must be passed to a matching mtx_unlock_giant() later on. (This allows the sysctl variables to change state out from under the system without blowing things up). I am going to begin instrumenting the proc and file code with these wrappers. I would be very happy to see Alfred, John, and others working on the Giant wrappers to also start using the wrappers. I believe that the move to force people to start using the main tree again was a good one that I believe that these routines will greatly improve the speed at which -current developers are able to work. Those people who are working on subsystems should feel free to add additional Giant wrapper variables and sysctls to kern/kern_mutex.c. Note that these are long term mechanisms, it will probably be several years of diminishing bugs before we work the races out. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 16:16: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id EE36737B401 for ; Fri, 26 Oct 2001 16:16:06 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 8C2B614C40; Sat, 27 Oct 2001 01:16:05 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Beech Rintoul Cc: freebsd-current@freebsd.org Subject: Re: kernel build error References: <20011026165708.C16F897@nebula.anchoragerescue.org> From: Dag-Erling Smorgrav Date: 27 Oct 2001 01:16:05 +0200 In-Reply-To: <20011026165708.C16F897@nebula.anchoragerescue.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Beech Rintoul writes: > Today's -current build fails on my box with the following: I think it's safe to say, as a general rule, that whenever you hit a build error (as opposed to a run-time bug) you should wait a couple of hours, re-cvsup, rebuild, and check that the problem is still there before you ask the lists about it. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 16:41:39 2001 Delivered-To: freebsd-current@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 782D337B403 for ; Fri, 26 Oct 2001 16:41:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E22AD66B10; Fri, 26 Oct 2001 16:41:35 -0700 (PDT) Date: Fri, 26 Oct 2001 16:41:35 -0700 From: Kris Kennaway To: Terry Lambert Cc: Kris Kennaway , Gerhard Sittig , current Subject: Re: RELENG_4 builds on -current Message-ID: <20011026164135.A58959@xor.obsecurity.org> References: <20011022142401.A3569@xor.obsecurity.org> <008701c15a9d$0805aec0$0a9811cb@gccs.com.au> <20011022142401.A3569@xor.obsecurity.org> <200110250027.f9P0RB736961@harmony.village.org> <20011025221011.E97313@shell.gsinet.sittig.org> <3BD9086A.54460841@mindspring.com> <20011026092607.C54311@xor.obsecurity.org> <3BD99426.CECA9B49@mindspring.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD99426.CECA9B49@mindspring.com>; from tlambert2@mindspring.com on Fri, Oct 26, 2001 at 09:49:42AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 26, 2001 at 09:49:42AM -0700, Terry Lambert wrote: > Kris Kennaway wrote: > >=20 > > On Thu, Oct 25, 2001 at 11:53:30PM -0700, Terry Lambert wrote: > >=20 > > > I have a 10k shell script for doing this. It copies in all the > > > stuff from the parent system which is important to match to the > > > real kernel, including /kernel, the "ps" program, and basically > > > all other programs that open /dev/kmem or link against libkvm. > >=20 > > I'd love to see this. > >=20 > > I've daydreamed about magic scripts to automatically install a > > port/package in its own minimalist jail by auto-populating it with the > > things it requires (a minimal /etc, appropriate shared libraries, > > etc). This script might be useful towards that goal. >=20 > I'll clean it up and send it to you. Thanks! Kris --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72fSvWry0BWjoQKURAqTAAKDG5kd52q97ApvtdzRreVgKgngpAACfX9Nz oQAu71lVT4dkQhQxNZYCOcc= =TEgy -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 20:15:18 2001 Delivered-To: freebsd-current@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id B995537B407 for ; Fri, 26 Oct 2001 20:15:12 -0700 (PDT) Received: (qmail 88479 invoked by uid 1000); 27 Oct 2001 03:15:11 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Oct 2001 03:15:11 -0000 Date: Fri, 26 Oct 2001 22:15:11 -0500 (CDT) From: Mike Silbersack To: Subject: devfs question Message-ID: <20011026220946.X88389-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quick question for those devfs inclined: I was just copying my -current box over to a new harddrive. I do the cp -R -p process, and it worked fine, except for one problem: I tried to make my job easier, and decided not to copy /dev over, given that we have devfs. When I rebooted on the new drive, the box froze at the Mounting root from: prompt. It turned out that simply creating a /dev with no files in it solved the problem and made devfs happy. So, my question is this: Does /dev really need to exist in a devfs world? I assumed not, since procfs doesn't have a pre-existing /proc, but I don't know where to look to find out what the correct answer is in this case. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Oct 26 20:27: 2 2001 Delivered-To: freebsd-current@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id A29BE37B401 for ; Fri, 26 Oct 2001 20:27:00 -0700 (PDT) Received: (qmail 88512 invoked by uid 1000); 27 Oct 2001 03:26:59 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Oct 2001 03:26:59 -0000 Date: Fri, 26 Oct 2001 22:26:59 -0500 (CDT) From: Mike Silbersack To: Subject: Re: devfs question In-Reply-To: <20011026220946.X88389-100000@achilles.silby.com> Message-ID: <20011026222548.L88389-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Mike Silbersack wrote: > So, my question is this: Does /dev really need to exist in a devfs world? > I assumed not, since procfs doesn't have a pre-existing /proc, but I don't > know where to look to find out what the correct answer is in this case. > > Mike "Silby" Silbersack Oops, error on my part; /proc does need to exist. So, I guess the question is this: Can devfs's error handling in the case of /dev being non-existant be improved? Thanks, Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 0:35:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id BE90C37B403 for ; Sat, 27 Oct 2001 00:35:23 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f9R7YjS10431; Sat, 27 Oct 2001 09:34:46 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Silbersack Cc: current@FreeBSD.ORG Subject: Re: devfs question In-Reply-To: Your message of "Fri, 26 Oct 2001 22:15:11 CDT." <20011026220946.X88389-100000@achilles.silby.com> Date: Sat, 27 Oct 2001 09:34:45 +0200 Message-ID: <10429.1004168085@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011026220946.X88389-100000@achilles.silby.com>, Mike Silbersack w rites: >Quick question for those devfs inclined: > >I was just copying my -current box over to a new harddrive. I do the cp >-R -p process, and it worked fine, except for one problem: I tried to >make my job easier, and decided not to copy /dev over, given that we have >devfs. When I rebooted on the new drive, the box froze at the Mounting >root from: prompt. > >It turned out that simply creating a /dev with no files in it solved the >problem and made devfs happy. > >So, my question is this: Does /dev really need to exist in a devfs world? Yes, what else would you mount DEVFS on ? >I assumed not, since procfs doesn't have a pre-existing /proc, but I don't >know where to look to find out what the correct answer is in this case. It does. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 0:36:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id D260B37B409 for ; Sat, 27 Oct 2001 00:36:39 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f9R7a5S10462; Sat, 27 Oct 2001 09:36:05 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Silbersack Cc: current@FreeBSD.ORG Subject: Re: devfs question In-Reply-To: Your message of "Fri, 26 Oct 2001 22:26:59 CDT." <20011026222548.L88389-100000@achilles.silby.com> Date: Sat, 27 Oct 2001 09:36:05 +0200 Message-ID: <10460.1004168165@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011026222548.L88389-100000@achilles.silby.com>, Mike Silbersack w rites: > >On Fri, 26 Oct 2001, Mike Silbersack wrote: > >> So, my question is this: Does /dev really need to exist in a devfs world? >> I assumed not, since procfs doesn't have a pre-existing /proc, but I don't >> know where to look to find out what the correct answer is in this case. >> >> Mike "Silby" Silbersack > >Oops, error on my part; /proc does need to exist. So, I guess the >question is this: Can devfs's error handling in the case of /dev being >non-existant be improved? Barely, because without /dev, how do you plan to open the console ? Mkdir(/dev) isn't an option because the rootfs is mounted R/O. About the only thing one could do is make init exit(bla) and get a diagnostic from the kernel. It may make sense to do that. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 2:27:32 2001 Delivered-To: freebsd-current@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 5590237B401 for ; Sat, 27 Oct 2001 02:27:30 -0700 (PDT) Received: (qmail 92273 invoked by uid 1000); 27 Oct 2001 09:27:29 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Oct 2001 09:27:29 -0000 Date: Sat, 27 Oct 2001 04:27:29 -0500 (CDT) From: Mike Silbersack To: Poul-Henning Kamp Cc: Subject: Re: devfs question In-Reply-To: <10460.1004168165@critter.freebsd.dk> Message-ID: <20011027042527.T88536-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 27 Oct 2001, Poul-Henning Kamp wrote: > >Oops, error on my part; /proc does need to exist. So, I guess the > >question is this: Can devfs's error handling in the case of /dev being > >non-existant be improved? > > Barely, because without /dev, how do you plan to open the console ? > > Mkdir(/dev) isn't an option because the rootfs is mounted R/O. > > About the only thing one could do is make init exit(bla) and get > a diagnostic from the kernel. It may make sense to do that. An error message would be sufficient; my concern was that someone might run into this and spend hours trying to figure out which of X variables was the problem. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 2:32:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 8C99D37B407 for ; Sat, 27 Oct 2001 02:32:42 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f9R9W7S12049; Sat, 27 Oct 2001 11:32:07 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Silbersack Cc: current@FreeBSD.ORG Subject: Re: devfs question In-Reply-To: Your message of "Sat, 27 Oct 2001 04:27:29 CDT." <20011027042527.T88536-100000@achilles.silby.com> Date: Sat, 27 Oct 2001 11:32:07 +0200 Message-ID: <12047.1004175127@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011027042527.T88536-100000@achilles.silby.com>, Mike Silbersack w rites: > >On Sat, 27 Oct 2001, Poul-Henning Kamp wrote: > >> >Oops, error on my part; /proc does need to exist. So, I guess the >> >question is this: Can devfs's error handling in the case of /dev being >> >non-existant be improved? >> >> Barely, because without /dev, how do you plan to open the console ? >> >> Mkdir(/dev) isn't an option because the rootfs is mounted R/O. >> >> About the only thing one could do is make init exit(bla) and get >> a diagnostic from the kernel. It may make sense to do that. > >An error message would be sufficient; my concern was that someone >might run into this and spend hours trying to figure out which of X >variables was the problem. Right, but the only way to get an error message is to let /sbin/init die and have the kernel print the message. /sbin/init cannot print the message when there is no "/dev/console" can it ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 2:41: 6 2001 Delivered-To: freebsd-current@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id AE34837B401 for ; Sat, 27 Oct 2001 02:41:04 -0700 (PDT) Received: (qmail 92324 invoked by uid 1000); 27 Oct 2001 09:41:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Oct 2001 09:41:04 -0000 Date: Sat, 27 Oct 2001 04:41:04 -0500 (CDT) From: Mike Silbersack To: Poul-Henning Kamp Cc: Subject: Re: devfs question In-Reply-To: <12047.1004175127@critter.freebsd.dk> Message-ID: <20011027043704.F88536-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 27 Oct 2001, Poul-Henning Kamp wrote: > >An error message would be sufficient; my concern was that someone > >might run into this and spend hours trying to figure out which of X > >variables was the problem. > > Right, but the only way to get an error message is to let /sbin/init > die and have the kernel print the message. /sbin/init cannot > print the message when there is no "/dev/console" can it ? > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 I'm in over my head on this one; I really don't know anything about the boot process. Having init die if there's no /dev sounds acceptable to me. After all, if there's no /dev, the system looks like it's in trouble. (If this does not make sense, reference above paragraph.) Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 4:38: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id A3A1637B403 for ; Sat, 27 Oct 2001 04:37:58 -0700 (PDT) Received: from turing.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Oct 2001 12:37:57 +0100 (BST) Date: Sat, 27 Oct 2001 12:37:56 +0100 From: David Malone To: Andrea Campi Cc: freebsd-current@FreeBSD.org Subject: Re: -CURRENT freeze under high load Message-ID: <20011027123756.A22438@turing.maths.tcd.ie> References: <20011024153151.A75454@webcom.it> <20011026181612.A7800@webcom.it> <20011026175237.A33082@walton.maths.tcd.ie> <20011026191224.B7800@webcom.it> <20011026183047.A33995@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <20011026183047.A33995@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Fri, Oct 26, 2001 at 06:30:47PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 06:30:47PM +0100, David Malone wrote: > > Anyway, both ways I can trigger the bug (find . -type f | xargs mutt, and > > actually running fetchmail -a) do generate a LOT of work, so it's actually > > possible that your diagnosis (mbuf exhaustion) is correct; trouble is, this > > shouln't hurt the machine to the point I can't even enter DDB. > > Maybe I'll try installing qmail at home and reproducing the problem. I've installed qmail and managed to reproduce the problem. I've also managed to get a trace using a serial console and it was stuck in something like unp_scan after closing a pipe. I've got a fair idea of where the problem is now, so I should be able to track it down. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 6:29: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.dada.it (mail2.dada.it [195.110.96.69]) by hub.freebsd.org (Postfix) with SMTP id 86E2A37B406 for ; Sat, 27 Oct 2001 06:29:02 -0700 (PDT) Received: (qmail 3951 invoked from network); 27 Oct 2001 13:28:56 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 27 Oct 2001 13:28:56 -0000 Received: (from riccardo@localhost) by torrini.org (8.11.6/8.11.6) id f9RDSpw24862; Sat, 27 Oct 2001 15:28:51 +0200 (CEST) (envelope-from riccardo) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 27 Oct 2001 15:28:50 +0200 (CEST) From: Riccardo Torrini To: freebsd-current@FreeBSD.ORG Subject: XFmail and libc.so.3 Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To upgrade from xfree-3 to xfree-4 I removed all my installed ports but I lost mail program (I use XFMail, sorry for this :-) It compile and install fine but crashes with this message: The application crashed due to fatal error All unfinished messages were saved _: Report the bug with all the relevant information using the "Bug report" facility Missing or failed fl_initialize()--Invalid argument I tryed demos from xform and they works, so I examied source of xfmail and discovered that is use libc.so.3, seems that xforms crashes with original libc.so.3 and works with libc.so.5 I installed compat3x from ports and recompiled world three times (sigh) also with recent cvsup (last update this morning, GMT+1) with COMPAT3X=yes and COMPAT4X=yes in /etc/make.conf but it crashes the same. Finally I tryed this (HACK?) and it works for me. -----8<-----[ before ]-----8<----- # ldconfig -r | grep libc.so 33:-lc.5 => /usr/lib/libc.so.5 67:-lc.3 => /usr/lib/compat/libc.so.3 89:-lc.4 => /usr/lib/compat/libc.so.4 -----8<-----[ hack ]-----8<----- # cd /usr/lib # mv compat/libc.so.3 compat/libc.so.3-NO_THANKS # ln -s libc.so libc.so.3 -----8<-----[ after ]-----8<----- # ldconfig -r | grep libc.so 33:-lc.5 => /usr/lib/libc.so.5 66:-lc.3 => /usr/lib/libc.so.3 89:-lc.4 => /usr/lib/compat/libc.so.4 And now XFMail works :-) This is my first message after a week of blackout... Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 8: 2:58 2001 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id BE21237B401 for ; Sat, 27 Oct 2001 08:02:56 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9RF2s386208; Sat, 27 Oct 2001 11:02:54 -0400 (EDT) (envelope-from wollman) Date: Sat, 27 Oct 2001 11:02:54 -0400 (EDT) From: Garrett Wollman Message-Id: <200110271502.f9RF2s386208@khavrinen.lcs.mit.edu> To: Poul-Henning Kamp Cc: current@FreeBSD.ORG Subject: Re: devfs question In-Reply-To: <12047.1004175127@critter.freebsd.dk> References: <20011027042527.T88536-100000@achilles.silby.com> <12047.1004175127@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Right, but the only way to get an error message is to let /sbin/init > die and have the kernel print the message. /sbin/init cannot > print the message when there is no "/dev/console" can it ? Yes, it can, if the kernel does the right then when hand-crafting the `init' process to ensure that the console is already open rather than making `init' do it. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 8:27:50 2001 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 13A6F37B403 for ; Sat, 27 Oct 2001 08:27:47 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f9RFRCS15688; Sat, 27 Oct 2001 17:27:12 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Garrett Wollman Cc: current@FreeBSD.ORG Subject: Re: devfs question In-Reply-To: Your message of "Sat, 27 Oct 2001 11:02:54 EDT." <200110271502.f9RF2s386208@khavrinen.lcs.mit.edu> Date: Sat, 27 Oct 2001 17:27:12 +0200 Message-ID: <15686.1004196432@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200110271502.f9RF2s386208@khavrinen.lcs.mit.edu>, Garrett Wollman w rites: >< said: > >> Right, but the only way to get an error message is to let /sbin/init >> die and have the kernel print the message. /sbin/init cannot >> print the message when there is no "/dev/console" can it ? > >Yes, it can, if the kernel does the right then when hand-crafting the >`init' process to ensure that the console is already open rather than >making `init' do it. Not a bad idea, but currently not implemented. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 11:48:18 2001 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B2E8D37B401 for ; Sat, 27 Oct 2001 11:48:15 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Oct 2001 19:48:14 +0100 (BST) Date: Sat, 27 Oct 2001 19:48:13 +0100 From: David Malone To: Andrea Campi Cc: freebsd-current@FreeBSD.org Subject: Re: -CURRENT freeze under high load Message-ID: <20011027194813.A57243@walton.maths.tcd.ie> References: <20011024153151.A75454@webcom.it> <20011026181612.A7800@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026181612.A7800@webcom.it>; from andrea@webcom.it on Fri, Oct 26, 2001 at 06:16:12PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 06:16:12PM +0200, Andrea Campi wrote: > Anybody has any idea how to properly fix? Can you test the following patch? David. Index: uipc_usrreq.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/kern/uipc_usrreq.c,v retrieving revision 1.74 diff -u -r1.74 uipc_usrreq.c --- uipc_usrreq.c 9 Oct 2001 21:40:30 -0000 1.74 +++ uipc_usrreq.c 27 Oct 2001 18:30:56 -0000 @@ -1420,7 +1420,7 @@ while (m0) { for (m = m0; m; m = m->m_next) { - if (m->m_type == MT_CONTROL) + if (m->m_type != MT_CONTROL) continue; cm = mtod(m, struct cmsghdr *); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 12:35:30 2001 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id DB61437B403 for ; Sat, 27 Oct 2001 12:35:27 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f9RJZQw78471 for current@freebsd.org; Sat, 27 Oct 2001 23:35:26 +0400 (MSD) (envelope-from ache) Date: Sat, 27 Oct 2001 23:35:25 +0400 From: "Andrey A. Chernov" To: current@freebsd.org Subject: device.hints & PCI detection conflict Message-ID: <20011027233525.B78241@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bootverbose shows that second copy of devices appearse on ASUS CUSL2-C or TUSL2-C: atkbdc-: atkbdc0 already exists, using atkbdc1 instead sc-: sc0 already exists, using sc1 instead vga-: vga0 already exists, using vga1 instead vga-: line is especially dangerous since cause fake second VGA detection (as MDA) which cause panic with recent "duplicate make_dev panics" commit. It looks like conflict with /boot/device.hints here. If I remove this line hint.sc.0.at="isa" from device.hints, no fake second VGA appearse (the bug is gone), BUT... I have absolutely NO console output. If I put this line back, console oputput appearse and bug too. Removing atkbdc & vga hints from device.hints cause atkbdc- & vga- lines gone, which indicates conflict too. But sc hint can't be removed because it results with no console output. Please fix it somehow. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 13: 0:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtp.noos.fr (camus.noos.net [212.198.2.70]) by hub.freebsd.org (Postfix) with ESMTP id 22B7837B401 for ; Sat, 27 Oct 2001 13:00:50 -0700 (PDT) Received: (qmail 88528159 invoked by uid 0); 27 Oct 2001 20:00:47 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 Oct 2001 20:00:47 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9RK0jn71364; Sat, 27 Oct 2001 22:00:45 +0200 (CEST) (envelope-from root) Message-Id: <200110272000.f9RK0jn71364@gits.dyndns.org> Subject: adding athlon xp to bsd.cpu.mk To: freebsd-stable , freebsd-current Date: Sat, 27 Oct 2001 22:00:44 +0200 (CEST) Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, how about the following patch (untested) regarding the newer athlon xp processor type ? if needed, I could submit a PR. Index: bsd.cpu.mk =================================================================== RCS file: /home/ncvs/src/share/mk/bsd.cpu.mk,v retrieving revision 1.2.2.4 diff -u -r1.2.2.4 bsd.cpu.mk --- bsd.cpu.mk 2001/03/21 11:43:20 1.2.2.4 +++ bsd.cpu.mk 2001/10/27 19:56:42 @@ -17,6 +17,8 @@ CPUTYPE = i686 . elif ${CPUTYPE} == "pentium" CPUTYPE = i586 +. elif ${CPUTYPE} == "athlonxp" +CPUTYPE = xp . elif ${CPUTYPE} == "athlon" CPUTYPE = k7 . endif @@ -28,8 +30,10 @@ .if !defined(NO_CPU_CFLAGS) || !defined(NO_CPU_COPTFLAGS) . if ${MACHINE_ARCH} == "i386" -. if ${CPUTYPE} == "k7" +. if ${CPUTYPE} == "xp" _CPUCFLAGS = -march=k6 # gcc doesn't support athlon yet, but it will +. elif ${CPUTYPE} == "k7" +_CPUCFLAGS = -march=k6 # gcc doesn't support athlon yet, but it will . elif ${CPUTYPE} == "k6-2" _CPUCFLAGS = -march=k6 . elif ${CPUTYPE} == "k6" @@ -79,7 +83,9 @@ # presence of a CPU feature. .if ${MACHINE_ARCH} == "i386" -. if ${CPUTYPE} == "k7" +. if ${CPUTYPE} == "xp" +MACHINE_CPU = k7 3dnow sse mmx k6 k5 i586 i486 i386 +. elif ${CPUTYPE} == "k7" MACHINE_CPU = k7 3dnow mmx k6 k5 i586 i486 i386 . elif ${CPUTYPE} == "k6-2" MACHINE_CPU = 3dnow mmx k6 k5 i586 i486 i386 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 13:30:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from thehutt.org (cj205544-a.alex1.va.home.com [67.160.12.87]) by hub.freebsd.org (Postfix) with ESMTP id 4065C37B405; Sat, 27 Oct 2001 13:30:46 -0700 (PDT) Received: from jerry by nomad.thehutt.org with local (Exim 3.33 #1) id 15xZz7-000Nnu-00; Sat, 27 Oct 2001 16:23:13 -0400 Date: Sat, 27 Oct 2001 16:23:13 -0400 From: Jerry A! To: Cyrille Lefevre Cc: freebsd-stable , freebsd-current Subject: Re: adding athlon xp to bsd.cpu.mk Message-ID: <20011027162313.A91463@nomad.thehutt.org> Reply-To: jerry@thehutt.org References: <200110272000.f9RK0jn71364@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110272000.f9RK0jn71364@gits.dyndns.org>; from clefevre@citeweb.net on Sat, Oct 27, 2001 at 10:00:44PM +0200 Organization: Broken Toys Unlimited Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 10:00:44PM +0200, Cyrille Lefevre wrote: : Hi, : : how about the following patch (untested) regarding the newer athlon xp : processor type ? if needed, I could submit a PR. Shouldn't Athlons and AthlonXPs be able to use i686 (pentiumpro) instruction set optimizations? Also, what about putting in a mention for TransMeta Crusoe processors? --Jerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 13:34:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 88A0237B403; Sat, 27 Oct 2001 13:34:42 -0700 (PDT) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id f9RKY3d32507; Sat, 27 Oct 2001 22:34:03 +0200 (CEST) (envelope-from wkb) Date: Sat, 27 Oct 2001 22:34:03 +0200 From: Wilko Bulte To: Jerry A! Cc: Cyrille Lefevre , freebsd-stable , freebsd-current Subject: Re: adding athlon xp to bsd.cpu.mk Message-ID: <20011027223403.B20693@freebie.xs4all.nl> References: <200110272000.f9RK0jn71364@gits.dyndns.org> <20011027162313.A91463@nomad.thehutt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011027162313.A91463@nomad.thehutt.org>; from jerry@thehutt.org on Sat, Oct 27, 2001 at 04:23:13PM -0400 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 04:23:13PM -0400, Jerry A! wrote: > On Sat, Oct 27, 2001 at 10:00:44PM +0200, Cyrille Lefevre wrote: > : Hi, > : > : how about the following patch (untested) regarding the newer athlon xp > : processor type ? if needed, I could submit a PR. > > Shouldn't Athlons and AthlonXPs be able to use i686 (pentiumpro) > instruction set optimizations? Yes, as in (e.g): CPU: AMD Athlon(tm) Processor (700.03-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x621 Stepping = 1 Features=0x183f9ff AMD Features=0xc0400000 real memory = 268353536 (262064K bytes) avail memory = 257609728 (251572K bytes) Preloaded elf kernel "kernel" at 0xc0392000. Preloaded elf module "agp.ko" at 0xc039209c. Pentium Pro MTRR support enabled -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 13:44: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 41EBB37B401; Sat, 27 Oct 2001 13:44:04 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f9RKi4M51390; Sat, 27 Oct 2001 13:44:04 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id D6A8639F0; Sat, 27 Oct 2001 13:44:03 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: jerry@thehutt.org Cc: Cyrille Lefevre , freebsd-stable , freebsd-current Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: <20011027162313.A91463@nomad.thehutt.org> Date: Sat, 27 Oct 2001 13:44:03 -0700 From: Peter Wemm Message-Id: <20011027204403.D6A8639F0@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jerry A! wrote: > On Sat, Oct 27, 2001 at 10:00:44PM +0200, Cyrille Lefevre wrote: > : Hi, > : > : how about the following patch (untested) regarding the newer athlon xp > : processor type ? if needed, I could submit a PR. > > Shouldn't Athlons and AthlonXPs be able to use i686 (pentiumpro) > instruction set optimizations? No. They are different cpu cores that have different optimization strategies. The patch doesn't include the AthlonMP which has the same core with both SSE and MMX. > Also, what about putting in a mention for TransMeta Crusoe processors? > > --Jerry > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 14:24:14 2001 Delivered-To: freebsd-current@freebsd.org Received: from femail37.sdc1.sfba.home.com (femail37.sdc1.sfba.home.com [24.254.60.31]) by hub.freebsd.org (Postfix) with ESMTP id F020C37B403; Sat, 27 Oct 2001 14:24:10 -0700 (PDT) Received: from ci989678-a.pop.uky.edu ([65.8.167.122]) by femail37.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011027212409.ITJX14145.femail37.sdc1.sfba.home.com@ci989678-a.pop.uky.edu>; Sat, 27 Oct 2001 14:24:09 -0700 Message-Id: <5.1.0.14.2.20011027170901.00a55c50@pop.uky.edu> X-Sender: gchil0@pop.uky.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 27 Oct 2001 17:24:14 -0400 To: freebsd-stable , freebsd-current From: Greg Childers Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: <20011027204403.D6A8639F0@overcee.netplex.com.au> References: <20011027162313.A91463@nomad.thehutt.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Shouldn't Athlons and AthlonXPs be able to use i686 (pentiumpro) > > instruction set optimizations? > >No. They are different cpu cores that have different optimization >strategies. Yes, all Athlons can use i686 code while the k6's can't. Further, without doing any scientific testing, I would think the Athlon would do better with ppro optimized code than k6 optimized code thanks to the available i686 instructions. When GCC 3.0 is used, tho, this won't be an issue since it supports optimizations for the Athlon. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 14:30:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id F32CE37B403 for ; Sat, 27 Oct 2001 14:30:49 -0700 (PDT) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.4/8.11.4) id f9RLUn438790 for freebsd-current@freebsd.org; Sat, 27 Oct 2001 14:30:49 -0700 (PDT) (envelope-from sgk) Date: Sat, 27 Oct 2001 14:30:49 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Subject: kernel panic in getnewvnode Message-ID: <20011027143049.A38751@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kernel is from 20 Oct 2001 sources. I was running cvsup grabbing the latest sources into a clean /usr/src directory. Softupdate were enabled and vfs.vmiodirenable=1. -- Steve 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"... (no debugging symbols found)... IdlePTD 3719168 initial pcb at 296180 panicstr: from debugger panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0xac fault code = supervisor read, page not present instruction pointer = 0x8:0xc01b1959 stack pointer = 0x10:0xcea28924 frame pointer = 0x10:0xcea28948 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 = 461 (cvsup) panic: from debugger panic: from debugger Uptime: 26m27s (kgdb) bt #0 0xc017ce82 in dumpsys () #1 0xc017cc6f in boot () #2 0xc017d0a1 in panic () #3 0xc01307e1 in db_panic () #4 0xc013077f in db_command () #5 0xc013084b in db_command_loop () #6 0xc0132ae3 in db_trap () #7 0xc0212c4e in kdb_trap () #8 0xc021f5dc in trap_fatal () #9 0xc021f349 in trap_pfault () #10 0xc021eeec in trap () #11 0xc01b1959 in getnewvnode () #12 0xc01e8396 in ffs_vget () #13 0xc01d9dc1 in ffs_valloc () #14 0xc01ef56e in ufs_makeinode () #15 0xc01ece10 in ufs_create () #16 0xc01ef8d5 in ufs_vnoperate () #17 0xc01bab03 in vn_open () #17 0xc01bab03 in vn_open () #18 0xc01b60a2 in open () #19 0xc021f94f in syscall () #20 0xc0213cbd in syscall_with_err_pushed () #21 0x80a88b2 in ?? () #22 0x805f606 in ?? () #23 0x805cb7b in ?? () #24 0x805b8a4 in ?? () #25 0x805b443 in ?? () #26 0x80cf48d in ?? () #27 0x80cf346 in ?? () #28 0x80c6f70 in ?? () #29 0xe77efb39 in ?? () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 17:30:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtp.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id 3071337B401 for ; Sat, 27 Oct 2001 17:30:46 -0700 (PDT) Received: (qmail 10807775 invoked by uid 0); 28 Oct 2001 00:30:44 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 28 Oct 2001 00:30:44 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9S0UfW82593; Sun, 28 Oct 2001 02:30:41 +0200 (CEST) (envelope-from root) Message-Id: <200110280030.f9S0UfW82593@gits.dyndns.org> Subject: Re: adding athlon xp to bsd.cpu.mk In-Reply-To: <20011027204403.D6A8639F0@overcee.netplex.com.au> To: Peter Wemm Date: Sun, 28 Oct 2001 02:30:40 +0200 (CEST) Cc: jerry@thehutt.org, freebsd-stable , freebsd-current Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > Jerry A! wrote: > > On Sat, Oct 27, 2001 at 10:00:44PM +0200, Cyrille Lefevre wrote: > > : Hi, > > : > > : how about the following patch (untested) regarding the newer athlon xp > > : processor type ? if needed, I could submit a PR. > > > > Shouldn't Athlons and AthlonXPs be able to use i686 (pentiumpro) > > instruction set optimizations? > > No. They are different cpu cores that have different optimization > strategies. > > The patch doesn't include the AthlonMP which has the same core with > both SSE and MMX. Athlon XP (commercial name) == Athlon MP (core name) Athlon (alias k7) already has MMX. the objective of this patch was to add SSE to the set of XP (alias MP) processors. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 18:11:15 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id B625737B405 for ; Sat, 27 Oct 2001 18:11:10 -0700 (PDT) Received: from wonky.feral.com (wonky.feral.com [192.67.166.7]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9S1B8H07364; Sat, 27 Oct 2001 18:11:08 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 27 Oct 2001 18:11:08 -0700 (PDT) From: Matthew Jacob Reply-To: To: Jonathan Lemon Cc: Subject: hmm... (fwd) Message-ID: <20011027181019.E71369-100000@wonky.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Actually- not alpha. Happened under i386, so it seems like it might be more related to the general console changes.. ---------- Forwarded message ---------- Date: Sat, 27 Oct 2001 16:43:55 -0700 (PDT) From: Matthew Jacob To: Jonathan Lemon Cc: alpha@FreeBSD.ORG Subject: hmm... Something from your changes or mine :-)? On a reboot: login: fatal kernel trap: trap entry = 0x2 (memory management fault) cpuid = 0 faulting va = 0xb8 type = access violation cause = load instructon pc = 0xfffffc00003fd1d4 ra = 0xfffffc0000456720 sp = 0xfffffe000b4377f0 usp = 0x11ffe680 curproc = 0xfffffe000b1afe00 pid = 216, comm = syslogd Stopped at devsw+0x14: ldq t0,0xb8(a0) <0xb8> db> t devsw() at devsw+0x14 cn_devopen() at cn_devopen+0x40 cnopen() at cnopen+0x60 spec_open() at spec_open+0x1b4 spec_vnoperate() at spec_vnoperate+0x2c vn_open() at vn_open+0x410 open() at open+0xf0 syscall() at syscall+0x308 XentSys() at XentSys+0x64 --- syscall (5, FreeBSD ELF, open) --- --- user mode --- -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 18:14:20 2001 Delivered-To: freebsd-current@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 8CCB737B405 for ; Sat, 27 Oct 2001 18:14:15 -0700 (PDT) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.6/8.11.4) id f9S1EDI07417; Sun, 28 Oct 2001 07:14:13 +0600 (NOVT) (envelope-from nnd) Date: Sun, 28 Oct 2001 07:14:13 +0600 (NOVT) Message-Id: <200110280114.f9S1EDI07417@wint.itfs.nsk.su> From: nnd@mail.nsk.ru (Nickolay Dudorov) To: current@freebsd.org Subject: Re: device.hints & PCI detection conflict In-Reply-To: <20011027233525.B78241@nagual.pp.ru> User-Agent: tin/1.5.9-20010723 ("Chord of Souls") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <20011027233525.B78241@nagual.pp.ru> "Andrey A. Chernov" wrote: > Bootverbose shows that second copy of devices appearse on ASUS CUSL2-C or > TUSL2-C: > > atkbdc-: atkbdc0 already exists, using atkbdc1 instead > sc-: sc0 already exists, using sc1 instead > vga-: vga0 already exists, using vga1 instead > > vga-: line is especially dangerous since cause fake second VGA detection > (as MDA) which cause panic with recent "duplicate make_dev panics" commit. > > It looks like conflict with /boot/device.hints here. > If I remove this line > hint.sc.0.at="isa" > from device.hints, no fake second VGA appearse (the bug is gone), BUT... > I have absolutely NO console output. If I put this line back, console > oputput appearse and bug too. > > Removing atkbdc & vga hints from device.hints cause atkbdc- & vga- lines > gone, which indicates conflict too. But sc hint can't be removed because > it results with no console output. > > Please fix it somehow. In my case (ABIT's BP6 motherboard) the problem disapear after switching on ACPI (there is the problem with the fdc0 - "cannot reserve I/O port range (1 ports)" but now I can some time live without floppies :-). N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 18:54:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 8B25737B406 for ; Sat, 27 Oct 2001 18:54:40 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f9S1sbu84078; Sun, 28 Oct 2001 04:54:37 +0300 (MSK) (envelope-from ache) Date: Sun, 28 Oct 2001 04:54:37 +0300 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Nickolay Dudorov Cc: current@FreeBSD.ORG Subject: Re: device.hints & PCI detection conflict Message-ID: <20011028045436.A84024@nagual.pp.ru> References: <20011027233525.B78241@nagual.pp.ru> <200110280114.f9S1EDI07417@wint.itfs.nsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110280114.f9S1EDI07417@wint.itfs.nsk.su> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 28, 2001 at 07:14:13 +0600, Nickolay Dudorov wrote: > In article <20011027233525.B78241@nagual.pp.ru> > "Andrey A. Chernov" wrote: > > Bootverbose shows that second copy of devices appearse on ASUS CUSL2-C or > > TUSL2-C: > > > > atkbdc-: atkbdc0 already exists, using atkbdc1 instead > > sc-: sc0 already exists, using sc1 instead > > vga-: vga0 already exists, using vga1 instead > > > > vga-: line is especially dangerous since cause fake second VGA detection > > (as MDA) which cause panic with recent "duplicate make_dev panics" commit. > > > > It looks like conflict with /boot/device.hints here. > > If I remove this line > > hint.sc.0.at="isa" > > from device.hints, no fake second VGA appearse (the bug is gone), BUT... > > I have absolutely NO console output. If I put this line back, console > > oputput appearse and bug too. > > > > Removing atkbdc & vga hints from device.hints cause atkbdc- & vga- lines > > gone, which indicates conflict too. But sc hint can't be removed because > > it results with no console output. > > > > Please fix it somehow. > > In my case (ABIT's BP6 motherboard) the problem > disapear after switching on ACPI (there is the problem with > the fdc0 - "cannot reserve I/O port range (1 ports)" but now > I can some time live without floppies :-). In my case APCI or no ACPI gives absolutely no difference... -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 19:38:29 2001 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 821) id A1AD337B403; Sat, 27 Oct 2001 19:38:25 -0700 (PDT) Date: Sat, 27 Oct 2001 19:38:25 -0700 From: John De Boskey To: Current List Subject: va_copy patch for stdarg.h Message-ID: <20011027193825.A23332@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We don't seem to have va_copy() in stdarg.h. Any reason not to commit the following? Index: sys/i386/include/stdarg.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/stdarg.h,v retrieving revision 1.11 diff -r1.11 stdarg.h 57a58,59 > #define va_copy(d,s) ((va_list)(d) = (va_list)(s)) > which can also be found at: http://people.freebsd.org/~jwd/va_copy.patch -John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 19:40:10 2001 Delivered-To: freebsd-current@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id ABE2C37B405 for ; Sat, 27 Oct 2001 19:40:07 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f9S2cDl59140; Sat, 27 Oct 2001 21:38:13 -0500 (CDT) (envelope-from jlemon) Date: Sat, 27 Oct 2001 21:38:13 -0500 (CDT) From: Jonathan Lemon Message-Id: <200110280238.f9S2cDl59140@prism.flugsvamp.com> To: mjacob@feral.com, current@freebsd.org Subject: Re: hmm... (fwd) X-Newsgroups: local.mail.freebsd-current In-Reply-To: Organization: Cc: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article you write: > >Actually- not alpha. Happened under i386, so it seems like it might be more >related to the general console changes.. > >Stopped at devsw+0x14: ldq t0,0xb8(a0) <0xb8> > >db> t >devsw() at devsw+0x14 >cn_devopen() at cn_devopen+0x40 >cnopen() at cnopen+0x60 >spec_open() at spec_open+0x1b4 >spec_vnoperate() at spec_vnoperate+0x2c >vn_open() at vn_open+0x410 >open() at open+0xf0 >syscall() at syscall+0x308 >XentSys() at XentSys+0x64 >--- syscall (5, FreeBSD ELF, open) --- >--- user mode --- Are you sure you have the latest sources? This may be the close race that dillon pointed out earlier, jhb was seeing it too and I believe that he said it went away when he updated. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 21:38:16 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtp4.port.ru (mx4.port.ru [194.67.57.14]) by hub.freebsd.org (Postfix) with ESMTP id 5510537B401; Sat, 27 Oct 2001 21:38:10 -0700 (PDT) Received: from [193.108.237.232] (helo=notebook.vega.com) by smtp4.port.ru with esmtp (Exim 3.14 #1) id 15xhi2-0002de-00; Sun, 28 Oct 2001 07:38:07 +0300 To: clefevre@citeweb.net, peter@wemm.org Cc: jerry@thehutt.org, freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org Subject: Re: adding athlon xp to bsd.cpu.mk X-Mailer: Pygmy (v0.5.13) Date: Sun, 28 Oct 2001 06:37:45 EET In-Reply-To: <200110280030.f9S0UfW82593@gits.dyndns.org> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Message-Id: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001 02:30:40 +0200 (CEST), Cyrille Lefevre wrote: > Peter Wemm wrote: > > Jerry A! wrote: > > > On Sat, Oct 27, 2001 at 10:00:44PM +0200, Cyrille Lefevre wrote: > > > : Hi, > > > : > > > : how about the following patch (untested) regarding the newer athlon= xp > > > : processor type ? if needed, I could submit a PR. > > > = > > > Shouldn't Athlons and AthlonXPs be able to use i686 (pentiumpro) > > > instruction set optimizations? > > = > > No. They are different cpu cores that have different optimization > > strategies. > > = > > The patch doesn't include the AthlonMP which has the same core with > > both SSE and MMX. > = > Athlon XP (commercial name) =3D=3D Athlon MP (core name) AFAIK, not quite. The core name is Palomino and there are three processors based on it: Athlon XP, Athlon MP and Duron. > Athlon (alias k7) already has MMX. the objective of this patch > was to add SSE to the set of XP (alias MP) processors. What about new Durons based on the Palomino core? The problem is that as far as I know they have nothing in their name (like XP in Athlon's case) that distinguishes them from older Durons based on the Thunderbird core, while they do support SSE in addition to 3DNow and MMX. Perhaps it would be better to introduce new variable CPUCORE, so the user could use something like the following: CPUTYPE=3Dathlon CPUCORE=3Dthunderbird or CPUTYPE=3Dduron CPUCORE=3Dpalomino and so on. This looks quite ugly, but I do not have any better ideas. = -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 22:38:50 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id B483337B403 for ; Sat, 27 Oct 2001 22:38:47 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9S5ciH08557; Sat, 27 Oct 2001 22:38:44 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 27 Oct 2001 22:38:44 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jonathan Lemon Cc: current@freebsd.org Subject: Re: hmm... (fwd) In-Reply-To: <200110280238.f9S2cDl59140@prism.flugsvamp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It was an update as of today. This situation completely scrambled one system, which will be fun to reinstall. Tra la. Next week. I give up. On Sat, 27 Oct 2001, Jonathan Lemon wrote: > In article you write: > > > >Actually- not alpha. Happened under i386, so it seems like it might be more > >related to the general console changes.. > > > >Stopped at devsw+0x14: ldq t0,0xb8(a0) <0xb8> > > > >db> t > >devsw() at devsw+0x14 > >cn_devopen() at cn_devopen+0x40 > >cnopen() at cnopen+0x60 > >spec_open() at spec_open+0x1b4 > >spec_vnoperate() at spec_vnoperate+0x2c > >vn_open() at vn_open+0x410 > >open() at open+0xf0 > >syscall() at syscall+0x308 > >XentSys() at XentSys+0x64 > >--- syscall (5, FreeBSD ELF, open) --- > >--- user mode --- > > Are you sure you have the latest sources? This may be the close race > that dillon pointed out earlier, jhb was seeing it too and I believe > that he said it went away when he updated. > -- > Jonathan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Oct 27 23:49:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from hindenburg.eboai.org (hindenburg.eboai.org [206.183.134.245]) by hub.freebsd.org (Postfix) with ESMTP id 50CB437B405; Sat, 27 Oct 2001 23:49:06 -0700 (PDT) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id 95A075E2DB; Sun, 28 Oct 2001 01:49:05 -0500 (EST) Date: Sun, 28 Oct 2001 01:49:05 -0500 From: Chip Marshall To: sobomax@FreeBSD.org Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: adding athlon xp to bsd.cpu.mk Message-ID: <20011028014905.A55998@setzer.chocobo.cx> Reply-To: chip@chocobo.cx Mail-Followup-To: Chip Marshall , sobomax@FreeBSD.org, freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG References: <200110280030.f9S0UfW82593@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.20i X-URL: http://www.chocobo.cx/chip/ X-OS: FreeBSD 4.2-RELEASE i386 up 21 days, 10 mins Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On October 28, 2001, Maxim Sobolev sent me the following: > On Sun, 28 Oct 2001 02:30:40 +0200 (CEST), Cyrille Lefevre wrote: > > Athlon XP (commercial name) == Athlon MP (core name) > > AFAIK, not quite. The core name is Palomino and there are three > processors based on it: Athlon XP, Athlon MP and Duron. From what I've read, the Athlon MP is supposed to be used for multiprocessing arrangements (hence the MP.) Athlon XP is it's single processor cousin. It appears these are in fact the same processor, with the MP's having slightly more testing involved to be SMP certified or some such. The Duron 1Ghz and above are also Palomino based, but lack some of the features of the XP and MP, IIRC. > What about new Durons based on the Palomino core? The problem is > that as far as I know they have nothing in their name (like XP in > Athlon's case) that distinguishes them from older Durons based on > the Thunderbird core, while they do support SSE in addition to > 3DNow and MMX. Perhaps it would be better to introduce new variable > CPUCORE, so the user could use something like the following: > > CPUTYPE=athlon > CPUCORE=thunderbird > > or > > CPUTYPE=duron > CPUCORE=palomino Couldn't a test be done on the Features information of the processor to determine the best optimizations? Or would that break cross-compiliation of optimized code? -- Chip Marshall http://www.chocobo.cx/chip/ GCM/CS d+(-) s+:++ a20>? C++ UB++++$ 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- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message