Displaying 20 results from an estimated 7000 matches similar to: "Unix-Windows file synchronization problem"
2003 Jul 16
2
Weighted SUR, 2SLS regressions
Is there an option for running SUR and 2SLS regressions with weighting
(I am analysing mortality in towns, hence want to weight by population size)
Many thanks
Jon Anson
--
Yonathan (Jon) Anson
Department of Social Work
Ben Gurion University of the Negev
84105 Be'er Sheva, Israel.
Tel: +972 8 647 93 14(w) +972 8 6489286 (h) 067 233279 (m)
Fax: +972 8 647 29 33
1998 Jul 26
1
Connection from WIN95 succeeds and from NT fails - why ?
Hello !
We have Samba 1.9.18p3 intalled on Digital Unix 4.0, and succeed to
connect from Win95 to some directory on that Digital. However,
when we try the same from NT system installed on the very same PC,
the connection fails, with the following error message:
"System error 1240 has occurred. The account is not authorized to login
from this station"
Username and domain are the same
2003 Jul 24
3
active connection gets lost in samba version 3.0 beta 3
Hi team,
A Samba "panic" occurs after repeatedly saving "word" files on the server.
Following the panic the "active connection" disappears, but the "active
shares" and "open files" stay.
Windows reports different errors such as "delayed write failed",
"Cannot complete the save due to a file permission error" etc.
Many of the
2013 Jan 18
1
Error in mer_finalize(ans) : Downdated X'X is not positive definite, 8.
Dear All,
I have conducted an experiment in order to examine predation pressure in the
surroundings of potential wildlife road-crossing structures. I have
documented predation occurrence (binary?) in these structures and calculated
several possible explanatory variables describing the spatial heterogeneity
in several scales. At the landscape scale I have calculated the percentage
of different
2010 Sep 06
3
path analysis
Hi.
which package i need to install to be able to run "Path analysis" using r?
many thanks, Guy
--
Guy Rotem
Department of Life Sciences
The Spatial Ecology Lab
Ben Gurion University of the Negev
P.O.B. 653 Beer-Sheva 84105
ISRAEL
+972-52-3354485 (mobile)
+972-8-6461350 (lab)
[[alternative HTML version deleted]]
2010 Jul 29
1
precision of minus operation and if statments
Hi Everyone,
as part of a larger script, I need to insert the result of a simple minus
operation into an if statement.
I have noticed that the precision that appear on the screen is not the precision
in which R stores the result of the minus operation, and that this change alters
the result of the if statement. For example, when running this simple script:
> a=0.90
> b=0.95
>
2018 Jan 15
0
Access to Windows 2016 server works with IP but not with netbios name
On Mon, 15 Jan 2018 13:15:07 -0500
Rob Marshall <rob.marshall17 at gmail.com> wrote:
> Hi Rowland,
>
> I'm sorry if I just didn't understand what you were saying. I know
> next to nothing about Samba and I'm looking at a customer environment.
> I happen to support a product that includes Samba (which is stuck at a
> 3.6.x variant because it's stuck on an
2018 Jan 14
2
Access to Windows 2016 server works with IP but not with netbios name
Just for reference, on a working Samba 4.x server in an AD domain I have the following entries
Idmap config *:backend = tdb
Idmap config *:range = 2000-2999
Idmap config MYDOMAIN:backend = ad
Idmap config MYDOMAIN:schema_mode = rfc2307
Idmap config *:range = 1000-1999
I use active directory users and groups to explicitly set the uid and gid numbers (this was to keep everything happy
2014 May 28
2
redirecting guest stdio to the host
Dear Friends,
I would ask you a question ; grateful in advance!
I have a program running on a VM guest. Its output is valuable (for VM introspection) so I want to let the host module know about it. I prefer to redirect ' stdio" of a guest into a device at the host (a text file or my device that has the name "mydev"
and the driver is written for it).
I have the XML
1999 Feb 12
1
Problem with Samba caching file contents
Hello everybody,
We are using Samba 2.02 on Sun Solaris 2.51 and 2.6 platforms.
Using these as a file server we occasionally have the following
problem:
- the file is changed on the file server using standard UNIX tools
while somebody else is editing it
- the other user re-loads the file using a Windows 95 client
- the content of the file seems to be the same as before the change
on the windows
2015 Jul 23
2
[LLVMdev] Intel asm syntax and variable names
Microsoft assembler treats mov to EAX as a register, even if there is a global memory also named EAX – meaning the register takes precedence.
But here I have a bit of a different situation – I have a global variable, which name happens to match an implicit register or a register that does not exist in the current arch, just in future ones. Microsoft assembler treats these cases as memory
2015 Jul 23
1
[LLVMdev] Intel asm syntax and variable names
Some targets don't have the problem because they prefix all names with an undercore. Apart from that I am not aware of any solution to the problem of keywords clashing with variable names in intel syntax.
- Matthias
> On Jul 23, 2015, at 9:18 AM, Reid Kleckner <rnk at google.com> wrote:
>
> So, there is no prior art for escaping the name of a global symbol with the same name
2007 Mar 20
2
[LLVMdev] Fwd: Message from Marina Moreno (via www.cs.uiuc.edu)
Some people on these lists may be interested in these positions at
Google. Please contact Marina directly if you're interested.
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
Begin forwarded message:
> Hi Vikram,
>
> My name is Marina Moreno. I'm an Engineering Sourcer at Google in
> the Platforms staffing group. I came across your resume on the
>
2013 Jul 17
3
consulta xml para ubuntu 32bits
Recientemente me intalaron la plataforma Platform: i686-pc-linux-gnu (32-bit). He intentado instalar el paquete dplR tanto desde el cran como desde un archivo y me da el siguiente error: ERROR: dependency ?XML? is not available for package ?dplR?
Esto se debe a la versión de Linux que tengo instalada?
gracias
--
Ana Marina Srur
Departamento de Dendrocronología e Historia Ambiental
2015 Jul 23
0
[LLVMdev] Intel asm syntax and variable names
So, there is no prior art for escaping the name of a global symbol with the
same name as a register? If there is, I'd rather we just implement it and
leave it at that.
We can probably fix the 'flags' case easily in LLVM, but I'd rather not
bend over backwards to make ZMM0 be a global name when AVX is disabled.
On Thu, Jul 23, 2015 at 9:12 AM, Yatsina, Marina <marina.yatsina at
2017 Mar 30
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
Linux kernel is using the “asm goto” feature, other projects probably use it as well. I think it provides motivation to support it in LLVM.
Regarding the complexity, I believe there is some infrastructure that we can at least partially reuse (the support for “indirectbr” instruction).
My focus is adding “asm goto” support, the other things are indeed completely orthogonal and came up in bugs
2017 Apr 04
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
Asm goto feature was introduces to GCC in order to optimize the support for tracepoints in Linux kernel (it can be used for other things that do nop patching).
GCC documentation describes their motivating example here:
https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Extended-Asm.html
#define TRACE1(NUM) \
do { \
2015 Jul 23
2
[LLVMdev] Intel asm syntax and variable names
Hi all,
I've encountered an issue with x86 Intel asm syntax when using certain variable names.
If you look at the following example, where I try to do a mov to a memory location named "flags2", llvm- mc works fine:
>cat test_good.s
mov eax, flags2
>llvm-mc.exe -x86-asm-syntax=intel test_good.s -o -
.text
movl flags2, %eax
But if the memory location is
2018 Feb 04
4
[VLIW Scheduler] Itineraries vs. per operand scheduling
Hi,
What is the best way to model a scheduler for a VLIW in-order architecture?
I've looked at the Hexagon and R600 architectures and they are using itineraries. I wanted to understand the benefit in using itineraries over the per operand scheduling.
I also found this thread from almost 2 years ago:
http://lists.llvm.org/pipermail/llvm-dev/2016-April/098763.html
At that time it seemed the
2015 May 11
3
POSIXct en la version 3.1.3 (2015-03-09) -- "Smooth Sidewalk"
Hola,
tengo un script para usar la función POSIXct y lo corro en otras computadoras con otras versiones de R y no tengo problemas ahora cuando lo corro en mi maquina donde tengo la versión 3.1.3 no me da ningun error pero genera una nueva columna con NA
puede ser sólo problema de la versión de R?
gracias
ana
--
Ana Marina Srur
Departamento de Dendrocronología e Historia Ambiental