|
|
|
|
| Helpful hints on Interactive Unix |
|
Problem: This is just a few pieces of useful info I picked up while trying to get an Interactive Unix box networked. May you have better luck than I had...
|
|
Solution: Interactive Unix attempts to hide its "unixness" under a primitive menu system, much resembling the idea of "linuxconf". Unlike Linux though, the developers have gone to great lengths making it virtually impossible to go beyond the menu system and do things manually. And all source code is encrypted so you can't fix it either.
Reconfigure, build and install kernels: kconfig
Reconfigure other stuff: sysadm
Shut down immediately: shutdown -y -g0
Locate files: find / -name -print
Routes to other networks: /etc/gateways
Manual network configuration: /etc/netd.cf
Change to runlevel 2 (multiuser) is handled by /etc/rc2
It calls the following: (in this particular order)
/etc/rc2.d/K* stop
/etc/rc2.d/S* start
/etc/idrc.d/*
/etc/rc.d/*
Recommended network adapter:
Western Digital WD8003EP soft configured using SMC EZSTART
Device: wd0 Port: 300 IRQ: 3 Base: D8000-DBFFF
Good luck!
|
|
|
|
|
|
This is free technical advice without any warranties.
Use at your own risk. Solutions offered may not apply to your particular problem at all.
Opinions and views expressed in the articles are the authors' personal
and may not necessarily reflect or coincide with those of Ano-Tech Computers.
We take no responsibility if anything bad happens from following any of
the intructions given. If you don't understand and accept this, please
contact us for personal assistance instead.
To read our full disclaimer, go
here.
We welcome anyone who is willing to contribute to this public knowledge base,
contact siteadmin@atc.no
if you have information you would like to share. The idea is not to replace
the commercial support sites, but to publish those hard-to-find
solutions you've found yourself looking for over and over again.
Show all articles