A simple workaround for this problem is to change the first line of /etc/init.d/udev from
#!/bin/sh -e to #!/bin/dash -e Provided that dash is installed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

