Hi and thanks for your answer,

no, i do not have plugins in my fileserver config.

my puppet.conf looks like this:

---

[main]
    # Where Puppet stores dynamic and growing data.
    # The default value is '/var/puppet'.
    vardir = /var/lib/puppet

    # The Puppet log directory.
    # The default value is '$vardir/log'.
    logdir = /var/log/puppet

    # Where Puppet PID files are kept.
    # The default value is '$vardir/run'.
    rundir = /var/run/puppet

    # Where SSL certificates are kept.
    # The default value is '$confdir/ssl'.
    ssldir = $vardir/ssl

    pluginsync = false
    factpath = $vardir/lib/facter


[puppetd]
    vardir = /var/lib/puppet
    # The file in which puppetd stores a list of the classes
    # associated with the retrieved configuratiion.  Can be loaded in
    # the separate ``puppet`` executable using the ``--loadclasses``
    # option.
    # The default value is '$confdir/classes.txt'.
    classfile = $vardir/classes.txt

    # Where puppetd caches the local configuration.  An
    # extension indicating the cache format is added automatically.
    # The default value is '$confdir/localconfig'.
    localconfig = $vardir/localconfig
    report = true
    splay = true
    splaylimit = 300

[puppetmasterd]
    vardir = /var/lib/puppet
    user=puppet
    group=puppet

---

with pluginsync = false everything looks ok:

---

[r...@div ~]# puppetd --server puppet.domain.net --test
info: Caching catalog for div.domain.net
info: Applying configuration version '1268289896'
warning: Value of 'preferred_serialization_format' (pson) is invalid
for report, using default (marshal)
notice: Finished catalog run in 0.09 seconds

---

with pluginsync = true i get the error message:

---

[r...@div ~]# puppetd --server puppet.domain.net --test
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of
resource: Could not retrieve information from source(s)
puppet://puppet.domain.net/plugins
notice: /File[/var/lib/puppet/lib/facter]: Dependency file[/var/lib/
puppet/lib] has 1 failures
warning: /File[/var/lib/puppet/lib/facter]: Skipping because of failed
dependencies
info: Caching catalog for div.domain.net
info: Applying configuration version '1268290128'
warning: Value of 'preferred_serialization_format' (pson) is invalid
for report, using default (marshal)
notice: Finished catalog run in 0.09 seconds

---

best regards
Sebastian

On Mar 11, 2:53 am, Ohad Levy <ohadl...@gmail.com> wrote:
> On Wed, Mar 10, 2010 at 11:35 PM, skoesters <skoest...@gmx.de> wrote:
> > err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of
> > resource: Could not retrieve information from source(s)
> > puppet://puppet.domain.net/plugins
>
> > do you have plugins in your fileserv.conf? if you do, try to remove it.
>
> warning: Value of 'preferred_serialization_format' (pson) is invalid> for 
> report, using default (marshal)
>
> > Thats not a problem, basically its a warning message (which should have
>
> been a debug message IMHO) - saying that the report was serialized and send
> via marshal and not pson (as reports cant be serialized using pson at the
> moment).

-- 
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