From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5d375e920708100234t51ce066frb1d00f9a46b2e380@mail.gmail.com> Date: Fri, 10 Aug 2007 11:34:03 +0200 From: Uriel To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] [9fans-bounces@cse.psu.edu: Auto-discard notification] In-Reply-To: <20070809195254.GA10363@bio.cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070809195254.GA10363@bio.cse.psu.edu> Topicbox-Message-UUID: a2eba80c-ead2-11e9-9d60-3106f5b1d025 Interesting, that is a plan9-changes email. I'll look if anyone @netpath.net is subscribed and kick them out (the repply-to for plan9-changes is 9fans, because russ didn't want a separate list for discussion of patches, but he didn't want the patches themselves posted to 9fans either *sigh*) Which reminds me, a plan9-tech list has been created because some gsoc participants didn't feel like having technical discussions in 9fans, which this days seems to be rather full of offtopic banter and other noise. http://groups.google.com/group/plan9-tech uriel On 9 Aug 2007 15:52:54 -0400, Scott Schwartz wrote: > Folks, I'm seeing a lot of these lately. Naturally it could be dictionary > spammers, but just in case not, is someone forwarding our traffic to > netpath.net? (No subscribed users have that in their address.) > > ----- Forwarded message from 9fans-bounces@cse.psu.edu ----- > > Delivery-Date: Thu Aug 09 08:04:53 2007 > Subject: Auto-discard notification > From: 9fans-bounces@cse.psu.edu > To: 9fans-owner@cse.psu.edu > Date: Thu, 09 Aug 2007 04:04:43 -0400 > List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> > > The attached message has been automatically discarded. > To: 9fans@cse.psu.edu > From: Plan@netpath.net > SUBJECT: Plan Change Request from 9fans@cse.psu.edu > Cc: billing@netpath.net, manager@netpath.net > Date: Thu, 9 Aug 2007 04:01:36 -0400 (EDT) > > Please KEEP and PRINT this message. It is your confirmation that you have > requested to change your plan. DO NOT REPLY TO THIS MESSAGE. See below > for Email information. > > All requests received will be processed in a timely manner, depending on > volume of requests received. If your request is made over the weekend > or a Holiday break, please allow additional time for processing. > > Any request received that effects the billing on your account will not go > into effect until the next billing cycle. > > If your request is for our new Xtreme Net service, you will receive an > email providing you with your access code. If you have any questions about > Xtreme Net, please contact support@netpath.net or call our office at > 336/226-0425, ext 500. > > If you have any billing questions, please email billing@netpath.net or > call our office at 336/226-0425, ext 501. > > Remember, use of our service indicates agreement to our current Terms & > Conditions, which can be found at http://www.netpath.net/terms.htm. > > > - Your message ------- > > > > > ----------- Your original message is below ---------- > > > Created Aug 8 18:50 by quanstro > Processed Aug 9 00:50 by geoff > > removable devices can may return 0 sectors in scsionline when they have empty > media. prevent infinite loops. ahci+sata lg super multi dvd rewriter do this, e.g. > > NOTES: > Wed Aug 8 18:50:35 EDT 2007 geoff > applied in slightly different form. > > > -- > /sys/src/9/pc/sdscsi.c > sdscsi.c.orig:215,222 - /n/sources/patch/applied/scsionline-removeable/sdscsi.c:215,224 > break; > case 0: > unit->sectors = (p[0]<<24)|(p[1]<<16)|(p[2]<<8)|p[3]; > - if(unit->sectors == 0) > - continue; > + if(unit->sectors == 0){ > + ok = 1; > + break; > + } > /* > * Read-capacity returns the LBA of the last sector, > * therefore the number of sectors must be incremented. > > > > ----- End forwarded message ----- >