search for: ters

Displaying 20 results from an estimated 657 matches for "ters".

Did you mean: terms
2002 Apr 17
4
Problem w/ axis and distortion in a plotting function
I have a function for plotting soil texture that I am having a problem with. The function is: plot.psd <- function(sand, clay, ...) { conv.ter <- function(x, y) { x.con <- 100 - x - y*cos(1/3*pi) y.con <- y*sin(1/3*pi) data.frame(x=x.con, y=y.con) } plot(conv.ter(sand, clay), xlim = c(0,100), ylim = c(0,100*sin(1/3*pi)), axes = FALSE, xlab="",
2019 Mar 28
0
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
>>>> Set >>>> >>>> ssl_client_ca_file=/path/to/cacert.pem to validate the certificate >>> >>> Can this be the Lets Encrypt cert that we already have? In other words we have: >>> ssl_cert = </etc/pki/dovecot/certs/dovecot.pem >>> ssl_key = </etc/pki/dovecot/private/dovecot.pem >>> >>> Can those be
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 28 March 2019 22:02 Aki Tuomi via dovecot <dovecot@dovecot.org> wrote: </div> <div> <br> </div> <div> <br>
2007 Oct 15
2
clipping off words inside a vector of strings
...d I want to turn it into another vector of strings called 'shortnames' with the same length. The new vector should look like: "Gra Cha" "Joh Cle" "Ter Gil" "Eri Idl" "Ter Jon" "Mic Pal" I just want to clip the first three characters of each word inside each string. Would anyone know how to do this quickly? Thanks! Gonçalo [[alternative HTML version deleted]]
2019 Oct 03
4
Changing the A-Record of the domain.
Hi, after installing a samba-4.8.9 AD-Server there is/are an A-Records created for the domain delivering the ip-address(es) of the AD-server. This ip can be changed vie "samba-tool dns update" but after restarting the AD-server the ip-address of the server will be added again. Can this be prohibited or is this necessary to the functionality of the AD-server. Thanks! -- Dipl.-Ing.
2001 Feb 24
0
Canonical Correspondence Analysis in R
I think i mentioned this in private communication a while back, but in case anyone else cares: I have a version of canonical correspondence analysis (CCA) coded up in R. I based it on Ter Braak and Prentice (1988) Adv. Ecol. Res. 18:271-317, Ter Braak (1986) Ecol. 67(5):1167-1179, and Ter Braak (1995) Section 5.9 in Jongman, Ter Braak, and van Tongeren "Data Analysis in
2003 May 21
0
gastman segmentation fault when pressing 'en ter' in a command win dow
gtk12-config --version 1.2.10 glib12-config --version 1.2.10 AZ -----Original Message----- From: Tilghman Lesher [mailto:tilghman@mail.jeffandtilghman.com] Sent: Wednesday, May 21, 2003 2:27 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] gastman segmentation fault when pressing 'enter' in a command win dow On Wednesday 21 May 2003 01:22 pm, Alex Zarubin wrote:
2019 Oct 25
3
Old samba password is valid after setting the new one.
Hi, I've detected a very strange behavior on samba 4.8.9 and 4.10.6. After setting a new password for a user with samba-tool the old password remains valid. The user can use both passwords. After setting the third password become the first password invalid: :~ # samba-tool user setpassword extisadm --newpassword=12AbCdEf Changed password OK :~ # samba-tool user setpassword extisadm
2019 Oct 03
1
Changing the A-Record of the domain.
Am Donnerstag, den 03.10.2019, 14:13 +0100 schrieb Rowland penny via samba: > On 03/10/2019 13:43, Dipl.-Ing. P?ter Varkoly via samba wrote: > > Hi, > > > > after installing a samba-4.8.9 AD-Server there is/are an A-Records > > created for the domain delivering the ip-address(es) of the AD- > > server. > > This ip can be changed vie "samba-tool dns
2006 Feb 10
1
glmmPQL and random effects
Hello R users, I am trying to run a model with a binary response variable (nesting success: 0 failure, 1 success) and 8 fixed terms. Nesting success was examined in 72 cases in 34 territories (TER) during a 6 study years. Territories are nested within 14 patches (PATCH). I want to run a model taking into account these nested factors and repeated observation. To do this, I assume that the best
2002 Oct 07
0
Why are big data.frames slow? What can I do to get it fas ter?
Extracting from data frame one element at a time the way you did is expensive. I.e., test[i, 6] is slower than test$whatever[i]. As an example: > dat <- data.frame(a = sample(LETTERS, 1e6, replace=TRUE), b=1:1e6, + c=rep("A", 1e6)) > dat$a <- as.character(dat$a) > dat$c <- as.character(dat$c) > > system.time( + for(i in 1:10) { + dat[i, 3] <- paste(dat[i, 1], "-", dat[i, 2], sep="") + } + ) [1] 26.17 0.13...
2005 Feb 24
2
[Asterisk-Dev] How to monitor Agen Voice channal?
Hello, How can we monitor agents voice channels for training or quality control purpose. While agent is talking to a customer we need to be able to monitor voice channel (the actual voice conversation). If possible we would like to do that without putting agents in conference rooms. Is there any possible way to do that? Has someone done this? In addition when we tried to put the agent in
2012 Oct 10
1
StartonRails na [:koshtech] @ Thu 2012-10-11 19:00 - 22:00
Aguardo-os amanhã. Confirmem presença aqui, por favor. ---------- Forwarded message ---------- From: Google Calendar <calendar-notification-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> Date: 2012/10/9 Subject: Reminder: StartonRails na [:koshtech] @ Thu 2012-10-11 19:00 - 22:00 To: Fernando Kosh <fernando.kosh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> more details
2008 Jan 08
3
GAM, GLM, Logit, infinite or missing values in 'x'
Hi, I'm running gam (mgcv version 1.3-29) and glm (logit) (stats R 2.61) on the same models/data, and I got error messages for the gam() model and warnings for the glm() model. R-help suggested that the glm() warning messages are due to the model perfectly predicting binary output. Perhaps the model overfits the data? I inspected my data and it was not immediately obvious to me (though I
2001 Feb 17
0
Krebs for R (was Re: canonical correspondence analysis)
R-ecologists: Anyone wanting to create a Krebs package for R can do so using the C-source code avalaible at: ftp://gause.biology.ualberta.ca/pub/jbrzusto/krebs/source.zip Barry J. Cooke Current mailing address: Ph.D. Candidate 3971 NW 23 Circle Environmental Biology and Ecology Gainesville, Florida, USA Department of Biological Sciences 32605
2017 Sep 28
1
one brick one volume process dies?
...for if brick process > went down or crashed. Doing a volume start force > should resolve the issue. > When I do: vol start force I see this between the lines: [2017-09-28 16:00:55.120726] I [MSGID: 106568] [glusterd-proc-mgmt.c:87:glusterd_proc_stop] 0-management: Stopping glustershd daemon running in pid: 308300 [2017-09-28 16:00:55.128867] W [socket.c:593:__socket_rwv] 0-glustershd: readv on /var/run/gluster/0853a4555820d3442b1c3909f1cb8466.socket failed (No data available) [2017-09-28 16:00:56.122687] I [MSGID: 106568] [glusterd-svc-mgmt.c:228:glusterd_svc_stop] 0-mana...
2015 Jan 14
1
Zone file not written to slave DNS server
...> allow-notify { mas.ter.IPa.ddr; }; > allow-transfer { mas.ter.IPa.ddr; }; Neither of these are needed on slave servers. > . > . > . > }; > > Per zone: > zone "mydomain.com." IN { > type slave; > file "slaves/mydomain.com.db"; > masters { mas.ter.IPa.ddr; }; > }; > > > Master config: > > Global: > options { > allow-transfer { sla.ve.IP.net/28; 127.0.0.1; }; > also-notify { sla.ve.IPa.ddr; }; This is not needed on the master server, unless the slave is not listed in the zone, or if the salve is on a d...
2005 Mar 22
5
Issues with de-installation...
Hi, I have a system running FC2 with SAMBA-3.0.10-1.fc2 installed on it. I tried de-installing it, but it failed as follows: [root@cobra /]# rpm -e samba error: Failed dependencies: samba is needed by (installed) system-config-samba-1.2.22-0.fc2.1 samba = 0:3.0.10 is needed by (installed) samba-swat-3.0.10-1.fc2 Can anyone suggest how I could go about de-installing the kit?
2023 May 16
1
[Gluster-devel] Error in gluster v11
Hi again I just noticed that there is some updates from glusterd apt list --upgradable Listing... Done glusterfs-client/unknown 11.0-2 amd64 [upgradable from: 11.0-1] glusterfs-common/unknown 11.0-2 amd64 [upgradable from: 11.0-1] glusterfs-server/unknown 11.0-2 amd64 [upgradable from: 11.0-1] libgfapi0/unknown 11.0-2 amd64 [upgradable from: 11.0-1] libgfchangelog0/unknown 11.0-2 amd64
2015 Jan 13
2
Zone file not written to slave DNS server
Have you found a solution? Did u allow master dns server to update the slave in /etc/named.conf ? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of John R Pierce Sent: Monday, January 12, 2015 7:02 AM To: centos at centos.org Subject: Re: [CentOS] Zone file not written to slave DNS server On 1/11/2015 9:28 PM, Emmett Culley wrote: