On Monday, February 28, [EMAIL PROTECTED] wrote:
> I keep getting the following error when I try to commit a file:
>
> cvs commit write_shared_memory.c
> Warning: cannot open display
> cvs [commit aborted]: Logfile verification failed
>
> Whats wrong? and how can I fix this?
Chances are you have $EDITOR or $VISUAL set to an editor
which requires X11. For one reason or another, the editor
can't open your display (X11 stuff). Try using a different
editor, or doing the equivelant of 'xhost +localhost'...
--Toby.