9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Scott Schwartz <schwartz@bio.cse.psu.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] [9fans-bounces@cse.psu.edu: Auto-discard notification]
Date: Thu,  9 Aug 2007 15:52:54 -0400	[thread overview]
Date: Thu, 9 Aug 2007 15:52:54 -0400	[thread overview]
Message-ID: <20070809195254.GA10363@bio.cse.psu.edu> (raw)

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


             reply	other threads:[~2007-08-09 19:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-09 19:52 Scott Schwartz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070809195254.GA10363@bio.cse.psu.edu \
    --to=schwartz@bio.cse.psu.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).