Environment
Novell
ZENworks 7.2 Linux Management - ZLM7.2
Situation
After applying
Hot Patch 1 for ZLM 7.2, the "tmp" directory in
/var/opt/novell/zenworks/pkg-repo/ is deleted. Due to the deletion
of the "tmp" directory, adding packages to a bundle using the
ZENworks Control Center (ZCC) will fail. This is because the
packages imported are downloaded to
/var/opt/novell/zenworks/pkg-repo/tmp directory first and then
moved to pkg-repo/packages directory.
Resolution
Create the
/var/opt/novell/zenworks/pkg-repo/tmp directory with required
ZENworks privileges. This can be done using the following
commands:
- mkdir -p /var/opt/novell/zenworks/pkg-repo/tmp
- chown zenworks:zenworks /var/opt/novell/zenworks/pkg-repo/tmp
- Next, verify that the permissions are set to drwxrwsr-x on the tmp directory.
- If the permissions need to be changed, you can set them properly by using the following command: chmod 2755 /var/opt/novell/zenworks/pkg-repo/tmp/