Displaying 20 results from an estimated 1000 matches similar to: "Experience moving mailboxes from Dovecot 0.99.14 to Dovecot 1.07 => Improvement possible"
2011 Jun 30
0
Specifying State Space model to decompose structural shocks
Dear all:
Greetings!
I am trying to replicate a simple state space model in R, using the
package 'dlm'. This model has two observation equations and three
state equations. Each observation equation represents structural
shocks based on SVAR for country i, where i=1 to 2. The structural
shocks (S1 and S2) are to be decomposed into common (sv1) and
country-specific (sv2, sv3) shocks. We
2003 Oct 17
2
nlm, hessian, and derivatives in obj function?
I've been working on a new package and I have a few questions regarding the
behaviour of the nlm function. I've been (for better or worse) using the nlm
function to fit a linear model without suppling the hessian or gradient
attributes in the objective function. I'm curious as to why the nlm requires
31 iterations (for the linear model), and then it doesn't work when I try to
add
2008 Jan 16
1
Error in plot.new() : figure margins too large
Hi
I am getting error :
Error in plot.new() : figure margins too large
Can you please help
-----code is ------------------------------------------------------------
temp <- seq(5500000/2, 22000000, 5500000/2)
sV2 <- c(1, 1+temp[-length(temp)])
eV2 <- temp
i=1
bitmap(paste("c:/vidhu/poster/poster_56half_2", LETTERS[i], ".png", sep =
""), "png256",
2003 Sep 30
1
can't get names from vector in nlm calls
I've been trying to figure out how to get the names of the parameter vector
variables when inside the function that nlm calls to return the objective
function value:
knls <- function( theta, eqns, data, fitmethod="OLS", instr=NULL, S=NULL )
{
## print( names( theta ) ) # returns NULL
## get the values of the parameters
for( i in 1:length( theta ) )
2003 Oct 06
1
getting names of p vector in nlm function...
Dear R programming folks:
I'm trying to finish off a package for non-linear simultaneous system
estimation and I've been trying to figure out how to get the names of the
parameter vector variables when inside the function that nlm calls to return
the objective function value:
knls <- function( theta, eqns, data, fitmethod="OLS", instr=NULL, S=NULL )
{
## print(
2014 Jan 21
2
Re: [PATCH] builder: proper consider subkeys in index files
On Tuesday 21 January 2014 16:37:20 Richard W.M. Jones wrote:
> On Tue, Jan 21, 2014 at 05:18:27PM +0100, Pino Toscano wrote:
> > + sv = caml_copy_string (fields->subkey ? fields->subkey : "");
> >
> > Store_field (v, 1, sv);
>
> Heh, sure would be nice if this was an option type :-)
>
> I believe the following should work:
>
>
2010 Apr 21
4
scaling up puppetmasterd by cloning puppetmasterd
I apologized ahead of time if this post shouldn''t go here but I having
been knocking my heading for the last two days trying to get over the
following error while trying to "clone" my primary puppetmasterd
because we have outgrown one puppetmasterd setup.
I have basically set up a 2nd instance of our primary puppetmasterd
and rsync''ed over /var/lib/puppet/ssl/ from the
2018 Jul 04
1
appearing in Icecast directory when changing stream provider
Dear community,
My webradio is currently appearing in Icecast directory there
http://dir.xiph.org/search?search=onstreet
I didn't do it It surely was done directly by my streaming provider
radionomy. In radionomy I have access to nothing but the stream link
http://listen.radionomy.com/onstreet
The thing is we are leaving radionomy for another stream provider. How to
keep appearing in
2020 Feb 25
0
Replication failing with Win 2012 R2 (maybe)
Hello All,
WIndows DC reports (not for the entire directory, just a portion. See outputs below).
"The replication operation failed because of a schema mismatch between the servers involved.?
I suspect the error is a red herring.
Running several Samba DCs at multiple sites.
Version 4.11.6-Debian from Louis?s repo (on Ubuntu 18)
?vdcw00? is the Windows 2012 R2 server
?cdcx15? is the Samba
2018 Jul 30
5
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
Hi,
Are there any objections to going ahead with this? If not, we'll try to get the patches reviewed and committed after the 7.0 branch occurs.
-Graham
> On 2 Jul 2018, at 10:53, Graham Hunter <Graham.Hunter at arm.com> wrote:
>
> Hi,
>
> I've updated the RFC slightly based on the discussion within the thread, reposted below. Let me know if I've missed
2002 Aug 01
1
Connection refused
I'm sure this has been asked a zillion times so I searched for hours before
posting this. How can there be so little documentation on this.
Point me to what to read.
rsh is good:
[g3p:~] smith% rsh -l a1012 sv1.domain.com
Password:
{a1012@sv1.domain.com:65}
rsync not good:
[g3p:~] smith% rsync -av a1012@sv1.domain.com:kkk.txt sync/
rsync: open connection using rsh -l a1012 sv1.domain.com
2008 Aug 21
3
dovecot panic after upgrade 1.0.15 to 1.1.2
I recently upgraded dovecot from 1.0.15 to 1.1.2 and since then I am getting
the following types of things in the logs:
Aug 21 17:23:13 mail1 dovecot: imap-login: Login: user=<myuser>,
method=PLAIN, rip=172.16.78.20, lip=172.16.78.22
Aug 21 17:24:01 mail1 dovecot: Panic: IMAP(myuser): file index-sync.c:
line 39 (index_mailbox_set_recent_uid): assertion failed:
2003 Dec 02
0
names of parameters from nonlinear model?
I've been trying to figure out how to build a list of terms from a nonlinear
model (terms() returns a error). I need to compute and evaluate the partial
derivatives (Jacobian) for each equaiton in a set of equations.
For example:
> eqn <- q ~ s0 + s1 * p + s2 * f + s3 * a
> sv2 <- c(d0=3,d1=4.234,d2=4,s0=-2.123,s1=0.234,s2=2.123,s3=4.234)
> names( sv2 )
[1] "d0"
2006 Oct 24
1
RC10 errors
I just installed a limited test of RC10 last night. So far, all is great
except for errors being logged for one user (out of about 150 users total).
This one user has not yet complained or anything, but the log file has
repeated
entries of the following format for him (host and username changed to protect
the guilty/innocent):
Oct 24 06:13:02 mail dovecot: IMAP(username): file
2015 Jul 18
1
bug in group permission check
Jul 19 01:05:27 sv1 dovecot: auth: Error:
passwd-file(aa at ddd,89...24,<>):
stat(/usr/dovecot-cfg/dom-home/ddd/etc/ddd/shadow) failed: Permission
denied (euid=33454(dovecot) egid=33454(dovecot) missing +x perm:
/usr/dovecot-cfg/dom-home/ddd, we're not in group 33795(sysgroup), dir
owned by 32072:33795 mode=0710)
root at sv1 [~]# sudo -u dovecot groups
dovecot sysgroup
root at sv1 [~]#
2014 Jan 21
3
[PATCH] builder: proper consider subkeys in index files
The index files already allowed the 'key[subkey]=...' syntax for keys,
but considering such string as whole key. Proper split the parsing and
the handling of the subkeys, so they can be searched a bit easier.
This causes no actual behaviour changes, it is just internal
micro-refactoring.
---
builder/index-parser-c.c | 8 +++++---
builder/index-scan.l | 9 ++++++++-
2014 Jan 21
0
Re: [PATCH] builder: proper consider subkeys in index files
On Tue, Jan 21, 2014 at 05:18:27PM +0100, Pino Toscano wrote:
> + sv = caml_copy_string (fields->subkey ? fields->subkey : "");
> Store_field (v, 1, sv);
Heh, sure would be nice if this was an option type :-)
I believe the following should work:
(1) Change CAMLlocal4 (..) at the top of the function to:
CAMLlocal5 (rv, v, sv, sv2, fv);
(2) Then the new code
2018 Jul 30
7
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
On 07/30/2018 05:34 AM, Chandler Carruth wrote:
> I strongly suspect that there remains widespread concern with the
> direction of this, I know I have them.
>
> I don't think that many of the people who have that concern have had
> time to come back to this RFC and make progress on it, likely because
> of other commitments or simply the amount of churn around SVE related
>
2009 Sep 23
2
reading web log file into R
If I have a web log file?as follows:
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2007-12-03 13:50:17
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-bytes time-taken cs(User-Agent)
cs(Cookie) cs(Referer)
"2007-12-03 13:50:17 200.40.203.197 - 200.40.51.20 80 GET
/localidades/img/nada.gif - 200 328 447 0
2018 Jul 02
3
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
Hi,
i am the main author of RV, the Region Vectorizer
(github.com/cdl-saarland/rv). I want to share our standpoint as
potential users of the proposed vector-length agnostic IR (RISC-V, ARM SVE).
-- support for `llvm.experimental.vector.reduce.*` intrinsics --
RV relies heavily on predicate reductions (`or` and `and` reduction) to
tame divergent loops and provide a vector-length agnostic