Displaying 3 results from an estimated 3 matches for "myfixes".
Did you mean:
myfiles
2010 Mar 02
2
crash when using the cp command to copy files off a striped gluster dir but not when using rsync
Hi,
I've got this strange problem where a striped endpoint will crash when
I try to use cp to copy files off of it but not when I use rsync to
copy files off:
[user at gluster5 user]$ cp -r Python-2.6.4/ ~/tmp/
cp: reading `Python-2.6.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py':
Software caused connection abort
cp: closing `Python-2.6.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py':
Transport endpoint is not connected
pending frames:
frame : type(1) op(READ)
frame : type(1) op(READ)
patchset: 2.0.1-886-g8379edd
signal received: 11
time of cras...
2010 Feb 01
2
Missing names in LMER and GLM
I'm having trouble with 'lmer' and would really appreciate it if anybody
could help.
I am trying to run generalized linear mixed effect model, and am using
'lmer', but some of the names inside the data do not show up in the summary
after I compute the 'lmer'. As a close example of the data I have, the
objects are
Calls = MM, MB, MM, MM, MN, MNX, MNX, ...
-this
2001 Feb 19
4
self documenting workspaces, and the proper role of the dot
again I ask for some suggestions : I don't mind being told to RTFM as long
as I get a few hints as to where to look <g>
suppose I want to document the set of functions and vectors that I have in
a workspace, and I would like to make that workspace 'self documenting' ..
so I could open up that particular workspace in a few months and know what
xdiff contained ..etc.