9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Uriel <uriel99@gmail.com>
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]
Date: Fri, 10 Aug 2007 11:34:03 +0200	[thread overview]
Message-ID: <5d375e920708100234t51ce066frb1d00f9a46b2e380@mail.gmail.com> (raw)
In-Reply-To: <20070809195254.GA10363@bio.cse.psu.edu>

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 <schwartz@bio.cse.psu.edu> 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 -----
>


  reply	other threads:[~2007-08-10  9:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-09 19:52 Scott Schwartz
2007-08-10  9:34 ` Uriel [this message]
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=5d375e920708100234t51ce066frb1d00f9a46b2e380@mail.gmail.com \
    --to=uriel99@gmail.com \
    --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).