search for: quill

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

Did you mean: quilt
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
...If I read things right if the original fsmo role holder has been demoted prior to identifying the failure samba-tool won't be able to query the original DC and manual intervention will be required? Please advise. This client is about ready to throw me off the roof and abandon the system for quill and ink by candle light. I'm considering just going with it. JS
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
...lder has been demoted prior to identifying the >> failure >> samba-tool won't be able to query the original DC and manual intervention >> will be required? >> >> Please advise. This client is about ready to throw me off the roof and >> abandon the system for quill and ink by candle light. I'm considering >> just >> going with it. >> >> JS >> > I should mention the syntax to update the SOA if you do not know. I did > this back in the Samba 4.0 days. Not sure if things have changed. > > samba-tool dns update SOA &...
2016 Mar 31
0
DNS issues, SOA and NS not updated after seizing fsmo roles
...If I read things right if the original fsmo role holder has been demoted prior to identifying the failure samba-tool won't be able to query the original DC and manual intervention will be required? Please advise. This client is about ready to throw me off the roof and abandon the system for quill and ink by candle light. I'm considering just going with it. JS
2016 Apr 01
0
DNS issues after FSMO seize
...he > original fsmo role holder has been demoted prior to identifying the failure > samba-tool won't be able to query the original DC and manual intervention > will be required? > > Please advise. This client is about ready to throw me off the roof and > abandon the system for quill and ink by candle light. I'm considering just > going with it. > > JS I should mention the syntax to update the SOA if you do not know. I did this back in the Samba 4.0 days. Not sure if things have changed. samba-tool dns update SOA "fqdn_dns fqdn_email serial refresh retry e...
2006 Nov 07
0
Wiki -> RSpec -> Watir
...9;) The point of RSpec is syntactic sugar, and I have not yet learned how much sweeter I can make that. So far, I have learned how to use it to make well-formed English sentences (modulo all the _() delimiter crap!). Writing acceptance tests with this system is just plain fun. Click one of the quill icons next to the green bars. Before or after I write a new feature, I find a similar test and clone it. (Cloning a test is a best-practice in Acceptance Test land, so long as you frequently merge things back into features!) Then I edit the new test to advance its behavior. The test cases all...
2010 Jun 15
0
[LLVMdev] [cfe-dev] Reducing the size of LLVM and clang
...39;t need. In particular in Intrinsics.td you > can comment out some of the includes at the bottom of the file. > > Cheers, > > Nicolas > > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Robert Quill > Sent: Thursday, June 10, 2010 15:06 > To: cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu > Subject: [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 an...
2000 Jan 09
2
Access problem
...IP address of BIGSERVER to the "wins server" box in the advanced tcp/ip setup on the PC," but to no avail. Samba's working even when I removed the IP address from wins server box on my machine... Just in case, following is my smb.conf: # Global parameters [global] workgroup = QUILL server string = Samba Server passwd program = /usr/bin/passwd log file = /var/log/samba/log.%m max log size = 50 dns proxy = No socket options = TCP_NODELAY [homes] comment = Home Directories read only = No create mask = 0750 browseable = No [printers] comment = All Printers path = /v...
2016 Apr 04
0
DNS issues after FSMO seize
...ior to identifying the >>> failure >>> samba-tool won't be able to query the original DC and manual intervention >>> will be required? >>> >>> Please advise. This client is about ready to throw me off the roof and >>> abandon the system for quill and ink by candle light. I'm considering >>> just >>> going with it. >>> >>> JS >>> >> I should mention the syntax to update the SOA if you do not know. I did >> this back in the Samba 4.0 days. Not sure if things have changed. >>...
2003 Nov 14
0
Test page failed to print. Would you to like ......? Access is denied.
...browsable = no read only = yes [profile] comment = User Profiles create mode = 0600 directory mode = 0700 path = \\%L\%U\profile csc policy = disable profile acls = yes read only = no valid users = %U, administrator my file /etc/samba/lib/printcap looks like this: irl|Main IRL Lexmark quill|Duplexing IRL Printer Any help would be appreciated. Cheers Jeff -- Jeff Gardiner [ gardiner@nospam.imaging.robarts.ca ] System Administrator - Imaging Research Laboratories Robarts Research Institute - London ON, Canada 519.663.5777 x34089 ~~~~~~~ Those who do not understand Unix ar...
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)
...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 Collingbourne > Cc: anton.lokhmotov at arm.com; cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] [cfe-dev] Proposal: floating point accuracy > metadata (OpenCL related) > > Hi Peter, > > Thi...
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
...le to query the original DC and manual > >>>>> intervention > >>>>> will be required? > >>>>> > >>>>> Please advise. This client is about ready to throw me off the roof > and > >>>>> abandon the system for quill and ink by candle light. I'm > considering > >>>>> just > >>>>> going with it. > >>>>> > >>>>> JS > >>>>> > >>>>> I should mention the syntax to update the SOA if you do not know. I &...
2016 Apr 05
5
DNS issues after FSMO seize
...ailure >>>> samba-tool won't be able to query the original DC and manual >>>> intervention >>>> will be required? >>>> >>>> Please advise. This client is about ready to throw me off the roof and >>>> abandon the system for quill and ink by candle light. I'm considering >>>> just >>>> going with it. >>>> >>>> JS >>>> >>>> I should mention the syntax to update the SOA if you do not know. I did >>> this back in the Samba 4.0 days. Not sure i...
2016 Apr 05
3
DNS issues after FSMO seize
...d manual > > >>>>> intervention > > >>>>> will be required? > > >>>>> > > >>>>> Please advise. This client is about ready to throw me off the roof > > and > > >>>>> abandon the system for quill and ink by candle light. I'm > > considering > > >>>>> just > > >>>>> going with it. > > >>>>> > > >>>>> JS > > >>>>> > > >>>>> I should mention the syntax to upd...