Re: [Fab-user] First Fabric connected but got 'Permission denied' error

2010-08-17 Thread Jeff Forcier
with the same target hostname, username and password? If so, does it work there? (Point being that I'm assuming it's the server, not Fabric, and that would be one way to try and test the theory.) -Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org

[Fab-user] Project status update

2010-08-27 Thread Jeff Forcier
, the tl;dr is fully interactive remote processes. [2] http://code.fabfile.org/projects/roadmap/fabric -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org

Re: [Fab-user] Password handling, Fabric 0.9.2

2010-09-12 Thread Jeff Forcier
/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] deploy to loadbalancer and application server

2010-09-15 Thread Jeff Forcier
@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] deploy to loadbalancer and application server

2010-09-15 Thread Jeff Forcier
that helps, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] return_code for run operation in fabric 0.9.2

2010-09-16 Thread Jeff Forcier
mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab

Re: [Fab-user] A few questions about fabric

2010-09-22 Thread Jeff Forcier
/sudo/put/get/etc call does, network-wise. See docs.fabfile.org = usage docs = execution = connections for more info. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org

Re: [Fab-user] RE: A few questions about fabric

2010-09-23 Thread Jeff Forcier
-user ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing

Re: [Fab-user] Noob not quite understanding roles . . .

2010-09-23 Thread Jeff Forcier
:) ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http

Re: [Fab-user] Catching errors in local calls

2010-09-24 Thread Jeff Forcier
___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user

Re: [Fab-user] How do I search for files remotely using glob.glob?

