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.

Reply via email to