nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

expect script hangs

This is a discussion on expect script hangs within the Shell scripting forums, part of the Development/Scripting category; Hi All, I am new to using expect. When I am trying to run the below script, it hangs. Can ...


Go Back   nixCraft Linux Forum > Development/Scripting > Shell scripting

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-22-2008, 06:37 PM
Junior Member
User
 
Join Date: May 2008
My distro: Debian
Posts: 1
Rep Power: 0
antzjos is on a distinguished road
Default expect script hangs

Hi All,

I am new to using expect. When I am trying to run the below script, it hangs. Can anyone please help.

The below script is used to run a shell script on a remote server. The shell script gets executed successfully but expect probably does not identify eof and hence does not stop.

set timeout -1
spawn ssh $user@$ipaddr
match_max 100000
expect "*?assword:*"
send -- "$password\r"
send -- "sudo $arg1 $arg2 $arg3 $arg4 $arg5\r"
expect "*?assword:*"
send -- "$password\r"
expect eof

Thanks,
antony
Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
SuSe hangs on shutdown lacloai Linux software 5 08-09-2008 02:59 AM
expect about helps pls samuel Shell scripting 0 03-05-2008 12:05 PM
interacting with expect monteo7 Shell scripting 1 03-04-2008 04:42 PM
Expect and tcl - manymaint.exp script Intelligen Shell scripting 11 11-21-2007 02:48 PM
script hangs when a remote server is down vikas027 Shell scripting 2 11-11-2007 03:47 PM


All times are GMT +5.5. The time now is 02:18 AM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36