similar to: Compiling Samba with ADS Support

Displaying 20 results from an estimated 10000 matches similar to: "Compiling Samba with ADS Support"

2008 May 05
2
I want to help translating articles
Hello to all those of the list, I introduce myself: My name is Lester Espinosa Mart?nez, I live in Cienfuegos, a city of Cuba. I am interested in helping Wiki of CentOS working in translating from English to Spanish. I met the Wiki of CentOS thanks for a great one my friends called: Alain Reguera Delgado, and I also collaborated in translating articles of last Wiki of CentOS in Spanish. My
2010 Apr 30
1
Possible bug in POSIX classes for R 2.11.0?
To the R development team; I found an unusual behavior in zoo when I upgraded to R 2.11.0 - it abruptly terminated when I performed certain operations on large zoo objects. I sent an e-mail to Achim Zeileis and he said this was a potential bug that I should report to the R development team. The details are given below in the thread below. Basically, I can crash R with this code: library(zoo)
2014 Nov 06
1
Samba 3.6 EOL
Hi Everyone, Do we have an EOL date for version 3.6? I was looking into the Release Planning wiki and EOL is not yet defined. Thank you, Lester
2008 May 09
1
Helping translating...
Hello Ralph, before anything I want to appreciate you vastly, I have the option of editing, but now it show me the following message: "At the moment, the translation for this page is not available. In their place the page has been shown in English language." -- Saludos, Lester Espinosa Mart?nez Especialista "C" en Ciencias de la Computaci?n Comercializadora ESCAMBRAY UCT
2008 May 08
1
Help to translate...
Thank you for all Alain, today I entered to WIKI and I was revising it, I saw that they lacked things to translate and others to revise, but I still continue without being able to make anything..., it doesn't leave me the edition menu... -- Saludos, Lester Espinosa Mart?nez Especialista "C" en Ciencias de la Computaci?n Comercializadora ESCAMBRAY UCT Cienfuegos E-Mail: lester
2019 Sep 19
2
Type unmatched after replacing functions
On Thu, Sep 19, 2019 at 4:34 PM Tim Northover <t.p.northover at gmail.com> wrote: > > Hi Will, > > On Thu, 19 Sep 2019 at 09:21, Will Lester via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > The function pointers are often put in the initializers of global variables, and > > they can not be simply replaced by a bitcast ConstantExpr since setOperand()
2002 Aug 22
1
accessing linux box via my network places
Ok I can see the linux box in my network places. However when I try to access the workgroup I receive this.... "test is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The network pat was not found." Any ideas what I'm doing wrong? Thanks, Lester Laro Ortho
2003 Mar 06
1
Samba Plain Password Patch
I cannot seem to find the plain password patch for the registry for NT4 or 2000. Is there one patch that works for both? Can you point me to where I can download the patch? Matt Lester AISG Government Systems Network/System's Engineer (407) 581-2929 ext. 218
2018 Apr 13
2
How to create and insert a call MachineInstr?
Thanks for your help! I'm much more clear about this problem. Will 2018-04-13 17:53 GMT+08:00 Tim Northover <t.p.northover at gmail.com>: > Hi Will, > > On 13 April 2018 at 09:50, Will Lester via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I have used BuildMI to build a MachineInstr. But it seems that a call > > MachineInstr only has one parameter
2018 Apr 17
0
How to create and insert a call MachineInstr?
Hi Tim, I'm sorry to bother you again. Since I have met the problem, how to check used registers and avoid clobbering live registers, which you mentioned in the email. I am working in the function X86InstrInfo::storeRegToStackSlot, which is in lib/Target/X86/X86InstrInfo.cpp. And I have an extra problem, may I use MOV64mr and two addReg to set two registers as its arguments? I want to use
2015 Jun 10
3
samba member file server failer
I think winbind is required for file service isn't it? On Wed, Jun 10, 2015 at 1:28 PM, Rowland Penny <rowlandpenny at googlemail.com> wrote: > On 10/06/15 21:15, David Bear wrote: > > Thanks Rowland -- will attempt to pull the startup script from the deb > package. > > Just to clarify, When starting samba as an AD DC, we use the samba-ad-dc > script, when
2018 Apr 17
1
How to create a proper MachineMemOperand?
Thanks for your advice. But I have searched X86 and find no more information than I have known. The problem is not to create a MachineMemOperand, but to create a MachineMemOperand with certain address. This scene does not exist in the original code. Since I have to do this in the process of register allocating, inserting IR instruction seems to be infeasible. I have thought of storing the address
2007 Jul 12
1
rsyncd.conf missing option akin to --one-file-system
It seems to me that rsyncd.conf does not provide an option akin to rsync's --one-file-system command line argument. If that is true, it seems like a bug of ommission, as I now face a use case where I need it. Is there maybe some technical reason for the ommission? Thanks, -- Lester Hightower
2014 Dec 17
2
Samba4 DC, SPNs and a complex Windows stack
Hello, We're using Samba 4.1.11 as domain controllers and over the past two weeks I've run into several issues with unrelated Windows software, the problems of which all point to Kerberos authentication and SPNs as being somehow involved. If there are many more issues it might start to get politically difficult *not* to blame the DCs, and I don't want to point fingers at Samba. Are
2018 Apr 16
0
How to create a proper MachineMemOperand?
Usually I will search the target directory, X86 in your case, to see how MOV64mr is used with BuildMI to generate the instruction I want. 2018-04-16 16:25 GMT+08:00 Will Lester via llvm-dev <llvm-dev at lists.llvm.org>: > Hi all, > I met a new problem in the process of my project. > I have got an address by mmap. And I want to build a MachineInstr of MOV64mr > to move a value to
2015 Jun 04
2
making samba 4.2 in a container
Thanks for the info. Did you create unprivileged containers to run Samba in? On Wed, Jun 3, 2015 at 6:02 PM, John Lewis <oflameo2 at gmail.com> wrote: > I have my deployment of Version 4.1.17-Debian in a Debian container. I > pretty much a standard system container with Samba installed. I run two > of them in a virtual network on a VPS as Domain controllers. Each > instance is
2016 Jul 27
3
frustrations with shares
I am trying to allow users with permissions in one group (DEV) to have full access to a folder that is owned by (QA). I have not been able to figure this out. Its running samba 4.2 in WORKGROUP mode (I can find everything for domain but I am not ready for that). Its running on freebsd on the latest nas4free build NAS with a ZFS file system.. Thanks in advance Frank Kahle FileCatalyst |
2018 Apr 13
0
How to create and insert a call MachineInstr?
Hi Will, On 13 April 2018 at 09:50, Will Lester via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I have used BuildMI to build a MachineInstr. But it seems that a call > MachineInstr only has one parameter which is a > register(%physreg44<imp-use>?). This depends on the target, but calls normally have a few operands: + The callee (a register or a global address or
2017 Apr 10
1
Excel shared spreadsheets behavior
Hi David Thanks you for reply, are you sure about this? Windows and Samba SMB byte range locking feature doesn't allow this by locking regions of a single file ? From: "David Bear" <dwbear75 at gmail.com> To: "Dante F. B. Colò" <dante.colo at stwbrasil.com> Cc: "samba" <samba at lists.samba.org> Sent: Friday, April 7, 2017 1:59:56 PM
2015 Jun 04
1
compiling samba in an container
my first round of trying to compile samba 4.2 from source in an lxc container. Host OS is ubuntu 14.04 lts, and lxc template was the ubuntu template. This is a privileged container. good news, is the container seems to function well. Bad news is missing dependancies. So, in tracking down depenancies, here's what I installed in to the container apt-get install python apt-get install