search for: mindiff

Displaying 15 results from an estimated 15 matches for "mindiff".

2008 Mar 23
3
"spreading out" a numeric vector
...ollowing vector: > x <- c(1,2,seq(2.1,2.3,0.1),3,4) > x [1] 1.0 2.0 2.1 2.2 2.3 3.0 4.0 > However, suppose I don't want to plot any of these points with less than 0.5 between them. The problem could be solved by a function that behaved something like this: > x2 <- spread(x,mindiff=0.5) > x2 [1] 0.5 1.0 1.5 2.0 2.5 3.0 4.0 Or for a minimum difference of 0.2, > x2 <- spread(x,mindiff=0.2) > x2 [1] 1.0 1.8 2.0 2.2 2.4 3.0 4.0 Thus, if there is a cluster of close values, spreading the values may require changing values which previously weren't too close to thei...
2008 Jun 19
2
Advanced Filtering problem
http://www.nabble.com/file/p18018170/subdata.csv subdata.csv I've attached 100 rows of a data frame I am working with. I have one factor, id, with 27 levels. There are two columns of reference data, x and y (UTM coordinates), one column "date" in POSIXct format, and one column "diff" in times format (chron package). What I am trying to do is as follows: For each day
2010 Jul 01
0
Intermittent authentication error
...nt - XPLAN login=false su=false rlogin=false daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat logintimes= loginretries=3 pwdwarntime=4 account_locked=true minage=1 maxage=6 maxexpired=7 minalpha=2 minother=1 mindiff=2 maxrepeats=4 minlen=8 histexpire=0 histsize=4 pwdchecks= dictionlist=/usr/share/dict/words core_compress=on core_path=on core_pathname=/tmp/cores core_naming=on fsize=-1 cpu=-1 data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000 unsuccessful_login_count=0 roles= Regards, Andrew M...
2014 Feb 27
1
AIX 7.1 Winbind Module Problems
...mpat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Daemon.log in /var/log shows that it is missing a shared object. I could not compile 3.6.0 manually to get this shared object Feb 24 16:42:38 bonnie daemon:err|error telnetd[7995602]: dlopen of user option: winbind faile...
2014 Feb 27
0
AIX WINBIND ISSUES
...WINBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Daemon.log in /var/log shows that it is missing a shared object. I could not compile 3.6.0 manually to get this shared object Feb 24 16:42:38 bonnie daemon:err|error telnetd[7995602]: dlopen of user option: winbind failed:...
2014 Feb 27
0
AIX 7.1 Winbind Module Load Issues
...mpat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Daemon.log in /var/log shows that it is missing a shared object. I could not compile 3.6.0 manually to get this shared object Feb 24 16:42:38 bonnie daemon:err|error telnetd[7995602]: dlopen of user option: winbind faile...
2017 Jan 30
2
Fwd: Can somebody explain the file ownership of a
...oups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=LDAP SYSTEM=KRB5LDAP OR compat logintimes= loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minloweralpha=0 minupperalpha=0 minother=0 mindigit=0 minspecialchar=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0 pwdchecks= dictionlist= default_roles= fsize=2097151 cpu=-1 data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000 time_last_login=1483494078 time_last_unsuccessful_login=1483494090 tty_last_login=/dev/pts/2 tty_last_unsuccessful_login=ssh host_l...
2004 Nov 11
0
Mini HowTo AIX4.3.3-AD-Winbind
...IND" logintimes = pwdwarntime = 0 account_locked = false loginretries = 0 histexpire = 0 histsize = 0 minage = 0 maxage = 0 maxexpired = -1 minalpha = 0 minother = 0 minlen = 0 mindiff = 0 maxrepeats = 8 dictionlist = pwdchecks = Test your authentication by issuing a telnet to the aix box and login using your Active Directory credentials. _____________________________________________________________________ This message has been checked for all known...
2008 Dec 02
2
Samba ADS Error "Session setup failed: Call returned zero bytes (EOF)"
...INBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 5 histexpire = 0 histsize = 4 minage = 0 maxage = 12 maxexpired = -1 minalpha = 1 minother = 1 minlen = 8 mindiff = 0 maxrepeats = 4 dictionlist = pwdchecks = $ echo password | kinit ad...@UK.DOMAIN.NET Password for ad...@UK.DOMAIN.NET: Done! New ticket is stored in cache file //krb5cc_root $ klist -e Credentials cache: //krb5cc_root Default principal: ad...@UK.DOMAIN.NET Number of en...
2010 Apr 27
1
Samba ADS on AIX 6.1 TL04
Hi All I'm trying to intergrate samba server with ADS on AIX 6.1 TL04, for last one week, with idmap / winbind but no satisfactory results. I have gone through various links at samba.org relating to winbind, idmapper and followed http://pware.hvcc.edu/ for precompiled binaries and http://pware.hvcc.edu/AIX-Samba.pdf which is for AIX 6.1 TL03 though. I have found the samba which is provided
2008 Nov 26
3
AIX 53TL8 Samba 3.2.4 Active Directory Win2k3 - "session setup failed: Call returned zero bytes (EOF)"
...INBIND or compat" logintimes = pwdwarntime = 0 account_locked = false loginretries = 5 histexpire = 0 histsize = 4 minage = 0 maxage = 12 maxexpired = -1 minalpha = 1 minother = 1 minlen = 8 mindiff = 0 maxrepeats = 4 dictionlist = pwdchecks = $ echo password | kinit ad...@UK.DOMAIN.NET Password for ad...@UK.DOMAIN.NET: Done! New ticket is stored in cache file //krb5cc_root $ klist -e Credentials cache: //krb5cc_root Default principal: ad...@UK.DOMAIN.NET Number of en...
2002 Dec 10
5
[PATCH] Password expiry with Privsep and PAM
Hi All. Attached is a patch that implements password expiry with PAM and privsep. It works by passing a descriptor to the tty to the monitor, which sets up a child with that tty as stdin/stdout/stderr, then runs chauthtok(). No setuid helpers. I used some parts of Michael Steffens' patch (bugid #423) to make it work on HP-UX. It's still rough but it works. Tested on Solaris 8 and
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
...gin=true daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=77 registry=WINBIND SYSTEM=WINBIND OR WINBIND[UNAVAIL] OR compat logintimes= loginretries=5 pwdwarntime=0 account_locked=false minage=1 maxage=13 maxexpired=-1 minalpha=1 minother=1 mindiff=1 maxrepeats=2 minlen=8 histexpire=0 histsize=8 pwdchecks= dictionlist=/usr/share/dict/words fsize=-1 cpu=-1 data=524288 stack=524288 core=2097151 rss=524288 nofiles=-1 time_last_login=1264076318 time_last_unsuccessful_login=1263895814 tty_last_login=/dev/pts/2 tty_last_unsuccessful_login=ssh host_...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
..., int, int, int, int); void mkprot (int[], int, int); void mktemplate (int[], int, int); void mv2front (int); int tbldiff (int[], int, int[]); void bldtbl( state, statenum, totaltrans, comstate, comfreq ) int state[], statenum, totaltrans, comstate, comfreq; { int extptr, extrct[2][256 + 1]; int mindiff, minprot, i, d; extptr = 0; if ( (totaltrans * 100) < (numecs * 15) ) mkentry( state, numecs, statenum, -32766, totaltrans ); else { int checkcom = comfreq * 100 > totaltrans * 50; minprot = firstprot; mindiff = totaltrans; if ( checkcom ) { for ( i = firstprot; i != 0...