Factoids

cups:

  1. Common Unix Printing System, the cupsys daemon listens to port 631 tcp and udp to receive printing jobs. Never block this port for localhost or OpenOffice will not longer work properly.
  2. apt-get install --yes --reinstall -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew cupsys
  3. for lenny: wget -O- http://kanotix.com/files/fix-cups.sh|sed s/cupsys/cups/g > fix-cups.sh