免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6128 | 回复: 5
打印 上一主题 下一主题

[系统管理] expect求助 [复制链接]

论坛徽章:
2
15-16赛季CBA联赛之浙江
日期:2016-06-16 15:02:21操作系统版块每日发帖之星
日期:2016-06-19 06:20:00
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-08-12 16:56 |只看该作者 |倒序浏览
expect -c "
spawn scp -P $port /root/.ssh/authorized_keys2 /root/wlx/remote_operate.sh  root@$ip:/tmp/
        expect {
                \"*yes/no*\" {send \"yes\r\"; exp_continue}
                \"*password*\" {send \"OL_\"pB%39n3L\r\"}
        }


报错:
root@xxxxxxxxxxxx's password: extra characters after close-quote
    while executing
"send "OL_"pB%39n3L\r""
    invoked from within
"expect {
                "*yes/no*" {send "yes\r"; exp_continue}
                "*password*" {send "OL_"pB%39n3L\r"}
        }"

怀疑是密码中的 " 的问题。 请问如何做才能解决?

论坛徽章:
1
天蝎座
日期:2013-08-22 15:14:44
2 [报告]
发表于 2013-08-12 17:47 |只看该作者

expect -c "
spawn scp -P $port /root/.ssh/authorized_keys2 /root/wlx/remote_operate.sh  root@$ip:/tmp/
        expect {
                \"*yes/no*\" {send \"yes\r\"; exp_continue}
                \"*password*\" {send \"OL_\\"pB%39n3L\r\"}
        }

论坛徽章:
16
IT运维版块每日发帖之星
日期:2015-08-24 06:20:00综合交流区版块每日发帖之星
日期:2015-10-14 06:20:00IT运维版块每日发帖之星
日期:2015-10-25 06:20:00IT运维版块每日发帖之星
日期:2015-11-06 06:20:00IT运维版块每日发帖之星
日期:2015-12-10 06:20:00平安夜徽章
日期:2015-12-26 00:06:302016猴年福章徽章
日期:2016-02-18 15:30:34IT运维版块每日发帖之星
日期:2016-04-15 06:20:00IT运维版块每日发帖之星
日期:2016-05-21 06:20:00综合交流区版块每日发帖之星
日期:2016-08-16 06:20:002015七夕节徽章
日期:2015-08-21 11:06:17IT运维版块每日发帖之星
日期:2015-08-14 06:20:00
3 [报告]
发表于 2013-08-12 17:52 |只看该作者
回复 1# aa673


     extra characters after close-quote

这个问题大概是code block和后边的}没有空格,我遇到过。

论坛徽章:
2
15-16赛季CBA联赛之浙江
日期:2016-06-16 15:02:21操作系统版块每日发帖之星
日期:2016-06-19 06:20:00
4 [报告]
发表于 2013-08-13 08:49 |只看该作者
回复 2# guogang225


    这个不行
missing close-brace
    while executing
"expect {
                "*yes/no*" {send "yes\r"; exp_continue}
                "*password*" {send "OL_\pB%n5L30Lr""
./2.sh: line 21: exp_continue}: command not found
./2.sh: line 22: "*Password*": command not found

论坛徽章:
2
15-16赛季CBA联赛之浙江
日期:2016-06-16 15:02:21操作系统版块每日发帖之星
日期:2016-06-19 06:20:00
5 [报告]
发表于 2013-08-13 08:49 |只看该作者
回复 3# expert1

没明白,什么意思?

   

论坛徽章:
2
15-16赛季CBA联赛之浙江
日期:2016-06-16 15:02:21操作系统版块每日发帖之星
日期:2016-06-19 06:20:00
6 [报告]
发表于 2013-08-13 09:02 |只看该作者
调试成功:
1. OL_"pB%39n3L 写成 OL_\\\"pB%39n3L
2. 如果是用变量, p='OL_"pB%39n3L' , 写成 p= 'OL_\"pB%39n3L'
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP