search for: misinterpret

Displaying 20 results from an estimated 749 matches for "misinterpret".

2007 Jan 15
2
Queue cmd option 'i'
...whose next according to the queue strategy should get the call even if they have forwarding enabled on their SIP device. The forwarding should be ignored. Using Queue(customerservice|i) causes Asterisk to crash when sending the call to the member with forwarding enabled on their SIP device. Am I misinterpreting what this option does? Thanks, James
2006 May 04
6
Share Access
...with the perl "open" function umount the share This is, I think, as expected. However, on Windows2003, I: connect the share as user1 unsuccessfully attempt to open the file for writing with vim This seems inconsistent with the results on linux, and not what I expected. Am I misinterpreting the expected results? Thanks for any responses. Sincerely, Don Watson Linux Technology and Solutions; Beaverton, OR 503-578-4861/TL: 775-4861; dwatson@us.ibm.com
2004 Feb 10
1
Dovecot and Mulberry
...arset="iso-8859-1" and Content-Transfer-Encoding: quoted-printable, it is displayed as 7bit and us-ascii. All these =F6 and so on is irritating. The only way remedy the problem is to quit mulberry and start again and almost always the email is displayed properly. And if the mail that gets misinterpreted is a multi-part email mulberry only reports that it has one part. But if you view the mail in raw all the parts are there. I've yet to see a pattern in then mulberry starts this misinterpretations. Sometimes it is a email from pine or a mail from a mailinglist or from outlook or ... A colleg...
2009 Feb 05
2
m3u generation prefers one TCP port
...socket> <port>8000</port> </listen-socket> <listen-socket> <port>80</port> </listen-socket> ~% w3m -dump_source http://icecast.playlouder.com:80/totalrock.m3u http://icecast.playlouder.com:8000/totalrock ~% Is this a bug or misinterpretation of the config? C. -- 020 7729 4797 http://blog.playlouder.com/
2010 May 03
2
Questions, Issues with 2.0
I'm trying to use an external program to set the location of user's maildirs to match an existing hashing schema but the docs for how to do this in 1.x do not seem to apply to 2.0 or I'm misinterpreting them. protocol imap { mail_executable = /opt/dovecot-test/sonic-imap ... This correctly executes the and attempts to sets the MAIL variable but it appears that mail_executable is run before the user is logged in so the $USER variable isn't set and the process' uid is still 0. We a...
2012 Sep 18
1
Nouveau core in userspace
...the "core" commit message that you worked on the nouveau core code in userspace. I'm currently digging into some old cards support and would benefit from not having to tickle with kernel/reboot/etc. on every change/crash. Do you have any userspace code that you can share, or did I misinterpret the commit message? -- With best wishes Dmitry
2013 Feb 10
3
Constrained Optimization in R (alabama)
...9;m trying to solve this simple optimization problem in R. The parameters are the exponents to the matrix mm. The constraints specify that each row of the parameter matrix should sum to 1 and their product to 0. I don't understand why the constraints are not satisfied at the solution. I must be misinterpreting how to specify the constrains somehow. library(alabama) ff <- function (x) { mm <- matrix(c(10, 25, 5, 10), 2, 2) matx <- matrix(x, 2, 2) -sum(apply(mm ^ matx, 1, prod)) } ### constraints heq <- function(x) { h <- rep(NA, 1) h[1] <- x[1] + x[3] -1 h[2] <- x...
2008 May 02
2
Out of bounds negative index
...Can someone please provide an example triggering the error? Looking in src/main/subscript.c I could not find exception handling for |i| > length(x), unless the negative subscript is mixed with NAs. In other cases, out of bounds negative indexes just seem silently ignored. Did I missed or misinterpreted something, here? Thanks in advance --- Vincent Goulet, Associate Professor ?cole d'actuariat Universit? Laval, Qu?bec Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2017 Dec 19
2
Pigeonhole implicit keep gets unfiltered message
...n the spam folder is the filtered version, but the implicit-keep message is the original, unfiltered message. If I add an explicit `keep;` to the end, it stores the filtered version into my inbox. Based on the filter RFC, I was expecting the implicit keep to retain the filtered version. Am I misinterpreting the spec? # Adam -- Adam Weinberger adamw at adamw.org http://www.adamw.org
2007 Feb 23
1
Asterisk and DTMF
...PAP2 DTMF configurations is set to INFO and Asterisk to INFO too. At first, is INFO method different from RFC2833?? Well, I have two problems. The first is that when I place a call to outside, via E1 trunk, sometimes I get some DTMF tones and I'm sure nobody hit any key. Seems like Asterisk is misinterpreting some voice frequencies as DTMF tones and is regenerating it. I think it is related to the INFO method, as Asterisk and/or PAP2 have to send it outband and the other side will generate the TONE. Is that right? Anyone experienced something like this, and have resolved it?? Ok, the second problem...
2011 Dec 09
2
unexpected behaviour of sub() / usage of regexp
...code: sub('[[:digit:]]{1,2}', '', '9ewww') ... should yield: 'ewww' It returns, however: 'www' Why is this the case? My code should just substitute 1 (minimum) or up to 2 (maximum) digits, i.e. numbers and not the 'e' in the string. Do I misinterpret something here? Thanks for any ideas Jannis > sessionInfo() R version 2.14.0 (2011-10-31) Platform: i686-pc-linux-gnu (32-bit) locale: ?[1] LC_CTYPE=en_US.UTF-8?????? LC_NUMERIC=C???????????? ? ?[3] LC_TIME=en_US.UTF-8??????? LC_COLLATE=en_US.UTF-8?? ? ?[5] LC_MONETARY=en_US.UTF-8??? LC_MES...
2007 Sep 20
2
[LLVMdev] Building with Microsoft Visual Studio
...LLVM targeting a proprietary VM. Thus far > development has been under Linux and Cygwin. Cygwin licensing would appear > to require that LLVM built under Cygwin would have to be released under the > GPL, so alternatives are being investigated. I am not a lawyer, but: I think that you are misinterpreting the GPL. Just because Cygwin contains some GPL software does not automatically make all software it compiles GPL. Compiling LLVM with Cygwin does not change Cygwin's license. So, you are safe here. (The only way the GPL would apply is if you were modifying Cygwin itself here, which you are...
2014 Apr 07
3
Patch to fix compiler warnings and error status collisions
Hi, I am new around here, so I am not sure of all your procedures for submitting patches/pull requests. The attached patch fixes all Clang compilation warnings. Note, some of these warnings were real problems. There is the potential for API users to misinterpret the state being returned since the return variable was of type FLAC__StreamDecoderState, but the value being returned was FLAC__StreamDecoderInitStatus. When FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED was returned in this case it was indistinguishable from FLAC__STREAM_DECODER_OGG_ERROR....
2016 Feb 04
2
user password in mail-filter plugin
...assword for a mail-filter? > > Something like this should work in recent versions: > > passdb { > .. > override_fields = userdb_pass=%w > } > > plugin { > mail_filter = mail-filter %{userdb:pass} > } > Thanks for that idea, unfortunately %{ seems to be misinterpreted and the mail-filter script recieves the rest of the string "userdb:pass}" as a parameter, instead of the password. So, do I get this right? During login the content of dovecots %w variable is supposed to be stored in a userdb field, called userdb_pass, and the %{x} is supposed to get t...
2014 Sep 08
3
OpenUPS2 support in the HID driver?
I bought a very nice little, self contained, UPS from mini-box: http://www.mini-box.com/OpenUPS2 thinking it would be handled by NUT. I think I misread or misinterpreted the HCL http://www.networkupstools.org/stable-hcl.html The OpenUPS UPS is listed as supported under usbhid-ups, and I had assumed that OpenUPS2 would be as well. Bzzzzt. I get a unknown device ID for d005 Is adding (or hacking) support for this device into the HID driver something simple...
2005 Jan 10
3
liboggflac1 soname
...hanges only, no > interface changes) > > I think this is all according to the libtool rules in > http://www.gnu.org/software/libtool/manual.html#SEC35 > > the 'enum renumbering' to me implied an 'interface change' > but maybe I misinterpreted. Yes, it's a change. The libtool manual seems a little incomplete here. This issue is that the order of items in the enum has changed in the header. Appending is generally safe, but because enums are mapped to integers in the object code, an app built against 1.1.0 would for example misinter...
2009 Mar 25
2
"[.data.frame" and lapply
...function(i) data.frame(x=rnorm(5), y=rnorm(5))) > str(d) > > lapply(d, "[", i= c(1)) # fine, this extracts the first columns > lapply(d, "[", j= c(1, 3)) # doesn't do nothing ?! > > library(plyr) > > llply(d, "[", j= c(1, 3)) # same Am i misinterpreting the meaning of "j", which I thought was an argument of the method "[.data.frame"? > args(`[.data.frame`) > function (x, i, j, drop = if (missing(i)) TRUE else length(cols) == > 1) > Many thanks, baptiste _____________________________ Baptiste Augui? Sc...
2009 Mar 25
2
"[.data.frame" and lapply
...function(i) data.frame(x=rnorm(5), y=rnorm(5))) > str(d) > > lapply(d, "[", i= c(1)) # fine, this extracts the first columns > lapply(d, "[", j= c(1, 3)) # doesn't do nothing ?! > > library(plyr) > > llply(d, "[", j= c(1, 3)) # same Am i misinterpreting the meaning of "j", which I thought was an argument of the method "[.data.frame"? > args(`[.data.frame`) > function (x, i, j, drop = if (missing(i)) TRUE else length(cols) == > 1) > Many thanks, baptiste _____________________________ Baptiste Augui? Sc...
2001 Dec 21
2
"at 0x78003b44 referenced memory at 0x00000000" (PR#1225)
...d memory at "0x00000000". The memory could not be "read". When I bring up the debugger and call up that address, it seems to bring me into the MSVCRT.strcpy routine. That's strange. Now I haven't used an assemby language debugger for many many years, so maybe I'm misinterpreting this. But I notice I have several versions of MSVCRT.dll on my machine, and I'm assuming that this routine is inside one of these dlls. So is there a particular MSVCRT.DLL that I should be using? Any other ideas? Really would like to get this working... John Abraham jabraham@ucalgary.ca...
2004 Nov 15
1
several errors with irregular pathnames
....doc" (in module) failed: No such file or directory 2004/11/15 13:25:14 [20736] rsync error: some files could not be transferred (code 23) at main.c(397) After this error, I tried to copy a complete directory which caused the first mentioned problem. It appears that the pathname somehow gets misinterpreted and split into two separates. Which in this last case, causes not existing path-/filenames. If this same pathseparation occurs in the first case, it might explain its behaviour to start working on "module/" or whatever. In short: It appears that rsync misinterprets certain pathnames...