Package: firehol Version: 1.256-4 Filename: pool/main/f/firehol/firehol_1.256-4_all.deb Found error in /sbin/firehol: $ grep -A5 -B5 /tmp/ /sbin/firehol # ---------------------------------------------------------------------- # Directories and files # These files will be created and deleted during our run. FIREHOL_DIR="/tmp/.firehol-tmp-$$-${RANDOM}-${RANDOM}" FIREHOL_CHAINS_DIR="${FIREHOL_DIR}/chains" FIREHOL_OUTPUT="${FIREHOL_DIR}/firehol-out.sh" FIREHOL_SAVED="${FIREHOL_DIR}/firehol-save.sh" FIREHOL_TMP="${FIREHOL_DIR}/firehol-tmp.sh" -- YOU DO NOT KNOW WHAT TO DO? FireHOL can help you! Just run it with the argument 'helpme' and it will generate its configuration file for this machine. Your running firewall will not be altered or stopped, and no systems settings will be modified. Just run: ${FIREHOL_FILE} helpme >/tmp/firehol.conf and you will get the configuration written to /tmp/firehol.conf EOF exit 1 fi -- You can re-run the same command with output redirection to get the config to a file. Example: EOF echo >&2 "${FIREHOL_FILE} helpme >/tmp/firehol.conf" echo >&2 echo >&2 echo >&2 echo >&2 "Building list of known services."