Problem
PaedML Update Fails with “Exitcode =1 (Update- Script)”
Environment
Ugrade to PaedML 7.1
Exitcode =1 (Update- Script)
Fatal_Error: auth_param basic program /usr/lib/squid3/squid_ldap_auth
No such file or directory
Solution
Step 1
Create the missing file, rebuild package cache and restart the upgrade script:
touch /usr/lib/squid3/squid_ldap_auth
dpkg --configure -a
usr/sbin/lmz-upgrade-paedml71
Step 2
You might get an error regarding a package “console-common
”. This packet should be removed:
apt purge console-common
usr/sbin/lmz-upgrade-paedml71