[Debconf-devel] Bug#439763: debconf: hangs on puppet installs on preseed install

Juan Carlos Moreno [ackstorm] juancarlos.moreno at ackstorm.es
Thu Aug 23 09:42:44 UTC 2012


Oppsss, sorry! I have made a lot of changes...

Redirecting puppet logdest is not the solution but setting
'DEBCONF_REDIR' to empty, it works!

This is how I call puppet, and it works for me (now):

[..]
env = environ.copy()
env['DEBCONF_DEBUG']='developer'
env['DEBCONF_REDIR']=''
p = Popen(['puppet', 'apply', '--detailed-exitcodes',
           '--debug','--apply', data_pson],
            cwd=cwd, stdin=None, env=env)
stdout, stderr = p.communicate()
[..]


On Thu, 2012-08-23 at 11:14 +0200, Juan Carlos Moreno [ackstorm] wrote:
> Hi there,
> 
> same problem here, using puppet and installing mysql-server, solved (for
> me) redirecting puppet log to syslog: puppet apply --logdest syslog
> XXXXX
> 
> Hope that helps someone
> Regards
> 

-- 

Un saludo.
Juan Carlos Moreno
juancarlos.moreno at ackstorm.es
Project Manager
 
Oficina central: 902 888 345
 
ACK STORM, S.L.
ISO 9001:2008 (Cert.nº. 536932)
http://ackstorm.es

Este mensaje electrónico contiene información de ACK STORM, S.L. que es
privada y confidencial, siendo para el uso exclusivo de la persona(s) o
entidades arriba mencionadas. Si usted no es el destinatario señalado,
le informamos que cualquier divulgación, copia, distribución o uso de los
contenidos está prohibida. Si usted ha recibido este mensaje por error,
por favor borre su contenido y comuníquenoslo en la dirección
ackstorm at ackstorm.es
-----------------------------------------------------------------



More information about the Debconf-devel mailing list