Displaying 20 results from an estimated 1000 matches similar to: "Flush provider - Differentiating between new resource and modification?"
2012 Nov 07
2
Custom Type & Invalid Parameter...
Hi All
As per my various other Posts, I''m writing a customer type and provider set
for NetApp support..
My current problem is that the ''puppet device -v'' run keeps failing with:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
> Invalid parameter aggregate at /etc/puppet/manifests/site.pp:30 on node
> actint-star-nactl01
>
Now
2012 Sep 26
14
Glassfish custom provider and 'file does not exist'
Hi there,
I''m trying to setup Glassfish config management using puppet.
I''ve found larstobi''s module here
<https://github.com/larstobi/puppet-glassfish/>which I''ve cloned and am
starting to tweak, as it would appear that the mentioned module is based on
Solaris, therefore I''m starting to add support for EL. My code tree is
2008 May 20
13
puppet thinks yum fails when it doesn't
Hi all,
Not sure if this is a bug in puppet, yum, or just something I''m doing wrong.
I''m trying to use puppet to update a package to a particular version and exec
a command when that update is applied.
The problem is, puppet calls yum which successfully updates the package, but
puppet then thinks the update has failed and hence doesn''t trigger the exec.
Next
2007 Jun 11
4
freeBSD User provider
Hello,
from the doc it seems that the User type has a provider of ''pw'' for
FreeBSD. It seems the provider does not allow dupelicate, does not
allow to manage the homedir and to manage password.
in the code the duplicate uid is set so it seems the doc is out of
date on this :)
- manage home directory, i don''t really understand what is that
parameter. The
2008 Mar 05
2
differentiating a numeric vector
What functions exist for differentiating a numeric vector (in my case
spectral data)? That is, experimental data without an analytical
function. ie,
> x <- seq(1,10,0.1)
> y=x^3+rnorm(length(x),sd=0.01) #although the real function would be nothing simple like x^3...
> derivy <- ....
I know I could just use diff(y) but it would be nice to estimate
derivatives at the
2005 Feb 11
1
differentiating busy & not connected
folks,
How can I determine whether a sip device is busy (channel unavailable),
or it is not registered/connected?
ChanIsAvail only checks the channel availability, so it's not specific
enough. If I could get the output of "sip show peers" in an AGI script,
I could create the functionality, but I'm hoping for some dialplan
command sequence.
Thanks,
Glen
2015 Sep 11
2
Differentiating between ssh connection failures and ssh command failures
I'm sure this should be an easy question, but from the ssh client manpage:
EXIT STATUS
ssh exits with the exit status of the remote command or with 255 if an error occurred.
Let's say I'm using
ssh server.example.com /usr/bin/do/something
in (e.g.) a bash script.
How can one differentiate between a failure of ssh to connect to the host and the
command in question returning
2016 Oct 05
1
Differentiating Disk access from different VMs
All,
I have a specific use case where I want to be ale look at vfs or blk_io
requests on the host machine and differentiate which VMs the access is
originating from. I am assuming a Disk backend, and looking for virsh
command or libvirt API that can help me do so.
I have tried quite a bit to Google-fu this problem; no such luck.
Would love to know if there is some cute trick to do so.
Thanks.
2007 May 26
3
Differentiating Video from Audio
I am trying to write a "thumbnailer" for the thunar file manager that
can process .ogg files containing a video stream and produce a thumbnail
of a particular frame. The only trouble is telling which files have a
video stream in an efficient method. The best I've come up with is
running ogginfo on every file with the mimetype application/ogg.
Is there a better method?
I know
2015 Sep 12
3
Differentiating between ssh connection failures and ssh command failures
On Sat, Sep 12, 2015 at 11:14:07AM +1000, Damien Miller wrote:
> ssh server.example.com /usr/bin/do/something
> r=$?
> if [ $r -eq 0 ] ; then
> echo success
> elif [ $r -eq 255 ] ; then
> echo ssh failed
> else
> echo command failed
> fi
ssh remoteserver exit 255
Hmm :-)
exit(-1) aka exit(255) is a pretty standard "generic failure code"
for many
2004 Aug 08
2
Question on Differentiating Two Populations in R
Hello All,
Forgive me if this a blatantly newbie question or not germane to the
list, but i was wondering if my current approach to my problem is the
best way in R.
I have two experimental datasets (positive and negative) of differing
lengths and a large number of ways of numerically expressing the data
by using various scales to represent each data point.
I am looking for a scale that will
2005 Oct 22
4
Differentiating between http downloads and interactive traffic
Hi,
I''ve been wondering if anyone has thought of a way to differentiate
between an established http download and interactive http traffic? I
would like to give interactive http traffic priority over someone
downloading large files.
Has anyone any ideas how to detect packets that are part of a download
like this?
Thanks.
_______________________________________________
2006 Feb 04
2
Differentiating between normal site content and accounts with subdomains
I''m using the subdomains as accounts method fine on a project, but
I''m wondering what is the best way to differentiate between account
subdomains to access the app using an account, and www.domain.com and
domain.com in order to show normal site content.
I''ve noticed that on Backpack, it seems that when you leave the
information pages and start using the app,
2004 Jan 27
1
Differentiating debug messages from both sides
Some of the debug messages that rsync outputs (when verbose >= 2) can
occur on both sides of the connection. This makes it hard to know which
program is saying what. Some debug messages deal with this by
outputting a "[PID]" string at the start of the message. Unfortunately,
the startup message that tells us which pid is which is only output when
verbose >= 3, so there's a
2012 Oct 29
0
help with creating self.instances for puppetlabs-lvm providers
Hi,
I have been adding support for the puppetlabs-lvm module so that I can use puppet resource <lvm_type>.
I have most of the coding done but can''t seem to get certain parameters in the output.
https://github.com/logicminds/puppetlabs-lvm/commit/deb258231f5a4dc6da7c0d65a7153846b8766b3e
example:
def self.instances
filesystems.map { | fs |
new(:name =>
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all.
I''ve been reading around on Puppet and Oracle, and have come up with a few
links that suggest how to get Oracle installed and base configured, which
has got me started in the right direction on that.
My next challenge is maintaining Oracle database specific configuration on
the relevant hosts. This contains various elements, such as /etc/oratab,
/etc/oranfstab (as
2012 Oct 02
8
Being strict on differentiating between IEC prefixes and SI prefixes.
One of the greatest things about rails is that it is so standards-compliant,
no other framework that I have seen have complied to the
HTTP standard (think REST) in such a degree that Rails does. Kudos to
you all for that.
I think we (Rails community) should follow the line of standards
compliance and also
take it to the binary prefixes [1], i.e. kilobytes, megabytes,
etc. For more than half a
2006 Dec 04
1
Mailing List Modification Request
Ezra,
Is there a setting that can be changed to have the merb mailing list set the
from address as the users from as opposed to merb-devel at rubyforge.org?
Thanks!
Josh
--
Josh Knowles
joshknowles at gmail.com
http://joshknowles.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 12
0
Unexpected attribute modification
Hi all,
I''m trying to do multiple render_to_string() calls in a method call,
and I''m getting attributes being modified in unexpected ways.
@left_sidebar = render_to_string( :partial ..... )
puts @left_sidebar.id (-> 123456)
@right_sidebar = render_to_string( :partial .....)
puts @left_sidebar.id (-> 234567 WTF!?!?!)
puts @right_sidebar.id (-> 345678)
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
Hello,
I apologize for the duplicate post, but I made a typo last time.
I am trying to notify the service, not subscribe to it.
Also, I found that notifying a service, in this case nfs, appears to cause the service to load even if the service is configured to be disabled.
Is this supposed to happen, or should the ensure => stopped state be enforced even during a notify?
Thank you,
-- Rob