Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fabric

How To Get The Current Linux Process Id From The Command Line A In Shell-agnostic, Language-agnostic Way

How does one get their current process ID (pid) from the Linux command line in a shell-agnostic, la… Read more How To Get The Current Linux Process Id From The Command Line A In Shell-agnostic, Language-agnostic Way

Gcc Error: Command 'gcc-4.0' Failed With Exit Status 1

I am trying to install Fabric into a Virtualenv / Django 1.3.1 / OS X Lion with Xcode 4.2. This err… Read more Gcc Error: Command 'gcc-4.0' Failed With Exit Status 1

Fabric, Can't Get Default Locale On Django

I have the following django management command: fabrictest.py from django.core.management.base impo… Read more Fabric, Can't Get Default Locale On Django

Fabric And Sudo As Another User

Using Fabric to spin up a server, everything works great, except for my attempt to start postgresql… Read more Fabric And Sudo As Another User

Send Bash Environment Variable Back To Python Fabric

I am attempting to pass a bash environment variable back into my fabric function like this:- from f… Read more Send Bash Environment Variable Back To Python Fabric

Implicitly Called Task / Function On Python Fabric Startup?

There are a few environment variables I need to set in Fabric each invocation and so far I'm do… Read more Implicitly Called Task / Function On Python Fabric Startup?

Python Fabric: Skip Logins Needing Passwords

I have a similar issue to this: How can I skip Fabric connections that ask for a password? which ha… Read more Python Fabric: Skip Logins Needing Passwords

How To Catch Auth Errors In Fabric And Retry?

I have two usernames and corresponding passwords that I use to admin my servers, is there a way to … Read more How To Catch Auth Errors In Fabric And Retry?