T.R | Title | User | Personal Name | Date | Lines |
---|
5055.1 | | TOOK::SWIST | Jim Swist LKG2-2/T2 DTN 226-7102 | Thu May 13 1993 11:31 | 8 |
| The file in /usr/bin is just a link to the real executable. Do an ls
-l on the file the link is pointing to.
Also, the execvp failure message out of decterm is usually accompanied
by a perror of the specific error returned from execvp - is there
any other info available?
|
5055.2 | The link is bad | QUIVER::HAROKOPUS | | Thu May 13 1993 11:56 | 12 |
| Yuk. It looks like we blew the soft link on this one in the kit
procedure. The following commands should fix it for you:
cd /usr/bin
rm mcc_stm_listener_menu
ln -s /usr/mcc/mmexe/mcc_stm_listener_menu
Give it a try and let me know if it works.
Thanks,
Bob
|
5055.3 | This worked...thanks | LICAUS::LICAUSE | Al Licause (264-4780) | Thu May 13 1993 13:51 | 10 |
| bob,
That worked.
I suspected it was somethink like this but didn't know how to unlink
a link.
Thanks,
Al
|
5055.4 | I will document this fix | QUIVER::HAROKOPUS | | Thu May 13 1993 13:56 | 6 |
| Thanks Al,
I'll get this information to the service people so they'll know
how to patch it when customers have this problem.
-Bob
|