From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 9 Aug 2007 15:52:54 -0400 Date: Thu, 9 Aug 2007 15:52:54 -0400 From: Scott Schwartz To: 9fans@cse.psu.edu Message-ID: <20070809195254.GA10363@bio.cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [9fans] [9fans-bounces@cse.psu.edu: Auto-discard notification] Topicbox-Message-UUID: a2a3d522-ead2-11e9-9d60-3106f5b1d025 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 -----