Displaying 20 results from an estimated 500 matches similar to: "Mono files won't encode"
2008 Nov 13
5
Touch an ActiveRecord - timestamps
When I update an ActiveRecord, i would like to "touch" one of the
related objects, that the updated record belongs_to, in order to update
the timestamps on the parent record, although i don''t want to change any
of the data in the parent. Whats the accepted way to do this?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You
2008 Mar 03
3
[LLVMdev] Google Summer of Code Idea
> No
> I've got a BDD based version of andersen's around already (uncommitted).
> It's slower in time (by a factor of 8 or so), but very slightly (1-2
> megabytes of memory) more memory efficient on some cases. Nowadays,
> the bitmap version is actually more memory efficient than the BDD
> version, even if you turn off BDD caching, etc.
>
> The thing you
2010 Oct 14
7
ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!
All too quickly we''re back with a maintenance release: 2.6.3. This
release addresses some issues in the 2.6.2 release.
2.6.3 is a maintenance release in the 2.6.x branch and it contains only
bug fixes and no new features or other changes.
The release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.3rc1.tar.gz
Please note that all final
2013 Apr 11
3
Anyone managed to integrate Ambari/Hortonworks with an existing puppet installation?
Hi All
We''re investigating the Hortonworks Hadoop Data Platform. It uses the
Apache Ambari installer, and we are running into problems as the
installation notes (http://hortonworks.com/hdp110-hmc-quick-start-guide/)
for the application say (and I kid you not):
*Remove or disable any existing Puppet agent configurations
*
It seems that its management centre runs as a puppet master and
2010 Jun 30
1
Problem using the logadm pattern
Hi All
I am trying to deploy the Solaris logadm pattern from
http://projects.reductivelabs.com/projects/puppet/wiki/Logadm_Patterns. I
dropped it in .../lib/puppet/type/logadm.rb
However, I am getting an error message:
err: Could not run Puppet configuration client: Munging failed for value
"puppet" in class backup: Global resource access is deprecated
And I have traced it back to
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon
http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/
I am experiencing a case which may be related. We have an ENC, and recently
on our twice daily noop runs from cron, puppet has reported some servers
aren''t in sync because they do not have a certain module/class (dns_server)
even though they are not subscribed to the dns_server module in
2008 Mar 05
0
[LLVMdev] Google Summer of Code Idea
On Mon, Mar 3, 2008 at 6:55 PM, Richard Warburton
<richard.warburton at gmail.com> wrote:
> > No
> > I've got a BDD based version of andersen's around already (uncommitted).
> > It's slower in time (by a factor of 8 or so), but very slightly (1-2
> > megabytes of memory) more memory efficient on some cases. Nowadays,
> > the bitmap version is
2010 Oct 06
3
Checking and setting svc properties in Solaris
Hello folks,
I''ve been looking into how I might check (and possibly set) svc
properties via puppet.
The closest I''ve found, is the provider/service/smf stuff.
However, that seems to only allow enabling and disabling of services.
NOT of configuring properties.
Is there some way I dont know of, how to do that?
If not, and I need to write something... under which module/plugin/
2008 Feb 28
4
[LLVMdev] Google Summer of Code Idea
This email is written on the premise that LLVM will be involved in
GSOC again this year. I noted that the wiki's open projects page [0]
has several possible projects, that seem suitable for a summer of code
project. I am writing this email to this list with the hope of
getting some feedback on specifics for a GSOC application, and also
wondering if any potential mentors are interested in
2011 Jan 31
3
Anyone using config_version successfully?
I have tried to use config_version and failed due to limitations in the way
I would like to use it:
- http://projects.puppetlabs.com/issues/3692
- http://projects.puppetlabs.com/issues/4845
- http://projects.puppetlabs.com/issues/5404
As part of http://projects.puppetlabs.com/issues/3692, we''d like to get a
handle on who in the puppet community is using config_version successfully
as it
2011 Mar 11
2
symlink noop error
Hi All
I have a bit of a strange one, and am not sure I''m doing this right. This is
with 2.6.4 on Solaris 10
We want to create a sym link from a source file that is created by a
package. If the package isn''t installed, puppet in noop is registering an
error (big red in the dashboard) because it cannot stat the source file of
the link.
root@warbjohn# cat /tmp/symlink2.pp
2012 Mar 08
2
How do I quote a percent sign in the text of a template?
Hi
I am scratching my head on this not being a ruby person...
I am turning my kickstart files into templates, but am having issues with
percent signs in free form text. This returns a syntax error:
%post
OK, fine , let me escape it:
%%post
No error, but the end result is
%%post
Not quite what I wanted
I''m missing something blindingly obvious - can someone point me to it? :-)
2011 Feb 02
11
How to include the Scope(...) in a generated string?
I''d like to include similar information that notice() spits out in a
file I am generating -- basically so that anyone looking at the
generated file (actually a file fragment) could trace it back to the
class that is generating the entry.
Using $name within the file fragment is the closest I am getting to
what I want -- is there anything better?
--
You received this message because you
2004 Jun 22
2
group and user permissions issue.
I have browsed through loads of archive material and cant seem to find
anywhere where this exact issue has been posted.
am using samba 2.28 set up as an NT domain, there are no problems with
the general configuration. My issue is witb samba not following the
permissons I have set on files in a shared directory.
Purpose: set up a directory for students and teachers where students can
leave files
2008 Mar 01
0
[LLVMdev] Google Summer of Code Idea
On Feb 28, 2008, at 10:43 AM, Richard Warburton wrote:
> This email is written on the premise that LLVM will be involved in
> GSOC again this year.
I hope so too!
> I would be looking to implement a context-sensitive alias analysis.
> Whilst I accept that this isn't the most efficient category of alias
> analysis, I think the implementation of such an analysis, that trades
2008 Mar 01
2
[LLVMdev] Google Summer of Code Idea
> Ok. I think the most important thing to keep in mind, if you want
> this to be useful for LLVM, is for it to be sound in the presence of
> incomplete programs. I think it would be very interesting to have a
> BDD based analysis in LLVM, it would be useful for performance
> comparisons and many other things, even if it isn't turned on by
> default. However, it must
2011 Aug 09
8
ANNOUNCE: Puppet Module Tool version 0.3.4
Hi all
We''ve just released version 0.3.4 of the puppet-module tool used to
create and retrieve modules from the Puppet Labs Forge
(http://forge.puppetlabs.com).
You can update using Ruby gems:
$ gem install puppet-module
There are several important changes in this release:
* Add ability to install modules with hyphens
* Add check for symlink when installing
* Install modules to their
2017 Sep 25
2
Force Opus/CELT to encode 2 mono instead of 1 stereo
Hi, folks,
I have an old CELT thing that I'm updating to Opus and I'm trying to get
individual pieces upgraded. My first task is upgrading the CELT encoder
to Opus.
The old CELT thing treated the L and R channels as independent mono
streams, encoded them somehow with CELT to form one bitstream, sent one
bitstream across, and then unpacked it manually after the decoder.
Can I do that
2011 Jan 28
2
Application / database deployment coordination
Folks:
Just getting started with puppet in a large legacy environment that has
never had meaningful systems automation. After a couple of weeks in the lab,
we''re extremely happy with the spectacularly quick progress we''ve been able
to make, and the obvious promise that puppet holds.
However (and there''s always a however): we''ve got a pretty good sized
2011 Apr 05
6
Node classifier not loading any defined classes
All,
I am sure this is just something I am doing wrong, but I am trying to
implement a node classifier (shell script) to have my nodes inherit
the proper classes. However, when I run it I am not getting any
classes except those that are defined in default.
Rather than going into detail showing all of my configurations right
off the bat, I have a question:
I just stood up a