search for: evi

Displaying 20 results from an estimated 80 matches for "evi".

Did you mean: esi
2013 Oct 09
1
Using "cpquery" function from bnlearn package inside loop
...ge to calculate conditional probabilities, and I'm running into a problem when the "cpquery" function is used within a loop. I've created an example, shown below, using data included with the package. When using the cpquery function in a loop, a variable created in the loop ("evi" in the example) is not recognized by the function. I receive the error: Error in parse(text = evi) : object 'evi' not found The creation steps of "evi" are based on examples provided by the author. Any help you could provide would be great. I'm eager to find a way...
2015 Mar 27
4
postfix sasl -> haproxy -> dovecot auth
I will install cyrus-sasl and see how it goes. Anyway, it would be nice to have same features (authentication agains imap) in dovecot. On 27 Mar 2015, at 16:27, Benny Pedersen <me at junc.eu> wrote: > Edgaras Luko?evi?ius skrev den 2015-03-27 14:58: > >> I don?t want to allow public network facing servers to be able to >> reach passwords database. And I want to segregate roles of the >> servers. > >> If I will setup dovecot locally I will still have to provide it access >> t...
2017 Jun 22
2
MODISTools help - with reproducible examples
...STools tutorials, searching for my error code, looking at the source code. However, I have not been able to find any relevant information related to my error message. The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to assess seasonal variation thus I would like mean EVI and NDVI for each observation (each time each buffalo was captured). I have capture date, lat and long for each observation. However, when using ?250m_16_days_pixel_reliability? as my quality control band I keep getting the warning...
2017 Jun 23
2
MODISTools help - with reproducible examples
...searching for my error code, looking at the source code. However, I have not been able to find any relevant information related to my error message. >> >> The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to assess seasonal variation thus I would like mean EVI and NDVI for each observation (each time each buffalo was captured). I have capture date, lat and long for each observation. >> >> However, when using ?250m_16_days_pixel_reliability? as my quality control band I keep ge...
2017 Jun 22
3
MODISTools Help
I am using MODIS Tools and am having a lot of difficulty troubleshooting my code. I am a PhD student studying African buffalo in Kruger National Park, South Africa. The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to assess seasonal variation thus I would like mean EVI and NDVI for each observation (each time each buffalo was captured). I have capture date, lat and long for each observation. However, when using ?250m_16_days_pixel_reliability? as my quality control band I keep getting the warning...
2015 Mar 27
4
postfix sasl -> haproxy -> dovecot auth
Can?t dovecot authenticate against imap? What I need is to make smtp authentication balanced and keep everything in backend (private network) On 27 Mar 2015, at 13:29, Benny Pedersen <me at junc.eu> wrote: > Edgaras Luko?evi?ius skrev den 2015-03-27 12:21: > >> is it possible to configure configure haproxy to work with postfix >> sasl and dovecot auth like this: >> clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, >> 20025:auth-backend-2 > > configure cyrus-sasl...
2017 Jun 22
1
MODISTools Help
...and am having a lot of difficulty troubleshooting my code. >>> >>> I am a PhD student studying African buffalo in Kruger National Park, South Africa. The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to assess seasonal variation thus I would like mean EVI and NDVI for each observation (each time each buffalo was captured). I have capture date, lat and long for each observation. >>> >>> However, when using ?250m_16_days_pixel_reliability? as my quality control band I k...
2015 Feb 09
5
Another Fedora decision
...study before diving into discussion what is good for security and how it affects that. That would be what I would recommend to myself (which I did way back...). If I were choosing the book to get good start today, I would choose: UNIX and Linux System Administration Handbook (4th Edition) 2010 by Evi Nemeth and Garth Snyder - don't worry about "outdated...", remember, you first need fundamentals. It is not as "fundamental" as some of the books of the past I remember, but I'd rather mention it that those really old books. I'm sure, someone may suggest better boo...
2017 Jun 23
0
MODISTools help - with reproducible examples
...orials, searching for my error code, looking at the source code. However, I have not been able to find any relevant information related to my error message. > > The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to assess seasonal variation thus I would like mean EVI and NDVI for each observation (each time each buffalo was captured). I have capture date, lat and long for each observation. > > However, when using ?250m_16_days_pixel_reliability? as my quality control band I keep getting th...
2017 Jun 23
1
MODISTools Help
...7 7:05 PM, Caroline wrote: > ##MODISTools example > library(MODISTools) > library(lubridate) > setwd('~/Documents/Modis data') > > #####MODISTools with buffalo data > > ###Read in data rename for easier coding > tbdata <- read.csv('~/Desktop/All TB data for EVI, NDVI.csv') Since this dataset is only on your desktop it cannot help us reproduce your error. Can you supply a small dataset that cause the error you are talking about? One way to do this is to use supply the results of dput(tbdata) if it is small enough. If not, maybe create a subset of t...
2015 Mar 27
5
postfix sasl -> haproxy -> dovecot auth
Hello, is it possible to configure configure haproxy to work with postfix sasl and dovecot auth like this: clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, 20025:auth-backend-2 The configuration I have now gives me this error randomly: 535 5.7.8 Error: authentication failed: Connection lost to authentication server This is probably because haproxy change servers while
2017 Jun 23
0
MODISTools help - with reproducible examples
...mple of data that triggers the problem is essential. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html -- Sent from my phone. Please excuse my brevity. On June 23, 2017 6:54:48 AM PDT, Caroline <gliddeca at science.oregonstate.edu> wrote: >I have and they have not yet replied - however that was only two or >three days ago. > >I have included a code example. >> On Jun 22, 2017, at 8:25 PM, David Winsemius <dwinsemiu...
2017 Jun 23
0
MODISTools Help
##MODISTools example library(MODISTools) library(lubridate) setwd('~/Documents/Modis data') #####MODISTools with buffalo data ###Read in data rename for easier coding tbdata <- read.csv('~/Desktop/All TB data for EVI, NDVI.csv') firstobs <- subset(tbdata, capture.ID == 'B1-1108') firstobs <- firstobs[,c(1,2,2,3,4)] colnames(firstobs) <- c('id', 'start.date','end.date','lat','long') ###change date format and change start date to previous 14 days first...
2015 Mar 27
2
postfix sasl -> haproxy -> dovecot auth
...o be able to reach passwords database. And I want to segregate roles of the servers. If I will setup dovecot locally I will still have to provide it access to database (eg. /etc/dovecot/dovecot-sql.conf.ext). On 27 Mar 2015, at 15:49, Benny Pedersen <me at junc.eu> wrote: > Edgaras Luko?evi?ius skrev den 2015-03-27 14:34: >> Can?t dovecot authenticate against imap? > > will it be trusted ? > >> What I need is to make smtp authentication balanced and keep >> everything in backend (private network) > > dovecot is not a smtp server, thats why i say cyr...
2024 Mar 08
1
Call for testing: OpenSSH 9.7
...; dash OpenIndiana (old OpenSolaris reincarnation) :; ls -hal /bin/sh /bin/bash -r-xr-xr-x 1 root bin 1,4M Jan 25 09:42 /bin/bash lrwxrwxrwx 1 root root 9 Apr 6 2021 /bin/sh -> i86/ksh93 On 2024-03-07 23:19, Job Snijders wrote: > On Thu, Mar 07, 2024 at 11:13:50PM +0100, Predrag Ze?evi? wrote: >> Not all systems have /bin/sh linked to /bin/bash. > > Are there systems without /bin/sh? The objective isn't to use 'bash' > implementation specifically, I believe? > > It was pointed out that check_socks() executes in whatever the remote > side has...
2018 Jul 26
3
Fwd: Force set group id on samba domain member
...25:05 +0200 Michal <Michal67M at seznam.cz> wrote: > I do not know If I get what you mean.. > > # su - amistest > Last login: Tue Jul 24 22:48:18 CEST 2018 on pts/4 > -bash-4.2$ id > uid=6603(NIS\amistest) gid=20(games) groups=20(games),513(NIS\domain > users),2108(NIS\evis),2109(NIS\slp),2126(NIS\poj),2157(NIS\audio),2164(NIS\doprava),2181(NIS\tomocon),2186(NIS\pacs_diagnostik),10001(BUILTIN\users) > > It is "gid=20(games)", not "gid=20(NIS\games)". gid 20 games comes > from OS local /etc/group. It seems to me to be exactly what I woul...
2018 Jul 24
3
Force set group id on samba domain member
2018-07-24 16:53 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 24 Jul 2018 15:57:46 +0200 > Michal <Michal67M at seznam.cz> wrote: > > > For being honest, in my previous tests this user's (user test1) new > > files was created with NIS\audio group as extected; but other user's > > files (user amistest) was created with "NIS\domain users" group (in > > the same "audio" directory). This lasted a few days. > > &gt...
2018 Jul 25
2
Force set group id on samba domain member
...ide the range set > > > in smb.conf and is the version of Samba >= 4.6.0 > > > > su - amistest > > Last login: Tue Jul 24 22:37:47 CEST 2018 on pts/4 > > $ id > > uid=6603(NIS\amistest) gid=20(games) groups=20(games),513(NIS\domain > > users),2108(NIS\evis),2109(NIS\slp),2126(NIS\poj),2157( > NIS\audio),2164(NIS\doprava),2181(NIS\tomocon),2186(NIS\ > pacs_diagnostik),10001(BUILTIN\users) > > Your ranges are really wrong, '100-9999' for the 'NIS' (and this is a > stupid name) range, but I think it shows something strang...
2015 Feb 09
0
Another Fedora decision
...discussion what is good for security and > how it affects that. That would be what I would recommend to myself (which > I did way back...). If I were choosing the book to get good start today, I > would choose: > > UNIX and Linux System Administration Handbook (4th Edition) 2010 by Evi > Nemeth and Garth Snyder > > - don't worry about "outdated...", remember, you first need fundamentals. Brilliant logic about ignoring the publication date. I did a Google on "UNIX and Linux System Administration Handbook (4th Edition) 2010 by Evi Nemeth and Garth S...
2015 Mar 27
1
postfix sasl -> haproxy -> dovecot auth
Gedalya skrev den 2015-03-27 16:03: > On 03/27/2015 11:00 AM, Edgaras Luko?evi?ius wrote: >> Anyway, it would be nice to have same features (authentication agains >> imap) in dovecot. > Check this out > http://wiki2.dovecot.org/PasswordDatabase/IMAP this is when one dovecot need to have auth from another dovecot auth master backend, not when postfix need...