search for: 2237

Displaying 20 results from an estimated 96 matches for "2237".

Did you mean: 22,7
2010 Apr 08
1
formatting a result table (number of digits)
...male+D_econ_gov+D_mjr_social+D_frshmn+D_junior+D_senior+UrbanArea+ParentEducation+Empathy+Lcs_Cntrl_Intn+Trust, random=~1|Group, data=Dataset) > s=summary(ic) > t=s$tTable > t Value Std.Error DF t-value p-value (Intercept) 5.683020304 0.78867419 2237 7.20578963 7.853134e-13 D_Clb_Pbl 0.193187682 0.25494452 22 0.75776363 4.566332e-01 D_Club 0.112745107 0.09636280 2237 1.17000650 2.421230e-01 Round -0.096400805 0.01812222 2237 -5.31948107 1.144272e-07 Ind_cntr_1 0.340706093 0.04002901 2237 8.51147920 3.09798...
2014 Apr 29
3
[Bug 2237] New: monitor_fdpass.c: poll.h
https://bugzilla.mindrot.org/show_bug.cgi?id=2237 Bug ID: 2237 Summary: monitor_fdpass.c: poll.h Product: Portable OpenSSH Version: 6.6p1 Hardware: Other OS: Other Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous...
2015 Jun 03
0
Classicupgrade Errors on password_hash.c:2237
...I don't have any idea what does it mean nor what causing the issues using Samba 4.2.2: .... > Setting up well known security principals > Setting up sam.ldb users and groups > ERROR(ldb): uncaught exception - operations error at > ../source4/dsdb/samdb/ldb_modules/password_hash.c:2237 > File > "/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/__init__.py", > line 175, in _run > return self.run(*args, **kwargs) > File > "/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/domain.py", > line 1452, in run >...
2015 Mar 12
0
samba 4.1.17 on raspberry pi as ad dc - krb5 problem / ipv6?
...ATUS_IO_TIMEOUT Mar 12 18:08:31 ADServer samba[2250]: [2015/03/12 18:08:31.202635, 0] ../source4/dsdb/dns/dns_update.c:323(dnsupdate_spnupdate_done) Mar 12 18:08:31 ADServer samba[2250]: ../source4/dsdb/dns/dns_update.c:323: Failed SPN update - NT_STATUS_IO_TIMEOUT Mar 12 18:08:34 ADServer samba[2237]: [2015/03/12 18:08:34.649153, 0] ../source4/ldap_server/ldap_server.c:821(add_socket) Mar 12 18:08:34 ADServer samba[2237]: ldapsrv failed to bind to :::389 - NT_STATUS_INVALID_PARAMETER_MIX --- those errors look to me like they are ipv6 related. which I think I disabled during configurate....
2003 Jul 22
3
capi_chan error - CAPI not loaded.
...disabled Jul 22 19:47:03 WARNING[16384]: File chan_iax2.c, Line 5578 (load_module): Unable to open IAX timing interface: No such file or directory Jul 22 19:47:03 WARNING[16384]: File chan_iax2.c, Line 5061 (set_config): Ignoring port for now Jul 22 19:47:03 NOTICE[16384]: File chan_capi.c, Line 2237 (mkif): ast_capi_pvt(31,31,remote,1,2) (1,2,64) (0)(0.800000/0.800000) Jul 22 19:47:03 NOTICE[16384]: File chan_capi.c, Line 2237 (mkif): ast_capi_pvt(31,31,remote,1,2) (1,2,64) (0)(0.800000/0.800000) Jul 22 19:47:03 NOTICE[16384]: File chan_capi.c, Line 2237 (mkif): ast_capi_pvt(57,57,58,kapejo...
2013 Apr 04
9
[Bug 2086] New: passwd struct does not have pw_gecos member on Android
https://bugzilla.mindrot.org/show_bug.cgi?id=2086 Bug ID: 2086 Summary: passwd struct does not have pw_gecos member on Android Classification: Unclassified Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: Linux Status: NEW Severity: minor Priority: P5 Component: ssh
2011 Apr 03
1
another question on shapefiles and geom_point in ggplot2
...>>>>>>>>COSTA RICA >>>>>>>>>>>mspinola@una.ac.cr >>>>>>>>>>>mspinola10@gmail.com >>>>>>>>>>>Teléfono: (506) 2277-3598 >>>>>>>>>>>Fax: (506) 2237-7036 >>>>>>>>>>>Personal website: Lobito de río >>>>>>>>>>>Institutional website: ICOMVIS -- >>>>>>>>>>>You received this message because you are subscribed to the ggplot2 mailing >>>>...
2015 Mar 12
7
samba 4.1.17 on raspberry pi as ad dc - internal dns problems
>Hi, please don't use .local, you say that no apple devices will come >near, but what about an iphone ? and what about avahi ? >When you ran configure, you might as well just run it like this: ./configure >All the rest are defaults and you do not really need debug. >You only need to alter /etc/nsswitch.conf (yes that's the one) if you >want/need your users to log into
2012 Aug 28
17
Tilde en RStudio
...racteres en su lugar. ¿Existe alguna solución? Saludos, Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Universidad Nacional Apartado 1350-3000 Heredia COSTA RICA mspinola@una.ac.cr mspinola10@gmail.com Teléfono: (506) 2277-3598 Fax: (506) 2237-7036 Personal website: Lobito de río <https://sites.google.com/site/lobitoderio/> Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/> [[alternative HTML version deleted]]
2009 Jul 29
2
quetions about dimensions
...as below: > bj2=bjerrdata$tyerr[bjyearnum[2]+1:bjyearnum[3]] > length(bj2) [1] 448 while > b=bjyearnum[3] > a=bjyearnum[2]+1 > bj1=bjerrdata$tyerr[a:b] > length(bj1) [1] 169 it is different with bj2 and bj1 . and the array bjyearnum is [1] 0 279 448 633 1021 1365 1813 2237 2839 3314 3798 4157 12 why bj1 is 169 while bj2 is 448 ? how to let bj2 is also array with the length 169 ? thank you . -- TANG Jie Email: totangjie@gmail.com Tel: 0086-2154896104 Shanghai Typhoon Institute,China [[alternative HTML version deleted]]
2010 Dec 06
3
Combinar los niveles de un factor
...n 2 niveles (a y d) en lugar de 3 niveles. Muchas gracias, Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Universidad Nacional Apartado 1350-3000 Heredia COSTA RICA mspinola@una.ac.cr mspinola10@gmail.com Teléfono: (506) 2277-3598 Fax: (506) 2237-7036 Personal website: Lobito de río <https://sites.google.com/site/lobitoderio/> Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/> [[alternative HTML version deleted]]
2006 Nov 16
2
T.38 - make conclusion
...0 can receive FAX from everybody, but it can send FAX to 70% of numbers. The numbers to who I can send FAX works all the time (none fax has failed). The numbers I can't send fax newer work (all fax fails). Every time I try to send fax to some number that fails, I get following warning: WARNING[2237] chan_sip.c: Unknown SDP media type in offer: image 31358 udptl t38 As far as I understand, T.38 is VoIP protocol, so Panasonic DX600 on its analog port shouldn't use T.38. My HT386 is in pass thru mode, so he shouldn't use T.38 also. Cisco 186 ATA doesn't support T.38. Big question i...
2010 Jun 29
3
merging/intersecting 2 data frames
...DATE GENDER PATIENT_ID AGE SYNDROME 1 4/16/2009 F 23686 45 RASH ON BODY 2 4/16/2009 F 13840 35 CANT URINATE 3 4/16/2009 M 12895 30 BLURRED VISION 4 4/16/2009 M 18375 33 UNABLE TO VOID 5 4/16/2009 M 2237 44 SOB WEAKNESS 6 4/16/2009 F 21484 41 TOOTH PAINTOOTH PAIN 7 4/16/2009 M 10783 37 RT ARM PAIN 8 4/16/2009 M 12610 65 L FOOT INJURY 9 4/16/2009 F 3495 29 URINARY DIFFICULTIES 10 4/16/2009 F 351 36 PT ST...
2003 Dec 22
2
Problems with read.table()
...t;;"), the R program crashes with following error message: RGUI verursachte einen Fehler durch eine ung?ltige Seite in Modul R.DLL bei 015f:6b515b87. Register: EAX=0075007a CS=015f EIP=6b515b87 EFLGS=00010246 EBX=01bd3f57 SS=0167 ESP=0073ed20 EBP=0073ed48 ECX=01bd3ad8 DS=0167 ESI=00000001 FS=2237 EDX=ffffffb0 ES=0167 EDI=00000008 GS=0000 Bytes bei CS:EIP: 0f b7 04 50 83 e0 08 eb ce 89 5d ec eb 8b 89 74 Stapelwerte: 00000000 0073ee20 019ea008 00000007 00002000 0000003b 000000b0 0073ee20 00000006 01bd5f58 0073edb8 6b5162ef 00000010 00000001 0073ed8c 0073ee20 with greetings from Tyrol Helmut...
2006 Aug 05
2
BAD SIG[nature] errors from XP client
...ba PDC's "homes" share from the XP client, I eventually get errors such as the following: [2006/08/05 03:28:07, 0] libsmb/smb_signing.c:srv_check_incoming_message(657) srv_check_incoming_message: BAD SIG: seq 798 wanted SMB signature of [2006/08/05 03:28:07, 5] lib/util.c:dump_data(2237) [000] 38 72 55 75 A5 07 5E C3 8rUu..^. [2006/08/05 03:28:07, 0] libsmb/smb_signing.c:srv_check_incoming_message(661) srv_check_incoming_message: BAD SIG: seq 798 got SMB signature of [2006/08/05 03:28:07, 5] lib/util.c:dump_data(2237) [000] FA B5 F7 8E 38 76 3C EA...
2008 Apr 11
1
How to match some patterns in a matrix
Dear all, I have a data frame called x2, which looks like: > dim(x2) [1] 2237 2 > x2[1:4,1:2] name id 1 STye hggd3 2 STy2 bffbd2 3 qw22e bdbdbbbd7 4 deffrdff nnshfd3 and a vector called y, which looks like: > dim(y) [1] 135 1 > y[1:3,1] [1] ABCDE BDH5 D...
2008 Oct 04
1
Password server is not connected - "cli not initilised" issue
...ut files over Samba 3.0.28a (Sun's currently shipped, supported version of Samba) worked perfectly with the directory master running Mac OS X 10.4.11. When upgraded to 10.5.5 Server however, we are given the following errors on the samba/ Sun side of things: [2008/10/04 17:40:59, 1, pid=2237] auth/auth_server.c:(247) password server is not connected (cli not initilised) I have done a bit of searching and can't actually find out what this *really* means. Suffice to say, it is confusing, because, from a Mac OS X Leopard client, we can: smbclient -k //share.goes.here.now/sha...
2012 May 01
1
Como enseñar R en un curso virtual
...personas que se encuentran en otro lugar? Muchas gracias, Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Universidad Nacional Apartado 1350-3000 Heredia COSTA RICA mspinola@una.ac.cr mspinola10@gmail.com Teléfono: (506) 2277-3598 Fax: (506) 2237-7036 Personal website: Lobito de río <https://sites.google.com/site/lobitoderio/> Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/> [[alternative HTML version deleted]]
2013 Apr 12
1
Problemas para cargar R commander
...for ''Rcmdr'' ¿Cuál pude ser el problema? Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Universidad Nacional Apartado 1350-3000 Heredia COSTA RICA mspinola@una.ac.cr mspinola10@gmail.com Teléfono: (506) 2277-3598 Fax: (506) 2237-7036 Personal website: Lobito de río <https://sites.google.com/site/lobitoderio/> Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/> [[alternative HTML version deleted]]
2009 Mar 31
2
CentOS5U2 waiting too long when ssh login to other linux servers
...t; 192.168.7.252.22: P 1685:1733(48) ack 2125 win 79 <nop,nop,timestamp 5130226 20340862> 18:55:15.171562 IP 192.168.7.252.22 > 192.168.7.24.52315: P 2125:2173(48) ack 1733 win 90 <nop,nop,timestamp 20400184 5130226> 18:55:15.171574 IP 192.168.7.252.22 > 192.168.7.24.52315: P 2173:2237(64) ack 1733 win 90 <nop,nop,timestamp 20400184 5130226> 18:55:15.171579 IP 192.168.7.252.22 > 192.168.7.24.52315: P 2237:2301(64) ack 1733 win 90 <nop,nop,timestamp 20400184 5130226> 18:55:15.171633 IP 192.168.7.24.52315 > 192.168.7.252.22: . ack 2173 win 79 <nop,nop,timestamp...