Kayvee: It is a bug in likewise-open that is hidden by the default dash shell. It will be a while before a new package is available, because I need to verify I don't break anything and then need to get it reviewed and approved.
It also sounds like your system is set up quite oddly. Normally, /bin/sh is linked to 'dash'. If you have '/bin/dash', you may want to reset it to be your default shell. If you don't have /bin/dash, you may want to install it. Install dash: sudo apt-get install dash Set dash as shell: sudo ln -f -s /bin/dash /bin/sh After doing this, you should be able to complete the likewise-open installation: sudo apt-get install likewise-open -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771773 Title: package likewise-open failed to install/upgrade: subprocess new pre- installation script returned error exit status 1 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
