> However, if I run the above command manually, it works fine and
> returns 0:
> 
> root@webhost:~# /etc/init.d/dropbox start ; echo $?
> Starting dropbox...
> 0
> 
> Any ideas why puppet can't start the dropbox daemon?

I had the same problem when running ssh-keygen via an exec.  It ran fine
from the CLI but not via Puppet.  In my case it turned out that SELinux
had been left enabled, so that's one thing to check.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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