search for: nofw

Displaying 20 results from an estimated 28 matches for "nofw".

Did you mean: nofb
2019 Mar 26
4
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
...x=0x7ffdc7615e38, ctx=0x7ffdc7615e38) at rfc822-parser.h:23 No locals. #6 message_address_parse_real (pool=pool at entry=0x5563c13e75d0, data=data at entry=0x5563c13f3910 "To: bluefrog at dickson.st, jason at dickson.st, lewisjason at dickson.st, 05 Jul 2008 16:39:47 -0500 PDT6Q--q=dns; c=nofws;d sender) smtp.mail=Matt_Cooley at postnewsweektech.com; domainkeys=pass (test mode) hea"..., size=size at entry=64, max_addresses=max_addresses at entry=4294967295, fill_missing=fill_missing at entry=true) at message-address.c:323 ctx = {pool = 0x5563c13e75d0, parser = {...
2009 Jul 28
3
dovecot 1.2.1 and sieve-0.9.1
...eived:X-RocketSRV:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=as+pQdsUMeD/yiXAxceO3lYtDm/vCgjqDH1AS1OsfMfQITJV7YMRJSqBst1m4mHIgC0xyShetRIo6o3FEeLxDDOHYKUhy3V31MrS+0d7B+us4Nrjft7OZu3zVPIS87fDWoF6hM9dc9eVXTu4Kuj0a1bul0XwKIRwXqn+AfXepYg= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-RocketSRV:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=kHyfgMDzLWxu70JYhQk6KYifrtYSi7jV4T7UqqQ6XfSN+WZeTRlZ4fK6R+nb1ykwTjmp2pROJAPYgHooRPs3MaYMtx54f0+7IL8HjP0c2wqiYIy++6pFzc+mk8j+72OJMBcxMhDTPtV/i52Uu0bDEl5+DbU...
2019 Mar 26
2
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
After some investigation, it turns out it is non trivial to install dovecot-dbg on debian jessie. Sorry I can't investigate further. Jason Aki Tuomi wrote on 25/3/19 6:12 pm: > Can you install dovecot-dbg and try gdb again? > > Aki > > On 25.3.2019 3.20, Jason Lewis via dovecot wrote: >> Hi, >> >> I've been having an issue with the indexer giving me
2007 Jan 18
4
Reading contingency tables
I am trying to read an ftable using read.ftable, but I get the following error message: > jobSatTable <- read.ftable("http://definetti.uark.edu/~gpetris/stat5333/jobSatisfaction.dat",skip=2) Error in seek(file, where = 0) : no applicable method for "seek" In addition: Warning messages: 1: no non-missing arguments to max; returning -Inf 2: no non-missing arguments to
2003 Nov 16
2
SAMBA 3.0.0 PDC + LDAP - Adding Computer Account
Hello all, I'm having an issue with adding machine accounts to a Samba 3.0.0 PDC with an LDAP passwd db backend. This is on a RedHat 9 with an rpm I compiled from the 3.0.0 release. I have configured samba to where it is using LDAP and able to add user accounts and group mappings to LDAP, but when I try to add a computer account using smbpasswd -a -m data it is not able to add the account.
2019 Mar 27
0
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
...rfc822-parser.h:23 rfc822_parser_deinit() wasn't added until v2.2.31. I think it was added as part of a security fix. > data=data at entry=0x5563c13f3910 "To: bluefrog at dickson.st, > jason at dickson.st, lewisjason at dickson.st, 05 Jul 2008 16:39:47 -0500 > PDT6Q--q=dns; c=nofws;d sender) > smtp.mail=Matt_Cooley at postnewsweektech.com; domainkeys=pass (test mode) > hea"..., size=size at entry=64, I tried fetching a mail with these contents in v2.2.27, v2.2.33 and master. They all worked fine.
2019 Mar 28
1
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
...t; rfc822_parser_deinit() wasn't added until v2.2.31. I think it was added as part of a security fix. > >> data=data at entry=0x5563c13f3910 "To: bluefrog at dickson.st, >> jason at dickson.st, lewisjason at dickson.st, 05 Jul 2008 16:39:47 -0500 >> PDT6Q--q=dns; c=nofws;d sender) >> smtp.mail=Matt_Cooley at postnewsweektech.com; domainkeys=pass (test mode) >> hea"..., size=size at entry=64, > > I tried fetching a mail with these contents in v2.2.27, v2.2.33 and master. They all worked fine. > -- Jason Lewis http://emacstragic.net
2005 May 13
2
without the loop
Can this be re-implemented to run faster (without the loop) ? r <- list() n = nrow(prices) for (i in (w+1):n) { window <- prices[(i-w):(i-1),] if (prices[i,]$settle > max(window$high)) r <- append(r, 1) else if (prices[i,]$settle < min(window$low)) r <- append(r, -1)
2008 May 01
1
Forecasting observations in ARFIMA
I would like to compute the next 15 observations for an ARFIMA(2,1,0) model along with confidence intervals. Can someone provide code? Many thanks. Jill ____________________________________________________________________________________ [[elided Yahoo spam]]
2008 Nov 04
2
TIme Series AR to MA and (viceversa)
Hi, I am new to using R for Time series analysis. I was wondering if there are any functions that can convert ARMA or ARIMA time series into their corresponding AR or MA time series representations (by calculating the corresponding AR or MA coefficients). Thanks a lot Kris.
2009 Mar 11
1
Forecasting with dlm
Hi All, I have a problem trying to forecast using the dlm package, can anyone offer any advise? I setup my problem as follows, (following the manual as much as possible) data for example to run code CostUSD <- c(27.24031,32.97051, 38.72474, 22.78394, 28.58938, 49.85973, 42.93949, 35.92468) library(dlm) buildFun <- function(x) { dlmModPoly(1, dV = exp(x[1]), dW = exp(x[2])) } fit <-
2009 Oct 06
2
how to fit time varying coefficient regression model?
Hi - I read through dse package manual a bit. I'm not quite certain how I can use it to estimate a time varying coefficient regression model? I might pick up an inappropriate package. Any suggestion would be greatly appreciated. Thank you. rh
2007 Feb 24
1
Bug in TMail ?
...type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=FRaSe+IsSyLVmg/ xaZdC9Hrd6WPqfLpiLY8svVGBKjdyLyZ3iXBnURANNEfDGO7kWXN/ 2IRBDj2FLMOpEAAgDM7Ph05RN2bi7M+EkOf0gjnk9agwfvszCU69QcWSyDk/K1TxvR/ AyAbxjFW9U9kzOh2YedhjtDJ6oc65beDpfyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-type:message-id:content- transfer-encoding:from:subject:date:to:x-mailer; b=DH2aTssEzMz8511RwC432sKB7/VVg0 +43OfEKYPE9oZNYzZqm6YgHFTxEOWxVNOABvNG3UOckADXmfeAg/o2Ro9VmzC7mVIb+5uM +yzZ8/LKkIkAdLkFOZwo30Y5Eu3edTdLJrQn...
2006 Oct 20
1
#Transfer - Timeout is configurable?
Hi guys, This should be has an easy answer for you, my users are complaining that when they press # and then ear gorgeous Allison "Transfer" the timeout is very small, they must enter immediatly the extension to transfer the call. Is it possible to change this? ;transferdigittimeout => 3 ; Number of seconds to wait between digits when transfering a call This is timeout
2009 Jul 21
4
list of lm() results
How can I get the results of lm() into a list so I can loop through the results? e.g. myResults[1] <- lm(...) myResults[2] <- lm(...) myResults[3] <- lm(...) ... myResults[15] <- lm(...) myResults[16] <- lm(...) so far every attempt I've tried doesn't work throwing a "number of items to replace is not a multiple of replacement length" error or simply not
2009 Jul 07
6
how to count number of elements in a vector that are not NA ?
Hi, is there a simpler way to count the number of elements in a vector that are not NA than this: countN <- function (v) { return (Reduce(function (x, y) x + y, ifelse(is.na(v), 0, 1))) } ? - Godmar
2009 Oct 20
2
Problem using the source-function within R-functions
Dear R community, You may have the solution to how to construct a function using the function "source()" to build the function; i.e. myfunction <- function(...){ source('file1.r') source('file2.r') } After compiling and installing the "myfunction" in R, then calling the "myfunction" gives an error because the content of 'file1.r' and
2005 Sep 06
4
Which Linux distribution?
We have tried Asterisk 1.0.9 on FC4 and have never been able to get CAPI (with Fritz card, fcpci) to work properly. Apart from that Asterisk works fine in switching internal calls. But it's useless if we can't make outgoing calls on our ISDN line. We are considering abandoning FC4 for Debian or SuSe. What is the general concensus on the best Linux to run Asterisk with CAPI? /Why Tea
2008 Jul 18
4
Problems with dovecot/sieve and vacation
...disposition; bh=iMPULXt7n6+6MVu47vQWBga4lMRSIYkfGnO59XcugXQ=; b=bLLBZZxblyF2LFTPMXPgVesAM/Ep/P5GwgN7aaGjd7JFVpXBBNU7Mq4OaeNbFZRzIN jk+wgDl3uvAg3GkhOso7+kxAI+SOe/u8nDBzzCp5muKieMC5xe84gJOh0+bviaaoahDf vxKWX9e/BTvBkq1AOTOfTnlHRONQ00aoNza44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PgczmkJcZnKNF2sIhkrPgtbt9OJaNjYVXeJ5498WjvodyiY97ZQEpTFjXoFrM3RWGI EsRDyre253LVRbBJIZses3nbJLWGCQ9aebPnJQMQr6I1dnNL8AIqB6oMjIDp43Yj...
2005 May 19
3
Bug#309772: please add ignore lines for autossh
Package: logcheck-database Severity: wishlist Hi! if autossh debug is enabled it logs to syslog, thus the messages go thru logcheck, messages are in this form May 19 14:02:55 sagara autossh[1909]: port set to 0, monitoring disabled so this is the ignore line ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ autossh\[[0-9]+\]: .*$ thanks, filippo -------------- next part -------------- A non-text attachment