Once the installation is complete and CYBIS is up and running the process of installing CYBIS R2 may begin.
Pre-Check
dtCyber down
The developer package on the ftp site is named 20250326.retro1.red.target.zip and all four of the distributions noted below are available along with this package. The disks directory contains the CYBIS replacement images.
cdc.io from the developer's FTP site at Retro1.org or from these available packages1): cdc.io version ./cdc.io version
cdc.io banner -t “testing” -c “gothic” ./cdc.io banner -t “testing” -c “gothic”
cdc.io c.analyze -c “Path-to-disks-directory”./cdc.io c.analyze -c “Path-to-disks-directory”In This Article
This article illustrates the path to achieving the following objectives:
cyber.ini fileColor Optional
Changing the color, as a visual cue, is a helpful but optional step in this procedure. The color choices configured in these are merely examples.
The console sections are here to illustrate the defaults (commented with a ;) and modified values (as examples).
displayName=<something> to differentiate the various interaction points.console=console.windows or console=console.linux and then establish the corresponding section in the ini file.console.windows[console.windows] ; fontName=comic sans ms colorBG=000000 colorFG=00ff00 ; fontSmallHeight=15 ; fontMediumHeight=20 ; fontLargeHeight=30 ; fontSmall=8 ; fontMedium=12 ; fontLarge=24 ; scaleX=10 ; scaleY=12 ; timerRate=100 ; widthPX=1100 ; heightPX=800
console.linux[console.linux] ; fontName=lucidatypewriter colorBG=black colorFG=green ; fontSmallHeight=15 ; fontMediumHeight=20 ; fontLargeHeight=30 ; fontSmall=8 ; fontMedium=12 ; fontLarge=24 ; widthPX=1100 ; heightPX=800
[equipment.nos287]:DD885,0,3,03,disks/DQ26_RTR1 DD885,0,3,04,disks/DQ27_GEN1
helpers that you don't need.Before Proceeding
Double-check that you have a valid backup as recommended in the previous step.
Replace the following packs in directory ./disks using the ones downloaded above:
Two additional packs are included in this distribution:
These disks contain the new structures which support Y2K fixes, system corrections, revived lessons, and hundreds of other enhancements.
Using cdc.io's c.backup subcommand, back up the entire PLATO structure to a target directory. Because the structure will be maintained by git, it is recommended that the structure be targeted OUTSIDE of the dtCyber project location.
By taking a backup NOW - many future hours can be saved if a problem arises.
The CYBIS/R1 system (as distributed) had a version of Group s that was properly configured for system development users. These records, once established, formed the baseline for systems person.
CYBIS/R2 is distributed without a standard Group s file to give the hobbyist the option of copying over their own file into the new system. If the hobbyist wants to start with a fresh installation of the Group s file, one is supplied on the system and may be activated by issuing the cdc.io c.pfrename command:
This will activate the Group s file with the following records and passwords:
If you wish to COPY the Group s file from an existing installation, you may use the following cdc.io c.pfcopy subcommand:
This command tells cdc.io to copy the file from the Origin Cluster to the Target Cluster with a -from Cluster File Specification of system.s@system (Group system File s on PLATO pack system) -to system.s@system (Group system File s on PLATO pack system).
CDC.IO
The command above performs a SIMULATION of what would happen including the simulation of all I/O Operations. To physically commit the changes, you must supply the -W (WRITE) option switch between cdc.io c.pfcopy and -I “….
Success
If everything completes successfully - you may now proceed!