Are you sure it is not dying right away after it comes up? I had a lot of initial issues getting pushpoold to even start up and stay started. Most of the time is was a database issue when pp tried to connect to mysql it was failing and causing pp to stop right away make sure pushpool is started and you should be able to telnet to ur port 8344
Okay I'm trying to figure out what could be stopping pushpool from running. I double checked the database name, username to database, and associated password by logging into mysql via the terminal and then doing a SELECT * FROM pool_worker to see if I could get that far.
I did have one suspicion about the port that is used to connect to the database. Is that port a default port if so how could I change it in mysql if I need to?
Is the method I used of finding the process ID associated with pushpoold a valid way of checking to see if pushpoold is running?
thanks for your help.
What version of pushpool are you trying to run? v0.5 or v0.4.1

If you are using v0.5 try v0.4.1 ...
To check to see if pushpool is running, simply type
ps aux | grep pushpool and you should notice at least two references to pushpool. (One for the search command you just submit, and one for the running pushpoo program).
Also try running pushpool by typing
./pushpool -EI can't seem to get ./pushpool running by simply running
/pushpool but if I add the -E then it seems to work great.