Displaying 5 results from an estimated 5 matches for "icagent".
Did you mean:
cagent
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/client....
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
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
---1463811327-2097478821-1023027109=:9844
Content-Type: TEXT/PLAIN; charset=US-ASCII
Here''s a version of /sbin/shorewall that has the ''logwatch'' command that
2002 Jun 02
0
Now here''s a version of /sbin/shorewall...
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
---1463811327-1716203191-1023027413=:9844
Content-Type: TEXT/PLAIN; charset=US-ASCII
... that doesn''t have a broken "show log" command :-/
-Tom
--
Tom Eastep \
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:
<%