cannot open: /dev/rct0If the device is correctly configured with mkdev tape, you can access the tape drive using /dev/rStp0.
See also:
Only if you run into this problem, enter one of:
For sh or ksh: TERM=scoansi; export TERM
For csh: setenv TERM scoansi
Add that line to your .profile (sh, ksh) or .login (csh) if you want this change to persist from session to session.
The system administrator can fix this for the entire system by editing /etc/ttytype to replace ``ansi-850'' with ``scoansi'' on each of these lines:
ansi-850 tty01 ansi-850 tty02 ansi-850 tty03 ansi-850 tty04 ansi-850 tty05 ansi-850 tty06 ansi-850 tty07 ansi-850 tty08 ansi-850 tty09 ansi-850 tty10 ansi-850 tty11 ansi-850 tty12
We recommend changing the TERM type in the most limited way that fixes your problem (per-session change preferred over per-user change preferred over system-wide change), and then only when you actually encounter this problem.
If you have the Netscape Proxy Server installed, edit:
/usr/internet/ns_proxy/admin/config/magnus.conf
/usr/internet/ns_proxy/admin/config/obj.conf
To do so:
domain yourdomain.COM nameserver IP address your nameserver hostresorder local bindFor example, if your domain is foo.COM, and the IP address of your nameserver is 199.199.198.1, this file would look like this:
domain foo.COM nameserver 199.199.198.1 hostresorder local bind
See also: