Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!uwvax!rutgers!ames!sdcsvax!nosc!humu!uhmanoa!aloha1!islenet!richard From: richard@islenet.UUCP (Richard Foulk) Newsgroups: comp.sys.att Subject: Re: 3B1 misc. questions Message-ID: <3439@islenet.UUCP> Date: Thu, 20-Aug-87 11:10:45 EDT Article-I.D.: islenet.3439 Posted: Thu Aug 20 11:10:45 1987 Date-Received: Sun, 23-Aug-87 05:06:04 EDT References: <233@amanue.UUCP> Reply-To: richard@islenet.UUCP (Richard Foulk) Organization: Islenet Inc., Honolulu Lines: 87 In article <233@amanue.UUCP> jr@amanue.UUCP (Jim Rosenberg) writes: > I have a new 3B1 and have a whole ton of miscellaneous questions, not all of > which I'll probably remember. [...] > Is there a way to run a real getty in a window? I saw some traffic months ago Getty already runs in, or attached to, a window. > before I knew that the Sale of the Century would happen (I knew there was > *some* mysterious reason I kept reading unix-pc.general!) concerning a +IN > file similar to CAPCTRL that let you toggle full-screen windows; can somebody > fill me in on that? That was the old CAPCTRL for version 3.0 of the opsys. The newer CAPCTRL is missing this feature. Though, it is possible to do some nice things by junking the phone manager and plugging in your own daemon to listen to the shifted function keys (check windows(7)). > [...] Is there a way to bring up multiple full-screen shells > without going through ua? Yes, there's a nice utility available from "the store" called windy that plays with the windows in nice ways for you. If you do something like: windy -b csh you'll be put into a new shell in a new window that is running in the background with regards to the previous shell. So if you hit Suspd to get the windows menu, the new shell will have an entry of its own. I've changed my passwd entry so when I login I go direct to the c-shell. The tail end of my .login file looks something like this: windy -n 'login shell' # instead of "unknown contents" windy -b csh # so I have a shell to come back to windy will also let you call up the ua and tear it down again cleanly, without logging out. > > It says in various places not to edit /etc/inittab, that all kinds of daemonic > thingies edit it on the fly. Bother. Are there certain things known to be > safe? E.g., suppose I wanna do various things in run state 3. Can I edit > those into inittab with vi and will ua leave them alone? It's hard to believe > the author(s) of ua and smgr or whatever would help themselves to inittab and > not leave *any* of it for the user. All those run states are supposedly there > for a reason. [...] It kinda looks like whoever put the phone manager or whatever together didn't know about run states. It appears that once you have your inittab set up that the only thing they change is to add and delete leading colons to enable and disable gettys on selected ports. This is apparently to get the ports to work bi-directionally. I have no idea why they didn't use run states, maybe someone else has a clue. > > I see ps -fe is not showing me any command line arguments. This is nice for > security, but not nice at all to find out what arguments ua is supplying to > various shell scripts. Grump! This is System V, not BSD, that's the way it works. The -e flag means print info on all processes, not print the environment as it does with BSD. > > Well now **THIS** is interesting: /etc/lddrv/unix.sym is an ASCII version of > the kernel namelist. The kernel is completely unstripped, it appears. > Browsing through this what does one find: sock_read, sock_write, sock_ioctl, > sock_sema, sock_close. SOCKETS! Well glory be, maybe she has some real You can buy an ethernet board for the 3B1 for about $700, and the drivers to make it go are about $300. I talked to one of the more knowledgeable folks at one of the software support numbers a few weeks ago and was told that the software includes "all of the Berkeley 'r' commands", and supposedly a complete sockets implementation. I didn't think to ask him which BSD version they were from, or if the software would fly without the board. > > Does anybody know if there's a port of X-Windows for the 3B1? > -- I doubt it, but it would be nice. -- Richard Foulk ...{dual,vortex,ihnp4}!islenet!richard Honolulu, Hawaii