search for: epect

Displaying 5 results from an estimated 5 matches for "epect".

Did you mean: expect
2011 Jun 04
2
Weird paramterized issue
Im using a parameterized class in my site.pp: class development($user) { class{"basenode": user => $user} class{"nodejs": user => $user} include "coffeescript" include "ruby" } This class defines nodejs class that epects a user as input: class nodejs($user) { class {"nodejs::npm": user => $user} $node_ver = "v0.4.7" $node_tar = "node-$node_ver.tar.gz" # ... } The first time I run this all works fine, still on the second run Im getting: err: Could not retrieve catalog...
2006 Oct 20
4
1.0.rc10 status report
...n. On the earlier rc8 test we had had several occurences of "User unknown" (from "deliver") giving "dsn=5..." for perfectly valid users. So for this rc10 test I applied a local patch so these were reduced to "EX_TEMPFAIL" (dsn=4...). (This was triggered, as epected, a few times and subsequent delivery attemtps succeeded.) I strongly suspect that this is some sort of issue with FC5, probably "nscd" and nothing to do with dovecot. Hints would be nice, but from the dovecot perspective you may probably ignore this item. 2. For one particular user,...
2004 May 20
2
Get Slot from a Class
Hello, everyone, I don't quite understand the following message: > TTT <- t.test(1:10, y=c(7:20)) > class(TTT) [1] "htest" > TTT@p.value Error: Trying to get slot "p.value" from an object whose class ("htest") is not defined > TTT$p.value [1] 1.855282e-05 Why the message says the class of TTT is not defined while class(TTT) gets
2014 Feb 23
1
Detail improvement: %c variable
Hi, although dovecot is great and almost exactly solving my problems and fitting my requirements, there is an odd detail that causes me problems: The %c variable. (See http://wiki2.dovecot.org/Variables ) I'm managing an IMAP server for an association, which is connected to an LDAP server. Users can connect in three ways: IMAPS from the internet, IMAP from local acccounts, and IMAP
2006 Apr 29
0
Trouble with firefox and AJAX
I''ve been creating my own message board in rails as a learning exercise. I''m currently trying to implement posting using AJAX, so the topic page as a whole doesn''t need reloading. What I''ve written works as epected in IE6 and Safari, but the AJAX call fails silently in Firefox 1.5 -- although the server has logged the request, the "success" callback event seems never to trigger, and there are no exceptions in the javascript console, and none in the script/server output or logs. I expect I'...