[svlug] BayBUG Mtg -10/17/06
F Francisco
f1francisco at yahoo.com
Wed Oct 11 10:40:00 PDT 2006
Where do we sign-up for this? Or do we just show-up for the meeting.
Thanks,
--Flo
svlug-request at lists.svlug.org wrote:
Send svlug mailing list submissions to
svlug at lists.svlug.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.svlug.org/lists/listinfo/svlug
or, via email, send a message with subject or body 'help' to
svlug-request at lists.svlug.org
You can reach the person managing the list at
svlug-owner at lists.svlug.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of svlug digest..."
Today's Topics:
1. question about GNU screen (Aniruddha Mulay)
2. Re: question about GNU screen (Jeff Frost)
3. Re: question about GNU screen (Brian Bilbrey)
4. Re: question about GNU screen (Rick Moen)
5. Re: question about GNU screen - solved (Aniruddha Mulay)
6. Re: question about GNU screen (Don Marti)
7. Hans Reiser in police custody (Rick Moen)
8. [becker at scyld.com: [Beowulf] Silicon Valley / S-F Bay Beowulf
User Group (BayBUG) first meeting] (Karen Shaeffer)
9. Re: Hans Reiser in police custody (Alvin Oga)
10. [fwd] FLOSS Usability III! [Oct. 27-29, Mountain View]
(Bill Kendrick)
From: Aniruddha Mulay <ani_mulay at yahoo.com>
Subject: [svlug] question about GNU screen
Date: Tue, 10 Oct 2006 15:54:05 -0700 (PDT)
To: svlug at lists.svlug.org
I have an existing screen session on a remote machine. In
this session, I'm editing some file using Vim and suddenly
the network connection goes down.
When I reconnect to the remote machine, my earlier screen
session is still alive (as expected). So, I can re-attach to the
old session and continue working.
Is there a way, I can continue with my Vim session that was
running under screen ?
Thanks in advance,
(Ani)ruddha Mulay
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From: Jeff Frost <jeff at frostconsultingllc.com>
Subject: Re: [svlug] question about GNU screen
CC: svlug at lists.svlug.org
Date: Tue, 10 Oct 2006 15:57:35 -0700 (PDT)
To: Aniruddha Mulay <ani_mulay at yahoo.com>
I'm not sure I understand the problem...you say that you can re-attach to the
old session and continue working, but then you ask if you can continue. Are
you receiving some error?
You can't just 'screen -r' ?
On Tue, 10 Oct 2006, Aniruddha Mulay wrote:
>
> I have an existing screen session on a remote machine. In
> this session, I'm editing some file using Vim and suddenly
> the network connection goes down.
>
> When I reconnect to the remote machine, my earlier screen
> session is still alive (as expected). So, I can re-attach to the
> old session and continue working.
>
> Is there a way, I can continue with my Vim session that was
> running under screen ?
>
> Thanks in advance,
>
> (Ani)ruddha Mulay
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________
> svlug mailing list
> svlug at lists.svlug.org
> http://lists.svlug.org/lists/listinfo/svlug
>
>
--
Jeff Frost, Owner
Frost Consulting, LLC http://www.frostconsultingllc.com/
Phone: 650-780-7908 FAX: 650-649-1954
From: Brian Bilbrey <bilbrey at orbdesigns.com>
Subject: Re: [svlug] question about GNU screen
CC: svlug at lists.svlug.org
Date: Tue, 10 Oct 2006 19:07:32 -0400
To: Aniruddha Mulay <ani_mulay at yahoo.com>
Aniruddha Mulay wrote:
...
> When I reconnect to the remote machine, my earlier screen
> session is still alive (as expected). So, I can re-attach to the
> old session and continue working.
>
> Is there a way, I can continue with my Vim session that was
> running under screen ?
Are you saying that Vim is *not* still up when you reconnect to the
remote machine then type "screen -r"? That would be ... um, unusual.
Screen sessions have always, in my experience, been in precisely the
state they were in when I left them (or some later state, if I left a
evolving process, say a compile or similar).
So, the short answer to your question is yes. Vim should still be
running when you reconnect first to the remote system, then reattach the
screen session with screen -r. So you'll still be working in your Vim
session.
Does this answer your question?
.brian
--
Brian Bilbrey : http://www.orbdesigns.com/
"Kirk to Enterprise -- beam down yeoman Rand and a six-pack."
From: Rick Moen <rick at linuxmafia.com>
Subject: Re: [svlug] question about GNU screen
Date: Tue, 10 Oct 2006 16:39:27 -0700
To: svlug at lists.svlug.org
Quoting Aniruddha Mulay (ani_mulay at yahoo.com):
> Is there a way, I can continue with my Vim session that was
> running under screen ?
Get used to typing (or recalling from your command stack)
"screen -r -d" as the first thing you do after login.
--
Cheers, Catapultam habeo. Nisi pecuniam omnem mihi dabis,
Rick Moen ad caput tuum saxum immane mittam.
rick at linuxmafia.com
From: Aniruddha Mulay <ani_mulay at yahoo.com>
Subject: Re: [svlug] question about GNU screen - solved
Date: Tue, 10 Oct 2006 17:15:01 -0700 (PDT)
To: svlug at lists.svlug.org
Jeff, Brian and Rick,
Thanks for the response. Yes, I'm aware of 'screen -r'.
> Get used to typing (or recalling from your command stack)
> "screen -r -d" as the first thing you do after login.
I have 'screen -r' in my .bash_profile.
This incidence was an error on my part. Looks like, I had
connected to the wrong screen session. Sorry about that.
(Ani)ruddha Mulay
Earlier I wrote:
| I have an existing screen session on a remote machine. In
| this session, I'm editing some file using Vim and suddenly
| the network connection goes down.
|
| When I reconnect to the remote machine, my earlier screen
| session is still alive (as expected). So, I can re-attach to the
| old session and continue working.
|
| Is there a way, I can continue with my Vim session that was
| running under screen ?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From: Don Marti <dmarti at zgp.org>
Subject: Re: [svlug] question about GNU screen
Date: Tue, 10 Oct 2006 17:49:30 -0700
To: svlug at lists.svlug.org
begin Rick Moen quotation of Tue, Oct 10, 2006 at 04:39:27PM -0700:
> Quoting Aniruddha Mulay (ani_mulay at yahoo.com):
>
> > Is there a way, I can continue with my Vim session that was
> > running under screen ?
>
> Get used to typing (or recalling from your command stack)
> "screen -r -d" as the first thing you do after login.
Ooo! Ooo! I know this one!
Automatically reattaching to a screen session
http://www.linuxworld.com/news/2006/100306-screen-session.html
That's a nifty way to do it automatically -- and also
"steal" your screen session from where it was showing
up before in case you forgot to detach there.
(In the recent past, I didn't know this one, so I
hired Brian Tanaka, who is good at explaining this
kind of thing, to write that. I now need to learn LVM.)
Main article:
http://www.linuxworld.com/news/2006/100306-gnu-screen.html
--
Don Marti
http://zgp.org/~dmarti/
dmarti at zgp.org
From: Rick Moen <rick at linuxmafia.com>
Subject: [svlug] Hans Reiser in police custody
Date: Tue, 10 Oct 2006 17:51:53 -0700
To: svlug at lists.svlug.org
http://www.nbc11.com/news/10046048/detail.html
Summary:
Hans Reiser of ReiserFS fame was arrested today around 11 AM by Oakland
PD on suspicion of murder of his estranged wife Nina. The news story
(URL above) was initially posted at 2:06 PM, and has been updated once
on the Web, 20 minutes ago, following a 5 PM press conference (which
apparently merely announced that this is now considered a murder case,
and not just a missing persons one).
Hans's house was searched (again) yesterday, according to the NBC11
story. The story says "Authorities would not discuss what evidence they
have", but that Hans "will be charged and the case will proceed" even
though Nina's body has not been found.
From: Karen Shaeffer <shaeffer at neuralscape.com>
Subject: [svlug] [becker at scyld.com: [Beowulf] Silicon Valley / S-F Bay
Beowulf User Group (BayBUG) first meeting]
Date: Tue, 10 Oct 2006 17:53:20 -0700
To: svlug at lists.svlug.org
----- Forwarded message from Donald Becker -----
A new Beowulf User's Group is forming in the San Francisco Bay area.
The initial meetings are being hosted by AMD in Sunnyvale -- a central
location that hopefully will become a frequent venue.
The first meeting will be during the afternoon of October 17 2006.
Since this will be the first meeting, please spread this announcement as
widely as possible!
------
Bay Area Beowulf User Group (BayBUG)
2:30 - 5:00 p.m.
1st Meeting -- October 17, 2006
AMD headquarters Common Building,
Room C-6/7/8
991 Stewart Drive, Sunnyvale
Join moderator and Beowulf cluster co-inventor Donald Becker on the
third Tuesday of every month for food and drinks and to learn from and
network with other Linux HPC professionals.
Don and AMD's technical leaders start off the first meeting Oct. 17 at
AMD headquarters with discussion of How to Get the Best Out of Your
Linux Cluster.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi folks,
Here is a new monthly attraction for all you would be Beowulfers out
there. I think this one is long over due.
Thanks,
Karen
--
Karen Shaeffer
Neuralscape, Palo Alto, Ca. 94306
shaeffer at neuralscape.com http://www.neuralscape.com
From: Alvin Oga <alvin at mail.Linux-Consulting.com>
Subject: Re: [svlug] Hans Reiser in police custody
Date: Wed, 11 Oct 2006 03:44:48 -0700 (PDT)
To: svlug at lists.svlug.org
hi ya rick
> Rick Moen wrote:
>
> http://www.nbc11.com/news/10046048/detail.html
not a good sign ... there's a website for nina ( ninareiser.com )
but no links for hans and his lawyer ...
c ya
alvin
From: Bill Kendrick <nbs at sonic.net>
Subject: [svlug] [fwd] FLOSS Usability III! [Oct. 27-29, Mountain View]
Date: Wed, 11 Oct 2006 09:00:54 -0700
To: SVLUG <svlug at lists.svlug.org>
----- Forwarded message from Eugene Eric Kim -----
Date: Tue, 10 Oct 2006 16:19:10 -0700
From: Eugene Eric Kim
Subject: [sprint] FLOSS Usability III!
FLOSS Usability Sprint III is here and happening -- for real! It'll be
October 27-29, 2006 at Google. Many thanks to Rick Boardman and Google for
hosting the event!
http://www.flossusability.org/
This event will be slightly different than our last two in that the first
day (Friday, October 27) will be evening only -- 6pm-9pm. Saturday and
Sunday, we'll work all day, 9am-6pm. Also, in addition to working with
projects, we'll be spending part of the time organizing a remote usability
sprint.
We've got a couple of projects signed up already, with room for a few more.
If you're interested in participating, please submit an application at the
web site. We've got limited space, so please register quickly, and spread
the word!
Thanks! Looking forward to seeing many of you there.
=Eugene
--
======================================================================
Eugene Eric Kim ................................ http://xri.net/=eekim
Blue Oxen Associates ........................ http://www.blueoxen.com/
======================================================================
--
This message is archived at:
http://www.flossusability.org/forums/cgi-bin/mesg.cgi?a=sprint&i=452C2A6E.4070505@blueoxen.com
----- End forwarded message -----
--
-bill!
bill at newbreedsoftware.com
http://www.newbreedsoftware.com/
_______________________________________________
svlug mailing list
svlug at lists.svlug.org
http://lists.svlug.org/lists/listinfo/svlug
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.svlug.org/archives/svlug/attachments/20061011/156699e9/attachment.htm
More information about the svlug
mailing list