From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <476D99C7.6050101@kix.es> Date: Sun, 23 Dec 2007 00:12:07 +0100 From: =?ISO-8859-1?Q?=22Rodolfo_=5C=22kix=5C=22_Garci=ADa=22?= User-Agent: Icedove 1.5.0.14pre (X11/20071018) MIME-Version: 1.0 To: 9fans@cse.psu.edu Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] CPU Server Topicbox-Message-UUID: 20c97510-ead3-11e9-9d60-3106f5b1d025 Hi, the page Configuring_a_Standalone_CPU_Server is not correct and the people can have problems to configure a CPU Server. Examples: 1 - - - "cd /cfg; mkdir $sysname; dircp example $sysname (...) At the end of cpurc.local ..." The cpurc.local is only in /bin, not in /cfg/example/ 2 - - - 'cat /dev/drivers' will list the available devices. In this case we have m (mouse), i (draw), S (sd - disk), and t (uart - serial); if you get errors about /dev/realmode, include P in this list: for (i in m i S t) bind -a '#'^$i /dev >/dev/null >[2=1] Is OK, but ... why is not it in the file like in /bin/termrc? 3 - - - Uncomment the two lines indicated in cpurc to enable the authentication functions: # auth/keyfs -wp -m /mnt/keys /adm/keys >/dev/null >[2=1] # auth/cron >>/sys/log/cron >[2=1] & This lines are not in the /cfg/$sysname/cpurc file 4 - - - Add these lines to /cfg/$sysname/cpustart The cpustart file do not exists - - - Thanks.