I have a puppet Exec that launches a python script I wrote, which uses pexpect (a Python Expect module), to run an interactive software installation... This is done in the post install script of kickstart (in chroot environment). the Exec fails because pexpect fails with error: pty.fork failed: out of pty devices
After reboot, an extra run of puppet works fine. Any idea how to solve this? Is this inherent limitation of chrooted, post-install, environment, or can one solve it by setting some environment var in the Exec type or something? Thanks a lot. Mohamed. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
