T.R | Title | User | Personal Name | Date | Lines |
---|
67.1 | Where are you calling this? | OPG::SIMON | | Thu Apr 08 1993 17:23 | 24 |
| Val,
are you trying to call this script from the rc.local startup
file after the cm startup itself?
There is an error in your procedure if that is what you are trying.
Startup uses sh and setenv don't work.
Your first line should read:
#!/bin/csh
Also when calling from the startup shell always fully qualify your
command path.
Try this instead:
#!/bin/csh
/bin/su - mr2sys -c "setenv DISPLAY ssmino:0.0 ; /usr/bin/cm &"
This worked for me
Cheers SImon....
|
67.2 | remote C3 window | VLNVAX::EMOND | | Thu Apr 08 1993 22:54 | 5 |
|
Thanks, that did the trick, now the next question, where is the best
place for it. cm_startup or rc.local?
Val
|
67.3 | rc.local | OPG::PHILIP | And through the square window... | Fri Apr 09 1993 10:07 | 7 |
| Val,
The best place would be rc.local, as the next release of Console Manager
will replace cm_startup.
Cheers,
Phil
|
67.4 | exit on Console Manager Shutdown | VLNVAX::EMOND | | Fri Apr 09 1993 16:08 | 4 |
| Thanks again, in the next release will the C3 windows exit on Console
Manager Shutdown?
Val
|
67.5 | Go persuade Dave Bigelow | OPG::PHILIP | And through the square window... | Fri Apr 09 1993 22:54 | 14 |
| Val,
>> Thanks again, in the next release will the C3 windows exit on Console
>> Manager Shutdown?
We had no plans for the C3 work this way, although it could be something
the user could set I suppose, just like we have done this for the event
list.
Dave Bigelow is writing the C3 and he reads this conference, so, if he
has time, you never know what may happen.
Cheers,
Phil
|