9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] [9fans-bounces@cse.psu.edu: Auto-discard notification]
@ 2007-08-09 19:52 Scott Schwartz
  2007-08-10  9:34 ` Uriel
  0 siblings, 1 reply; 20+ messages in thread
From: Scott Schwartz @ 2007-08-09 19:52 UTC (permalink / raw)
  To: 9fans

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 -----


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2007-08-11  9:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-09 19:52 [9fans] [9fans-bounces@cse.psu.edu: Auto-discard notification] Scott Schwartz
2007-08-10  9:34 ` Uriel
2007-08-10 11:08   ` [9fans] 9fans content Charles Forsyth
2007-08-10 11:28     ` Steve Simon
2007-08-10 16:22       ` ron minnich
2007-08-10 16:27         ` erik quanstrom
2007-08-10 17:13           ` David Leimbach
2007-08-10 17:24         ` David Leimbach
2007-08-10 18:09           ` ron minnich
2007-08-10 18:11             ` erik quanstrom
2007-08-10 18:36             ` Paweł Lasek
2007-08-11  9:17               ` matt
2007-08-10 22:43             ` Roman Shaposhnick
2007-08-10 19:28         ` Uriel
2007-08-10 22:16           ` Paul Lalonde
2007-08-10 22:34             ` Charles Forsyth
2007-08-10 22:34             ` David Leimbach
2007-08-10 22:39               ` Bruce Ellis
2007-08-10 22:41               ` Paul Lalonde
2007-08-10 22:58               ` ron minnich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).