Displaying 10 results from an estimated 10 matches for "resourcefile".
2003 Feb 27
1
ov_open from memory
...one (resource)
file, position the filehandle and use ov_read to read only the ogg file
which starts at the current position of the file handle? (In other words,
does ov_read return 0 only if the end of file is reached or also if the
current file content has ended?)
As already mentioned, i use one resourcefile which contains all my data.
Whats the best way to load the ogg files from the resource file?
Please let me know and thanks in advance,
Mike
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a me...
2013 Apr 19
1
Winbind and User Private Groups
...EL 6 servers. I have a working implementation of this using idmap_rid as the backend. I followed 'configuration 1' in the following guide:
http://www.redhat.com/rhecm/rest-rhecm/jcr/repository/collaboration/jcr:system/jcr:versionStorage/ae40084d0a052601783f1ea42715cdef/26/jcr:frozenNode/rh:resourceFile
My question revolves around 'User Private Groups'. I noticed my AD users UID's do not have matching GID's. I came across the following:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#id2596644
This seems to indicate I cannot implement UPG because Win...
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
...e_keys/somvat121892.pem]{:links=>:follow,
:ensure=>:file, :backup=>false, :owner=>"puppet", :mode=>"600",
:path=>"/var/lib/puppet/ssl/private_keys/somvat121892.pem",
:loglevel=>:debug}''
Debug: Using settings: adding file resource ''resourcefile'':
''File[/var/lib/puppet/state/resources.txt]{:links=>:follow, :ensure=>:file,
:backup=>false, :owner=>"root", :mode=>"640",
:path=>"/var/lib/puppet/state/resources.txt", :loglevel=>:debug}''
Debug: Using settings: adding f...
2012 Jul 11
0
Announce: Puppet 2.7.18 Available [ Security Release ]
...rthcoming
3.x. Instead, with this Puppet 2.7.18, IP-based authentication in
Puppet < 3.x is deprecated, and a warning will be issued when used.
2.7.18 Changelog
=============
d804782 Reject directory traversal in store report processor
fd44bf5 Tighten permissions on classfile, resourcefile, lastrunfile,
and lastrunreport.
4d7c9fd Use "inspect" when listing certificates
bd2820e Don''t allow the creation of SSL objects with invalid certnames
f341962 Validate CSR CN and provided certname before signing
38c5a4e Add specs for selector terminuses of file_{...
2012 Aug 23
1
Puppet Agent VS User
...t/rails.log
report = true
report_port = 8140
report_server = puppet
reportdir = /var/lib/puppet/reports
reportfrom = report@vusion-production.
reports = store
reportserver = puppet
reporturl = http://localhost:3000/reports/upload
req_bits = 2048
requestdir = /var/lib/puppet/ssl/certificate_requests
resourcefile = /var/lib/puppet/state/resources.txt
rest_authconfig = /etc/puppet/auth.conf
route_file = /etc/puppet/routes.yaml
rrddir = /var/lib/puppet/rrd
rrdinterval = 1800
run_mode = user
rundir = /var/run/puppet
runinterval = 1800
sendmail = /usr/sbin/sendmail
serial = /var/lib/puppet/ssl/ca/serial
server...
2013 Mar 26
0
Solved: Can't convert Puppet::Util::Log into Integer
...:follow,
>> :ensure=>:file, :backup=>false, :owner=>"puppet", :mode=>"600",
>> :path=>"/var/lib/puppet/ssl/private_keys/somvat121892.pem",
>> :loglevel=>:debug}''
>> Debug: Using settings: adding file resource ''resourcefile'':
>> ''File[/var/lib/puppet/state/resources.txt]{:links=>:follow, :ensure=>:file,
>> :backup=>false, :owner=>"root", :mode=>"640",
>> :path=>"/var/lib/puppet/state/resources.txt", :loglevel=>:debug}''
>...
2012 Oct 03
5
is_virtual selector
I too have been pushed into Puppet 3.0. Clients and PuppetMaster are now
at 3.0.0. Not sure if this is a version change or syntax error that I am
experiencing. We''ll use ''ntp'' as the example and the "build" host is a VM.
The old way:
class baseline::ntpd {
package { "ntp":
ensure => $virtual ? {
physical => present,
2013 Sep 13
27
[windows server 2008 r2] puppet errors in 3.3.0 on exchange database servers
Hi,
i recently updated our windows 2008 r2 servers to puppet 3.3.0 .
Im getting the following error* (only on our exchange 2010 db servers)*ever since:
LevelMessageSourceFileLineTimeerrCould not retrieve local facts: undefined
method `gsub'' for nil:NilClassPuppet13.09.2013 15:12 CESTerrFailed to apply
catalog: Could not retrieve local facts: undefined method `gsub'' for
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by
puppet, such as:
notice:
/Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner:
owner changed ''root'' to ''logstash''
notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed
''stopped'' to ''running''
2011 Nov 04
1
Storeconfigs and nagios and foreman
...er to sleep for a pseudo-random (but consistent) amount of
time before
# a run.
# splay = false
# The file in which puppet agent stores a list of the resources
# associated with the retrieved configuration.
# The default value is ''$statedir/resources.txt''.
resourcefile = /var/lib/puppet/state/resources.txt
# (Deprecated for ''report_server'') The server to which to send
transaction reports.
# The default value is ''$server''.
reportserver = puppet
# Which port puppet agent listens on.
# The default value is ...