2010-09-24 Thread Jeff Forcier
(/var/lib/mysql-backup/*):        if (file last_mod_file):            last_mod_file = file    print last_mod_file,is the last modified. ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff

Re: [Fab-user] Minimal output to stdout/stderr, verbose to log file

2010-09-29 Thread Jeff Forcier
to integrate with the stdlib logging module, or Logbook or similar, in Fabric 1.1. For reference, Fabric 1.0 should be out the door within a week or two. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user

Re: [Fab-user] put() question

2010-10-13 Thread Jeff Forcier
¤  ¤¤ ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org

Re: [Fab-user] simple test loop.

2010-10-19 Thread Jeff Forcier
? --  ¤¤ ¤ kyoboku kazeoshi ¤  ¤¤ ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org

Re: [Fab-user] simple test loop.

2010-10-19 Thread Jeff Forcier
¤  ¤¤ From: bitprop...@gmail.com [bitprop...@gmail.com] On Behalf Of Jeff Forcier [j...@bitprophet.org] Sent: Tuesday, October 19, 2010 11:01 To: Jeff Honey Cc: fab-user@nongnu.org Subject: Re: [Fab-user] simple test loop. There's actually a built-in reboot function in Fabric which does

Re: [Fab-user] Uploading different files to different remote hosts

2010-10-21 Thread Jeff Forcier
(host_string='app1'):        print 'Uploading files to app1';    with settings(host_string='app2'):        print 'Uploading files to app2'; -Original Message- From: bitprop...@gmail.com [mailto:bitprop...@gmail.com] On Behalf Of Jeff Forcier Sent: Thursday, October 21, 2010 10:15 AM

Re: [Fab-user] try/except not working as expected.

2010-10-22 Thread Jeff Forcier
¤  ¤¤ From: bitprop...@gmail.com [bitprop...@gmail.com] On Behalf Of Jeff Forcier [j...@bitprophet.org] Sent: Friday, October 22, 2010 11:12 To: Jeff Honey Subject: Re: [Fab-user] try/except not working as expected. If this is a host you're rebooting yourself via Fabric, definitely

Re: [Fab-user] try/except not working as expected.

2010-10-22 Thread Jeff Forcier
...@gmail.com [bitprop...@gmail.com] On Behalf Of Jeff Forcier [j...@bitprophet.org] Sent: Friday, October 22, 2010 11:46 To: Jeff Honey Cc: Fabric Mailing List Subject: Re: [Fab-user] try/except not working as expected. (Looks like we went off-list at some point, roping it back in...) Right, I

Re: [Fab-user] Using environment lists?

2010-10-29 Thread Jeff Forcier
___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman

Re: [Fab-user] RE: run fab as a user with sudo permission

2010-11-01 Thread Jeff Forcier
___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer

Re: [Fab-user] loading hosts from file or array.

2010-11-03 Thread Jeff Forcier
@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby developer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] contrib.files comment and uncomment behaving differently

2010-11-08 Thread Jeff Forcier
of risking further potential craziness. At least, until an overall re-examination of escaping, which is planned at some point. At any rate, I've documented this in ticket #250: http://code.fabfile.org/issues/show/250 Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

Re: [Fab-user] Testing strategies for fabfiles.

2010-11-15 Thread Jeff Forcier
, as they'll provide a more real platform, at the cost of extra network latency and potential state bleed (two of the reasons I went the mock route myself). Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user

[Fab-user] [ANN] Fabric 0.9.3 (plus the usual news update)

2010-11-15 Thread Jeff Forcier
-- but if it does, no worries. I'm more committed than ever to having both bugfix and feature releases go out much faster than they used to. 0.9.3 was a very spontaneous burst of work / release, and it felt great. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] external role definitions

2010-11-18 Thread Jeff Forcier
it. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Fabric execution with Python calls instead of command-line

2010-11-23 Thread Jeff Forcier
and such on the non-fabfile side (again as outlined briefly in that library-use doc). Hope that all makes sense, blasting it out as I leave work for the day :) Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] Ctrl+C of running fabric command.

2010-11-24 Thread Jeff Forcier
://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Getting the logs from a Python call

2010-11-24 Thread Jeff Forcier
. ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user

Re: [Fab-user] environ context manager

2010-12-01 Thread Jeff Forcier
(or create a new one) which prepends VAR=VALUE pairs to the command? Yoink: http://code.fabfile.org/issues/show/263 (I agree that it would be a useful tool to add to the API, and while it's not super duper simple, it should still be relatively easy to add this in.) -- Jeff Forcier Unix sysadmin; Python

Re: [Fab-user] Problem using put() in latest revision

2010-12-14 Thread Jeff Forcier
@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] external role definitions

2010-12-14 Thread Jeff Forcier
of effort. Best, Jeff On Fri, Nov 19, 2010 at 4:53 AM, Michael Gliwinski michael.gliwin...@henderson-group.com wrote: On Friday 19 Nov 2010 02:41:28 Jeff Forcier wrote: Hey Michael, As Morgan said, we'd love to see what you have, for sure! A couple additional points below. OK, I don't have

Re: [Fab-user] wiki access

2010-12-16 Thread Jeff Forcier
___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user

Re: [Fab-user] Experiences working with Fabric

2011-01-06 Thread Jeff Forcier
and maintain, more flexible, and faster. Awesome -- glad to hear it! Thanks again for your email -- it's always great to hear mostly-positive feedback, helps keep us going ;) Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

[Fab-user] Fabric sprints at PyCon and beyond

2011-02-12 Thread Jeff Forcier
-- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

[Fab-user] [ANN] 0.9.4 released

2011-02-18 Thread Jeff Forcier
Nothing to get excited about, sadly, just a minor tweak I wanted to have publicly available. http://docs.fabfile.org/0.9.4/changes/0.9.4.html -Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list

Re: [Fab-user] fabtest

2011-02-22 Thread Jeff Forcier
approach may have a lot of merit too. Again, I'll try to take a closer look in a while. -Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman

Re: [Fab-user] fabtest

2011-02-22 Thread Jeff Forcier
) but if restoration can be done in that mode I might still check that out. Thanks for the info! -Jeff 2011/2/22 Jeff Forcier j...@bitprophet.org: Hey Mike, On Sat, Feb 19, 2011 at 5:37 AM, Mike Korobov kmik...@googlemail.com wrote: I've recently released https://bitbucket.org/kmike/fabtest/ package

[Fab-user] Fabric 1.0 imminent, last minute testing requested!

2011-02-26 Thread Jeff Forcier
on the Fabric sprint and how my time is apportioned the rest of the con, it's entirely possible we'll see 1.1 come out during or soon after... Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list

Re: [Fab-user] Fabric 1.0 imminent, last minute testing requested!

2011-02-28 Thread Jeff Forcier
Thanks Michael, greatly appreciated. Reopened #274 so I remember to make that bugfix before launch! On Mon, Feb 28, 2011 at 4:53 AM, Michael Gliwinski michael.gliwin...@henderson-group.com wrote: On Monday 28 Feb 2011 10:00:16 Michael Gliwinski wrote: On Sunday 27 Feb 2011 06:06:40 Jeff Forcier

Re: [Fab-user] Best way of making proposals for Fabric?

2011-03-02 Thread Jeff Forcier
://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Best way of making proposals for Fabric?

2011-03-02 Thread Jeff Forcier
would probably then have Django-style class-based configs for the same sort of settings). Might be nice to jump straight to objects (depending on what's in Travis' fork that will get merged in for 1.1) but we'll have to see :) -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

[Fab-user] [ANN] Fabric 1.0.0 released!

2011-03-04 Thread Jeff Forcier
and beyond. I hope to see many of you at PyCon, and the plan right now is to get 1.1 out during the PyCon sprints -- in only 2 weeks! Regards, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user

Re: [Fab-user] fabric 1.0.0 breaks on Mac OS X Snow Leopard, python 2.6.1

2011-03-07 Thread Jeff Forcier
? What is your username? I'm not seeing anybody with your first/last name in the list. Sorry you're having problems with it :( Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user

Re: [Fab-user] Fabric over reverse tunnel

2011-03-10 Thread Jeff Forcier
to remove that first -p 14000 and change the -H to -H localhost:14000 :) -Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] high cpu usage in fabric 1.0.0

2011-03-10 Thread Jeff Forcier
@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Very high CPU usage on Mac?

2011-03-11 Thread Jeff Forcier
-- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] workon

2011-03-13 Thread Jeff Forcier
tell). Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] workon

2011-03-14 Thread Jeff Forcier
, or stick some echo statements throughout to see where it stops executing so you know what to fix. Good luck, Jeff On 03/14/2011 04:45 AM, Jeff Forcier wrote: Hi Jiri, Offhand I don't see anything obviously wrong, workon should work as long as it's being used as a prefix, and your use

Re: [Fab-user] Capturing stdout and stderr in 1.0.0

2011-03-19 Thread Jeff Forcier
you specify what your local and remote OS are, and what your local Python version is? Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman

Re: [Fab-user] Re: Capturing stdout and stderr in 1.0.0

2011-03-20 Thread Jeff Forcier
...@woodcraft.me.uk: On 2011-03-19 19:07, Jeff Forcier wrote: I'm pretty sure that pty=False + combine_stderr=False should suffice, but it's been a while since that feature went in so it's possible some bugs have crept in since or were not noticed at the time. Will try to reproduce on my end soon

Re: [Fab-user] Cant start tomcat with Fabric

2011-03-22 Thread Jeff Forcier
or destroy this message and any copies. ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

[Fab-user] 1.0.1 released status update

2011-03-27 Thread Jeff Forcier
to respond to urgent issues, but can't promise anything :) Once I'm settled in the new location, work will resume on merging/implementing a few more tickets so we can release Fabric 1.1! Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] How to skip a host that gives auth errors?

2011-03-31 Thread Jeff Forcier
failures as well, since I think they're both the same general use case: http://code.fabfile.org/issues/show/8 So you'll want to watch #8, which is currently slated for Fabric 1.2. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] run commands in sub-shell?

2011-04-10 Thread Jeff Forcier
list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] env.user and prev_user in the presence of env.hosts

2011-04-15 Thread Jeff Forcier
cloud stuff now than I used to, to say nothing of the increasing amount of user contributions in the same space -- so improvements should come along relatively quickly. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] env.user and prev_user in the presence of env.hosts

2011-04-15 Thread Jeff Forcier
on the road again for the next 4 days so if I am delayed in replying, that's why =) -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] run command sometimes just hangs

2011-04-25 Thread Jeff Forcier
/249 And a tip: you can search for existing known problems/feature requests by going to code.fabfile.org and using the search bar in the upper right :) #249 shows up at the top of a search for timeout, for example. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

Re: [Fab-user] Problem with put() and tild expansion

2011-04-28 Thread Jeff Forcier
Hi Mohamed, What version of Fabric are you using at the moment? There were a few bugs with tildes, some fixed recently, though some may still be outstanding. Thanks, Jeff Sent from my iPad On Apr 26, 2011, at 8:24 PM, Mohamed Lrhazi lrh...@gmail.com wrote: I have code does calls put() with

Re: [Fab-user] open_shell as root?

2011-04-28 Thread Jeff Forcier
. However that's a common default so it may work :) Hope that helps, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

[Fab-user] *.fabfile.org maintenance on Tuesday

2011-05-01 Thread Jeff Forcier
Hi all, Just so you're aware, my VPS host is having scheduled downtime on Tuesday, 3 May 2011 at 23:00 UTC. This will affect all of fabfile.org except for docs.fabfile.org (which is now hosted at Read The Docs) for about an hour, I'm told. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python

Re: [Fab-user] Jumping between roles

2011-05-05 Thread Jeff Forcier
://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Problem with name resolution and env.roledefs

2011-05-29 Thread Jeff Forcier
/en/1.0.1/usage/execution.html You can get more flexibility by manually juggling env.host_string -- see the 'Connections' section of the above link for details. It's not perfect (you lose the automatic connection handling of the roles/hosts CLI options and decorators) but may help. -- Jeff Forcier

Re: [Fab-user] Suppressing [hostname] from stdout

2011-06-12 Thread Jeff Forcier
() contextmanager :) it's designed for exactly this situation, re: having settings toggled for specific blocks of code. http://docs.fabfile.org/en/1.0.1/api/core/context_managers.html#fabric.context_managers.settings -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

[Fab-user] Status update

2011-06-12 Thread Jeff Forcier
for the week, other than the occasional self-pitying tweet. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Status update

2011-06-16 Thread Jeff Forcier
of Fabric?  Not sure if I qualify as a true patron saint, but it'd still be a cool title. Sadly I think Christian still retains that title but if you want to fight him for it, I think I can rent out a warehouse some evening ;) -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

[Fab-user] Fabric 0.9.7, 1.0.2, 1.1.0, and status update part 2

2011-06-24 Thread Jeff Forcier
to the new URL. I will publish detailed instructions if and when this move occurs. Thanks to all of you for A) getting this far in the email and B) using Fabric! Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab

Re: [Fab-user] combining multiple tasks on multiple targets into a single function

2011-07-11 Thread Jeff Forcier
task run on the CLI prior, e.g. fab setup realtask. What I need to do: * Add this to the FAQ :) -Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org

[Fab-user] Fabric 1.2.0 released: @task improvements, new changelog

2011-07-12 Thread Jeff Forcier
be read here: http://code.fabfile.org/issues/show/382 Thanks as always, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Possible issue stacking decorators

2011-07-14 Thread Jeff Forcier
and return them) it shouldn't be a problem, per se, to always stick @task at the top. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman

Re: [Fab-user] Which Version of Python?

2011-07-15 Thread Jeff Forcier
one C-based extension :( -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Possible issue stacking decorators

2011-07-15 Thread Jeff Forcier
-- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-23 Thread Jeff Forcier
On Sat, Jul 23, 2011 at 3:58 PM, Jeff Forcier j...@bitprophet.org wrote: Not specifically, but this (init-style scripts which don't error but also don't actually start their daemon) is an issue which pops up sporadically and I don't believe we've figured out what the cause is yet. Update: I

Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-23 Thread Jeff Forcier
Last reply for now, promise :) On Sat, Jul 23, 2011 at 4:26 PM, Jeff Forcier j...@bitprophet.org wrote: Hopefully it's something tty-related, which is easily manipulated with the pty kwarg. Looks like my hunch was right: if you look at the ticket I linked previously I've been taking notes

Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-24 Thread Jeff Forcier
it out! Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Fabric 1.2.0 broken on Mac OS X 10.7 (Lion)

2011-08-01 Thread Jeff Forcier
1.2.0 does not contain any fixes for it. If you could share the snippet of Fabric code generating the errors, and how you are invoking it, that might help give us another use case for the bug, which is here: http://code.fabfile.org/issues/show/303 Thanks, Jeff -- Jeff Forcier Unix sysadmin

Re: [Fab-user] Cannot change directory with a variable (worked with 0.9.x)

2011-08-02 Thread Jeff Forcier
, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Fabric cron job

2011-08-11 Thread Jeff Forcier
you setting env.hosts before? If you could pastebin your fabfile, the full crontab file and the output you're seeing in your logs, that might help. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing

[Fab-user] [README] Migrating code.fabfile.org to Github

2011-08-18 Thread Jeff Forcier
-- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] [README] Migrating code.fabfile.org to Github

2011-08-18 Thread Jeff Forcier
, Jeff Forcier j...@bitprophet.org wrote: Hi all, Either tonight or tomorrow I plan to pull the trigger on migrating our Redmine instance at http://code.fabfile.org over to https://github.com/fabric/fabric/issues . What this means for you: * Once the script is done, Github will be the place

[Fab-user] [ANN] 1.0.3, 1.1.3, 1.2.1 released

2011-08-21 Thread Jeff Forcier
on Morgan's multiprocessing branch to get the 1.3 feature release started. I also need to whip up a static site/blog, but that will wait until after 1.3 goes out since I don't want to delay it with yet more support work :) Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

Re: [Fab-user] env.{hosts,exclude_hosts,roles} and some confusion

2011-08-24 Thread Jeff Forcier
by reading the docs) or a bug (which you probably forgot to look for ;)). This is a known bug, and I'll be fixing it soon hopefully as it's kind of crappy to have a new feature be mostly broken: https://github.com/fabric/fabric/issues/373 Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby

[Fab-user] [ANN] Fabric 1.0.4, 1.1.4, 1.2.2 released, status update

2011-09-01 Thread Jeff Forcier
an increasing number of releases. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Fabric cron job

2011-09-05 Thread Jeff Forcier
/python /home/alex/fabfile.py output.log Not sure where to go from here. ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

Re: [Fab-user] [ANN] Fabric 1.0.4, 1.1.4, 1.2.2 released, status update

2011-09-05 Thread Jeff Forcier
had a chance to look at this yet, but if you can add a comment with a link to it in the multiprocessing ticket (#19) that'd be great! Thanks for all the input, it's appreciated. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] A couple of questions

2011-09-19 Thread Jeff Forcier
ssh_config doesn't mean all of ssh's functionality works yet, so some options may be no-ops in Fabric. That said, the basic stuff like host aliases and such is possible to support and would be a good first step. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] A couple of questions

2011-09-19 Thread Jeff Forcier
, and include a link to ticket #289 as I feel it's strongly related. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] A couple of questions

2011-09-21 Thread Jeff Forcier
-- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Passing host IP addresses to Fabric tasks from other Python classes

2011-09-27 Thread Jeff Forcier
. (FWIW, it's heavily task-based and 'fab'-based right now, but even so.) Hope that helps, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman

Re: [Fab-user] Passing host IP addresses to Fabric tasks from other Python classes

2011-09-28 Thread Jeff Forcier
is: https://github.com/fabric/fabric/tree/19-parallel-execution I'll be announcing here on the list when I merge that into master, though an actual release of 1.3 will probably follow that pretty quickly so I might jump straight to that :) -Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer

Re: [Fab-user] The `plugin_env` should be an ``Environment`` instance that contains pkg_resources.VersionConflict: (pycrypto 2.0.1 (/usr/lib/python2.6/dist-packages), Requirement.parse('pycrypto=2.1'

2011-09-28 Thread Jeff Forcier
know if any of that helps narrow it down. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Passing host IP addresses to Fabric tasks from other Python classes

2011-10-05 Thread Jeff Forcier
-merge for a short while for history's sake, but eventually they get cleaned up, and they also tend to not get updated post-merge either (e.g. with bugfixes.) Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user

[Fab-user] Status update for 1.3

2011-10-06 Thread Jeff Forcier
is it won't take more than another week to work out something acceptable. Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab

Re: [Fab-user] how to skip unreachable hosts

2011-10-20 Thread Jeff Forcier
.) Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] how to skip unreachable hosts

2011-10-20 Thread Jeff Forcier
been relatively naive and at some point I'm hoping to make it more powerful/flexible, if possible. -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman

Re: [Fab-user] reject_unknown_hosts option

2011-10-20 Thread Jeff Forcier
into Paramiko when we run. Good luck, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Testing fabfiles

2011-10-21 Thread Jeff Forcier
is always a good option, if slightly more time-consuming (i.e. it's not a great fit for CI or rapid test iteration.) Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https

Re: [Fab-user] Fabric 0.9.3

2011-10-23 Thread Jeff Forcier
itself. You want: sudo easy_install pip Easy_install (and pip itself, once you have it installed) take package names as their arguments, for the most part, not URLs. The documentation on pip.openplans.org should have examples ;) -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http

Re: [Fab-user] @with_settings usage

2011-10-24 Thread Jeff Forcier
prevents us from honoring those sorts of positional arguments, which is doubtful. Thought there was an issue for this, but not seeing one, so I just made this: https://github.com/fabric/fabric/issues/458 Thanks, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org

Re: [Fab-user] --show doesn't limit?

2011-11-02 Thread Jeff Forcier
-and-or-showing-output-levels :) -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] SSH MonkeyPatch

2011-11-07 Thread Jeff Forcier
, is just Paramiko with a name change. So a simple search/replace is all that should be needed. Best, Jeff -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org ___ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org

<    1   2   3   4   5   >