On Tue, Feb 9, 2010 at 5:06 AM, kai.steverding
<kai.steverd...@googlemail.com> wrote:
> I installed ruby on the above server and tried with a simple exec-
> test :
>
> class testmodule {
>                exec {"TEST-EXEC" :
>                        cwd => "/tmp/",
>                        command =>"/usr/bin/touch /tmp/7777 >/tmp/123 2>&1",
>                        timeout => 5,
>                        logoutput=> on_failure
>                }
> }
>
> This simple thing gets the following output from "puppet --debug --
> test"
>
> debug: Loaded state in 0.00 seconds
> info: Applying configuration version '1265719507'
> debug: //testmodule/Exec[TEST-EXEC]: Changing returns
> debug: //testmodule/Exec[TEST-EXEC]: 1 change(s)
> debug: //testmodule/Exec[TEST-EXEC]: Executing '/usr/bin/touch /tmp/
> 7777'
> debug: Executing '/usr/bin/touch /tmp/7777'
> err: //testmodule/Exec[TEST-EXEC]/returns: change from notrun to 0
> failed: Command exceeded timeout at /etc/puppet/modules/testmodule/
> manifests/init.pp:6
> debug: Finishing transaction 69914685668640 with 1 changes
> debug: Storing state
> debug: Stored state in 0.01 seconds
> debug: Format pson not supported for Puppet::Transaction::Report; has
> not implemented method 'from_pson'
> debug: Format s not supported for Puppet::Transaction::Report; has not
> implemented method 'from_s'
>
>
> What can I do ? Did i make a mistake, or is exec broken ?


Kai, something is definitely broken in Lucid.

We're seeing all sorts of process exec issues.

Have you nailed this down at all?


-- 
nigel

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to