home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14104 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.2 KB

  1. Path: sparky!uunet!olivea!pagesat!netsys!ukma!news
  2. From: justin@nx30.mik.uky.edu (justin sullivan)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: HP VUE doesn't come up
  5. Keywords: HP VUE configuration problem trouble
  6. Message-ID: <justin.724456425@mik.uky.edu>
  7. Date: 15 Dec 92 21:53:45 GMT
  8. References: <1992Dec15.160714.3942@news.arc.nasa.gov>
  9. Sender: news@ms.uky.edu (USENET News System)
  10. Organization: University Of Kentucky, Dept. of Math Sciences
  11. Lines: 43
  12. Nntp-Posting-Host: nx30.mik.uky.edu
  13. X-Path: nx30.mik.uky.edu!justin
  14.  
  15. In <1992Dec15.160714.3942@news.arc.nasa.gov> okuyama@pioneer.arc.nasa.gov (Darin Okuyama YR) writes:
  16.  
  17. >I have an HP9000/730 running HP-UX 8.07.  I also
  18. >have instant ignition.  HP VUE worked the first
  19. >time I brought up the machine, but subsequent
  20. >reboots have been less successful.  It seems the
  21. >OS is trying to start VUE but it fails, and after
  22. >a while it gives up and I get the non-window
  23. >environment.  For some reason the "root" user
  24. >has a little more success than normal users but
  25. >far from regular success.  I have gone through
  26. >the "HP VUE Configuration Guide", and made the
  27. >appropriate modifications to inittab but that
  28. >doesn't fix the problem.
  29.  
  30. I had this problem myself.. It's not obvious.
  31. When you're running it as root, it will work (until you reboot), but it's
  32. a big mistake. Not only will it work, but it will continue to run as root,
  33. so any of its suprocesses have root permission! <oops!> At least, that's
  34. what ps and w checks show. I tried simply starting it up as root and logging
  35. out, and when someone logged in, it showed that their vue stuff was running
  36. as root, as a result of being spawned from the root'ed vuelogin. 
  37.  
  38. Anyway, here's what I had to do to my inittab:
  39.  
  40. hp750 > less inittab
  41. init:3:initdefault:
  42.  
  43. ...
  44.  
  45. vue :34:respawn:/etc/vuerc                      # VUE validation and invocation
  46.  
  47. The first portion is what runstate your system is going to boot in.
  48. The vue entry shows what runstates vue will automatically startup in.
  49. After my baby died and I was resurrecting it, I finally noticed that it
  50. had:
  51.  
  52. init:2:initdefault:
  53.  
  54. But the vue entry remained the same, and that's why vue didn't pop-up
  55. after a reboot like it 'should.'
  56.  
  57. I hope this helps..
  58.