search for: noentri

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

Did you mean: noentry
2013 Nov 05
1
[LLVMdev] Current state of the lld project (support for writing .dll files)
2013/11/4 Rui Ueyama <ruiu at google.com>: > Awesome! As far as I know you are the first person outside Google to try out > LLD on Windows. :) Glad to hear that it worked. Hey Rui, glad that I can help out. I was going to use lld in the following scenario: I'm writing a programming language and started with unit-tests that build ASTs for small test cases. I then want to generate
1998 Jun 25
1
Slow Printing (2nd Attempt)
( I thought I sent this message out before, but never saw it in the digests ) Configuration : Windows NT 4.0 clients printing to Samba 1.9.18p8 running on Solaris 2.6/2.51 machines. The Samba servers are setup like this : ... security = server password server = %m encrypt passwords = yes networkstation user login = no ... So the server uses the
2017 Jun 14
2
Using LLD to create a .lib from a .def
I'm copying some LLD code into my codebase like this: // workaround for LLD not exposing ability to convert .def to .lib #include <set> namespace lld { namespace coff { class SymbolBody; class StringChunk; struct Symbol; struct Export { StringRef Name; // N in /export:N or /export:E=N StringRef ExtName; // E in /export:E=N SymbolBody *Sym = nullptr; uint16_t Ordinal
2003 May 27
0
Question about samba servers
I have one samba server as the PDC for our org. Another samba server is supposed to permit access to shares based on authentication from the aforementioned PDC. I'll call this second computer "SMB" for simplicity. PDC has an LDAP and PAM database for authenticating all users. SMB is setup as follows (smb.conf): workgroup = NPC-USA netbios name = SMB server string = %h server
2013 Dec 08
0
[LLVMdev] Win32: Crash in DLL created by llvm that calls into the "putchar" function
Hello list, I got a simple test case to reproduce a crash in code that has been generated by llvm. The code calls into the "putchar" function from LIBCMT.LIB. It works when creating an .exe file, but not when creating a .dll file and calling into an exported function. First, let me show how the code works as an .exe: > cat callPutchar.ll ; ModuleID = 'test' declare i32
2017 Jun 15
2
Using LLD to create a .lib from a .def
On Wed, Jun 14, 2017 at 7:37 PM, Rui Ueyama <ruiu at google.com> wrote: > On Wed, Jun 14, 2017 at 4:24 PM, Andrew Kelley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I'm copying some LLD code into my codebase like this: >> >> // workaround for LLD not exposing ability to convert .def to .lib >> >> #include <set> >>
2003 Oct 25
5
Samba Permissions
I just installed samba on my private home network. It looks like I only have read access to shares. Using swat, I changed the create, security, and directory mask to 777, and committed the changes. But I still can't write. Can someone tell me what I did wrong?
2017 Jun 16
2
Using LLD to create a .lib from a .def
I saw this change come in yesterday: commit 572ad839e2f66eaa82ffc71b1061eb3d06a4d126 Author: Saleem Abdulrasool <compnerd at compnerd.org> Date: Thu Jun 15 20:39:58 2017 +0000 COFF: add support for lib mode usage When link is invoked with `/def:` and no input files, it behaves as if `lib.exe` was invoked. Emulate this behaviour, generating the import library from the
2004 Jan 29
3
W9x doesn't download printer drivers
...RV file, but they stop at the beginning of the download. Permissions on print$\WINNT\0 directory are the same as print$\W32X86\2. cupsaddsmb was successful. I sniffed the packets while client was in the Add Printer Wizard, and just looking text, the only suspicious string is: "lpr.kyocera noentries" (kyocera is a printer name). It appears in a LANMAN WPrintQGetInfo Response at the very end of the dialog. Non idea what to do. Thanks Francesco
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
I have determined why there are many "WARNING: Duplicate symbol:" messages. *** My apologies for the length *** There is a lot of detail - but I hope the detail will help R - and others - setup correct options for shared libraries. *** As I press send, I have not stopped testing (my final trial here might not even work) - but! *** the message is that shared libraries do not need to have
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
On 2015-10-15 15:02, Prof Brian Ripley wrote: > On 15/10/2015 13:32, Michael Felt wrote: >> Hi. >> >> Just wanted to let you know I am getting close to packaging R for AIX in rephrase - would like to be active in keeping R binaries current for AIX. My interest in not in R per se (rather a colleague who has a project that uses R, so I hope to assist him, and others like him).
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
> On 9 Feb 2018, at 10:20, Hans Wennborg <hans at chromium.org> wrote: > > On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: >> On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >>> >>> There's been a lot of merges since rc1, and hopefully the tests are in
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>
2003 Dec 01
0
No subject
...lpq is waiting on the printer you end up waiting on Windows. What we did here is to set the lpq command to return an empty file so there would be no delay. For example, in smb.conf we have: lpq command = /bin/cat /etc/fake-lpq/%p and inside the /etc/fake-lpq directory we have a file called "noentries" that contains just "no entries" to simulate what our lpq returns when there is nothing in the queue. Then we symlinked a file after each of our queues to the noentries file. This has removed all the delay we were experiencing. It does have the downside of not being able to see...