I'd suggest putting a long sleep in the pre section and so you can get to the shell. Once at a shell you can investigate why you can't write anything to disk.
On Tue, Apr 12, 2016 at 9:47 AM, William H. ten Bensel <[email protected]> wrote: > - 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 >
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
