- Thanks and good luck
From: Konstantin Raskoshnyi <[email protected]> To: [email protected] Date: 04/11/2016 08:27 PM Subject: Re: [Spacewalk-list] PRE Section doesn't work at all KVM Guest Sent by: [email protected] There's no file in tmp directory. In fact I can not create any files at all during the pre. Tried nochroot too. If nochroot is selected, the path to tmp is /mnt/sysimage/tmp. The snippet would have to be updated to point to that path, or else all writes are going to fail. Maybe that is what you are running into. In your snippet try echo "/tmp/" > /tmp/testingtmp.out and echo "/mnt/sysimage/tmp" > /mnt/sysimage/tmp/testingmnt.out. Then see which one is there. In post everything works fine ** This email and any attachments may contain information that is confidential and/or privileged for the sole use of the intended recipient. Any use, review, disclosure, copying, distribution or reliance by others, and any forwarding of this email or its contents, without the express permission of the sender is strictly prohibited by law. If you are not the intended recipient, please contact the sender immediately, delete the e-mail and destroy all copies. **
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
