![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| expect and stty paths are different and resulting in error. | The Nemi | UNIX for Dummies Questions & Answers | 6 | 07-17-2008 08:50 AM |
| Exiting from script when error occurs | Sreejith_VK | Shell Programming and Scripting | 4 | 04-25-2008 12:53 AM |
| error occurs while some users login | rrlog | HP-UX | 0 | 08-12-2007 01:55 PM |
| Error when installing GCC | chrisanto_2000 | SUN Solaris | 1 | 06-21-2007 03:00 AM |
| error while installing gcc | sveera | SUN Solaris | 1 | 06-21-2005 10:05 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#15
|
|||
|
|||
|
Quote:
you are right. there is no stty command found in start_db . In admin user .profile there are stty commands found . like alias reset='stty erase \^h kill \^u intr \^c' stty erase \^h kill \^u intr ^C stty cs8 -istrip -parity so what action I need to take for this stty anyway thx very much for yr support. Regards, Amit |
| Forum Sponsor | ||
|
|
|
#16
|
|||
|
|||
|
I already explained what you should do in my post above.
|
|
#17
|
|||
|
|||
|
Quote:
thx for your support Now problem is I need to run start_db and other script as admin user I changed admin profile where stty command as follow if [ -t 0 ] then stty erase \^h kill \^u intr ^C fi but still got the same errors stty: standard input: Invalid argument stty: standard input: Invalid argument stdin: is not a tty stty: standard input: Invalid argument One thing is sure that because of admin user profile loaded when these script are running thats why errors occurs.I checked that by removing - from su admin. But I want to run these scripts as admin user thats my requiremnts Regards, Amit |
|
#18
|
|||
|
|||
|
Even if you remove the - the scripts are still run as the admin user. I think that is your safest option if the scripts are working like that.
|
|||
| Google The UNIX and Linux Forums |