Re: ``Resource temporarily unavailable'' in vi

2003-07-15 Thread Byron Schlemmer
On Tue, 2003-07-15 at 13:45, Sheldon Hearn wrote: > It's expected if you don't have a process filesystem mounted on /proc. > > kldload procfs > mount_procfs /dev/procfs /proc Doh! I should have RTFM. Apologies. truss(1) : It does this by stopping and restarting the process being monitored via

Re: ``Resource temporarily unavailable'' in vi

2003-07-15 Thread Sheldon Hearn
On (2003/07/15 13:35), Byron Schlemmer wrote: > Being the curious person that I am, I tried the following from the truss > manpage : > > % truss /bin/echo hello > truss: cannot open /proc/1805/mem: No such file or directory > truss: cannot open /proc/curproc/mem: No such file or directory > > Is

Re: ``Resource temporarily unavailable'' in vi

2003-07-15 Thread Byron Schlemmer
On Tue, 2003-07-15 at 09:09, Terry Lambert wrote: > > One way to track this down, if it's that repeatable for everyone, > would be to open another terminal window, get the pid of the > program that's going to do this, and then: > > truss -p | grep "Resource temp" > > ...or just let it run

Re: ``Resource temporarily unavailable'' in vi

2003-07-15 Thread Julian Stacey
Mark Murray wrote: > Mikhail Teterin writes: > > Every once in a while, a vi-session dies on me with: > > > > input: Resource temporarily unavailable > > > > What does it mean, why does it happen, and how can I prevent it? > > > > Thanks a lot! > > > > -mi > > > > P.S. Running recent -curre

Re: ``Resource temporarily unavailable'' in vi

2003-07-15 Thread Terry Lambert
Mark Murray wrote: > Mikhail Teterin writes: > > Every once in a while, a vi-session dies on me with: > > > > input: Resource temporarily unavailable > > > > What does it mean, why does it happen, and how can I prevent it? > > I'm seeing this on current. I use bash, and the machine is not >

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Mark Murray
Mikhail Teterin writes: > Every once in a while, a vi-session dies on me with: > > input: Resource temporarily unavailable > > What does it mean, why does it happen, and how can I prevent it? > > Thanks a lot! > > -mi > > P.S. Running recent -current. I'm seeing this on current. I

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Andrew Elmore
On Tue, Jul 15, 2003 at 12:43:40AM +0200, Matthias Buelow wrote: > Mikhail Teterin writes: > > >Every once in a while, a vi-session dies on me with: > > > > input: Resource temporarily unavailable > > Are you running ksh93 per chance? I've seen this after I started an > OpenGL program such a

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Mikhail Teterin
=>Every once in a while, a vi-session dies on me with: => => input: Resource temporarily unavailable =Are you running ksh93 per chance? I've seen this after I started an =OpenGL program such as xscreensaver-demo from ksh93 (however that =could have influenced the terminal settings or whateve

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Joshua Lokken
- Original Message - From: "Matthias Buelow" <[EMAIL PROTECTED]> To: "Mikhail Teterin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 3:43 PM Subject: Re: ``Resource temporarily unavailable'&#x

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Matthias Buelow
Mikhail Teterin writes: >Every once in a while, a vi-session dies on me with: > > input: Resource temporarily unavailable Are you running ksh93 per chance? I've seen this after I started an OpenGL program such as xscreensaver-demo from ksh93 (however that could have influenced the terminal

Re: ``Resource temporarily unavailable'' in vi

2003-07-14 Thread Barney Wolff
On Mon, Jul 14, 2003 at 06:08:32PM -0400, Mikhail Teterin wrote: > Every once in a while, a vi-session dies on me with: > > input: Resource temporarily unavailable > > What does it mean, why does it happen, and how can I prevent it? I suspect vi's not handling an EAGAIN error return. I ge

``Resource temporarily unavailable'' in vi

2003-07-14 Thread Mikhail Teterin
Every once in a while, a vi-session dies on me with: input: Resource temporarily unavailable What does it mean, why does it happen, and how can I prevent it? Thanks a lot! -mi P.S. Running recent -current. ___ [EMAIL PROTECTED] mail