Displaying 20 results from an estimated 758 matches for "misinterpreting".
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
FYI. Does Dovecot implement BODYSTRUCTURE?
An eval copy of Mulberry can be downloaded from
<http://www.cyrusoft.com/mulberry/>.
------------ Forwarded Message ------------
Date: Tuesday, February 10, 2004 6:56 PM +0100
From: Lennart Petersson <lennart at informatik.gu.se>
To: mulberry-discuss at cyrusoft.com
Subject: Dovecot and Mulberry
I've recently changed my imap-server
2009 Feb 05
2
m3u generation prefers one TCP port
I have auto-generated m3u's preferring port :8000 even when accessed
from :80
<listen-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
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 also...
2012 Sep 18
1
Nouveau core in userspace
Hello,
I saw in 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[2]...
2008 May 02
2
Out of bounds negative index
Hi,
From the R Language Definition, Section 3.4.1:
"If i is positive and exceeds length(x) then the corresponding
selection is NA. A negative out of bounds value for i causes an error."
(This is also mentioned in S Programming, footnote of page 24.)
Can someone please provide an example triggering the error? Looking in
src/main/subscript.c I could not find exception handling for
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 is...
2011 Dec 09
2
unexpected behaviour of sub() / usage of regexp
Dear R users,
the way I understand the documentation of sub() and regexp the following 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
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 not...
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
2016 Feb 04
2
user password in mail-filter plugin
Am 04.02.2016 um 17:43 schrieb Timo Sirainen:
> On 04 Feb 2016, at 03:44, Thomas M?hle <thomas at bitkomplex.de> wrote:
>>
>> Hello,
>>
>> I would like to use the users password within a mail-filter script.
>> Dovecots %w variable is only available within dovecot-auth, is there any
>> way to access the password for a mail-filter?
>
> Something
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
2005 Jan 10
3
liboggflac1 soname
On Mon, Jan 10, 2005 at 09:37:18PM -0800, Josh Coalson wrote:
> as far as I can piece together, the last releases went like:
>
> FLAC release libOggFLAC went to
> ------------- ------------------------------------------
> 1.1.0 1:2:0 from 1:1:0 (code changes only I think)
> 1.1.1-beta1 2:0:1 from 1:2:0 (some i'faces added, some changed)
> 1.1.1
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?
Schoo...
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?
Schoo...
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
I've written a GUI for using rsync on windows machines for third-party
use. The project has reached a beta state and is now being tested in
live situations. However, during these tests, I've encountered some odd
behavior with specific pathnames.
For the record: I'm currently using a cygwin distribution which includes
rsync 2.6.3 to run rsync on Windows machines. The remote server is