similar to: Problems with 1.9.18 using MS CLient 3.0

Displaying 20 results from an estimated 200 matches similar to: "Problems with 1.9.18 using MS CLient 3.0"

2001 Nov 15
1
Win2k and XP reconnecting problem
Hi List, I am new to this list but I'm using Samba since 4 or 5 years ago. Now I upgraded to Samba 2.2.2 and I have a problem (wich I am sure that was discussed on this list but I can't find the thread): Environment: Linux Red Hat 7.1 Samba 2.2.2 I use test config: ------------------------- [global] debug level = 100 interfaces = eth0 eth2 127.0.0.1 bind interfaces only = yes
2000 Apr 06
0
Please inform samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock
samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock <davidb@loftuscomp.com.au> Gunnar Lindholm <gunnar.lindholm.320@student.lu.se> Junaid Iqbal
2013 Oct 11
2
[LLVMdev] Building for a specific target, corei7
Hi, I am using the LLVM JIT infrastructure (MCJIT). I wanted to see if there are any performance gains as the compiler can detect the target CPU at runtime. But, I didn't see any improvement (I compile with -no-mmx and -no-sse). I then tried an experiment, where I compiled the program with clang-3.3, with and without specifying the target cpu as "corei7". I was shocked to see that
2013 Oct 11
0
[LLVMdev] Building for a specific target, corei7
Hi Varun, Have you tried your experiment with icc by any chance? The MCJIT component does not assume that you will be executing the generated code on the host system because it can be used to generate code for external targets. However, you can specify the CPU by calling setCPU() on the EngineBuilder object before creating your execution engine. (You can use sys::getHostCPUName() to figure out
2013 Oct 12
2
[LLVMdev] Building for a specific target, corei7
Hi Andrew, I think I diluted my question. My question was not related to MCJIT. I ran the following 4 scenarios: (1)gcc -mcpu=corei7 tetris.c -o tetris (2)gcc -mcpu=athlon64 tetris.c -o tetris (3)clang -march=corei7 tetris.c -o tetris (4)clang -march=athlon64 tetris.c -o tetris In (1) and (2), I see difference in order of instructions in the output binaries, which I expected because every CPU
2013 Oct 14
0
[LLVMdev] Building for a specific target, corei7
Hi Varun, I see the point of your question, but I'm not the best person to answer from that perspective. Nadav Rotem is the owner of the x86 backend, and he can probably give you a more complete answer than I could. Thanks, Andy From: Varun Agrawal [mailto:vagrawal at cs.stonybrook.edu] Sent: Friday, October 11, 2013 8:48 PM To: Kaylor, Andrew; llvmdev at cs.uiuc.edu Subject: RE: Building
2005 Mar 30
6
French Curve
Dear R experts, Did someone implemented French Curve yet? Or can anyone point me some papers that I can follow to implement it? thanks in advance for your help. Paul
2007 Aug 15
1
Performance Problem / failed to verify PAC server signature
Hello, We are experiencing ADS lower performance on Samba-3.0.22 for HPUX. I did Google search, and find out one message posted at http://lists.samba.org/archive/samba/2005-November/114231.html at the earlier time. >From my observation, it seems there was a spin on reply_spnego_negotiate()/ reply_spnego_kerberos() calls that invokes register_vuid() to register uvid with different vuid# for a
2012 Apr 06
1
Compatibility problem with R-2.9.0 and R-2.14.0
Hello all, Using classical glm function with binomial family, I experienced a problem when using predict() over a glm object. I found that family objects built on R-2.14.0 contain elements like : .Call(C_logit_link,...) But on R-2.9.0, the object C_logit_link can not be found. Instead, this prior version used to call more simply : .Call("logit_link",...) which causes no problem. Is
2017 Jul 21
0
Problem with mclapply in package parallel
Dear fellow R users, I am experiencing some problem using function mclapply from recommended R package parallel. This problem is a bit "deep in source code" (maybe r-devel list would be more appropriate ?). Actually, I have noticed on a specific Linux HPC system that the various readChild() calls in mclapply did not end the children processes, as would be expected (ie compared to what
2002 Sep 17
1
vorkomg on vmware virtual machine
Hello samba, Do know a isue about Samba not working well an a vmware virtual machine running on a Windows200 Server as host OS Even if saw my virtual linux machine in Network Neighborhood i can't acces it, I keep get an error message about not the network path been invalid -- Best regards, cferent mailto:cferent@compas.ro
2005 Jul 17
1
routing based on user id
Hi all! I''ve got 2 (soon 3) internet connection. 1 - via ADSL, 2(and3) via ppp My network: http://desima.objectis.net/network-diag linux1: user1.user2 eth0=192.168.1.1 ppp0=192.168.5.2( gw 192.168.5.1) gw=192.168.1.2 ( thru ADSL) compA=192.168.1.6 compB=192.168.1.15 gw2=192.168.1.217 via ppp to different ISP All works for compA and CompB, user1 should use default gw(192.168.1.2)
1997 Jul 31
0
Passwords fail from Win95 but not from DOS (Samba 1.9.16p11/NetBSD)
Hi, I'm having some problems with Samba 1.9.16p11 on a Sun3/60 running NetBSD 1.2. I have a Win95 client and a couple of DOS clients on a single ethernet segment (it's at home :-). I've set up a simple configuration, intention was just to serve files from the Sun to the PC's. Everything works perfectly except authentication from the Win95 client. I can connect to the Samba shares
2010 Sep 23
1
strange behaviour of callNextMethod in S4 methods
Hello, I experienced a strange behaviour of callNextMethod when used in either initialize or any other S4 function method definition. Help says callNextMethod calls the next inherited method for the current function from where it is called with the same actual (non missing) arguments. This is OK. The problem appears when some formal arguments (in particular, S4 objects) of this function are
2012 Apr 09
1
Pairwise comparison matrix elements
Hi!, I'm really hoping someone out there will be able to help me. I recently started my MSc dissertation on Population Projection Matrices, which has been going well until now. I am trying to set-up a general script that does a pairwise comparison of all elements in my matrices. So for example, given that I have the following matrix S: > S [,1] [,2] [,3] [1,]
2008 Aug 06
4
Font size in plots (I do NOT understand par help)
Hi, I do not get how par works, help please. Let's say I have a simple plot: plot(1:10) I want to change the font size for the x axis... how do I do that? Thank you, Stephane -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a compa ny registered in England with number 2742969,
2004 Oct 15
2
edit plots from the ADE4 package
Dear R-Help i have a newbie question, how edit size fonts and colors in the plots (scatter.acm or dudi.acm function) of multiple correspondence analysis in the ADE4 Package? thanks? Rafael Gutierrez Estad??stico Unidad de Tecnolog??a Cerro Matoso S.A. Tel. 4-7723350 Fax. 4-7723236 ************************************************************************************************* Este correo
2016 Apr 19
1
samba 4 avahi invalid response packet from windows 10 clients breaks dns
Hello to all, I am using samba 4.3.4 on centos 6.5 With bind for dns registration: version: 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6 CPUs found: 24 worker threads: 24 number of zones: 27 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF recursive clients: 0/0/1000 tcp clients: 0/100 server is up and running I am watching avahi flooding my
2009 Jan 26
2
Shell Script - Compare packages. rpm.
Hi, I need a script which makes the package compa??o rpm's through two text files ... Since a file is the output of the command *rpm-qa > pkg.out * And the second file is a list of several packages rpm's, multiple versions and architectures. My idea is to compare a package *x* file pkg.out with several packages *y* of the file update.out and know
2009 Jan 27
2
run perfect in v.0.9.56 but fail in v.1.1.13, help!!
Hi compa~eros, some one help me please, i use a voip software, its an special software for a service in D.R, i can run this perfect in v.0.9.56 but not in the V.1.-- :? this is the explanation program page: http://nuevositio.tricom.net/lineas+virtuales.aspx (in spanish) an the download link is: https://canales.tricom.net/lineasip/descargas.asp please help me, thanks