[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ooops
From : klug>klug-request
To : adam
Subject : Re: ooops
Date : 11/01/99 13:05
>eeek - use a pager to look at files that huge! Usually 'less' (if
>available) is more than sufficient. I am presuming you are new so I
>won't attempt inflicting 'vi' bindings on you yet, but it also works
><well on big files. On some systems, you might not find less, but
>'more' will usually be on most unixes nowadays.
One thing worth noting is that pagers and vi often require disk space~
to create temporary files, so they will not work on a single~
partition Linux system that has "overflowed".~
I recommend "cat /dev/null > .xsession-errors", It is pretty obvious you~
hosed the X config (not a hard thing to do). So clear the file and~
reconfigure X, and restart in runlevel 5 again, or check with the~
startx command and see if X starts.cc