search for: misfir

Displaying 20 results from an estimated 26 matches for "misfir".

Did you mean: misfit
2001 Apr 30
2
margin problems?
...rgin for the y axis? I've tried mai and mar, but they don't seem to do anything... process.names <- c("Makeprod-data", "Makeprod-QMM", "Search", "Download", "View Data", "View QMM", "Consult", "Stop", "Misfire", "Misfire", "Unknown") and Makeprod-data only shows "od-data" ... thanks! greg -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &q...
2014 Dec 15
1
[2.3 feature request]: multiple passwords for single user
...>: > Hi. > > I wonder if there any plans of finishing "multiple passwords for single > user" > feature? > <snip> > > Untill that happens (not that great) workaround exists: > http://wiki2.dovecot.org/Authentication/MultipleDatabases > > ? Whoops misfired Unless you want a single service to have multiple passwords, which doesn't seem like a good idea to me, use SQL if statements to separate by service/host.?? http://www.dovecot.org/list/dovecot/2014-July/097140.html
2014 Jul 12
1
Pigeonhole sieve misfile
I'm having an issue with sieve putting some emails into the spam folder, that should not be matching the spam rule. I tried looking but can't seem to find a debug option. Is there any way I can get a log of what the sieve rule path that matches so I can locate the misfiring rule? or maybe something else that is going on. I already checked the dovecot sieve log file, and there is nothing in there.
2004 Mar 16
3
save GUI window position in windows version?
Hi, I'm using windows GUI version. Is there any way to save window position from previous session?Everytime I open GUI starts as maximized and I have to resize it. Thanks for the help. SI
2018 Apr 09
1
llvm-dev Digest, Vol 166, Issue 22
Hi Krzysztof, Sure, please see below. DAG.dump.() before and after, annotated with what I believe the DAG means. I've spent some time debugging the method but it's proving difficult to determine where the logic is misfiring. Disabling the entire combine causes a lot of failing x86-64 tests - I may have to learn an upstream vector ISA to make progress on this. Thank you >From your description it seems like you are seeing an incorrect behavior. If that's the case, it should definitely be fixed. Could you pr...
2004 Mar 03
1
Status Lights on Snom200 Phone Displaying the Status of PSTN Lines
Alright, this may seem like something relatively easy to do but I must be missing something or had a neuron misfire. I am trying to get The Status lights on my Snom200 hardphones to display the status of each one of my PSTN lines in my Asterisk server. Current Config: 3 X100P cards Asterisk CVS-02/25/04-18:06:52 5 Snom200 phones I am currently using the following macro to dial out with my extension...
2016 Jun 29
0
Git Move: GitHub+modules proposal
...r, telling it to generate an incremental ID, update some umbrella's SeqID property (or even a commit SHA) and update the sub-modules. T. Time based: A cron job in our server would frequently pull from all repos and update ID/modules. Option P is less confusion and more fine grained, but if it misfire, we'll lose that push, and its commits will be bundled with the next push on that repo. Option T will invariably bundle things together, even from different repositories. The change that this will "correctly" merge an LLVM+Clang double-patch is not worth the trouble for the noise....
2015 Jan 27
2
Howto NTML
Has anyone gotten NTLM working with Dovecot and Outlook? I have a Samba4 domain controller / active directory running just fine on Linux Slackware64 14.1. PLAIN authenticiation works just fine if I create /etc/passwd accounts for the domain users. I've tried for over two weeks to get NTLM working from Outlook 2007 on a domain workstation without success. I end up with various permission
2008 Jul 08
6
HVMAssist BIOS boot device problem
...FS volumes - for example a file-system level copy. hda is the boot disk of the appliance and contains a single active (bootable) primary partition. If hdb also contains a single active primary partition, sometimes the appliance boots from hda and properly mounts the hdb partition and sometimes it misfires and boots from the hdb partition, causing a disaster (the contents of hdb are unknown to the appliance prior to boot). Example B: Make three copies of a bootable Windows image and set them up as hda, hdb, and hdc. "xm create" boots from the active partition of hda. Shutdown and reor...
2012 Jun 05
0
[LLVMdev] llvm-? new mailing list?
...traffic. > > What do people think? Any other suggestions to divide up the traffic > and reach the right people? See how many threads about clang are started here, and clang has its own sub-website and mailing list. I don't think that an -users or -clients mailing list would have less misfires, quite the contrary, giving the difficulty of separating what's core-developing and what's client stuff for a modular, extensible API framework such as LLVM. And some users would post to -dev anyways because they would think that there is where the real experts are. Which would be almost...
2012 Jun 18
1
using hiera for node classification
...ssword, rabbit_password: rabbit_password, rabbit_user: rabbit_user, libvirt_type: kvm, fixed_range: 10.0.0.0/24 } The above doesn''t work, probably because I''m simply using the wrong structure... Thanks, -Jon ps if you saw this on the -dev list, mea culpa, auto complete misfire reposting here where it belongs.... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/95mnxivvFNwJ. To post to this group, send email to puppet-user...
2018 Apr 09
2
A way to opt out of a dag combine?
Is there an established way of disabling a DAG combine on a per target basis, where it appears to be detrimental to the generated code? Writing if (!mytarget) in DAGCombiner.cpp works but tends to be erased by git merge and generally doesn't look ideal. Writing the inverse transform in target specific code doesn't work in this instance and in general creates an infinite loop. Guidance
2016 Jun 30
2
Git Move: GitHub+modules proposal
...ncremental ID, update some umbrella's SeqID property (or > even a commit SHA) and update the sub-modules. > > T. Time based: A cron job in our server would frequently pull from all > repos and update ID/modules. > > Option P is less confusion and more fine grained, but if it misfire, > we'll lose that push, and its commits will be bundled with the next > push on that repo. > > Option T will invariably bundle things together, even from different > repositories. The change that this will "correctly" merge an > LLVM+Clang double-patch is not wort...
2014 Mar 18
4
[LLVMdev] E = L->begin() in LoopVectorize
Hi, I'm studying loop vectorizer. I don't understand the code yet. But it looks not right to assign L->begin() to E. Is it a typo? Thanks, Liang diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 435c005..87b5d79 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@
2024 Jan 19
1
NUT and Eaton UPS produce a lot of error messages
...e `ups.conf` section name). One of the drivers failing and restarting is not a proper cause for the data server to recycle. Also, nowadays some (maybe not all) USB-capable drivers should try to reconnect without restarting. Note however, that in some NUT iterations it is possible that this feature misfires if the devices get re-enumerated and the driver tries to reuse results of original libusb discovery (e.g. some kernels add +1 to "device" number upon each reconnection, such as due to USB chip/hub reset, EMI causing protocol reset, or a device going to sleep and yanked back to work). I...
2007 Apr 18
2
problem with paravirt part of series
I tried booting the paravirt patches on a real machine to see what would happen. It had worked OK under qemu, so I thought it would be worth it. It seems to boot OK, though perhaps fairly slowly, but once it hits usermode it gets into trouble. When starting udevd, the startup script runs MAKEDEV, which seems to get stuck in an infinite loop in userspace. It eventually gets past that part
2024 Jan 19
2
NUT and Eaton UPS produce a lot of error messages
...nf` section name). One of the drivers failing and restarting is not a proper cause for the data server to recycle. > > Also, nowadays some (maybe not all) USB-capable drivers should try to reconnect without restarting. Note however, that in some NUT iterations it is possible that this feature misfires if the devices get re-enumerated and the driver tries to reuse results of original libusb discovery (e.g. some kernels add +1 to "device" number upon each reconnection, such as due to USB chip/hub reset, EMI causing protocol reset, or a device going to sleep and yanked back to work). &g...
2009 Nov 17
8
rspec-rails gem double quoting (My)SQL?
Hi all, This seems like a plugin conflict (I haven''t yet had success replicating this in a new project), but short version is: when I have "rspec-rails" in my environment.rb plugin config, table names are double quoted in mysql queries generated by my standard finders. rspec-rails commented out: SELECT * FROM `users` WHERE (`users`.`id` = ''159564615'')
2016 Jun 26
7
Git Move: GitHub+modules proposal
So, It's been a while and the GitHub thread is officially dead, so I'll propose a development methodology based on the feedback from that thread. This is not *my* view, but all that was discussed in the threads. My objective is to form an official proposal to use Git as our main repository, overcoming all the problems we currently have without creating many others. In the end, I think
2024 Jan 19
1
NUT and Eaton UPS produce a lot of error messages
...ion name). One of the drivers failing and restarting is not a proper cause for the data server to recycle. >> >> Also, nowadays some (maybe not all) USB-capable drivers should try to reconnect without restarting. Note however, that in some NUT iterations it is possible that this feature misfires if the devices get re-enumerated and the driver tries to reuse results of original libusb discovery (e.g. some kernels add +1 to "device" number upon each reconnection, such as due to USB chip/hub reset, EMI causing protocol reset, or a device going to sleep and yanked back to work). &g...