Displaying 5 results from an estimated 5 matches for "icag".
Did you mean:
ica
2007 Aug 22
2
iClassify "Internal Server Error"
Hi!
I just installed iClassify without a problem, it is running and
accessable but I get a rather strange error when trying to run the
icagent commands:
$ ./bin/icagent -s http://puppet02:3000 -d icagent/
/usr/lib/ruby/1.8/net/http.rb:2094:in `error!'': 500 "Internal Server
Error " (Net::HTTPFatalError)
from ./bin/../lib/iclassify/client.rb:83:in `run_request''
from ./bin/../lib/iclassify/clie...
2006 Jan 14
2
initialize expression in 'quasi' (PR#8486)
This is not so much a bug as an infelicity in the code that can easily
be fixed.
The initialize expression in the quasi family function is, (uniformly
for all links and all variance functions):
initialize <- expression({
n <- rep.int(1, nobs)
mustart <- y + 0.1 * (y == 0)
})
This is inappropriate (and often fails) for variance function
"mu(1-mu)".
2002 Jun 02
0
''logwatch'' command
...78821-1023027109=:9844
Content-Type: TEXT/PLAIN; charset=US-ASCII; name=shorewall
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.LNX.4.44.0206020711490.9844@wookie.shorewall.net>
Content-Description: /sbin/shorewall
Content-Disposition: attachment; filename=shorewall
IyEvYmluL3NoDQojDQojICAgICBTaG9yZXdhbGwgUGFja2V0IEZpbHRlcmlu
ZyBGaXJld2FsbCBDb250cm9sIFByb2dyYW0gLSBWMS4zIC0gNi8xNC8yMDAy
DQojDQojICAgICBUaGlzIHByb2dyYW0gaXMgdW5kZXIgR1BMIFtodHRwOi8v
d3d3LmdudS5vcmcvY29weWxlZnQvZ3BsLmh0bV0gICAgICAgICANCiMNCiMg
ICAgIChjKSAxOTk5LDIwMDAsMjAwMSwyMDAyIC0gVG9tIEVhc3RlcCAodGVh
c3RlcEBzaG9yZXdhbGw...
2002 Jun 02
0
Now here''s a version of /sbin/shorewall...
...03191-1023027413=:9844
Content-Type: TEXT/PLAIN; charset=US-ASCII; name=shorewall
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.LNX.4.44.0206020716530.9844@wookie.shorewall.net>
Content-Description: /sbin/shorewall
Content-Disposition: attachment; filename=shorewall
IyEvYmluL3NoDQojDQojICAgICBTaG9yZXdhbGwgUGFja2V0IEZpbHRlcmlu
ZyBGaXJld2FsbCBDb250cm9sIFByb2dyYW0gLSBWMS4zIC0gNi8xNC8yMDAy
DQojDQojICAgICBUaGlzIHByb2dyYW0gaXMgdW5kZXIgR1BMIFtodHRwOi8v
d3d3LmdudS5vcmcvY29weWxlZnQvZ3BsLmh0bV0gICAgICAgICANCiMNCiMg
ICAgIChjKSAxOTk5LDIwMDAsMjAwMSwyMDAyIC0gVG9tIEVhc3RlcCAodGVh
c3RlcEBzaG9yZXdhbGw...
2007 Nov 13
6
Facter and arrays
Hi,
Is it possible to have an array as the output of a custom fact? And
then to pass it into a template in Puppet?
I currently have a fact that looks like this:
Facter.add("exports") do
setcode do
case Facter.hostname
when (/thishost/i):
[ "/local", "/local2" ]
end
end
end
& a template like this:
<%