This is a discussion on Re: What is EDIT and where to find a command set reference within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> On Wed, 23 Jul 2003 14:38:50 +0100, Chris Thompson wrote: > When running EDIT from a single user shell ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Wed, 23 Jul 2003 14:38:50 +0100, Chris Thompson wrote: > When running EDIT from a single user shell prompt on HP-UX 11, what editor > actually runs, by default, and where would be a good place to find a > command set reference for it. "edit" is one of the 6 the personalities of "vi". The other 4 are "ex", "e", "vedit", and "view". "edit" is line-based, while "vi" is screen-based. |
| ||||
| Thanks Chuck, I appreciate your help. I have another problem now (clean install of HP-UX11.0 - on a 715/100 - using LVM with Vxfs). I had the same problem that Volker Preil had in April 2002 <snip> booting hangs in HP-ux startup process. configure lan interfaces FAIL nfs core ok nis server ok nis client ok and then hangs at start nfs client subsystem </snip> So I set all the nfs_parameters in /etc/rc.config.d/nfsconf to zero which solved the hang up problem. I still have the LAN interface problem but I know its to do with the IP address mask being set to 255.255.255.0 with a class A IP address. I think I can solve this one either with a patch or with NDD and nddconf ?? However, now when I boot up, the system cycles on trying to start CDE. I get the screen with the X symbol and then it returns to the command line screen. Looking in /var/dt/Xerrors shows server start up errors - <snip> Error (PID xxxx): server open attempt #x failed for "hostname" giving up. </snip> I imagine this is the X font server failing to start up?? On 30 May 2003 01:06:33 (Re: xdmcp via excursion for HPUX 11i) You gave the following reply to a similar problem - <snip> On Thu, 29 May 2003 21:18:59 +0000, Mike Stroyan wrote: > You will need to look farther for the reason that the login keeps > recycling. It may be because the X server is missing some CDE fonts that > dtlogin wants. You could run an X font server on the HP-UX system and /usr/sbin/ch_rc -a -p RUN_X_FONT_SERVER=1 /etc/rc.config.d/xfs /sbin/init.d/xfs start > configure the Excursion X server to include that font server in its font > path. cp -p /usr/dt/config/Xsetup /etc/dt/config/Xsetup echo '/usr/bin/X11/xset fp+ tcp/$(getip $(hostname)):7000' >> \ /etc/dt/config/Xsetup </snip> Do you think this could be the solution to my problem with CDE. TIA Chris Thompson In article <pan.2003.07.23.16.19.29.862839@localhost.invalid> , Chuck Slivkoff <slivkoff-AT-hp-DOT-com@localhost.invalid> writes >On Wed, 23 Jul 2003 14:38:50 +0100, Chris Thompson wrote: > >> When running EDIT from a single user shell prompt on HP-UX 11, what editor >> actually runs, by default, and where would be a good place to find a >> command set reference for it. > >"edit" is one of the 6 the personalities of "vi". The other 4 are "ex", >"e", "vedit", and "view". "edit" is line-based, while "vi" is >screen-based. > > -- Chris Thompson |