Your CVS instructions say to use the following command
for anonymous CVS access:
cvs
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openmosix
login
and then to press "Enter" when asked for a password.
The CVS server rejects this login information. I would
like to check out the OM-2.6 sources.
Nick Couchman
nick.couchman@seakr.com
Logged In: YES
user_id=313612
Originator: NO
From the wiki (http://howto.x-tend.be/openMosixWiki/index.php/OpenMosix2.6#Development_State):
--------
You can get the source from the sourceforge svn :
svn co https://openmosix.svn.sourceforge.net/svnroot/openmosix/trunk/2.6 openmosix
you must then extract the sources to an env :
cd openmosix/kernel
./devutils/setupenv env path_to_where_you_want
Then build it :
cd path_to_where_you_want
make menuconfig
make
--------
Hope this helps,
Ludo