iPhone
May 19th, 2008 by
crazyskills
Posted in Uncategorized |
No Comments »
crazyskills In order to try and fix the exiting from the program, and thus leaving me with a command prompt, I have commented out line 591 in the GNUMP3D2 file, which read “exit;” See below.
#
# Abort with error message if we cannot fork().
#
my $forkFail = $literals->get( “ERROR_FORK” );
if ( !defined( $pid ) )
{
print $forkFail;
#exit; commented out by orb
}
Hopefully, this will allow the daemon to continue running even if it gets an ERROR_FORK. It should still let me know, but then maybe it will continue to run.
We shall see. So far, so good.
Posted in Uncategorized |
No Comments »
crazyskills Check these two links out:
http://www.goodsearch.com/?charityid=848634
The first one is the internet presence of Save Our Strays, a nonprofit organization dedicated to finding homes for stray cats, a very worthwhile cause. If you or someone you know is in the market for a cat, contact them!
The second is a great search page (powered by Yahoo!), and Save Our Strays receives 1 cent for each search. We all know how much we use search engines.
Thanks for your time,
Orb
Posted in Uncategorized |
No Comments »