I'm running puppet on a Centos 5.8 I'm trying to launch puppet as a daemon and it fail silently. --debug provides no help
So I tried to strace it, I'm getting this : 1845 close(0) = 0 1845 open("/dev/null", O_RDONLY) = 0 1845 close(1) = 0 1845 open("/dev/null", O_WRONLY|O_CREAT|O_APPEND, 0666) = 1 ... 1845 dup2(1, 2) = 2 ... 1845 write(2, "Could not run: Daemons must have"..., 58) = 58 | 00000 43 6f 75 6c 64 20 6e 6f 74 20 72 75 6e 3a 20 44 Could no t run: D | | 00010 61 65 6d 6f 6e 73 20 6d 75 73 74 20 68 61 76 65 aemons m ust have | | 00020 20 61 6e 20 61 67 65 6e 74 2c 20 73 65 72 76 65 an agen t, serve | | 00030 72 2c 20 6f 72 20 62 6f 74 68 r, or bo th | 1845 write(2, "\n", 1) = 1 | 00000 0a . | So if I understand it right, a message is send to a nulled stderr. Do you know how I can get it back ? -- 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.