Hi Puppetmasters, my puppet client successfully generates the graphs in /var/lib/puppet/ state/graphs: * expanded_relationships.dot * relationships.dot * resources.dot When trying to convert them with graphviz, I get the following error: % dot -Tpng resources.dot -o configuration.png Error: resources.dot:1: syntax error near line 1 context: >>> ?PNG <<< Has anyone encountered this before? Sven Sporer puppet --version: 2.6.0 graphviz package: 2.6-22.6 dot -V: 2.6 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Sven Sporer wrote:> Hi Puppetmasters, > > my puppet client successfully generates the graphs in /var/lib/puppet/ > state/graphs: > > * expanded_relationships.dot > * relationships.dot > * resources.dot > > When trying to convert them with graphviz, I get the following error: > > % dot -Tpng resources.dot -o configuration.png > Error: resources.dot:1: syntax error near line 1 > context: >>> ?PNG <<< > > Has anyone encountered this before? > > Sven SporerSven What does line 1 of the .dot look like? Could you please log a ticket for this? It sounds like a bug to me. Thanks James Turnbull -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Line 1: % cat resources.dot | head -1 digraph Resources { When "view"ing the file, everything in there seems to be valid digraph syntax. I don''t think it''s Puppets fault, it looks like it''s an error with my graphviz package (SLES 10 64bit; installed via zypper). I guess I have to dig a little deeper. Sven Sporer On Aug 25, 6:22 pm, James Turnbull <ja...@puppetlabs.com> wrote:> Sven Sporer wrote: > > Hi Puppetmasters, > > > my puppet client successfully generates the graphs in /var/lib/puppet/ > > state/graphs: > > > * expanded_relationships.dot > > * relationships.dot > > * resources.dot > > > When trying to convert them with graphviz, I get the following error: > > > % dot -Tpng resources.dot -o configuration.png > > Error: resources.dot:1: syntax error near line 1 > > context: >>> ?PNG <<< > > > Has anyone encountered this before? > > > Sven Sporer > > Sven > > What does line 1 of the .dot look like? > > Could you please log a ticket for this? It sounds like a bug to me. > > Thanks > > James Turnbull > > -- > Puppet Labs -http://www.puppetlabs.com > C: 503-734-8571-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.