[9fans] [Fwd: Mentor Summit - Dates Confirmed, Holding Pattern for Now (longish but important)]

2009-08-24 Thread Roman V Shaposhnik
Datewise this looks like a pretty good potential for continuation
of the IWP9 '09 ;-)

Thanks,
Roman.
--- Begin Message ---

Hello everyone,

We have confirmed that we'll hold our annual mentor summit on the 24 &
25 October this year at the Googleplex in Mountain View, California.
Assume we will also have the pre-summit festivities on the evening of
the 23rd for locals and those who arrive in town early and are not
eaten by jet lag.

As usual, we will be inviting mentoring organizations to send 2
mentors and will make more room for locals who do not require travel
assistance based on space. In other words, we will be keeping a wait
list for local folks again and opening up room for folks on the wait
list as we get closer to the event.

We have not yet determined the following:

- which organizations will be invited (but it's looking good for all
150 from this year so far)
- how much funding will be provided for travel assistance to each
organization
- which hotel we will be using, domain vs. wild palms vs. both
- what meals we will be serving
- summit hours
- schedule of sessions during summit hours

So as you can see, beyond the dates we haven't determined much of
anything. Really, that's OK, as we have two months to figure all that
out and for all of you to buy your plane tickets.

What I'd like to ask now is that all you folks to talk amongst
yourselves to determine who would be best served by representing your
organization at the summit.

If you have never been to a summit, please check out the wiki [0] and
search the archives of this list for more data. Those of you who would
like to share a bit about summits past, please do so in this thread.
For those who would rather not hear the discussion, please mute/
autoarchive/otherwise filter.

If one of you would like to start a page on the wiki for the 2009
summit to begin capturing session ideas and all that jazz. If someone
would like to also copy over the basic content like location
(Googleplex!), airport info, etc and let folks know that is done, we
could begin updating it with our collective wisdom (like the fact that
a limo is now cheaper than a cab from SFO - eek!).

So for now, holding pattern. More info after 1 September, but perhaps
a week or two after that, so patience please.

Cheers,
LH

[0] - https://gsoc-wiki.osuosl.org/index.php/Main_Page

username - mentor
password - yourock


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Summer of Code Mentors List" group.
To post to this group, send email to 
google-summer-of-code-mentors-l...@googlegroups.com
To unsubscribe from this group, send email to 
google-summer-of-code-mentors-list+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-summer-of-code-mentors-list?hl=en
-~--~~~~--~~--~--~---

--- End Message ---


Re: [9fans] Using cwfs

2009-08-24 Thread cinap_lenrek
check if you have the latest version of /sys/src/cmd/cwfs/wren.c
from sources.

the old wrenread()/wrenwrite() used non atomic seek/read/write
sequence that leaves a window for another process moving the file offset
arround under you. this caused wired checktag errors when i tried
to copy my main fileserver to another freshly created cwfs.

--
cinap
--- Begin Message ---
I believe there may be an inconsistency somewhere
in the dump records themselves. When I tried to
copy back the file from the dump, into the active
fs, after a while of copying, cwfs panicked with:

main grow ...
tag = 5/23; expected 757/7 -- not flushed
panic: cwio: checktag c bucket
halted ...

So I ran a `check' after starting up cwfs again, but
nbad = 0
nqbad = 0
although
nmiss = 224455
and still I don't know whether the nmiss is something
that ought to be fixed, or how.
Anyways, the check doesn't seem to reveal any
tag inconsistencies - any suggestions for further tests
in revealing what might be the issue? Or possible
fixes?


Thanks,
ak--- End Message ---


Re: [9fans] Using cwfs

2009-08-24 Thread Akshat Kumar
I believe there may be an inconsistency somewhere
in the dump records themselves. When I tried to
copy back the file from the dump, into the active
fs, after a while of copying, cwfs panicked with:

main grow ...
tag = 5/23; expected 757/7 -- not flushed
panic: cwio: checktag c bucket
halted ...

So I ran a `check' after starting up cwfs again, but
nbad = 0
nqbad = 0
although
nmiss = 224455
and still I don't know whether the nmiss is something
that ought to be fixed, or how.
Anyways, the check doesn't seem to reveal any
tag inconsistencies - any suggestions for further tests
in revealing what might be the issue? Or possible
fixes?


Thanks,
ak



Re: [9fans] Using cwfs

2009-08-24 Thread Mathieu L.
> > if you are simply left with a directory that's been
> > deleted.  maybe something else is going on?
> 
> Perhaps. The harddisk is a FreeAgent Seagate,
> connected via USB. It used to go into sleep mode
> every 15 minutes and I would often have to restart
> cwfs - this is probably cause for a lot of damage.
> 
> It's no longer an issue, as I recently got access to
> a Windows computer with the proper software to
> disable this.

I've already told Akumar offlist, just writing it to the list for
documentation:
that auto sleep mode on seagates can be disabled on linux (dunno about
*BSD) as well with sdparm. I don't remember the args for sure, but
probably something like
'sdparm -c STANDBY /dev/sdX#'
then
'sdparm -s /dev/sdX#'
to save.

Mathieu