From owner-freebsd-stable Sun Jun 6 7:37:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pollux.sdata.de (pollux.sdata.de [193.30.133.37]) by hub.freebsd.org (Postfix) with ESMTP id 20C4D14C0B for ; Sun, 6 Jun 1999 07:37:13 -0700 (PDT) (envelope-from cs@sdata.de) Received: from sdata.de (vega.sdata.de [193.30.133.36]) by pollux.sdata.de (8.9.3/8.9.2) with ESMTP id QAA53823; Sun, 6 Jun 1999 16:37:09 +0200 (CEST) (envelope-from cs@sdata.de) Message-ID: <375A87AB.2BC107D7@sdata.de> Date: Sun, 06 Jun 1999 16:37:31 +0200 From: Christoph Splittgerber Organization: sdata - C. Splittgerber Datentechnik X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Holtor Cc: freebsd-stable@freebsd.org Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system References: <19990606142328.24249.rocketmail@web129.yahoomail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Holtor wrote: > > What was the exact line you added to your kernel? > > Is it this: > > device apm0 at isa? flags 0x20 > Exactly! And this is the result ...: PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND 88548 chris 105 19 14788K 14532K RUN 0 3:39 97.41% 97.41% setiathome 88553 chris 105 19 14788K 14532K CPU1 1 3:12 97.37% 97.36% setiathome 83516 chris 2 0 24404K 22104K select 1 1:38 0.78% 0.78% netscape 83482 chris 2 0 44160K 43540K select 1 1:22 0.78% 0.78% Xaccel 186 root 2 0 788K 412K select 0 0:30 0.15% 0.15% moused Another thing comes to my mind: The system reports a loadavg of about 2.00, shouldn't it be around 1.00 with two jobs running on two CPUs ? Christoph PS: Thanks again for the hint! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 9:46: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dhcp9545042.columbus.rr.com (dhcp9545042.columbus.rr.com [24.95.45.42]) by hub.freebsd.org (Postfix) with ESMTP id 2B51915152 for ; Sun, 6 Jun 1999 09:45:59 -0700 (PDT) (envelope-from rowland@dhcp9545042.columbus.rr.com) Received: (from rowland@localhost) by dhcp9545042.columbus.rr.com (8.9.3/8.9.3) id MAA67512; Sun, 6 Jun 1999 12:47:11 -0400 (EDT) (envelope-from rowland) To: freebsd-stable@FreeBSD.ORG Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system References: <19990606142328.24249.rocketmail@web129.yahoomail.com> <375A87AB.2BC107D7@sdata.de> X-Face: "<|%>c@Vfv/8}+Av1z:R5sDzf!3QVer!n\,.&+&h\k1,BHAoyw8Gp10<-SqZ<*"|!U!a#xg6ls?1,Vj$m@r?uHcfB,'i:LLgtyb;~}O8v7zZThuB`X~#IE{v*"PhI]cl/>&ys(MGa%y:6~TuHFw&~|V?!9HZ_R"<}dC5D:%igP2Q6ZJex,P0M From: Shaun Rowland Date: 06 Jun 1999 12:47:11 -0400 In-Reply-To: Christoph Splittgerber's message of "Sun, 06 Jun 1999 16:37:31 +0200" Message-ID: <87n1ydjmy8.fsf@dhcp9545042.columbus.rr.com> Lines: 16 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christoph Splittgerber writes: > Another thing comes to my mind: The system reports a loadavg of > about 2.00, shouldn't it be around 1.00 with two jobs running on two > CPUs ? That depends on your version of top. In Solaris and FreeBSD this behavior is correct. In Linux and it's mangled version of top the load would be 1 (at least I think). I like this way of doing it. -- Shaun Rowland rowland@cis.ohio-state.edu IICF System Administrator DL798 http://www.cis.ohio-state.edu/~rowland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 10:55:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pollux.sdata.de (pollux.sdata.de [193.30.133.37]) by hub.freebsd.org (Postfix) with ESMTP id 46E4514BCF for ; Sun, 6 Jun 1999 10:55:27 -0700 (PDT) (envelope-from cs@sdata.de) Received: from sdata.de (vega.sdata.de [193.30.133.36]) by pollux.sdata.de (8.9.3/8.9.2) with ESMTP id TAA54259; Sun, 6 Jun 1999 19:55:22 +0200 (CEST) (envelope-from cs@sdata.de) Message-ID: <375AB620.7285124B@sdata.de> Date: Sun, 06 Jun 1999 19:55:44 +0200 From: Christoph Splittgerber Organization: sdata - C. Splittgerber Datentechnik X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Shaun Rowland Cc: freebsd-stable@freebsd.org Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system References: <19990606142328.24249.rocketmail@web129.yahoomail.com> <375A87AB.2BC107D7@sdata.de> <87n1ydjmy8.fsf@dhcp9545042.columbus.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shaun Rowland wrote: > > Another thing comes to my mind: The system reports a loadavg of > > about 2.00, shouldn't it be around 1.00 with two jobs running on two > > CPUs ? > > That depends on your version of top. In Solaris and FreeBSD this > behavior is correct. .. and that's the way loadavg is defined as I just found out in "The Design and Implementation of the 4.[34] BSD Operating System". However, I don't like it too much. I mean my point is: When I call getloadavg(3), most of the time I am interested in my "systems load" and less in my "systems run queue length". E.g. how to find out if it is worth spawning another process/thread. Christoph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 12:54:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from laser.1sourcesolutions.com (1sourcesolutions.com [209.63.182.72]) by hub.freebsd.org (Postfix) with ESMTP id 575A914CCA for ; Sun, 6 Jun 1999 12:54:41 -0700 (PDT) (envelope-from ecotechusa@yahoo.com) Received: from alserrenu (1SSPRES [195.105.15.8]) by laser.1sourcesolutions.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id LGM288NZ; Sun, 6 Jun 1999 12:42:05 -0700 To: freebsd-stable@FreeBSD.ORG From: "Ecotech Technologies, L.L.C." Date: Sun, 6 Jun 99 12:49:46 -0700 Subject: International Business Opportunities X-Mailer: WM - alserrenu Message-Id: <19990606195441.575A914CCA@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ECOTECH TECHNOLOGIES, L.L.C. 4001 E., Broadway Road, Suite 7, Phoenix, AZ 85040, USA Tel: (602) 437 8000, Fax: (602) 437 4033 E-mail: ecotechusa@yahoo.com http://www.ecotechindia.com Dear Sir, Sub: Your Partner for Development of International Business Ecotech Technologies, L.L.C., Phoenix, USA is a subsidiary of principal company Ecotech Marketing who has been established for 7 years in International Business Development and committed to promote cleaner technologies and projects. It promotes technologies, projects, products and equipments/machinery. Our business network covers India, Oman, UAE and Egypt. To promote your products we developed a team of professionals. The team is unique mix of technical and commercial personnel from various institutes and industries. Whether you are interested in licensing your technology or looking for establishing a joint venture or your own subsidiary or offering a turnkey project, we can provide you complete services from concept to implementation level. We provide services like market research and opportunity assessment study, feasibility study, project analysis, statutory services and supervision of implementation of project. We have been trying to promote more and more sustainable and eco-friendly technologies and we are committed to it. India is one of the fastest growing and largest economy, a democratic country with very optimistic program to implement sustainable manufacturing projects and one of the leading countries who has implemented largest number of projects. You have a concept, technology or product, and we have the professional experiences to take you to international. Sincerely Bimal Das To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 13: 1: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id EF19E14D5B for ; Sun, 6 Jun 1999 13:00:59 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA11099; Sun, 6 Jun 1999 13:02:16 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: "Ecotech Technologies, L.L.C." Cc: freebsd-stable@FreeBSD.ORG Subject: Re: International Business Opportunities In-reply-to: Your message of "Sun, 06 Jun 1999 12:49:46 PDT." <19990606195441.575A914CCA@hub.freebsd.org> Date: Sun, 06 Jun 1999 13:02:15 -0700 Message-ID: <11095.928699335@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This spammer (1sourcesolutions.com) has been blocked. Sorry for the inconvenience. Same goes for the other spammers who've hit us over the last 3 days; I've been adding entries to our spamsite database a lot more often lately. :( - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 13:19: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hal.nidlink.com (tnt132-173.nidlink.com [216.18.132.173]) by hub.freebsd.org (Postfix) with ESMTP id 75CDF14CD4 for ; Sun, 6 Jun 1999 13:19:02 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from hal.nidlink.com (localhost.nidlink.com [127.0.0.1]) by hal.nidlink.com (8.9.3/8.9.2) with ESMTP id NAA20529; Sun, 6 Jun 1999 13:23:05 -0700 (PDT) (envelope-from malpert@holdenz.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <11095.928699335@zippy.cdrom.com> Date: Sun, 06 Jun 1999 13:23:05 -0700 (PDT) Reply-To: malpert@holdenz.com From: Shawn Workman To: "Jordan K. Hubbard" Subject: Re: International Business Opportunities Cc: freebsd-stable@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG, "Ecotech Technologies, L.L.C." Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pardon my for my ignorance, but is your spamsite database available to those of us who run our own mailservers? or is there a place that has a spamsite database that is updated regularly? On 06-Jun-99 Jordan K. Hubbard wrote: > This spammer (1sourcesolutions.com) has been blocked. Sorry for the > inconvenience. Same goes for the other spammers who've hit us over > the last 3 days; I've been adding entries to our spamsite database > a lot more often lately. :( > > - Jordan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 13:28:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 335EC14BF5 for ; Sun, 6 Jun 1999 13:28:55 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA11313; Sun, 6 Jun 1999 13:30:12 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: malpert@holdenz.com Cc: freebsd-stable@FreeBSD.ORG, "Ecotech Technologies, L.L.C." Subject: Re: International Business Opportunities In-reply-to: Your message of "Sun, 06 Jun 1999 13:23:05 PDT." Date: Sun, 06 Jun 1999 13:30:11 -0700 Message-ID: <11309.928701011@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Pardon my for my ignorance, but is your spamsite database available > to those of us who run our own mailservers? It's nothing we provide on an official basis, especially since those folks who do so (like Paul Vixie) tend to get sued with uncomfortable regularity, but anyone who wants it is free to send me email and request it. The only "regularly updated" spam database I know of is the RBL, and that's already got hooks for it in sendmail. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 13:32:21 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hal.nidlink.com (tnt132-173.nidlink.com [216.18.132.173]) by hub.freebsd.org (Postfix) with ESMTP id DFE5414BF5 for ; Sun, 6 Jun 1999 13:32:18 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from hal.nidlink.com (localhost.nidlink.com [127.0.0.1]) by hal.nidlink.com (8.9.3/8.9.2) with ESMTP id NAA20552; Sun, 6 Jun 1999 13:36:19 -0700 (PDT) (envelope-from malpert@holdenz.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <11309.928701011@zippy.cdrom.com> Date: Sun, 06 Jun 1999 13:36:18 -0700 (PDT) Reply-To: malpert@holdenz.com From: Shawn Workman To: "Jordan K. Hubbard" Subject: Re: International Business Opportunities Cc: "L.L.C." , Ecotech.Technologies@hal.nidlink.com, freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks much for the additional info.. On 06-Jun-99 Jordan K. Hubbard wrote: >> Pardon my for my ignorance, but is your spamsite database available >> to those of us who run our own mailservers? > > It's nothing we provide on an official basis, especially since those > folks who do so (like Paul Vixie) tend to get sued with uncomfortable > regularity, but anyone who wants it is free to send me email and request > it. The only "regularly updated" spam database I know of is the RBL, > and that's already got hooks for it in sendmail. > > - Jordan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 17:38:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.cydonia.net (unknown [209.20.151.67]) by hub.freebsd.org (Postfix) with ESMTP id A3DF714E02 for ; Sun, 6 Jun 1999 17:38:08 -0700 (PDT) (envelope-from saxon@cydonia.net) Received: from cydonia.net (saxon@gwnic.cydonia.net [209.20.151.66]) by mail.cydonia.net (8.8.7/8.8.7) with SMTP id QAA04556 for ; Sun, 6 Jun 1999 16:35:27 -0700 Date: Sun, 6 Jun 1999 16:44:44 -0700 (PWT) From: saxon To: freebsd-stable@freebsd.org Subject: Automatic Reboot !! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have a system setup the following way. 2 450Mhz pentiumII 512M ram DPT raid controler RAID-5 Array Running 3.1 -STABLE. The other night we had an auto reboot but the system did not come up all the way, prompting a drive down to the place we colocate. Here is the txt that was on the screen when we got a monitor hooked up to the machine. BTW. There was nothing in any logs. Just what was on the screen. Kernel tral 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode mp_lock = 00000003; cpuid = 0; lapic.id = 00000000 fault virtual address = 0xefff7118 fault code = supervidor read, page not present instruction pointer = 0x8:0xf0202d33 stack pointer = 0x10:0xfc106dd0 frame pointer = 0x10:0xfc106de8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def 32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = Idle interrupt mask = net tty bio cam <- SMP:XXX Kernel: type 12 trap, code=0 stopped at pmap_enter+0xa7: moul 0(%ecx),%esi db> And what the heck is this db> thing ???? If anyone has any idea what all this means. I'd realy appreciate any advise. Thank you. keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 17:42:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 8883E14E02 for ; Sun, 6 Jun 1999 17:42:45 -0700 (PDT) (envelope-from craig-burgess@home.net) Received: from home.net ([24.0.178.21]) by mail.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990607004244.VSDG11386.mail.rdc1.sdca.home.com@home.net> for ; Sun, 6 Jun 1999 17:42:44 -0700 Message-ID: <375B1644.51877FC4@home.net> Date: Sun, 06 Jun 1999 17:45:57 -0700 From: Craig Burgess X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: Reboot during make world References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: [large snip] > > Internal compiler error: program cc1 got fatal signal 11 > > *** Error code 1 > > > > [snip] > > > ---------------- > > > > I realize that this is not enough information to track down a problem that > > is most likely just hardware. But I'm posting this in case it means anything > > to anyone. If it repeats itself, I'll try to get some debug info. > > 99.999999% sure you have a heating problem. heating problems can > spontaniously develop, *pointing at p120 who's fan failed one day* I don't know... My CPU fan is working. My latest attempt at 'make buildworld' failed with a SIGNAL 10 (which I haven't been able to identify) -- and otherwise the internal compiler error shown above. The procedure seems to fail at a different place every time. (It's running now -- and has been for at least an hour.) The previous attempt failed after about 15 minutes. Last week it churned for about 5 hours before falling down. (It's a P5 120 w/128MB of RAM and UW-SCSI). I even tried 'make cleandir' which was suggested in someone elses post. That worked (suppose), but buildworld didn't. FWIW, I've cvsup'd src=all before each attempt. Additional suggestions would be welcome. If this attempt succeeds I won't know why. Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 17:47:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id A96EB14F3B for ; Sun, 6 Jun 1999 17:47:12 -0700 (PDT) (envelope-from matt@zigg.com) Received: from localhost (matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.3) with ESMTP id UAA29015; Sun, 6 Jun 1999 20:47:07 -0400 (EDT) (envelope-from matt@zigg.com) Date: Sun, 6 Jun 1999 20:47:06 -0400 (EDT) From: Matt Behrens To: Craig Burgess Cc: stable@FreeBSD.ORG Subject: Re: Reboot during make world In-Reply-To: <375B1644.51877FC4@home.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Craig Burgess wrote: : My latest attempt at 'make buildworld' failed with a SIGNAL 10 (which I : haven't been able to identify) -- and otherwise the internal compiler : error shown above. The procedure seems to fail at a different place : every time. (It's running now -- and has been for at least an hour.) : The previous attempt failed after about 15 minutes. Last week it : churned for about 5 hours before falling down. (It's a P5 120 w/128MB of : RAM and UW-SCSI). FWIW, I have had similar problems with an A/Open motherboard -- random sig11s, sig10s, internal compiler errors, you name it. They were all solved by taking the exact same chip, boards, hard drive, and everything else and putting them on an ASUS P/I-P55T2P4. That A/Open board was on its last legs, I found out shortly thereafter. Matt Behrens Owner/Administrator, zigg.com Chief Engineer, Nameless IRC Network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 17:53:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 5D745156D9 for ; Sun, 6 Jun 1999 17:53:18 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id RAA03364; Sun, 6 Jun 1999 17:52:54 -0700 (PDT) Message-Id: <199906070052.RAA03364@implode.root.com> To: saxon Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Automatic Reboot !! In-reply-to: Your message of "Sun, 06 Jun 1999 16:44:44 PDT." From: David Greenman Reply-To: dg@root.com Date: Sun, 06 Jun 1999 17:52:54 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >We have a system setup the following way. >2 450Mhz pentiumII >512M ram >DPT raid controler >RAID-5 Array >Running 3.1 -STABLE. >The other night we had an auto reboot but the system did not come up all >the way, prompting a drive down to the place we colocate. Here is the txt >that was on the screen when we got a monitor hooked up to the machine. >BTW. There was nothing in any logs. Just what was on the screen. > > >Kernel tral 12 with interrupts disabled > >Fatal trap 12: page fault while in kernel mode >mp_lock = 00000003; cpuid = 0; lapic.id = 00000000 > >fault virtual address = 0xefff7118 >fault code = supervidor read, page not present >instruction pointer = 0x8:0xf0202d33 >stack pointer = 0x10:0xfc106dd0 >frame pointer = 0x10:0xfc106de8 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def 32 1, gran 1 >processor eflags = interrupt enabled, resume, IOPL=0 >current process = Idle >interrupt mask = net tty bio cam <- SMP:XXX > >Kernel: type 12 trap, code=0 >stopped at pmap_enter+0xa7: moul 0(%ecx),%esi > >db> Not enough info in the above to diagnose the problem, but it might be related to SMP bugs. If this happens again you might consider running with a non-SMP kernel for awhile to see if it goes away. >And what the heck is this db> thing ???? If anyone has any idea >what all this means. I'd realy appreciate any advise. It means that someone configured the kernel with debugger support (not a wise thing on a colo machine unless you have a serial console). -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 18:19:52 1999 Delivered-To: freebsd-stable@freebsd.org Received: from smyk.apk.net (smyk.apk.net [207.54.158.17]) by hub.freebsd.org (Postfix) with ESMTP id D52E6156B3 for ; Sun, 6 Jun 1999 18:19:47 -0700 (PDT) (envelope-from awyeah@apk.net) Received: from locutus (awyeah.apk.net [207.54.148.182]) by smyk.apk.net (8.9.3/8.9.3/apk.981124) with SMTP id VAA25399; Sun, 6 Jun 1999 21:09:49 -0400 (EDT) From: "Dave Andrzejewski" To: "Matt Behrens" , "Craig Burgess" Cc: Subject: RE: Reboot during make world Date: Sun, 6 Jun 1999 21:10:21 -0400 Message-ID: <000501beb082$83dd2d60$0200000a@locutus.awyeah.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 These types of things can really be indicative of other hardware problems as well. For example, this happened to one of my systems, and then about a week later, the BIOS reported a memory problem. I replaced the RAM and it was fine. Another one of my machines has done this. The last time I tried to make world, it rebooted and came back up (luckily)... I haven't been able to get to where it is located since then, so I don't know what the problem is. (The system runs fine otherwise - before that it had an 85 day uptime). Check all your hardware, and make sure it is good. Try booting the system with minimal hardware. Try replacing the RAM (even if temporarily). Try swapping out other components, including the motherboard and CPU (only if you know what you're doing though!) Make sure your system is being kept cool. Dave <===================================================================> Dave Andrzejewski http://awyeah.yourworks.com E-Mail: awyeah@apk.net http://www.yourworks.com AOL/Instant Messager: Seckzy Boi ICQ: 556410 Whois: DA6239 awyeah@IRC - IRC Operator on DALnet - /server sodre.dal.net 7000 ------------------------------------------------------------------- Trains stop at a train station. Busses stop at a bus station. What stops at a workstation? <===================================================================> > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Matt Behrens > Sent: Sunday, June 06, 1999 8:47 PM > To: Craig Burgess > Cc: stable@FreeBSD.ORG > Subject: Re: Reboot during make world > > > On Sun, 6 Jun 1999, Craig Burgess wrote: > > : My latest attempt at 'make buildworld' failed with a SIGNAL 10 (which I > : haven't been able to identify) -- and otherwise the internal compiler > : error shown above. The procedure seems to fail at a different place > : every time. (It's running now -- and has been for at least an hour.) > : The previous attempt failed after about 15 minutes. Last week it > : churned for about 5 hours before falling down. (It's a P5 120 w/128MB of > : RAM and UW-SCSI). > > FWIW, I have had similar problems with an A/Open motherboard -- > random sig11s, sig10s, internal compiler errors, you name it. They > were all solved by taking the exact same chip, boards, hard drive, > and everything else and putting them on an ASUS P/I-P55T2P4. That > A/Open board was on its last legs, I found out shortly thereafter. > > Matt Behrens > Owner/Administrator, zigg.com > Chief Engineer, Nameless IRC Network > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGP Personal Privacy 6.0.2 Comment: Get my public key: http://awyeah.yourworks.com/ iQA/AwUBN1sb/MHnYhUtgdpwEQKI+ACfZIioHkz5GUJTDU/E7ahbAs7BWpQAn2W/ x4UUiQjpbUZydDfg6LL9tw3P =h/Xz -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 18:51:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 909491552C for ; Sun, 6 Jun 1999 18:51:17 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id SAA12257; Sun, 6 Jun 1999 18:52:30 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Craig Burgess Cc: stable@FreeBSD.ORG Subject: Re: Reboot during make world In-reply-to: Your message of "Sun, 06 Jun 1999 17:45:57 PDT." <375B1644.51877FC4@home.net> Date: Sun, 06 Jun 1999 18:52:30 -0700 Message-ID: <12253.928720350@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > My latest attempt at 'make buildworld' failed with a SIGNAL 10 (which I > haven't been able to identify) -- and otherwise the internal compiler > error shown above. The procedure seems to fail at a different place I'd now bet $20 on this hardware being hosed. All the symptoms are there. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 19:47:18 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 69B1514E9A for ; Sun, 6 Jun 1999 19:47:15 -0700 (PDT) (envelope-from craig-burgess@home.net) Received: from home.net ([24.0.178.21]) by mail.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990607024714.WVQJ11386.mail.rdc1.sdca.home.com@home.net>; Sun, 6 Jun 1999 19:47:14 -0700 Message-ID: <375B3374.92EC775@home.net> Date: Sun, 06 Jun 1999 19:50:28 -0700 From: Craig Burgess X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: stable@FreeBSD.ORG Subject: Re: Reboot during make world References: <12253.928720350@zippy.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, it's an "older" Intel (P-54?) motherboard, but in between buildworld failures I successfully built/installed the new version of Apache+PHP and MySQL and it's all working fine... The machine stays on all the time, so it should be a more-or-less constant environment (and we haven't been unusual weather). The current attempt has been running for about 4 hours so maybe it'll complete. I can't predict at this point. "Jordan K. Hubbard" wrote: > > > My latest attempt at 'make buildworld' failed with a SIGNAL 10 (which I > > haven't been able to identify) -- and otherwise the internal compiler > > error shown above. The procedure seems to fail at a different place > > I'd now bet $20 on this hardware being hosed. All the symptoms are there. > > - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 19:56: 8 1999 Delivered-To: freebsd-stable@freebsd.org Received: from smyk.apk.net (smyk.apk.net [207.54.158.17]) by hub.freebsd.org (Postfix) with ESMTP id 27B7A14E9A for ; Sun, 6 Jun 1999 19:56:02 -0700 (PDT) (envelope-from awyeah@apk.net) Received: from locutus (awyeah.apk.net [207.54.148.182]) by smyk.apk.net (8.9.3/8.9.3/apk.981124) with SMTP id WAA00015; Sun, 6 Jun 1999 22:53:02 -0400 (EDT) From: "Dave Andrzejewski" To: "Craig Burgess" Cc: Subject: RE: Reboot during make world Date: Sun, 6 Jun 1999 22:53:33 -0400 Message-ID: <000601beb090$eeb26340$0200000a@locutus.awyeah.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <375B3374.92EC775@home.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Right. Like I said - some hardware problems only manifest themselves under really heavy load, like building world. Compiling apache versus compiling freebsd is like stepping on an ant versus spearing a whale. (Sorry, I couldn't think of a better analogy. Really.) But you get the idea. Again, my machine that has had 85+ day uptimes can compile small things like bind and apache just fine, and I can even build a kernel. But when it comes to making world, it just dies. Dave <===================================================================> Dave Andrzejewski http://awyeah.yourworks.com E-Mail: awyeah@apk.net http://www.yourworks.com AOL/Instant Messager: Seckzy Boi ICQ: 556410 Whois: DA6239 awyeah@IRC - IRC Operator on DALnet - /server sodre.dal.net 7000 ------------------------------------------------------------------- Trains stop at a train station. Busses stop at a bus station. What stops at a workstation? <===================================================================> > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Craig Burgess > Sent: Sunday, June 06, 1999 10:50 PM > To: Jordan K. Hubbard > Cc: stable@FreeBSD.ORG > Subject: Re: Reboot during make world > > > Well, it's an "older" Intel (P-54?) motherboard, but in between > buildworld failures I successfully built/installed the new version of > Apache+PHP and MySQL and it's all working fine... The machine stays on > all the time, so it should be a more-or-less constant environment (and > we haven't been unusual weather). > > The current attempt has been running for about 4 hours so maybe it'll > complete. I can't predict at this point. > > > > "Jordan K. Hubbard" wrote: > > > > > My latest attempt at 'make buildworld' failed with a SIGNAL > 10 (which I > > > haven't been able to identify) -- and otherwise the internal compiler > > > error shown above. The procedure seems to fail at a different place > > > > I'd now bet $20 on this hardware being hosed. All the symptoms > are there. > > > > - Jordan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGP Personal Privacy 6.0.2 Comment: Get my public key: http://awyeah.yourworks.com/ iQA/AwUBN1s0LMHnYhUtgdpwEQJ6zwCfcy1Da5wBNiV8T1fPoNNgsXMR4S0AnRqp nqyIq1xA1zXW7uvu3KfZglEd =qMsH -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 20: 0: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (Postfix) with ESMTP id AD5DB14E9A for ; Sun, 6 Jun 1999 19:59:54 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id TAA24081; Sun, 6 Jun 1999 19:59:57 -0700 (PDT) Message-ID: <19990606195957.B27526@cpl.net> Date: Sun, 6 Jun 1999 19:59:57 -0700 From: Shawn Ramsey To: Dave Andrzejewski , Craig Burgess Cc: stable@FreeBSD.ORG Subject: Re: Reboot during make world References: <375B3374.92EC775@home.net> <000601beb090$eeb26340$0200000a@locutus.awyeah.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <000601beb090$eeb26340$0200000a@locutus.awyeah.net>; from Dave Andrzejewski on Sun, Jun 06, 1999 at 10:53:33PM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hash: SHA1 > > Right. Like I said - some hardware problems only manifest themselves under > really heavy load, like building world. Compiling apache versus compiling > freebsd is like stepping on an ant versus spearing a whale. (Sorry, I > couldn't think of a better analogy. Really.) > > But you get the idea. Again, my machine that has had 85+ day uptimes can > compile small things like bind and apache just fine, and I can even build a > kernel. But when it comes to making world, it just dies. I had a machine that exactly the same way. it could compile small things, and even a kernel. But it died on a world. It had other symptoms, like the email server would die every so often. After replacing the RAM, this same server has been rock solid ever since. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 21:20:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 90B6D14DF7 for ; Sun, 6 Jun 1999 21:20:16 -0700 (PDT) (envelope-from craig-burgess@home.net) Received: from home.net ([24.0.178.21]) by mail.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990607042016.XUNE11386.mail.rdc1.sdca.home.com@home.net> for ; Sun, 6 Jun 1999 21:20:16 -0700 Message-ID: <375B4941.AEE81503@home.net> Date: Sun, 06 Jun 1999 21:23:29 -0700 From: Craig Burgess X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@freeBSD.org Subject: make buildworld finished! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG now trying 'make installworld' craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 21:20:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 22AD514DF7 for ; Sun, 6 Jun 1999 21:20:43 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id BAA48323 for ; Mon, 7 Jun 1999 01:20:47 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 7 Jun 1999 01:20:46 -0300 (ADT) From: The Hermit Hacker To: freebsd-stable@freebsd.org Subject: System hangs with current -STABLE kernel ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Starting earlier this week, my server has been hanging, except that I'm able to ping it still. The only way out is to cold-boot... Now, the only thing that has changed prior to it being "un-stable" is I've upgraded my INN to a more -current version, from the ISC cvs repository, so the only thing I can immediately think of is that *it* has changed in such a way that its triggering a bug in the kernel... I'm updating my -STABLE code right now, and upgrading my kernel...this might be a known problem, but have checked through my list folder and nothing appears to be in there... Not sure how to test this, but it was stable up until I upgraded INN :( Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 22:33:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 015E214F94 for ; Sun, 6 Jun 1999 22:33:28 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA13119; Sun, 6 Jun 1999 22:34:45 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Craig Burgess Cc: stable@FreeBSD.ORG Subject: Re: Reboot during make world In-reply-to: Your message of "Sun, 06 Jun 1999 19:50:28 PDT." <375B3374.92EC775@home.net> Date: Sun, 06 Jun 1999 22:34:45 -0700 Message-ID: <13115.928733685@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Well, it's an "older" Intel (P-54?) motherboard, but in between > buildworld failures I successfully built/installed the new version of > Apache+PHP and MySQL and it's all working fine... The machine stays on That much is working fine, you mean. Trust me, this hardware is not to be trusted, even if it does the next 3 build-worlds without error. I'd replace it simply on suspicion at this point. "Life is too short to waste on bad PC hardware." - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 22:38:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id C78FD14F94 for ; Sun, 6 Jun 1999 22:38:10 -0700 (PDT) (envelope-from craig-burgess@home.net) Received: from home.net ([24.0.178.21]) by mail.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990607053809.YORT11386.mail.rdc1.sdca.home.com@home.net> for ; Sun, 6 Jun 1999 22:38:09 -0700 Message-ID: <375B5B83.5E8E030F@home.net> Date: Sun, 06 Jun 1999 22:41:23 -0700 From: Craig Burgess X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: Everything worked! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG make buildworld finished successfully (finally!) make installworld finished successfully kernel rebuild went flawlessly the machine is sentient -- and just waited until i asked for help so that i'd look silly? (...about that $20...) craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 22:44:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id CBEB714C11 for ; Sun, 6 Jun 1999 22:44:16 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA13233; Sun, 6 Jun 1999 22:45:33 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Craig Burgess Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Everything worked! In-reply-to: Your message of "Sun, 06 Jun 1999 22:41:23 PDT." <375B5B83.5E8E030F@home.net> Date: Sun, 06 Jun 1999 22:45:33 -0700 Message-ID: <13230.928734333@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > make buildworld finished successfully (finally!) > make installworld finished successfully > kernel rebuild went flawlessly Almost meaningless in this context. > (...about that $20...) Hold your horses, cowboy. You're nowhere close to winning that bet yet. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 22:46:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shell.webmaster.com (mail.webmaster.com [209.133.28.73]) by hub.freebsd.org (Postfix) with ESMTP id 0339614C11 for ; Sun, 6 Jun 1999 22:46:21 -0700 (PDT) (envelope-from davids@webmaster.com) Received: from whenever ([209.133.29.2]) by shell.webmaster.com (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id com; Sun, 6 Jun 1999 22:46:19 -0700 From: "David Schwartz" To: "Craig Burgess" , Subject: RE: Reboot during make world Date: Sun, 6 Jun 1999 22:46:19 -0700 Message-ID: <000101beb0a9$112bd740$021d85d1@whenever.youwant.to> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: <375B1644.51877FC4@home.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As everyone, including me, suspected mine was a hardware problem. Although I had checked it previously, I didn't check closely enough. The CPU fan was still spinning, but the plastic tab on the CPU socket that it engaged had cracked off, allowing a angular gap to form between the CPU and the heat sink. After I fixed that, the machine went back to being as reliable as usual. 95% chance it's a heat or memory problem. Triple check everything heat related. Go through the BIOS and put everything to safe settings. Maybe even swap out the memory or remove half of it, test, then swap halves. DS > Alfred Perlstein wrote: > > [large snip] > > > > Internal compiler error: program cc1 got fatal signal 11 > > > *** Error code 1 > > > > > > > [snip] > > > > > ---------------- > > > > > > I realize that this is not enough information to track > down a problem that > > > is most likely just hardware. But I'm posting this in case it > means anything > > > to anyone. If it repeats itself, I'll try to get some debug info. > > > > 99.999999% sure you have a heating problem. heating problems can > > spontaniously develop, *pointing at p120 who's fan failed one day* > > I don't know... My CPU fan is working. > > My latest attempt at 'make buildworld' failed with a SIGNAL 10 (which I > haven't been able to identify) -- and otherwise the internal compiler > error shown above. The procedure seems to fail at a different place > every time. (It's running now -- and has been for at least an hour.) > The previous attempt failed after about 15 minutes. Last week it > churned for about 5 hours before falling down. (It's a P5 120 w/128MB of > RAM and UW-SCSI). > > I even tried 'make cleandir' which was suggested in someone elses post. > That worked (suppose), but buildworld didn't. FWIW, I've cvsup'd src=all > before each attempt. > > Additional suggestions would be welcome. If this attempt succeeds I > won't know why. > > Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 22:54:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from kusanagi.boing.com (silver234.mminternet.com [209.241.149.234]) by hub.freebsd.org (Postfix) with ESMTP id E841015582 for ; Sun, 6 Jun 1999 22:54:26 -0700 (PDT) (envelope-from boing@kusanagi.boing.com) Received: (from boing@localhost) by kusanagi.boing.com (8.9.3/8.9.2) id WAA27722; Sun, 6 Jun 1999 22:54:25 -0700 (PDT) (envelope-from boing) Message-Id: <199906070554.WAA27722@kusanagi.boing.com> Date: Sun, 6 Jun 1999 22:54:24 -0700 (PDT) From: Geff Hanoian Subject: Re: Everything worked! To: jkh@zippy.cdrom.com Cc: craig-burgess@home.net, freebsd-stable@FreeBSD.ORG In-Reply-To: <13230.928734333@zippy.cdrom.com> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 6 Jun, Jordan K. Hubbard wrote: > >> (...about that $20...) > > Hold your horses, cowboy. You're nowhere close to winning that bet yet. :) How bout one of us sends it, as long as he agrees to spend it on good hardware? :) Geff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 22:58:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ns1.portal2.com (ns1.portal2.com [203.85.226.193]) by hub.freebsd.org (Postfix) with SMTP id E7E2615582 for ; Sun, 6 Jun 1999 22:58:37 -0700 (PDT) (envelope-from yusufg@outblaze.com) Received: (qmail 11384 invoked from network); 7 Jun 1999 06:18:26 -0000 Received: from yusufg.portal2.com (203.85.226.249) by ns1.portal2.com with SMTP; 7 Jun 1999 06:18:26 -0000 Received: (qmail 22466 invoked by uid 500); 7 Jun 1999 05:58:31 -0000 Date: 7 Jun 1999 05:58:31 -0000 Message-ID: <19990607055831.22465.qmail@yusufg.portal2.com> From: Yusuf Goolamabbas To: freebsd-stable@freebsd.org Cc: freebsd-scsi@freebsd.org Subject: Are these untar times appropiate ? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 3.2-STABLE System: Dual P3/500 with 512MB RAM with Adapatec 2049U2W controller connected to two disks (9GB and 18GB). 18GB is a Seagate ST 318275LW camcontrol shows that this is capable of 80 MB/s with Tagged Queuing Enabled I have a tar file of around 1.6 GB. The directory tree is not very deep These are the times I am getting for untar the tar file on the 18GB disk. Also, times for rm -rf of the directory created Softupdates enabled Real User Sys untar: 13043.72 14.19 434.53 rm -rf 7036.8 8.05 172.84 I looked at the results from iostat in another virtual console and I was getting around 0.8 MB/s. Top was showing the machine mostly idle in CPU usage Mounting with async mode (single user mode) untar: 10799 13.17 462.69 rm -rf: 6537 7.82 259.64 The normal sync mode took quite a while also. I seem to have misplaced the numbers As a totally unscientific comparision. These are the untar times of glibc-2.1.1 on a softupate system glibc untar: 49 1 3.66 glibc rm -rf 2.06 0.05 0.88 Are these times appropiate ? Is there any way to make the untar go faster. What does 80 MB/s really mean in real-life ? Cheers, Yusuf -- Yusuf Goolamabbas yusufg@outblaze.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Jun 6 23:29:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gndrsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id A452B15185 for ; Sun, 6 Jun 1999 23:29:00 -0700 (PDT) (envelope-from rgrimes@gndrsh.aac.dev.com) Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.9.3/8.9.3) id XAA30167; Sun, 6 Jun 1999 23:28:43 -0700 (PDT) (envelope-from rgrimes) From: "Rodney W. Grimes" Message-Id: <199906070628.XAA30167@gndrsh.aac.dev.com> Subject: Re: Everything worked! In-Reply-To: <13230.928734333@zippy.cdrom.com> from "Jordan K. Hubbard" at "Jun 6, 1999 10:45:33 pm" To: jkh@zippy.cdrom.com (Jordan K. Hubbard) Date: Mon, 7 Jun 1999 06:28:42 +0000 (GMT) Cc: craig-burgess@home.net (Craig Burgess), freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > make buildworld finished successfully (finally!) > > make installworld finished successfully > > kernel rebuild went flawlessly > > Almost meaningless in this context. > > > (...about that $20...) > > Hold your horses, cowboy. You're nowhere close to winning that bet yet. :) I'll declare him a winner if he can run this script without any failure: #!/bin/sh cd /usr/src make world >make.out.1 2>&1 make world >make.out.2 2>&1 make world >make.out.3 2>&1 make world >make.out.4 2>&1 make world >make.out.5 2>&1 I've had to deal with debugging flaky hardware that hits in make.out.3 or make.out.4 (Joe Greco had an ASUS PCI/I-486SP3 that took me over a week to find the bad cache chip and replace it), but I've never seen a box get past 5 make worlds and still have a hardware problem. Order of replacing components on a Sig10/11 error is 1) memory, 2) Cache if possible, 3) Motherboard, 4) CPU. Ohhh.. and my test room is usually kept at a nice warm 90 degrees or so. No cheating by keeping the box cool :-) -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 1:41:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from amanda.qmpgmc.ac.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id 348CE14D12 for ; Mon, 7 Jun 1999 01:41:12 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg (gquinlan [194.81.0.56]) by amanda.qmpgmc.ac.uk (8.9.3/8.9.3) with SMTP id JAA60041 for ; Mon, 7 Jun 1999 09:41:11 +0100 (BST) Message-ID: <006001beb0c1$77646f00$380051c2@greg.qmpgmc.ac.uk> Reply-To: "Greg Quinlan" From: "Greg Quinlan" To: Subject: FIXED, PANIC & Re: [Q] How stable is FreeBSD 3.X ? Date: Mon, 7 Jun 1999 09:40:58 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have been busy fixing my panic problem. Looking good!!!! # uname -a; uptime FreeBSD amanda.qmpgmc.ac.uk 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed May 26 08:43:3 4 BST 1999 greg@amanda.qmpgmc.ac.uk:/usr/src/sys/compile/dns1 i386 9:19AM up 11 days, 13:27, 3 users, load averages: 0.01, 0.03, 0.00 I finally had a way of making the server crash every time. do a "make world" om 3.2-R..... A so goes the story of grandfathers axe: ("Grandfather axe.... replaced the handle a few times, then the head, but it was still grandfathers axe") Good old fashioned repairs.... 0. I updated to 3.2-S ... 26 May 1999 1. I replaced the RAM. 2. I replaced the Motherboard. 3. I replaced the SCSI-UW controller. 4. I replaced the Video Card. 5. I replaced the all the Hard Disks. 6. I replaced the Network cards. What's left?.... ahhhhh ... replaced the Floppy... then the CD-ROM....unplugged the tape... replaced.... all the cables... finally the power supply! Each time I ran "make world", I could still crash it! What next.....the case? NOPE!...... 7. I replaced the both CPU's.......... WTF#! NO CRASH! Well that must be it then... FreeBSD has blown the guts out of my INTEL PII 333 Processor....Too quick for it. {:-) ....... and before anybody says, "The processor must be getting too hot?" It was not getting too hot! Maybe Intel should use FreeBSD to test/rate CPU's? (Isn't it a rumour that Intel only make one PII CPU and just rate them!) I'M HAPPY NOW!! Oh yes .... [Q] How stable is FreeBSD? [A] Very Stable! And a special thanks to Mark Blackman for his idea of old fashioned hardware diagnosis. One last thing; To those users that may be having problems with their FBSD installs on a more current version Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 2: 0: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 8A54814CD1 for ; Mon, 7 Jun 1999 01:58:31 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id LAA83050; Mon, 7 Jun 1999 11:57:12 +0300 (EEST) (envelope-from ru) Date: Mon, 7 Jun 1999 11:57:12 +0300 From: Ruslan Ermilov To: Greg Quinlan Cc: freebsd-stable@FreeBSD.ORG Subject: Re: FIXED, PANIC & Re: [Q] How stable is FreeBSD 3.X ? Message-ID: <19990607115712.A77347@relay.ucb.crimea.ua> Mail-Followup-To: Greg Quinlan , freebsd-stable@FreeBSD.ORG References: <006001beb0c1$77646f00$380051c2@greg.qmpgmc.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <006001beb0c1$77646f00$380051c2@greg.qmpgmc.ac.uk>; from Greg Quinlan on Mon, Jun 07, 1999 at 09:40:58AM +0100 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 09:40:58AM +0100, Greg Quinlan wrote: > Hi all, > [...] > Good old fashioned repairs.... > > 0. I updated to 3.2-S ... 26 May 1999 > 1. I replaced the RAM. > 2. I replaced the Motherboard. > 3. I replaced the SCSI-UW controller. > 4. I replaced the Video Card. > 5. I replaced the all the Hard Disks. > 6. I replaced the Network cards. > 7. I replaced the both CPU's.......... WTF#! > > NO CRASH! > > I'M HAPPY NOW!! > > Oh yes .... > [Q] How stable is FreeBSD? > [A] Very Stable! > Yet another satisfied FreeBSD customer :-) -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 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-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 6:31:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shift-f1.com (unknown [208.152.204.161]) by hub.freebsd.org (Postfix) with ESMTP id B1D461533A for ; Mon, 7 Jun 1999 06:31:06 -0700 (PDT) (envelope-from shashi@shift-f1.com) Received: (from shashi) by shift-f1.com (8.8.5/8.8.5) id IAA24894; Mon, 7 Jun 1999 08:21:44 -0500 (EST) Message-ID: <19990607092144.A24839@WEBSI.com> Date: Mon, 7 Jun 1999 09:21:44 -0400 From: Shashi Joshi To: Michel TALON Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.7 -> 3.2 STABLE upgrade changes root password??? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks all of you guys who responded to my query. I heeded to all and here is what I got stuck with once again: To recap: (All this is about STABLE only) I had 2.2.7 (installed from CD) on a Pentium II 200 MHz. I upgraded it to 2.2.8 with no problems. I CVSuped 3.2 source. I did a make world and it failed (for aout -> elf problem) I did a make aout-to-elf-build. OKAY. I did a make aout-to-elf-install. OKAY. I rebooted. It won't accept any passwd at login: prompt. No errors, just an icy silence. Every login failed. I figured I had /bin/tcsh as the default shell for root. I tried to do -s in boot (single user mode) but the 3.2 kernle goes into "Press RETURN to boot now or any key to ...." "Booting in 9 secs" (The counter goes down) Everytime I get into the basic (non single user mode) kernel mde where you can only do ls, more, reboot, load etc. It won't go in single user mode. Upon advice, I installed binaries from 2.2.7 CD (The user distribution mode) I could log in. I made /bin/sh the default shell for root. NOW: I recompiled 3.2. OKAY. Reboot. It says ld.so failed: bad magic number in /usr/lib/libc.so.3 I reinstalled 2.2.7 REBUILT the whole world under 2.2.8 Upgraded the kernel to 2.2.8 ( as before) Reboot. make aout-to-elf-build again. I have a 1GB /usr partiotin, but it ran over with expanded /usr/obj (over 450MB and going) So, I have moved /usr/X11, /usr/sup, /usr/src and /usr/obj to other partition (2GB). I am now going to REBUILD WORLD under 2.2.8. Reboot and again rebuild 3.2 QUESTION: Will it effect the install if /usr/src and /usr/obj are just links to say /var/USR/src and /var/USR/obj respectively. I mean will it effect if the actual path is /var/USR/obj instead of /usr/obj ? Does anyone have any words of caution or advice for me? Yes, I can go get 3.2 CD and get over with it, but I WANT to be able to upgrade a live system rather than install it always, since this will be a remote system. Also I have data in some other partitins that I don't want to lose. Thank you all for your patience and help!!! Earnestly, -- Shashi Joshi _____________________________________________________________________ __o o__ o__ o__ o__ There's one _ \<._ _.>/ _ _.>/ _ _.>/ _ _.>/ _ in every (_)/ (_) (_) \(_) (_) \(_) (_) \(_) (_) \(_) crowd... _____________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 7:11:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by hub.freebsd.org (Postfix) with ESMTP id BB76214BF1 for ; Mon, 7 Jun 1999 07:11:21 -0700 (PDT) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: from jfh00.fernuni-hagen.de (localhost [127.0.0.1]) by jfh00.fernuni-hagen.de (8.9.2/8.9.2) with ESMTP id QAA40915; Mon, 7 Jun 1999 16:10:54 +0200 (CEST) (envelope-from jfh@jfh00.fernuni-hagen.de) Message-ID: <375BD2EE.3EE4DEA5@jfh00.fernuni-hagen.de> Date: Mon, 07 Jun 1999 16:10:54 +0200 From: "F. Heinrichmeyer" Organization: FernUni in Hagen X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.2-STABLE i386) MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" Subject: egcs does not like dev/ppbus/vpoio.c Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG egcs does not like dev/ppbus/vpoio.c: ../../dev/ppbus/vpoio.c: In function `vpoio_instr': ../../dev/ppbus/vpoio.c:461: incompatible type for argument 3 of `ppb_MS_exec' ../../dev/ppbus/vpoio.c:461: incompatible type for argument 4 of `ppb_MS_exec' ../../dev/ppbus/vpoio.c:461: incompatible type for argument 5 of `ppb_MS_exec one has to explicit cast from the (char *) to the union ppp_insarg. I did cure it at home. Maybe tomorrow i can bring a diff ... -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://ES-i2.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 7:13:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from trooper.velocet.ca (trooper.velocet.net [209.167.225.226]) by hub.freebsd.org (Postfix) with ESMTP id D963114D67 for ; Mon, 7 Jun 1999 07:13:30 -0700 (PDT) (envelope-from dgilbert@trooper.velocet.ca) Received: (from dgilbert@localhost) by trooper.velocet.ca (8.8.7/8.8.7) id KAA11376; Mon, 7 Jun 1999 10:13:13 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14171.54137.83837.499220@trooper.velocet.ca> Date: Mon, 7 Jun 1999 10:13:13 -0400 (EDT) To: Shashi Joshi Cc: Michel TALON , freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.7 -> 3.2 STABLE upgrade changes root password??? In-Reply-To: <19990607092144.A24839@WEBSI.com> References: <19990607092144.A24839@WEBSI.com> X-Mailer: VM 6.71 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Shashi" == Shashi Joshi writes: What may have got you stuck with password problems was that the aout-->elf transition seemed to change libcrypt --- or at least change what the older aout libcrypt could do. When I installed 3.0 on my machine, I found that aout ssh, apache, and sudo couldn't read the DES passwords but they could read MD5 passwords. If I recompiled, and elf binary had no problem. Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 10:17:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id A1BA2151C7 for ; Mon, 7 Jun 1999 10:17:40 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1150.bossig.com [208.26.241.150]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id KAA06439; Mon, 7 Jun 1999 10:17:22 -0700 (PDT) Message-ID: <375BFE9B.3CC49243@3-cities.com> Date: Mon, 07 Jun 1999 10:17:15 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Shashi Joshi Cc: Michel TALON , freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.7 -> 3.2 STABLE upgrade changes root password??? References: <19990607092144.A24839@WEBSI.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shashi Joshi wrote: > > Thanks all of you guys who responded to my query. > I heeded to all and here is what I got stuck with once again: > > To recap: > (All this is about STABLE only) > I had 2.2.7 (installed from CD) on a Pentium II 200 MHz. > I upgraded it to 2.2.8 with no problems. > I CVSuped 3.2 source. > I did a make world and it failed (for aout -> elf problem) > I did a make aout-to-elf-build. OKAY. > I did a make aout-to-elf-install. OKAY. > I rebooted. It won't accept any passwd at login: prompt. No errors, > just an icy silence. Every login failed. I figured I had > /bin/tcsh as the default shell for root. > I tried to do -s in boot (single user mode) but the 3.2 kernle goes > into "Press RETURN to boot now or any key to ...." > "Booting in 9 secs" (The counter goes down) > Everytime I get into the basic (non single user mode) kernel mde > where you can only do ls, more, reboot, load etc. It won't > go in single user mode. > Upon advice, I installed binaries from 2.2.7 CD (The user > distribution mode) > I could log in. > I made /bin/sh the default shell for root. > > NOW: > I recompiled 3.2. OKAY. > Reboot. > It says ld.so failed: bad magic number in /usr/lib/libc.so.3 > I reinstalled 2.2.7 > REBUILT the whole world under 2.2.8 > Upgraded the kernel to 2.2.8 ( as before) > Reboot. > make aout-to-elf-build again. > I have a 1GB /usr partiotin, but it ran over with expanded /usr/obj > (over 450MB and going) So, I have moved /usr/X11, /usr/sup, > /usr/src and /usr/obj to other partition (2GB). > I am now going to REBUILD WORLD under 2.2.8. Reboot and again > rebuild 3.2 > QUESTION: Will it effect the install if /usr/src and /usr/obj are > just links to say /var/USR/src and /var/USR/obj > respectively. I mean will it effect if the actual path > is /var/USR/obj instead of /usr/obj ? > > Does anyone have any words of caution or advice for me? > Yes, I can go get 3.2 CD and get over with it, but I WANT > to be able to upgrade a live system rather than install > it always, since this will be a remote system. Also I have > data in some other partitins that I don't want to lose. Hi Shashi, Have you read Nik's manual on "Making the World" your own at http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html I went through the transition from 3.1-release to 3.1-stable, which eventually became 3.2-beta, 3.2-release and then 3.2-stable. I sometimes have trouble reading e-mail by glossing over things but from where I sit you aren't finishing the job before you reboot. The sequence to build a new world as I see it is as follows: 1- Cvsup the current 3.2-stable. 2- Read about "-DWANT_AOUT" because the aout files are no longer created by default. If you have a.out programs, you will probably have to create the aout files. Then, you can make the world. I prefer a buildworld followed by an installworld. I time the buildworld. 3- You have to update /etc, /dev, ... There are massive changes here from 2.2.8 > 3.2 that have to be addressed. The manual process in Nik's manual can be replaced by using "mergemaster". 4- You have to check GENERIC and LINT because these files will be changed and you will have to redo your specific changes. Then, you configure, build, and install your kernel. You may have to add "compat22" and I have seen this being discussed but I don't remember where. I don't have it in my kernel. 5- Somewhere in here you need to install new bootblocks. They changed after 2.2.8 and you have to update them. The floppy upgrade does this for you. 6- Now I think you can reboot. I did a floppy boot and used it to upgrade to 3.1. The aout_to_elf thing was done for me. I made a massive mistake at this point and cvsup'ed to current and 4.0-current had problems on my system. I probably should rephrase that and say I had problems with 4.0-current on my system. Mergemaster would have probably worked me through this block but I didn't know about it at the time. I ended up reinstalling 3.1-release from the CDROM. I basically do my 6 steps everytime I cvsup and build a new 3.x-stable. There are somethings such as step 5 that you can leave out but that depends on what you see get changed in the cvsup. It was taking 3+ hours to do the make world and 4 to 5 hours or more to make the other changes in Nik's manual. Mergemaster does a side-by-side and you choose what you want to merge. It tries to change all of the text files in /etc. That includes the host and passwd files. My system wasn't fully functional by the time I got to 3.2-beta and they had built 3.2-release before I really figured out what was going on. I didn't know what was broken. Just that it was broken. It was around a week after 3.2-release was made that 3.2-stable was upgraded and I had a fully functional system on my computer. Making the changes manually is just too slow and mergemaster is a wonderful tool. I eventually decided that the problems I was having were hardware. I have upgraded the system from a P166 Pentium to a Slot 1 motherboard. I currently have a Celeron 433 in it and a buildworld currently takes 40 minutes and the total job seems like 1.5 hours from start to finish. When I add creating the aout files, that will probably increase to around 2 wallclock hours. The new system provides me with more available time and I can get into trouble doing other things. The problem is remembering what you did wrong when you do your next build. I do keep some notes. I have an active link to Dan's diary in NZ land. I think everyone goes through the same painfull steps. It is nice to read these stories because you know you aren't the only one having fun . Have a good day, Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 10:26:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from nt-inter-exch1.kamtel.net (mail.kamtel.net [12.8.24.246]) by hub.freebsd.org (Postfix) with ESMTP id 20FAB152CF for ; Mon, 7 Jun 1999 10:26:40 -0700 (PDT) (envelope-from ddollar@kamtel.net) Received: by NT_INTER_EXCH1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 13:29:57 +0100 Message-ID: From: David Dollar To: "'freebsd-stable@FreeBSD.ORG'" Subject: Date: Mon, 7 Jun 1999 18:29:39 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ddollar@kamtel.net David Dollar Web Administrator Kamtel International, Inc. (954) 453-6563 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 10:35:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 47055152CF for ; Mon, 7 Jun 1999 10:35:30 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id TAA37829; Mon, 7 Jun 1999 19:33:41 +0200 (CEST) (envelope-from des) To: kstewart@3-cities.com Cc: Shashi Joshi , Michel TALON , freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.7 -> 3.2 STABLE upgrade changes root password??? References: <19990607092144.A24839@WEBSI.com> <375BFE9B.3CC49243@3-cities.com> From: Dag-Erling Smorgrav Date: 07 Jun 1999 19:33:40 +0200 In-Reply-To: Kent Stewart's message of "Mon, 07 Jun 1999 10:17:15 -0700" Message-ID: Lines: 11 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart writes: > 5- Somewhere in here you need to install new bootblocks. They changed > after 2.2.8 and you have to update them. The floppy upgrade does this > for you. After the build, type (as root) 'disklabel -B foo' where foo is the name of the disk from which you boot, e.g. wd0s1. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 13:20:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from easeway.com (ns1.easeway.com [209.69.39.1]) by hub.freebsd.org (Postfix) with ESMTP id 90D8214C36 for ; Mon, 7 Jun 1999 13:20:23 -0700 (PDT) (envelope-from mwlucas@easeway.com) Received: (from mwlucas@localhost) by easeway.com (8.8.8/8.8.5) id QAA21447 for freebsd-stable@freebsd.org; Mon, 7 Jun 1999 16:10:45 -0400 (EDT) Message-Id: <199906072010.QAA21447@easeway.com> Subject: xe0: watchdog timeout: resetting card To: freebsd-stable@freebsd.org Date: Mon, 7 Jun 1999 16:10:45 -0400 (EDT) From: mwlucas@exceptionet.com X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I just picked up a new Xircom CreditCard, to replace my broken EtherLink III. The laptop is a Toshiba 4015 CDS, running 3.2-BETA. I downloaded the xe0 driver, installed it manually, copied in the kernel config lines, built new kernel, configured pccardd, and brought it up. It recognizes the card, brings it up, everything I could ask for. Any time I send traffic, however, I receive nothing. The traffic light blinks three or four times, then stops. The "watchdog" error in the subject appears. The card is transmitting to the local ethernet; when I (accidentally) configure the Xircom with an IP address used on my desktop box, the desktop box gripes that someone is using its IP. Any thoughts on what to check next? Where do I go from here? My dmesg, pccardc dumpcis, and pccard.conf follow. (I know the pccard.conf entry for the modem is wrong; I've never actually had need for the modem, and therefore haven't taken time to figure it out. ;) Thanks, ==ml -- io 0x240-0x360 irq 8 9 10 11 13 memory 0xd4000 96k card "Xircom" "CreditCard 10/100" config 0x1 "xe0" 9 insert ifconfig xe0 up remove ifconfig xe0 down card "Toshiba America" "3CXM056-BNW" config 0x1 "sio2" 10 -- Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-BETA #3: Mon Jun 7 07:13:09 GMT 1999 mwlucas@moneysink.exceptionet.com:/usr/src/sys/compile/GEBURAH Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (266.62-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183f9ff> real memory = 33554432 (32768K bytes) avail memory = 30425088 (29712K bytes) Preloaded elf kernel "kernel" at 0xc024f000. Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x05 int a irq 255 on pci0.2.0 chip2: rev 0x05 int b irq 255 on pci0.2.1 vga0: rev 0xc6 on pci0.4.0 chip3: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip4: rev 0x02 on pci0.7.3 Probing for devices on PCI bus 1: Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for devices on PCI bus 4: Probing for devices on PCI bus 5: Probing for devices on PCI bus 6: Probing for devices on PCI bus 7: Probing for devices on PCI bus 8: Probing for devices on PCI bus 9: Probing for devices on PCI bus 10: Probing for devices on PCI bus 11: Probing for devices on PCI bus 12: Probing for devices on PCI bus 13: Probing for devices on PCI bus 14: Probing for devices on PCI bus 15: Probing for devices on PCI bus 16: Probing for devices on PCI bus 17: Probing for devices on PCI bus 18: Probing for devices on PCI bus 19: Probing for devices on PCI bus 20: Probing for devices on PCI bus 21: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A ... try to identify the yamaha pcm0 at 0x530 irq 5 drq 1 flags 0xa200 on isa mss_attach 0 at 0x530 irq 5 dma 1:1 flags 0xa200 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4126MB (8452080 sectors), 8944 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, ovlap, dma, iordis acd0: drive speed 4134KB/sec, 128KB cache acd0: supported read types: CD-R, CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked ppc0 at 0x378 irq 7 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppi0: on ppbus 0 plip0: on ppbus 0 xe0 not found vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 flags 0x31 on isa apm: found APM BIOS version 1.2 Initializing PC-card drivers: sio xe changing root device to wd0s1a -- Code 128 not found Code 128 not found code Unknown ignored Code 131 not found Code 131 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: 00 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = 512b, 1 units Tuple #2, code = 0x15 (Version 1 info), length = 57 000: 04 01 54 6f 73 68 69 62 61 20 41 6d 65 72 69 63 010: 61 00 33 43 58 4d 30 35 36 2d 42 4e 57 00 33 43 020: 4f 4d 2f 4e 6f 74 65 57 6f 72 74 68 79 20 35 36 030: 4b 20 4d 6f 64 65 6d 00 ff Version = 4.1, Manuf = [Toshiba America],card vers = [3CXM056-BNW] Addit. info = [3COM/NoteWorthy 56K Modem],[ÿ] Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 01 01 2f 00 PCMCIA ID = 0x101, OEM ID = 0x2f Tuple #4, code = 0x21 (Functional ID), length = 2 000: 02 01 Serial port/modem - POST initialize Tuple #5, code = 0x1a (Configuration map), length = 5 000: 01 23 00 03 03 Reg len = 2, config register addr = 0x300, last config = 0x23 Registers: XX------ Tuple #6, code = 0x1b (Configuration entry), length = 16 000: e0 41 99 49 55 3e 3d aa 60 f8 03 07 30 ff ff 28 Config index = 0x20(default) Interface byte = 0x41 (I/O) +RDY/-BSY active Vcc pwr: Nominal operating supply voltage: 5 x 1V Continuous supply current: 3.5 x 100mA Power down supply current: 3.5 x 10mA Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x3f8 block length = 0x8 IRQ modes: Level IRQs: 4 5 8 9 10 11 12 13 14 15 Max twin cards = 0 Misc attr: (Audio-BVD2) (Power down supported) Tuple #7, code = 0x1b (Configuration entry), length = 7 000: 21 08 aa 60 f8 02 07 Config index = 0x21 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x2f8 block length = 0x8 Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 22 08 aa 60 e8 03 07 Config index = 0x22 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x3e8 block length = 0x8 Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 23 08 aa 60 e8 02 07 Config index = 0x23 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x2e8 block length = 0x8 Tuple #10, code = 0x22 (Functional EXT), length = 4 000: 00 02 0f 7c Serial interface extension: 16550 UART, Parity - Space,Mark,Odd,Even, Tuple #11, code = 0x22 (Functional EXT), length = 9 000: 01 1f 0f 00 06 00 00 06 00 Modem interface capabilities: Tuple #12, code = 0x22 (Functional EXT), length = 12 000: 02 06 00 3f 1c 03 03 0f 07 00 02 b5 Data modem services available: Tuple #13, code = 0x22 (Functional EXT), length = 8 000: 13 06 00 0f 00 02 00 b5 Tuple #14, code = 0x22 (Functional EXT), length = 8 000: 23 06 00 0f 00 02 00 b5 Tuple #15, code = 0x0 (Null tuple), length = 10 000: 02 01 2f 00 21 00 07 00 00 ff Tuple #16, code = 0x0 (Null tuple), length = 14 000: 31 30 39 4e 31 43 37 38 33 35 37 32 00 ff Tuple #17, code = 0x14 (No link), length = 0 Tuple #18, code = 0xff (Terminator), length = 0 Code 136 not found Code 136 not found code Unknown ignored code Manufacturer ID ignored Configuration data for card in slot 1 Tuple #1, code = 0x1 (Common memory descriptor), length = 2 000: 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #2, code = 0x17 (Attribute memory descriptor), length = 2 000: 00 ff Attribute memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #3, code = 0x15 (Version 1 info), length = 44 000: 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 74 43 010: 61 72 64 20 31 30 2f 31 30 30 00 43 45 33 2d 31 020: 30 2f 31 30 30 00 31 2e 30 30 00 ff Version = 5.0, Manuf = [Xircom],card vers = [CreditCard 10/100] Addit. info = [CE3-10/100],[1.00] Tuple #4, code = 0x0 (Null tuple), length = 8 000: f5 ee 72 00 00 00 00 00 Tuple #5, code = 0x0 (Null tuple), length = 5 000: 05 01 0a 01 43 Tuple #6, code = 0x44 (Card init date), length = 4 000: 9a 5c 5a 26 Tuple #7, code = 0x1a (Configuration map), length = 5 000: 01 01 00 08 03 Reg len = 2, config register addr = 0x800, last config = 0x1 Registers: XX------ Tuple #8, code = 0x1b (Configuration entry), length = 25 000: c1 c1 bd 7f 55 4d 5d 3e 46 46 06 e0 17 17 e4 60 010: 00 00 0f 70 bc 8e 10 00 20 Config index = 0x1(default) Interface byte = 0xc1 (I/O) +RDY/-BSY active, wait signal supported Vcc pwr: Nominal operating supply voltage: 5 x 1V Minimum operating supply voltage: 4.5 x 1V Maximum operating supply voltage: 5.5 x 1V Continuous supply current: 3.5 x 100mA Max current average over 1 second: 4 x 100mA Max current average over 10 ms: 4 x 100mA Power down supply current: 1 x 100mA Wait scale Speed = 1.2 x 10 ms RDY/BSY scale Speed = 1.2 x 10 ms Card decodes 23 address lines IRQ modes: IRQs: NMI IOCK BERR 0 1 2 4 8 9 10 12 Memory space length = 0x60 Max twin cards = 0 Misc attr: Tuple #9, code = 0x21 (Functional ID), length = 2 000: 06 00 Network/LAN adapter Tuple #10, code = 0x22 (Functional EXT), length = 8 000: 04 06 00 80 c7 f5 ee 72 Voice services available: Tuple #11, code = 0x22 (Functional EXT), length = 2 000: 01 02 Modem interface capabilities: Tuple #12, code = 0x22 (Functional EXT), length = 5 000: 02 80 96 98 00 Data modem services available: Tuple #13, code = 0x22 (Functional EXT), length = 5 000: 02 00 e1 f5 05 Data modem services available: Tuple #14, code = 0x22 (Functional EXT), length = 2 000: 03 01 Tuple #15, code = 0x22 (Functional EXT), length = 2 000: 03 03 Tuple #16, code = 0x22 (Functional EXT), length = 2 000: 05 00 Modem interface capabilities: Tuple #17, code = 0xff (Terminator), length = 0 2 slots found -- Michael Lucas | Exceptionet, Inc. | www.exceptionet.com "Exceptional Networking" | ----- End of forwarded message from mwlucas@exceptionet.com ----- -- Michael Lucas | Exceptionet, Inc. | www.exceptionet.com "Exceptional Networking" | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 14:15:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from blackhelicopters.org (unknown [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id D2E4A14F1C; Mon, 7 Jun 1999 14:15:09 -0700 (PDT) (envelope-from dispatch@blackhelicopters.org) Received: (from dispatch@localhost) by blackhelicopters.org (8.8.8/8.8.8) id RAA24018; Mon, 7 Jun 1999 17:15:08 -0400 (EDT) (envelope-from dispatch) From: Dispatcher Message-Id: <199906072115.RAA24018@blackhelicopters.org> Subject: never mind re: xe0: watchdog timeout To: freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Date: Mon, 7 Jun 1999 17:15:08 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please ignore my prior message, I fixed the problems. At times, all that is necessary for me to solve a problem on my own is to publicly humiliate myself by asking on a mailing list. ;) For the archives: Be sure you use IRQ 10 for this card. It likes IRQ 10. If you attempt to use a different one, it will appear to be properly configured and responding while most stubbornly ignoring all your attempts to make it actually do anything, all the while muttering under its breath "Nope, ain't gonna do it, can't make do it, don't wanna do it." ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 15:22:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id EC1341581E; Mon, 7 Jun 1999 15:21:32 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Mon, 7 Jun 1999 15:21:30 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783957@exchange.quests.com> From: Scott Benjamin To: freebsd-chat@freebsd.org, freebsd-stable@freebsd.org Subject: Kingston Card.. Supported? Date: Mon, 7 Jun 1999 15:21:27 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm going to be getting a ADSL modem and the NIC card that is included in the package is a Kingston KNE410, unfortunately I don't know if it is a PCI or ISA NIC. Does anyone have any idea if it should work with FreeBSD-Stable? Thanks in advance, Scott ---- "Any sufficiently advanced bug is indistinguishable from a feature" -- Rich Kulawiec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 15:27:33 1999 Delivered-To: freebsd-stable@freebsd.org Received: from chumbly.math.missouri.edu (chumbly.math.missouri.edu [128.206.72.12]) by hub.freebsd.org (Postfix) with ESMTP id 43ED915797 for ; Mon, 7 Jun 1999 15:27:24 -0700 (PDT) (envelope-from rich@chumbly.math.missouri.edu) Received: (from rich@localhost) by chumbly.math.missouri.edu (8.9.1a/8.9.1) id RAA06758 for freebsd-stable@freebsd.org; Mon, 7 Jun 1999 17:27:22 -0500 (CDT) From: Rich Winkel Message-Id: <199906072227.RAA06758@chumbly.math.missouri.edu> Subject: Freebsd FS i/o blocksize? To: freebsd-stable@freebsd.org Date: Mon, 7 Jun 1999 17:27:21 -0500 (CDT) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm comparing raid controllers, and their relative throughputs are heavily dependent on the scsi i/o blocksize (not surprisingly). Can someone tell me the blocksize freebsd uses in scsi FS file i/o? If it matters, this would be a freebsd 3.2 nfs server. Thanks!! Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Jun 7 15:49:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dukat.noc.cup.ndp.net (dukat.noc.cup.ndp.net [209.212.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 0764E15324; Mon, 7 Jun 1999 15:49:11 -0700 (PDT) (envelope-from andym@ntt.net) Received: from localhost (localhost.noc.cup.ndp.net [127.0.0.1]) by dukat.noc.cup.ndp.net (8.9.3/8.9.2) with SMTP id PAA23178; Mon, 7 Jun 1999 15:49:11 -0700 (PDT) (envelope-from andym@ntt.net) Date: Mon, 7 Jun 1999 15:49:10 -0700 (PDT) From: Andy McConnell To: Scott Benjamin Cc: freebsd-chat@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Kingston Card.. Supported? In-Reply-To: <1D7D0A00F0E8D111A26600104B873E4C01783957@exchange.quests.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-2022-JP Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got one (10/100, PCI) from P*B, and it works quite well. The P*B service leaves something to be desired... but then again, you get what you pay for. -Andy On Mon, 7 Jun 1999, Scott Benjamin wrote: }I'm going to be getting a ADSL modem and the NIC card that is included in }the package is a Kingston KNE410, unfortunately I don't know if it is a PCI }or ISA NIC. Does anyone have any idea if it should work with }FreeBSD-Stable? } }Thanks in advance, } }Scott } }---- }"Any sufficiently advanced bug is indistinguishable from a feature" } -- Rich Kulawiec } } } } }To Unsubscribe: send mail to majordomo@FreeBSD.org }with "unsubscribe freebsd-stable" in the body of the message } -- Andy McConnell $B??8~N}(B $B0BEHN6(B IP Operations Manager andym@ntt.net Network and IP Service Division, NTT America +1 408 873 3757 Yesterday it worked Today it is not working Windows is like that -- Haiku by Margaret Segall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 3:45:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from web113.yahoomail.com (web113.yahoomail.com [205.180.60.84]) by hub.freebsd.org (Postfix) with SMTP id 195AD14E23 for ; Tue, 8 Jun 1999 03:45:01 -0700 (PDT) (envelope-from holtor@yahoo.com) Message-ID: <19990608104549.4750.rocketmail@web113.yahoomail.com> Received: from [209.191.62.90] by web113.yahoomail.com; Tue, 08 Jun 1999 03:45:49 PDT Date: Tue, 8 Jun 1999 03:45:49 -0700 (PDT) From: Holtor Subject: FreeBSD's FTP Daemon To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I run a moderatly sized ISP and as an FTP daemon we use NcFTPD (www.ncftpd.com). I really have no use for any of its features, plus i'm sure most of these features are included with using the normal ftpd from inetd. A few things I need to know first, is were can I get more information about this? Configuration wise.. theres a lot of stuff i'd like to change, (pre-login message, hostname it says, etc..) Secondly, lately i read some stuff about security in this ftpd? Running the normal ftpd that comes with freebsd is probably the safest way to go am I correct? Thanks, Holt _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 4:44: 8 1999 Delivered-To: freebsd-stable@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4A60215878 for ; Tue, 8 Jun 1999 04:43:26 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id NAA62038; Tue, 8 Jun 1999 13:43:23 +0200 (CEST) (envelope-from des) To: Holtor Cc: freebsd-stable@FreeBSD.ORG Subject: Re: FreeBSD's FTP Daemon References: <19990608104549.4750.rocketmail@web113.yahoomail.com> From: Dag-Erling Smorgrav Date: 08 Jun 1999 13:43:23 +0200 In-Reply-To: Holtor's message of "Tue, 8 Jun 1999 03:45:49 -0700 (PDT)" Message-ID: Lines: 30 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Holtor writes: > Hello, I run a moderatly sized ISP and as an > FTP daemon we use NcFTPD (www.ncftpd.com). I wouldn't, if I were you. I've never used ncftpd, but judging from ncftp, the author has absolutely no concept of how to properly implement the FTP protocol. > most of these features are included with using > the normal ftpd from inetd. If you expect large amounts of FTP traffic, you might want to run ftpd in standalone mode. > A few things I need to know first, is were can I get > more information about this? Configuration wise.. The man page, of course. If that's not enough, read the source code. It's quite beautifully written. > Secondly, lately i read some stuff about security > in this ftpd? Running the normal ftpd that comes > with freebsd is probably the safest way to go am I > correct? It's pretty well-tested. I'm not aware of any vulnerabilities. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 4:56:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by hub.freebsd.org (Postfix) with ESMTP id 95FC114EDB for ; Tue, 8 Jun 1999 04:55:55 -0700 (PDT) (envelope-from adamo@dblab.ece.ntua.gr) Received: from dblab.ece.ntua.gr (ithaca.dbnet.ece.ntua.gr [147.102.12.1]) by ulysses.noc.ntua.gr (8.9.3/8.9.3) with ESMTP id OAA03201; Tue, 8 Jun 1999 14:55:44 +0300 (EET DST) Received: from hawk.dbnet.ece.ntua.gr (hawk.dbnet.ece.ntua.gr [147.102.12.8]) by dblab.ece.ntua.gr (8.9.3/8.9.3) with ESMTP id OAA09711; Tue, 8 Jun 1999 14:55:43 GMT Received: (from george@localhost) by hawk.dbnet.ece.ntua.gr (8.9.3/8.9.2) id OAA01763; Tue, 8 Jun 1999 14:55:43 +0300 (EEST) Date: Tue, 8 Jun 1999 14:55:43 +0300 From: Yiorgos Adamopoulos To: Dag-Erling Smorgrav Cc: Holtor , freebsd-stable@FreeBSD.ORG Subject: Re: FreeBSD's FTP Daemon Message-ID: <19990608145543.B1732@dblab.ece.ntua.gr> Reply-To: adamo@dblab.ece.ntua.gr References: <19990608104549.4750.rocketmail@web113.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Dag-Erling Smorgrav on Tue, Jun 08, 1999 at 01:43:23PM +0200 X-Organization: Knowledge and Data Base Systems Laboratory, National Technical University of Athens, GREECE X-URL: http://home.eu.org/~adamo X-Alt-Email: adamo@tupac.com X-Work-Phone: +30-1-772-1-436 X-Work-FAX: +30-1-772-1-442 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 01:43:23PM +0200, Dag-Erling Smorgrav wrote: > I wouldn't, if I were you. I've never used ncftpd, but judging from > ncftp, the author has absolutely no concept of how to properly > implement the FTP protocol. If you think this is not for -stable, please send me an email on why this is so. -- Yiorgos Adamopoulos -- #include adamo@dblab.ece.ntua.gr -- Knowledge and Data Base Systems Laboratory, NTUA --adamo KIEp lwWulm ECsEIt0 m9 CPEc B-x Ou LbM Sc++++++++++ T+ A4 H6o b2 D0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 8: 5:43 1999 Delivered-To: freebsd-stable@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 96E5515192 for ; Tue, 8 Jun 1999 08:05:02 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id SAA10063; Tue, 8 Jun 1999 18:04:42 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id E43741F96; Tue, 8 Jun 1999 18:04:33 +0300 (EEST) Date: Tue, 8 Jun 1999 18:04:33 +0300 From: Vallo Kallaste To: Rich Winkel Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Freebsd FS i/o blocksize? Message-ID: <19990608180433.B25205@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <199906072227.RAA06758@chumbly.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906072227.RAA06758@chumbly.math.missouri.edu>; from Rich Winkel on Mon, Jun 07, 1999 at 05:27:21PM -0500 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 05:27:21PM -0500, Rich Winkel wrote: > I'm comparing raid controllers, and their relative throughputs are > heavily dependent on the scsi i/o blocksize (not surprisingly). Can > someone tell me the blocksize freebsd uses in scsi FS file i/o? If it > matters, this would be a freebsd 3.2 nfs server. The maximum is 64KB for one transaction if I can recall some of the Greg Lehey's messages. The usual is around 8KB per transaction. I can be wrong, I'm not expert by any means. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 9: 2:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 2B9F215012 for ; Tue, 8 Jun 1999 09:01:54 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id NAA38954 for ; Tue, 8 Jun 1999 13:01:53 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 8 Jun 1999 13:01:53 -0300 (ADT) From: The Hermit Hacker To: freebsd-stable@freebsd.org Subject: 3.2-STABLE *panics* on reboot? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been having problems with this kernel ever since I upgraded my INN installation, but this is the first time I get a panic instead of just a system hang :( : page fault while in kernel mode fault virtual address = 0x8 fault code = supervisor write, page not present instruction pointer = 0x8:0xc01c82e0 stack pointer = 0x10:0xcbd43cec frame pointer = 0x10:0xcbd43d04 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 = 95 (ifconfig) interrupt mask = net trap number = 12 panic: page fault syncing disks... 6 6 1 done Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 9:39:24 1999 Delivered-To: freebsd-stable@freebsd.org Received: from franz.videotron.net (franz.videotron.net [205.151.222.14]) by hub.freebsd.org (Postfix) with ESMTP id 36BC314D43 for ; Tue, 8 Jun 1999 09:39:17 -0700 (PDT) (envelope-from luc_m@videotron.ca) Received: from videotron.ca (root@ppp020.112.msherb.videotron.net [207.253.112.20]) by franz.videotron.net (8.9.2/8.9.2) with ESMTP id MAA27895 for ; Tue, 8 Jun 1999 12:39:16 -0400 (EDT) Message-ID: <375D497D.E4CAECB6@videotron.ca> Date: Tue, 08 Jun 1999 12:49:01 -0400 From: Luc Morin X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: Does mergemaster really update /dev ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have noticed that the time stamps of device nodes under /dev don't match my make world date, even after I use mergemaster. Is this normal, or is mergemaster supposed to update all the device nodes ? Thanks for any info on this. -- Luc Morin Electrical Engineering Technologist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 9:43:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pantheon-po02.its.yale.edu (pantheon-po02.its.yale.edu [130.132.143.33]) by hub.freebsd.org (Postfix) with ESMTP id C5781152A6 for ; Tue, 8 Jun 1999 09:43:44 -0700 (PDT) (envelope-from denis.ostrovsky@yale.edu) Received: from mercury.cis.yale.edu (do33@mercury.cis.yale.edu [130.132.143.247]) by pantheon-po02.its.yale.edu (8.8.8/8.8.8) with ESMTP id MAA03781; Tue, 8 Jun 1999 12:43:40 -0400 (EDT) Received: from localhost (do33@localhost) by mercury.cis.yale.edu (8.8.8/8.8.8) with ESMTP id MAA04230; Tue, 8 Jun 1999 12:43:38 -0400 (EDT) X-Authentication-Warning: mercury.cis.yale.edu: do33 owned process doing -bs Date: Tue, 8 Jun 1999 12:43:37 -0400 (EDT) From: Dennis Ostrovsky X-Sender: do33@mercury.cis.yale.edu To: Luc Morin Cc: stable@FreeBSD.ORG Subject: Re: Does mergemaster really update /dev ? In-Reply-To: <375D497D.E4CAECB6@videotron.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Luc Morin wrote: > Hi, > > I have noticed that the time stamps of device nodes under /dev don't > match my make world date, even after I use mergemaster. Is this normal, > or is mergemaster supposed to update all the device nodes ? mergemaster does not touch /dev, you need to update that yourself, normally just sh MAKEDEV all Dennis ------------------------------------------------------------------------ Dennis Ostrovsky ** Department of Chemistry ** Yale University E-mail: den@master.chem.yale.edu WWW: http://pantheon.yale.edu/~do33 ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 9:59:24 1999 Delivered-To: freebsd-stable@freebsd.org Received: from grizzly.fas.com (cc69528-a.mtpls1.sc.home.com [24.6.61.166]) by hub.freebsd.org (Postfix) with ESMTP id DC85814ECC for ; Tue, 8 Jun 1999 09:59:15 -0700 (PDT) (envelope-from stanb@awod.com) Received: by grizzly.fas.com ($Revision: 1.37.109.23 $/16.2) id AA015781147; Tue, 8 Jun 1999 12:59:07 -0400 Subject: How to problems with emulating SCO ? To: freebsd-stable@FreeBSD.ORG (FreeBSD Stable Mailing List) Date: Tue, 8 Jun 1999 12:59:06 -0400 (EDT) From: "Stan Brown" X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 824 Message-Id: <19990608165921.DC85814ECC@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to run a set of SCO binaries on my 3.2 machine. When I run them I get: Bad system call Now belive it or not, this is actually progress. before I was getting errors about init files not being found. I have now loaded all of them onot the FreebSD machine. How can I debug this furthere? What system call is failing for instance? Thanks. -- Stan Brown stanb@netcom.com 843-745-3154 Westvaco Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 1999 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 10:50:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 726C314BCE; Tue, 8 Jun 1999 10:50:32 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA27188; Tue, 8 Jun 1999 11:50:31 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA06934; Tue, 8 Jun 1999 11:48:57 -0600 (MDT) Message-Id: <199906081748.LAA06934@harmony.village.org> To: Dispatcher Subject: Re: never mind re: xe0: watchdog timeout Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 07 Jun 1999 17:15:08 EDT." <199906072115.RAA24018@blackhelicopters.org> References: <199906072115.RAA24018@blackhelicopters.org> Date: Tue, 08 Jun 1999 11:48:57 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199906072115.RAA24018@blackhelicopters.org> Dispatcher writes: : Be sure you use IRQ 10 for this card. It likes IRQ 10. If you : attempt to use a different one, it will appear to be properly : configured and responding while most stubbornly ignoring all your : attempts to make it actually do anything, all the while muttering : under its breath "Nope, ain't gonna do it, can't make do it, don't : wanna do it." More likely it is the resources in use on your machines, and how your pcic/card bus bridge is wired up that determines that IRQ 10 is the best. The pc card connector only has one interrupt line... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 13:16: 2 1999 Delivered-To: freebsd-stable@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 145081522F; Tue, 8 Jun 1999 13:15:59 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA03998; Tue, 8 Jun 1999 13:15:54 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 13:15:53 -0700 (PDT) From: Doug White To: michael@alderete.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, alderete@be.com Subject: Re: [HELP!] Crashing FreeBSD server with file system corruption In-Reply-To: <19990605175807.21420.rocketmail@web126.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, Michael A. Alderete wrote: > I have a FreeBSD-based web/ftp server that is crashing > regularly, and the crashes are causing (caused by)file > system corruption. When reporting "crashes", if you get a kernel panic, AT MINUMUM you *must* include the panic output. If you can reproduce it, you should build a debugging kernel, turn dumps on, cause a panic, and trace back the dump. This points the finger at the offending function. The Handbook section on kernel debugging is highly recommended. For fun, I'd try using a singleprocessor kernel and see if it helps; I doubt it will, but it's a good idea to eliminate possibilities. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 13:16:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.energyinteractive.com (mail.energyinteractive.com [204.217.253.66]) by hub.freebsd.org (Postfix) with ESMTP id 2F0A51522F for ; Tue, 8 Jun 1999 13:16:18 -0700 (PDT) (envelope-from frf@energyinteractive.com) Received: from eimail.energyinteractive.com (primary.energyinteractive.com [204.217.253.254]) by mail.energyinteractive.com (8.9.3/8.9.1) with ESMTP id NAA01265 for ; Tue, 8 Jun 1999 13:16:17 -0700 (PDT) (envelope-from frf@energyinteractive.com) Received: from energyinteractive.com ([192.168.20.5]) by eimail.energyinteractive.com (Netscape Messaging Server 3.5) with ESMTP id 353; Tue, 8 Jun 1999 13:16:23 -0700 Message-ID: <375D7A0F.9768412C@energyinteractive.com> Date: Tue, 08 Jun 1999 13:16:15 -0700 From: "Robert Faulds" X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: The Hermit Hacker Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.2-STABLE *panics* on reboot? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been getitng the same panic on my mail server. FreeBSD 3.2-STABLE #0: Tue Jun 8 12:33:11 PDT 1999 frf@mail.energyinteractive.com:/usr/src/sys/compile/MAIL mkdir -p causes it on any filesystem over 500MB. Softupdates or not. I've had to back up to a 3.1 kernel to avoid the panic. I'm currently building a debugging kernel. I'll post my results shortly. frf@energyinteractive.com The Hermit Hacker wrote: > > I've been having problems with this kernel ever since I upgraded my INN > installation, but this is the first time I get a panic instead of just a > system hang :( > > : page fault while in kernel mode > fault virtual address = 0x8 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc01c82e0 > stack pointer = 0x10:0xcbd43cec > frame pointer = 0x10:0xcbd43d04 > 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 = 95 (ifconfig) > interrupt mask = net > trap number = 12 > panic: page fault > > syncing disks... 6 6 1 done > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 13:19:21 1999 Delivered-To: freebsd-stable@freebsd.org Received: from andyo.prime.net (P1M4.prime.net.ua [195.64.229.36]) by hub.freebsd.org (Postfix) with ESMTP id 15CD014ED5; Tue, 8 Jun 1999 13:19:08 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by andyo.prime.net (8.9.3/8.9.3) with ESMTP id XAA00524; Tue, 8 Jun 1999 23:20:35 +0300 (EET DST) Message-ID: <375D7B0A.89AE7C53@prime.net.ua> Date: Tue, 08 Jun 1999 23:20:26 +0300 From: =?koi8-r?Q?=E1=CE=C4=D2=C5=CA=20=F7=2E=20=EF=CC=C5=CA=CE=C9=CB?= (Andy V. Oleynik) Reply-To: andyo@prime.net.ua Organization: =?koi8-r?Q?=ED=2D=E9=CE=C6=CF?= X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: freebsd-question@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Drammatical clock latancy in 3.2-R(S) for some MBD:( & where to find solution Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Subscribers of stable & questions should see some of messages about kernel clock latancy about 55 min per hour. Doug tald there bug somewhere. Is the /usr/src/sys/kern/kern_clock.c correct place to find a problem? And if so can somebody enlight what is FreeBSD's kernel clock setup algorithm? -- Andy V. Oleynik (When U aim for perfection, U discover it's a moving target ö80) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 13:53:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.energyinteractive.com (mail.energyinteractive.com [204.217.253.66]) by hub.freebsd.org (Postfix) with ESMTP id A95B1153B9 for ; Tue, 8 Jun 1999 13:53:54 -0700 (PDT) (envelope-from frf@energyinteractive.com) Received: from eimail.energyinteractive.com (primary.energyinteractive.com [204.217.253.254]) by mail.energyinteractive.com (8.9.3/8.9.1) with ESMTP id NAA03705 for ; Tue, 8 Jun 1999 13:53:53 -0700 (PDT) (envelope-from frf@energyinteractive.com) Received: from energyinteractive.com ([192.168.20.5]) by eimail.energyinteractive.com (Netscape Messaging Server 3.5) with ESMTP id 158 for ; Tue, 8 Jun 1999 13:54:00 -0700 Message-ID: <375D82E0.88874B99@energyinteractive.com> Date: Tue, 08 Jun 1999 13:53:52 -0700 From: "Robert Faulds" X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: Re: 3.2-STABLE *panics* on reboot? References: <375D7A0F.9768412C@energyinteractive.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, while building a debugging kernel I get. loading kernel ffs_alloc.o: In function `ffs_reallocblks': /sys/compile/MAIL/../../ufs/ffs/ffs_alloc.c(.text+0x8d0): undefined reference to `ffs_checkblk' *** Error code 1 hmmmm. frf@energyinteractive.com Robert Faulds wrote: > > I've been getitng the same panic on my mail server. > FreeBSD 3.2-STABLE #0: Tue Jun 8 12:33:11 PDT 1999 > frf@mail.energyinteractive.com:/usr/src/sys/compile/MAIL > > mkdir -p causes it on any filesystem over 500MB. Softupdates or not. > I've had to back up to a 3.1 kernel to avoid the panic. > > I'm currently building a debugging kernel. I'll post my results > shortly. > > frf@energyinteractive.com > > The Hermit Hacker wrote: > > > > I've been having problems with this kernel ever since I upgraded my INN > > installation, but this is the first time I get a panic instead of just a > > system hang :( > > > > : page fault while in kernel mode > > fault virtual address = 0x8 > > fault code = supervisor write, page not present > > instruction pointer = 0x8:0xc01c82e0 > > stack pointer = 0x10:0xcbd43cec > > frame pointer = 0x10:0xcbd43d04 > > 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 = 95 (ifconfig) > > interrupt mask = net > > trap number = 12 > > panic: page fault > > > > syncing disks... 6 6 1 done > > Automatic reboot in 15 seconds - press a key on the console to abort > > Rebooting... > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > > Systems Administrator @ hub.org > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 15:20:41 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.cydonia.net (unknown [209.20.151.67]) by hub.freebsd.org (Postfix) with ESMTP id B11AA14D3A for ; Tue, 8 Jun 1999 15:20:38 -0700 (PDT) (envelope-from saxon@cydonia.net) Received: from cydonia.net (saxon@gwnic.cydonia.net [209.20.151.66]) by mail.cydonia.net (8.8.7/8.8.7) with SMTP id OAA01435 for ; Tue, 8 Jun 1999 14:15:00 -0700 Date: Tue, 8 Jun 1999 14:27:40 -0700 (PWT) From: saxon To: freebsd-stable@freebsd.org Subject: Book Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry. I'm aware that this is the wrong list for this question but would like to ask a very simple question. I bought the book . The Complete FreeBSD back when I had 2.2.5. Has there been any updates to the book to reflect any changes? Is the book still valid for for 3x systems? Or. Point me to the proper list for this question. Thank you. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 15:36:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from alecto.physics.uiuc.edu (alecto.physics.uiuc.edu [130.126.8.20]) by hub.freebsd.org (Postfix) with ESMTP id A7453155DC for ; Tue, 8 Jun 1999 15:36:34 -0700 (PDT) (envelope-from igor@alecto.physics.uiuc.edu) Received: (from igor@localhost) by alecto.physics.uiuc.edu (8.9.0/8.9.0) id RAA19430; Tue, 8 Jun 1999 17:36:31 -0500 (CDT) From: Igor Roshchin Message-Id: <199906082236.RAA19430@alecto.physics.uiuc.edu> Subject: Re: Book In-Reply-To: from "saxon" at "Jun 8, 1999 2:27:40 pm" To: saxon@cydonia.net (saxon) Date: Tue, 8 Jun 1999 17:36:31 -0500 (CDT) Cc: freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check freebsd-questions from April-May, 1999. E.g. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=9009909+0+archive/1999/freebsd-questions/19990607.freebsd-questions It contains the references to the sites with the updates/errata to the book. I hope that helps. Igor > Sorry. I'm aware that this is the wrong list for this question but would > like to ask a very simple question. > I bought the book . The Complete FreeBSD back when I had 2.2.5. > Has there been any updates to the book to reflect any changes? Is the book > still valid for for 3x systems? > > Or. Point me to the proper list for this question. > > Thank you. > Keith > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 19:52:41 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.energyinteractive.com (mail.energyinteractive.com [204.217.253.66]) by hub.freebsd.org (Postfix) with ESMTP id 3F86815897 for ; Tue, 8 Jun 1999 19:52:40 -0700 (PDT) (envelope-from frf@energyinteractive.com) Received: from eimail.energyinteractive.com (primary.energyinteractive.com [204.217.253.254]) by mail.energyinteractive.com (8.9.3/8.9.1) with ESMTP id TAA00273 for ; Tue, 8 Jun 1999 19:52:38 -0700 (PDT) (envelope-from frf@energyinteractive.com) Received: from energyinteractive.com ([192.168.20.5]) by eimail.energyinteractive.com (Netscape Messaging Server 3.5) with ESMTP id 300 for ; Tue, 8 Jun 1999 19:52:47 -0700 Message-ID: <375DD6F3.72D6D667@energyinteractive.com> Date: Tue, 08 Jun 1999 19:52:35 -0700 From: "Robert Faulds" X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: -funroll-all-loops panics stable Was 3.2-STABLE *panics* on reboot] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can make my machine panic by building a kernel with '-O -funroll-all-loops, and the making a directory. "Doctor, It hurts when I do this... # uname -a 3.2-STABLE FreeBSD 3.2-STABLE #0: Tue Jun 8 15:06:56 PDT 1999 frf@mail.energyinteractive.com:/usr/src/sys/compile/MAIL #ls -l /usr/obj lrwxr-xr-x 1 root wheel 12 Jan 23 00:47 /usr/obj -> /usr/src/obj # mkdir -p /usr/obj/foo/bar panic page fault then after dumping core, savecore produces a panic: panic ffs_clusteralloc: map mismatch frf@energyinteractive.com The Hermit Hacker wrote: > > I've been having problems with this kernel ever since I upgraded my INN > installation, but this is the first time I get a panic instead of just a > system hang :( > > : page fault while in kernel mode > fault virtual address = 0x8 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc01c82e0 > stack pointer = 0x10:0xcbd43cec > frame pointer = 0x10:0xcbd43d04 > 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 = 95 (ifconfig) > interrupt mask = net > trap number = 12 > panic: page fault > > syncing disks... 6 6 1 done > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Jun 8 22:45:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 990EA14EA0 for ; Tue, 8 Jun 1999 22:44:54 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id BAA09166; Wed, 9 Jun 1999 01:03:15 -0500 (EST) Date: Wed, 9 Jun 1999 01:03:11 -0500 (EST) From: Alfred Perlstein To: Robert Faulds Cc: freebsd-stable@FreeBSD.ORG Subject: Re: -funroll-all-loops panics stable Was 3.2-STABLE *panics* on reboot] In-Reply-To: <375DD6F3.72D6D667@energyinteractive.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Robert Faulds wrote: > I can make my machine panic by building a kernel with '-O > -funroll-all-loops, and the making a directory. > > "Doctor, It hurts when I do this... > afaik gcc 2.7.x is known to be "weird" with complex C + -funroll-loops -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 3:36:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from alice.gba.oz.au (gba-254.tmx.com.au [203.9.155.254]) by hub.freebsd.org (Postfix) with SMTP id 04C5714E77 for ; Wed, 9 Jun 1999 03:36:09 -0700 (PDT) (envelope-from gjb@acm.org) Received: (qmail 19238 invoked by uid 1001); 9 Jun 1999 02:21:45 -0000 Message-ID: <19990609022145.19237.qmail@alice.gba.oz.au> X-Posted-By: GBA-Post 1.03 20-Sep-1998 X-PGP-Fingerprint: 5A91 6942 8CEA 9DAB B95B C249 1CE1 493B 2B5A CE30 Date: Wed, 09 Jun 1999 12:21:44 +1000 From: Greg Black To: Dag-Erling Smorgrav Cc: freebsd-stable@FreeBSD.ORG Subject: Re: FreeBSD's FTP Daemon References: <19990608104549.4750.rocketmail@web113.yahoomail.com> In-reply-to: of 08 Jun 1999 13:43:23 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > I wouldn't, if I were you. I've never used ncftpd, but judging from > ncftp, the author has absolutely no concept of how to properly > implement the FTP protocol. I've never used ncftpd either, but I have used various versions of ncftp for many years without any problems. Would you care to elaborate on the issues that concern you? -- Greg Black -- or Fight censorship in Australia: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 5:32:50 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 900CC14BD6; Wed, 9 Jun 1999 05:32:34 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id JAA90919; Wed, 9 Jun 1999 09:32:52 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 09:32:52 -0300 (ADT) From: The Hermit Hacker To: freebsd-stable@freebsd.org Cc: freebsd-scsi@freebsd.org Subject: System hangs...SCSI/CAM related? Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1313891218-928931572=:49155" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk 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-1313891218-928931572=:49155 Content-Type: TEXT/PLAIN; charset=US-ASCII Morning all... Late last week, I upgraded the INN news server running on my box to the latest code, due to major changes in the XOVER code. Within 12hrs or so, the system hung solid. You could ping it, but nothing else. Previous to the code upgrade, the server had been running consistently, and without problems, since its last reboot. I've included both the dmesg output, and the kernel config file I'm using, and, according to uname -rv: 3.2-STABLE FreeBSD 3.2-STABLE #0: Tue Jun 8 12:56:16 EDT 1999 Basically, my attitude has been that if my machine crashes or reboots, for whatever reason, take that day (its down anyway) to upgrade to the newest -STABLE release, just to catch any bugs/instabilities that may have been found since the last one. Now I'm getting these hangs almost like clockwork...every 24hrs or so. My impression has always been that a hang where you can still ping the machine is a SCSI problem, so that is why I'm CC'ng the SCSI mailing list... I have 11 SCSI drives on that machine...if its a drive problem, narrowing it down is going to be next to impossible without *some* sort of help from the operating system. I work in an exclusively Solaris shop at work, and one of the very nice things about Solaris is that it will at least give you WARNING messages if something appears off...if the machine is still pingable, and if I have a serial console up, and assuming that there is some sort of 'race condition' at work, is there no way of having the kernel issue a message to the console telling me that its having a problem talking to drive rdaXs1X? Something to indicate that there is a problem and which drive it suspects? Thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org --0-1313891218-928931572=:49155 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=dmesg Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=dmesg Q29weXJpZ2h0IChjKSAxOTkyLTE5OTkgRnJlZUJTRCBJbmMuDQpDb3B5cmln aHQgKGMpIDE5ODIsIDE5ODYsIDE5ODksIDE5OTEsIDE5OTMNCglUaGUgUmVn ZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLg0KRnJlZUJTRCAzLjItU1RBQkxFICMwOiBUdWUgSnVu ICA4IDEyOjU2OjE2IEVEVCAxOTk5DQogICAgcm9vdEBodWIub3JnOi91c3Iv c3JjL3N5cy9jb21waWxlL2h1Yl9vcmcNClRpbWVjb3VudGVyICJpODI1NCIg IGZyZXF1ZW5jeSAxMTkzMTgyIEh6DQpUaW1lY291bnRlciAiVFNDIiAgZnJl cXVlbmN5IDQwMDkxMDkyMCBIeg0KQ1BVOiBQZW50aXVtIElJL1hlb24vQ2Vs ZXJvbiAoNDAwLjkxLU1IeiA2ODYtY2xhc3MgQ1BVKQ0KICBPcmlnaW4gPSAi R2VudWluZUludGVsIiAgSWQgPSAweDY1MiAgU3RlcHBpbmc9Mg0KICBGZWF0 dXJlcz0weDE4M2Y5ZmY8RlBVLFZNRSxERSxQU0UsVFNDLE1TUixQQUUsTUNF LENYOCxTRVAsTVRSUixQR0UsTUNBLENNT1YsUEFULFBTRTM2LE1NWCw8YjI0 Pj4NCnJlYWwgbWVtb3J5ICA9IDQwMjY1MzE4NCAoMzkzMjE2SyBieXRlcykN CmF2YWlsIG1lbW9yeSA9IDM4ODkxNTIwMCAoMzc5ODAwSyBieXRlcykNClBy ZWxvYWRlZCBlbGYga2VybmVsICJrZXJuZWwiIGF0IDB4YzAyYTgwMDAuDQpQ cm9iaW5nIGZvciBkZXZpY2VzIG9uIFBDSSBidXMgMDoNCmNoaXAwOiA8SW50 ZWwgODI0NDNCWCBob3N0IHRvIFBDSSBicmlkZ2U+IHJldiAweDAyIG9uIHBj aTAuMC4wDQpjaGlwMTogPEludGVsIDgyNDQzQlggaG9zdCB0byBBR1AgYnJp ZGdlPiByZXYgMHgwMiBvbiBwY2kwLjEuMA0KY2hpcDI6IDxJbnRlbCA4MjM3 MUFCIFBDSSB0byBJU0EgYnJpZGdlPiByZXYgMHgwMiBvbiBwY2kwLjQuMA0K Y2hpcDM6IDxJbnRlbCA4MjM3MUFCIFBvd2VyIG1hbmFnZW1lbnQgY29udHJv bGxlcj4gcmV2IDB4MDIgb24gcGNpMC40LjMNCmFoYzA6IDxBZGFwdGVjIDI5 NDAgVWx0cmEgU0NTSSBhZGFwdGVyPiByZXYgMHgwMSBpbnQgYSBpcnEgMTQg b24gcGNpMC45LjANCmFoYzA6IGFpYzc4ODAgV2lkZSBDaGFubmVsIEEsIFND U0kgSWQ9NywgMTYvMjU1IFNDQnMNCmFoYzE6IDxBZGFwdGVjIDI5NDAgVWx0 cmEgU0NTSSBhZGFwdGVyPiByZXYgMHgwMSBpbnQgYSBpcnEgMTUgb24gcGNp MC4xMC4wDQphaGMxOiBhaWM3ODgwIFdpZGUgQ2hhbm5lbCBBLCBTQ1NJIElk PTcsIDE2LzI1NSBTQ0JzDQp4bDA6IDwzQ29tIDNjOTA1LVRYIEZhc3QgRXRo ZXJsaW5rIFhMPiByZXYgMHgwMCBpbnQgYSBpcnEgMTIgb24gcGNpMC4xMS4w DQp4bDA6IEV0aGVybmV0IGFkZHJlc3M6IDAwOjYwOjA4OmM4OjM2OjA1DQp4 bDA6IGF1dG9uZWcgbm90IGNvbXBsZXRlLCBubyBjYXJyaWVyIChmb3JjaW5n IGhhbGYtZHVwbGV4LCAxME1icHMpDQp4bDE6IDwzQ29tIDNjOTA1LVRYIEZh c3QgRXRoZXJsaW5rIFhMPiByZXYgMHgwMCBpbnQgYSBpcnEgMTAgb24gcGNp MC4xMi4wDQp4bDE6IEV0aGVybmV0IGFkZHJlc3M6IDAwOjYwOjk3OmQwOjNj OmY1DQp4bDE6IGF1dG9uZWcgY29tcGxldGUsIGxpbmsgc3RhdHVzIGdvb2Qg KGhhbGYtZHVwbGV4LCAxME1icHMpDQpQcm9iaW5nIGZvciBkZXZpY2VzIG9u IFBDSSBidXMgMToNCnZnYTA6IDxTMyBtb2RlbCA4OTA0IGdyYXBoaWNzIGFj Y2VsZXJhdG9yPiByZXYgMHgwMSBpbnQgYSBpcnEgMTAgb24gcGNpMS4wLjAN ClByb2JpbmcgZm9yIFBuUCBkZXZpY2VzOg0KQ1NOIDEgVmVuZG9yIElEOiBV TUM5MDA4IFsweDA4OTBhMzU1XSBTZXJpYWwgMHhhYjhkMWFmMCBDb21wIElE OiBQTlA4MGQ2IFsweGQ2ODBkMDQxXQ0KZWQxOiBhZGRyZXNzIDAwOmMwOmYw OjFhOjhkOmFiLCB0eXBlIE5FMjAwMCAoMTYgYml0KSANCmVkMSAoZWRwbnAg PE5FMjAwMD4gc24gMHhhYjhkMWFmMCkgYXQgMHgyMjAtMHgyM2YgaXJxIDEx IG9uIGlzYQ0KUHJvYmluZyBmb3IgZGV2aWNlcyBvbiB0aGUgSVNBIGJ1czoN CnNjMCBvbiBpc2ENCnNjMDogVkdBIGNvbG9yIDw0IHZpcnR1YWwgY29uc29s ZXMsIGZsYWdzPTB4MD4NCmVkMCBub3QgZm91bmQgYXQgMHgyODANCmF0a2Jk YzAgYXQgMHg2MC0weDZmIG9uIG1vdGhlcmJvYXJkDQphdGtiZDAgaXJxIDEg b24gaXNhDQpzaW8wIGF0IDB4M2Y4LTB4M2ZmIGlycSA0IGZsYWdzIDB4MTAg b24gaXNhDQpzaW8wOiB0eXBlIDE2NTUwQSwgY29uc29sZQ0KZmRjMCBhdCAw eDNmMC0weDNmNyBpcnEgNiBkcnEgMiBvbiBpc2ENCmZkYzA6IEZJRk8gZW5h YmxlZCwgOCBieXRlcyB0aHJlc2hvbGQNCmZkMDogMS40NE1CIDMuNWluDQp2 Z2EwIGF0IDB4M2IwLTB4M2RmIG1hZGRyIDB4YTAwMDAgbXNpemUgMTMxMDcy IG9uIGlzYQ0KbnB4MCBvbiBtb3RoZXJib2FyZA0KbnB4MDogSU5UIDE2IGlu dGVyZmFjZQ0KSVAgcGFja2V0IGZpbHRlcmluZyBpbml0aWFsaXplZCwgZGl2 ZXJ0IGVuYWJsZWQsIHJ1bGUtYmFzZWQgZm9yd2FyZGluZyBkaXNhYmxlZCwg ZGVmYXVsdCB0byBhY2NlcHQsIGxvZ2dpbmcgbGltaXRlZCB0byAxMDAgcGFj a2V0cy9lbnRyeQ0KV2FpdGluZyAyIHNlY29uZHMgZm9yIFNDU0kgZGV2aWNl cyB0byBzZXR0bGUNCmNkYTQgYXQgYWhjMCBidXMgMCB0YXJnZXQgNSBsdW4g MA0KZGE0OiA8UVVBTlRVTSBYUDM0NTUwVyBMWUs4PiBGaXhlZCBEaXJlY3Qg QWNjZXNzIFNDU0ktMiBkZXZpY2UgDQpkYTQ6IDQwLjAwME1CL3MgdHJhbnNm ZXJzICgyMC4wMDBNSHosIG9mZnNldCA4LCAxNmJpdCksIFRhZ2dlZCBRdWV1 ZWluZyBFbmFibGVkDQpkYTQ6IDQzNDFNQiAoODg5MDc2MCA1MTIgYnl0ZSBz ZWN0b3JzOiAyNTVIIDYzUy9UIDU1M0MpDQpkYTMgYXQgYWhjMCBidXMgMCB0 YXJnZXQgNCBsdW4gMA0KZGEzOiA8Q09NUEFRIERHSFMwOVkgMDFDMD4gRml4 ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTMgZGV2aWNlIA0KZGEzOiA0MC4wMDBN Qi9zIHRyYW5zZmVycyAoMjAuMDAwTUh6LCBvZmZzZXQgOCwgMTZiaXQpLCBU YWdnZWQgUXVldWVpbmcgRW5hYmxlZA0KZGEzOiA4Njc4TUIgKDE3NzczNTAw IDUxMiBieXRlIHNlY3RvcnM6IDI1NUggNjNTL1QgMTEwNkMpDQpkYTEwIGF0 IGFoYzEgYnVzIDAgdGFyZ2V0IDUgbHVuIDANCmRhMTA6IDxRdWFudHVtIFhQ MzQzMDAgTDkxMj4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTIgZGV2aWNl IA0KZGExMDogNS4wMDBNQi9zIHRyYW5zZmVycyAoNS4wMDBNSHosIG9mZnNl dCAxNSksIFRhZ2dlZCBRdWV1ZWluZyBFbmFibGVkDQpkYTEwOiA0MTAxTUIg KDgzOTk1MjAgNTEyIGJ5dGUgc2VjdG9yczogMjU1SCA2M1MvVCA1MjJDKQ0K ZGE1IGF0IGFoYzAgYnVzIDAgdGFyZ2V0IDYgbHVuIDANCmRhNTogPFFVQU5U VU0gWFAzNDU1MFcgTFlLOD4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTIg ZGV2aWNlIA0KZGE1OiA0MC4wMDBNQi9zIHRyYW5zZmVycyAoMjAuMDAwTUh6 LCBvZmZzZXQgOCwgMTZiaXQpLCBUYWdnZWQgUXVldWVpbmcgRW5hYmxlZA0K ZGE1OiA0MzQxTUIgKDg4OTA3NjAgNTEyIGJ5dGUgc2VjdG9yczogMjU1SCA2 M1MvVCA1NTNDKQ0KZGE4IGF0IGFoYzEgYnVzIDAgdGFyZ2V0IDIgbHVuIDAN CmRhODogPFFVQU5UVU0gWFAzNDMwMSAxMDcxPiBGaXhlZCBEaXJlY3QgQWNj ZXNzIFNDU0ktMiBkZXZpY2UgDQpkYTg6IDUuMDAwTUIvcyB0cmFuc2ZlcnMg KDUuMDAwTUh6LCBvZmZzZXQgMTUpLCBUYWdnZWQgUXVldWVpbmcgRW5hYmxl ZA0KZGE4OiA0MTA2TUIgKDg0MTAyMDAgNTEyIGJ5dGUgc2VjdG9yczogMjU1 SCA2M1MvVCA1MjNDKQ0KZGE5IGF0IGFoYzEgYnVzIDAgdGFyZ2V0IDQgbHVu IDANCmRhOTogPFFVQU5UVU0gWFAzNDMwMSAxMDcxPiBGaXhlZCBEaXJlY3Qg QWNjZXNzIFNDU0ktMiBkZXZpY2UgDQpkYTk6IDUuMDAwTUIvcyB0cmFuc2Zl cnMgKDUuMDAwTUh6LCBvZmZzZXQgMTUpLCBUYWdnZWQgUXVldWVpbmcgRW5h YmxlZA0KZGE5OiA0MTA2TUIgKDg0MTAyMDAgNTEyIGJ5dGUgc2VjdG9yczog MjU1SCA2M1MvVCA1MjNDKQ0KZGExIGF0IGFoYzAgYnVzIDAgdGFyZ2V0IDEg bHVuIDANCmRhMTogPENPTVBBUSBER0hTMThZIDAxQTA+IEZpeGVkIERpcmVj dCBBY2Nlc3MgU0NTSS0zIGRldmljZSANCmRhMTogNDAuMDAwTUIvcyB0cmFu c2ZlcnMgKDIwLjAwME1Ieiwgb2Zmc2V0IDgsIDE2Yml0KSwgVGFnZ2VkIFF1 ZXVlaW5nIEVuYWJsZWQNCmRhMTogMTczNjZNQiAoMzU1NjYwMDAgNTEyIGJ5 dGUgc2VjdG9yczogMjU1SCA2M1MvVCAyMjEzQykNCmRhNyBhdCBhaGMxIGJ1 cyAwIHRhcmdldCAxIGx1biAwDQpkYTc6IDxRVUFOVFVNIFhQMzQzMDEgMTA3 MT4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTIgZGV2aWNlIA0KZGE3OiA1 LjAwME1CL3MgdHJhbnNmZXJzICg1LjAwME1Ieiwgb2Zmc2V0IDE1KSwgVGFn Z2VkIFF1ZXVlaW5nIEVuYWJsZWQNCmRhNzogNDEwNk1CICg4NDEwMjAwIDUx MiBieXRlIHNlY3RvcnM6IDI1NUggNjNTL1QgNTIzQykNCmRhMiBhdCBhaGMw IGJ1cyAwIHRhcmdldCAyIGx1biAwDQpkYTI6IDxTRUFHQVRFIFNUMTUyMzBX IDA2Mzg+IEZpeGVkIERpcmVjdCBBY2Nlc3MgU0NTSS0yIGRldmljZSANCmRh MjogMjAuMDAwTUIvcyB0cmFuc2ZlcnMgKDEwLjAwME1Ieiwgb2Zmc2V0IDgs IDE2Yml0KSwgVGFnZ2VkIFF1ZXVlaW5nIEVuYWJsZWQNCmRhMjogNDA5NU1C ICg4Mzg2NzMzIDUxMiBieXRlIHNlY3RvcnM6IDI1NUggNjNTL1QgNTIyQykN CmRhMCBhdCBhaGMwIGJ1cyAwIHRhcmdldCAwIGx1biAwDQpkYTA6IDxRVUFO VFVNIFZJS0lORyBJSSA0LjVXU0UgMzUwNj4gRml4ZWQgRGlyZWN0IEFjY2Vz cyBTQ1NJLTIgZGV2aWNlIA0KZGEwOiA0MC4wMDBNQi9zIHRyYW5zZmVycyAo MjAuMDAwTUh6LCBvZmZzZXQgOCwgMTZiaXQpLCBUYWdnZWQgUXVldWVpbmcg RW5hYmxlZA0KZGEwOiA0MzUwTUIgKDg5MTA0MjMgNTEyIGJ5dGUgc2VjdG9y czogMjU1SCA2M1MvVCA1NTRDKQ0KZGE2IGF0IGFoYzAgYnVzIDAgdGFyZ2V0 IDggbHVuIDANCmRhNjogPFNFQUdBVEUgU1QzOTEwMkxXIDAwMDQ+IEZpeGVk IERpcmVjdCBBY2Nlc3MgU0NTSS0yIGRldmljZSANCmRhNjogNDAuMDAwTUIv cyB0cmFuc2ZlcnMgKDIwLjAwME1Ieiwgb2Zmc2V0IDgsIDE2Yml0KSwgVGFn Z2VkIFF1ZXVlaW5nIEVuYWJsZWQNCmRhNjogODY4M01CICgxNzc4MzI0MCA1 MTIgYnl0ZSBzZWN0b3JzOiAyNTVIIDYzUy9UIDExMDZDKQ0KaGFuZ2luZyBy b290IGRldmljZSB0byBkYTBzMWENCg0K --0-1313891218-928931572=:49155 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=config Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=config bWFjaGluZQkJImkzODYiDQpjcHUJCSJJNjg2X0NQVSIJCSMgYWthIFBlbnRp dW0gUHJvKHRtKQ0KaWRlbnQJCWh1Yl9vcmcNCg0KbWF4dXNlcnMJMTI4DQoN CmNvbmZpZwkJa2VybmVsCXJvb3Qgb24gZGEwIA0KDQpvcHRpb25zCQlOTUJD TFVTVEVSUz0yMDQ4DQpvcHRpb25zCQkiTUFYRFNJWj0oMTAyNCoxMDI0KjEw MjQpIg0Kb3B0aW9ucwkJIkRGTERTSVo9KDEwMjQqMTAyNCoxMDI0KSINCm9w dGlvbnMgICAgICAgICBJTkNMVURFX0NPTkZJR19GSUxFICAgICAjIEluY2x1 ZGUgdGhpcyBmaWxlIGluIGtlcm5lbA0Kb3B0aW9ucwkJIkNQVV9ESVNBQkxF XzVYODZfTFNTRVIiDQpvcHRpb25zCQkiQ1BVX0ZBU1RFUl81WDg2X0ZQVSIN Cm9wdGlvbnMJCSJOT19GMDBGX0hBQ0siDQpvcHRpb25zCQkiQ09NUEFUXzQz Ig0Kb3B0aW9ucwkJU1lTVlNITQ0Kb3B0aW9ucwkJU1lTVlNFTQ0Kb3B0aW9u cwkJU1lTVk1TRw0Kb3B0aW9ucwkJS1RSQUNFCQkJI2tlcm5lbCB0cmFjaW5n DQpvcHRpb25zCQlJTkVUCQkJI0ludGVybmV0IGNvbW11bmljYXRpb25zIHBy b3RvY29scw0KDQpwc2V1ZG8tZGV2aWNlCWV0aGVyCQkJI0dlbmVyaWMgRXRo ZXJuZXQNCnBzZXVkby1kZXZpY2UJbG9vcAkJCSNOZXR3b3JrIGxvb3BiYWNr IGRldmljZQ0KcHNldWRvLWRldmljZQlicGZpbHRlcgk0CSNCZXJrZWxleSBw YWNrZXQgZmlsdGVyDQoNCiMgTVJPVVRJTkcgZW5hYmxlcyB0aGUga2VybmVs IG11bHRpY2FzdCBwYWNrZXQgZm9yd2FyZGVyLCB3aGljaCB3b3Jrcw0KIyB3 aXRoIG1yb3V0ZWQoOCkuDQojDQojIElQRklSRVdBTEwgZW5hYmxlcyBzdXBw b3J0IGZvciBJUCBmaXJld2FsbCBjb25zdHJ1Y3Rpb24sIGluDQojIGNvbmp1 bmN0aW9uIHdpdGggdGhlIGBpcGZ3JyBwcm9ncmFtLiAgSVBGSVJFV0FMTF9W RVJCT1NFIHNlbmRzDQojIGxvZ2dlZCBwYWNrZXRzIHRvIHRoZSBzeXN0ZW0g bG9nZ2VyLiAgSVBGSVJFV0FMTF9WRVJCT1NFX0xJTUlUDQojIGxpbWl0cyB0 aGUgbnVtYmVyIG9mIHRpbWVzIGEgbWF0Y2hpbmcgZW50cnkgY2FuIGJlIGxv Z2dlZC4NCiMNCiMgV0FSTklORzogIElQRklSRVdBTEwgZGVmYXVsdHMgdG8g YSBwb2xpY3kgb2YgImRlbnkgaXAgZnJvbSBhbnkgdG8gYW55Ig0KIyBhbmQg aWYgeW91IGRvIG5vdCBhZGQgb3RoZXIgcnVsZXMgZHVyaW5nIHN0YXJ0dXAg dG8gYWxsb3cgYWNjZXNzLA0KIyBZT1UgV0lMTCBMT0NLIFlPVVJTRUxGIE9V VC4gIEl0IGlzIHN1Z2dlc3RlZCB0aGF0IHlvdSBzZXQgZmlyZXdhbGw9b3Bl bg0KIyBpbiAvZXRjL3JjLmNvbmYgd2hlbiBmaXJzdCBlbmFibGluZyB0aGlz IGZlYXR1cmUsIHRoZW4gcmVmaW5pbmcgdGhlDQojIGZpcmV3YWxsIHJ1bGVz IGluIC9ldGMvcmMuZmlyZXdhbGwgYWZ0ZXIgeW91J3ZlIHRlc3RlZCB0aGF0 IHRoZSBuZXcga2VybmVsDQojIGZlYXR1cmUgd29ya3MgcHJvcGVybHkuDQoj DQojIElQRklSRVdBTExfREVGQVVMVF9UT19BQ0NFUFQgY2F1c2VzIHRoZSBk ZWZhdWx0IHJ1bGUgKGF0IGJvb3QpIHRvDQojIGFsbG93IGV2ZXJ5dGhpbmcu ICBVc2Ugd2l0aCBjYXJlLCBpZiBhIGNyYWNrZXIgY2FuIGNyYXNoIHlvdXIN CiMgZmlyZXdhbGwgbWFjaGluZSwgdGhleSBjYW4gZ2V0IHRvIHlvdXIgcHJv dGVjdGVkIG1hY2hpbmVzLiAgSG93ZXZlciwNCiMgaWYgeW91IGFyZSB1c2lu ZyBpdCBhcyBhbiBhcy1uZWVkZWQgZmlsdGVyIGZvciBzcGVjaWZpYyBwcm9i bGVtcyBhcw0KIyB0aGV5IGFyaXNlLCB0aGVuIHRoaXMgbWF5IGJlIGZvciB5 b3UuICBDaGFuZ2luZyB0aGUgZGVmYXVsdCB0byAnYWxsb3cnDQojIG1lYW5z IHRoYXQgeW91IHdvbid0IGdldCBzdHVjayBpZiB0aGUga2VybmVsIGFuZCAv c2Jpbi9pcGZ3IGJpbmFyeSBnZXQNCiMgb3V0IG9mIHN5bmMuDQojDQojIElQ RElWRVJUIGVuYWJsZXMgdGhlIGRpdmVydCBJUCBzb2NrZXRzLCB1c2VkIGJ5 IGBgaXBmdyBkaXZlcnQnJw0KIw0KIyBUQ1BERUJVRyBpcyB1bmRvY3VtZW50 ZWQuDQojDQpvcHRpb25zCQlNUk9VVElORwkJIyBNdWx0aWNhc3Qgcm91dGlu Zw0Kb3B0aW9ucyAgICAgICAgIElQRklSRVdBTEwgICAgICAgICAgICAgICNm aXJld2FsbA0Kb3B0aW9ucyAgICAgICAgIElQRklSRVdBTExfVkVSQk9TRSAg ICAgICNwcmludCBpbmZvcm1hdGlvbiBhYm91dA0KCQkJCQkjIGRyb3BwZWQg cGFja2V0cw0Kb3B0aW9ucwkJIklQRklSRVdBTExfVkVSQk9TRV9MSU1JVD0x MDAiICNsaW1pdCB2ZXJib3NpdHkNCm9wdGlvbnMJCUlQRklSRVdBTExfREVG QVVMVF9UT19BQ0NFUFQgI2FsbG93IGV2ZXJ5dGhpbmcgYnkgZGVmYXVsdA0K b3B0aW9ucwkJSVBESVZFUlQJCSNkaXZlcnQgc29ja2V0cw0KDQpvcHRpb25z CQlGRlMJCQkjRmFzdCBmaWxlc3lzdGVtDQpvcHRpb25zCQlORlMJCQkjTmV0 d29yayBGaWxlIFN5c3RlbQ0KDQpvcHRpb25zCQlQUk9DRlMJCQkjUHJvY2Vz cyBmaWxlc3lzdGVtDQpvcHRpb25zCQlGRlNfUk9PVAkJI0ZGUyB1c2FibGUg YXMgcm9vdCBkZXZpY2UNCg0KIyBBbGxvdyB0aGlzIG1hbnkgc3dhcC1kZXZp Y2VzLg0Kb3B0aW9ucwkJTlNXQVBERVY9MTENCg0Kb3B0aW9ucwkJUVVPVEEJ CQkjZW5hYmxlIGRpc2sgcXVvdGFzDQoNCmNvbnRyb2xsZXIJc2NidXMwCSNi YXNlIFNDU0kgY29kZQ0KZGV2aWNlCQlwYXNzMA0KDQpkZXZpY2UJCWRhMAkj U0NTSSBkaXNrcw0KDQpvcHRpb25zCQlTQ1NJX1JFUE9SVF9HRU9NRVRSWQ0K DQpwc2V1ZG8tZGV2aWNlCXB0eQkyNTYJI1BzZXVkbyB0dHlzIC0gY2FuIGdv IGFzIGhpZ2ggYXMgMjU2DQoNCmNvbnRyb2xsZXIJaXNhMA0KDQojIEVuYWJs ZSBQblAgc3VwcG9ydCBpbiB0aGUga2VybmVsLiAgVGhpcyBhbGxvd3MgeW91 IHRvIGF1dG9tYXRpY2x5DQojIGF0dGFjaCB0byBQblAgY2FyZHMgZm9yIGRy aXZlcnMgdGhhdCBzdXBwb3J0IGl0IGFuZCBhbGxvd3MgeW91IHRvDQojIGNv bmZpZ3VyZSBjYXJkcyBmcm9tIFVTRVJDT05GSUcuICBTZWUgcG5wKDQpIGZv ciBtb3JlIGluZm8uDQpjb250cm9sbGVyCXBucDANCg0KIyBUaGUgc3lzY29u cyBjb25zb2xlIGRyaXZlciAoc2NvIGNvbG9yIGNvbnNvbGUgY29tcGF0aWJs ZSkuDQogDQpjb250cm9sbGVyICAgICAgYXRrYmRjMCBhdCBpc2E/IHBvcnQg SU9fS0JEIHR0eSANCmRldmljZSAgICAgICAgICBhdGtiZDAgIGF0IGlzYT8g dHR5IGlycSAxIA0KZGV2aWNlICAgICAgICAgIHZnYTAgICAgYXQgaXNhPyBw b3J0ID8gY29uZmxpY3RzIA0KZGV2aWNlICAgICAgICAgIHNjMCAgICAgYXQg aXNhPyB0dHkgDQpwc2V1ZG8tZGV2aWNlICAgc3BsYXNoIA0KDQpvcHRpb25z CQlNQVhDT05TPTQJCSMgbnVtYmVyIG9mIHZpcnR1YWwgY29uc29sZXMNCm9w dGlvbnMJCSJTVEQ4WDE2Rk9OVCIJCSMgQ29tcGlsZSBmb250IGluDQptYWtl b3B0aW9ucwkiU1REOFgxNkZPTlQiPSJjcDg1MCINCm9wdGlvbnMJCVNDX0hJ U1RPUllfU0laRT0yMDAJIyBudW1iZXIgb2YgaGlzdG9yeSBidWZmZXIgbGlu ZXMNCg0KIyBUaGUgTnVtZXJpYyBQcm9jZXNzaW5nIGVYdGVuc2lvbiBkcml2 ZXIuICBUaGlzIHNob3VsZCBiZSBjb25maWd1cmVkIGlmDQojIHlvdXIgbWFj aGluZSBoYXMgYSBtYXRoIGNvLXByb2Nlc3NvciwgdW5sZXNzIHRoZSBjb3By b2Nlc3NvciBpcyB2ZXJ5DQojIGJ1Z2d5LiBJZiBpdCBpcyBub3QgY29uZmln dXJlZCB0aGVuIHlvdSAqbXVzdCogY29uZmlndXJlIG1hdGggZW11bGF0aW9u DQojIChzZWUgYWJvdmUpLiAgSWYgYm90aCBucHgwIGFuZCBlbXVsYXRpb24g YXJlIGNvbmZpZ3VyZWQsIHRoZW4gb25seSBucHgwDQojIGlzIHVzZWQgKHBy b3ZpZGVkIGl0IHdvcmtzKS4NCmRldmljZQkJbnB4MAlhdCBpc2E/IHBvcnQg IklPX05QWCIgaW9zaXogMHgwIGZsYWdzIDB4MCBpcnEgMTMgdmVjdG9yIG5w eGludHINCg0KIyBTdGFuZGFyZCBmbG9wcHkgZGlzayBjb250cm9sbGVycyBh bmQgZmxvcHB5IHRhcGVzOiBgZmRjJywgYGZkJywgYW5kIGBmdCcNCiMNCmNv bnRyb2xsZXIJZmRjMAlhdCBpc2E/IHBvcnQgIklPX0ZEMSIgYmlvIGlycSA2 IGRycSAyIHZlY3RvciBmZGludHINCmRpc2sJCWZkMAlhdCBmZGMwIGRyaXZl IDANCiNkaXNrCQlmZDEJYXQgZmRjMCBkcml2ZSAxDQoNCiNjb250cm9sbGVy ICAgICAgcHBidXMwDQojZGV2aWNlCQlscHQwCWF0IGlzYT8gcG9ydD8gdHR5 IGlycSA3IHZlY3RvciBscHRpbnRyDQoNCmRldmljZQkJc2lvMAlhdCBpc2E/ IHBvcnQgIklPX0NPTTEiIHR0eSBmbGFncyAweDEwIGlycSA0IHZlY3RvciBz aW9pbnRyDQoNCiMNCiMgYGZsYWdzJyBmb3Igc2VyaWFsIGRyaXZlcnMgdGhh dCBzdXBwb3J0IGNvbnNvbGVzIChvbmx5IGZvciBzaW8gbm93KToNCiMJMHgx MAllbmFibGUgY29uc29sZSBzdXBwb3J0IGZvciB0aGlzIHVuaXQuICBUaGUg b3RoZXIgY29uc29sZSBmbGFncw0KIwkJYXJlIGlnbm9yZWQgdW5sZXNzIHRo aXMgaXMgc2V0LiAgRW5hYmxpbmcgY29uc29sZSBzdXBwb3J0IGRvZXMNCiMJ CW5vdCBtYWtlIHRoZSB1bml0IHRoZSBwcmVmZXJyZWQgY29uc29sZSAtIGJv b3Qgd2l0aCAtaCBvciBzZXQNCiMJCXRoZSAweDIwIGZsYWcgZm9yIHRoYXQu ICBDdXJyZW50bHksIGF0IG1vc3Qgb25lIHVuaXQgY2FuIGhhdmUNCiMJCWNv bnNvbGUgc3VwcG9ydDsgdGhlIGZpcnN0IG9uZSAoaW4gY29uZmlnIGZpbGUg b3JkZXIpIHdpdGgNCiMJCXRoaXMgZmxhZyBzZXQgaXMgcHJlZmVycmVkLiAg U2V0dGluZyB0aGlzIGZsYWcgZm9yIHNpbzAgZ2l2ZXMNCiMJCXRoZSBvbGQg YmVoYXZpb3VyLg0KIwkweDIwCWZvcmNlIHRoaXMgdW5pdCB0byBiZSB0aGUg Y29uc29sZSAodW5sZXNzIHRoZXJlIGlzIGFub3RoZXINCiMJCWhpZ2hlciBw cmlvcml0eSBjb25zb2xlKS4gIFRoaXMgcmVwbGFjZXMgdGhlIENPTUNPTlNP TEUgb3B0aW9uLg0KIwkweDQwCXJlc2VydmUgdGhpcyB1bml0IGZvciBsb3cg bGV2ZWwgY29uc29sZSBvcGVyYXRpb25zLiAgRG8gbm90DQojDQojIFBuUCBg ZmxhZ3MnIChzZXQgdmlhIHVzZXJjb25maWcgdXNpbmcgcG5wIHggZmxhZ3Mg eSkNCiMJMHgxCWRpc2FibGUgcHJvYmluZyBvZiB0aGlzIGRldmljZS4gIFVz ZWQgdG8gcHJldmVudCB5b3VyIG1vZGVtDQojCQlmcm9tIGJlaW5nIGF0dGFj aGVkIGFzIGEgUG5QIG1vZGVtLg0KIw0KDQpvcHRpb25zCQlDT05TUEVFRD05 NjAwCSNkZWZhdWx0IHNwZWVkIGZvciBzZXJpYWwgY29uc29sZSAoZGVmYXVs dCA5NjAwKQ0Kb3B0aW9ucwkJIkVYVFJBX1NJTz0yIgkjbnVtYmVyIG9mIGV4 dHJhIHNpbyBwb3J0cyB0byBhbGxvY2F0ZQ0KDQojIFBDSSBkZXZpY2VzOg0K Iw0KIyBUaGUgbWFpbiBQQ0kgYnVzIGRldmljZSBpcyBgcGNpJy4gIEl0IHBy b3ZpZGVzIGF1dG8tZGV0ZWN0aW9uIGFuZA0KIyBjb25maWd1cmF0aW9uIHN1 cHBvcnQgZm9yIGFsbCBkZXZpY2VzIG9uIHRoZSBQQ0kgYnVzLCB1c2luZyBl aXRoZXINCiMgY29uZmlndXJhdGlvbiBtb2RlIGRlZmluZWQgaW4gdGhlIFBD SSBzcGVjaWZpY2F0aW9uLg0KIw0KIyBUaGUgYGFoYycgZGV2aWNlIHByb3Zp ZGVzIHN1cHBvcnQgZm9yIHRoZSBBZGFwdGVjIDI5LzM5NDAoVSkoVykNCiMg YW5kIG1vdGhlcmJvYXJkIGJhc2VkIEFJQzc4NzAvQUlDNzg4MCBhZGFwdGVy cy4NCiMNCiMgVGhlIGBkZScgZGV2aWNlIHByb3ZpZGVzIHN1cHBvcnQgZm9y IHRoZSBEaWdpdGFsIEVxdWlwbWVudCBEQzIxMDQwDQojIHNlbGYtY29udGFp bmVkIEV0aGVybmV0IGFkYXB0ZXIuDQojDQojIFRoZSBgdngnIGRldmljZSBw cm92aWRlcyBzdXBwb3J0IGZvciB0aGUgM0NvbSAzQzU5MCBhbmQgM0M1OTUN CiMgZWFybHkgc3VwcG9ydA0KIw0KY29udHJvbGxlcglwY2kwDQpjb250cm9s bGVyCWFoYzENCmRldmljZSBkZTANCmRldmljZSBmeHAwDQpkZXZpY2UgdGww DQpkZXZpY2UgdHgwDQpkZXZpY2UgdngwDQpkZXZpY2UgeGwwDQoNCmRldmlj ZSBlZDAgYXQgaXNhPyBwb3J0IDB4MjgwIG5ldCBpcnEgNSBpb21lbSAweGQ4 MDAwIHZlY3RvciBlZGludHINCg0K --0-1313891218-928931572=:49155-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 5:49: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C2A2015445 for ; Wed, 9 Jun 1999 05:48:59 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jun 99 13:48:58 +0100 (BST) Date: Wed, 9 Jun 1999 13:48:57 +0100 From: David Malone To: The Hermit Hacker Cc: freebsd-stable@freebsd.org Subject: Re: System hangs...SCSI/CAM related? Message-ID: <19990609134857.A29535@walton.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from The Hermit Hacker on Wed, Jun 09, 1999 at 09:32:52AM -0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 09:32:52AM -0300, The Hermit Hacker wrote: > > Now I'm getting these hangs almost like clockwork...every 24hrs or > so. My impression has always been that a hang where you can still ping > the machine is a SCSI problem, so that is why I'm CC'ng the SCSI mailing > list... Hangs where you can still ping are more likely just to be some sort of kernel loop where network interupts are still enabeled. Try compiling the debugger into the kernel and when it hangs break to the debugger (ctl-printscrn) and get a trace ("trace"). You could then try continuing from the debugger ("continue") and breaking again a few moments later, to see how much the trace has changed. Repeat this a few times and see if you can figure out where it is stuck. I had a few lockups after upgrading INN a few times. It seemed to go away if I rebuild my history database (which I'd forgotten to do). David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 6: 0:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 69FC215AE6 for ; Wed, 9 Jun 1999 05:59:51 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id KAA91619; Wed, 9 Jun 1999 10:00:04 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 10:00:04 -0300 (ADT) From: The Hermit Hacker To: David Malone Cc: freebsd-stable@freebsd.org Subject: Re: System hangs...SCSI/CAM related? In-Reply-To: <19990609134857.A29535@walton.maths.tcd.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, David Malone wrote: > On Wed, Jun 09, 1999 at 09:32:52AM -0300, The Hermit Hacker wrote: > > > > Now I'm getting these hangs almost like clockwork...every 24hrs or > > so. My impression has always been that a hang where you can still ping > > the machine is a SCSI problem, so that is why I'm CC'ng the SCSI mailing > > list... > > Hangs where you can still ping are more likely just to be some > sort of kernel loop where network interupts are still enabeled. > Try compiling the debugger into the kernel and when it hangs break > to the debugger (ctl-printscrn) and get a trace ("trace"). You could > then try continuing from the debugger ("continue") and breaking again > a few moments later, to see how much the trace has changed. Repeat > this a few times and see if you can figure out where it is stuck. I would love to comply this with one, except the last time I asked about this, it basically worked out that there was no way of doing the break to debugger from a serial console :( Anyone know if that has changed? > I had a few lockups after upgrading INN a few times. It seemed to go > away if I rebuild my history database (which I'd forgotten to do). I'm sorry, but this, IMHO, is just wrong...not that you had the problem, just that the problem ever existed...it might just be me, but a userland program locking up the system sounds like a MicroSloth-ism, not something I'd expect from Unix :( If I were running it as root vs news...maybe...but even then, it should cause an error or terminate more gracefully then "screw this, let's crash"... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 6:12:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 15A9814C13 for ; Wed, 9 Jun 1999 06:12:52 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jun 99 14:12:51 +0100 (BST) To: The Hermit Hacker Cc: freebsd-stable@freebsd.org Subject: Re: System hangs...SCSI/CAM related? In-reply-to: Your message of "Wed, 09 Jun 1999 10:00:04 -0300." X-Request-Do: Date: Wed, 09 Jun 1999 14:12:51 +0100 From: David Malone Message-ID: <9906091412.aa29720@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I would love to comply this with one, except the last time I asked about > this, it basically worked out that there was no way of doing the break to > debugger from a serial console :( > > Anyone know if that has changed? Control-PrintScreen should break to the debugger, providing you aren't running X. > > I had a few lockups after upgrading INN a few times. It seemed to go > > away if I rebuild my history database (which I'd forgotten to do). > > I'm sorry, but this, IMHO, is just wrong...not that you had the problem, > just that the problem ever existed...it might just be me, but a userland > program locking up the system sounds like a MicroSloth-ism, not something > I'd expect from Unix :( If I were running it as root vs > news...maybe...but even then, it should cause an error or terminate more > gracefully then "screw this, let's crash"... It shouldn't have helped, but it seemed to. At the time I was more interested in getting the machine working than tracking down the problem. This is with a 2.2.X machine, and I am using mmap for most stuff in inn, which at one stage people advised against. Until quite recently we used to get blocks of nuls at the end of the active file if we had a crash - now I've a perl script which cleans this stuff up. (The machine is one of two NFS servers for about 50 diskless terminals, and sometimes runs out of mbufs)... David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 6:19: 2 1999 Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 4792E14C13 for ; Wed, 9 Jun 1999 06:19:00 -0700 (PDT) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id GAA01650; Wed, 9 Jun 1999 06:18:57 -0700 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda01648; Wed Jun 9 06:18:47 1999 Received: (from uucp@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id GAA17975; Wed, 9 Jun 1999 06:18:43 -0700 (PDT) Message-Id: <199906091318.GAA17975@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdo17971; Wed Jun 9 06:18:34 1999 X-Mailer: exmh version 2.0.2 2/24/98 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 2.2.8-RELEASE X-Sender: cy To: malpert@holdenz.com Cc: "Jordan K. Hubbard" , freebsd-stable@FreeBSD.ORG, "Ecotech Technologies, L.L.C." Subject: Re: International Business Opportunities In-reply-to: Your message of "Sun, 06 Jun 1999 13:23:05 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Jun 1999 06:18:34 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Shawn Workman writes: > Pardon my for my ignorance, but is your spamsite database available to those > of > us who run our own mailservers? > > or is there a place that has a spamsite database that is updated regularly? > > > > On 06-Jun-99 Jordan K. Hubbard wrote: > > This spammer (1sourcesolutions.com) has been blocked. Sorry for the > > inconvenience. Same goes for the other spammers who've hit us over > > the last 3 days; I've been adding entries to our spamsite database > > a lot more often lately. :( If you use RBL (Realtime Blackhole List), they're in the ORBS database. You can tell Sendmail, Smtpd, or probably other MTA's to use RBL. Here is some rblcheck (an interactive RBL checker [slightly modified] from the ports collection) output. cwsys# rblcheck 1sourcesolutions.com checking 209.63.182.72 not RBL filtered by rbl.maps.vix.com RBL filtered by relays.orbs.org not RBL filtered by dul.maps.vix.com not RBL filtered by dssl.imrss.org cwsys# Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC "e**(i*pi)+1=0" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 6:34:27 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 53DA114C13 for ; Wed, 9 Jun 1999 06:34:24 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id KAA92324; Wed, 9 Jun 1999 10:34:42 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 10:34:42 -0300 (ADT) From: The Hermit Hacker To: David Malone Cc: freebsd-stable@freebsd.org Subject: Re: System hangs...SCSI/CAM related? In-Reply-To: <9906091412.aa29720@salmon.maths.tcd.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, David Malone wrote: > > I would love to comply this with one, except the last time I asked about > > this, it basically worked out that there was no way of doing the break to > > debugger from a serial console :( > > > > Anyone know if that has changed? > > Control-PrintScreen should break to the debugger, providing you aren't > running X. Okay, am willing to try it. Just to confirm, I only need to add: options DDB options DDB_UNATTENDED To my kernel config for this, right? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 6:36:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6997314C13 for ; Wed, 9 Jun 1999 06:36:56 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jun 99 14:36:56 +0100 (BST) To: The Hermit Hacker Cc: freebsd-stable@freebsd.org Subject: Re: System hangs...SCSI/CAM related? In-reply-to: Your message of "Wed, 09 Jun 1999 10:34:42 -0300." X-Request-Do: Date: Wed, 09 Jun 1999 14:36:56 +0100 From: David Malone Message-ID: <9906091436.aa02025@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Okay, am willing to try it. Just to confirm, I only need to add: > > options DDB > options DDB_UNATTENDED > > To my kernel config for this, right? That's what we're using here. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 6:39:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mescalero.asd1.rl.ac.uk (mescalero.asd1.rl.ac.uk [130.246.170.11]) by hub.freebsd.org (Postfix) with ESMTP id 1378314C13 for ; Wed, 9 Jun 1999 06:39:13 -0700 (PDT) (envelope-from tmb@mescalero.asd1.rl.ac.uk) Received: (from tmb@localhost) by mescalero.asd1.rl.ac.uk (8.9.3/8.9.2) id OAA93384; Wed, 9 Jun 1999 14:39:12 +0100 (BST) (envelope-from tmb) Date: Wed, 9 Jun 1999 14:39:12 +0100 From: Mark Blackman To: Greg Quinlan Cc: freebsd-stable@freebsd.org Subject: Re: FIXED, PANIC & Re: [Q] How stable is FreeBSD 3.X ? Message-ID: <19990609143911.A93309@rcru.rl.ac.uk> References: <006001beb0c1$77646f00$380051c2@greg.qmpgmc.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <006001beb0c1$77646f00$380051c2@greg.qmpgmc.ac.uk>; from Greg Quinlan on Mon, Jun 07, 1999 at 09:40:58AM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Think maybe the PII's were overclocked or incorrectly marked perhaps? I've heard of it happening. If you're really bored, you might put the CPU's back in and then back off the clockspeed till the crashes stop. Glad to hear its all sorted out. Mark On Mon, Jun 07, 1999 at 09:40:58AM +0100, Greg Quinlan wrote: > Hi all, > > I have been busy fixing my panic problem. > > Looking good!!!! > > # uname -a; uptime > FreeBSD amanda.qmpgmc.ac.uk 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed May 26 > 08:43:3 > 4 BST 1999 greg@amanda.qmpgmc.ac.uk:/usr/src/sys/compile/dns1 i386 > 9:19AM up 11 days, 13:27, 3 users, load averages: 0.01, 0.03, 0.00 > > I finally had a way of making the server crash every time. > > do a "make world" om 3.2-R..... > > A so goes the story of grandfathers axe: > ("Grandfather axe.... replaced the handle a few times, then the head, but it > was still grandfathers axe") > > Good old fashioned repairs.... > > 0. I updated to 3.2-S ... 26 May 1999 > 1. I replaced the RAM. > 2. I replaced the Motherboard. > 3. I replaced the SCSI-UW controller. > > 4. I replaced the Video Card. > 5. I replaced the all the Hard Disks. > 6. I replaced the Network cards. > > What's left?.... ahhhhh ... replaced the Floppy... then the > CD-ROM....unplugged the > tape... replaced.... all the cables... finally the power supply! > > Each time I ran "make world", I could still crash it! > > What next.....the case? > > NOPE!...... > > 7. I replaced the both CPU's.......... WTF#! > > NO CRASH! > > Well that must be it then... FreeBSD has blown the guts out of my INTEL PII > 333 > Processor....Too quick for it. {:-) > ....... and before anybody says, "The processor must be getting too hot?" It > was not getting too hot! > > Maybe Intel should use FreeBSD to test/rate CPU's? > (Isn't it a rumour that Intel only make one PII CPU and just rate them!) > > I'M HAPPY NOW!! > > Oh yes .... > [Q] How stable is FreeBSD? > [A] Very Stable! > > And a special thanks to > Mark Blackman > for his idea of old fashioned hardware diagnosis. > > One last thing; To those users that may be having problems with their FBSD > installs on a more current version > > Greg > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- Mark Blackman Radar Group Radio Communications Research Unit Rutherford Appleton Laboratory Chilton, Didcot Oxon OX11 0QX, United Kingdom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 7:27: 9 1999 Delivered-To: freebsd-stable@freebsd.org Received: from unix1.it-datacntr.louisville.edu (unix1.it-datacntr.louisville.edu [136.165.4.27]) by hub.freebsd.org (Postfix) with ESMTP id E95BF151DA for ; Wed, 9 Jun 1999 07:27:06 -0700 (PDT) (envelope-from k.stevenson@louisville.edu) Received: from homer.louisville.edu (ktstev01@homer.louisville.edu [136.165.1.20]) by unix1.it-datacntr.louisville.edu (8.8.8/8.8.7) with ESMTP id KAA31336 for ; Wed, 9 Jun 1999 10:27:05 -0400 Received: (from ktstev01@localhost) by homer.louisville.edu (8.8.8/8.8.8) id KAA21203 for freebsd-stable@freebsd.org; Wed, 9 Jun 1999 10:27:05 -0400 (EDT) Message-ID: <19990609102705.D20223@homer.louisville.edu> Date: Wed, 9 Jun 1999 10:27:05 -0400 From: Keith Stevenson To: freebsd-stable@freebsd.org Subject: Re: Book References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from saxon on Tue, Jun 08, 1999 at 02:27:40PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I spoke with the author, Greg Lehey, last night and he said that the updated for FreeBSD3 version should be back from the printers and ready for distribution this week. Regards, --Keith Stevenson-- -- Keith Stevenson System Programmer - Data Center Services - University of Louisville k.stevenson@louisville.edu PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > Sorry. I'm aware that this is the wrong list for this question but would > like to ask a very simple question. > I bought the book . The Complete FreeBSD back when I had 2.2.5. > Has there been any updates to the book to reflect any changes? Is the book > still valid for for 3x systems? > > Or. Point me to the proper list for this question. > > Thank you. > Keith > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:28:50 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id F3E0F14D23; Wed, 9 Jun 1999 10:28:46 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id OAA95797; Wed, 9 Jun 1999 14:28:51 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 14:28:51 -0300 (ADT) From: The Hermit Hacker To: freebsd-current@freebsd.org Cc: freebsd-stable@freebsd.org Subject: MMAP() in STABLE/CURRENT ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Over the past week and a bit, the INN -CURRENT source tree had a major upheaval of code, in order to fix the major problem where reader speed sucked. What used to take >1min to load up a newsgruop now generally takes mere seconds (no exaggeration, try it)... The problem is that the new code makes *heavy* use of MMAP() ... When the code was put in place, I immediately upgraded my server to give the code a good test (am one of the developers over there) in a production environment, and ever since then, my system locks up around 24hrs uptime, requiring a cold boot. I cannot get into DDB, since I'm over a serial console, so debugging this has proved to be next to impossible :( After discussing this with a few other FreeBSD'rs who have seen similar problems, the point got brought up that it was believed there was still a problem with our MMAP() implementation ... basically where it could still cause a race condition to be generated ... Since this problem is crucial to the stability of my server, as well as anyone that keeps up on INN, I'm curious as to whether or not there are any known problems with MMAP(), and, if so...what can I do to help rectify the problem? I run CURRENT at home and STABLE in production, but the production server is the only one that I believe has enough load on her to be able to trigger it... Is this a problem that is fixed in CURRENT, but hasn't migrated down into STABLE? Is there any way of adding some sort of debug code to STABLE such that if the race condition is trigger, it will at least pop up a message onto the console letting me know its happened so that I know its MMAP() related? Thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:41:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from web1.aps-services.com (adsl-209-232-134-22.dsl.scrm01.pacbell.net [209.232.134.22]) by hub.freebsd.org (Postfix) with ESMTP id C543314D23 for ; Wed, 9 Jun 1999 10:41:55 -0700 (PDT) (envelope-from davey@web1.aps-services.com) Received: from dave ([192.168.0.12]) by web1.aps-services.com (8.9.1/8.8.6) with SMTP id KAA09898 for ; Wed, 9 Jun 1999 10:38:39 -0700 (PDT) Message-Id: <199906091738.KAA09898@web1.aps-services.com> From: davey@aps-services.com To: stable@freebsd.org Date: Wed, 9 Jun 1999 10:43:11 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: source for pkg_add In-reply-to: <019501bea15b$b26657a0$73f8d7a5@phorechuk.docucom.ca> X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can someone tell me where the source code for the package utilitys are at. I would like to play with it and am unable to locate it on my CD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:51:44 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id CE31414E2A; Wed, 9 Jun 1999 10:51:40 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id OAA96276; Wed, 9 Jun 1999 14:51:45 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 14:51:44 -0300 (ADT) From: The Hermit Hacker To: Richard Michael Todd Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, inn-workers@isc.org Subject: Re: use of MMAP in new INN code... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG CC'ng your suggestion to the 'kernel wizards'...right now, the only thing I have to work with is the fact that the problems started right after I upgraded INN to the new code...the rest is basically trying to followup suggestions... On Wed, 9 Jun 1999, Richard Michael Todd wrote: > In message you write: > > > >I'm currently investigating a problem with my server that > >coincedentally(sp?) started right after I upgraded INN to what we > >currently have... > > > >Someone *just* suggested that they thought that 3.2-STABLE of FreeBSD > >still has a slight bug in MMAP that causes a race condition...it just > >clued into me that Richard(?) sent out that response to me about Clayton > >using mmap() more now in nnrpd to share active? > > It's actually sharing the group.index file, as well as mmap()ing the .IDX > and .DAT files when needed. It'd require a lot of work to implement a > non-mmap version of the code. Given that people like Matt Dillon are > interested in working on the FreeBSD VM code, it's probably easier just to > get him to fix mmap() on FreeBSD. :-) > > FWIW, I haven't seen any problems like that on 3.1-STABLE, but I may > just not have enough reader load to trigger it. The use of mmap() in > the ov3.c code isn't anything terribly exotic (i.e. not too different > from, say, how cnfs.c or dbz uses it), and the group.index file is > only a couple meg. The ov3.c code does do a lot of byte-range locking > of the group.index file, though; have you and the FreeBSD kernel > wizards considered the possibility that it may be the byte-range > fcntl() locking code that's the problem? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:51:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 58D0E15990 for ; Wed, 9 Jun 1999 10:51:51 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from boole.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jun 99 18:51:47 +0100 (BST) To: The Hermit Hacker Cc: Seth , freebsd-stable@freebsd.org Subject: Re: System hangs...SCSI/CAM related? In-reply-to: Your message of "Wed, 09 Jun 1999 13:11:53 -0300." X-Request-Do: Date: Wed, 09 Jun 1999 18:51:47 +0100 From: David Malone Message-ID: <9906091851.aa27705@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Would love to help here, but I can't get into the Debugger through a > serial console :( Actually, serial breaking to the debugger seems to work fine here too. I just hit break - it went to the debugger, and then did c to continue. (This is with a 3.2-STABLE machine, as of about a week last Friday). I've the following in the kernel. device sio0 at isa? port "IO_COM1" flags 0x30 tty irq 4 options DDB options DDB_UNATTENDED options BREAK_TO_DEBUGGER We did have some local diffs to sio.c, but they seem to be gone now. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:55:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by hub.freebsd.org (Postfix) with ESMTP id 17AB315184; Wed, 9 Jun 1999 10:55:06 -0700 (PDT) (envelope-from crossd@cs.rpi.edu) Received: from cs.rpi.edu (phoenix.cs.rpi.edu [128.113.96.153]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id NAA34746; Wed, 9 Jun 1999 13:54:55 -0400 (EDT) Message-Id: <199906091754.NAA34746@cs.rpi.edu> To: The Hermit Hacker Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: Message from The Hermit Hacker of "Wed, 09 Jun 1999 14:28:51 -0300." Date: Wed, 09 Jun 1999 13:54:55 -0400 From: "David E. Cross" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I believe I stumbled over this as well. (As a side note, you can run DDB over a serial console too, just compile with DDB, and DDB_UNATTENDED so your system will come back if it unexpectedly panics; on the serial console send a 'break'). Anyway, I have a simple program that mmap()s a 1Gig file into memory, madvise()s it that it will be doing random access. If I quit and restart this program a couple of times (yes, it close()s and munmap()s the segment), my system will hard lock. By dropping into DDB once I found that it was stuck in 'vm_somethingorother_choosepage'. Does this ring any bells? Should I try to stop my system again? -- David Cross | email: crossd@cs.rpi.edu Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:56:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from web1.aps-services.com (adsl-209-232-134-22.dsl.scrm01.pacbell.net [209.232.134.22]) by hub.freebsd.org (Postfix) with ESMTP id 0F7D214F75 for ; Wed, 9 Jun 1999 10:56:41 -0700 (PDT) (envelope-from davey@web1.aps-services.com) Received: from dave ([192.168.0.12]) by web1.aps-services.com (8.9.1/8.8.6) with SMTP id KAA09965 for ; Wed, 9 Jun 1999 10:53:25 -0700 (PDT) Message-Id: <199906091753.KAA09965@web1.aps-services.com> From: davey@aps-services.com To: stable@freebsd.org Date: Wed, 9 Jun 1999 10:57:57 -0700 MIME-Version: 1.0 Content-type: text/enriched; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: source for pkg_add etc X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 0100,0100,0100Thank you for responding so quickly, I still can not find it, I went to /usr/src/usr.bin, here is what I have on a 2.2.7 FreeBSD box. bash-2.02# pwd /usr/src/usr.bin bash-2.02# ls p* pagesize: Makefile pagesize.1 pagesize.sh passwd: Makefile extern.h local_passwd.c passwd.1 passwd.c yp_passwd.c paste: Makefile paste.1 paste.c pr: Makefile egetopt.c extern.h pr.1 pr.c pr.h printenv: Makefile printenv.1 printenv.c printf: Makefile printf.1 printf.c bash-2.02# ls -l p* pagesize: total 12 -rw-r--r-- 1 root wheel 209 Jan 23 1996 Makefile -rw-r--r-- 1 root wheel 2291 Feb 11 1996 pagesize.1 -rw-r--r-- 1 root wheel 1986 Nov 6 1996 pagesize.sh passwd: total 62 -rw-r--r-- 1 root wheel 2347 Feb 18 1998 Makefile -rw-r--r-- 1 root wheel 2016 Jan 20 1995 extern.h -rw-r--r-- 1 root wheel 6021 May 22 1998 local_passwd.c -rw-r--r-- 1 root wheel 7209 Mar 8 1998 passwd.1 -rw-r--r-- 1 root wheel 5714 Jul 31 1997 passwd.c -rw-r--r-- 1 root wheel 5872 Jul 31 1997 yp_passwd.c paste: total 22 -rw-r--r-- 1 root wheel 74 May 27 1994 Makefile -rw-r--r-- 1 root wheel 4048 Jul 31 1997 paste.1 -rw-r--r-- 1 root wheel 5801 Jul 16 1998 paste.c pr: total 114 -rw-r--r-- 1 root wheel 92 May 27 1994 Makefile -rw-r--r-- 1 root wheel 5571 May 27 1994 egetopt.c -rw-r--r-- 1 root wheel 2741 May 27 1994 extern.h -rw-r--r-- 1 root wheel 8696 Aug 4 1997 pr.1 -rw-r--r-- 1 root wheel 34945 Jul 16 1998 pr.c -rw-r--r-- 1 root wheel 2611 May 27 1994 pr.h printenv: total 16 -rw-r--r-- 1 root wheel 102 May 27 1994 Makefile -rw-r--r-- 1 root wheel 3234 Aug 4 1997 printenv.1 -rw-r--r-- 1 root wheel 2938 Sep 15 1997 printenv.c printf: total 38 -rw-r--r-- 1 root wheel 75 May 27 1994 Makefile -rw-r--r-- 1 root wheel 8251 Aug 4 1997 printf.1 -rw-r--r-- 1 root wheel 8536 Nov 18 1997 printf.c bash-2.02# clear bash-2.02# pwd /usr/src/usr.bin bash-2.02# ls -l p* pagesize: total 12 -rw-r--r-- 1 root wheel 209 Jan 23 1996 Makefile -rw-r--r-- 1 root wheel 2291 Feb 11 1996 pagesize.1 -rw-r--r-- 1 root wheel 1986 Nov 6 1996 pagesize.sh passwd: total 62 -rw-r--r-- 1 root wheel 2347 Feb 18 1998 Makefile -rw-r--r-- 1 root wheel 2016 Jan 20 1995 extern.h -rw-r--r-- 1 root wheel 6021 May 22 1998 local_passwd.c -rw-r--r-- 1 root wheel 7209 Mar 8 1998 passwd.1 -rw-r--r-- 1 root wheel 5714 Jul 31 1997 passwd.c -rw-r--r-- 1 root wheel 5872 Jul 31 1997 yp_passwd.c paste: total 22 -rw-r--r-- 1 root wheel 74 May 27 1994 Makefile -rw-r--r-- 1 root wheel 4048 Jul 31 1997 paste.1 -rw-r--r-- 1 root wheel 5801 Jul 16 1998 paste.c pr: total 114 -rw-r--r-- 1 root wheel 92 May 27 1994 Makefile -rw-r--r-- 1 root wheel 5571 May 27 1994 egetopt.c -rw-r--r-- 1 root wheel 2741 May 27 1994 extern.h -rw-r--r-- 1 root wheel 8696 Aug 4 1997 pr.1 -rw-r--r-- 1 root wheel 34945 Jul 16 1998 pr.c -rw-r--r-- 1 root wheel 2611 May 27 1994 pr.h printenv: total 16 -rw-r--r-- 1 root wheel 102 May 27 1994 Makefile -rw-r--r-- 1 root wheel 3234 Aug 4 1997 printenv.1 -rw-r--r-- 1 root wheel 2938 Sep 15 1997 printenv.c printf: total 38 -rw-r--r-- 1 root wheel 75 May 27 1994 Makefile -rw-r--r-- 1 root wheel 8251 Aug 4 1997 printf.1 -rw-r--r-- 1 root wheel 8536 Nov 18 1997 printf.c bash-2.02# Is there a way to extract the source off the CD? Forgive me for my ignorance, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 10:58: 8 1999 Delivered-To: freebsd-stable@freebsd.org Received: from web1.aps-services.com (adsl-209-232-134-22.dsl.scrm01.pacbell.net [209.232.134.22]) by hub.freebsd.org (Postfix) with ESMTP id 9730E14FF8 for ; Wed, 9 Jun 1999 10:57:56 -0700 (PDT) (envelope-from davey@web1.aps-services.com) Received: from dave ([192.168.0.12]) by web1.aps-services.com (8.9.1/8.8.6) with SMTP id KAA09970; Wed, 9 Jun 1999 10:54:38 -0700 (PDT) Message-Id: <199906091754.KAA09970@web1.aps-services.com> From: davey@aps-services.com To: Igor Roshchin Date: Wed, 9 Jun 1999 10:59:10 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: source for pkg_add Cc: stable@freebsd.org In-reply-to: <199906091753.MAA22983@alecto.physics.uiuc.edu> References: <199906091738.KAA09898@web1.aps-services.com> from "davey@aps-services.com" at "Jun 9, 1999 10:43:11 am" X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks This should do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 11: 4:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from netrinsics.com (unknown [210.74.178.47]) by hub.freebsd.org (Postfix) with ESMTP id B7FE714F75 for ; Wed, 9 Jun 1999 11:04:01 -0700 (PDT) (envelope-from robinson@netrinsics.com) Received: (from robinson@localhost) by netrinsics.com (8.9.3/8.8.7) id CAA10341 for freebsd-stable@freebsd.org; Thu, 10 Jun 1999 02:02:13 +0800 (CST) (envelope-from robinson) Date: Thu, 10 Jun 1999 02:02:13 +0800 (CST) From: Michael Robinson Message-Id: <199906091802.CAA10341@netrinsics.com> To: freebsd-stable@freebsd.org Subject: Missing 3.2-RELEASE tag in anoncvs Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 Jan 1999, John Polstra wrote: >In article <19990123160814.A50957@znh.org>, >Zach Heilig wrote: >> On Sun, Jan 24, 1999 at 05:37:38AM +0000, Michael Robinson wrote: >> > But when I use: cvs co -rRELENG_3 sys >> > I get: >> > cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied >> >> This can probably be fixed by typing: >> >> chmod +w /cvs/CVSROOT/val-tags >> >> If that doesn't work, figure out a way to manually edit /cvs/CVSROOT/val-tags >> and append this line: >> >> RELENG_3 y > >He's using remote cvs. That line has to be added to the val-tags >file on the server, not on the user's machine. We ran into this once >before. It could fairly be called a bug in CVS. We've run into it again, this time with the tag RELENG_3_2_0_RELEASE. Could someone please add this tag to the anoncvs repository? Thanks. -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 11:11:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 2EAD014F75; Wed, 9 Jun 1999 11:11:37 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id PAA96589; Wed, 9 Jun 1999 15:11:43 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 15:11:43 -0300 (ADT) From: The Hermit Hacker To: "David E. Cross" Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: <199906091754.NAA34746@cs.rpi.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, David E. Cross wrote: > I believe I stumbled over this as well. (As a side note, you can run DDB > over a serial console too, just compile with DDB, and DDB_UNATTENDED so your > system will come back if it unexpectedly panics; on the serial console send > a 'break'). And today's trick question...how do you send a break? :( I'm telnet'd into a Livingston Portmaster, with 'telnet -E' to disable the telnet break...I have DDB and DDB_UNATTENDED enabled and running right now, so if I can get this break issue working, then I'm all set for the next time if it happens :) > Anyway, I have a simple program that mmap()s a 1Gig file into memory, > madvise()s it that it will be doing random access. If I quit and restart > this program a couple of times (yes, it close()s and munmap()s the segment), > my system will hard lock. By dropping into DDB once I found that it was > stuck in 'vm_somethingorother_choosepage'. Does this ring any bells? Should > I try to stop my system again? Just to prepare myself, if/when I get that break to work...you just did a 'trace', or is there something else I'll want to do in DDB? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 11:35:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by hub.freebsd.org (Postfix) with ESMTP id D5F1A14E11; Wed, 9 Jun 1999 11:35:52 -0700 (PDT) (envelope-from crossd@cs.rpi.edu) Received: from cs.rpi.edu (phoenix.cs.rpi.edu [128.113.96.153]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id OAA35583; Wed, 9 Jun 1999 14:35:48 -0400 (EDT) Message-Id: <199906091835.OAA35583@cs.rpi.edu> To: The Hermit Hacker Cc: "David E. Cross" , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: Message from The Hermit Hacker of "Wed, 09 Jun 1999 15:11:43 -0300." Date: Wed, 09 Jun 1999 14:35:48 -0400 From: "David E. Cross" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG by "break" I mean a serial break condition. Take the Tx line out of your box and bring it negative 3-5 volts for a short time, that will be a break. Seriously, the break will need to be sent from the piece of equipment that is connected to the other end of the serial line. It isn't a telnet issue at all. There should be a way to drop into a command mode on the livingston (I have never used one, so I don't know how), and send a RS-232 break to the remote side. After that go back to terminal mode, you should be at a DDB prompt. "trace" should give you what we want to see. Also, if you can configure 'dumpon' and 'savecore' (man savecore, see 'dumpon' in /etc/rc.conf), at that prompt enter 'panic' to get a core dump of your system... you may have to enter 'panic' more than once. I have a spare machine here.. I will try my program on it shortly.. I don't feel like crashing my home machine again... it is in X so DDB doesn't work, and I need to hard down it with the reset button. Plus it is a good 15 minute walk to just get there. -- David Cross | email: crossd@cs.rpi.edu Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD -- David Cross | email: crossd@cs.rpi.edu Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 11:48:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 15AB514BDB; Wed, 9 Jun 1999 11:48:51 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id PAA97131; Wed, 9 Jun 1999 15:48:58 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 15:48:58 -0300 (ADT) From: The Hermit Hacker To: "David E. Cross" Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: <199906091835.OAA35583@cs.rpi.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, David E. Cross wrote: > by "break" I mean a serial break condition. Take the Tx line out of your > box and bring it negative 3-5 volts for a short time, that will be a break. > > Seriously, the break will need to be sent from the piece of equipment that is > connected to the other end of the serial line. It isn't a telnet issue at all. > There should be a way to drop into a command mode on the livingston (I have > never used one, so I don't know how), and send a RS-232 break to the remote > side. After that go back to terminal mode, you should be at a DDB prompt. > "trace" should give you what we want to see. Also, if you can configure > 'dumpon' and 'savecore' (man savecore, see 'dumpon' in /etc/rc.conf), at that > prompt enter 'panic' to get a core dump of your system... you may have to > enter 'panic' more than once. Actually, I have all that enabled, but don't have a file system large enough to dump to :( memory is 384Meg, swap is another 1.6gig :) Will look into the break thing...don't believe there is a way of doing it, but have to search the docs to be certain...thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 12: 0:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by hub.freebsd.org (Postfix) with ESMTP id 82DC114E11; Wed, 9 Jun 1999 12:00:04 -0700 (PDT) (envelope-from crossd@cs.rpi.edu) Received: from cs.rpi.edu (phoenix.cs.rpi.edu [128.113.96.153]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id PAA36152; Wed, 9 Jun 1999 15:00:00 -0400 (EDT) Message-Id: <199906091900.PAA36152@cs.rpi.edu> To: The Hermit Hacker Cc: "David E. Cross" , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: Message from The Hermit Hacker of "Wed, 09 Jun 1999 15:48:58 -0300." Date: Wed, 09 Jun 1999 15:00:00 -0400 From: "David E. Cross" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have more than enough space to do it to. Swap memory is not dumped, only RAM is... typicall it is dumped to the swap partition. In this case you have well more than enough. If your /etc/fstab showed "/dev/da3s1b" as your 1.6 gig swap partition, you would add "dumpon=/dev/da3s1b" to your /etc/rc.conf. then make sure that /var/crash has about 400M available space on it and the OS will take care of the rest for you. After a crash you can do "gdb -k /var/crash/kernel.X /var/crash/vmcore.X" then the standard gdb kernel commands like "bt". -- David Cross | email: crossd@cs.rpi.edu Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 12: 8:52 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id F358114D1A; Wed, 9 Jun 1999 12:08:47 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id QAA97378; Wed, 9 Jun 1999 16:08:46 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 16:08:46 -0300 (ADT) From: The Hermit Hacker To: "David E. Cross" Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: <199906091900.PAA36152@cs.rpi.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, David E. Cross wrote: > You have more than enough space to do it to. Swap memory is not dumped, only > RAM is... typicall it is dumped to the swap partition. In this case you > have well more than enough. Ah, okay, then I mis-read the error ;( I have 1.6gig of swap spread over 10 drives...my largest is only 256Meg ... I'm going to look into getting a dedicated drive for swap added onto that system, since it is a pain to not be able to debug crashes :( Thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 12:18: 0 1999 Delivered-To: freebsd-stable@freebsd.org Received: from phoenix.cl.msu.edu (phoenix.cl.msu.edu [35.9.2.50]) by hub.freebsd.org (Postfix) with ESMTP id EC1951507C for ; Wed, 9 Jun 1999 12:17:58 -0700 (PDT) (envelope-from ikhala@phoenix.cl.msu.edu) Received: (from ikhala@localhost) by phoenix.cl.msu.edu (8.9.3/8.9.3) id PAA79352 for stable@freebsd.org; Wed, 9 Jun 1999 15:19:46 -0400 (EDT) (envelope-from ikhala) Date: Wed, 9 Jun 1999 15:19:45 -0400 From: "I'Khala" To: stable@freebsd.org Subject: Quetion about kernel building on 3.2-stable Message-ID: <19990609151945.A78024@phoenix.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-Operating-System: FreeBSD 3.2-STABLE i386 X-PGP-Fingerprint: 35 95 F8 63 DA 5B 32 51 8F A9 AC 3C B4 74 F3 BA WWW-Home-Page: http://www.msu.edu/~ikhala Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I wanted to build a kernel based on entries in /boot/loader.conf. I happened to comment out the following line from my kernel config file: config kernel root on da0 and after doing a "config", and "make depend", the "make" would fail silently. I guess I really shouldn't say fail, but the prompt would come back immediately without building a kernel, so in that sense it failed. Once I uncommented the config line all was well. Has anyone noticed this before with stable. Removing the config line works in -current. My last cvsup was from May 21st phoenix.cl.msu.edu:jfgreen> what /kernel /kernel: FreeBSD 3.2-STABLE #3: Fri May 21 18:27:19 EDT 1999 thanxs ... #;^) P.S. I've also noticed that my kernel is rather large, i.e.: phoenix.cl.msu.edu:ikhala> ls -l /kernel -r-xr-xr-x 1 root wheel 8736632 May 21 18:39 /kernel* Is this normal? I ask because kernels on my -current boxen are much smaller even if I staticly link klds and include debug symbols ... :( -- I'Khala ikhala@msu.edu 308 Computer Laboratory ikhala@pager.msu.edu Michigan State University http://www.msu.edu/~ikhala East Lansing, MI 48824 +1.517.355.4500 x.151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 12:18:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 6D98F153FE; Wed, 9 Jun 1999 12:18:16 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id QAA97607; Wed, 9 Jun 1999 16:18:25 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 16:18:25 -0300 (ADT) From: The Hermit Hacker To: freebsd-current@freebsd.org Cc: freebsd-stable@freebsd.org Subject: ENABLE_SERIAL_BREAK_KEY...or something? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How hard would it be to add a kernel option that would enable an alternate key to drop to the debugger? Say have it so that if a keystroke of ~b (as suggested by one user) came through on the console line, it would drop to the debugger? I guess the next question is would this even work once the hang happened, of course... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 12:23:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id 9DA8F14E95 for ; Wed, 9 Jun 1999 12:23:20 -0700 (PDT) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id MAA09201; Wed, 9 Jun 1999 12:16:47 -0700 (PDT) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Wed, 09 Jun 1999 12:16:47 -0700 Date: Wed, 9 Jun 1999 12:16:47 -0700 (PDT) From: X-Sender: kip@luna To: "I'Khala" Cc: stable@freebsd.org Subject: Re: Quetion about kernel building on 3.2-stable In-Reply-To: <19990609151945.A78024@phoenix.cl.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: ikhala@phoenix.cl.msu.edu,stable@freebsd.org X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mine is smaller: -r-xr-xr-x 1 root wheel 2476260 Jun 6 01:48 /kernel* On Wed, 9 Jun 1999, I'Khala wrote: > Hello, > I wanted to build a kernel based on entries in /boot/loader.conf. I happened > to comment out the following line from my kernel config file: > > config kernel root on da0 > > and after doing a "config", and "make depend", the "make" would fail silently. I guess > I really shouldn't say fail, but the prompt would come back immediately without > building a kernel, so in that sense it failed. Once I uncommented the config line > all was well. Has anyone noticed this before with stable. Removing the config line > works in -current. My last cvsup was from May 21st > > phoenix.cl.msu.edu:jfgreen> what /kernel > /kernel: > FreeBSD 3.2-STABLE #3: Fri May 21 18:27:19 EDT 1999 > > thanxs ... > > #;^) > > P.S. > I've also noticed that my kernel is rather large, i.e.: > > phoenix.cl.msu.edu:ikhala> ls -l /kernel > -r-xr-xr-x 1 root wheel 8736632 May 21 18:39 /kernel* > > Is this normal? I ask because kernels on my -current boxen are much > smaller even if I staticly link klds and include debug symbols ... :( > > -- > I'Khala ikhala@msu.edu > 308 Computer Laboratory ikhala@pager.msu.edu > Michigan State University http://www.msu.edu/~ikhala > East Lansing, MI 48824 +1.517.355.4500 x.151 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 13: 5:38 1999 Delivered-To: freebsd-stable@freebsd.org Received: from amanda.qmpgmc.ac.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id 7086814C15 for ; Wed, 9 Jun 1999 13:05:35 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg (gquinlan [194.81.0.56]) by amanda.qmpgmc.ac.uk (8.9.3/8.9.3) with SMTP id VAA08772 for ; Wed, 9 Jun 1999 21:03:23 +0100 (BST) Message-ID: <00e201beb2b3$670f5220$380051c2@qmpgmc.ac.uk> Reply-To: "Greg Quinlan" From: "Greg Quinlan" To: Subject: NATD & First Hop Problems Date: Wed, 9 Jun 1999 21:05:20 +0100 Organization: Queen Mary's Hospital (SWLCT) X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Has anyone experienced any problems using "natd" and Bay Network Routers (spec. Baystack Access Mode routers) ( I also have the exact same problem with pre- 10.x HP-UX. ****BUT NOT 10.04 or 11.00) (SUN pre-2.6 is also a problem) The problem is, that I am unable to ping anything (or route), via these machines beyond the first hop. ie. the natd machine in the middle. No problem with Cisco's Routers, or other Unix-ies. If I bounce the traffic from the offending systems to a Cisco router then back to the natd box... no problem, it works. Any clues? Could this be the cause? tcp_extensions="YES" # Disallow RFC1323 extensions (or YES). Or a 10.x.x.x Network Structure? Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 14: 3:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mserv.rug.ac.be (mserv.rug.ac.be [157.193.40.37]) by hub.freebsd.org (Postfix) with ESMTP id E9BEF15442 for ; Wed, 9 Jun 1999 14:03:27 -0700 (PDT) (envelope-from Tony.Voet@rug.ac.be) Received: from allserv.rug.ac.be (allserv.rug.ac.be [157.193.40.42]) by mserv.rug.ac.be (8.9.0/8.9.0) with ESMTP id XAA24755; Wed, 9 Jun 1999 23:03:26 +0200 (MET DST) Received: from rug.ac.be (pdln1p42.rug.ac.be [157.193.30.42]) by allserv.rug.ac.be (8.9.0/8.9.0) with ESMTP id XAA18019; Wed, 9 Jun 1999 23:03:23 +0200 (MET DST) Message-ID: <375ED60B.C871D6AC@rug.ac.be> Date: Wed, 09 Jun 1999 23:00:59 +0200 From: Tony Voet Organization: Gent University - Radiology X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: nl, en, fr, de MIME-Version: 1.0 To: "I'Khala" Cc: stable@FreeBSD.ORG Subject: Re: Quetion about kernel building on 3.2-stable References: <19990609151945.A78024@phoenix.cl.msu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'Khala wrote: > > I've also noticed that my kernel is rather large, i.e.: > > phoenix.cl.msu.edu:ikhala> ls -l /kernel > -r-xr-xr-x 1 root wheel 8736632 May 21 18:39 /kernel* Now that's a man's kernel :) A home workstation: -r-xr-xr-x 1 root wheel 1212150 May 28 23:31 /kernel* A small firewall/server: -r-xr-xr-x 1 root wheel 1058825 Jun 8 10:27 /kernel* tv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 14:13:11 1999 Delivered-To: freebsd-stable@freebsd.org Received: from phoenix.cl.msu.edu (phoenix.cl.msu.edu [35.9.2.50]) by hub.freebsd.org (Postfix) with ESMTP id B6A1A155AA for ; Wed, 9 Jun 1999 14:13:08 -0700 (PDT) (envelope-from ikhala@phoenix.cl.msu.edu) Received: (from ikhala@localhost) by phoenix.cl.msu.edu (8.9.3/8.9.3) id RAA01356; Wed, 9 Jun 1999 17:15:30 -0400 (EDT) (envelope-from ikhala) Date: Wed, 9 Jun 1999 17:15:30 -0400 From: "I'Khala" To: Tony Voet Cc: stable@freebsd.org Subject: Re: Quetion about kernel building on 3.2-stable Message-ID: <19990609171530.A1028@phoenix.cl.msu.edu> References: <19990609151945.A78024@phoenix.cl.msu.edu> <375ED60B.C871D6AC@rug.ac.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375ED60B.C871D6AC@rug.ac.be>; from Tony Voet on Wed, Jun 09, 1999 at 11:00:59PM +0200 X-Operating-System: FreeBSD 3.2-STABLE i386 X-PGP-Fingerprint: 35 95 F8 63 DA 5B 32 51 8F A9 AC 3C B4 74 F3 BA WWW-Home-Page: http://www.msu.edu/~ikhala Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Tony Voet (Tony.Voet@rug.ac.be): > I'Khala wrote: > > > > I've also noticed that my kernel is rather large, i.e.: > > > > phoenix.cl.msu.edu:ikhala> ls -l /kernel > > -r-xr-xr-x 1 root wheel 8736632 May 21 18:39 /kernel* > > Now that's a man's kernel :) heh, heh, heh. It's alive!, It's alive!! ... #;^) > > A home workstation: > > -r-xr-xr-x 1 root wheel 1212150 May 28 23:31 /kernel* > > A small firewall/server: > > -r-xr-xr-x 1 root wheel 1058825 Jun 8 10:27 /kernel* > > tv What's interesting is that I have pretty much the same options on my -current box and I have the following bantu.cl.msu.edu:dervish> ls -l /kernel -r-xr-xr-x 1 root wheel 1729523 Jun 3 13:55 /kernel* Anyway, I'm looking into it still ... #;^) -- I'Khala ikhala@msu.edu 308 Computer Laboratory ikhala@pager.msu.edu Michigan State University http://www.msu.edu/~ikhala East Lansing, MI 48824 +1.517.355.4500 x.151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 14:17:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 87903151E8 for ; Wed, 9 Jun 1999 14:17:21 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 10rpiq-0002Bm-00 for freebsd-stable@FreeBSD.ORG; Wed, 9 Jun 1999 17:17:20 -0400 Date: Wed, 9 Jun 1999 17:17:19 -0400 From: Peter Radcliffe To: freebsd-stable@FreeBSD.ORG Subject: Re: MMAP() in STABLE/CURRENT ... Message-ID: <19990609171719.A6700@pir.net> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <199906091835.OAA35583@cs.rpi.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from The Hermit Hacker on Wed, Jun 09, 1999 at 03:48:58PM -0300 X-fish: < Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Hermit Hacker probably said: > On Wed, 9 Jun 1999, David E. Cross wrote: > > by "break" I mean a serial break condition. Take the Tx line out of your > > box and bring it negative 3-5 volts for a short time, that will be a break. > > > > Seriously, the break will need to be sent from the piece of equipment that is > > connected to the other end of the serial line. It isn't a telnet issue at all. > > There should be a way to drop into a command mode on the livingston (I have > > never used one, so I don't know how), and send a RS-232 break to the remote > > side. After that go back to terminal mode, you should be at a DDB prompt. > Will look into the break thing...don't believe there is a way of doing it, > but have to search the docs to be certain...thanks... When I used to telnet to portmasters (and ciscos, these days) used as console servers all I did was control-] to get the telnet command mode and type 'send brk', the portmaster sends the electrical signal. P. -- pir pir@pir.net pir@shore.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 14:30:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id A575914D4C for ; Wed, 9 Jun 1999 14:30:43 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id SAA99122; Wed, 9 Jun 1999 18:30:43 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 18:30:43 -0300 (ADT) From: The Hermit Hacker To: Peter Radcliffe Cc: freebsd-stable@FreeBSD.ORG Subject: Re: MMAP() in STABLE/CURRENT ... In-Reply-To: <19990609171719.A6700@pir.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Peter Radcliffe wrote: > The Hermit Hacker probably said: > > On Wed, 9 Jun 1999, David E. Cross wrote: > > > > by "break" I mean a serial break condition. Take the Tx line out of your > > > box and bring it negative 3-5 volts for a short time, that will be a break. > > > > > > Seriously, the break will need to be sent from the piece of equipment that is > > > connected to the other end of the serial line. It isn't a telnet issue at all. > > > There should be a way to drop into a command mode on the livingston (I have > > > never used one, so I don't know how), and send a RS-232 break to the remote > > > side. After that go back to terminal mode, you should be at a DDB prompt. > > > Will look into the break thing...don't believe there is a way of doing it, > > but have to search the docs to be certain...thanks... > > When I used to telnet to portmasters (and ciscos, these days) used as > console servers all I did was control-] to get the telnet command mode > and type 'send brk', the portmaster sends the electrical signal. Livingston, in their infinite wisdom, "fixed this bug" in v3.1.4 of ComOS *sigh* Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 15:48:44 1999 Delivered-To: freebsd-stable@freebsd.org Received: from servo.ccr.org (servo.ccr.org [198.3.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 1FBC915243 for ; Wed, 9 Jun 1999 15:48:42 -0700 (PDT) (envelope-from mo@servo.ccr.org) Received: (from mo@localhost) by servo.ccr.org (8.9.2/8.9.2) id SAA48361 for freebsd-stable@freebsd.org; Wed, 9 Jun 1999 18:48:41 -0400 (EDT) (envelope-from mo) Date: Wed, 9 Jun 1999 18:48:41 -0400 (EDT) From: "Mike O'Dell" Message-Id: <199906092248.SAA48361@servo.ccr.org> To: freebsd-stable@freebsd.org Subject: sending breaks on com ports.... Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG welllllll, back in the days before hacked drivers that would wiggle the break bit in the DH-11 registers, we did the following, assuming the port was set for some relatively speedy speed (4800 or 9600): (1) set the port to the slowest baud rate it supports - probably 50 baud (2) set the mode for 8 bits no parity (3) write a buffer of 0x00 to the port usually worked just fine -mo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 22:19:41 1999 Delivered-To: freebsd-stable@freebsd.org Received: from netrinsics.com (unknown [210.74.172.223]) by hub.freebsd.org (Postfix) with ESMTP id E5EA614EFC for ; Wed, 9 Jun 1999 22:18:50 -0700 (PDT) (envelope-from robinson@netrinsics.com) Received: (from robinson@localhost) by netrinsics.com (8.9.3/8.8.7) id NAA14698 for freebsd-stable@FreeBSD.ORG; Thu, 10 Jun 1999 13:16:50 +0800 (CST) (envelope-from robinson) Date: Thu, 10 Jun 1999 13:16:50 +0800 (CST) From: Michael Robinson Message-Id: <199906100516.NAA14698@netrinsics.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: Missing 3.2-RELEASE tag in anoncvs In-Reply-To: <199906091802.CAA10341@netrinsics.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to get 3.2-RELEASE kernel source to patch with the latest PAO. Could any cvs gurus confirm that these two formulations are basically equivalent? cvs co -rRELENG_3_2_0_RELEASE src/sys cvs co -rRELENG_3 -D "1999-05-14 20:00" src/sys Thanks. -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 22:41:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from blockhead.mincom.com (blockhead1.mincom.com [203.55.175.241]) by hub.freebsd.org (Postfix) with ESMTP id 7961C14BE4; Wed, 9 Jun 1999 22:41:31 -0700 (PDT) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id PAA69591; Thu, 10 Jun 1999 15:41:29 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdd69588; Thu Jun 10 15:41:24 1999 Received: (from philh@localhost) by porthole.mincom.oz.au (8.8.8/8.8.5) id PAA29619; Thu, 10 Jun 1999 15:41:24 +1000 (EST) Date: Thu, 10 Jun 1999 15:41:24 +1000 From: Phil Homewood To: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? Message-ID: <19990610154124.F22693@mincom.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from The Hermit Hacker on Wed, Jun 09, 1999 at 04:18:25PM -0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Hermit Hacker wrote: > How hard would it be to add a kernel option that would enable an alternate > key to drop to the debugger? Say have it so that if a keystroke of ~b (as > suggested by one user) came through on the console line, it would drop to > the debugger? Would be most excellent if this could be done. A couple of boxen I have here have serial consoles attached to other machines which do a very good simulation of a break when the controlling process leaves them. Dropping to DDB every time you reboot the other machine is, uh, less than desirable behaviour. :-) (Perhaps this thread should go to -hackers?) -- Phil Homewood DNRC email: philh@mincom.com Postmaster and BOFH Mincom Pty Ltd phone: +61-7-3303-3524 Brisbane, QLD Australia fax: +61-7-3303-3269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 22:48:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from imc01.ex.nus.edu.sg (imc01.ex.nus.edu.sg [137.132.14.60]) by hub.freebsd.org (Postfix) with ESMTP id EFC3814BE4; Wed, 9 Jun 1999 22:48:40 -0700 (PDT) (envelope-from ccegongw@nus.edu.sg) Received: by imc01.ex.nus.edu.sg with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 13:49:15 +0800 Message-ID: <762388C091FAD01180FF00A024621378E8EECB@exs01.ex.nus.edu.sg> From: Gong Wei To: "'freebsd-questions@freebsd.org'" Cc: "'freebsd-stable@freebsd.org'" Subject: max proc and maxfileno (anything else?) Date: Thu, 10 Jun 1999 13:49:26 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01BEB304.F8652794" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01BEB304.F8652794 Content-Type: text/plain; charset="ISO-8859-1" Hi all, Description: Every user login to the campus network will have exactly one connection to a Samba server throughout his whole logon session. This connection is in fact quite idle, there will be very little (if any) traffic. But, one connection will cost (at least) one additional process (smbd) plus one estabilished TCP connection on the server. With 1166 such connections, my testing machine got 1183 process, 154MB active memory, 298 Used Swap space and "netstat -an | egrep EST | wc -l" gives 1160 as the output. So my question is: 1. what would be the hardware requirement? Can I just put in more swap instead of RAM since most of the time the connection is actually idling. Now my machine has 256MB of RAM and 1GB of swap. 2. how can I fine-tune the kernel? What I have done is recompile the kernel with MAXUSERs=1024, then set kern.maxfiles=15000, kern.maxfilesperproc=10240, ulimit -n 10240 before start samba daemon. Is this sufficient? I couldn't generate the real load as the school is in vacation. In fact our production server is a Linux machine. But I can forseen a lot problem when term starts and all students come back to school. So I am looking at the possibility of using FreeBSD instead. Any one has any suggestion on the "release" I should use? I have installed Release 3.2 on a testing machine, with PII 400, 258MB Ram, 1GB SWAP, identical hardware setting as the production machine. ------_=_NextPart_000_01BEB304.F8652794 Content-Type: application/octet-stream; name="Gong Wei.vcf" Content-Disposition: attachment; filename="Gong Wei.vcf" BEGIN:VCARD VERSION:2.1 N:Wei;Gong;;; FN:Gong Wei ORG:National University of Singapore; TITLE:Analyst Programmer TEL;WORK;VOICE:+65 8746421 TEL;PAGER;VOICE:+65 94963742 TEL;WORK;FAX:+65 7780198 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Computer Centre=0D=0ANational University of Singapore=0D=0A2 Engineering D= rive 4;Singapore;;117584;Singapore LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Computer Centre=0D=0ANational University of Singapore=0D=0A2 Engineering Dri= ve 4=0D=0ASingapore, 117584=0D=0ASingapore EMAIL;PREF;INTERNET:ccegongw@nus.edu.sg REV:19990518T103531Z END:VCARD ------_=_NextPart_000_01BEB304.F8652794-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jun 9 23:22:52 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jason.argos.org (a1-3b169.neo.rr.com [24.93.181.169]) by hub.freebsd.org (Postfix) with ESMTP id 4AFB514E9B; Wed, 9 Jun 1999 23:22:48 -0700 (PDT) (envelope-from mike@argos.org) Received: from localhost (mike@localhost) by jason.argos.org (8.9.1/8.9.1) with ESMTP id CAA10225; Thu, 10 Jun 1999 02:27:30 -0400 Date: Thu, 10 Jun 1999 02:27:30 -0400 (EDT) From: Mike Nowlin To: Phil Homewood Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? In-Reply-To: <19990610154124.F22693@mincom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > key to drop to the debugger? Say have it so that if a keystroke of ~b (as > > Would be most excellent if this could be done. A couple of boxen I > have here have serial consoles attached to other machines which > do a very good simulation of a break when the controlling process > leaves them. Dropping to DDB every time you reboot the other machine > is, uh, less than desirable behaviour. :-) Agreed, but this may be quite a project... doing a "cd ~bob" would be fun. :) You would pretty much have to implement some timing requirements, but I imagine that it could bulk up that section of the kernel pretty easily. One thing that might help (assuming you CAN generate a break) is to watch DCD (or some other control line(s)). Generally, when a break is sent intentionally, the DCD line is active -- when the kernel detects a break, wait until after it's finished, then check DCD. If it's high, drop to debugger. If it's low, somebody either turned the terminal off or dropped outta kermit. (I have the displeasure of maintaining an AIX box that does something similar to this. Before the upgrade that fixed this problem, turning off the serial console brought the whole machine down.) --Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 0:31:34 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ewey.excite.com (ewey-rwcmta.excite.com [198.3.99.191]) by hub.freebsd.org (Postfix) with ESMTP id BFEDB14E62 for ; Thu, 10 Jun 1999 00:31:33 -0700 (PDT) (envelope-from tanizaki@excite.com) Received: from canyon.excite.com ([199.172.152.178]) by ewey.excite.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19990610073133.SDNA2244.ewey@canyon.excite.com> for ; Thu, 10 Jun 1999 00:31:33 -0700 From: tanizaki@excite.com To: freebsd-stable@FreeBSD.ORG Subject: burning a cd Message-Id: <928999892.205.905@excite.com> Date: Thu, 10 Jun 1999 00:31:32 PDT X-Mailer: Excite Mail X-Sender-Ip: 206.180.128.146 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone point me towards some good documentation on how to burn a cd-rom with a HP 7200 cd-writer (ide) on 3.1 stable? Thanks, Matt Stacker tanizaki@mailexcite.com _______________________________________________________ Get your free, private email at http://mail.excite.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 0:34:44 1999 Delivered-To: freebsd-stable@freebsd.org Received: from blockhead.mincom.com (blockhead1.mincom.com [203.55.175.241]) by hub.freebsd.org (Postfix) with ESMTP id A69AE14ECA; Thu, 10 Jun 1999 00:34:38 -0700 (PDT) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id RAA74838; Thu, 10 Jun 1999 17:34:36 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdT74834; Thu Jun 10 17:34:32 1999 Received: (from philh@localhost) by porthole.mincom.oz.au (8.8.8/8.8.5) id RAA03648; Thu, 10 Jun 1999 17:34:32 +1000 (EST) Date: Thu, 10 Jun 1999 17:34:32 +1000 From: Phil Homewood To: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? Message-ID: <19990610173432.K29796@mincom.com> References: <19990610154124.F22693@mincom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from Mike Nowlin on Thu, Jun 10, 1999 at 02:27:30AM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Nowlin wrote: > Agreed, but this may be quite a project... doing a "cd ~bob" would be > fun. :) You would pretty much have to implement some timing > requirements, but I imagine that it could bulk up that section of the > kernel pretty easily. Yep. I started to hack something like this into sio.c in the days of 2.1, then the need disappeared for a while and I never completed it. > One thing that might help (assuming you CAN > generate a break) is to watch DCD (or some other control line(s)). Yes. (DSR also jumps to mind.) > Generally, when a break is sent intentionally, the DCD line is active -- > when the kernel detects a break, wait until after it's finished, then > check DCD. If it's high, drop to debugger. If it's low, somebody either > turned the terminal off or dropped outta kermit. Excellent idea. > (I have the displeasure of maintaining an AIX box that does something > similar to this. Before the upgrade that fixed this problem, turning off > the serial console brought the whole machine down.) Suns tend to do it too. Great fun when patch-monkeys disturb the cable to the console... :-) -- Phil Homewood DNRC email: philh@mincom.com Postmaster and BOFH Mincom Pty Ltd phone: +61-7-3303-3524 Brisbane, QLD Australia fax: +61-7-3303-3269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 0:35:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fw.bby.com.au (ns.bby.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 8DB7E15257 for ; Thu, 10 Jun 1999 00:35:20 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: (from daemon@localhost) by fw.bby.com.au (8.8.8/8.6.9) id RAA15041; Thu, 10 Jun 1999 17:35:19 +1000 (EST) Received: from lightning.itga.com.au(192.168.71.20) via SMTP by fw.bby.com.au, id smtpd015034; Thu Jun 10 07:35:10 1999 Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id RAA24385; Thu, 10 Jun 1999 17:35:10 +1000 (EST) Message-Id: <199906100735.RAA24385@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: tanizaki@excite.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd In-reply-to: Your message of Thu, 10 Jun 1999 00:31:32 -0700. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 17:35:09 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/share/examples/atapi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 0:48:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from kalamalka.gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190]) by hub.freebsd.org (Postfix) with ESMTP id 0317C14F4A for ; Thu, 10 Jun 1999 00:48:23 -0700 (PDT) (envelope-from richard@homemail.com) Received: from [10.0.0.4] ([10.0.0.4]) by kalamalka.gizzywump.com (8.9.3/8.9.3) with ESMTP id AAA53511; Thu, 10 Jun 1999 00:48:21 -0700 (PDT) (envelope-from richard@homemail.com) X-Sender: kiss@pop.ogopogo.net Message-Id: In-Reply-To: <928999892.205.905@excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 10 Jun 1999 00:48:18 -0700 To: tanizaki@excite.com From: Richard Kiss Subject: Re: burning a cd Cc: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Can anyone point me towards some good documentation on how to burn a cd-rom >with a HP 7200 cd-writer (ide) on 3.1 stable? > > >Thanks, > >Matt Stacker Check my web site at for info on FreeBSD 2.2.7. The information is a bit out of date and doesn't work completely in 3.x anymore, but there are still some useful details and links there. There are a couple scripts that might help you; try /usr/share/examples/atapi/burndata or /usr/share/examples/atapi/burnaudio. For example, sh /usr/share/examples/atapi/burndata wcd0a cd-image-file-created-with-mkisofs The problem is, it doesn't work for me. Like you, I have an HP-7200i. The last time I was able to build a CD-ROM was in 2.2.8. It almost seems (this is very unscientific) that it never actually writes, but just goes into test mode. Blanking a CD-RW doesn't seem to work. Writing just plain don't work. Please let me know if you can get it to work. I've been very frustrated with this for quite some time. Good luck! -- Richard ---------------------------------------------------------- Richard Kiss 140 Locksunart Way #8 Sunnyvale, CA, 94087 richard@homemail.com http://www.ogopogo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 1:12:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thneed.ubergeeks.com (thneed.ubergeeks.com [206.205.41.245]) by hub.freebsd.org (Postfix) with ESMTP id EB908159E4 for ; Thu, 10 Jun 1999 01:12:39 -0700 (PDT) (envelope-from adrian@ubergeeks.com) Received: from localhost (adrian@localhost) by thneed.ubergeeks.com (8.9.3/8.9.3) with ESMTP id EAA06302; Thu, 10 Jun 1999 04:12:07 -0400 (EDT) (envelope-from adrian@ubergeeks.com) X-Authentication-Warning: thneed.ubergeeks.com: adrian owned process doing -bs Date: Thu, 10 Jun 1999 04:12:07 -0400 (EDT) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: Keith Stevenson Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Book In-Reply-To: <19990609102705.D20223@homer.louisville.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, I held a copy in my hands a copy of the 3rd ediditon at the Walnust Creek vendor booth at USENIX today. I believe it will be shipping RSN. cheers, Adrian -- [ adrian@ubergeeks.com -- Ubergeeks Consulting -- http://www.ubergeeks.com/ ] On Wed, 9 Jun 1999, Keith Stevenson wrote: > I spoke with the author, Greg Lehey, last night and he said that the updated > for FreeBSD3 version should be back from the printers and ready for > distribution this week. > > Regards, > --Keith Stevenson-- > > -- > Keith Stevenson > System Programmer - Data Center Services - University of Louisville > k.stevenson@louisville.edu > PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 > > On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > > Sorry. I'm aware that this is the wrong list for this question but would > > like to ask a very simple question. > > I bought the book . The Complete FreeBSD back when I had 2.2.5. > > Has there been any updates to the book to reflect any changes? Is the book > > still valid for for 3x systems? > > > > Or. Point me to the proper list for this question. > > > > Thank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 2:35:43 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dbft.daimlerbenz.com (venus.dbft.daimlerbenz.com [53.122.79.10]) by hub.freebsd.org (Postfix) with SMTP id 4481414E58 for ; Thu, 10 Jun 1999 02:35:40 -0700 (PDT) (envelope-from ritwik@dbrci.blr.daimlerbenz.com) Received: by dbft.daimlerbenz.com; id LAA13789; Thu, 10 Jun 1999 11:23:42 +0200 Received: from mail.dbrci.blr.daimlerbenz.com(53.248.60.16) by venus.dbft.daimlerbenz.com via smap (V4.2) id xma012404; Thu, 10 Jun 99 11:22:37 +0200 Received: from hamsadhwani.dbrci.blr.daimlerbenz.com [53.248.60.17] by soham.dbrci.blr.DaimlerBenz.COM with esmtp (Exim 1.73 #1) id 10s0zD-0006Og-00; Thu, 10 Jun 1999 14:48:59 +0530 Date: Thu, 10 Jun 1999 14:47:39 +0530 (IST) From: Ritwik Bhattacharya To: ru@ucb.crimea.ua Cc: freebsd-stable@freebsd.org Subject: 2.2.8 -> 3.2 upgrade Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ruslan, I would like to upgrade from 2.2.8 to 3.2-STABLE. I found an article by you at http://www.dvl-software.com/freebsd/upgrade31.htm, which describes your experience when movingfrom 2.2.8 to 3.1. Are the same steps applicable to an upgrade to 3.2, or does something more need to be done ? Thanks for any advice. Ritwik The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. -- George Bernard Shaw ------------------------------------------------------------------ Daimler Benz Research Center India 302 A Somerset Apartments 137, Infantry Road 18 MG Road Bangalore 560 001 Bangalore 560 001 India India Tel : +91 80 286 1722 Fax : +91 80 286 1723 Mail : ritwik@dbrci.blr.daimlerbenz.com ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 2:35:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by hub.freebsd.org (Postfix) with ESMTP id 4336414DFA for ; Thu, 10 Jun 1999 02:35:32 -0700 (PDT) (envelope-from adamo@dblab.ece.ntua.gr) Received: from dblab.ece.ntua.gr (ithaca.dbnet.ece.ntua.gr [147.102.12.1]) by ulysses.noc.ntua.gr (8.9.3/8.9.3) with ESMTP id MAA22405; Thu, 10 Jun 1999 12:35:21 +0300 (EET DST) Received: from hawk.dbnet.ece.ntua.gr (hawk.dbnet.ece.ntua.gr [147.102.12.8]) by dblab.ece.ntua.gr (8.9.3/8.9.3) with ESMTP id MAA24687; Thu, 10 Jun 1999 12:35:31 GMT Received: (from george@localhost) by hawk.dbnet.ece.ntua.gr (8.9.3/8.9.2) id MAA60087; Thu, 10 Jun 1999 12:35:21 +0300 (EEST) Date: Thu, 10 Jun 1999 12:35:21 +0300 From: Yiorgos Adamopoulos To: "I'Khala" Cc: Tony Voet , stable@FreeBSD.ORG Subject: Re: Quetion about kernel building on 3.2-stable Message-ID: <19990610123521.A60043@dblab.ece.ntua.gr> Reply-To: adamo@dblab.ece.ntua.gr References: <19990609151945.A78024@phoenix.cl.msu.edu> <375ED60B.C871D6AC@rug.ac.be> <19990609171530.A1028@phoenix.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990609171530.A1028@phoenix.cl.msu.edu>; from I'Khala on Wed, Jun 09, 1999 at 05:15:30PM -0400 X-Organization: Knowledge and Data Base Systems Laboratory, National Technical University of Athens, GREECE X-URL: http://home.eu.org/~adamo X-Alt-Email: adamo@tupac.com X-Work-Phone: +30-1-772-1-436 X-Work-FAX: +30-1-772-1-442 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 05:15:30PM -0400, I'Khala wrote: > > > -r-xr-xr-x 1 root wheel 8736632 May 21 18:39 /kernel* Could this be the result of profiling/debugging options of some kind? -- Yiorgos Adamopoulos -- #include adamo@dblab.ece.ntua.gr -- Knowledge and Data Base Systems Laboratory, NTUA --adamo KIEp lwWulm ECsEIt0 m9 CPEc B-x Ou LbM Sc++++++++++ T+ A4 H6o b2 D0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 4:48: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 27D2E14D36 for ; Thu, 10 Jun 1999 04:46:10 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id OAA79268; Thu, 10 Jun 1999 14:14:20 +0300 (EEST) (envelope-from ru) Date: Thu, 10 Jun 1999 14:14:19 +0300 From: Ruslan Ermilov To: Ritwik Bhattacharya Cc: freebsd-stable@freebsd.org Subject: Re: 2.2.8 -> 3.2 upgrade Message-ID: <19990610141419.A77875@relay.ucb.crimea.ua> Mail-Followup-To: Ritwik Bhattacharya , freebsd-stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Ritwik Bhattacharya on Thu, Jun 10, 1999 at 02:47:39PM +0530 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 02:47:39PM +0530, Ritwik Bhattacharya wrote: > Hi Ruslan, > > I would like to upgrade from 2.2.8 to 3.2-STABLE. I found an article by > you at http://www.dvl-software.com/freebsd/upgrade31.htm, which describes > your experience when movingfrom 2.2.8 to 3.1. Are the same steps > applicable to an upgrade to 3.2, or does something more need to be done ? > Thanks for any advice. > ``aout-to-elf-build'' in multi user followed by ``aout-to-elf-install'' in single user should be fine. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 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-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 5: 4:24 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 70A4B14D36; Thu, 10 Jun 1999 05:04:20 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id JAA29364; Thu, 10 Jun 1999 09:04:11 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Thu, 10 Jun 1999 09:04:10 -0300 (ADT) From: The Hermit Hacker To: Mike Nowlin Cc: Phil Homewood , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Mike Nowlin wrote: > > > key to drop to the debugger? Say have it so that if a keystroke of ~b (as > > > > Would be most excellent if this could be done. A couple of boxen I > > have here have serial consoles attached to other machines which > > do a very good simulation of a break when the controlling process > > leaves them. Dropping to DDB every time you reboot the other machine > > is, uh, less than desirable behaviour. :-) > > Agreed, but this may be quite a project... doing a "cd ~bob" would be the general idea is that this wouldn't only register as a 'break' when issud over the serial console, nowhere else...I know, some ppl use the serial console as a regular login, but my experience is that its painfully slow and good "for maintenance only" Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 5:53:20 1999 Delivered-To: freebsd-stable@freebsd.org Received: from prisoner.onesoft.com (unknown [208.209.133.45]) by hub.freebsd.org (Postfix) with ESMTP id D566214F0D; Thu, 10 Jun 1999 05:52:55 -0700 (PDT) (envelope-from bsletten@nova.org) Received: from nova.org (sam-gatt0011.comm.hq.af.mil [134.205.87.92]) by prisoner.onesoft.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id MS4JFDMC; Thu, 10 Jun 1999 08:53:51 -0400 Message-ID: <375FB5CF.430953BB@nova.org> Date: Thu, 10 Jun 1999 08:55:43 -0400 From: Brian Sletten X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Richard Kiss Cc: tanizaki@excite.com, freebsd-stable@FreeBSD.ORG, freebsd-hardware@freebsd.org Subject: Re: burning a cd References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Can anyone point me towards some good documentation on how to burn a cd-rom >with a HP 7200 cd-writer (ide) on 3.1 stable? > > >Thanks, > >Matt Stacker Please post any information you may find, Matt/Richard. When I bought my machine from a company that builds FreeBSD machines, they asked me if I wanted a CD-RW. The one they were selling was an HP 8200i. I asked if it worked w/ FreeBSD and was told that it did. Quite distressingly, it did not. I have yet to burn a CD w/ this device under 2.2.8, 3.0.X, 3.1, or 3.2. Admittedly, I haven't had a ton of time to look at it, but all attempts to find information and guidance on this topic have gone basically unanswered. All docs/suggestions that I've found haven't worked. I realize the ATAPI support has been a moving target. I expect that support for the 7200/8200 will fallout eventually. I'd be curious to know if anyone else has had success with these particular drives. Jonathan Bresler recommended I ask about this on freebsd-hardware so I'm CC'ing this there too. I appreciate any info anyone may have. Thanks. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 6:22:39 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as5-008.rp-plus.de [149.221.239.72]) by hub.freebsd.org (Postfix) with ESMTP id BA88214F0D for ; Thu, 10 Jun 1999 06:22:29 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id OAA70528; Thu, 10 Jun 1999 14:32:37 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id OAA02220; Thu, 10 Jun 1999 14:32:43 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Thu, 10 Jun 1999 14:32:43 +0200 To: Richard Kiss Cc: tanizaki@excite.com, freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd Message-ID: <19990610143243.B2105@cichlids.cichlids.com> References: <928999892.205.905@excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Richard Kiss (richard@homemail.com): > last time I was able to build a CD-ROM was in 2.2.8. It almost seems (this > is very unscientific) that it never actually writes, but just goes into > test mode. Blanking a CD-RW doesn't seem to work. Writing just plain don't > work. > Please let me know if you can get it to work. I've been very frustrated > with this for quite some time. Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the info :) It returns an input/output error when finishing writing, but the CD is ok. I just copied a 2.2.7 CD with it for testing-purposes and it also boots from it. Thnx Alex -- ************** I doubt, therefore I might be. ************** *** Send email to to get PGP-Key *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 6:25:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 6BCF315194 for ; Thu, 10 Jun 1999 06:25:15 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 54984 invoked from network); 10 Jun 1999 13:25:13 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by pop3-3.enteract.com with SMTP; 10 Jun 1999 13:25:13 -0000 Date: Thu, 10 Jun 1999 08:25:11 -0500 (CDT) From: John Sconiers To: Brian Sletten Cc: Richard Kiss , tanizaki@excite.com, freebsd-stable@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: burning a cd In-Reply-To: <375FB5CF.430953BB@nova.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Can anyone point me towards some good documentation on how to burn a cd-rom > >with a HP 7200 cd-writer (ide) on 3.1 stable? problems with the sertup or software. have you tried xcdroast in Linux mode. JOHN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 7: 5:50 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop05.iname.net (pop05.iname.net [165.251.8.70]) by hub.freebsd.org (Postfix) with ESMTP id DD58014E8E; Thu, 10 Jun 1999 07:05:44 -0700 (PDT) (envelope-from jschwab@royal.net) Received: from freaker (usr15-dialup78.mix1.Irving.cw.net [166.62.215.80]) by pop05.iname.net (8.9.0/8.8.0) with SMTP id KAA17367; Thu, 10 Jun 1999 10:05:38 -0400 (EDT) Message-Id: <199906101405.KAA17367@pop05.iname.net> X-Sender: lb012226@mail.iname.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Thu, 10 Jun 1999 08:03:43 -0600 To: Brian Sletten , Richard Kiss From: "Jason L. Schwab" Subject: Re: burning a cd Cc: tanizaki@excite.com, freebsd-stable@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG In-Reply-To: <375FB5CF.430953BB@nova.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear People, I have burned several cd under freebsd using that burndata script. I have an Mitsumi IDE 4x CDR.. it works great under freebsd... you need to use acdXc instead of wcdXc to use your burner for burning. like so: make the image file to burn with mkisofs ... for this i'll call it image.img % cd /usr/share/examples/atapi % sh burndata acd1c image.img it'll go thro and burn the cd. it works great. let me know if you can't get it to work! -- cya At 08:55 AM 6/10/99 -0400, Brian Sletten wrote: >>Can anyone point me towards some good documentation on how to burn a cd-rom >>with a HP 7200 cd-writer (ide) on 3.1 stable? >> >> >>Thanks, >> >>Matt Stacker > >Please post any information you may find, Matt/Richard. When I bought my >machine from a company that builds FreeBSD machines, they asked me if I >wanted a CD-RW. The one they were selling was an HP 8200i. I asked if it >worked w/ FreeBSD and was told that it did. Quite distressingly, it did >not. I have yet to burn a CD w/ this device under 2.2.8, 3.0.X, 3.1, or >3.2. > >Admittedly, I haven't had a ton of time to look at it, but all attempts >to find information and guidance on this topic have gone basically >unanswered. All docs/suggestions that I've found haven't worked. I >realize the ATAPI support has been a moving target. I expect that >support for the 7200/8200 will fallout eventually. I'd be curious to >know if anyone else has had success with these particular drives. > >Jonathan Bresler recommended I ask about this on freebsd-hardware so I'm >CC'ing this there too. > >I appreciate any info anyone may have. > >Thanks. > >Brian > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 7: 9:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (Postfix) with ESMTP id 5791B15068 for ; Thu, 10 Jun 1999 07:09:31 -0700 (PDT) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id QAA26149; Thu, 10 Jun 1999 16:09:25 +0200 (MEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990610143243.B2105@cichlids.cichlids.com> Date: Thu, 10 Jun 1999 16:09:25 +0200 (MEST) Organization: University of bayreuth From: Werner Griessl To: Alexander Langer Subject: Re: burning a cd Cc: freebsd-stable@FreeBSD.ORG, tanizaki@excite.com, Richard Kiss Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jun-99 Alexander Langer wrote: > Thus spake Richard Kiss (richard@homemail.com): > >> last time I was able to build a CD-ROM was in 2.2.8. It almost seems (this >> is very unscientific) that it never actually writes, but just goes into >> test mode. Blanking a CD-RW doesn't seem to work. Writing just plain don't >> work. >> Please let me know if you can get it to work. I've been very frustrated >> with this for quite some time. > > Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the > info :) > It returns an input/output error when finishing writing, but the CD is > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also boots > from it. > > Thnx > > Alex > -- > ************** I doubt, therefore I might be. ************** > *** Send email to to get PGP-Key *** > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message ---------------------------------- Really an IDE-cdrom ? He asked for a HP 7200 cd-writer (ide) Werner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 7:49: 9 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.visi.com (baal.visi.com [209.98.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 697E114CA1 for ; Thu, 10 Jun 1999 07:49:06 -0700 (PDT) (envelope-from veldy@visi.com) Received: from isis.visi.com (veldy@isis.visi.com [209.98.98.8]) by mail.visi.com (8.8.8/8.7.5) with ESMTP id JAA01238; Thu, 10 Jun 1999 09:48:54 -0500 (CDT) Posted-Date: Thu, 10 Jun 1999 09:48:54 -0500 (CDT) Date: Thu, 10 Jun 1999 09:48:54 -0500 (CDT) From: Thomas Veldhouse To: Alexander Langer Cc: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd In-Reply-To: <19990610143243.B2105@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have no problem with 3.2-STABLE, but I have yet to get it to work under 4.0-CURRENT. What device did you use? I know that they moved /dev/acd0 back to /dev/wcd0 in CURRENT, but I can't get it to work. Even after ./MAKEDEV wcd0. My CD-Burner is /dev/acd0c under STABLE. Under CURRENT my PC locks up solid, although it does it slowly, the burn starts and then it just locks. You can "feel" it coming but there is nothing that can be done about it. That was current as of one week ago (approx). Tom Veldhouse veldy@visi.com On Thu, 10 Jun 1999, Alexander Langer wrote: > Thus spake Richard Kiss (richard@homemail.com): > > > last time I was able to build a CD-ROM was in 2.2.8. It almost seems (this > > is very unscientific) that it never actually writes, but just goes into > > test mode. Blanking a CD-RW doesn't seem to work. Writing just plain don't > > work. > > Please let me know if you can get it to work. I've been very frustrated > > with this for quite some time. > > Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the > info :) > It returns an input/output error when finishing writing, but the CD is > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also boots from it. > > Thnx > > Alex > -- > ************** I doubt, therefore I might be. ************** > *** Send email to to get PGP-Key *** > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 7:54:50 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as10-040.rp-plus.de [149.221.236.104]) by hub.freebsd.org (Postfix) with ESMTP id CF0ED15367 for ; Thu, 10 Jun 1999 07:54:46 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id QAA71045; Thu, 10 Jun 1999 16:47:37 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA02668; Thu, 10 Jun 1999 16:47:44 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Thu, 10 Jun 1999 16:47:43 +0200 To: Werner Griessl Cc: freebsd-stable@FreeBSD.ORG, tanizaki@excite.com, Richard Kiss Subject: Re: burning a cd Message-ID: <19990610164743.B2591@cichlids.cichlids.com> References: <19990610143243.B2105@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Es sprach Werner Griessl (werner@btp1da.phy.uni-bayreuth.de): > Really an IDE-cdrom ? > He asked for a HP 7200 cd-writer (ide) Yes, a Mitsumi IDE writer. wdc0: unit 1 (atapi): , removable, intr, dma, iordis wcd0: drive speed 1377KB/sec, 2048KB cache wcd0: supported read types: CD-R, CD-RW, CD-DA wcd0: supported write types: CD-R, test write wcd0: Audio: play, 2 volume levels wcd0: Mechanism: ejectable tray wcd0: Medium: CD-R 120mm data disc loaded, unlocked Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 7:54:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as10-040.rp-plus.de [149.221.236.104]) by hub.freebsd.org (Postfix) with ESMTP id BC1F4153CE; Thu, 10 Jun 1999 07:54:46 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id QAA71050; Thu, 10 Jun 1999 16:48:26 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA02675; Thu, 10 Jun 1999 16:48:33 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Thu, 10 Jun 1999 16:48:33 +0200 To: "Jason L. Schwab" Cc: Brian Sletten , Richard Kiss , tanizaki@excite.com, freebsd-stable@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: burning a cd Message-ID: <19990610164833.C2591@cichlids.cichlids.com> References: <375FB5CF.430953BB@nova.org> <199906101405.KAA17367@pop05.iname.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199906101405.KAA17367@pop05.iname.net> X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jason L. Schwab (jschwab@royal.net): > under freebsd... you need to use acdXc instead of wcdXc to use your burner > for burning. like so: No, you don't have to. Alex -- ************** I doubt, therefore I might be. ************** *** Send email to to get PGP-Key *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 8: 9:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 3812A1504F for ; Thu, 10 Jun 1999 08:09:54 -0700 (PDT) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id KAA28380; Thu, 10 Jun 1999 10:10:02 -0500 (CDT) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id KAA28376; Thu, 10 Jun 1999 10:10:02 -0500 (CDT) Message-ID: <00cc01beb353$651a4330$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Jason L. Schwab" Cc: "FreeBSD-Stable" Subject: Re: burning a cd Date: Thu, 10 Jun 1999 10:10:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG right. But acdx and racdx have been removed from CURRENT. They went back to wcdx and rwcdx. That is what I tried to use and it failed. acdx does not exist in CURRENT, unless you built the world from a 3.x system and never updated your dev directory. Perhaps there is a bug in the way the wcd device is created in CURRENT. Tom Veldhouse veldy@visi.com -----Original Message----- From: Jason L. Schwab To: Thomas Veldhouse Date: Thursday, June 10, 1999 10:04 AM Subject: Re: burning a cd >Thomas, > > in the burndata script, it puts an 'r' in front of what ever you tell it >on the command like ... so I was indeed using >/dev/racd1c works fine under 3.2-stable and 4.0-current for me. > >At 09:48 AM 6/10/99 -0500, you wrote: >>I have no problem with 3.2-STABLE, but I have yet to get it to work under >>4.0-CURRENT. What device did you use? I know that they moved /dev/acd0 >>back to /dev/wcd0 in CURRENT, but I can't get it to work. Even after >>./MAKEDEV wcd0. My CD-Burner is /dev/acd0c under STABLE. Under CURRENT >>my PC locks up solid, although it does it slowly, the burn starts and then >>it just locks. You can "feel" it coming but there is nothing that can be >>done about it. That was current as of one week ago (approx). >> >>Tom Veldhouse >>veldy@visi.com >> >>On Thu, 10 Jun 1999, Alexander Langer wrote: >> >>> Thus spake Richard Kiss (richard@homemail.com): >>> >>> > last time I was able to build a CD-ROM was in 2.2.8. It almost seems >(this >>> > is very unscientific) that it never actually writes, but just goes into >>> > test mode. Blanking a CD-RW doesn't seem to work. Writing just plain >don't >>> > work. >>> > Please let me know if you can get it to work. I've been very frustrated >>> > with this for quite some time. >>> >>> Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the >>> info :) >>> It returns an input/output error when finishing writing, but the CD is >>> ok. I just copied a 2.2.7 CD with it for testing-purposes and it also >boots from it. >>> >>> Thnx >>> >>> Alex >>> -- >>> ************** I doubt, therefore I might be. ************** >>> *** Send email to to get PGP-Key *** >>> >>> >>> To Unsubscribe: send mail to majordomo@FreeBSD.org >>> with "unsubscribe freebsd-stable" in the body of the message >>> >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-stable" in the body of the message >> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 8:22: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id C106814CC0 for ; Thu, 10 Jun 1999 08:22:00 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id QAA05300; Thu, 10 Jun 1999 16:18:37 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA09326; Thu, 10 Jun 1999 17:15:47 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id RAA06692; Thu, 10 Jun 1999 17:06:00 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id RAA25036; Thu, 10 Jun 1999 17:10:42 +0200 (MET DST) Message-ID: <375FD6C8.95C98569@telspace.alcatel.fr> Date: Thu, 10 Jun 1999 17:16:24 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Thomas Veldhouse Cc: Alexander Langer , freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Veldhouse wrote: > > I have no problem with 3.2-STABLE, but I have yet to get it to work under What software do you use with 3.2-S : cdrecord from the ports or wormcontrol via the burndata script ? TfH > 4.0-CURRENT. What device did you use? I know that they moved /dev/acd0 > back to /dev/wcd0 in CURRENT, but I can't get it to work. Even after > ./MAKEDEV wcd0. My CD-Burner is /dev/acd0c under STABLE. Under CURRENT > my PC locks up solid, although it does it slowly, the burn starts and then > it just locks. You can "feel" it coming but there is nothing that can be > done about it. That was current as of one week ago (approx). > > Tom Veldhouse > veldy@visi.com [SNIP] -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 8:27:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from grizzly.fas.com (cc69528-a.mtpls1.sc.home.com [24.6.61.166]) by hub.freebsd.org (Postfix) with ESMTP id A5408153E2 for ; Thu, 10 Jun 1999 08:27:43 -0700 (PDT) (envelope-from stanb@awod.com) Received: by grizzly.fas.com ($Revision: 1.37.109.23 $/16.2) id AA195298447; Thu, 10 Jun 1999 11:27:27 -0400 Subject: Status of sdget() system call in iBCS To: freebsd-stable@FreeBSD.ORG (FreeBSD Stable Mailing List) Date: Thu, 10 Jun 1999 11:27:26 -0400 (EDT) From: "Stan Brown" X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 777 Message-Id: <19990610152744.A5408153E2@hub.freebsd.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to run a set of programs writeen for Sco OpenServer, that make use of the old Xenix IPCS calls, such as sdget(). Is there a reason these have not been implemented in the iBCS emulation? Looks like thay should be a fairly strightfoward map inot the SYSV IPC calls, or am I missing something here? -- Stan Brown stanb@netcom.com 843-745-3154 Westvaco Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 1999 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 8:35: 0 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 1B1191540D for ; Thu, 10 Jun 1999 08:34:52 -0700 (PDT) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id KAA29576; Thu, 10 Jun 1999 10:35:00 -0500 (CDT) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id KAA29569; Thu, 10 Jun 1999 10:34:59 -0500 (CDT) Message-ID: <00eb01beb356$e1d0a7e0$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: Cc: Subject: Re: burning a cd Date: Thu, 10 Jun 1999 10:35:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually I use the "burncd" script in /usr/share/examples/worm. It uses team and wormcontrol. Probably the same script. cdrecord will not work under FreeBSD against an ATAPI burner unless somebody develops Linux style SCSI [over ATAPI] emulation. Tom Veldhouse veldy@visi.com -----Original Message----- From: Thierry Herbelot To: Thomas Veldhouse Cc: Alexander Langer ; freebsd-stable@FreeBSD.ORG Date: Thursday, June 10, 1999 10:22 AM Subject: Re: burning a cd >Thomas Veldhouse wrote: >> >> I have no problem with 3.2-STABLE, but I have yet to get it to work under > >What software do you use with 3.2-S : cdrecord from the ports or >wormcontrol via the burndata script ? > > TfH > >> 4.0-CURRENT. What device did you use? I know that they moved /dev/acd0 >> back to /dev/wcd0 in CURRENT, but I can't get it to work. Even after >> ./MAKEDEV wcd0. My CD-Burner is /dev/acd0c under STABLE. Under CURRENT >> my PC locks up solid, although it does it slowly, the burn starts and then >> it just locks. You can "feel" it coming but there is nothing that can be >> done about it. That was current as of one week ago (approx). >> >> Tom Veldhouse >> veldy@visi.com > >[SNIP] > >-- >Thierry Herbelot >Phone : (+33) 1 46 52 47 23 >Home Page : http://perso.cybercable.fr/herbelot > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 9: 4:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id C6131153CE for ; Thu, 10 Jun 1999 09:04:33 -0700 (PDT) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id JAA04475; Thu, 10 Jun 1999 09:04:30 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199906101604.JAA04475@freeway.dcfinc.com> Subject: Re: Status of sdget() system call in iBCS In-Reply-To: <19990610152744.A5408153E2@hub.freebsd.org> from Stan Brown at "Jun 10, 99 11:27:26 am" To: stanb@awod.com (Stan Brown) Date: Thu, 10 Jun 1999 09:04:30 -0700 (MST) Cc: freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Stan Brown wrote: > I am trying to run a set of programs writeen for Sco OpenServer, that > make use of the old Xenix IPCS calls, such as sdget(). Is there a > reason these have not been implemented in the iBCS emulation? > > Looks like thay should be a fairly strightfoward map inot the SYSV IPC > calls, or am I missing something here? > There was a posting a while back by a guy who was working on a SysVr4 emulation. He said he could run some of the Solaris x86 binaries. Perhaps that would be closer to what you want. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 9:10:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 0A832153AC for ; Thu, 10 Jun 1999 09:10:07 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id RAA19419; Thu, 10 Jun 1999 17:06:51 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id SAA04198; Thu, 10 Jun 1999 18:02:07 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id RAA16002; Thu, 10 Jun 1999 17:50:43 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id RAA26470; Thu, 10 Jun 1999 17:55:35 +0200 (MET DST) Message-ID: <375FE14A.2C7006FE@telspace.alcatel.fr> Date: Thu, 10 Jun 1999 18:01:14 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: "Thomas T. Veldhouse" Cc: thierry.herbelot@alcatel.fr, freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd References: <00eb01beb356$e1d0a7e0$236319ac@w142844.carlson.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Thomas T. Veldhouse" wrote: > > Actually I use the "burncd" script in /usr/share/examples/worm. > > It uses team and wormcontrol. Probably the same script. cdrecord will not > work under FreeBSD against an ATAPI burner unless somebody develops Linux > style SCSI [over ATAPI] emulation. I had a look at it on a 3.1-SNAP machine and I was puzzled by this instruction : scsi -f /dev/rworm0.ctl -c "0 0 0 0 0 0" >/dev/null 2>&1 This line is certainly out on a more recent release. TfH > > Tom Veldhouse > veldy@visi.com > > -----Original Message----- > From: Thierry Herbelot > To: Thomas Veldhouse > Cc: Alexander Langer ; freebsd-stable@FreeBSD.ORG > > Date: Thursday, June 10, 1999 10:22 AM > Subject: Re: burning a cd > > >Thomas Veldhouse wrote: > >> > >> I have no problem with 3.2-STABLE, but I have yet to get it to work under > > > >What software do you use with 3.2-S : cdrecord from the ports or > >wormcontrol via the burndata script ? > > > > TfH > > > >> 4.0-CURRENT. What device did you use? I know that they moved /dev/acd0 > >> back to /dev/wcd0 in CURRENT, but I can't get it to work. Even after > >> ./MAKEDEV wcd0. My CD-Burner is /dev/acd0c under STABLE. Under CURRENT > >> my PC locks up solid, although it does it slowly, the burn starts and > then > >> it just locks. You can "feel" it coming but there is nothing that can be > >> done about it. That was current as of one week ago (approx). > >> > >> Tom Veldhouse > >> veldy@visi.com > > > >[SNIP] > > > >-- > >Thierry Herbelot > >Phone : (+33) 1 46 52 47 23 > >Home Page : http://perso.cybercable.fr/herbelot > > -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 9:18: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pegleg.ecst.csuchico.edu (pegleg.ecst.csuchico.edu [132.241.5.43]) by hub.freebsd.org (Postfix) with SMTP id E38C6153F5 for ; Thu, 10 Jun 1999 09:18:02 -0700 (PDT) (envelope-from amarks@ecst.csuchico.edu) Received: (qmail 2431 invoked by uid 20393); 10 Jun 1999 09:18:01 -0700 Date: Thu, 10 Jun 1999 09:18:01 -0700 (PDT) From: "Adam D. Marks" To: freebsd-stable@FreeBSD.ORG Subject: dvd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I was going through freebsdmall and cdrom.com today I was unable to find info about the dvd release of FreeBSD..was that idea abandoned. I was interested in getting a copy of 3.3 on dvd when it comes out. Adam Marks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 9:32:43 1999 Delivered-To: freebsd-stable@freebsd.org Received: from melete.ch.intel.com (melete.ch.intel.com [143.182.246.25]) by hub.freebsd.org (Postfix) with ESMTP id 7B6DE150BE for ; Thu, 10 Jun 1999 09:32:23 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id JAA29885 for ; Thu, 10 Jun 1999 09:32:22 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id JAA16324 for ; Thu, 10 Jun 1999 09:32:22 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id MAA02273; Thu, 10 Jun 1999 12:32:22 -0400 (EDT) From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14175.59541.321755.487020@hip186.ch.intel.com> Date: Thu, 10 Jun 1999 09:32:21 -0700 (MST) To: freebsd-stable@freebsd.org Subject: Is the CD driver supposed to attach() now regardless of media? X-Mailer: VM 6.71 under Emacs 19.34.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello all, After finally getting my modem to work on my 3.1-R box (stupid mgetty running on the same device ... makes life unhappy for Mr. Modem), I CVSup'ed to 3.2-STABLE and built world (but didn't install). For grins, I downloaded the latest STABLE SNAP kern and mfsroot floppies and tried to boot my machine with them (I've got the onboard Adaptec 7890 and wanted to make sure it was going to be detected, etc. before installing the world and a new kernel). Everything went fine but just as with 3.1-RELEASE, since I didn't have any media in my cdrom or cdrw drives, the driver didn't attach() and thus when I went to Custom->Media from within sysinstall and tried to choose "CD-ROM" it complained that there were no devices available. This behavior is repeatable with 3.1-RELEASE and the remedy is to insert the CD-ROM into your drive before the bus is probed--then there is media and the driver attaches, life is good. I thought I saw something go by on one of these lists that one of the CAM updates for 3.2 was the the CD-ROM driver will attach() regardless of the presence of media. Is this true? Or is that "new" (better) behavior only for -current, or what? -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 9:41: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from midten.fast.no (midten.fast.no [195.139.251.11]) by hub.freebsd.org (Postfix) with ESMTP id 98EE114D19; Thu, 10 Jun 1999 09:40:42 -0700 (PDT) (envelope-from tegge@fast.no) Received: from fast.no (IDENT:tegge@midten.fast.no [195.139.251.11]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id SAA13408; Thu, 10 Jun 1999 18:40:23 +0200 (CEST) Message-Id: <199906101640.SAA13408@midten.fast.no> To: philh@mincom.com Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? From: Tor.Egge@fast.no In-Reply-To: Your message of "Thu, 10 Jun 1999 15:41:24 +1000" References: <19990610154124.F22693@mincom.com> X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Thu_Jun_10_18:39:25_1999)--" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jun 1999 18:40:22 +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----Next_Part(Thu_Jun_10_18:39:25_1999)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Would be most excellent if this could be done. A couple of boxen I > have here have serial consoles attached to other machines which > do a very good simulation of a break when the controlling process > leaves them. Dropping to DDB every time you reboot the other machine > is, uh, less than desirable behaviour. :-) I had the same problem. Changing the sio code to require three breaks inside a 10 seconds interval before dropping into the debugger reduced the problem for me. - Tor Egge ----Next_Part(Thu_Jun_10_18:39:25_1999)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Index: sys/i386/conf/options.i386 =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/options.i386,v retrieving revision 1.116 diff -u -r1.116 options.i386 --- options.i386 1999/06/06 22:45:04 1.116 +++ options.i386 1999/06/08 00:27:17 @@ -24,6 +24,7 @@ AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h BREAK_TO_DEBUGGER opt_comconsole.h +TRIPLE_BREAK_TO_DEBUGGER opt_comconsole.h CONSPEED opt_comconsole.h I586_PMC_GUPROF opt_i586_guprof.h WLCACHE opt_wavelan.h Index: sys/isa/sio.c =================================================================== RCS file: /home/ncvs/src/sys/isa/sio.c,v retrieving revision 1.246 diff -u -r1.246 sio.c --- sio.c 1999/05/31 06:57:31 1.246 +++ sio.c 1999/06/08 00:27:38 @@ -427,6 +427,16 @@ { -1, -1 } }; +#define DDB_BREAK_MASK (IER_ERXRDY | IER_ETXRDY | IER_ERLS | IER_EMSC) + +#ifdef TRIPLE_BREAK_TO_DEBUGGER +#ifndef TRIPLE_BREAK_TIMEOUT +#define TRIPLE_BREAK_TIMEOUT 10 +#endif +int triple_break_count; /* number of breaks detected */ +int triple_break_time; /* time_second sampled at first break */ +#endif + #ifdef COM_ESP /* XXX configure this properly. */ static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, }; @@ -998,6 +1008,9 @@ com->lt_out.c_ispeed = com->lt_out.c_ospeed = com->lt_in.c_ispeed = com->lt_in.c_ospeed = com->it_in.c_ispeed = com->it_in.c_ospeed = comdefaultrate; +#if defined(DDB) && defined(BREAK_TO_DEBUGGER) && defined(DDB_BREAK_MASK) + outb(iobase + com_ier, DDB_BREAK_MASK); +#endif } else com->it_in.c_ispeed = com->it_in.c_ospeed = TTYDEF_SPEED; if (siosetwater(com, com->it_in.c_ispeed) != 0) { @@ -1404,7 +1417,12 @@ com->pps.ppsparam.mode = 0; outb(iobase + com_cfcr, com->cfcr_image &= ~CFCR_SBREAK); { - outb(iobase + com_ier, 0); +#if defined(DDB) && defined(BREAK_TO_DEBUGGER) && defined(DDB_BREAK_MASK) + if (com->unit == comconsole) + outb(iobase + com_ier, DDB_BREAK_MASK); + else +#endif + outb(iobase + com_ier, 0); tp = com->tp; if (tp->t_cflag & HUPCL /* @@ -1704,7 +1722,23 @@ if (line_status & LSR_BI) { #if defined(DDB) && defined(BREAK_TO_DEBUGGER) if (com->unit == comconsole) { +#ifdef TRIPLE_BREAK_TO_DEBUGGER + if (time_second > + triple_break_time + + TRIPLE_BREAK_TIMEOUT) + triple_break_count = 0; + triple_break_count++; + if (triple_break_count == 1) + triple_break_time = + time_second; + else if (triple_break_count + == 3) { + triple_break_count = 0; + breakpoint(); + } +#else breakpoint(); +#endif goto cont; } #endif ----Next_Part(Thu_Jun_10_18:39:25_1999)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 10: 5:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 2B29414FBB for ; Thu, 10 Jun 1999 10:05:23 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id NAA24524; Thu, 10 Jun 1999 13:04:44 -0400 (EDT) (envelope-from mi) Message-Id: <199906101704.NAA24524@misha.cisco.com> Subject: Re: more on t1lib In-Reply-To: <19990610232155.A56365@terry.dorm10.nctu.edu.tw> from Ying-Chieh Liao at "Jun 10, 1999 11:21:55 pm" To: ijliao@csie.nctu.edu.tw (Ying-Chieh Liao) Date: Thu, 10 Jun 1999 13:04:43 -0400 (EDT) Cc: stable@freebsd.org Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I'm trying to debug a problem with one of the latest ports (devel/t1lib). The port's maintainer, Ying-Chieh Liao, can not reproduce it. The port does not do any patching, so a number of people used this exact configure script with no troubles. I'm hoping a larger audience can help me understand what's going on. The configure script gets stuck, because one of the tests ("checking whether external symbols need an underscore prefix") starts expecting input from stdin, it seems. I first thought, it is related to my choice of CFLAGS, but it behaves the same way even if I do not touch them. Could I be running "just the right" version of stable? (FreeBSD 3.2-STABLE Tue Jun 8 12:46:07 EDT 1999 i386)... I first observed this during the simple ``make install'' of the port, but the line that make ends up executing: env CC="cc" CXX="c++" CFLAGS="-O -pipe" CXXFLAGS="-O -pipe" \ INSTALL="/usr/bin/install -c -o root -g wheel" \ INSTALL_DATA="install -c -o root -g wheel -m 444" \ INSTALL_PROGRAM="install -c -s -o root -g wheel -m \ 555" INSTALL_SCRIPT="install -c -o root -g wheel -m \ 555" PORTOBJFORMAT=elf ./configure --prefix=/usr/local \ i386--freebsd3.2 hangs by itself. Putting ``set -x'' in the middle of the configure script shows: checking for gcc strength-reduce bug... no checking whether external symbols need an underscore prefix... + echo ${ac_cv_c_extern_prefix+set} + eval test "${ac_cv_c_extern_prefix+set}" = set + test = set + saved_libs= + LIBS=conftest_asm.s + cat + cat + eval echo configure:2794: "${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5" + echo configure:2794: cc -o conftest -O -pipe conftest.c conftest_asm.s 1>&5 [... HANG ...] The list of processes in the terminal then appears as (some fields removed): PID PPID WCHAN STAT TIME COMMAND 359 353 pause Is 0:00.71 -csh (tcsh) 22327 359 wait I+ 0:00.27 /bin/sh ./configure --prefix=/usr/local i386--freebsd3.2 23174 22327 wait I+ 0:00.00 /bin/sh ./configure --prefix=/usr/local i386--freebsd3.2 23175 23174 wait I+ 0:00.01 cc -o conftest -O -pipe conftest.c conftest_asm.s 23179 23175 ttyin I+ 0:00.01 /usr/libexec/elf/as -o /var/tmp/ccy231752.o conftest_asm.s - Note, the ``ttyin'' state of the `as'... Any clues? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 10:18:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as7-044.rp-plus.de [149.221.239.44]) by hub.freebsd.org (Postfix) with ESMTP id 0870B15336 for ; Thu, 10 Jun 1999 10:18:17 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id QAA71193; Thu, 10 Jun 1999 16:59:06 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA02769; Thu, 10 Jun 1999 16:59:12 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Thu, 10 Jun 1999 16:59:12 +0200 To: Thomas Veldhouse Cc: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd Message-ID: <19990610165912.A2749@cichlids.cichlids.com> References: <19990610143243.B2105@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Thomas Veldhouse (veldy@visi.com): > I have no problem with 3.2-STABLE, but I have yet to get it to work under > 4.0-CURRENT. What device did you use? I know that they moved /dev/acd0 > back to /dev/wcd0 in CURRENT, but I can't get it to work. Even after > ./MAKEDEV wcd0. My CD-Burner is /dev/acd0c under STABLE. Under CURRENT > my PC locks up solid, although it does it slowly, the burn starts and then > it just locks. You can "feel" it coming but there is nothing that can be > done about it. That was current as of one week ago (approx). I used wcd0c and wcd0a, both worked. But I think wcd0c would be better. You could also do a ln -s /dev/wcd0a /dev/rworm0 I saw this on the webpage one in this thread mentioned. But this did not make any improvements for me and it already worked before. It also writes a 4x-speed, I believe, what is what the writer can do. HTH Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 10:40:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from chumbly.math.missouri.edu (chumbly.math.missouri.edu [128.206.72.12]) by hub.freebsd.org (Postfix) with ESMTP id CAA4A14FF7 for ; Thu, 10 Jun 1999 10:40:34 -0700 (PDT) (envelope-from rich@chumbly.math.missouri.edu) Received: (from rich@localhost) by chumbly.math.missouri.edu (8.9.1a/8.9.1) id MAA17664 for freebsd-stable@freebsd.org; Thu, 10 Jun 1999 12:40:33 -0500 (CDT) From: Rich Winkel Message-Id: <199906101740.MAA17664@chumbly.math.missouri.edu> Subject: What happened to nedit package? To: freebsd-stable@freebsd.org Date: Thu, 10 Jun 1999 12:40:33 -0500 (CDT) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually all the motif-dependent packages I've looked for seem to have disppeared from the web site and I can't find them on the 3.1 cd. I don't have motif so I need the statically linked packages. What's up? Thanks for any help! Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 11:23:27 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as7-044.rp-plus.de [149.221.239.44]) by hub.freebsd.org (Postfix) with ESMTP id 2682714C4E for ; Thu, 10 Jun 1999 11:23:20 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id UAA72172; Thu, 10 Jun 1999 20:23:43 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA09792; Thu, 10 Jun 1999 20:23:50 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Thu, 10 Jun 1999 20:23:50 +0200 To: "Thomas T. Veldhouse" Cc: thierry.herbelot@alcatel.fr, freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd Message-ID: <19990610202350.A9779@cichlids.cichlids.com> References: <00eb01beb356$e1d0a7e0$236319ac@w142844.carlson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95i In-Reply-To: <00eb01beb356$e1d0a7e0$236319ac@w142844.carlson.com> X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Thomas T. Veldhouse (veldy@visi.com): > It uses team and wormcontrol. Probably the same script. cdrecord will not > work under FreeBSD against an ATAPI burner unless somebody develops Linux > style SCSI [over ATAPI] emulation. I´ve thought of doing that by taking a look at the Linux drivers. Would this be much work? But now I´ve left motivation to do so, I guess, because burndata works great. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 11:32:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 0AD6B14D57 for ; Thu, 10 Jun 1999 11:32:26 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id LAA37162; Thu, 10 Jun 1999 11:32:24 -0700 (PDT) (envelope-from mph) Date: Thu, 10 Jun 1999 11:32:24 -0700 From: Matthew Hunt To: Rich Winkel Cc: freebsd-stable@FreeBSD.ORG Subject: Re: What happened to nedit package? Message-ID: <19990610113224.A37088@wopr.caltech.edu> References: <199906101740.MAA17664@chumbly.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906101740.MAA17664@chumbly.math.missouri.edu>; from Rich Winkel on Thu, Jun 10, 1999 at 12:40:33PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 12:40:33PM -0500, Rich Winkel wrote: > Actually all the motif-dependent packages I've looked for seem to have > disppeared from the web site and I can't find them on the 3.1 cd. > I don't have motif so I need the statically linked packages. > What's up? I'm afraid I can't tell you where the packages went. However, I think you should consider trying Lesstif, the free Motif implementation. It's in ports as x11-toolkits/lesstif. If you build it, you should then set HAVE_MOTIF to YES in /etc/make.conf. It used to be that Lesstif sucked. But I've been building xmcd and some other Motif applications with it for a while now, with good results. I don't know about nedit specifically, though; I don't use it. Matt -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 12:59:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFAB14F78 for ; Thu, 10 Jun 1999 12:59:45 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id NAA44110; Thu, 10 Jun 1999 13:58:24 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199906101958.NAA44110@panzer.plutotech.com> Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <14175.59541.321755.487020@hip186.ch.intel.com> from John Reynolds~ at "Jun 10, 1999 09:32:21 am" To: jreynold@sedona.ch.intel.com (John Reynolds~) Date: Thu, 10 Jun 1999 13:58:24 -0600 (MDT) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Reynolds~ wrote... > > hello all, > > After finally getting my modem to work on my 3.1-R box (stupid mgetty > running on the same device ... makes life unhappy for Mr. Modem), I CVSup'ed > to 3.2-STABLE and built world (but didn't install). For grins, I downloaded > the latest STABLE SNAP kern and mfsroot floppies and tried to boot my > machine with them (I've got the onboard Adaptec 7890 and wanted to make sure > it was going to be detected, etc. before installing the world and a new > kernel). > > Everything went fine but just as with 3.1-RELEASE, since I didn't have any > media in my cdrom or cdrw drives, the driver didn't attach() and thus when > I went to Custom->Media from within sysinstall and tried to choose "CD-ROM" > it complained that there were no devices available. This behavior is repeatable > with 3.1-RELEASE and the remedy is to insert the CD-ROM into your drive > before the bus is probed--then there is media and the driver attaches, life > is good. > > I thought I saw something go by on one of these lists that one of the CAM > updates for 3.2 was the the CD-ROM driver will attach() regardless of the > presence of media. Is this true? Or is that "new" (better) behavior only > for -current, or what? Yes, it's true, the SCSI CD driver will attach to any device that claims to be a CDROM drive. (in -current and in -stable) It has always attached, whether media was present or not, but there are some CDROM drives that respond with very strange errors when they don't have any media present. So the driver would fail to attach in some cases. Now, it will only fail to attach if the device responds with a "logical unit not supported" error. Your problem is most likely with sysinstall. I've seen other folks complain about having trouble with CD installs, and I think the bottom line was that there was (is?) a problem with sysinstall. If you want more details, you'll have to search the list archives, since my memory is pretty spotty on this. If I had to guess, I'd say there may be some sort of problem with the way sysinstall determines whether a CDROM device is available or not. I don't know how it looks for devices, so I can't really speculate on what the problem might be. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 14:24:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from liquid.tpb.net (drum-n-bass.party-animals.com [194.134.94.34]) by hub.freebsd.org (Postfix) with ESMTP id 87DC914DE4 for ; Thu, 10 Jun 1999 14:24:52 -0700 (PDT) (envelope-from niels@bakker.net) Received: from localhost (niels@localhost) by liquid.tpb.net (8.9.3/8.9.3/Debian/GNU) with ESMTP id XAA12959; Thu, 10 Jun 1999 23:24:52 +0200 Date: Thu, 10 Jun 1999 23:24:51 +0200 (CEST) From: N X-Sender: niels@liquid.tpb.net To: freebsd-stable@FreeBSD.org Cc: inn-workers@isc.org Subject: Re: System hangs with current -STABLE kernel ... In-Reply-To: Message-ID: <9906102311020.12747-100000@liquid.tpb.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some days ago, scrappy@hub.org (The Hermit Hacker) wrote: > Starting earlier this week, my server has been hanging, except that I'm > able to ping it still. The only way out is to cold-boot... > Now, the only thing that has changed prior to it being "un-stable" is > I've upgraded my INN to a more -current version, from the ISC cvs > repository, I actually have the same problem. FreeBSD 3.2-STABLE running on a PII-400 with 128 MB RAM, the June 6 snapshot of INN 2.3, no overchan etc. The machine doesn't crash that hard since there are no readers and only a very small (real) feed. The machine responds normally, it only leaves the innd process in `D' state. When I try to reboot the system (for the process is both dead and unkillable) the machine doesn't get any further than "Syncing disks... done" (should be followed by "Rebooting" and a reboot). I forced a panic and have a crash dump with full debugging symbols. The innd process's WCHAN entry is `vmpfw' - no clue what _that_ is... If anybody wants more information I'll be more than happy to provide it if I am able to do so. Thanks, -- Niels. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 14:42:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id 0927615039 for ; Thu, 10 Jun 1999 14:42:12 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip126.houston14.tx.pub-ip.psi.net [38.27.214.126]) by leap.innerx.net (Postfix) with ESMTP id E14DD37089; Thu, 10 Jun 1999 17:42:03 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id QAA93374; Thu, 10 Jun 1999 16:41:07 -0500 (CDT) (envelope-from chris) Date: Thu, 10 Jun 1999 16:41:06 -0500 From: Chris Costello To: davey@aps-services.com Cc: stable@FreeBSD.ORG Subject: Re: source for pkg_add etc Message-ID: <19990610164106.O57174@holly.dyndns.org> Reply-To: chris@calldei.com References: <199906091753.KAA09965@web1.aps-services.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <199906091753.KAA09965@web1.aps-services.com>; from davey@aps-services.com on Wed, Jun 09, 1999 at 10:57:57AM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 9, 1999, davey@aps-services.com wrote: > Is there a way to extract the source off the CD? > Forgive me for my ignorance, The source trees are in /usr/src/usr.sbin/pkg_install. If you cannot find it, you can get them off the CD by doing the following command: cd /tmp cat /cdrom/src/susbin* | gzip -dc - | tar xvf - usr.sbin/pkg_install The source code will be in /tmp/usr.sbin/pkg_install/ -- Chris Costello f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 14:45:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ns1.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 1D61B1506D for ; Thu, 10 Jun 1999 14:45:41 -0700 (PDT) (envelope-from steve@ns1.cioe.com) Received: (from steve@localhost) by ns1.cioe.com (8.9.2/8.9.3) id QAA32224; Thu, 10 Jun 1999 16:45:18 -0500 (EST) (envelope-from steve) Date: Thu, 10 Jun 1999 16:45:18 -0500 (EST) From: Steve Ames Message-Id: <199906102145.QAA32224@ns1.cioe.com> To: alex@cichlids.com, richard@homemail.com Subject: Re: burning a cd Cc: freebsd-stable@FreeBSD.ORG, tanizaki@excite.com In-Reply-To: <19990610143243.B2105@cichlids.cichlids.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the > info :) > It returns an input/output error when finishing writing, but the CD is > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also boots from it. Good news. Hey can you post the exact command string your using? I've been using 'cdrecord' to burn CDs and then the ability stopped a few revisions back. I'm using 'cdrecord -v speed=2 dev=1,5,0 filename.img'. Seems to work fine, gives an error at the end but the CDs are quite unreadale. *sigh* -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 15:14:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from noao.edu (noao.edu [140.252.1.54]) by hub.freebsd.org (Postfix) with ESMTP id 5C85814BE5 for ; Thu, 10 Jun 1999 15:14:55 -0700 (PDT) (envelope-from grandi@noao.edu) Received: from mirfak.tuc.noao.edu (IDENT:grandi@mirfak.tuc.noao.edu [140.252.1.9]) by noao.edu (8.9.3/8.8.8/SAG-14Jan99) with ESMTP id PAA06563 for ; Thu, 10 Jun 1999 15:14:55 -0700 (MST) (envelope-from grandi@noao.edu) Date: Thu, 10 Jun 1999 15:14:55 -0700 (MST) From: Steve Grandi X-Sender: grandi@mirfak.tuc.noao.edu To: freebsd-stable@freebsd.org Subject: amd and /etc/hosts.allow Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ever since the "tcpwrapper enabled" tasks came into use in stable, I can't get amd to work. If I do something like cd /host/orion/u3 I am hung forever: no response at all to the keyboard. Ps shows an amd process stuck in D state. If I reboot and remove /etc/hosts.allow, and then do the cd command, it works fine. So what am I DENYing in /etc/hosts.allow that I need to ALLOW? Any hints in tracking this down? I'm running 3.2-STABLE cvsuped today. Here is my /etc/hosts.allow: # # hosts.allow access control file for "tcp wrapped" apps. # $Id: hosts.allow,v 1.2.2.2 1999/05/11 01:35:01 obrien Exp $ # # NOTE: The hosts.deny file is not longer used. Instead, put both 'allow' # and 'deny' rules in the hosts.allow file. # see hosts_options(5) for the format of this file. # hosts_access(5) no longer fully applies. # This is an example! You will need to modify it for your specific # requirements! # Start by allowing everything (this prevents the rest of the file # from working, so remove it when you need protection). # The rules here work on a "First match wins" basis. # ALL : ALL : allow # Wrapping sshd(8) is not normally a good idea, but if you # need to do it, here's how #sshd : .evil.cracker.example.com : deny # Prevent those with no reverse DNS from connecting. #ALL : PARANOID : RFC931 20 : deny # Allow anything from localhost and local networks ALL: 127.0. : allow ALL: 140.252. : allow ALL : localhost : allow ALL : noao.edu : allow ALL : .noao.edu : allow # Sendmail can help protect you against spammers and relay-rapers #sendmail : localhost : allow #sendmail : .nice.guy.example.com : allow #sendmail : .evil.cracker.example.com : deny sendmail : ALL : allow # Portmapper is used for all RPC services; protect your NFS! #portmap : localhost : allow #portmap : .noao.edu : allow #portmap : .evil.cracker.example.com : deny portmap : ALL : allow # Provide a small amount of protection for ftpd #ftpd : localhost : allow #ftpd : .nice.guy.example.com : allow #ftpd : .evil.cracker.example.com : deny ftpd : ALL : allow # Block everything else ALL : ALL : deny # You need to be clever with finger; do _not_ backfinger!! You can easily # start a "finger war". #fingerd : ALL \ # : spawn (echo Finger. | \ # /usr/bin/mail -s "tcpd\: %u@%h[%a] fingered me!" root) & \ # : deny # The rest of the daemons are protected. Backfinger and log by email. #ALL : ALL \ # : severity auth.info : spawn (/usr/bin/finger -l @%h | \ # /usr/bin/mail -s "tcpd\: %u@%h[%a] tried to use %d (denied)" root) & # \ # : twist /bin/echo "You are not welcome to use %d from %h." Steve Grandi, National Optical Astronomy Observatories/AURA Inc., Tucson AZ USA Internet: grandi@noao.edu Voice: +1 520 318-8228 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 15:30:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id BB2EC153EE for ; Thu, 10 Jun 1999 15:30:12 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Thu, 10 Jun 1999 15:30:12 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> From: Scott Benjamin To: Steve Ames , alex@cichlids.com, richard@homemail.com Cc: freebsd-stable@FreeBSD.ORG, tanizaki@excite.com Subject: RE: burning a cd Date: Thu, 10 Jun 1999 15:30:11 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a question that is somewhat related to this.. How does one go about making an image of a cd? -----Original Message----- From: Steve Ames [mailto:steve@cioe.com] Sent: Thursday, June 10, 1999 2:45 PM To: alex@cichlids.com; richard@homemail.com Cc: freebsd-stable@FreeBSD.ORG; tanizaki@excite.com Subject: Re: burning a cd > Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the > info :) > It returns an input/output error when finishing writing, but the CD is > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also boots from it. Good news. Hey can you post the exact command string your using? I've been using 'cdrecord' to burn CDs and then the ability stopped a few revisions back. I'm using 'cdrecord -v speed=2 dev=1,5,0 filename.img'. Seems to work fine, gives an error at the end but the CDs are quite unreadale. *sigh* -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 17: 2:53 1999 Delivered-To: freebsd-stable@freebsd.org Received: from folly.lemis.com (static221.conference.usenix.org [209.179.127.221]) by hub.freebsd.org (Postfix) with ESMTP id 162EB15476 for ; Thu, 10 Jun 1999 17:02:50 -0700 (PDT) (envelope-from grog@folly.lemis.com) Received: (grog@localhost) by folly.lemis.com (8.9.3/8.6.12) id QAA00807; Thu, 10 Jun 1999 16:21:45 -0700 (PDT) Message-ID: <19990610162145.22313@folly.lemis.com> Date: Thu, 10 Jun 1999 16:21:45 -0700 From: Greg Lehey To: Kiril Mitev , Cy.Schubert@uumail.gov.bc.ca Cc: freebsd-stable@FreeBSD.ORG Subject: Re: vinum disk has gone AWOL, help! References: <199906042014.NAA49261@passer.osg.gov.bc.ca> <199906042058.VAA19464@ideaglobal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199906042058.VAA19464@ideaglobal.com>; from Kiril Mitev on Fri, Jun 04, 1999 at 09:58:07PM +0100 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 4 June 1999 at 21:58:07 +0100, Kiril Mitev wrote: >> In message <199906041920.UAA17798@ideaglobal.com>, Kiril Mitevv writes: >>> (Sorry if this is more appropriate for -questions...) >>> >>> >>> after my last reboot, which was NOT a panic or anything like that >>> my vinum volume sort of disappeared... >>> >>> vinum itself is still happy, and a listing shows all my >>> bits & pieces, up to the volume level as OK. >>> >>> however, mount/fsck attempts come up with >>> errors like this: >>> >>> # fsck /dev/vinum/rmassive >>> ** /dev/vinum/rmassive >>> BAD SUPER BLOCK: MAGIC NUMBER WRONG >>> /dev/vinum/rmassive: NOT LABELED AS A BSD FILE SYSTEM (unused) >>> >>> _I_ havent touched anything, so it seems like something really >>> bad has happened. >>> >>> Can anyone suggest a way/hack to recover the damn disk? Its >>> a desperete situation :-(), so even desperate suggestion >>> will be appreciated. (i.e., is it possible to hack a 'label' >>> or an 'id' or something back into the disk. >>> >>> when a dd from the raw device, i do see something that looks >>> like the root directory of the disk, so its not >>> as if everything was lost >> >> Try fsck -b 32 . >> >> If that fails, try fsck -b . To get >> the other block numbers for alternate superblocks, use newfs -N, >> which will go through all of the motions of creating a filesystem, >> e.g. print the superblock numbers, without actually creating a >> filesystem. If this fails, you're pretty much hosed. > > That looks like it might actually fix it, unless there > more corruption somewhere This sounds funny. If you have any evidence that it was caused by Vinum, I'd be very interested to see it. But I suspect that the cause is elsewhere, and Vinum has little to do with it. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 18:34:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cgi1.tm.net.my (provision.tm.net.my [202.188.95.13]) by hub.freebsd.org (Postfix) with ESMTP id 201DE1536A; Thu, 10 Jun 1999 18:34:01 -0700 (PDT) (envelope-from rezath@tm.net.my) Received: from setan ([202.188.127.2]) by cgi1.tm.net.my (InterMail v03.02.05 118 121 101) with SMTP id <19990611013400.FBFE3962@setan>; Fri, 11 Jun 1999 09:34:00 +0800 Message-ID: <004501beb3ab$7bf0a2e0$081603c8@tmmaster> From: "Rezamys" To: Cc: Subject: 2.2.7 Release To 3.2 Stable Date: Fri, 11 Jun 1999 09:41:10 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0042_01BEB3EE.897CD300" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.203 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.203 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0042_01BEB3EE.897CD300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I installed Freebie 2.2.7 Release. Am thinking of upgrading it to = version 3.2 Stable.=20 Should I do an 3.2 upgrade first or just select 3.2 stable (ftp'ying = from releng3.freebsd.org) instead? Is this the correct way? Am confused here... I understood that there're many ways to do it. But i think ftp'ying and = do "sysinstall" sounds easier... In "freebsd diary" it says just download the "src" the do the = "sysinstall" (i hope i got that right). Which what I did. Is it = sufficient just downloading the "src" from 3.2 Stable, compile, reboot = and expect to have "stable" there on the srceen? Also I wonder where does the new kernel "src" reside? Does it parked at = /usr/bin? How does one "sysinstall" it? Thanks ------=_NextPart_000_0042_01BEB3EE.897CD300 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All,
I installed Freebie 2.2.7 Release. Am thinking of upgrading it to = version=20 3.2 Stable.
Should I do an 3.2 upgrade first or just select 3.2 stable = (ftp'ying from=20 releng3.freebsd.org) instead?
Is this the correct way? Am confused here...
 
I understood that there're many ways to do it. But i think ftp'ying = and do=20 "sysinstall" sounds easier...
In "freebsd diary" it says just download the "src" the do the = "sysinstall"=20 (i hope i got that right). Which what I did. Is it = sufficient just=20 downloading the "src" from 3.2 Stable, compile, reboot and expect to = have=20 "stable" there on the srceen?
 
Also I wonder where does the new kernel "src" reside? Does it = parked at=20 /usr/bin?  How does one "sysinstall" it?
Thanks
------=_NextPart_000_0042_01BEB3EE.897CD300-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 18:53:15 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gw.caamora.com.au (jonath5.lnk.telstra.net [139.130.41.237]) by hub.freebsd.org (Postfix) with ESMTP id 0344215326 for ; Thu, 10 Jun 1999 18:53:09 -0700 (PDT) (envelope-from jon@gw.caamora.com.au) Received: (from jon@localhost) by gw.caamora.com.au (8.8.8/8.8.8) id LAA25986; Fri, 11 Jun 1999 11:51:05 +1000 (EST) (envelope-from jon) Message-ID: <19990611115104.A25958@caamora.com.au> Date: Fri, 11 Jun 1999 11:51:04 +1000 From: jonathan michaels To: Scott Benjamin , Steve Ames , alex@cichlids.com, richard@homemail.com Cc: freebsd-stable@FreeBSD.ORG, tanizaki@excite.com Subject: Re: burning a cd References: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com>; from Scott Benjamin on Thu, Jun 10, 1999 at 03:30:11PM -0700 X-Operating-System: FreeBSD gw.caamora.com.au 2.2.7-RELEASE i386 X-Mood: i'm alive, if it counts Organisation: Caamora, PO Box 144, Rosebery NSW 1445 Australia Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 03:30:11PM -0700, Scott Benjamin wrote: another related question .. what sort of hardware do you guys use, i'd like to be able to get a scsi burner but don't know where to start-look for a scsi cd writer. if it mkes any difference, i'm currently at 2.2.8-release and will be installing 3.2-release as soon as teh walnut creek cd's get here and then moving on to 3.2-stable > I've got a question that is somewhat related to this.. How does one go about > making an image of a cd? > > Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the > > info :) > > It returns an input/output error when finishing writing, but the CD is > > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also > boots from it. > > Good news. Hey can you post the exact command string your using? > I've been using 'cdrecord' to burn CDs and then the ability stopped > a few revisions back. I'm using 'cdrecord -v speed=2 dev=1,5,0 > filename.img'. > Seems to work fine, gives an error at the end but the CDs are quite > unreadale. *sigh* thanks in advance, regards jonathan -- =============================================================================== Jonathan Michaels PO Box 144, Rosebery, NSW 1445 Australia =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 19:14:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from boom.calcasieu.com (mail.calcasieu.com [209.99.46.80]) by hub.freebsd.org (Postfix) with ESMTP id B005714C2A; Thu, 10 Jun 1999 19:14:19 -0700 (PDT) (envelope-from dread@calcasieu.com) Received: from coypu.bb.calcasieu.com (coypu.bb.calcasieu.com [192.168.3.21]) by boom.calcasieu.com (8.9.3/8.9.3) with ESMTP id VAA14623; Thu, 10 Jun 1999 21:13:45 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 10 Jun 1999 21:13:40 -0500 (CDT) Organization: Calcasieu Lumber From: Don Read To: The Hermit Hacker Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, Phil Homewood , Mike Nowlin Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jun-99 The Hermit Hacker wrote: > On Thu, 10 Jun 1999, Mike Nowlin wrote: > >> > > key to drop to the debugger? Say have it so that if a keystroke of ~b >> > > (as >> > >> > Would be most excellent if this could be done. A couple of boxen I >> > have here have serial consoles attached to other machines which >> > do a very good simulation of a break when the controlling process >> > leaves them. Dropping to DDB every time you reboot the other machine >> > is, uh, less than desirable behaviour. :-) >> >> Agreed, but this may be quite a project... doing a "cd ~bob" would be > > the general idea is that this wouldn't only register as a 'break' when > issud over the serial console, nowhere else...I know, some ppl use the > serial console as a regular login, but my experience is that its painfully > slow and good "for maintenance only" > Agree also, my DG/UX (a SysV) sees a series of about twenty open-bracket, close-bracket "[]" on the console as a signal to jump into ROM. I've only had to use it once; the box was so far in the weeds that I couldn't get a login. Are you guys serious about dropping the box by powering off the console ? Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- Meddle not in the affairs of dragons, for you are crunchy and taste good with ketchup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 21: 9: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fw.bby.com.au (ns.bby.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 2907714F8D for ; Thu, 10 Jun 1999 21:08:54 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: (from daemon@localhost) by fw.bby.com.au (8.8.8/8.6.9) id OAA24688; Fri, 11 Jun 1999 14:08:50 +1000 (EST) Received: from lightning.itga.com.au(192.168.71.20) via SMTP by fw.bby.com.au, id smtpd024686; Fri Jun 11 04:08:43 1999 Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id OAA28510; Fri, 11 Jun 1999 14:08:42 +1000 (EST) Message-Id: <199906110408.OAA28510@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: mi@aldan.algebra.com Cc: ijliao@csie.nctu.edu.tw (Ying-Chieh Liao), stable@FreeBSD.ORG Subject: Re: more on t1lib In-reply-to: Your message of Thu, 10 Jun 1999 13:04:43 -0400. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 14:08:41 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like a bug in the cc driver in the handling of -pipe and .s files on the command line: hellcat$ touch t1.s hellcat$ cc -v -pipe -c t1.s gcc version 2.7.2.1 /usr/libexec/elf/as -v -o t1.o t1.s - GNU assembler version 2.9.1 (i386-unknown-freebsdelf), using BFD version 2.9.1 This hangs until I type ^D. Note the extra "-" arg to the assembler. I assume this will fail on all 3.x releases. I also assume this doesn't fail on 4.x which uses a newer gcc version (if my experiments with the egcs port on 3.x are to be believed). This indicates another workaround might be to use egcs rather than the system compiler for this port. I've send-pr's this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Jun 10 21:40:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 7AEB115526 for ; Thu, 10 Jun 1999 21:40:32 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: (qmail 45123 invoked from network); 11 Jun 1999 04:40:32 -0000 Received: from shell-3.enteract.com (dscheidt@207.229.143.42) by pop3-3.enteract.com with SMTP; 11 Jun 1999 04:40:32 -0000 Received: from localhost (dscheidt@localhost) by shell-3.enteract.com (8.9.3/8.9.2) with SMTP id XAA26419; Thu, 10 Jun 1999 23:40:31 -0500 (CDT) (envelope-from dscheidt@enteract.com) X-Authentication-Warning: shell-3.enteract.com: dscheidt owned process doing -bs Date: Thu, 10 Jun 1999 23:40:31 -0500 (CDT) From: David Scheidt To: Don Read Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Don Read wrote: > > Are you guys serious about dropping the box by powering off the console ? > > Suns do this. They sense the terminal power off as a break. One previous ork place had a bunch of rack mounted suns, sharing a serial console via a switch box. There was a problem that sometimes switching from one machine to another would cause a break. Someone wired it slightly different, and included a push button on the switch box to send a break. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 0:38:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 0758B14CFC for ; Fri, 11 Jun 1999 00:38:38 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA73631; Fri, 11 Jun 1999 00:39:33 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: "Adam D. Marks" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: dvd In-reply-to: Your message of "Thu, 10 Jun 1999 09:18:01 PDT." Date: Fri, 11 Jun 1999 00:39:33 -0700 Message-ID: <73628.929086773@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For now, it's abandoned. No replicator we currently know of is capable of mastering a DVD with rockridge long filenames. > As I was going through freebsdmall and cdrom.com today I was unable to > find info about the dvd release of FreeBSD..was that idea abandoned. I was > interested in getting a copy of 3.3 on dvd when it comes out. > > Adam Marks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 0:48:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id AA7AD14CFC for ; Fri, 11 Jun 1999 00:48:15 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA73718; Fri, 11 Jun 1999 00:48:23 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: "Kenneth D. Merry" Cc: jreynold@sedona.ch.intel.com (John Reynolds~), freebsd-stable@FreeBSD.ORG Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-reply-to: Your message of "Thu, 10 Jun 1999 13:58:24 MDT." <199906101958.NAA44110@panzer.plutotech.com> Date: Fri, 11 Jun 1999 00:48:23 -0700 Message-ID: <73714.929087303@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Your problem is most likely with sysinstall. I've seen other folks > complain about having trouble with CD installs, and I think the bottom line > was that there was (is?) a problem with sysinstall. I doubt it - all sysinstall tries to do is mount the CDROM in the usual way; it doesn't do anything special. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 3:15:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from control.colossus.dynip.com (226-193.adsl2.avtel.net [207.71.226.193]) by hub.freebsd.org (Postfix) with ESMTP id DBE5B15212 for ; Fri, 11 Jun 1999 03:15:40 -0700 (PDT) (envelope-from dburr@control.colossus.dynip.com) Received: (from dburr@localhost) by control.colossus.dynip.com (8.9.3/8.9.2) id DAA02807; Fri, 11 Jun 1999 03:15:36 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 11 Jun 1999 03:15:35 -0700 (PDT) Organization: Computer Help From: Donald Burr To: Richard Kiss Subject: Re: burning a cd Cc: freebsd-stable@freebsd.org, tanizaki@excite.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A long time ago in a galaxy far, far away (actually, it was on 10-Jun-99), the great prophet Richard Kiss once wrote: >>Can anyone point me towards some good documentation on how to burn a >>cd-rom >>with a HP 7200 cd-writer (ide) on 3.1 stable? >> >> >>Thanks, >> >>Matt Stacker > > Check my web site at for info > on > FreeBSD 2.2.7. The information is a bit out of date and doesn't work > completely in 3.x anymore, but there are still some useful details and > links there. > > There are a couple scripts that might help you; try > /usr/share/examples/atapi/burndata or > /usr/share/examples/atapi/burnaudio. > For example, > > sh /usr/share/examples/atapi/burndata wcd0a > cd-image-file-created-with-mkisofs > > The problem is, it doesn't work for me. Like you, I have an HP-7200i. > The > last time I was able to build a CD-ROM was in 2.2.8. It almost seems > (this > is very unscientific) that it never actually writes, but just goes into > test mode. Blanking a CD-RW doesn't seem to work. Writing just plain > don't > work. I can successfully burn both audio and data CD-R's, and CD-RW's, under FreeBSD using an HP 8200i (the 7200i's "big brother"). I have also heard success stories from people who use 7200i's, so I know it works. First, you really should be running 3.2-RELEASE or later. The ac driver under 3.x and 2.2.8 had bugs that would cause the cd-writer to not burn properly. Now, you need to be using the "acd" driver, *NOT* the "wcd" driver. The "wcd" driver is deprecated and should no longer be used. So the relevant kernel config lines should read: (alter as appropriate for your setup) controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff # primary IDE controller options ATAPI # Enable ATAPI support for IDE bus options ATAPI_STATIC # Do it without LKM device acd0 # IDE CD-ROM Now, the drive should be Master. I had problems when it was set to Slave. Reboot and make sure the /dev/acd0* and /dev/racd0* devices exist, if not use MAKEDEV to create them. Also make sure the device probes properly. You should see lines similar to this upon bootup: wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (atapi): , removable, acc el, dma, iordis acd0: drive speed 4134KB/sec, 2048KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: supported write types: CD-R, CD-RW, test write acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked pay close atention especially to the "supported write types" line - if it doesn't exist, then for some reason the system isn't recognizing it as a CD writer. Use the scripts in /usr/share/examples/atapi as a guide. When burning a disk you MUST use the "racdXc" device (ex. /dev/racd0c) , so for example, use "burndata acd0c " Hope this helps out -- if not, please feel free to e-mail me and I'll do my best to help out. --- Donald Burr | PGP: Your *NEW* WWW HomePage: http://more.at/dburr/ ICQ #16997506 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 4:28:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as12-pri96.rp-plus.de [149.221.242.96]) by hub.freebsd.org (Postfix) with ESMTP id E23501521A; Fri, 11 Jun 1999 04:28:26 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id NAA73885; Fri, 11 Jun 1999 13:16:03 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA00708; Fri, 11 Jun 1999 13:16:06 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Fri, 11 Jun 1999 13:16:06 +0200 To: Rezamys Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.7 Release To 3.2 Stable Message-ID: <19990611131606.E508@cichlids.cichlids.com> References: <004501beb3ab$7bf0a2e0$081603c8@tmmaster> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <004501beb3ab$7bf0a2e0$081603c8@tmmaster> X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Rezamys (rezath@tm.net.my): > Should I do an 3.2 upgrade first or just select 3.2 stable (ftp'ying from releng3.freebsd.org) instead? > Is this the correct way? Am confused here... I prefer the updates by make worlds. But I had to update to 2.2.8 first, before I could do the make aout-to-elf successfully. You also should first do a aout-to-elf-build. Updating by FTP didn't really work for me. the update worked better. > Also I wonder where does the new kernel "src" reside? Does it parked at /usr/bin? How does one "sysinstall" it? The new kernel src? In /usr/src/sys of course, as before. Or do you mean how to get the sources for upgrading to 3.2? You have to use cvsup, as described in detail in the handbook. Alex -- ************** I doubt, therefore I might be. ************** *** Send email to to get PGP-Key *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 4:28:39 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neutron.cichlids.com (as12-pri96.rp-plus.de [149.221.242.96]) by hub.freebsd.org (Postfix) with ESMTP id 16D59154A1 for ; Fri, 11 Jun 1999 04:28:34 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id NAA73865; Fri, 11 Jun 1999 13:09:59 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA00680; Fri, 11 Jun 1999 13:10:02 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Fri, 11 Jun 1999 13:10:02 +0200 To: Steve Ames Cc: richard@homemail.com, freebsd-stable@FreeBSD.ORG, tanizaki@excite.com Subject: Re: burning a cd Message-ID: <19990611131002.C508@cichlids.cichlids.com> References: <19990610143243.B2105@cichlids.cichlids.com> <199906102145.QAA32224@ns1.cioe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199906102145.QAA32224@ns1.cioe.com> X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Steve Ames (steve@cioe.com): > > It returns an input/output error when finishing writing, but the CD is > > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also boots from it. > Good news. Hey can you post the exact command string your using? dd if=/dev/wcd0c of=cd-imagefile sh /usr/share/examples/atapi/burndata wcd0c cd-imagefile That's it. (remember: I'm using -CURRENT, you will have to use acd0c on -STABLE, I guess) > I've been using 'cdrecord' to burn CDs and then the ability stopped > a few revisions back. I'm using 'cdrecord -v speed=2 dev=1,5,0 filename.img'. > Seems to work fine, gives an error at the end but the CDs are quite > unreadale. *sigh* Do you have an ATAPI writer? Strange - I couldn't get it working with cdrecord. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 5: 7: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 6EBC614F32 for ; Fri, 11 Jun 1999 05:07:00 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (pm245.conference.usenix.org [209.179.127.245]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id FAA93602; Fri, 11 Jun 1999 05:06:58 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id FAA09420; Fri, 11 Jun 1999 05:06:50 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Fri, 11 Jun 1999 05:06:50 -0700 (PDT) Message-Id: <199906111206.FAA09420@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: rich@chumbly.math.missouri.edu Cc: freebsd-stable@freebsd.org In-reply-to: <199906101740.MAA17664@chumbly.math.missouri.edu> (message from Rich Winkel on Thu, 10 Jun 1999 12:40:33 -0500 (CDT)) Subject: Re: What happened to nedit package? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199906101740.MAA17664@chumbly.math.missouri.edu> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Rich Winkel * Actually all the motif-dependent packages I've looked for seem to have * disppeared from the web site and I can't find them on the 3.1 cd. * I don't have motif so I need the statically linked packages. * What's up? I don't remember if it was actually on the 3.1 CD but the nedit package is in packages-3.1-release and packages-3.2-release on the ftp site as far as I can tell. It was not on packages-3.2-stable as the last build failed in the Motif section, but I believe I corrected it so they should show up again early next week when I upload the new set of packages. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 5:15:59 1999 Delivered-To: freebsd-stable@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 6DBFD14F32; Fri, 11 Jun 1999 05:15:54 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA00505; Fri, 11 Jun 1999 10:18:28 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <3760B843.80E2FE65@prime.net.ua> Date: Fri, 11 Jun 1999 10:18:27 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: FS Cc: "freebsd-questions@FreeBSD.ORG" Subject: About 3.2-S kernel's clock on old PC(K-5,P-S with CPU freq<=~100MH) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There was enough msgs in questions&stable about 3.2 kernel's clock latancy on some platforms. At least I had 2 listed in subj with same bug. 1st: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 90039950 Hz chip0: rev 0x23 on pci0.0.0 chip1: rev 0x27 on pci0.7.0 ide_pci0: rev 0x06 on pci0.7.1 2nd: chip0 rev 2 on pci0:0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 I cannot show timecounters in 2nd case cos I installed 2.2.8 on it (it is critical for this PC to tick correctly). Is there any solution? -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money ö%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 7: 4:24 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ideaglobal.com (ultra2.ideaglobal.com [194.36.20.11]) by hub.freebsd.org (Postfix) with ESMTP id 7EF79154A8 for ; Fri, 11 Jun 1999 07:04:17 -0700 (PDT) (envelope-from kiril@ideaglobal.com) Received: (from kiril@localhost) by ideaglobal.com (8.9.2/8.9.2) id OAA17035; Fri, 11 Jun 1999 14:55:58 +0100 (BST) From: Kiril Mitev Message-Id: <199906111355.OAA17035@ideaglobal.com> Subject: Re: vinum disk has gone AWOL, help! To: grog@folly.lemis.com (Greg Lehey) Date: Fri, 11 Jun 1999 14:55:58 +0100 (BST) Cc: kiril@ideaglobal.com, Cy.Schubert@uumail.gov.bc.ca, freebsd-stable@FreeBSD.ORG In-Reply-To: <19990610162145.22313@folly.lemis.com> from "Greg Lehey" at Jun 10, 99 04:21:45 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK :-) I'll try to give the "big picture", see below for details... > > On Friday, 4 June 1999 at 21:58:07 +0100, Kiril Mitev wrote: > >> In message <199906041920.UAA17798@ideaglobal.com>, Kiril Mitevv writes: > >>> (Sorry if this is more appropriate for -questions...) > >>> > >>> > >>> after my last reboot, which was NOT a panic or anything like that > >>> my vinum volume sort of disappeared... > >>> > >>> vinum itself is still happy, and a listing shows all my > >>> bits & pieces, up to the volume level as OK. > >>> > >> If that fails, try fsck -b . To get > >> the other block numbers for alternate superblocks, use newfs -N, > >> which will go through all of the motions of creating a filesystem, > >> e.g. print the superblock numbers, without actually creating a > >> filesystem. If this fails, you're pretty much hosed. > > > > That looks like it might actually fix it, unless there > > more corruption somewhere > > This sounds funny. If you have any evidence that it was caused by > Vinum, I'd be very interested to see it. But I suspect that the cause > is elsewhere, and Vinum has little to do with it. > > Greg > -- The evidence (as they say) is "purely circumstantial"... Let me explain the h/w setup first. The box in question has a dual P2 MB with the built-in Adaptec 7890 2xUW SCSI (7895? something like that) The "primary" scsi channel has a UW side and an "old-fashioned" side the "secondary" channel has only a UW bus, for a total of 3 connectors on the MB. The boot-critical stuff (/,/usr,/var) is located on an IDE disk, due to previous painful experiences with SCSI weirdness. Obviously this is the boot disk, and the Adaptec is configured NOT to setup BIOS disk devices. scsi 1 UW has 3 nice 9gb disks hanging off it, with scsi id's of 0,1,2. these disks are located inside the PC itself, with disk id 2 being the closest to the controller, and disk id 0 furthest away, last on that bus and terminated. these disks map to da0,da1 and da2 in F-BSD scsi 2 UW has 2 more 4gb disks on it, with scsi id's of 4 and 5, disk5 is last on the bus and terminated. these disks map to da3 and da4 /,/usr,/var are on a single IDE disk. da0 is mounted on /home as a normal disk da1,2,3,4 are bunched together into a 25gb vinum volume with me so far ? OK... the original problem appeared when I tried to plug in a scsi tape to backup my stuff, since I was intending to upgrade from 3.1 to 3.2 the tape drive, scsi id 6 was connected to the "slow" connector on the primary scsi, and there was an active terminator after the tape on that bus. the very first reboot the scsi disks went into a "device in timeout, device not in timeout loop" which got nowhere, so i had to hit the good ole reset button and start playing with the box. (remember that the tape drive shares a bus with 1 non-vinum and 2 vinum disks? good) my first thought was that the termination got screwed, so i spent quite a few hours testing the various termination options on the devices and on the controller - same result every time (well, almost every time. in some configurations,, the controller lost the disks partially or completely) just for the fun of it, put the tape drive on different scsi id - no change further investigation showed that the eternal timeout loop occurs on the 2 vinum disks that shared the bus with the tape. the test pattern was (more or less) like this... boot -s, fsck /home - no problem, reboot boot -s, start vinum, fsck vinum volume - timeout & hang, reboot boot -s, start vinum, dd if=/dev/da1 of=/dev/null count=10 ( a vinum disk ) - timeout/hang, reboot boot -s, DONT start vinum, dd from the non-vinum disk, no problem, reboot boot -s, DONT start vinum, dd from vinum disk - no problem, reboot boot -s, start vinum, dd from non-vinum disk - no problem, reboot (start vinum means running the following commands: cd /etc/ . ./rc.conf vinum read $vinum_drives ) test the above with a non-SMP kernel - identical results... I finally gave up and did the backup by partially copying from the vinum disk to the non-vinum one with the tape unpluggeed, rebooting into single-user mode with the tape plugged in and backing up. {repeat 6 times :-)))) } it wasn't as bad as it sounds, since a single tape would not have held the full disk anyway... updated the OS without a hitch (kudos to the developers, btw), so i did not need those backups after all :-)) ^^^^^ that was 3.1 ^^^^^^^ vvvvv this is 3.2 vvvvvv a couple of weeks later I decided to test a cd-burner on the box, so i plugged one in - in exactly the same spot both in terms of physical connections and scis id's as i had the tape drive. i was quite appehensive that the same sort of thing might happen so i made sure i boot into single-user mode first, which went ok, played with the burner a bit, then decided to reboot into multi user to see what happens... as soon as the vinum volume came up for fsck, I got the scsi errors and that very nasty fsck error, panicked and took out the burner. the next reboot did not have the scsi timeouts. neither did it have a valid partition, which caused a lot of stress until someone pointed out to me (very politely, though i did not deserve it in retrospect :-)))) that I can use an alternative super block for fsck .... happy end of story. but to answer your question - no, I cannot guarantee that it was vinum's fault, but I _think_ I have eliminated all other variables i am also (understandably, i hope) rather hesitant to do any more playing around with the hardware.... but i can run a few tests if you can tell me what to do Kiril To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 7:33:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jason.argos.org (a1-3b169.neo.rr.com [24.93.181.169]) by hub.freebsd.org (Postfix) with ESMTP id 7C12A14C16; Fri, 11 Jun 1999 07:33:04 -0700 (PDT) (envelope-from mike@argos.org) Received: from localhost (mike@localhost) by jason.argos.org (8.9.1/8.9.1) with ESMTP id KAA12478; Fri, 11 Jun 1999 10:38:07 -0400 Date: Fri, 11 Jun 1999 10:38:07 -0400 (EDT) From: Mike Nowlin To: Don Read Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: ENABLE_SERIAL_BREAK_KEY...or something? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Are you guys serious about dropping the box by powering off the console ? > Yup... Pretty dumb, isn't it? mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 8:25:38 1999 Delivered-To: freebsd-stable@freebsd.org Received: from phoenix.cl.msu.edu (phoenix.cl.msu.edu [35.9.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 4DCB41526E for ; Fri, 11 Jun 1999 08:25:35 -0700 (PDT) (envelope-from ikhala@phoenix.cl.msu.edu) Received: (from ikhala@localhost) by phoenix.cl.msu.edu (8.9.3/8.9.3) id LAA38235; Fri, 11 Jun 1999 11:27:54 -0400 (EDT) (envelope-from ikhala) Date: Fri, 11 Jun 1999 11:27:54 -0400 From: "I'Khala" To: Yiorgos Adamopoulos Cc: stable@freebsd.org Subject: Re: Quetion about kernel building on 3.2-stable Message-ID: <19990611112754.A20045@phoenix.cl.msu.edu> References: <19990609151945.A78024@phoenix.cl.msu.edu> <375ED60B.C871D6AC@rug.ac.be> <19990609171530.A1028@phoenix.cl.msu.edu> <19990610123521.A60043@dblab.ece.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990610123521.A60043@dblab.ece.ntua.gr>; from Yiorgos Adamopoulos on Thu, Jun 10, 1999 at 12:35:21PM +0300 X-Operating-System: FreeBSD 3.2-STABLE i386 X-PGP-Fingerprint: 35 95 F8 63 DA 5B 32 51 8F A9 AC 3C B4 74 F3 BA WWW-Home-Page: http://www.msu.edu/~ikhala Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Yiorgos Adamopoulos (adamo@dblab.ece.ntua.gr): > On Wed, Jun 09, 1999 at 05:15:30PM -0400, I'Khala wrote: > > > > -r-xr-xr-x 1 root wheel 8736632 May 21 18:39 /kernel* > > Could this be the result of profiling/debugging options of some kind? Possibly, since I do have debugging and profiling options in my kernel. But it still begs the question, why so large. My 2.2.x kernels were never this large and my -current kernels are not this large even if options that can be kld's are statically built into the kernel. All my kernels have debugging and profiling options built in. > > -- > Yiorgos Adamopoulos -- #include > adamo@dblab.ece.ntua.gr -- Knowledge and Data Base Systems Laboratory, NTUA > > > --adamo > KIEp lwWulm ECsEIt0 m9 CPEc B-x Ou LbM Sc++++++++++ T+ A4 H6o b2 D0 > #;^) -- I'Khala ikhala@msu.edu 308 Computer Laboratory ikhala@pager.msu.edu Michigan State University http://www.msu.edu/~ikhala East Lansing, MI 48824 +1.517.355.4500 x.151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 8:30:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 7B6CF1526E for ; Fri, 11 Jun 1999 08:30:08 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id AAA23584; Sat, 12 Jun 1999 00:29:57 +0900 (JST) Message-ID: <37612998.C5DCAB92@newsguy.com> Date: Sat, 12 Jun 1999 00:22:00 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: "Adam D. Marks" , freebsd-stable@FreeBSD.ORG Subject: Re: dvd References: <73628.929086773@zippy.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jordan K. Hubbard" wrote: > > For now, it's abandoned. No replicator we currently know of is capable > of mastering a DVD with rockridge long filenames. We do support Joliet now... :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org Given infinite time, 100 monkeys could type out the complete works of Shakespeare. Win 98 source code? Eight monkeys, five minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 8:56:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id B60D01563A for ; Fri, 11 Jun 1999 08:56:10 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id JAA49508; Fri, 11 Jun 1999 09:55:20 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199906111555.JAA49508@panzer.plutotech.com> Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <73714.929087303@zippy.cdrom.com> from "Jordan K. Hubbard" at "Jun 11, 1999 00:48:23 am" To: jkh@zippy.cdrom.com (Jordan K. Hubbard) Date: Fri, 11 Jun 1999 09:55:20 -0600 (MDT) Cc: jreynold@sedona.ch.intel.com, freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan K. Hubbard wrote... > > Your problem is most likely with sysinstall. I've seen other folks > > complain about having trouble with CD installs, and I think the bottom line > > was that there was (is?) a problem with sysinstall. > > I doubt it - all sysinstall tries to do is mount the CDROM in the > usual way; it doesn't do anything special. Well, there are some things we can do to narrow it down: - what kind of CDROM drive do you have - since I assume you've already gotten 3.2 installed, how long does the probe message for your CDROM drive take to appear when you don't have any media in the drive? - can you mount and read the FreeBSD CD okay? There are some CDROM drives that take a *long* time to respond to read capacity commands when there's no media in the drive. So it can take over a minute for the drive to show up when there's no media. It may be that you're telling sysinstall to attempt to mount the CD during the time the drive is still probing. That's one possible explanation for this. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 8:58:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from amanda.qmpgmc.ac.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id 3D17E14EDF for ; Fri, 11 Jun 1999 08:58:55 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg (gquinlan [194.81.0.56]) by amanda.qmpgmc.ac.uk (8.9.3/8.9.3) with SMTP id QAA77005 for ; Fri, 11 Jun 1999 16:56:48 +0100 (BST) Message-ID: <011301beb423$40fe1140$380051c2@qmpgmc.ac.uk> Reply-To: "Greg Quinlan" From: "Greg Quinlan" To: References: <73628.929086773@zippy.cdrom.com> <37612998.C5DCAB92@newsguy.com> Subject: Re: dvd Date: Fri, 11 Jun 1999 16:58:31 +0100 Organization: Queen Mary's Hospital (SWLCT) X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG But not "UDP" format for DVD-RAM drive's :( ----- Original Message ----- From: Daniel C. Sobral To: Jordan K. Hubbard Cc: Adam D. Marks ; Sent: 11 June 1999 16:22 Subject: Re: dvd > "Jordan K. Hubbard" wrote: > > > > For now, it's abandoned. No replicator we currently know of is capable > > of mastering a DVD with rockridge long filenames. > > We do support Joliet now... :-) > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > > Given infinite time, 100 monkeys could type out the complete works > of Shakespeare. > Win 98 source code? Eight monkeys, five minutes. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 9:17:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 30D4114FA6 for ; Fri, 11 Jun 1999 09:17:14 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id JAA26867; Fri, 11 Jun 1999 09:17:12 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id JAA20319; Fri, 11 Jun 1999 09:17:05 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id MAA09190; Fri, 11 Jun 1999 12:17:06 -0400 (EDT) From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14177.13953.82252.18827@hip186.ch.intel.com> Date: Fri, 11 Jun 1999 09:17:05 -0700 (MST) To: "Kenneth D. Merry" Cc: jkh@zippy.cdrom.com (Jordan K. Hubbard), freebsd-stable@freebsd.org Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <199906111555.JAA49508@panzer.plutotech.com> References: <73714.929087303@zippy.cdrom.com> <199906111555.JAA49508@panzer.plutotech.com> X-Mailer: VM 6.71 under Emacs 19.34.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Friday, June 11, Kenneth D. Merry wrote: ] > > Well, there are some things we can do to narrow it down: > > - what kind of CDROM drive do you have I have a Toshiba XM-6401B 40X CD-ROM and also a Yamaha CRW4416S CD-RW. The Toshiba is the first disc on the scsi chain at ID3, the Yamaha next at ID4 (then two LVD drives at 5 and 6 respectively). Maybe I'm "off" on this but I'd consider this fairly recent hardware. > - since I assume you've already gotten 3.2 installed, how long does the > probe message for your CDROM drive take to appear when you don't have > any media in the drive? Yes, I installed 3.1-R from CD and then just the other night (after I figured out my modem fiasco) I CVSup'ed to 3.2-STABLE and rebuilt and installed that with no problems. The probe messages come up very quickly. I've got my "scsi delay" set to 5 seconds during boot (from the 15 in GENERIC) and everything is "found" correctly. I assume that's what you mean when you say probe message. Usually as soon as it hits the "login:" prompt, another console message will print out which is pretty much an echo of what I'd find from dmesg regarding cd0 and cd1 (just what type of drives, they are, speed, and the last line which says "NOT_READY," because of no media). This happens within a second or two of getting the "login:" prompt. > - can you mount and read the FreeBSD CD okay? Oh yes, like a champ. Both the Toshiba and the CD-RW. Never been any problem now or previously in 3.1-R. > There are some CDROM drives that take a *long* time to respond to read > capacity commands when there's no media in the drive. So it can take over > a minute for the drive to show up when there's no media. > > It may be that you're telling sysinstall to attempt to mount the CD during > the time the drive is still probing. That's one possible explanation for > this. who knows? I know the drive lights are not on when I'm in sysinstall (don't know if that'd be an indication of the drive "thinking"). I will boot from floppies tonight again and leave sysinstall sitting for a minute or two before I try and chose the media. If it helps, I'm running an Asus P2B-DS motherboard, BIOS 1009 (latest) which incorporates the adaptec SCSI bios v2.11 for the onboard 7890 chipset. Maybe there's a wierdity with this setup and those drives? The work-around is of course just to have media there before the probes happen--which is not painful--but it would be nice to figure out why this is happening (I figured out the work-around "by accident" when trying to install 3.1-R from CD-ROM ... but perhaps this has befuddled other people and maybe future installs of 3.2-R from CD-ROM??). Thanks for the reply--I'll try doing the above tonight when I get home and will report back. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 9:25:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ns1.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 7E75415277 for ; Fri, 11 Jun 1999 09:25:54 -0700 (PDT) (envelope-from steve@ns1.cioe.com) Received: (from steve@localhost) by ns1.cioe.com (8.9.2/8.9.3) id LAA35521; Fri, 11 Jun 1999 11:25:00 -0500 (EST) (envelope-from steve) Date: Fri, 11 Jun 1999 11:25:00 -0500 (EST) From: Steve Ames Message-Id: <199906111625.LAA35521@ns1.cioe.com> To: alex@cichlids.com, richard@homemail.com, SBenjamin@quest.com, steve@cioe.com Subject: RE: burning a cd Cc: freebsd-stable@FreeBSD.ORG, tanizaki@excite.com In-Reply-To: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you have the CD you can use 'dd': dd if=/dev/cd0c of=filename.img if you have a directory structure on your HD and want to make an image to burn to CD use 'mkisofs' from the ports collection. > I've got a question that is somewhat related to this.. How does one go about > making an image of a cd? > > -----Original Message----- > From: Steve Ames [mailto:steve@cioe.com] > Sent: Thursday, June 10, 1999 2:45 PM > To: alex@cichlids.com; richard@homemail.com > Cc: freebsd-stable@FreeBSD.ORG; tanizaki@excite.com > Subject: Re: burning a cd > > > > Works perfectly for me on 4.0-CURRENT from yesterday. Thanks for the > > info :) > > It returns an input/output error when finishing writing, but the CD is > > ok. I just copied a 2.2.7 CD with it for testing-purposes and it also > boots from it. > > Good news. Hey can you post the exact command string your using? > I've been using 'cdrecord' to burn CDs and then the ability stopped > a few revisions back. I'm using 'cdrecord -v speed=2 dev=1,5,0 > filename.img'. > Seems to work fine, gives an error at the end but the CDs are quite > unreadale. *sigh* > > -Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 9:26:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 389C3154D8 for ; Fri, 11 Jun 1999 09:26:21 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id KAA49757; Fri, 11 Jun 1999 10:25:31 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199906111625.KAA49757@panzer.plutotech.com> Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <14177.13953.82252.18827@hip186.ch.intel.com> from John Reynolds~ at "Jun 11, 1999 09:17:05 am" To: jreynold@sedona.ch.intel.com (John Reynolds~) Date: Fri, 11 Jun 1999 10:25:30 -0600 (MDT) Cc: jkh@zippy.cdrom.com, freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Reynolds~ wrote... > > [ On Friday, June 11, Kenneth D. Merry wrote: ] > > > > Well, there are some things we can do to narrow it down: > > > > - what kind of CDROM drive do you have > > I have a Toshiba XM-6401B 40X CD-ROM and also a Yamaha CRW4416S CD-RW. The > Toshiba is the first disc on the scsi chain at ID3, the Yamaha next at > ID4 (then two LVD drives at 5 and 6 respectively). Maybe I'm "off" on this > but I'd consider this fairly recent hardware. Yeah, I haven't heard of any problems with those drives. The drives that generally take a long time to probe are the HP 6200 and the Philips equivalent of that drive. > > - since I assume you've already gotten 3.2 installed, how long does the > > probe message for your CDROM drive take to appear when you don't have > > any media in the drive? > > Yes, I installed 3.1-R from CD and then just the other night (after I figured > out my modem fiasco) I CVSup'ed to 3.2-STABLE and rebuilt and installed that > with no problems. > > The probe messages come up very quickly. I've got my "scsi delay" set to 5 > seconds during boot (from the 15 in GENERIC) and everything is "found" > correctly. I assume that's what you mean when you say probe message. > > Usually as soon as it hits the "login:" prompt, another console message will > print out which is pretty much an echo of what I'd find from dmesg regarding > cd0 and cd1 (just what type of drives, they are, speed, and the last line > which says "NOT_READY," because of no media). This happens within a second > or two of getting the "login:" prompt. Okay, sounds pretty normal. > > - can you mount and read the FreeBSD CD okay? > > Oh yes, like a champ. Both the Toshiba and the CD-RW. Never been any problem > now or previously in 3.1-R. Cool. > > There are some CDROM drives that take a *long* time to respond to read > > capacity commands when there's no media in the drive. So it can take over > > a minute for the drive to show up when there's no media. > > > > It may be that you're telling sysinstall to attempt to mount the CD during > > the time the drive is still probing. That's one possible explanation for > > this. > > who knows? I know the drive lights are not on when I'm in sysinstall (don't > know if that'd be an indication of the drive "thinking"). I will boot from > floppies tonight again and leave sysinstall sitting for a minute or two before > I try and chose the media. That might work. It might also help to switch to the debugging output console window (it's been years since I've run through the install process, so I don't know whether it's alt-f2 or f3 or what). You might see some diagnostics that'll help. > If it helps, I'm running an Asus P2B-DS motherboard, BIOS 1009 (latest) which > incorporates the adaptec SCSI bios v2.11 for the onboard 7890 chipset. Maybe > there's a wierdity with this setup and those drives? Nah, shouldn't be. The 7890 trouble was fixed before 3.2. Before that the symptom would be a hang at the "waiting for devices to settle" message. > The work-around is of course just to have media there before the probes > happen--which is not painful--but it would be nice to figure out why this is > happening (I figured out the work-around "by accident" when trying to install > 3.1-R from CD-ROM ... but perhaps this has befuddled other people and maybe > future installs of 3.2-R from CD-ROM??). Yeah, it would be nice to figure out what's going on. My theory probably isn't it. > Thanks for the reply--I'll try doing the above tonight when I get home and > will report back. Cool, thanks. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 10:40: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from independence.ecn.uoknor.edu (independence.ecn.ou.edu [129.15.112.69]) by hub.freebsd.org (Postfix) with ESMTP id 0C29514EDF; Fri, 11 Jun 1999 10:39:52 -0700 (PDT) (envelope-from rmtodd@mailhost.ecn.ou.edu) Received: from mailhost.ecn.ou.edu([127.0.0.1]) (6447 bytes) by independence.ecn.uoknor.edu via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 11 Jun 1999 12:24:59 -0500 (CDT) (Smail-3.2.0.103 1998-Oct-9 #1 built 1998-Oct-18) Message-Id: To: The Hermit Hacker Cc: Richard Michael Todd , freebsd-current@freebsd.org, freebsd-stable@freebsd.org, inn-workers@isc.org Subject: Re: use of MMAP in new INN code... In-reply-to: Your message of "Wed, 09 Jun 1999 14:51:44 -0300." Date: Fri, 11 Jun 1999 12:21:50 -0500 From: Richard Michael Todd Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Marc Fournier writes: >> >I'm currently investigating a problem with my server that >> >coincedentally(sp?) started right after I upgraded INN to what we >> >currently have... >> > >> >Someone *just* suggested that they thought that 3.2-STABLE of FreeBSD >> >still has a slight bug in MMAP that causes a race condition...it just >> >clued into me that Richard(?) sent out that response to me about Clayton >> >using mmap() more now in nnrpd to share active? Sigh. Well, I said earlier that I hadn't seen that problem on 3.1-STABLE. Well, I spoke too soon. I came in today and saw innd locked in an unkillable wait on vmpfw. I provoked a crash dump out of the system, and managed to get the following info out of gdb, if this is helpful to anyone. I've still got the corefile around if anyone has suggestions on where to look further. P.S. is there any easier way to get process struct addresses out of kgdb other than to keep doing "p (struct proc *)curproc->p_list->le_next->p_list->le_next..." until you find the process struct you're looking for? Script started on Fri Jun 11 12:15:26 1999 Warning: imported path contains relative components skywalker# gdb -k kernel.gdb /var/crash/vmcore.3 GDB is free software and you are welcome to 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. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... IdlePTD 3477504 initial pcb at 2da934 panic messages: --- --- #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) p *(struct proc *)0xf62e03c0 $1 = {p_procq = {tqe_next = 0x0, tqe_prev = 0xf02dacd4}, p_list = { le_next = 0xf62df1e0, le_prev = 0xf62158c8}, p_cred = 0xf1014fc0, p_fd = 0xf0f3ff80, p_stats = 0xf6516214, p_limit = 0xf0cdb200, p_upages_obj = 0xf64527f8, p_procsig = 0xf1014260, p_flag = 5, p_stat = 3 '\003', p_pad1 = "\000\000", p_pid = 87154, p_hash = { le_next = 0xf62e2a40, le_prev = 0xf0c589c8}, p_pglist = { le_next = 0xf62167e0, le_prev = 0xf1015a68}, p_pptr = 0xf6218e60, p_sibling = {le_next = 0xf62e07e0, le_prev = 0xf6218eb0}, p_children = { lh_first = 0xf62167e0}, p_ithandle = {callout = 0xf357d290}, p_oppid = 0, p_dupfd = 0, p_vmspace = 0xf62d8980, p_estcpu = 43, p_cpticks = 0, p_pctcpu = 0, p_wchan = 0xf04dd610, p_wmesg = 0xf02af73a "vmpfw", p_swtime = 24351, p_slptime = 22360, p_realtimer = {it_interval = { tv_sec = 0, tv_usec = 0}, it_value = {tv_sec = 0, tv_usec = 0}}, p_runtime = 162720418, p_switchtime = {tv_sec = 571212, tv_usec = 964442}, p_uticks = 17177, p_sticks = 3063, p_iticks = 576, p_traceflag = 0, p_tracep = 0x0, p_siglist = 524544, p_textvp = 0xf6440880, p_lock = 1 '\001', p_oncpu = 0 '\000', p_lastcpu = 0 '\000', p_pad2 = 0 '\000', p_locks = 0, p_simple_locks = 0, p_stops = 0, p_stype = 0, p_step = 0 '\000', p_pfsflags = 0 '\000', p_pad3 = "\000", p_retval = {0, 134813312}, p_sigiolst = {slh_first = 0x0}, p_sigparent = 20, p_oldsigmask = 0, p_sig = 0, p_code = 0, p_sigmask = 0, p_priority = 0 '\000', p_usrpri = 60 '<', p_nice = 0 '\000', p_comm = "innd\000tart\000\000\000\000\000\000\000", p_pgrp = 0xf1015a60, ---Type to continue, or q to quit--- p_sysent = 0xf02c4244, p_rtprio = {type = 1, prio = 0}, p_addr = 0xf6516000, p_md = {md_regs = 0xf6517fbc}, p_xstat = 0, p_acflag = 1, p_ru = 0x0, p_nthreads = 0, p_aioinfo = 0x0, p_wakeup = 0, p_peers = 0x0, p_leader = 0xf62e03c0, p_asleep = {as_priority = 0, as_timo = 0}} (kgdb) proc 0xf62e03c0 (kgdb) bt #0 mi_switch () at ../../kern/kern_synch.c:830 #1 0xf015e70d in tsleep (ident=0xf04dd610, priority=0, wmesg=0xf02af73a "vmpfw", timo=0) at ../../kern/kern_synch.c:448 #2 0xf021f356 in vm_fault (map=0xf62d8980, vaddr=689999872, fault_type=1 '\001', fault_flags=0) at ../../vm/vm_fault.c:308 #3 0xf0248e76 in trap_pfault (frame=0xf6517fbc, usermode=1, eva=690002184) at ../../i386/i386/trap.c:816 #4 0xf02489f6 in trap (frame={tf_es = -272695257, tf_ds = -272695257, tf_edi = 136365588, tf_esi = 136896512, tf_ebp = -272640264, tf_isp = -162431004, tf_ebx = 140668256, tf_edx = 0, tf_ecx = 0, tf_eax = 690002184, tf_trapno = 12, tf_err = 4, tf_eip = 134553715, tf_cs = 31, tf_eflags = 66054, tf_esp = -272641860, tf_ss = 39}) at ../../i386/i386/trap.c:358 #5 0x8052073 in ?? () #6 0x805b282 in ?? () #7 0x805c5c4 in ?? () #8 0x805ccba in ?? () #9 0x8057e00 in ?? () #10 0x805ad36 in ?? () #11 0x804e521 in ?? () (kgdb) fr 2 #2 0xf021f356 in vm_fault (map=0xf62d8980, vaddr=689999872, fault_type=1 '\001', fault_flags=0) at ../../vm/vm_fault.c:308 308 tsleep(fs.m, PSWP, "vmpfw", 0); (kgdb) l 303 unlock_things(&fs); 304 s = splvm(); 305 if ((fs.m->flags & PG_BUSY) || fs.m->busy) { 306 vm_page_flag_set(fs.m, PG_WANTED | PG_REFERENCED); 307 cnt.v_intrans++; 308 tsleep(fs.m, PSWP, "vmpfw", 0); 309 } 310 splx(s); 311 vm_object_deallocate(fs.first_object); 312 goto RetryFault; (kgdb) p fs.m $2 = (struct vm_page *) 0xf04dd610 (kgdb) p fs.m[0][0] $3 = {pageq = {tqe_next = 0xf05aca14, tqe_prev = 0xf02d0288}, hashq = { tqe_next = 0x0, tqe_prev = 0xf043a940}, listq = {tqe_next = 0x0, tqe_prev = 0xf62d2018}, object = 0xf62d2000, pindex = 81, phys_addr = 48844800, queue = 129, flags = 162, pc = 21, wire_count = 0, hold_count = 0, act_count = 5 '\005', busy = 1 '\001', valid = 255 'ÿ', dirty = 0 '\000'} (kgdb) q skywalker# Script done on Fri Jun 11 12:18:45 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 11:25:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id D03A714C81 for ; Fri, 11 Jun 1999 11:25:55 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id LAA75488; Fri, 11 Jun 1999 11:25:57 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: John Reynolds~ Cc: "Kenneth D. Merry" , freebsd-stable@freebsd.org Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-reply-to: Your message of "Fri, 11 Jun 1999 09:17:05 PDT." <14177.13953.82252.18827@hip186.ch.intel.com> Date: Fri, 11 Jun 1999 11:25:56 -0700 Message-ID: <75485.929125556@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One thing which also confuses some people is that sysinstall attempts to mount the CD itself - it doesn't like it if you've already got the CD mounted someplace else; it *must not* be mounted before you run sysinstall or you'll wind up with an attempted double-mount situation. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 11:46:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 90E0814F01 for ; Fri, 11 Jun 1999 11:46:19 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id LAA29358; Fri, 11 Jun 1999 11:46:11 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id LAA15718; Fri, 11 Jun 1999 11:46:09 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id OAA16463; Fri, 11 Jun 1999 14:46:10 -0400 (EDT) From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14177.22897.138261.369110@hip186.ch.intel.com> Date: Fri, 11 Jun 1999 11:46:09 -0700 (MST) To: "Jordan K. Hubbard" Cc: "Kenneth D. Merry" , freebsd-stable@freebsd.org Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <75485.929125556@zippy.cdrom.com> References: <14177.13953.82252.18827@hip186.ch.intel.com> <75485.929125556@zippy.cdrom.com> X-Mailer: VM 6.71 under Emacs 19.34.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Friday, June 11, Jordan K. Hubbard wrote: ] > One thing which also confuses some people is that sysinstall attempts > to mount the CD itself - it doesn't like it if you've already got the > CD mounted someplace else; it *must not* be mounted before you run > sysinstall or you'll wind up with an attempted double-mount situation. > > - Jordan Yup. Figured that one out years ago by emperical analysis ;-) However, this was running sysinstall from the kern/mfsroot floppy boot process with no media in the drives at probe time. If you have media in the drives at probe time, then sysinstall is happy. If you don't have media at probe time (but DO have the media in the drive well ahead of chosing the "media" option within sysinstall), Kenneth was saying that the drivers still attach() but then sysinstall is confused. I'll try the process(es) tonight on my other machine (different Toshiba CD-ROM and different Adaptec controller in radically older machine) to see if the same behavior is seen or if it's just some bizzare combo of my hardware, BIOS, phase of the moon, etc. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 11:46:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shell.webmaster.com (mail.webmaster.com [209.133.28.73]) by hub.freebsd.org (Postfix) with ESMTP id 564A614F01 for ; Fri, 11 Jun 1999 11:46:34 -0700 (PDT) (envelope-from davids@webmaster.com) Received: from whenever ([209.133.29.2]) by shell.webmaster.com (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id com for ; Fri, 11 Jun 1999 11:46:34 -0700 From: "David Schwartz" To: Subject: Pthreads-based programs crashing Date: Fri, 11 Jun 1999 11:46:34 -0700 Message-ID: <000001beb43a$ba68dd50$021d85d1@whenever.youwant.to> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been having my pthreads programs crash a lot with stable these days. The panic is 'cannot set scheduling timer' (in uthread_kern.c). A bit of sleuthing indicates that the tv_usec value being passed to setitimer is negative! DS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 12:35:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 7397614C2F for ; Fri, 11 Jun 1999 12:35:52 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id NAA50622; Fri, 11 Jun 1999 13:35:01 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199906111935.NAA50622@panzer.plutotech.com> Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <75485.929125556@zippy.cdrom.com> from "Jordan K. Hubbard" at "Jun 11, 1999 11:25:56 am" To: jkh@zippy.cdrom.com (Jordan K. Hubbard) Date: Fri, 11 Jun 1999 13:35:01 -0600 (MDT) Cc: jreynold@sedona.ch.intel.com, freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan K. Hubbard wrote... > One thing which also confuses some people is that sysinstall attempts > to mount the CD itself - it doesn't like it if you've already got the > CD mounted someplace else; it *must not* be mounted before you run > sysinstall or you'll wind up with an attempted double-mount situation. I just looked through sysinstall a little bit, and I think I have an idea of what might be going on. Jordan, you can probably tell me if I'm off base. It looks like that as soon as sysinstall starts up, it scans for available devices, by just opening them. Of course if you don't have media in your CDROM drive, you can't open the device. Anyway, the results of the scan seem to be cached, which may be what's hitting John when he boots without a CD in the drive. sysinstall doesn't "see" his CDROM drive because it can't open it. Does that ring any bells? Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 12:56:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 5344214C09 for ; Fri, 11 Jun 1999 12:56:51 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18339.on.bellglobal.com [206.172.130.19]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id PAA14360; Fri, 11 Jun 1999 15:59:38 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id PAA09307; Fri, 11 Jun 1999 15:57:12 -0400 (EDT) (envelope-from tim) Date: Fri, 11 Jun 1999 15:57:11 -0400 From: Tim Vanderhoek To: David Schwartz Cc: stable@freebsd.org Subject: Re: Pthreads-based programs crashing Message-ID: <19990611155711.A9209@mad> References: <000001beb43a$ba68dd50$021d85d1@whenever.youwant.to> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <000001beb43a$ba68dd50$021d85d1@whenever.youwant.to>; from David Schwartz on Fri, Jun 11, 1999 at 11:46:34AM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 11:46:34AM -0700, David Schwartz wrote: > > I've been having my pthreads programs crash a lot with stable these days. > The panic is 'cannot set scheduling timer' (in uthread_kern.c). A bit of > sleuthing indicates that the tv_usec value being passed to setitimer is > negative! Have you tried backing out r.15.2.2 of uthread_kern.c? It wouldn't happen to be the same negative value each time, would it? -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 13: 5:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from phoenix.cl.msu.edu (phoenix.cl.msu.edu [35.9.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 7D5C214CB0 for ; Fri, 11 Jun 1999 13:05:52 -0700 (PDT) (envelope-from ikhala@phoenix.cl.msu.edu) Received: (from ikhala@localhost) by phoenix.cl.msu.edu (8.9.3/8.9.3) id QAA40135; Fri, 11 Jun 1999 16:08:13 -0400 (EDT) (envelope-from ikhala) Date: Fri, 11 Jun 1999 16:08:13 -0400 From: "I'Khala" To: Jan Pechanec Cc: stable@freebsd.org Subject: Re: Quetion about kernel building on 3.2-stable Message-ID: <19990611160813.A40099@phoenix.cl.msu.edu> References: <19990611112754.A20045@phoenix.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Jan Pechanec on Fri, Jun 11, 1999 at 05:39:57PM +0200 X-Operating-System: FreeBSD 3.2-STABLE i386 X-PGP-Fingerprint: 35 95 F8 63 DA 5B 32 51 8F A9 AC 3C B4 74 F3 BA WWW-Home-Page: http://www.msu.edu/~ikhala Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Jan Pechanec (pechy@hp735.cvut.cz): > On Fri, 11 Jun 1999, I'Khala wrote: > > Hello, > > I had kernel with debug info with aproximate size of 10Mb, > 2.2.8 FreeBSD. Normally, when I am doing some programming, binaries > with and without debug info are often aproximately 5-8:1 in size. > > regards, Jan. Thanxs. After reading your message along with Michael Talon's I realized I was over looking the use of objcopy in the install target of the kernel build directory. Must remember to think things all the way through before posting ... :( Thanxs all ... #;^) -- I'Khala ikhala@msu.edu 308 Computer Laboratory ikhala@pager.msu.edu Michigan State University http://www.msu.edu/~ikhala East Lansing, MI 48824 +1.517.355.4500 x.151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 13:43: 9 1999 Delivered-To: freebsd-stable@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 58B941533B for ; Fri, 11 Jun 1999 13:43:06 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id WAA29380; Fri, 11 Jun 1999 22:13:08 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id VAA02966; Fri, 11 Jun 1999 21:30:02 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199906111930.VAA02966@yedi.iaf.nl> Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-Reply-To: <14177.22897.138261.369110@hip186.ch.intel.com> from John Reynolds~ at "Jun 11, 1999 11:46: 9 am" To: jreynold@sedona.ch.intel.com (John Reynolds~) Date: Fri, 11 Jun 1999 21:30:02 +0200 (CEST) Cc: jkh@zippy.cdrom.com, ken@plutotech.com, freebsd-stable@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As John Reynolds~ wrote ... > [ On Friday, June 11, Jordan K. Hubbard wrote: ] > > One thing which also confuses some people is that sysinstall attempts > > to mount the CD itself - it doesn't like it if you've already got the > > CD mounted someplace else; it *must not* be mounted before you run > > sysinstall or you'll wind up with an attempted double-mount situation. > > > > - Jordan > > Yup. Figured that one out years ago by emperical analysis ;-) Never underestimate the power of human experience ;-) > However, this was running sysinstall from the kern/mfsroot floppy boot > process with no media in the drives at probe time. > > If you have media in the drives at probe time, then sysinstall is happy. If > you don't have media at probe time (but DO have the media in the drive well > ahead of chosing the "media" option within sysinstall), Kenneth was saying > that the drivers still attach() but then sysinstall is confused. My experience is that as long as the CD is in the drive before you boot the floppy sysinstall is happy. Put the CD in later and all bets are off. This has been the case as long as I remember. To be honest I've never considered this behaviour to be a problem. Wilko -- | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 13:51:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id A45C814C0D for ; Fri, 11 Jun 1999 13:51:15 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id NAA28911; Fri, 11 Jun 1999 13:51:14 -0700 (PDT) (envelope-from obrien) Message-ID: <19990611135114.A28890@nuxi.com> Date: Fri, 11 Jun 1999 13:51:14 -0700 From: "David O'Brien" To: Steve Grandi , freebsd-stable@FreeBSD.ORG Subject: Re: amd and /etc/hosts.allow Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Steve Grandi on Thu, Jun 10, 1999 at 03:14:55PM -0700 X-Operating-System: FreeBSD 3.2-BETA Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ever since the "tcpwrapper enabled" tasks came into use in stable, I can't > get amd to work. Since Amd is not started up from inetd, the tcp_wrapers/inetd changes could not affect Amd. Nor has Amd been hacked to interact with libwrap what so ever. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 13:58:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ns (ns.eds.ch [194.235.48.31]) by hub.freebsd.org (Postfix) with SMTP id B752614C9D for ; Fri, 11 Jun 1999 13:57:56 -0700 (PDT) (envelope-from roberto.nunnari@agie.ch) Received: from helium.eds.ch by ns (SMI-8.6/SMI-SVR4) id UAA18761; Fri, 11 Jun 1999 20:00:12 -0100 Received: from agie.ch ([198.132.159.194]) by helium.eds.ch (Netscape Messaging Server 3.5) with ESMTP id AAA5824 for ; Thu, 10 Jun 1999 12:10:13 -0100 Message-ID: <375F8E67.B7399D8B@agie.ch> Date: Thu, 10 Jun 1999 12:07:35 +0200 From: "nunnari" Organization: AGIE X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: stable Subject: forgot root password!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there. Can anybody tell me how I can solve this problem? I tried to boot using the boot/fixit floppies but it doesn't work. When I select fixit from the boot menu, it asks for the fixit floppy but then when trying to read it, it hangs. I also tried the holo..shell on VT4, but from that shell I can't even issue ls nor anything else (probably I should mount a filesystem first???) as it not recognized as a command. I'm using FreeBSD 3.0 Any advice/hints? Best regards. -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@agie.ch AGIE - http://www.agie.com Via dei pioppi 16 tel: +41-91-8069138 6616 Losone """ Switzerland (o o) =======================oOO==(_)==OOo======================== MY OPNIONS ARE NOT NECESSARELY THOSE OF MY EMPLOYER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 14: 4:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 5A0C614C2A for ; Fri, 11 Jun 1999 14:04:21 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id DAA15910; Sat, 12 Jun 1999 03:04:38 +0400 (MSD) (envelope-from rover) Date: Sat, 12 Jun 1999 03:04:38 +0400 From: "Oleg V. Volkov" To: nunnari Cc: freebsd-stable@freebsd.org Subject: Re: forgot root password!! Message-ID: <19990612030438.A12941@fly.lglobus.ru> Reply-To: fs_rover@lglobus.ru References: <375F8E67.B7399D8B@agie.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <375F8E67.B7399D8B@agie.ch>; from nunnari on Thu, Jun 10, 1999 at 12:07:35PM +0200 Organization: -=/ SR 13 /=- Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 12:07:35PM +0200, nunnari wrote: > Hi there. > Can anybody tell me how I can solve this problem? > I tried to boot using the boot/fixit floppies but it doesn't > work. When I select fixit from the boot menu, it asks for > the fixit floppy but then when trying to read it, it hangs. > I also tried the holo..shell on VT4, but from that shell > I can't even issue ls nor anything else (probably I should > mount a filesystem first???) as it not recognized as a > command. Boot in single user mode. If console is marked as "secure" it won't ask you for password. Then use "passwd". -- Oleg V. Volkov aka Rover E-mail: rover@lglobus.ru E-mail redirector: sr-13@mail.ru (always up) -=/ SR 13 /=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 14:14:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from homer.web-ex.com (homer.web-ex.com [209.54.66.254]) by hub.freebsd.org (Postfix) with ESMTP id 383AB14C42 for ; Fri, 11 Jun 1999 14:14:05 -0700 (PDT) (envelope-from jim@web-ex.com) Received: from localhost (jim@localhost) by homer.web-ex.com (8.9.3/8.9.3) with ESMTP id RAA17852; Fri, 11 Jun 1999 17:13:57 -0400 (EDT) (envelope-from jim@web-ex.com) X-Authentication-Warning: homer.web-ex.com: jim owned process doing -bs Date: Fri, 11 Jun 1999 17:13:57 -0400 (EDT) From: Jim Cassata To: nunnari Cc: stable Subject: Re: forgot root password!! In-Reply-To: <375F8E67.B7399D8B@agie.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is not Linux, you can boot to single user mode from the console. then mount the filesystems and edit out the root password. Jim Cassata On Thu, 10 Jun 1999, nunnari wrote: > Date: Thu, 10 Jun 1999 12:07:35 +0200 > From: nunnari > To: stable > Subject: forgot root password!! > > Hi there. > > Can anybody tell me how I can solve this problem? > I tried to boot using the boot/fixit floppies but it doesn't > work. When I select fixit from the boot menu, it asks for > the fixit floppy but then when trying to read it, it hangs. > I also tried the holo..shell on VT4, but from that shell > I can't even issue ls nor anything else (probably I should > mount a filesystem first???) as it not recognized as a > command. > > I'm using FreeBSD 3.0 > Any advice/hints? > > Best regards. > -- > Roberto Nunnari -software engineer- > mailto:roberto.nunnari@agie.ch > AGIE - http://www.agie.com > Via dei pioppi 16 tel: +41-91-8069138 > 6616 Losone """ > Switzerland (o o) > =======================oOO==(_)==OOo======================== > MY OPNIONS ARE NOT NECESSARELY THOSE OF MY EMPLOYER > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > Jim Cassata 516.421.6000 jim@web-ex.com Web Express 20 Broadhollow Road Suite 3011 Melville, NY 11747 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 14:19:44 1999 Delivered-To: freebsd-stable@freebsd.org Received: from phoenix.cl.msu.edu (phoenix.cl.msu.edu [35.9.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 835D114C2A for ; Fri, 11 Jun 1999 14:19:41 -0700 (PDT) (envelope-from ikhala@phoenix.cl.msu.edu) Received: (from ikhala@localhost) by phoenix.cl.msu.edu (8.9.3/8.9.3) id RAA40253; Fri, 11 Jun 1999 17:21:58 -0400 (EDT) (envelope-from ikhala) Date: Fri, 11 Jun 1999 17:21:58 -0400 From: "I'Khala" To: nunnari Cc: freebsd-stable@freebsd.org Subject: Re: forgot root password!! Message-ID: <19990611172158.A40231@phoenix.cl.msu.edu> References: <375F8E67.B7399D8B@agie.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375F8E67.B7399D8B@agie.ch>; from nunnari on Thu, Jun 10, 1999 at 12:07:35PM +0200 X-Operating-System: FreeBSD 3.2-STABLE i386 X-PGP-Fingerprint: 35 95 F8 63 DA 5B 32 51 8F A9 AC 3C B4 74 F3 BA WWW-Home-Page: http://www.msu.edu/~ikhala Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting nunnari (roberto.nunnari@agie.ch): > Hi there. > > Can anybody tell me how I can solve this problem? > I tried to boot using the boot/fixit floppies but it doesn't > work. When I select fixit from the boot menu, it asks for > the fixit floppy but then when trying to read it, it hangs. > I also tried the holo..shell on VT4, but from that shell > I can't even issue ls nor anything else (probably I should > mount a filesystem first???) as it not recognized as a > command. From: Matthew Hunt Assuming you have physical access to the machine, and can reboot it: At the "Boot:" prompt, enter "-s" to boot in single user mode. After the system boots, it will ask for the pathname of a shell, or you can hit enter for /bin/sh. Hit enter. Run the following commands: fsck -p mount -u / mount -a -t ufs You can now run "passwd" to change the root password. Then "shutdown -r now" to reboot as usual. > > I'm using FreeBSD 3.0 > Any advice/hints? > > Best regards. > -- > Roberto Nunnari -software engineer- > mailto:roberto.nunnari@agie.ch > AGIE - http://www.agie.com > Via dei pioppi 16 tel: +41-91-8069138 > 6616 Losone """ > Switzerland (o o) > =======================oOO==(_)==OOo======================== > MY OPNIONS ARE NOT NECESSARELY THOSE OF MY EMPLOYER > #;^) -- I'Khala ikhala@msu.edu 308 Computer Laboratory ikhala@pager.msu.edu Michigan State University http://www.msu.edu/~ikhala East Lansing, MI 48824 +1.517.355.4500 x.151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 14:28:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 8C47D14D55 for ; Fri, 11 Jun 1999 14:28:28 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA282781290; Fri, 11 Jun 1999 13:14:50 -0400 Date: Fri, 11 Jun 1999 13:14:50 -0400 (EDT) From: Bill Fumerola Reply-To: Bill Fumerola To: nunnari Cc: freebsd-stable@FreeBSD.org Subject: Re: forgot root password!! In-Reply-To: <19990611172158.A40231@phoenix.cl.msu.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting nunnari (roberto.nunnari@agie.ch): > Hi there. > > Can anybody tell me how I can solve this problem? > I tried to boot using the boot/fixit floppies but it doesn't > work. When I select fixit from the boot menu, it asks for > the fixit floppy but then when trying to read it, it hangs. > I also tried the holo..shell on VT4, but from that shell > I can't even issue ls nor anything else (probably I should > mount a filesystem first???) as it not recognized as a > command. It's a shame there isn't a FAQ entry at http://www.FreeBSD.org/FAQ/ about this. It's even more of a shame there aren't ample descriptions of what mailing list is appropriate for questions at http://www.FreeBSD.org/handbook/ Too bad, I guess. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 15: 3:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mur3.odyssey.on.ca (mur3.odyssey.on.ca [209.213.224.2]) by hub.freebsd.org (Postfix) with ESMTP id A16A914D55 for ; Fri, 11 Jun 1999 15:02:59 -0700 (PDT) (envelope-from kevin.v@odyssey.on.ca) Received: from odyssey.on.ca (ts22-19.odyssey.on.ca [209.213.233.119]) by mur3.odyssey.on.ca (8.9.1/Odyssey) with ESMTP id SAA05041 for ; Fri, 11 Jun 1999 18:02:57 -0400 (EDT) Message-ID: <37618763.D8CF6BA1@odyssey.on.ca> Date: Fri, 11 Jun 1999 18:02:11 -0400 From: "kevin.v" X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable Subject: Re: burning a cd References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > [snip-o-rama] > > Really an IDE-cdrom ? > He asked for a HP 7200 cd-writer (ide) im using 3.0-stable with an HP7200i, with the firmware upgrade (3.3? 2.3?)... both scripts in /usr/share/examples/atapi work fine as is, specifying the device acd#c. good luck, kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 15:16:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 02A561544B for ; Fri, 11 Jun 1999 15:16:20 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id QAA17373; Fri, 11 Jun 1999 16:13:34 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 11 Jun 1999 16:13:34 -0600 (MDT) From: Brett Taylor To: Bill Fumerola Cc: nunnari , freebsd-stable@FreeBSD.ORG Subject: Re: forgot root password!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Fri, 11 Jun 1999, Bill Fumerola wrote: > Quoting nunnari (roberto.nunnari@agie.ch): > > > Hi there. > > > > Can anybody tell me how I can solve this problem? > It's a shame there isn't a FAQ entry at http://www.FreeBSD.org/FAQ/ > about this. There is: http://www.freebsd.org/FAQ/FAQ138.html#138 Also, the solution to this problem did appear in the very first Daemon News (in fact it's the very first question answered in the first AnswerMan column): http://www.daemonnews.org/199809/answerman1.html > It's even more of a shame there aren't ample descriptions of what > mailing list is appropriate for questions at > http://www.FreeBSD.org/handbook/ There _is_ : http://www.freebsd.org/handbook/eresources.html#ERESOURCES-MAIL Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 15:23:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32]) by hub.freebsd.org (Postfix) with ESMTP id 3C39714D30 for ; Fri, 11 Jun 1999 15:23:48 -0700 (PDT) (envelope-from seth@freebie.dp.ny.frb.org) Received: by fed-ef1.frb.gov; id SAA14280; Fri, 11 Jun 1999 18:23:45 -0400 (EDT) Received: from m1pmdf.frb.gov(192.168.3.38) by fed.frb.gov via smap (V4.2) id xma014133; Fri, 11 Jun 99 18:22:56 -0400 Date: Fri, 11 Jun 1999 18:22:51 -0400 (EDT) From: Seth Subject: xperfmon++ and softupdates? To: freebsd-stable@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've noticed something a bit interesting, and wonder whether someone could confirm: I use xperfmon++ to monitor disk i/o (among other things). I've noticed that it seems to report disk activity without softupdates, but doesn't really show the effects of large copies WITH softupdates. For example, a copy of a 300 MB file will cause a spike in "Disk IO (Mbytes/s)" when softupdates is off, but with softupdates on, there's no change. It's not an urgent problem, but I am curious. Comments? [ Dunno whether it's relevant, but: ahc0: rev 0x00 int a irq 18 on pci2.10. 0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x01 int a irq 18 on pci2.14.0 ahc1: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs sa0 at ahc1 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da1: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) ] Thanks, SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 15:26:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id C40F714BCC for ; Fri, 11 Jun 1999 15:26:25 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA004294767; Fri, 11 Jun 1999 14:12:47 -0400 Date: Fri, 11 Jun 1999 14:12:47 -0400 (EDT) From: Bill Fumerola To: Brett Taylor Cc: nunnari , freebsd-stable@FreeBSD.ORG Subject: Re: forgot root password!! In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Brett Taylor wrote: > > It's a shame there isn't a FAQ entry at http://www.FreeBSD.org/FAQ/ > > about this. > > http://www.freebsd.org/FAQ/FAQ138.html#138 > > > It's even more of a shame there aren't ample descriptions of what > > mailing list is appropriate for questions at > > http://www.FreeBSD.org/handbook/ > > There _is_ : > > http://www.freebsd.org/handbook/eresources.html#ERESOURCES-MAIL That was my (sarcastic) point. Note that the FAQ entry and handbook entry matched up. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 15:56:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from noao.edu (noao.edu [140.252.1.54]) by hub.freebsd.org (Postfix) with ESMTP id 58F3914EB8 for ; Fri, 11 Jun 1999 15:56:19 -0700 (PDT) (envelope-from grandi@noao.edu) Received: from mirfak.tuc.noao.edu (IDENT:grandi@mirfak.tuc.noao.edu [140.252.1.9]) by noao.edu (8.9.3/8.8.8/SAG-14Jan99) with ESMTP id PAA04035; Fri, 11 Jun 1999 15:56:15 -0700 (MST) (envelope-from grandi@noao.edu) Date: Fri, 11 Jun 1999 15:56:15 -0700 (MST) From: Steve Grandi X-Sender: grandi@mirfak.tuc.noao.edu To: obrien@NUXI.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: amd and /etc/hosts.allow In-Reply-To: <19990611135114.A28890@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've dug into this a little more: amd is a red herring; any attempt to to do an NFS mount hangs with mount_nfs hung in D state (ktrace/kdump shows that nami is the last system call made). portmap appears to be the problem: rebuilding portmap after commenting out the line LDADD= -lwrap in /usr/src/usr.sbin/portmap/Makefile makes NFS mounts work again even in the presence of /etc/hosts.allow The portion of /etc/hosts.allow that refers to portmap sure appears to me to be sufficient to let local hosts in: # Portmapper is used for all RPC services; protect your NFS! #portmap : localhost : allow #portmap : .noao.edu : allow #portmap : .evil.cracker.example.com : deny portmap : ALL : allow Any thoughts? The next time I can play with this system, I will start portmap with -v to see if any log entries are interesting. Steve Grandi On Fri, 11 Jun 1999, David O'Brien wrote: > > Ever since the "tcpwrapper enabled" tasks came into use in stable, I can't > > get amd to work. > > Since Amd is not started up from inetd, the tcp_wrapers/inetd changes > could not affect Amd. Nor has Amd been hacked to interact with libwrap > what so ever. > > -- > -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) > Steve Grandi, National Optical Astronomy Observatories/AURA Inc., Tucson AZ USA Internet: grandi@noao.edu Voice: +1 520 318-8228 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 19:39: 0 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 19A2C14CD4 for ; Fri, 11 Jun 1999 19:38:44 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-6-199.dialup.rdu.ipass.net [209.170.134.199]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id WAA14286; Fri, 11 Jun 1999 22:38:14 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id WAA04070; Fri, 11 Jun 1999 22:39:50 -0400 (EDT) (envelope-from rhh) Date: Fri, 11 Jun 1999 22:39:50 -0400 From: Randall Hopper To: jonathan michaels Cc: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd Message-ID: <19990611223950.A4058@ipass.net> References: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> <19990611115104.A25958@caamora.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990611115104.A25958@caamora.com.au>; from jonathan michaels on Fri, Jun 11, 1999 at 11:51:04AM +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jonathan michaels: |On Thu, Jun 10, 1999 at 03:30:11PM -0700, Scott Benjamin wrote: | |another related question .. what sort of hardware do you guys |use, i'd like to be able to get a scsi burner but don't know |where to start-look for a scsi cd writer. I use a Ricoh 6200S. Bought a few months ago. Works great. 3.2-RELEASE here. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Jun 11 21:58:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.bewellnet.com (mail.bewellnet.com [216.146.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 6FF781507D for ; Fri, 11 Jun 1999 21:58:46 -0700 (PDT) (envelope-from epeters@bewellnet.com) Received: from fred [209.54.97.16] by mail.bewellnet.com (SMTPD32-5.01) id A93AA04501EA; Fri, 11 Jun 1999 22:59:38 MDT Message-ID: <008e01beb491$9f8f9f80$0301a8c0@fred.nets> From: "Eric Peters" To: "freebsd-stable" Subject: Re: burning a cd Date: Fri, 11 Jun 1999 23:08:33 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >im using 3.0-stable with an HP7200i, with the firmware upgrade (3.3? >2.3?)... both scripts in /usr/share/examples/atapi work fine as is, >specifying the device acd#c. ... I suppose this thread means I can use my CDR to burn CDs... Just one question nagging me that my befuddled mind can't seem to resolve easily after I've been up too long... Is there a way to elegantly perform dump(8)s spanning multiple CDs? Could we get a script or 2 for that added to /usr/share/examples/atapi & or /usr/share/examples/worm perhaps? Or is that asking too much? //Eric Happily on his way with a system that knows it has a modem after getting a faulty motherboard replaced... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 2: 6:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from unix.sim.com.pl (unix.sim.com.pl [195.117.85.65]) by hub.freebsd.org (Postfix) with ESMTP id E7AC81531B for ; Sat, 12 Jun 1999 02:04:26 -0700 (PDT) (envelope-from gawel@unix.sim.com.pl) Received: from unix.sim.com.pl ([192.168.1.20]) by unix.sim.com.pl (8.9.3/8.9.2) with ESMTP id KAA09892 for ; Sat, 12 Jun 1999 10:54:54 +0200 (CEST) (envelope-from gawel@unix.sim.com.pl) Message-ID: <37622325.E0A90120@unix.sim.com.pl> Date: Sat, 12 Jun 1999 11:06:45 +0200 From: Gawel X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" Subject: Https through natd? Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is it possible to access https sites form local network 192.168.0.0 through Natd? (3.2-stable) Regards, Gawel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 2: 8:39 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 5E0F71507D for ; Sat, 12 Jun 1999 02:08:37 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id CAA77224; Sat, 12 Jun 1999 02:08:09 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: "Kenneth D. Merry" Cc: jreynold@sedona.ch.intel.com, freebsd-stable@freebsd.org Subject: Re: Is the CD driver supposed to attach() now regardless of media? In-reply-to: Your message of "Fri, 11 Jun 1999 13:35:01 MDT." <199906111935.NAA50622@panzer.plutotech.com> Date: Sat, 12 Jun 1999 02:08:08 -0700 Message-ID: <77220.929178488@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I just looked through sysinstall a little bit, and I think I have an idea > of what might be going on. Jordan, you can probably tell me if I'm off > base. > > It looks like that as soon as sysinstall starts up, it scans for available > devices, by just opening them. > > Of course if you don't have media in your CDROM drive, you can't open the > device. Correct. This is a known problem which is unfortunately only sorta-kinda documented; I'm frankly so used to this being a requirement for both CDROM and tape installs that I think I forgot to even mention it in the manual page. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 2:24:43 1999 Delivered-To: freebsd-stable@freebsd.org Received: from area51.quadspeed.com (node10345.a2000.nl [24.132.3.69]) by hub.freebsd.org (Postfix) with ESMTP id 4DEED14C29 for ; Sat, 12 Jun 1999 02:24:40 -0700 (PDT) (envelope-from michel@area51.quadspeed.com) Received: (from michel@localhost) by area51.quadspeed.com (8.9.3/8.9.3) id LAA81807; Sat, 12 Jun 1999 11:23:58 +0200 (CEST) (envelope-from michel) Date: Sat, 12 Jun 1999 11:23:58 +0200 From: Michel Quadflieg To: Gawel Cc: freebsd-stable@freebsd.org Subject: Re: Https through natd? Message-ID: <19990612112358.A81793@quadspeed.com> References: <37622325.E0A90120@unix.sim.com.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <37622325.E0A90120@unix.sim.com.pl>; from Gawel on Sat, Jun 12, 1999 at 11:06:45AM +0200 X-Operating-System: FreeBSD area51.quadspeed.com 3.2-STABLE FreeBSD 3.2-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 12, 1999 at 11:06:45AM +0200, Gawel wrote: > Hi, > > Is it possible to access https sites form local network 192.168.0.0 > through Natd? (3.2-stable) > > Regards, > Gawel I have no problems with that. So it is possible... What kind of problems do you have? Michel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 2:41: 9 1999 Delivered-To: freebsd-stable@freebsd.org Received: from unix.sim.com.pl (unix.sim.com.pl [195.117.85.65]) by hub.freebsd.org (Postfix) with ESMTP id 51B8314D31 for ; Sat, 12 Jun 1999 02:41:04 -0700 (PDT) (envelope-from gawel@unix.sim.com.pl) Received: from unix.sim.com.pl ([192.168.1.20]) by unix.sim.com.pl (8.9.3/8.9.2) with ESMTP id LAA09999; Sat, 12 Jun 1999 11:30:28 +0200 (CEST) (envelope-from gawel@unix.sim.com.pl) Message-ID: <37622B7B.754A5F84@unix.sim.com.pl> Date: Sat, 12 Jun 1999 11:42:19 +0200 From: Gawel X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Michel Quadflieg Cc: freebsd-stable@freebsd.org Subject: Re: Https through natd? References: <37622325.E0A90120@unix.sim.com.pl> <19990612112358.A81793@quadspeed.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I can access https directly from FreeBSD with no problems but from pc on local network I have no answer from https site. My natd configuration: natd_enable="YES", natd_interface="sl0", natd_flags="-m -u -s" I have no idea how to diagnose it. Regards, Gawel Michel Quadflieg wrote: > On Sat, Jun 12, 1999 at 11:06:45AM +0200, Gawel wrote: > > Hi, > > > > Is it possible to access https sites form local network 192.168.0.0 > > through Natd? (3.2-stable) > > > > Regards, > > Gawel > > I have no problems with that. So it is possible... What kind of problems do > you have? > > Michel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 3:26:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from arg1.demon.co.uk (arg1.demon.co.uk [194.222.34.166]) by hub.freebsd.org (Postfix) with ESMTP id 2161C14FE1 for ; Sat, 12 Jun 1999 03:26:39 -0700 (PDT) (envelope-from arg@arg1.demon.co.uk) Received: from localhost (arg@localhost) by arg1.demon.co.uk (8.8.8/8.8.8) with SMTP id LAA00356 for ; Sat, 12 Jun 1999 11:26:33 +0100 (BST) (envelope-from arg@arg1.demon.co.uk) Date: Sat, 12 Jun 1999 11:26:33 +0100 (BST) From: Andrew Gordon X-Sender: arg@server.arg.sj.co.uk To: stable@freebsd.org Subject: Panic: Bad stack grow start/end in new stack entry [StarOffice] Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a reproducible panic on a 3.2-stable system ('make world' and new kernel from CTM sources about 2 days ago, though the problem was happening before then). I think I am in fact suffering from 2 different kernel bugs. This machine has most filesystems on a local disc, but has user home directories NFS-mounted from a FreeBSD 2.2.7 server. StarOffice executables are all on the local drive, but it keeps a load of files in each user's ~/Office50 directory. The first problem is that these files become corrupt very readily - I suspect mmap()/NFS interaction or similar, since the problem doesn't arise if the home directory is placed on the local drive. No panic at this stage, just corrupt files as reported by StarOffice when it is re-started. However, a couple of users have got their files corrupted in such a way that after clearing StarOffice's "corrupt file" dialog the system panics: IdlePTD 2699264 initial pcb at 22731c panicstr: Bad stack grow start/end in new stack entry panic messages: --- panic: Bad stack grow start/end in new stack entry (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 #1 0xc012c844 in at_shutdown ( function=0xc020b47d <__set_sysinit_set_sym_vm_mem_sys_init+529>, arg=0xc64ac600, queue=-968158528) at ../../kern/kern_shutdown.c:446 #2 0xc01c6dea in vm_map_growstack (p=0xc64ac600, addr=3210739712) at ../../vm/vm_map.c:759 #3 0xc01e8196 in grow_stack (p=0xc64ac600, sp=3210858496) at ../../i386/i386/vm_machdep.c:571 #4 0xc01e6467 in trap_pfault (frame=0xc657efbc, usermode=1, eva=3210862564) at ../../i386/i386/trap.c:808 #5 0xc01e601a in trap (frame={tf_es = 39, tf_ds = 39, tf_edi = 6, tf_esi = 6, tf_ebp = -1084104588, tf_isp = -967315484, tf_ebx = 690240016, tf_edx = 0, tf_ecx = 688696616, tf_eax = 0, tf_trapno = 12, tf_err = 6, tf_eip = 690228689, tf_cs = 31, tf_eflags = 66198, tf_esp = -1084104728, tf_ss = 39}) at ../../i386/i386/trap.c:358 #6 0x29240dd1 in ?? () #7 0x29240f42 in ?? () (kgdb) up #1 0xc012c844 in at_shutdown ( function=0xc020b47d <__set_sysinit_set_sym_vm_mem_sys_init+529>, arg=0xc64ac600, queue=-968158528) at ../../kern/kern_shutdown.c:446 446 boot(bootopt); (kgdb) up #2 0xc01c6dea in vm_map_growstack (p=0xc64ac600, addr=3210739712) at ../../vm/vm_map.c:759 759 panic ("Bad stack grow start/end in new stack entry"); (kgdb) list 754 /* Adjust the available stack space by the amount we grew. */ 755 if (rv == KERN_SUCCESS) { 756 new_stack_entry = prev_entry->next; 757 if (new_stack_entry->end != stack_entry->start || 758 new_stack_entry->start != addr) 759 panic ("Bad stack grow start/end in new stack entry"); 760 else { 761 new_stack_entry->avail_ssize = stack_entry->avail_ssize - 762 (new_stack_entry->end - 763 new_stack_entry->start); (kgdb) print new_stack_entry $1 = (struct vm_map_entry *) 0x0 (kgdb) print rv $2 = 0 (kgdb) print prev_entry $3 = (struct vm_map_entry *) 0xc6575500 (kgdb) print *prev_entry $4 = {prev = 0xc65aaa50, next = 0xc65aa7a8, start = 3210608640, end = 3210862592, avail_ssize = 1949696, object = {vm_object = 0xc65a0f68, share_map = 0xc65a0f68, sub_map = 0xc65a0f68}, offset = 0, eflags = 0 '\000', protection = 7 '\a', max_protection = 7 '\a', inheritance = 1 '\001', wired_count = 0} (kgdb) $5 = {prev = 0xc65aaa50, next = 0xc65aa7a8, start = 3210608640, end = 3210862592, avail_ssize = 1949696, object = {vm_object = 0xc65a0f68, share_map = 0xc65a0f68, sub_map = 0xc65a0f68}, offset = 0, eflags = 0 '\000', protection = 7 '\a', max_protection = 7 '\a', inheritance = 1 '\001', wired_count = 0} (kgdb) This kernel has my patch to procfs to make /proc/xx/cmdline work for StarOffice (patch as sent to the list a couple of weeks ago), but is otherwise built from standard sources. It has various kernel options for threads as required by StarOffice: machine "i386" cpu "I586_CPU" ident "ETH18" maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options SOFTUPDATES options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" config kernel root on wd0 controller isa0 controller pnp0 # PnP support for ISA controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x80ff80ff disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? tty irq 7 controller ppbus0 device lpt0 at ppbus? device ppi0 at ppbus? device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) pseudo-device loop pseudo-device ether pseudo-device tun 1 pseudo-device pty 32 # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 5:35:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gw.caamora.com.au (jonath5.lnk.telstra.net [139.130.41.237]) by hub.freebsd.org (Postfix) with ESMTP id D26D714D37 for ; Sat, 12 Jun 1999 05:35:07 -0700 (PDT) (envelope-from jon@gw.caamora.com.au) Received: (from jon@localhost) by gw.caamora.com.au (8.8.8/8.8.8) id WAA00254; Sat, 12 Jun 1999 22:34:57 +1000 (EST) (envelope-from jon) Message-ID: <19990612223456.B210@caamora.com.au> Date: Sat, 12 Jun 1999 22:34:57 +1000 From: jonathan michaels To: Randall Hopper Cc: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd References: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> <19990611115104.A25958@caamora.com.au> <19990611223950.A4058@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19990611223950.A4058@ipass.net>; from Randall Hopper on Fri, Jun 11, 1999 at 10:39:50PM -0400 X-Operating-System: FreeBSD gw.caamora.com.au 2.2.7-RELEASE i386 X-Mood: i'm alive, if it counts Organisation: Caamora, PO Box 144, Rosebery NSW 1445 Australia Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG to all who replied, thank you very much, On Fri, Jun 11, 1999 at 10:39:50PM -0400, Randall Hopper wrote: > jonathan michaels: > |On Thu, Jun 10, 1999 at 03:30:11PM -0700, Scott Benjamin wrote: > | > |another related question .. what sort of hardware do you guys > |use, i'd like to be able to get a scsi burner but don't know > |where to start-look for a scsi cd writer. > > I use a Ricoh 6200S. Bought a few months ago. Works great. > 3.2-RELEASE here. this was teh one i was desperately trying to remember, but couldn't. also Igor recommended these yamaha cd writers (all scsi), yamaha 400, 400at and teh current one being the yamaha 4416s (he said he hadn't personallly tried this one but that the earlier one the yamaha 4260 did work very well. i am going to try to get a couple of these, either one ricoh and one yamaha or a pair f each .. i'm building two multimedia development platorrms .. as i said earlier i hope to be able to use freebsd, but i can see that dual booting to beos might have its advantages. ps, after i get this project of teh ground and these (pair of dual xeon 400's) machines built i will post a brief outline of what was done and how freebsd was used to compliment and augment and integrate a beos multimedia server. we plan to have a dvd server as well, but we will see what happens. anyway, let you all know what happens. again thank you all for responding. regards jonathan for those intereseted .. http://www.yamahayst.com/cdr.htm (thanks, Igor) -- =============================================================================== Jonathan Michaels PO Box 144, Rosebery, NSW 1445 Australia =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 7:45:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id F25D014C07 for ; Sat, 12 Jun 1999 07:45:25 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 10sp29-00005H-00 for freebsd-stable@FreeBSD.ORG; Sat, 12 Jun 1999 10:45:21 -0400 Date: Sat, 12 Jun 1999 10:45:20 -0400 From: Peter Radcliffe To: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd Message-ID: <19990612104520.A26298@pir.net> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> <19990611115104.A25958@caamora.com.au> <19990611223950.A4058@ipass.net> <19990612223456.B210@caamora.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990612223456.B210@caamora.com.au>; from jonathan michaels on Sat, Jun 12, 1999 at 10:34:57PM +1000 X-fish: < Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jonathan michaels probably said: > also Igor recommended these yamaha cd writers (all scsi), > yamaha 400, 400at and teh current one being the yamaha 4416s > (he said he hadn't personallly tried this one but that the > earlier one the yamaha 4260 did work very well. > http://www.yamahayst.com/cdr.htm (thanks, Igor) I've got a Yamaha 400t, can't say enough good things about it ... If I replace it with a CD-RW, it'll be another Yamaha. Been using it with FreeBSD 2.2.* so far, but as soon as my new machine hardware arrives I'll be using it with 3.2. P. -- pir pir@pir.net pir@shore.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 8:13:59 1999 Delivered-To: freebsd-stable@freebsd.org Received: from kusanagi.boing.com (silver234.mminternet.com [209.241.149.234]) by hub.freebsd.org (Postfix) with ESMTP id 450D214E81 for ; Sat, 12 Jun 1999 08:13:57 -0700 (PDT) (envelope-from boing@kusanagi.boing.com) Received: (from boing@localhost) by kusanagi.boing.com (8.9.3/8.9.3) id IAA25324; Sat, 12 Jun 1999 08:13:50 -0700 (PDT) (envelope-from boing) Message-Id: <199906121513.IAA25324@kusanagi.boing.com> Date: Sat, 12 Jun 1999 08:13:50 -0700 (PDT) From: Geff Hanoian Subject: Re: burning a cd To: jon@caamora.com.au Cc: aa8vb@ipass.net, freebsd-stable@FreeBSD.ORG In-Reply-To: <19990612223456.B210@caamora.com.au> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12 Jun, jonathan michaels wrote: > to all who replied, thank you very much, > > On Fri, Jun 11, 1999 at 10:39:50PM -0400, Randall Hopper wrote: >> jonathan michaels: >> |On Thu, Jun 10, 1999 at 03:30:11PM -0700, Scott Benjamin wrote: >> | >> |another related question .. what sort of hardware do you guys >> |use, i'd like to be able to get a scsi burner but don't know >> |where to start-look for a scsi cd writer. >> >> I use a Ricoh 6200S. Bought a few months ago. Works great. >> 3.2-RELEASE here. > > this was teh one i was desperately trying to remember, but > couldn't. > > also Igor recommended these yamaha cd writers (all scsi), > yamaha 400, 400at and teh current one being the yamaha 4416s > (he said he hadn't personallly tried this one but that the > earlier one the yamaha 4260 did work very well. 4416s here, excellent drive! Geff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 8:16:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from st12-59.tky.hut.fi (st12-59.tky.hut.fi [130.233.29.59]) by hub.freebsd.org (Postfix) with ESMTP id C10FA14DF9 for ; Sat, 12 Jun 1999 08:16:14 -0700 (PDT) (envelope-from jake@iki.fi) Received: from localhost (jake@localhost) by st12-59.tky.hut.fi (8.9.1/8.9.1) with ESMTP id SAA24479 for ; Sat, 12 Jun 1999 18:18:17 +0300 X-Authentication-Warning: st12-59.tky.hut.fi: jake owned process doing -bs Date: Sat, 12 Jun 1999 18:18:17 +0300 (EEST) From: Jarkko Santala X-Sender: jake@st12-59.tky.hut.fi To: freebsd-stable@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-stable subscribe cvs-all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 9:50:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (Postfix) with ESMTP id 4C53515029 for ; Sat, 12 Jun 1999 09:50:37 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: from gid.co.uk (uucp@localhost) by isbalham.ist.co.uk (8.9.2/8.8.7) with UUCP id RAA25019; Sat, 12 Jun 1999 17:50:36 +0100 (BST) (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] by seagoon.gid.co.uk; Sat, 12 Jun 1999 17:46:44 +0100 (BST) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: <19990612223456.B210@caamora.com.au> References: <19990611223950.A4058@ipass.net>; from Randall Hopper on Fri, Jun 11, 1999 at 10:39:50PM -0400 <1D7D0A00F0E8D111A26600104B873E4C01783C4A@exchange.quests.com> <19990611115104.A25958@caamora.com.au> <19990611223950.A4058@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 12 Jun 1999 17:46:42 +0000 To: jonathan michaels From: Bob Bishop Subject: Re: burning a cd Cc: Randall Hopper , freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:34 pm +1000 12/6/99, jonathan michaels wrote: >[...] >also Igor recommended these yamaha cd writers (all scsi), >yamaha 400, 400at and teh current one being the yamaha 4416s >(he said he hadn't personallly tried this one but that the >earlier one the yamaha 4260 did work very well. I have a 4416S here, works fine with cdrecord on -current. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 10:14: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dukat.noc.cup.ndp.net (dukat.noc.cup.ndp.net [209.212.224.149]) by hub.freebsd.org (Postfix) with ESMTP id CF46F14DB8 for ; Sat, 12 Jun 1999 10:13:59 -0700 (PDT) (envelope-from andym@ntt.net) Received: from localhost (localhost.noc.cup.ndp.net [127.0.0.1]) by dukat.noc.cup.ndp.net (8.9.3/8.9.2) with SMTP id KAA90212; Sat, 12 Jun 1999 10:13:08 -0700 (PDT) (envelope-from andym@ntt.net) Date: Sat, 12 Jun 1999 10:13:08 -0700 (PDT) From: Andy McConnell To: Gawel Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: Https through natd? In-Reply-To: <37622325.E0A90120@unix.sim.com.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-2022-JP Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG natd works at layer 3. https does its magic at layer 4. All natd does is change the source/dest before sending tha packets, right? I just tested mine against an https site... no problems. ** You might want to make sure your natd's ipfw is open, or at least allows connection to port 443. -andy On Sat, 12 Jun 1999, Gawel wrote: }Hi, } }Is it possible to access https sites form local network 192.168.0.0 }through Natd? (3.2-stable) } }Regards, }Gawel } } } } } }To Unsubscribe: send mail to majordomo@FreeBSD.org }with "unsubscribe freebsd-stable" in the body of the message } -- Andy McConnell $B??8~N}(B $B0BEHN6(B IP Operations Manager andym@ntt.net Network and IP Service Division, NTT America +1 408 873 3757 "The laws in this city are clearly racist. All laws are racist. The law of gravity is racist." - M. Barry, Mayor of Washington, DC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 10:49: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 33D1D14F6E for ; Sat, 12 Jun 1999 10:48:59 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 6739 invoked by uid 1003); 12 Jun 1999 17:48:19 -0000 Date: Sat, 12 Jun 1999 19:48:19 +0200 From: Neil Blakey-Milner To: stable@freebsd.org Subject: changing to root before recognition of drive? Message-ID: <19990612194819.A6406@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I've been having some problems moving my root partition from an IDE drive to a SCSI one - mostly in that I get the following situation: ahc0: rev 0x04 int a irq 16 on pci0.12.0 ahc0: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x04 int b irq 16 on pci0.12.1 ahc1: Using left over BIOS settings ahc1: aic7895 Wide Channel B, SCSI Id=7, 16/255 SCBs Waiting 15 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! sa0 at ahc0 bus 0 target 1 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.0MB/s transfers (10.0MHz, offset 15) da1 at ahc0 bus 0 target 6 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.0MB/s transfers (20.0MHz, offset 15), Tagged Queueing Enabled da1: 8683MB (17783240 512 byte sectors: 64H 32S/T 8683C) da3 at ahc1 bus 0 target 11 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da3: 8703MB (17824700 512 byte sectors: 64H 32S/T 8703C) changing root device to da0s1a da0 at ahc0 bus 0 target 3 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.0MB/s transfers (10.0MHz, offset 15), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 64H 32S/T 2063C) da2 at ahc1 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 40.0MB/s transfers (20.0MHz, offset 8, 16bit) da2: 4157MB (8515173 512 byte sectors: 64H 32S/T 4157C) And then a freeze. Any guesses? Tried with both hardwired SCSI drives config lines and without. Booting off da0, set up to boot SCSI in BIOS, and to boot target 3 in SCSI bios. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 14:23:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 647A714C36 for ; Sat, 12 Jun 1999 14:23:34 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 Jun 99 22:23:34 +0100 (BST) To: freebsd-stable@freebsd.org Subject: trap 12 X-Request-Do: Date: Sat, 12 Jun 1999 22:23:34 +0100 From: David Malone Message-ID: <9906122223.aa29673@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We had a machine die with the following messages on the serial console last night. I suspect the hardware as we've seen some spontainious reboots with no messages on the console, but just wondered what the other possibilities were. The machine is running 3.2-STABLE as of a few weeks ago. David. Fatal trap 12: page fault while in kernel mode kernel trap 12 with interrupts disabeled kernel trap 12 with interrupts disabeled kernel trap 12 with interrupts disabeled kernel trap 12 with interrupts disabeled kernel trap 12 with interrupts disabeled . . . Fatal double fault To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 14:32:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from paert.tse-online.de (paert.tse-online.de [194.97.69.172]) by hub.freebsd.org (Postfix) with SMTP id 3D06A15575 for ; Sat, 12 Jun 1999 14:32:43 -0700 (PDT) (envelope-from ab@paert.tse-online.de) Received: (qmail 35413 invoked by uid 1000); 12 Jun 1999 21:34:46 -0000 Date: Sat, 12 Jun 1999 23:34:46 +0200 From: Andreas Braukmann To: freebsd-stable@FreeBSD.ORG Subject: Re: Is the CD driver supposed to attach() now regardless of media? Message-ID: <19990612233446.D17731@paert.tse-online.de> References: <199906101958.NAA44110@panzer.plutotech.com> <73714.929087303@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <73714.929087303@zippy.cdrom.com>; from Jordan K. Hubbard on Fri, Jun 11, 1999 at 12:48:23AM -0700 Organization: TSE TeleService GmbH Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Fri, Jun 11, 1999 at 12:48:23AM -0700, Jordan K. Hubbard wrote: > > Your problem is most likely with sysinstall. I've seen other folks > > complain about having trouble with CD installs, and I think the bottom line > > was that there was (is?) a problem with sysinstall. > > I doubt it - all sysinstall tries to do is mount the CDROM in the > usual way; it doesn't do anything special. hmmm. I thought so, too. A few days ago I (once after a longer while) had to do a stand-alone installation of FreeBSD. (I was introducing a friend who is in the 'small-and-medium-network-business' to FreeBSD as a viable alternative to Netware and NT) The machine: Gigabyte dual processor Board, 2 x Celeron 466 (no, not overclocked, that's my personal number-cruncher ;) ) Adaptec 2940AU da0: cd0: Removable CD-ROM SCSI-2 device Booting (3.1-RELEASE) from the Yamaha Rewriter went well, but the install kernel didn't attached it to the cd-driver. We had to grab an older Toshiba-drive and then the installation went smooth. After that we re-connected the Yamaha-drive and built a custom SMP-kernel (from the plain-vanilla 3.1-RELEASE sources). This kernel attached the CRW4416 without a problem. Maybe there 'was' ('was' as '3.2-RELEASE' is out of the door) a hickup in the INSTALL-kernel? BTW. After swapping the hostadapter to an 2940U2W (ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs) I noted relatively 'odd' frequencies on the SCSI-bus? (cable and termination are 'ok') cd0: 8.333MB/s transfers (8.333MHz, offset 31) cd0: Attempt to query device size failed: NOT READY, Medium not present - sa0: Removable Sequential Access SCSI-2 device sa0: 18.518MB/s transfers (9.259MHz, offset 15, 16bit) -Andreas -- : TSE TeleService GmbH : Gsf: Arne Reuter : : : Hovestrasse 14 : Andreas Braukmann : We do it with : : D-48351 Everswinkel : HRB: 1430, AG WAF : FreeBSD/SMP : :--------------------------------------------------------------------: : Anti-Spam Petition: http://www.politik-digital.de/spam/ : : PGP-Key: http://www.tse-online.de/~ab/public-key : : Key fingerprint: 12 13 EF BC 22 DD F4 B6 3C 25 C9 06 DC D3 45 9B : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 14:42:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from paert.tse-online.de (paert.tse-online.de [194.97.69.172]) by hub.freebsd.org (Postfix) with SMTP id EDB7514C36 for ; Sat, 12 Jun 1999 14:42:18 -0700 (PDT) (envelope-from ab@paert.tse-online.de) Received: (qmail 35431 invoked by uid 1000); 12 Jun 1999 21:44:14 -0000 Date: Sat, 12 Jun 1999 23:44:14 +0200 From: Andreas Braukmann To: freebsd-stable@FreeBSD.ORG Subject: Re: Is the CD driver supposed to attach() now regardless of media? Message-ID: <19990612234414.E17731@paert.tse-online.de> References: <14177.22897.138261.369110@hip186.ch.intel.com> <199906111930.VAA02966@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <199906111930.VAA02966@yedi.iaf.nl>; from Wilko Bulte on Fri, Jun 11, 1999 at 09:30:02PM +0200 Organization: TSE TeleService GmbH Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, ... sorry, ... I really should have noted this in my earlier message on this topic. On Fri, Jun 11, 1999 at 09:30:02PM +0200, Wilko Bulte wrote: > My experience is that as long as the CD is in the drive before you boot > the floppy sysinstall is happy. Put the CD in later and all bets are off. > This has been the case as long as I remember. ... we tried all combinations ( 2940AU, Yamaha CRW4416 ) : - floppy boot, with medium in the the cd - floppy boot, without medium in the cd - cd-boot - cd-boot and taking out the cd direct after boot and back in later - waiting a few minutes before selecting the installation media in sysinstall The 3.1-release installation kernel wasn't able to attach the yamaha drive to cd0. -andreas -- : TSE TeleService GmbH : Gsf: Arne Reuter : : : Hovestrasse 14 : Andreas Braukmann : We do it with : : D-48351 Everswinkel : HRB: 1430, AG WAF : FreeBSD/SMP : :--------------------------------------------------------------------: : Anti-Spam Petition: http://www.politik-digital.de/spam/ : : PGP-Key: http://www.tse-online.de/~ab/public-key : : Key fingerprint: 12 13 EF BC 22 DD F4 B6 3C 25 C9 06 DC D3 45 9B : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 20:15:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id D9B6E14C9E for ; Sat, 12 Jun 1999 20:15:29 -0700 (PDT) (envelope-from mwm@phone.net) Received: (qmail 3513 invoked by uid 100); 13 Jun 1999 03:15:29 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Jun 1999 03:15:29 -0000 Date: Sat, 12 Jun 1999 20:15:29 -0700 (PDT) From: Mike Meyer To: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd In-Reply-To: <19990612104520.A26298@pir.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12 Jun 1999, Peter Radcliffe wrote: > I've got a Yamaha 400t, can't say enough good things about it ... > If I replace it with a CD-RW, it'll be another Yamaha. I've got a Yamah 4260 - and find that it's *incredibly* finicky about the blanks. Some name brand disks - Memorex, for example - don't produce reliable disks. None of the generics (Imation, HiQ, etc.) seem to work, and at least one of them causes the recorder to give up before even trying to write. I've finally found a bulk source of disks that I've had good luck with - TDK, so I'm hoping I'll feel better about it later. ; Sat, 12 Jun 1999 20:29:15 -0700 (PDT) (envelope-from king@sstar.com) Received: from raspberry (raspberry [134.132.228.7]) by bluto.lgc.com (8.9.3/8.9.1) with ESMTP id WAA45686; Sat, 12 Jun 1999 22:28:42 -0500 (CDT) (envelope-from king@sstar.com) Message-Id: <4.2.0.56.19990612222621.009cc490@mail.sstar.com> X-Sender: king@mail.sstar.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Sat, 12 Jun 1999 22:28:41 -0500 To: Mike Meyer , freebsd-stable@FreeBSD.ORG From: Jim King Subject: Re: burning a cd In-Reply-To: References: <19990612104520.A26298@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:15 PM 6/12/99 -0700, Mike Meyer wrote: >On Sat, 12 Jun 1999, Peter Radcliffe wrote: > > I've got a Yamaha 400t, can't say enough good things about it ... > > If I replace it with a CD-RW, it'll be another Yamaha. > >I've got a Yamah 4260 - and find that it's *incredibly* finicky about >the blanks. Some name brand disks - Memorex, for example - don't >produce reliable disks. None of the generics (Imation, HiQ, etc.) seem >to work, and at least one of them causes the recorder to give up >before even trying to write. > >I've finally found a bulk source of disks that I've had good luck with >- TDK, so I'm hoping I'll feel better about it later. That hasn't been my experience with my Yamaha 4260. I've used bulk Memorex (50 for $50!), HP, and some no-name CD-RW disks, and they've all worked fine. Do you have the latest firmware? (I think 1.0q is the latest.) Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 20:44:34 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 8871E14C38 for ; Sat, 12 Jun 1999 20:44:32 -0700 (PDT) (envelope-from mwm@phone.net) Received: (qmail 3788 invoked by uid 100); 13 Jun 1999 03:44:31 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Jun 1999 03:44:31 -0000 Date: Sat, 12 Jun 1999 20:44:31 -0700 (PDT) From: Mike Meyer To: freebsd-stable@FreeBSD.ORG Subject: Re: burning a cd In-Reply-To: <4.2.0.56.19990612222621.009cc490@mail.sstar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12 Jun 1999, Jim King wrote: > >I've got a Yamah 4260 - and find that it's *incredibly* finicky about > >the blanks. Some name brand disks - Memorex, for example - don't > >produce reliable disks. None of the generics (Imation, HiQ, etc.) seem > >to work, and at least one of them causes the recorder to give up > >before even trying to write. > > > >I've finally found a bulk source of disks that I've had good luck with > >- TDK, so I'm hoping I'll feel better about it later. > > That hasn't been my experience with my Yamaha 4260. I've used bulk Memorex > (50 for $50!), HP, and some no-name CD-RW disks, and they've all worked > fine. Do you have the latest firmware? (I think 1.0q is the latest.) I used up a hundred of the Memorex disks (in bulk, 50 for $55) with no problems. The next batch was sour - I burned four copies of one disk, and *none* of them worked. After that, I tried a non-name disk that was available in bulk (literally, no name was on them at all), and they refused to burn with an I/O error on the first block. Figuring the drive might be bad, I burned a CDRW, then called Yamaha tech support. They said that if it burned CDRWs, then it was fine, and Memorex media was on their trash list. I've got the first bulk TDK disks - which they told me were fine - and we'll see. Never had a problem with any CDRW blanks, though. FWIW, the problems I'm having are that the disk burns fine, and mounts - maybe. If it doesn't, it's due to bad values from the disk. Doing a diff -R on it and the source tree usually leads to either invalid seek values, or differences. Creating an ISO image first doesn't help matters any. Message-Id: <199906130455.VAA65569@apollo.backplane.com> To: The Hermit Hacker Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: MMAP() in STABLE/CURRENT ... References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Over the past week and a bit, the INN -CURRENT source tree had a major :upheaval of code, in order to fix the major problem where reader speed :sucked. What used to take >1min to load up a newsgruop now generally :takes mere seconds (no exaggeration, try it)... : :The problem is that the new code makes *heavy* use of MMAP() ... : :When the code was put in place, I immediately upgraded my server to give :the code a good test (am one of the developers over there) in a production :environment, and ever since then, my system locks up around 24hrs uptime, :requiring a cold boot. : :I cannot get into DDB, since I'm over a serial console, so debugging this :has proved to be next to impossible :( I'll bet that it is another mmap/write deadlock. :I run CURRENT at home and STABLE in production, but the production server :is the only one that I believe has enough load on her to be able to :trigger it... : :Is this a problem that is fixed in CURRENT, but hasn't migrated down into :STABLE? Is there any way of adding some sort of debug code to STABLE such :that if the race condition is trigger, it will at least pop up a message :onto the console letting me know its happened so that I know its MMAP() :related? : :Thanks... :Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy If it is what I think it is, it is *NOT* yet fixed in -current. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Jun 12 21:59:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 9791815028; Sat, 12 Jun 1999 21:59:27 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id VAA65612; Sat, 12 Jun 1999 21:59:15 -0700 (PDT) (envelope-from dillon) Date: Sat, 12 Jun 1999 21:59:15 -0700 (PDT) From: Matthew Dillon Message-Id: <199906130459.VAA65612@apollo.backplane.com> To: "David E. Cross" Cc: The Hermit Hacker , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: MMAP() in STABLE/CURRENT ... References: <199906091754.NAA34746@cs.rpi.edu> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Anyway, I have a simple program that mmap()s a 1Gig file into memory, :madvise()s it that it will be doing random access. If I quit and restart :this program a couple of times (yes, it close()s and munmap()s the segment), :my system will hard lock. By dropping into DDB once I found that it was :stuck in 'vm_somethingorother_choosepage'. Does this ring any bells? Should :I try to stop my system again? : :-- :David Cross | email: crossd@cs.rpi.edu David, can you email this program to me please? Also, which FreeBSD release does this occur on? I've got about 6 mmap-related bugs on my plate at the moment. 3 of them have been identified ( that is, I know why they deadlock the machine ), but none have been fixed yet. -Matt Matthew Dillon :Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd :Rensselaer Polytechnic Institute, | Ph: 518.276.2860 :Department of Computer Science | Fax: 518.276.4033 :I speak only for myself. | WinNT:Linux::Linux:FreeBSD : : :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-stable" in the body of the message