search for: do1

Displaying 14 results from an estimated 14 matches for "do1".

Did you mean: do
2003 Apr 10
1
problem logging on to samba domain (pdc) from a win x pworkstation
...from a win xp ws. The > problem now persists for several months and I've no more ideas what to > try next. > > Can somebody help me pls? I have been reading the list > casually but did > nit find an answer. > > Problem: I finally managed to join my samba domain "do1" from > my client > ws. After rebooting the client, when trying log on to the domain, a > window pops up telling me that either the domain controller is not > available or the client machine account is not found. > > log.smbd says: > [2003/04/10 14:04:09, 0] smbd/passwor...
2003 Apr 10
0
problem logging on to samba domain (pdc) from a win xp workstation
...t a problem logging on to my samba domain from a win xp ws. The problem now persists for several months and I've no more ideas what to try next. Can somebody help me pls? I have been reading the list casually but did nit find an answer. Problem: I finally managed to join my samba domain "do1" from my client ws. After rebooting the client, when trying log on to the domain, a window pops up telling me that either the domain controller is not available or the client machine account is not found. log.smbd says: [2003/04/10 14:04:09, 0] smbd/password.c:authorise_login(872) authorise...
2003 Apr 10
0
AW: problem logging on to samba domain (pdc) from a win xp workstation
...from a win xp ws. The > problem now persists for several months and I've no more ideas what to > try next. > > Can somebody help me pls? I have been reading the list > casually but did > nit find an answer. > > Problem: I finally managed to join my samba domain "do1" from > my client > ws. After rebooting the client, when trying log on to the domain, a > window pops up telling me that either the domain controller is not > available or the client machine account is not found. > > log.smbd says: > [2003/04/10 14:04:09, 0] smbd/passwor...
2003 Apr 11
0
Samba maps any user to nobody -> problem logging on to samba domain (pdc) from a win xp workstation
...ersists for several months and I've no more > ideas what to > > try next. > > > > Can somebody help me pls? I have been reading the list > > casually but did > > nit find an answer. > > > > Problem: I finally managed to join my samba domain "do1" from > > my client > > ws. After rebooting the client, when trying log on to the domain, a > > window pops up telling me that either the domain controller is not > > available or the client machine account is not found. > > > > log.smbd says: > > [2...
2016 Jun 09
2
Fwd: [RFC] LLVM Coroutines
Hi Eli: Thank you very much for your comments! >> If you need some sort of unusual control flow construct, make it a >> proper terminator instruction I would love to. I was going by the advice in "docs/ExtendingLLVM.rst": "WARNING: Adding instructions changes the bitcode format, and it will take some effort to maintain compatibility with the previous
2008 Nov 18
1
[LLVMdev] 32 bit boolean results
You can tell LLVM that you have "sign extended" setCC results (all ones). Dan On Nov 18, 2008, at 5:33 PM, Eli Friedman wrote: > On Tue, Nov 18, 2008 at 1:56 PM, Villmow, Micah > <Micah.Villmow at amd.com> wrote: >> The IR produces correct results, but my backend does not and the >> only thing >> I can think of is that the IR is treating the
2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
...little experiment to see if I could bind my primary executable. Adding the code below to Rdynload.c seemed to work (in the Windows case). You'll note the remarkable resemblance to AddDLL. :-) My test code calls this to set up its function list just after R_ReplDllinit() just before entering the do1-loop--- though perhaps this should be integrated into some part of the setup procedure for embedding apps. DllInfo* R_RegisterEmbeddedExecutable(HINSTANCE handle,char* path) { char* dpath,*name,DLLname[PATH_MAX], *p; DeleteDLL(path); if(CountDLL == MAX_NUM_DLLS) { strcpy(DLLerror,"unab...
2003 Dec 17
1
repeated measures aov problem
...levels "s1","s10","s11",..: 1 9 10 11 12 13 14 15 16 2 ... $ gp : Factor w/ 2 levels "gp1","gp2": 1 1 1 1 1 1 1 1 2 2 ... $ drug : Factor w/ 2 levels "dr1","dr2": 1 1 1 1 1 1 1 1 1 1 ... $ dose : Factor w/ 3 levels "do1","do2","do3": 1 1 1 1 1 1 1 1 1 1 ... > summary(aov(effect ~ gp * drug * dose + Error(subj/(dose+drug)), data=Ela.uni)) Error: subj Df Sum Sq Mean Sq F value Pr(>F) gp 1 270.01 270.01 7.0925 0.01855 * Residuals 14 532.98 38.07...
2012 Dec 13
1
[Bug 9498] New: Feature request for extending --backup-dir functionality
...up-dir functionality Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: do1 at yandex.ru QAContact: rsync-qa at samba.org Please make --backup-dir option to store differences in rdiff-backup' style repository. I.e. not complete copy of backup file, but binary diff (like xdelta3) of backup version up to the new version. That way backup dirs will be much small...
2013 Jul 08
1
Non-blocking file_dotlock_open() in quota-maildir question
Hello, Is it safe to change lines in plugins/quota/quota-maildir.c::maildirsize_write() from ? fd = file_dotlock_open_group(.., DOTLOCK_CREATE_FLAG_NONBLOCK, ..); to ? fd = file_dotlock_open_group(.., 0, ..); ? Rationale is: exim+cpanel frequently leave stale maldirsize.lock, but when quota plugin try to dotlock maildirsize, it do this with NONBLOCK flag and just once, so first lock fails with
2009 Dec 13
1
Combined search in multiple fields help
Hello, I want to let user specify by drop down list to what fields his query will be searched. For example "Full-text" or "Title+Author", then user enters search query as usual (without using prefixes). But how to modify query so it cover two fields in a right way? For a starter how I think about modifying query to limit it just to single globally selected field: 1. after
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2011 May 30
1
Most efficient update of already existing document?
Hello, What is the most efficient way to update some content of document with new info gathered later after it's first indexed? For example I first index a lot of documents text (lets say it's mailbox), and after all documents are indexed I determine each document uniqued ID (which I wasn't able to determine on initial indexing) and I want update all documents with this ID. As I
2009 Dec 17
4
Text snippets
Hello, Is there advancements in snippeting? (Besides what mentioned in the wiki.) I think extracting snippets is clearly IR task. And I hope Xapian will provide at least helpers to do that. I have set of documents up to 5M of extracted text and 1M in average (they are even bigger pdfs but I pre-extracted text into some sort of text cache, pdftotext is very slow). To parse ~1M documents on the fly