<div>May I know which interpreter are you using..?Curios about "Is that interpreter actually supported..?"</div>  <div> </div>  <div>Thanks,</div>  <div>Prasad.<BR><BR><B><I>Peter Åstrand <astrand@cendio.se></I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR>Suddenly, the Anaconda installer gives me tracebacks when using %pre <BR>scripts. I can see the last part of the traceback:<BR><BR>File "/usr/lib/anaconda/kickstart.py", line 90, <BR>os.chmod("%s" % messages, 0600)<BR><BR>OSError: [Errno 2] No such file or directory: 'False'<BR><BR><BR>From looking at the code, I believe that the problem is that <BR>"self.logfile" is False rather than None:<BR><BR>if self.logfile is not None:<BR>messages = self.logfile<BR>elif serial:<BR>messages = "%s.log" % path<BR>else:<BR>messages = "/dev/tty3"<BR><BR>Any ideas?<BR><BR>Best regards, <BR>---<BR>Peter Åstrand ThinLinc Chief Developer<BR>Cendio AB
 http://www.cendio.se<BR>Wallenbergs gata 4<BR>583 30 Linköping Phone: +46-13-21 46 00_______________________________________________<BR>Kickstart-list mailing list<BR>Kickstart-list@redhat.com<BR>https://www.redhat.com/mailman/listinfo/kickstart-list</BLOCKQUOTE><BR>