Re: Can't create temporary file, errno=30

2001-07-02 Thread David L. Craig
J_Ramón Fdez wrote: > I have start up my linux box for 28 days. Suddenly, when > I have tried to edit a file with vi, the system said: > > Can't create temporary file, errno= 30 > > I don't understand what happend. Can you help me? >From /usr/include/asm/errno

Re: Can't create temporary file, errno=30: SOLVED

2001-07-02 Thread Debian User
a file with vi, the system said: > > > > > > > > Can't create temporary file, errno= 30 > > > > > > One way if you have kernel headers installed: > > > > > > $ grep 30 /usr/include/asm/errno.h > > > #define EROFS 30

Re: Can't create temporary file, errno=30

2001-07-02 Thread Mike Brownlow
Debian User wrote: > El Lun 02 Jul 2001 21:42, Mike Brownlow escribi?: > > Debian User wrote: > > > Hi, > > > I have start up my linux box for 28 days. Suddenly, when I have tried > > > to edit a file with vi, the system said: > > > > > > Can

Re: Can't create temporary file, errno=30

2001-07-02 Thread Mike Brownlow
Debian User wrote: > Hi, > I have start up my linux box for 28 days. Suddenly, when I have tried > to edit a file with vi, the system said: > > Can't create temporary file, errno= 30 One way if you have kernel headers installed: $ grep 30 /usr/include/asm/errno.h #defin

Re: Can't create temporary file, errno=30

2001-07-02 Thread Robert Waldner
On Mon, 02 Jul 2001 22:38:16 -, Debian User writes: >I have start up my linux box for 28 days. Suddenly, when I have tried to edit >a file with vi, the system said: > >Can't create temporary file, errno= 30 > >I don't understand what happend. Can you help me

Can't create temporary file, errno=30

2001-07-02 Thread Debian User
Hi, I have start up my linux box for 28 days. Suddenly, when I have tried to edit a file with vi, the system said: Can't create temporary file, errno= 30 I don't understand what happend. Can you help me? Many thanks. J_Ramón Fdez