====== New user to OZ ====== The cld-build.cloud.pd.infn.it is the machine to build images for VM. It is available for users too if they want to create their own images. If an user asks for an account, you need to log in the machine as root (ask to M.Sgaravatto the password) and to create the account adding the user to the ozusers group. And create a password to change at the first login adduser -G ozusers passwd Then the user has * to create the following file ~/.oz/oz.cfg : [paths] output_dir = /tmp//oz/images data_dir = /tmp//oz/data screenshot_dir = /tmp//oz/screenshot [libvirt] uri=qemu:///system [cache] original_media = yes modified_media = no jeos = no * to create the related directories: mkdir -p /tmp//oz/images /tmp//oz/data /tmp//oz/screenshot * to set the permission of the directory images: chown o+rx /tmp//oz/images