2012-10-23 15:02:48,343: Failed to configure firewall with reason: 'in <string>' requires string as left operand, not NoneType This is due to ctc/tlmisc/tl-setup/modules/thinlinc/tlsetupfirewall.py:79: elif DISTRIBUTION_FAMILY in (SLE): They keyword "in" should of course not be used with a singleton, there should be a comparison operator there instead. We should probably check for this in other places too.
Couldn't find any more instances of this error, so fixed in r26055.
Looks ok, tested on SLED11.