search for: quills

Displaying 20 results from an estimated 23 matches for "quills".

Did you mean: quiles
2003 Nov 20
2
What is vuid?
I'm getting the following errors in my error logs: ERROR! vuid 100 did not map to a valid vuser struct! At the time this error was being created I was trying to add a domain user as a local admin. I was trying to get the browse list of domain users up, but being denied. Cheers Jeff -- Jeff Gardiner [ gardiner@nospam.imaging.robarts.ca ] System Administrator - Imaging Research
2010 Jun 10
3
[LLVMdev] Reducing the size of LLVM and clang
Hi all, We are looking to try and reduce the size of the clang and LLVM libraries and were wondering if anyone had any advice on how to do this. All we want is to be able to compile from a single language to a single back-end and for that back-end to emit instructions; we don't care about anything else. Currently we are building LLVM to use only our target, so that is OK. Is it possible to
2016 Mar 31
3
DNS issues after FSMO seize
Aaaaaaand more problems... Welcome to the continuing saga of FILER. It appears that neither SOA or NS records were updated during the process of moving fsmo roles to CBADC01. SOA entries on all three active DCs point to FILER. There aren't any NS records for any of the new DCs, only FILER. In RSAT each DNS server's properties show filer.cb.cliffbells.com is the primary server. This
2009 Dec 08
2
[LLVMdev] Back-end with general purpose registers
Hi all, I am trying to write a back-end for LLVM where any instruction may take any type of data. I am looking for the output to be of the format: inst.type reg1,reg2 etc. Where inst is the instruction, e.g. mov and type is data-type e.g. f32 etc. I tried creating a back-end with a register class which could take i32 and f32: def GPRegs : RegisterClass <"Test",
2002 Feb 24
3
wine-users digest, Vol 1 #1006 - 15 msgs
...nnis A. Moore M. Lawson, thanks may come a little more freely of they weren't treated with such repudiation beforehand. Your efforts are valued as they may lead to a solution, however, would you pick up an echidna if you knew it was the answer to your itches, especially with those fearosme quills and spines??? Maybe you should tame your approach, then you could improve your sex life... Kindest regards, Nicholas Tomlin.
2016 Apr 04
2
DNS issues after FSMO seize
SOA means "this DNS se'rver can modify the zone". Using Bind-DLZ all DNS servers can modify the AD zones, they all reply "I am the SOA" when you ask them about SOA for AD zones. Using Internal DNS I expect all DNS servers can modify the AD zones also (that's internal stuff) but even if they can modify the AD zone locally that's is not the process chosen by Samba
2016 Mar 31
0
DNS issues, SOA and NS not updated after seizing fsmo roles
Aaaaaaand more problems... Welcome to the continuing saga of FILER. It appears that neither SOA or NS records were updated during the process of moving fsmo roles to CBADC01. SOA entries on all three active DCs point to FILER. There aren't any NS records for any of the new DCs, only FILER. In RSAT each DNS server's properties show filer.cb.cliffbells.com is the primary server. This
2016 Apr 01
0
DNS issues after FSMO seize
On 3/31/2016 3:12 PM, IT Admin wrote: > Aaaaaaand more problems... Welcome to the continuing saga of FILER. > > It appears that neither SOA or NS records were updated during the process > of moving fsmo roles to CBADC01. SOA entries on all three active DCs point > to FILER. There aren't any NS records for any of the new DCs, only FILER. > In RSAT each DNS server's
2006 Nov 07
0
Wiki -> RSpec -> Watir
Rubies & Acceptance Testers: For those of you not doing acceptance tests yet, I have a very slick test rig to show off. I haven''t demo-ized it yet, so please accept these diverse audiovisual displays as if they were a united whole! We start with MiniRubyWiki, at this demo: http://www.zeroplayer.com/cgi-bin/wiki?TestFlea Click on any of the green bars. Now imagine if the left
2010 Jun 15
0
[LLVMdev] [cfe-dev] Reducing the size of LLVM and clang
Is that really going to make a significant difference? I've been looking at the same issue, in my case trying to make a simple JIT (using only LLVM at the time, not trying to use clang to parse and then JIT, but rather deserializing bytecode and JIT it). I made the simplest example I could based on my limited knowledge of the interfaces, and even linking with -dead_strip and optimizing for
2000 Jan 09
2
Access problem
Hello all, I have been trying to set up Samba on our Linux Redhat 6.1 server for some time now. (Our clients are all Windows NT 4.0.) And it seems to work, except that it is working only on my machine. When I double click on our server via Network Neighborhood, it prompts for the UNIX user name/password. I can login without a problem from my machine, but if I do the same on somebody else's
2016 Apr 04
0
DNS issues after FSMO seize
On 04/04/16 10:23, mathias dufresne wrote: > SOA means "this DNS se'rver can modify the zone". No it doesn't, it stands for 'Start Of Authority' and contains who to contact for the domain records. > Using Bind-DLZ all DNS servers can modify the AD zones, they all reply "I > am the SOA" when you ask them about SOA for AD zones. Sorry, but this, as
2003 Nov 14
0
Test page failed to print. Would you to like ......? Access is denied.
Hello all, I've gotten the printing subsytem almost working - I think. I am able to install my print drivers to the server IAW the instructions found here: http://us4.samba.org/samba/docs/man/printing.html The drivers are being installed to /etc/samba/drivers/W32X86 IAW /etc/samba/smb.conf by following the instructions above This line specifically seems to do it: [print$] path =
2011 Sep 08
1
[LLVMdev] [cfe-dev] Proposal: floating point accuracy metadata (OpenCL related)
On Thu, Sep 08, 2011 at 11:15:06AM -0500, Villmow, Micah wrote: > Peter, > Is there a way to make this flag globally available? Metadata can be fairly expensive to handle at each node when in many cases it is a global flag and not a per operation flag. There are two main reasons why I think we shouldn't go for global flags: 1) It becomes difficult if not impossible to correctly link
2011 Sep 08
0
[LLVMdev] [cfe-dev] Proposal: floating point accuracy metadata (OpenCL related)
Peter, Is there a way to make this flag globally available? Metadata can be fairly expensive to handle at each node when in many cases it is a global flag and not a per operation flag. > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Robert Quill > Sent: Thursday, September 08, 2011 3:24 AM > To: Peter
2011 Sep 08
1
[LLVMdev] [cfe-dev] Proposal: floating point accuracy metadata (OpenCL related)
Hi Peter, This sounds like I really good idea. One thing that did occur to me though from an OpenCL point of view is that ULP accuracy requirements can differ for embedded and full profile so that may need to be handled somehow. Thanks, Rob On Wed, 2011-09-07 at 21:55 +0100, Peter Collingbourne wrote: > Hi, > > This is my proposal to add floating point accuracy support to LLVM. >
2011 Sep 07
3
[LLVMdev] Proposal: floating point accuracy metadata (OpenCL related)
Hi, This is my proposal to add floating point accuracy support to LLVM. The intention is that the frontend may provide metadata to signal to the backend that it may select a less accurate (i.e. more efficient) instruction to perform a given operation. This is primarily a requirement of OpenCL, which specifies that certain floating point operations may be computed inaccurately. Comments
2016 Apr 05
0
DNS issues after FSMO seize
>> There is no link between SOA and NS except they share the zone.... Really... ? i dont agree.. SOA specifies the DNS server providing authoritative information about a domain, so looks to me its direcly related to NameServers. SOA contains the primary (NS) server of the domain. Looks to me its related... Below it nice explained how DNS works. That a SOA not (always) related is
2016 Apr 05
5
DNS issues after FSMO seize
2016-04-04 14:20 GMT+02:00 Rowland penny <rpenny at samba.org>: > On 04/04/16 10:23, mathias dufresne wrote: > >> SOA means "this DNS se'rver can modify the zone". >> > > No it doesn't, it stands for 'Start Of Authority' and contains who to > contact for the domain records. > Rowland... thank you again Captain Obvious. Yes SOA means
2016 Apr 05
3
DNS issues after FSMO seize
For me: - SOA means where updates can be sent. - SOA can be one or several. - NS is a record to help non-authoritative name servers to find a valid name server for the zone they receive a request and they don't know anything about that zone. - SOA is often declared as NS, I agree. I explained this is not mandatory. There is no link between these two notions except they share a zone. You are