On Wed, Jan 10, 2007 at 07:05:07PM +0100, Volker Epting wrote: > Following the error. post-installation script invoked with -x > > # dpkg --debug 2 --configure openssh-server [...] > ++ perl -lne 's/\s+/ /g; print if > s/^\s*GSSAPINoMICAuthentication[[:space:]=]+//i' /etc/ssh/sshd_config > Setuid script not plain file
I'm betting that the permissions on /dev/null on your system are broken. $ perl -e1 $ ls -l /dev/null crw-rw-rw- 1 root root 1, 3 2006-12-24 13:32 /dev/null $ sudo chmod u+s /dev/null $ perl -e1 Setuid script not plain file $ sudo chmod u-s /dev/null -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]