search for: dworkin

Displaying 12 results from an estimated 12 matches for "dworkin".

Did you mean: workin
2010 May 26
4
More efficient way to use ifelse()?
...A, NA, NA, NA, NA, NA)) # It makes sense to me why this does not work (elevation.take.2), but I am not sure how to get it to work. Any suggestions? I suspect it involves a trick using "any" or "II" or something, but I can't seem to work it out. # Thanks in advance! # Ian Dworkin # idworkin at msu.edu
2010 May 26
1
More efficient way to use ifelse()? - A follow up
...rge.. not implemented # Dennis Murphy suggested switch.. I have not gotten it working yet.. elevation.DM <- switch(Population, "CO"= 2169, "CN" = 1121, "Ga" = 500, "KO" = 2500, "Mw" = 625, "Ng" = 300 ) On 26 May 2010 01:25, Ian Dworkin <idworkin at msu.edu> wrote: > # This is more about trying to find a more effecient way to code some > simple vectorized computations using ifelse(). > > # Say you have some vector representing a factor with a number of > levels (6 in this case), representing the location that...
2001 Feb 18
3
OpenSSH 2.5.0p1 vs. SA_RESTART
Not all OSes have SA_RESTART (for instance, SunOS does not). Also, for the non-SA_RESTART case in scp.c sa.sa_flags was not being initialized (noted by dworkin at village.org). - todd --- scp.c.DIST Sat Feb 17 17:56:33 2001 +++ scp.c Sat Feb 17 17:57:59 2001 @@ -1224,8 +1224,9 @@ struct sigaction sa; sa.sa_handler = updateprogressmeter; sigemptyset((sigset_t *)&sa.sa_mask); + sa.sa_flags = 0; #ifdef SA_RESTART - sa.sa_flags = SA_RESTART...
2006 Dec 08
0
Fwd: Problems with repository amd64
...harge, this put this message... http://wine.budgetdedicated.com/apt/dists/edgy/main/binary-amd64/Packages.gz : 404 Not Found i don't know what do, i was googling, but no body know that... Thz PD: i don't know so well the english, i'm Chilean, i talk Spanish -- Rubrica Maximi89 Roguer Dworkin Wyrm "Windows es un fallo que hace de sistema operativo" -- Rubrica Maximi89 Roguer Dworkin Wyrm "Windows es un fallo que hace de sistema operativo" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/a...
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
.... * Disable dns_sd by default. * Add avahi detection to configure. * Add event avahi binding. * Use avahi to register _smb._tcp in smbd. * Fix two memleaks in the encryption code. * Fix a scary "fill_share_mode_lock failed" message. o Derrell Lipman <derrell@dworkin.(none)> * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t set errno. o Stefan Metzmacher <metze@samba.org> * Don''t use reserved words in smbconftort. * Fix smb signing for fragmented trans/trans2/nttrans requests. o Tim Pr...
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
.... * Disable dns_sd by default. * Add avahi detection to configure. * Add event avahi binding. * Use avahi to register _smb._tcp in smbd. * Fix two memleaks in the encryption code. * Fix a scary "fill_share_mode_lock failed" message. o Derrell Lipman <derrell@dworkin.(none)> * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t set errno. o Stefan Metzmacher <metze@samba.org> * Don''t use reserved words in smbconftort. * Fix smb signing for fragmented trans/trans2/nttrans requests. o Tim Pr...
1997 Mar 21
0
new Adaptec ATM driver available
...d Georgia Tech among other places. The driver is fully integrated into the NetBSD and OpenBSD source trees and can be obtained from those project's ftp servers. The FreeBSD version of the driver [partly contributed by Kenjiro Cho <kjc@csl.sony.co.jp>] can be obtained from ftp://dworkin.wustl.edu/dist/bsd/bsdatm1.4.tar.gz Anne Hutton <hutton@ISI.EDU>
2009 Mar 31
1
[Announce] Samba 3.2.9 Maintenance Release Available
...always ends up in syslog. * Fix a malloc/talloc mismatch when cli_initialise() fails. * Fix a valgrind error. * Fix two memleaks in the encryption code. * Fix gcc 4.4 compile warning. * Fix a scary "fill_share_mode_lock failed" message. o Derrell Lipman <derrell@dworkin.(none)> * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t set errno. o Stefan Metzmacher <metze@samba.org> * BUG 6100: Implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEMENTED. * Add S-1-22-X-Y sids to the local toke...
2009 Mar 31
1
[Announce] Samba 3.2.9 Maintenance Release Available
...always ends up in syslog. * Fix a malloc/talloc mismatch when cli_initialise() fails. * Fix a valgrind error. * Fix two memleaks in the encryption code. * Fix gcc 4.4 compile warning. * Fix a scary "fill_share_mode_lock failed" message. o Derrell Lipman <derrell@dworkin.(none)> * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t set errno. o Stefan Metzmacher <metze@samba.org> * BUG 6100: Implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEMENTED. * Add S-1-22-X-Y sids to the local toke...
2010 May 11
1
[Announce] Samba 3.4.8 Available for Download
...ng of the gecos field. * BUG 5626: Fix build on AIX. * BUG 7229: Fix NULL pointer dereference in smbd. * BUG 7254: Fix an uninitialized variable read in smbd found by Laurent Gaffi? from Stratsec. * BUG 7326: Fix writing with vfs_full_audit. o Derrell Lipman <derrell at dworkin.(none)> * BUG 7345: Fix incomplete description of function return values in libsmbclient.h. o Jim McDonough <jmcd at samba.org> * BUG 7378: Display an error on 'net conf import' failures. o Roel van Meer <rolek at alt001.com> * BUG 6814: Fix valgrin...
2010 May 11
1
[Announce] Samba 3.4.8 Available for Download
...ng of the gecos field. * BUG 5626: Fix build on AIX. * BUG 7229: Fix NULL pointer dereference in smbd. * BUG 7254: Fix an uninitialized variable read in smbd found by Laurent Gaffi? from Stratsec. * BUG 7326: Fix writing with vfs_full_audit. o Derrell Lipman <derrell at dworkin.(none)> * BUG 7345: Fix incomplete description of function return values in libsmbclient.h. o Jim McDonough <jmcd at samba.org> * BUG 7378: Display an error on 'net conf import' failures. o Roel van Meer <rolek at alt001.com> * BUG 6814: Fix valgrin...
2003 Jul 18
0
Read Only XP (recent and odd occurence)
Today I found I was unable to write back files to my samba shared directories. CHecking through the status foo, I found that all opened files were showing as READ ONLY. I had been able to happily edit files the previous day with no problems. Upgraded from 2.2.5 to 2.2.8a (just in case of random bugs) same issue. As far as I can tell this can only be related to a recent (last 2 days) MS