Have a Question?
Print

00006: fs load err=30 – PRO/5: unable to open channel 0

Title:

fs load err=30 – PRO/5: unable to open channel 0

Description:

This error occurs under Unix when the TERM and TERMCAP environment variables have not been setup properly. 
 

Resolution:

As an example, let’s say that BBx is to be run from a Wyse 60, and has been installed in the /usr/bbx directory. 

$ TERM=wy60;export TERM 
$ TERMCAP=/usr/bbx/termcap;export TERMCAP 

This will set the TERM and TERMCAP environment variables properly. A good test is to do the following: 

$ grep $TERM $TERMCAP 

This tells Unix to search for whatever the TERM environment variable is in the termcap file pointed to by the TERMCAP environment variable. If it doesn’t return anything, then either the variables are wrong or there is not a termcap entry corresponding to the TERM variable. If it is successful, it will return lines from the termcap file. 



Last Modified: 01/14/1998 Product: PRO/5 Operating System: Unix Error Number:FSLOAD 30

BASIS structures five components of their technology into the BBx Generations.

Table of Contents
Scroll to Top