Many thanks for your logs and screenshots! Let's try if we can find a solution.
First:
opsi-package-manager -i
You should NEVER remove the
-q as that breaks the whole opsi-package-manager command under certain circumstances! For now, it is ok because opsi-package-manager won't work at all and shows you a decent error message, but in normal working conditions you have to add the
-q again!
Second:
Somehow your opsiadmin user hasn't the right to change permissions on some files. That could be the reason for these too lines in the log file. We should take care of that first. The opsiadmin user has to have the right to execute the "chmod" command on linux side. FWIW, you can also check again, if your opsiadmin user is REALLY in the linux opsiadmin group.
chmod: changing permissions of `/home/opsiproducts/DotNet2.0/OPSI/preinst': Operation not permitted
chmod: changing permissions of `/home/opsiproducts/DotNet2.0/OPSI/postinst': Operation not permitted
Third:
Could you please enter the opsi server root password in the corresponding field under general program settings and execute "Set rights on package" under the "Tools" menu BEFORE you BUILD the package? That issues a special opsi command which corrects any problems which might exist with the package directory. Then rebuild and try to install again.
(Optional) Fourth and if nothing helps, to test if it is a real OPSI PackageBuilder problem:
- login to opsi server console with
the user you setup under opsiadmin User in OPSI PackageBuilder
- enter command: cd /home/opsiproducts
- enter command: opsi-setup --set-rights
- enter command: cd DotNet2.0
- enter command: opsi-package-manager -i dotnet2.0_1.0-1.opsi
That definitely has to work! If only the very last steps work, I have to think about it again...
BTW, you're actually using v5.0, right?
Greetz,
Holger