Re: OT: bash script - unexpected exit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 16Jan2012 19:57, Hiisi <hiisi@xxxxxxxxxxxxxxxxx> wrote:
| On 16 January 2012 20:50, Kevin Martin <kevintm@xxxxxxxxxxxxx> wrote:
| > put a 'set -x' in there so you can see what's happening during the execution.  It would be interesting to know what $line is getting
| > set to.  You may be surprised.
| >
| > Kevin
| 
| Thanks for you help, Kevin. It doesn't display anything during first
| loop nor to the second. All I get is '+ read line'. But on the second
| loop it exits exactly after this line.

That is because it is seeing EOF from the pipe.
And that is because ssh has eaten all your input (it copies its input to
the remote command).
Use "ssh -n" or "ssh ..... </dev/null".

Cheers,
-- 
Cameron Simpson <cs@xxxxxxxxxx> DoD#743
http://www.cskk.ezoshosting.com/cs/

Never precede any maneuver by a comment more predictive than "Watch this!"
        - Kent Polk kent@xxxxxxxxxxxxxxxxxxxx
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux