PulseAudio really wants to stay running, but I want to run JACK instead if doing audio recording work.  In Ubuntu 10, PulseAudio appears to be run from init, which respawns it automatically.  To get it to go away:
echo "autospawn = no" >> ~/.pulse/client.conf pulseaudio --kill
