search for: clearifi

Displaying 20 results from an estimated 39 matches for "clearifi".

Did you mean: clearify
2002 Jun 24
0
One more point of confusion using smbusers if someone could help clearify.
Hi All, Since Y'all helped solve the last problem, I have one more that would be really a great thing if it could work. I have several accounts on the linux box that I work with and help out on and would love to be able to get them to be available with w98. Besides my regular account, I work on the following (as setup in smbusers): root = vikki ... vx1 = vikki vx7 = vikki nslmc = vikki
2006 Jul 17
2
actionmailer / @recipeints
Hi all, i''m trying to email multiple people based on certain criteria. i do a search like @stacks = Group.find(:all, :conditions => ["component_id = ?", 2]) this populates stack to contain multiple groups with component_id =2. How do i populate @recipients to contain all possible @stack.email. Let me clearify. Each stack has its own email, and i need to include each
2008 Mar 05
3
types of vectors / lists
Hello, I am an advanced user of R. Recently I found out that apparently I do not fully understand vectors and lists fully Take this code snippet: T = c("02.03.2008 12:23", "03.03.2008 05:54") Times = strptime(T, "%d.%m.%Y %H:%M") Times # OK class(Times) # OK is.list(Times) # sort of understand and not understand that length(Times)
2010 Sep 15
1
[LLVMdev] indirectbr across function boundaries
Hi according to [1] and [2] the blockaddress of any basic block can be obtained. But I am not sure about that fact that an indirectbr can only target at a basic block which is within the same function as the indirectbr instruction. [1] states: ---8<--- All possible destination blocks must be listed in the label list, otherwise this instruction has undefined behavior. This implies that jumps
2006 Jul 04
1
using weights in lrm
Dear all, just a quick question regarding weights in logistic regression. I do results <- lrm(y.js ~ h.hhsize + h.death1 + h.ill1 + h.ljob1 + h.fin1 + h.div1 + h.fail1 + h.sex + h.ch.1
2010 Mar 08
2
variance of discrete uniform distribution
Hi all, I am REALLY confused with the variance right now. for a discrete uniform distribution on [1,12] the mean is (1+12)/2=6.5 which is ok. y=1:12 mean(y) then var(y) gives me 13 1- on http://en.wikipedia.org/wiki/Uniform_distribution_%28discrete%29 wiki the variance is (12^2-1)/12=143/12 2-
2006 May 08
2
Noob Question - Variable Scope
I feel awful asking such a basic question, but here it goes.... I have a controller, "NewsController". The user enters and the "list" action is called and I populate an instance variable "@news" which contains all the elements I''d like to display using a form. The user then changes something and the "update" action is called. Is
2002 Jan 01
1
Transparent bridging / smart rate limiting
...problem is dropping packets based on these rules, so that legit icmp/syn traffic etc will not be affected by the rules. I''ve done some testing with hogwash as transparent bridge to intercept and block malicious packets. I was however not able to use hogwash to drop icmp/syn based on above clearified rules. If someone could point me in the right direction/maybe someone has some examples(?) I would be very greatfull. Thanks in advance for any help. Your''s, Tor Inge Kloumann Stfu-certified engineer
2017 Aug 22
2
unexpected delivery location
Hi, We're running dovecot 2.2.13, virtual users, with postfix. We have an olddomain and a new domainname. To 'translate' *@olddomain into *@newdomain, I have configured: > cat /etc/postfix/canonical > @olddomain.com @newdomain.com While this seems to work, lately we have noticed that dovecot occasionally creates mailboxes for non-existent users, like: >
2006 Apr 24
5
''xm list'' states
Hi, can someone explain the states shown by the ''xm list'' command? ''r'' (running) - The domain is currently running. - This flag is always shown for the Domain 0, but never for unprivileged domains, why? ''b'' (blocked) - The domain is blocked. - What does that mean? Why should a domain be blocked? ''p'' (paused) - The domain
2006 Oct 29
3
Best practice - polymorphic or not
Hello I have this scenario (hope it is understandable): I have a model to support fact messages of different types. This is sport related and I have currently the following model design. matchfacts (is the generic table connecting all matchfacts to for instance a match/game, match has_many matchfacts). Some matchfact-data is generic, like the time of fact and therefore the data should be stored
2003 Jun 13
4
Problem/bug report for "bad decrypted len" error in OpenSSH
Hi! I think lines between 250-252 in file ssh-rsa.c in OpenSSH source code should be commented ! ! ! REASON: Using "SecureNetTerm Client" ( http://www.securenetterm.com/ ) with "SecureKeyAgent" ver. 5.4.2.4 ( Or same is with Putty + SecureKeyAgent ) to connect to OpenSSH server "OpenSSH ver. 3.6.1" using public key from Smart Card certificate causes the following
2003 Jan 06
3
Printer Driver Download Problem - PPD's Not DL'ing
Hey All, just a quick question about printer upload/download stuff that's been confusing the hell out of me for a couple days... This might be a Samba, or a CUPS problem, so i've posted this on both newsgroups, but if anyone's had a similar problem I'd really appreciate any help! I'm running Samba 2.2.7 and CUPS 1.1.17 on a RedHat 7.3 System.. I'm trying to get the
2008 May 14
3
Question about SS7
Hi, I have read about SS7 recently and learnt that it is a signalling protocol used in PSTN for call management, setup, etc. The thing that I don't understand is how SS7 plays a role in VOIP. When I make calls between landline and Asterisk via PSTN, I don't need to do anything with SS7. Is it because the SS7 signalling is already done by Asterisk already? From the prespective of
2017 Aug 23
0
unexpected delivery location
Hi, Not sure what the lack of replies means... As postfix is also involved, should I better ask there? It seems a little bit in between postfix and dovecot... Just to clearify one thing I wrote: On 22-8-2017 16:23, lists wrote: > We're running dovecot 2.2.13, virtual users, with postfix. We have an > olddomain and a new domainname. To 'translate' *@olddomain into With
2017 Aug 23
2
unexpected delivery location
On 8/23/2017 4:30 AM, lists wrote: > Hi, > > Not sure what the lack of replies means... As postfix is also > involved, should I better ask there? > > It seems a little bit in between postfix and dovecot... > > Just to clearify one thing I wrote: > > On 22-8-2017 16:23, lists wrote: >> We're running dovecot 2.2.13, virtual users, with postfix. We >>
2006 Apr 05
1
"partitioning cluster function"
Hi All, For the function "bclust"(e1071), the argument "base.method" is explained as "must be the name of a partitioning cluster function returning a list with the same components as the return value of 'kmeans'. In my understanding, there are three partitioning cluster functions in R, which are "clara, pam, fanny". Then I check each of them to
2005 Sep 06
1
SIP Callgroups
Hi all, at time i am trying to get a better idea of callgroups and pickupgroups (especially within the SIP Channel) A Pickupgroup is relative clear - everyone in the same pickupgroup may pickup a call And a callgroup does what ? - The same ? I thought that a callgroup would act like the ZAP groups - so that you then can dial SIP/g1 - and every SIP Client which is in the callgroup 1 does then
2007 Aug 30
1
How long to detect an "h" exten?
Dear All, How long should it take before a exten => h,1,Hangup() kicks in, versus a exten => s,n,Hangup() I'm just about to test, but thought I'd ask. -- http://www.suretecsystems.com/services/openldap/
2009 Sep 13
1
App: ColorLines3D IstraSoft nvidia / glx driver
Hi, there is a addictive app called ColorLines3D from IstraSoft available. I could easily install and play, however since a couple of weeks fedora updated the nvidia driver set (rpmfusion) and this game was kicked out. I found out, that I could go on playing it, when I use the vesa driver together with the fedora standard set of glx, they load and install when vesa driver is used. Now, when