Anaconda Traceback when using %pre scripts

Peter Åstrand astrand at cendio.se
Sat May 3 06:39:28 UTC 2008


On Thu, 1 May 2008, Peter Åstrand wrote:

> > > Suddenly, the Anaconda installer gives me tracebacks when using %pre 
> > > scripts. I can see the last part of the traceback:
> > > 
> > > File "/usr/lib/anaconda/kickstart.py", line 90, 
> > >     os.chmod("%s" % messages, 0600)
> > > 
> > > OSError: [Errno 2] No such file or directory: 'False'

I've now been able to reproduce the problem with a ks.cfg as small as:

url --url http://ourserver/PATH
%pre
uname -a > /tmp/myuname
%end

Clearly, it's something wrong with our build of the our custom 
distribution. Any ideas of where to start debugging?

Rgds, 
---
Peter Åstrand		ThinLinc Chief Developer
Cendio AB		http://www.cendio.se
Wallenbergs gata 4
583 30 Linköping	Phone: +46-13-21 46 00


More information about the Kickstart-list mailing list