search for: canto

Displaying 20 results from an estimated 32 matches for "canto".

Did you mean: cant
2010 Aug 18
1
Plotting K-means clustering results on an MDS
...ng some trouble figuring out what the clearest way to plot my k-means clustering result on an my existing MDS. First I performed MDS on my distance matrix (note: I performed k-means on the MDS coordinates because applying a euclidean distance measure to my raw data would have been inappropriate) canto.MDS<-cmdscale(canto) I then figured out what would be my optimum k-value by plotting the within sums of squares for K1-K15 > wss <- (nrow(canto.MDS)-1)*sum(apply(canto.MDS,2,var)) > wss[2] <- sum(kmeans(canto.MDS,centers=2)$withinss) > wss[3] <- sum(kmeans(canto.MDS,centers...
2015 Jan 12
2
Zone file not written to slave DNS server
...zone, but the slave zone file remains as before. I've found a few tutorials and lots of discussions, many of which talk about the slave's zone file getting written upon transfer, but none mention what configuration option would cause the slave's files to get updated. The master is on a Cantos 6 server and the slave is on a Cantos 7 machine. Any ideas? Emmett
2017 Oct 23
2
master/master replications v. 2.2.32
Hi, in the past I set up a master/master replication through TCP using dovecot 2.2.10 on both servers and everything is running fine, I filter the users to replicate using the iterate_query on file dovecot-sql.con.ext; now I want to set up a new replication between two new servers running dovecot 2.2.32 but the replicator service tries to replicate every user on my database even when the
2005 Sep 12
1
Re: [Cantos] Boot process slow with RGB quiet on
[quote]"microcode device doesn't exist?"[/quote] Try grepping for 'microcode' in /var/log/messages, try dmesg | grep microcode, either or both may give you the exact text. chkconfig --list | grep microcode may also give you a hit, if yes, the problem is easy to cure: turn off the service (man chkconfig). If these don't give hits, then it's time to build a kernel for
2017 Oct 24
0
Fwd: master/master replications v. 2.2.32
...= 1 unix_listener replicator-doveadm { mode = 0666 } } ssl = required ssl_cert = </etc/pki/tls/certs/mailnew.it911.crt ssl_key = # hidden, use -P to show it userdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } Thank you Jorge C. On Mon, Oct 23, 2017 at 1:19 PM, Jorge Canto E. <jorge.canto at gmail.com> wrote: > Hi, here is doveconf -n > > # 2.2.32 (dfbe293d4): /etc/dovecot/dovecot.conf > # OS: Linux 2.6.32-696.1.1.el6.x86_64 x86_64 CentOS release 6.9 (Final) > ext3 > auth_socket_path = /var/run/dovecot/auth-userdb > first_valid_uid = 150 &...
2015 Jan 13
2
Zone file not written to slave DNS server
...the slave zone file remains as before. I've found a few tutorials and lots of discussions, many of which talk about the slave's zone file getting written upon transfer, but none mention what configuration option would cause the slave's files to get updated. > > The master is on a Cantos 6 server and the slave is on a Cantos 7 machine. does the named service have write access to the slave directory ? chown named.named /path-to-named/slave oh, is your slave chrooted? are you looking in the right directory, eg, /var/named/chroot/var/named/slave ? -- john r pierce...
2004 Jan 22
1
Re: matrix exponential: M0
...1 3 [2,] 0 1 > mtx.exp(xx,4) [,1] [,2] [1,] 1 4 [2,] 0 1 > mtx.exp(xx,6) [,1] [,2] [1,] 1 6 [2,] 0 1 > mtx.exp(xx,10) [,1] [,2] [1,] 1 10 [2,] 0 1 > mtx.exp(xx,1000) [,1] [,2] [1,] 1 1000 [2,] 0 1 Vicente D. Canto Casasola
2005 Aug 17
2
power of a matrix
Dear all, I have a population with three age-classes, at time t=0 the population is: n.zero <- c(1,0,0) I have a transition matrix A which denotes "fertility" and "survival": A <- matrix(c(0,1,5, 0.3,0,0, 0,0.5,0), ncol=3, byrow=TRUE) To obtain the population at t=1, I calculate: A %*% n.zero To obtain the population t=2, I calculate: A %*% (A %*% n.zero) ... and so
2015 Jan 19
3
Documentation link on new Firefox CentOS 7 splash screen
...enough. > > > Peter > _______________________________________________ Well then there appears to be no reason to not go with a version of my initial suggestion. State what CentOS is and what it's sources are. State that there may be some minor divergence between the behavior of CantOS and the Red Hat documentation. You can explain why if you feel that it's required. Attribute the documentation to Red Hat. Provide a link to the original Red Hat documentation as required in their copyright statement. By taking these steps we would be exceeding the requirements of the lice...
2015 Jan 14
1
Zone file not written to slave DNS server
...file remains as before. I've found a few tutorials and lots of discussions, many of which talk about the slave's zone file getting written upon transfer, but none mention what configuration option would cause the slave's files to get updated. >>> >>> The master is on a Cantos 6 server and the slave is on a Cantos 7 machine. >> >> does the named service have write access to the slave directory ? chown >> named.named /path-to-named/slave >> >> oh, is your slave chrooted? are you looking in the right directory, eg, >> /var/named/chroot...
2015 Jan 12
0
Zone file not written to slave DNS server
...the slave zone file remains as before. I've found a few tutorials and lots of discussions, many of which talk about the slave's zone file getting written upon transfer, but none mention what configuration option would cause the slave's files to get updated. > > The master is on a Cantos 6 server and the slave is on a Cantos 7 machine. does the named service have write access to the slave directory ? chown named.named /path-to-named/slave oh, is your slave chrooted? are you looking in the right directory, eg, /var/named/chroot/var/named/slave ? -- john r pierce...
2015 Jan 14
0
Zone file not written to slave DNS server
...ve zone file remains as before. I've found a few tutorials and lots of discussions, many of which talk about the slave's zone file getting written upon transfer, but none mention what configuration option would cause the slave's files to get updated. >> >> The master is on a Cantos 6 server and the slave is on a Cantos 7 machine. > > does the named service have write access to the slave directory ? chown > named.named /path-to-named/slave > > oh, is your slave chrooted? are you looking in the right directory, eg, > /var/named/chroot/var/named/slave ? &gt...
2012 Feb 08
2
vsz_limit
...sz_limit parameter. How can we tune it? Thank you very much in advanced. Kind regards. ________________________________ [cid:image001.gif at 01CCE647.65B8FB30] H?ctor Moreno Blanco Divisi?n de Seguridad e Infraestructuras / Security and Infrastructures Division GMV Isaac Newton, 11 P.T.M. Tres Cantos E-28760 Madrid Tel. +34 91 807 21 00 Fax +34 91 807 21 99 www.gmv.com <http://www.gmv.com/> [cid:image002.gif at 01CCE647.65B8FB30]<http://www.gmv.com/b2_gmv> [cid:image003.gif at 01CCE647.65B8FB30]<http://www.facebook.com/infoGMV> [cid:image004.gif at 01CCE647.65B8FB30]&lt...
2015 Jan 19
0
Documentation link on new Firefox CentOS 7 splash screen
On 01/19/2015 05:18 PM, Mark LaPierre wrote: > Well then there appears to be no reason to not go with a version of my > initial suggestion. > > State what CentOS is and what it's sources are. State that there may be > some minor divergence between the behavior of CantOS and the Red Hat > documentation. You can explain why if you feel that it's required. > > Attribute the documentation to Red Hat. > > Provide a link to the original Red Hat documentation as required in > their copyright statement. > > By taking these steps we would b...
2023 May 19
1
PAM Offline Authentication in Ubuntu 22.04...
...ity. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: compat winbind group: compat winbind [...] What i'm missing?! Thanks. -- Non sara` il canto delle sirene che ci innamorera` noi lo conosciamo bene, l'abbiamo sentito gia` (F. De Gregori)
2008 Jun 30
1
Dovecot + Postfix for Squirrel Webmail??
...l that I had received in my mailbox. How can I configure the dovecot.conf in order to use an mbox placed in a different host?? Thanks. Bye Marcos Cabrera Go?i Departamento de Operaciones Comitas Comunicaciones S.A. Ronda de Poniente 4 Centro Empresarial Euronova 3 28760 - Tres Cantos - Madrid - Espa?a Central: +34 91 151 76 00 M?vil: +34 666 578 885 mcabrera at comitas.es <mailto:mcabrera at comitas.es>
1999 Aug 30
1
Single precision
...ossible to make it work properly without changing the source code? I am running V0.64.1 of R for Unix. Thanks -------------------------- Carlos Corral van Damme GNSS Unit, GMV S.A. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Email: cfcorral at gmv.es Calle de Isaac Newton 11, PTM Tres Cantos, 28760 Madrid, SPAIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -------------- next part -------------- A non-text attachment was scrubbed... Name: cfcorral.vcf Type: text/x-vcard Size: 273 bytes Desc: Tarjeta de Carlos Corral van Damme Url : https://stat.ethz.ch/pipermail/r-help/attachment...
2004 Jan 23
0
Re: matrix __power__ (was "exponential")
...lt;- pot %*% p ot", consumption of memory was higer than it was on the original algorithm, And about the other function in this thread, matExp, I can remember I us look to m >Message: 27 >Date: Thu, 22 Jan 2004 18:22:27 +0100 > >Subject: [R >To: Vicente Canto Casasol >Cc: r-help at stat.mat >Message-ID: <16400.1747.101241.439215 at gargle.gargle.HOW >Content-Type: text/plain; charset=us-ascii > >&g to.ext at juntadeandalucia.es> >>>>>> &nbs > > &nb r > Vicente>...
2004 Jun 08
1
Differences CentOS 3.1 and RedHat 9
Hello everybody, I would like to port a larger package to CentOS 3.1. The package has been designed for RedHat 9. Does anybody know the differences? Can anybody give me a pointer to a list of differences? This could save me a lot of work. Thanks in advance Chris
2008 Oct 27
1
Question of "Quantile Regression for Longitudinal Data".
Hi, I am trying to estimate a quantile regression using panel data. I am trying to use the model that is described in Dr. Koenker's article. So I use the code the that is posted in the following link: http://www.econ.uiuc.edu/~roger/research/panel/rq.fit.panel.R This code run perfectly. Then I want to know what the result means.The result show $ierr,$it,and $time. What these estimators