search for: sinister

Displaying 20 results from an estimated 48 matches for "sinister".

Did you mean: minister
2003 Oct 07
1
is.na(v)<-b (was: Re: Beginner's query - segmentation fault)
.... However, "MAY provide" is a bit scary, and it doesn't say WHAT the difference in behaviour is. I must say that "is.na(x) <- ..." is rather repugnant, because it doesn't work. What do I mean? Well, as the designers of SETL who many years ago coined the term "sinister function call" to talk about f(...)<-..., pointed out, if you do f(x) <- y then afterwards you expect f(x) == y to be true. So let's try it: > x <- c(1,NA,3) > is.na(x) <- c(FALSE,FALSE,TRUE) > x [1] 1 NA NA > is.na(x) [1] FALSE T...
2006 May 26
2
Plugin Question
...rails. 2) When I pass in the options to the plugin like this how do I get to the options hash while inside of the process method? Note: I also tried to get just the DirHandler example working and I couldn''t get the server to recognize that path either, so there might be something more sinister going on here. Any help appreciated. If I can get this to recognize my handler I''ll almost have it working. Is there a wiki I could do a writeup on as to how to write handlers after I get this finished? Josh Ferguson
2010 Apr 12
1
R CMD check tells me 'no visible binding for global variable ', what does it mean?
...un <- function(x, oddsratio) {1/(1+1/(oddsratio * (x/(1-x))))} and then used later in curve curve(orfun(x, exp(estimate)), from = 0.001, to = 0.999, add = TRUE) These are the only occurrences of 'x'. Is it just telling me that I have never assigned a value to x? Or is it more sinister than that? As far as I can tell the function does what I intended. Michael Dewey http://www.aghmed.fsnet.co.uk
2008 Mar 17
2
Pre-pending certain digits (like 9) to an outbound call number
...ntext were matching. Also, is it possible offhand to block the dialing of certain numbers in the same context? I.e., just as a check, to block faxes to 900 numbers? I believe my Rolm CBX will do this for me, as it's got a pretty extensive list of area codes and exchanges that are known to be sinister in nature pre-loaded (probably needs updating, though...), but I figured that if I could block it in asterisk, to do so. Save the Rolm a wee bit of processing and all (it is old, and probably senile...) That, and I'd like to filter accidental '9911...' dials using this technique (whic...
2012 Jan 16
4
conntrack entries established before nat
....14 dst=67.193.214.242 sport=5060 dport=5060 packets=1 bytes=516 mark=257 use=2 Clearly there is some kind of a race or timing issue involved here. Perhaps it''s as simple as these conntrack entries get established before shorewall has a chance to get loaded. Or maybe it''s a more sinister race in shorewall''s startup. My gut instinct makes me feel like it''s the former though. I wonder as a matter of routine, if shorewall should flush the entire conntrack table when it loads to prevent this sort of thing. Thoughts? b. ------------------------------------------...
2009 Apr 02
2
Dovecot ACLs
...s in the spam folder, but not delete it. Am I going to have to create an entry for every single user, or is there a way to do it once, for all .Spam folders? I've read through http://wiki.dovecot.org/ACL and can't quite get this as the last step. Thanks rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Mar 26
1
Preventing IMAP folder deletion?
...In squirrelmail I can create "system" folders that the user can't change or delete, but that's client based. Since I don't see that ability in Outlook, can I somehow configure dovecot so the user can't delete specified folders? Thanks Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Feb 09
1
Disconnected Log messages I'd like to disable?
...ovecot: IMAP(user at example.com): Disconnected: Logged out bytes=479/51185 (which I think is from my blackberry users) I'd like to not log Feb 9 08:06:52 mailserver dovecot: IMAP(user at example.com): Disconnected: Logged out bytes=479/51185 Suggestions? rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Feb 12
2
delivering to folder based on recipient_delimiter?
...am_maps add +spam to each mail identified as spam, and thus the mail would go to the spam folder on delivery. The postfix guys say I should be able to do this. can someone point me to how to implement this with dovecot? (as I don't see how to even start). Thx Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Feb 13
1
trash plugin and LDA
I just switched from the default postfix LDA to the dovecot LDA, deliver, and am looking into what new features I have. The wiki references the trash plugin with imap. Can I also enable trash with the lda? Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2008 Oct 22
1
Dovecot and quota enforcement - only reporting?
...dirsize file) to update? Is there any actual quota enforcement, or just reporting? Because if I send mail to an account, even if it currently reporting (via maildirsize or . getquotaroot) that the user is over quota, they still can send and receive email. Thanks! Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Apr 30
1
Case sensitive oddity when mail delivered.
...(with uppercase mail in it) which is decidedly not good. Looks to me like wherever %d and %n are pulled from is pulled out of the email, but not lower-cased. Any ideas where I would look to change this value before the email is delivered to the mailbox? Thx. rick Rick Steeves http://www.sinister.net "Life is like a sausage: The more you pack into it, the longer it gets"
2003 Oct 08
1
is.na(v)<-b (was: Re: Beginner's query - segmentation fault)
...ining FALSE as well as TRUE strongly suggests this. But it doesn't work like that. As I've pointed out, is.logical(m) && length(m) == length(x) && done{is.na(x) <- m} => identical(is.na(x), m) is the kind of behaviour that has been associated with well-behaved sinister function calls for several decades, and yet this is not a fact about R. and so perhaps user error is less likely? I see no reason to believe this; the bad behaviour of "is.na<-" surely makes user error *more* likely rather than *less* likely.
2009 Jul 15
0
POSIX, timezones and R-ODBC
...warnings when loading libraries that were built on 2.9.1, but that's ok) -- everything above works with 2.9.0 fine and dandy. I am wondering how could the TZ, which is "America/New_York" become a malformed character ('A'). It seems to be either a RODBC issue or something more sinister under the hood with retrieving the TZ environment variable? Note, this all works in 2.9.1 if the TZ variable is set to GMT. I can live with that for the time being as a workaround. To further aid in debugging, I've attached my sessionInfo output: > sessionInfo() R version 2.9.1 (2009-06-26...
2010 Jul 26
1
Outlier detection in bimodal distribution
Hi, I was looking for a package that would help with outlier detection for bimodal distributions. I have tried 'outliers' and 'extremevalues' packages, but am not sure if they are ok for bimodal distribution. Any help would be highly appreciated! thanks, [[alternative HTML version deleted]]
2009 May 27
1
Clustering dovecot?
...with shared disk space and shared IP. Performance/load-balancing isn't an issue for me, it's just fault-tolerance that I'm worried about. I found a nice long doc for Cyrus IMAP (http://cyrusimap.web.cmu.edu//ag.html), anything similar for dovecot? Rick Rick Steeves http://www.sinister.net "The more I learn, it seems, the less I know." Frazz
2010 Mar 26
1
CentOS yum update causing died unexpectedly
...ver(test222 at int.example.com,127.0.0.1): Aborted: Worker process died unexpectedly in /var/log/maillog. Any suggestions on where to look to figure out what's causing this? I don't see that error at all in the past 4 weeks of logs in production. Thanks Rick Rick Steeves http://www.sinister.net In reality nothing is more damaging to the adventurous spirit within a man than a secure future - Alexander Supertramp
2010 Nov 02
0
Paranormal Activity 2 (2010) DVDRip XvID DIAMOND
...Williams Writers: Oren Peli (characters), Michael R. Perry (screenplay) Genres: Horror Runtime: USA: 91 min After experiencing what they think are a series of "break-ins", a family sets up security cameras around their home, only to realize that the events unfolding before them are more sinister than they seem. SCREEN's: [Image: http://img31.imageshack.us/img31/4530/paranormalactivity22010.jpg ] [Image: http://img1-photo.apps.zing.vn/upload/original/2010/10/27/17/16/1288174583171421267_574_574.jpg ] [Image: http://img1-photo.apps.zing.vn/upload/original/2010/10/27/17/16/128817458058...
2011 Mar 11
0
Sloe reponse using net use command
...e the shares in Windows Explorer and happily read and write to them. ? We are concerned that: ? 1. there is a 5 second delay which we do?not get on a similar set up using Fedora 7?with Samba on another Linux box. The two Linux boxes have identical smb config files; 2. there may be something more sinister going on which will give trouble in the future. ? Has anyone experienced this problem and been able to solve it. ? Thanks ? Mark?
2009 Oct 19
0
weird warning in [.data.frame with 2.10
...rs are popping up while running my 'debug' package. They are associated with another sporadic new warning nearby about "number of items... replacement length", which is more of a direct worry. This has never happened before in 'debug'; it makes me think that something more sinister may be going on in the bowels of R, but I haven't tracked it down clearly enough to report it. Mark -- Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplanade Hobart 7001 TAS ph (+61) 3 6232 5118 fax (+61) 3 6232 5012 mob (+61) 438 315 623 --please...