fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] trivial put test case fails?


From: Timothee Besset
Subject: Re: [Fab-user] trivial put test case fails?
Date: Wed, 18 Feb 2009 15:08:36 -0600
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Mike Panchenko wrote:
> /root/bar doesn't exist on the remote host would be my guess.
>
> Mike.
>

Ouch .. didn't realize I could not change the name and had to specify a
directory. It would be nice if this supported the same semantics as 'cp' ..

TTimo

> On Wed, Feb 18, 2009 at 1:03 PM, Timothee Besset <address@hidden
> <mailto:address@hidden>> wrote:
>
>     I am trying to run the following test case:
>
>     def test_put():
>        "Test a file put."
>        put( '/home/timo/bar', '/root/bar' )
>
>     /home/timo/bar exists on my local system, I am logging in as root into
>     the remote host just fine, but the put fails:
>
>     $ fab test_put
>     Fabric v. 0.1.0.
>     Running test_put...
>     Logging into the following hosts as root:
>        qls16
>     Error: The put operation failed on qls16:
>        [Errno 2] No such file
>
>     Does this functionality expect specific programs installed on the
>     remote
>     end maybe?
>
>     TTimo
>
>
>
>     _______________________________________________
>     Fab-user mailing list
>     address@hidden <mailto:address@hidden>
>     http://lists.nongnu.org/mailman/listinfo/fab-user
>
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]