Just tried to install bugzilla3 from the apt repositories and when the installation came round to running the post installation scripts it fails not sure why.
I've had a look at the permissions of the folders that the first script is supposed to set up "10permissions" and all the files/folders appear to have the right permissions as per the script, which either means the script worked or they were already set up correctly in the first place. Looking at the second script "90checkwebdot" nothing is echo'd too the shell, which makes sense because I don't have a /usr/bin/dot directory so the first if should fail from what I can tell, which means the subsequent nested ifs shouldn't be called. The error follows the execution of that script so I can only imagine it's either the script itself or something that happens after the scripts execution that I'm not aware enough of the DPKG process to hazard a guess at! run-parts --exit-on-error --lsbsysinit /usr/share/bugzilla3/debian//post-checksetup.d run-parts: executing /usr/share/bugzilla3/debian//post-checksetup.d/10permissions run-parts: executing /usr/share/bugzilla3/debian//post-checksetup.d/90checkwebdot /var/lib/dpkg/info/bugzilla3.postinst: Configuration of bugzilla3 failed. Please check if the system requirements are fulfilled. dpkg: error processing bugzilla3 (--configure): subprocess installed post-installation script returned error exit status 14 Hope this is helps somebody who has a bit more understanding of the inner workings to help fix the problem! -- package bugzilla3 3.2.4.0-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 14 https://bugs.launchpad.net/bugs/555649 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
