Hi Frank! Is this problem still actual?
I think that your system hasn't default route at the polipo daemon start. There is offlineMode() function in /usr/lib/polipo/polipo-control: offlineMode() { # At the moment this only depends on the presence of a default route # Eventually this will be configurable via $OPTION_FILE if /sbin/route -n | grep ^0.0.0.0 > /dev/null; then # We have a default route - go online echo -n false else # We don't have a default route - go offline echo -n true fi } This function used when polipo starting to identify is there default route present or not and if it isn't -- starts offline. -- wbr Denis Sirotkin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]