Re: [scala-functional] Need help with calling and returning value from anon function in scala

2019-05-07 Thread Jed Wesley-Smith
Tushar, this seems to be an issue with whatever Druid is. This mailing list is for questions about Functional Programming in Scala, both in general and more specifically the book with that title. If you ask your question in a more relevant forum somebody may be able to provide you with an answer.

Re: Yara configure statically with modules

2019-05-03 Thread Wesley Shields
What about: ./configure --enable-static --enable-cuckoo --enable-magic --enable-dotnet -- WXS > On May 3, 2019, at 5:22 AM, Shakarim Utepbergenov > wrote: > > Hello guys, I need to build a executable binary file on Ubuntu 18.04 > i've tried configure with static libs > ./configure

[Bug 1827147] [NEW] install crash

2019-04-30 Thread wesley cox
Public bug reported: it crashes about 3/4 into install ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.9 [modified: usr/share/ubiquity/apt-setup] ProcVersionSignature: Ubuntu 4.13.0-32.35~16.04.1-generic 4.13.13 Uname: Linux 4.13.0-32-generic x86_64 ApportVersion:

[PATCH] NTB: correct ntb_dev_ops and ntb_dev comment typos

2019-04-29 Thread Wesley Sheng
The comment for ntb_dev_ops and ntb_dev incorrectly referred to ntb_ctx_ops and ntb_device. Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- include/linux/ntb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/ntb.h b/include/linux/ntb.h index

Re: [OpenStack-Infra] Low Key Monday Evening Get Together

2019-04-24 Thread Wesley Hayutin
Just some local input.. That is a long way to go from downtown. There are plenty of outdoor venues with great beer a little closer. You might want to try a personal favorite [1], there are ton of other breweries around odell as well. Hard to go wrong there. Either way, enjoy your time in

[PATCH 1/3] ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function

2019-04-22 Thread Wesley Sheng
. Remove the redundant steps from switchtec_ntb_reinit_peer() function. Signed-off-by: Joey Zhang Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/ntb/hw/mscc

[PATCH 2/3] ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for crosslink case

2019-04-22 Thread Wesley Sheng
In case of NTB crosslink topology, the setting of shared memory window in the virtual partition doesn't reset on peer's reboot. So skip the unnecessary re-setup of shared memory window for that case. Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc

[PATCH 3/3] ntb_hw_switchtec: Fix setup MW with failure bug

2019-04-22 Thread Wesley Sheng
in a work queue and signal the client once it's done. Signed-off-by: Joey Zhang Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 66 -- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/drivers/ntb

[PATCH 0/3] Redundant steps removal and bug fix of ntb_hw_switchtec

2019-04-22 Thread Wesley Sheng
initialization in a work queue and signal the client once it's done. Regard, Wesley -- Changed since v1: - It's a resend of v1 -- Joey Zhang (2): ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function ntb_hw_switchtec: Fix setup MW with failure bug Wesley Sheng (1

Bug#927470: zsh: Segfault on completion menu in large git repo's

2019-04-20 Thread Wesley Schwengle
``` I've submitted this bug already to upstream[1]. Cheers, Wesley [1]: http://www.zsh.org/mla/workers/2019/msg00251.html -- Package-specific info: Packages which provide vendor completions: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig

[ceph-users] iSCSI LUN and target Maximums in ceph-iscsi-3.0+

2019-04-18 Thread Wesley Dillingham
I am trying to determine some sizing limitations for a potential iSCSI deployment and wondering whats still the current lay of the land: Are the following still accurate as of the ceph-iscsi-3.0 implementation assuming CentOS 7.6+ and the latest python-rtslib etc from shaman: * Limit of 4

[cobirds] Marsh wren

2019-04-17 Thread Jace Wesley Brasher
One adult marsh wren at morey wildlife reserve. Easy to find, but beware of the ticks. They are everywhere. -- You received this message because you are subscribed to the Google Groups "Colorado Birds" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ceph-users] Explicitly picking active iSCSI gateway at RBD/LUN export time.

2019-04-17 Thread Wesley Dillingham
The man page for gwcli indicates: "Disks exported through the gateways use ALUA attributes to provide ActiveOptimised and ActiveNonOptimised access to the rbd images. Each disk is assigned a primary owner at creation/import time" I am trying to determine whether I can explicitly set which

[ovirt-users] Re: Changing from thin provisioned to preallocated?

2019-04-17 Thread Wesley Stewart
Appreciate the response! But there is plenty of space available. About 250 free GBs. My test VM is about 40gb. On Tue, Apr 16, 2019, 1:12 AM Eyal Shenitzky wrote: > Hi Wesley, > > Currently, there is no direct way to change disks allocation policy > (thin-provision <-

[Mpi-forum] Virtual Meeting Tomorrow - Finepoints

2019-04-16 Thread Wesley Bland via mpi-forum
Hi all, Just a reminder - tomorrow, Wednesday 4/17 will be our next virtual meeting for the MPI forum at 10am CT. The dial-in information (along with links to determine the time in your time zone and an iCal link to which you can subscribe) is linked from: https://www.mpi-forum.org/meetings/

[ovirt-users] Changing from thin provisioned to preallocated?

2019-04-15 Thread Wesley Stewart
I am currently running a ZFS server (Running RaidZ2) and I have been experimenting with NFS and shares to host my guests. I am currently running oVirt 4.2.8 and using a RaidZ2 NFS mount for the guests. ZFS definitely is definitely pretty awful (At least in my experience so far) for hosting VMs.

[PATCH v2 1/2] switchtec: Fix false maximum supported PCIe function number issue

2019-04-15 Thread Wesley Sheng
The hardware supports up to 255 PFFs and the driver only supports 48, so this patch updates the driver to support them all. To be backward compatible, a new ioctl and corresponding data structure are created, while keep the deprecated one. Signed-off-by: Wesley Sheng --- drivers/pci/switch

[PATCH v2 0/2] Fix two bugs of switchtec module

2019-04-15 Thread Wesley Sheng
and corresponding data structure are created, while keep the deprecated one. The second is MRPC event unintentionally masked at corner case. Fix this bug by skipping the mask operation for MRPC event in event ISR like what we already do for LINK event. Regard, Wesley -- Changed since v1

[PATCH v2 2/2] switchtec: Fix unintended mask of MRPC event

2019-04-15 Thread Wesley Sheng
we already do for LINK event. Fixes: 52eabba5bcdb ("switchtec: Add IOCTLs to the Switchtec driver") Signed-off-by: Wesley Sheng --- drivers/pci/switch/switchtec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/s

How are you beautiful

2019-04-14 Thread Wesley
I hope you had a lovely night, and you having a wonderful weekend.It is my pleasure meeting you. Am sorry to bother you, i apologize for intruding upon your privacy. My name is Wesley. I`m from the State. I am currently looking for a relationship in which I feel loved. I hope you will be kind

How are you beautiful

2019-04-14 Thread Wesley
I hope you had a lovely night, and you having a wonderful weekend.It is my pleasure meeting you. Am sorry to bother you, i apologize for intruding upon your privacy. My name is Wesley. I`m from the State. I am currently looking for a relationship in which I feel loved. I hope you will be kind

How are you beautiful

2019-04-14 Thread Wesley
I hope you had a lovely night, and you having a wonderful weekend.It is my pleasure meeting you. Am sorry to bother you, i apologize for intruding upon your privacy. My name is Wesley. I`m from the State. I am currently looking for a relationship in which I feel loved. I hope you will be kind

Hello Lovely!!!

2019-04-14 Thread Wesley
It's a beautiful morning from here lovely, i hope this letter met you in the good health, Am Wesley willing to make good friends, bored just wish to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person, Please forgive my manners

How are you beautiful

2019-04-14 Thread Wesley
I hope you had a lovely night, and you having a wonderful weekend.It is my pleasure meeting you. Am sorry to bother you, i apologize for intruding upon your privacy. My name is Wesley. I`m from the State. I am currently looking for a relationship in which I feel loved. I hope you will be kind

[Mpi-forum] MPI Forum Virtual Meeting Reminder

2019-04-10 Thread Wesley Bland via mpi-forum
). Today, we will have one topic for one hour: Fault Tolerance. Thanks, Wesley ___ mpi-forum mailing list mpi-forum@lists.mpi-forum.org https://lists.mpi-forum.org/mailman/listinfo/mpi-forum

[PATCH 1/3] ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function

2019-04-08 Thread Wesley Sheng
. Remove the redundant steps from switchtec_ntb_reinit_peer() function. Signed-off-by: Joey Zhang Signed-off-by: Wesley Sheng --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers

[PATCH 2/3] ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for crosslink case

2019-04-08 Thread Wesley Sheng
In case of NTB crosslink topology, the setting of shared memory window in the virtual partition doesn't reset on peer's reboot. So skip the unnecessary re-setup of shared memory window for that case. Signed-off-by: Wesley Sheng --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 3 +++ 1 file changed

[PATCH 3/3] ntb_hw_switchtec: Fix setup MW with failure bug

2019-04-08 Thread Wesley Sheng
in a work queue and signal the client once it's done. Signed-off-by: Joey Zhang Signed-off-by: Wesley Sheng --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 66 -- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b

[PATCH 0/3] Redundant steps removal and bug fix of ntb_hw_switchtec

2019-04-08 Thread Wesley Sheng
initialization in a work queue and signal the client once it's done. Regard, Wesley Joey Zhang (2): ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function ntb_hw_switchtec: Fix setup MW with failure bug Wesley Sheng (1): ntb_hw_switchtec: Skip unnecessary re-setup

[PATCH 0/2] Fix two bugs of switchtec module

2019-04-08 Thread Wesley Sheng
and corresponding data structure are created, while keep the deprecated one. The second is MRPC event unintentionally masked at corner case. Fix this bug by skipping the mask operation for MRPC event in event ISR like what we already do for LINK event. Regard, Wesley Wesley Sheng (2): switchtec

[PATCH 2/2] switchtec: Fix unintended mask of MRPC event

2019-04-08 Thread Wesley Sheng
we already do for LINK event. Fixes: 52eabba5bcdb ("switchtec: Add IOCTLs to the Switchtec driver") Signed-off-by: Wesley Sheng --- drivers/pci/switch/switchtec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/s

[PATCH 1/2] switchtec: Fix false maximum supported PCIe function number issue

2019-04-08 Thread Wesley Sheng
The hardware supports up to 255 PFFs and the driver only supports 48, so this patch updates the driver to support them all. To be backward compatible, a new ioctl and corresponding data structure are created, while keep the deprecated one. Signed-off-by: Wesley Sheng --- drivers/pci/switch

Re: [Mpi-forum] Broken links for Apr, 17 Virtual Meeting.

2019-04-03 Thread Wesley Bland via mpi-forum
Those links include all of the meetings, not just the individual ones they're next to. On Wed, Apr 3, 2019 at 4:01 AM Artem Polyakov via mpi-forum < mpi-forum@lists.mpi-forum.org> wrote: > Hello, > > FYI: For me an ICAL and Google Calendar links for Apr 17 virtual meeting > are actually pointing

[Mpi-forum] Reminder: MPI Virtual Meeting - Wednesday, April 3 - 10am Central US

2019-04-02 Thread Wesley Bland via mpi-forum
that the US moved to daylight savings time. I have no idea of the status of the rest of the world at the moment, but the link above has links to get the time in your local time zone. Thanks, Wesley ___ mpi-forum mailing list mpi-forum@lists.mpi-forum.org

Re: [rdo-dev] [infra][tripleoci] ppc64le container images in registry.rdoproject.org

2019-04-02 Thread Wesley Hayutin
rebooting this conversation... see inline at the bottom On Mon, Mar 25, 2019 at 11:29 AM Javier Pena wrote: > > > -- > > On Fri, Mar 22, 2019 at 8:35 PM Javier Pena wrote: > >> >> >> - Original Message - >> > I've been working with mjturek and baha on this

Hello Lovely!!!

2019-03-31 Thread Wesley
Good day dear, i hope this letter meets you well, Am Wesley i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person, Please forgive my manners am not good when it comes to Internet because that is not really my field

How are you beautiful

2019-03-31 Thread Wesley
I guess you are having a lovely weekend. My name is Wesley,I know this may seem inappropriate so i ask for your forgiveness.I hope this email meet you in good health condition.I`m Sorry for intruding upon your privacy. I`m from the State .I am very cheerful, kind and positive man, and I am

Pěkné setkání s vámi

2019-03-31 Thread Wesley
Myslím, že jste s krásným weekend.My jméno je Wesley, vím, že to může zdát nevhodné, takže jsem požádat o odpuštění. Doufám, že tento e-mail se s vámi setkat v dobrém zdravotním stavu.I 'omlouvám se za pronikání na vaše soukromí. Jsem ze Státu. Jsem velmi veselý, laskavý a pozitivní člověk a já

How are you beautiful

2019-03-31 Thread Wesley
I guess you are having a lovely weekend.My name is Wesley,I know this may seem inappropriate so i ask for your forgiveness.I hope this email meet you in good health condition.I`m Sorry for intruding upon your privacy. I`m from the State .I am very cheerful, kind and positive man, and I am

How are you beautiful

2019-03-31 Thread Wesley
I guess you are having a lovely weekend.My name is Wesley,I know this may seem inappropriate so i ask for your forgiveness.I hope this email meet you in good health condition.I`m Sorry for intruding upon your privacy. I`m from the State .I am very cheerful, kind and positive man, and I am

Re: [rdo-dev] [infra][tripleoci] ppc64le container images in registry.rdoproject.org

2019-03-22 Thread Wesley Hayutin
On Fri, Mar 22, 2019 at 3:36 AM Javier Pena wrote: > > > - Original Message - > > I've been working with mjturek and baha on this a bit. I've responded > inline > > below, but also want to clarify on the desired workflow. > > > > TL;DR: The desired workflow is to have ppc64le and x86_64

Re: [rdo-dev] [infra][tripleoci] ppc64le container images in registry.rdoproject.org

2019-03-21 Thread Wesley Hayutin
On Thu, Mar 21, 2019 at 11:19 AM Javier Pena wrote: > > > - Original Message - > > Hi all, > > > > Over the last few weeks, mjturek and baha have been busy working on a > set of > > periodic jobs to build TripleO images for the ppc64le arch [1]. > > > > The current missing step is

Re: [ceph-users] rbd-target-api service fails to start with address family not supported

2019-03-18 Thread Wesley Dillingham
This worked perfectly, thanks. From: Jason Dillaman Sent: Monday, March 18, 2019 9:19 AM To: Wesley Dillingham Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] rbd-target-api service fails to start with address family not supported Looks like you have

[ceph-users] rbd-target-api service fails to start with address family not supported

2019-03-18 Thread Wesley Dillingham
I am having some difficulties getting the iscsi gateway and api setup. Working with a 12.2.8 cluster. And the gateways are Centos 7.6.1810 kernel 3.10.0-957.5.1.el7.x86_64 Using a previous version of ceph iscsi packages: ceph-iscsi-config-2.6-2.6.el7.noarch ceph-iscsi-tools-2.1-2.1.el7.noarch

Bug#924736: zsh 5.7.1 segfaults when three setopt options are in play

2019-03-16 Thread Wesley Schwengle
Package: zsh Version: 5.7.1-1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** Have a zshrc with the following setopts: setopt hist_reduce_blanks setopt hist_ignore_space setopt interactivecomments * Run zsh -f * Now enter `

[ovirt-users] Re: GPU passthrough

2019-03-16 Thread Wesley Stewart
I actually use an oVirt VM as my desktop at home. Why? Because I can and I didn't want to have to buy another box for my desktop. However there are a few caveats to this and some lessons I learned. The consumer grade GTX cards are going to have issues being passed through. NVIDIA blocks this

Re: [Bloat] [iccrg] Fwd: [tcpPrague] Implementation and experimentation of TCP Prague/L4S hackaton at IETF104

2019-03-15 Thread Wesley Eddy
Hi, Dave, strangely it looks like nobody has been copying TSVWG on this thread, even though that is where the L4S work is happening in the IETF!  :) I just wanted to respond to one part of your message since I am currently acting as document shepherd for the L4S drafts in TSVWG, and it seems

Bug#924050: poppler-utils: pdfsig segfaults on signed PDF

2019-03-08 Thread Wesley Schwengle
Package: poppler-utils Version: 0.71.0-3 Severity: important Dear Maintainer, $ /usr/bin/pdfsig ~/Downloads/bar.pdf Digital Signature Info of: /home/wesleys/Downloads/bar.pdf Internal Error (0): Input couldn't be parsed as a CMS signature zsh: segmentation fault /usr/bin/pdfsig

[cobirds] White-Throated Sparrow

2019-03-07 Thread Jace Wesley Brasher
This fall I had a White-Throated Sparrow along the stream behind my house. I had the privilege of following it each afternoon for around 17 days. Will it return next fall? Do White-Throated Sparrows stick to the same migratory path? -- You received this message because you are subscribed to

[casper] Re: BSP request from INAF

2019-03-07 Thread Wesley New
n that can be opened in Vivado and perused at ones leisure. Please let me know if there are any other questions. Wesley New South African SKA Project +2721 506 7300 www.ska.ac.za On Thu, Mar 7, 2019 at 12:06 PM Alex Bassios wrote: > Hi Adam/Jason/Wesley > > > > Andrea Melis from

Re: [Mpi-forum] May 2019 Reading Announcement - Add missing info keys

2019-03-06 Thread Wesley Bland via mpi-forum
Fair enough. Move along. Nothing to see here. > On Mar 6, 2019, at 4:48 PM, HOLMES Daniel wrote: > > Hi Wesley, > > Suggested ticket 0. Do we need a reading? If the chapter committee chair > agrees, can we just move straight to requesting that the document editor > mer

[Mpi-forum] May 2019 Reading Announcement - Add missing info keys

2019-03-06 Thread Wesley Bland via mpi-forum
In the interest of being done with this tiny thing, I’d like to announce this reading for the May 2019 meeting: Errata: Add missing info keys to language bindings Issue: #123 PR: #102

[Rhcnhire] 新个税、新社保下用工模式调整策略

2019-02-22 Thread Wesley

FS: IIci, IIcx, Quadra 700 "Feet"

2019-02-18 Thread Wesley Furr
ing around. Sounds like they are rather uncommon. How about $5 each shipped? If you feel that's too high, I'm certainly open to offers. Thanks, Wesley Furr Bridgewater, VA 22812 -- You received this message because you are a member of the LEM Swap group. To post to this group, send email

Re: Stus-List CYOB Inbox – C Project

2019-02-17 Thread Patrick H. Wesley via CnC-List
n H. > > Sent from my BlackBerry 10 smartphone on the Bell network. > *From: *Rick Brass > *Sent: *Saturday, February 16, 2019 1:58 PM > *To: *cnc-list@cnc-list.com; 'Patrick H. Wesley' > *Cc: *'Ken Heaton' > *Subject: *RE: Stus-List CYOB Inbox – C Project > > Actu

Re: Stus-List CYOB Inbox – C Project

2019-02-16 Thread Patrick H. Wesley via CnC-List
Would appreciate some help in finding out how to find the C & C Facebook Group since a couple of searches in FB have led me nowhere. Thanks, Patrick Wesley Sidney BC On Fri, Feb 15, 2019 at 12:17 PM Ken Heaton via CnC-List < cnc-list@cnc-list.com> wrote: > If you aren't on the C F

Re: llvm-7.0.1 fallout: lang/crystal

2019-02-13 Thread Wesley Moxam
a heads-up: lang/crystal >>> doesn't build any more after the update to clang 7 in both base and >>> ports. >> >> Not handled upstream yet. >> https://github.com/crystal-lang/crystal/issues/6754 > > Wesley, I see that you have commented on this issue. D

Re: pkg_add, stdout and exit code

2019-02-13 Thread Wesley Mouedine Assaby
What's about the stdout ? On 13.02.2019 02:11, Solene Rapenne wrote: On Wed, Feb 13, 2019 at 01:56:07AM -0500, Wesley Mouedine Assaby wrote: Hi all, I'm using OpenBSD 6.4 amd64 (GENERIC.MP) #6 Using 'pkg_add' i can't access stdout, and the exit code stays 0 whatever it finds

pkg_add, stdout and exit code

2019-02-12 Thread Wesley Mouedine Assaby
behavior ? Thanks, Wesley

Re: [outages] Outages Digest, Vol 128, Issue 18

2019-01-29 Thread Wesley Kirkland via Outages
It was DNS https://twitter.com/AzureSupport/status/1090371161911812096 It's not DNS There's no way it's DNS It was DNS ~Wesley K. 865-362-9130 wes...@wesleyk.me http://wesleyk.me On Tue, Jan 29, 2019 at 4:53 PM wrote: > Send Outages mailing list submissions to > outages@outag

Re: Any way to replace function body?

2019-01-21 Thread Wesley Hall
Janko, It's a little hard to see exactly, but you might want to have a quick glance at the docs for, "with-redefs" in the core library. This will give you a slightly more structured way to redefine vars with actual scoping, even if that scope is your entire app it might be a more controlled

Re: [mkgmap-dev] default style improvements / updated typ-file

2019-01-20 Thread Wesley Martins
Hello Joris, Attached is the portuguese translation. Added column for portuguese and sortorder column is intact. ;D Regards Wesley On Sat, Jan 19, 2019 at 9:08 AM Joris Bo wrote: > Super Ralf, Danke! > Habe es schon verarbeitet > > Gr Joris > > > -Oorspronkeli

Re: [mkgmap-dev] default style improvements / updated typ-file

2019-01-19 Thread Wesley Martins
Hello Joris, I have interest in help with portuguese (0x10) translate. How can I help? Regards, Wesley On Sat, Jan 19, 2019 at 7:04 AM Joris Bo wrote: > Hello Nick > > > > Thx for your feedback! > > > > I wrote a program to extraxt icons from a master librar

[cobirds] Barnacle goose

2019-01-18 Thread Jace Wesley Brasher
Has anyone seen the barnacle goose today? I was hoping to go see it this weekend. -- You received this message because you are subscribed to the Google Groups "Colorado Birds" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Bug#917512: postfix: smtputf8_enable performs case folding incorrectly

2018-12-27 Thread Wesley S.
((dict->flags & DICT_FLAG_FIXED) ? +DICT_FLAG_FOLD_FIX : DICT_FLAG_FOLD_MUL))) { if (dict->fold_buf == 0) dict->fold_buf = vstring_alloc(10); return (casefold(dict->fold_buf, string)); Kind regards Wesley S. -- System Information: Debian Release

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
of Debian mailing list instead.. Thank you for figuring out my problem. Kind regards Wesley S. Op vr 28 dec. 2018 om 00:29 schreef Wietse Venema : > Fixed in Postfix 3.4, but for some reason never made it into > the Postfix stable releases. Fixed by adding one set of (). > &

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
=yy=domain.com=i...@otherdomain.com Dec 27 22:53:09 synio postfix/cleanup[31933]: dict_tcp_lookup: key *srs0* ==yy=domain.com=i...@otherdomain.com So perhaps the UTF8 module changed the case to lowercase before handing it off to dict_tcp_lookup or something..? I really don't know... Kind r

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
backup = dict->utf8_backup; value = backup->lookup(dict, fold_res); *dict->flags |= saved_flags;* Perhaps something is going wrong there? I need to brush up on bitwise operations before I can say for sure.. but it does look like it might be the possible culprit? Kind regards Wesley Op d

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
found: SRS1=Ftpn=otherdomain.com===YY= domain.com=i...@synio.be SRS1=Ftpn=otherdomain.com===YY=domain.com=i...@synio.be But... I do want full UTF8 support.. *So what is going wrong with the combination of UTF8 + dict_tcp_lookup?* Any ideas how to fix this in my configuration? Or is this a bug? Kind

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
ct->fold_buf)*)*; } Thanks for solving the issue with me! Kind regards Wesley -- *Synio* *Ilgatlaan 9* *3500 Hasselt* *0477 71 79 25*

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
ess (lowercased). Any idea how this could be possible and how it could be fixed? Thanks for the feedback so far. It looks like we're on the right track to finding the problem. Kind regards Wesley Op do 27 dec. 2018 om 21:28 schreef Wietse Venema : > Wesley van Synio: > > I still can't fi

Re: Return-Path: SRS0... converted to lowercase

2018-12-27 Thread Wesley van Synio
be located somewhere around there...? Any other insights would be helpful! Thank you Wesley S. -- *Synio* *Ilgatlaan 9* *3500 Hasselt* *0477 71 79 25*

Return-Path: SRS0... converted to lowercase

2018-12-26 Thread Wesley van Synio
- - smtpd -o smtpd_sasl_auth_enable=yes Thank you for looking into it. Let me know if more info is required. Also let me know if someone has an idea of where the problem could possibly be? Kind regards Wesley S.

[Bug 1809296] [NEW] package phpmyadmin 4:4.6.6-5 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 10

2018-12-20 Thread Wesley D. Koerber
Public bug reported: Description:Ubuntu 18.10 Release:18.10 phpmyadmin: Installed: 4:4.6.6-5 Candidate: 4:4.6.6-5 Version table: *** 4:4.6.6-5 500 500 http://us.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages 500 http://us.archive.ubuntu.com/ubuntu

[6lo] Tsvart last call review of draft-ietf-6lo-nfc-12

2018-12-17 Thread Wesley Eddy
Reviewer: Wesley Eddy Review result: Ready with Issues This document has been reviewed as part of the transport area review team's ongoing effort to review key IETF documents. These comments were written primarily for the transport area directors, but are copied to the document's authors and WG

Re: [Sikuli-driver] [Question #676721]: Support for Python 3? --- SikuliX uses Jython 2.7 - no version 3 in near future

2018-12-10 Thread Wesley-Yu
Question #676721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676721 Wesley-Yu posted a new comment: Thanks Mike very much -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #676721]: Support for Python 3? --- SikuliX uses Jython 2.7 - no version 3 in near future

2018-12-10 Thread Wesley-Yu
Question #676721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676721 Status: Answered => Solved Wesley-Yu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #676721]: Support for Python 3? --- SikuliX uses Jython 2.7 - no version 3 in near future

2018-12-10 Thread Wesley-Yu
Question #676721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676721 Wesley-Yu gave more information on the question: But i want to use it in python 3.7 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #676721]: Support for Python 3? --- SikuliX uses Jython 2.7 - no version 3 in near future

2018-12-10 Thread Wesley-Yu
Question #676721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676721 Status: Answered => Open Wesley-Yu is still having a problem: The problem I am currently experiencing is that python 2.7 can use sikulixapi.jar -- You received this question notification because y

[Sikuli-driver] [Question #676721]: Will appear support for Python high version?

2018-12-09 Thread Wesley-Yu
New question #676721 on Sikuli: https://answers.launchpad.net/sikuli/+question/676721 As we all know, the Python 2x will stop updating. More testers use python as a test language. Thank you very much -- You received this question notification because your team Sikuli Drivers is an answer

[PATCH 1/5] switchtec: Remove immediate status check after submit a MRPC command

2018-12-09 Thread Wesley Sheng
and a proper fix of this should be done in firmware. Fixes: 080b47def5e5 ("MicroSemi Switchtec management interface driver") Signed-off-by: Kelvin Cao Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/pci/switch/switchtec.c | 4 1 file changed, 4 deletions(-)

[PATCH 2/5] switchtec: Set DMA coherent mask in Switchtec driver

2018-12-09 Thread Wesley Sheng
From: Boris Glimcher Switchtec hardware supports 64-bit DMA, set the correct DMA mask. This allows the CMA to allocate larger buffers for memory windows. Signed-off-by: Boris Glimcher Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/pci/switch/switchtec.c | 4 1

[PATCH 4/5] switchtec: Improve MRPC efficiency by leveraging write combining

2018-12-09 Thread Wesley Sheng
seeing reads to this register are processed by low latency hardware. Signed-off-by: Kelvin Cao Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/pci/switch/switchtec.c | 41 +++-- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git

[PATCH 0/5] Switchtec MRPC DMA mode support

2018-12-09 Thread Wesley Sheng
the efficiency of filling MRPC Input buffer by enabling write combining on MRPC region of BAR * Software workaround for delay responded Memory READ TLPs that access the BAR * And several bug fixes Regards, Wesley -- Changed since v1: - It's a resend of v1 -- Boris Glimcher (1): switchtec

[PATCH 5/5] switchtec: MRPC DMA mode implementation

2018-12-09 Thread Wesley Sheng
by two readl/writel on systems that do not support it. Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/pci/switch/switchtec.c | 108 + include/linux/switchtec.h | 16 ++ 2 files changed, 114 insertions(+), 10 deletions(-) diff

[PATCH 3/5] switchtec: A temporary variable should be used for the flags of switchtec_ioctl_event_ctl

2018-12-09 Thread Wesley Sheng
: 52eabba5bcdb ("switchtec: Add IOCTLs to the Switchtec driver") Signed-off-by: Joey Zhang Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/pci/switch/switchtec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switcht

[PATCH v2 3/3] ntb_hw_switchtec: Added support of >=4G memory windows

2018-12-05 Thread Wesley Sheng
nge to between 4K and 2^63. Reported-by: Boris Glimcher Signed-off-by: Paul Selles Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 9 +++-- include/linux/switchtec.h | 6 +- 2 files changed, 12 insertions(+), 3 deletions(-) d

[PATCH v2 2/3] ntb_hw_switchtec: NT req id mapping table register entry number should be 512

2018-12-05 Thread Wesley Sheng
The number of available NT req id mapping table entries per NTB control register is 512. The driver mistakenly limits the number to 256. Fix the array size of NT req id mapping table. Fixes: c082b04c9d40 ("NTB: switchtec: Add NTB hardware register definitions") Signed-off-by: We

[PATCH v2 0/3] ntb_hw_switchtec: Added support of >=4G memory windows

2018-12-05 Thread Wesley Sheng
thorpe at https://github.com/sbates130272/linux-p2pmem on branch of ntb_multiport_fixes Regards, Wesley -- Changed since v1: - Using upper_32_bits() and lower_32_bits() marcos makes it easier to read and avoids compiler warning on 32-bit arch - Reorder the patches to make the bug fixes

[PATCH v2 3/3] ntb_hw_switchtec: Added support of >=4G memory windows

2018-12-05 Thread Wesley Sheng
nge to between 4K and 2^63. Reported-by: Boris Glimcher Signed-off-by: Paul Selles Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 9 +++-- include/linux/switchtec.h | 6 +- 2 files changed, 12 insertions(+), 3 deletions(-) d

[PATCH v2 2/3] ntb_hw_switchtec: NT req id mapping table register entry number should be 512

2018-12-05 Thread Wesley Sheng
The number of available NT req id mapping table entries per NTB control register is 512. The driver mistakenly limits the number to 256. Fix the array size of NT req id mapping table. Fixes: c082b04c9d40 ("NTB: switchtec: Add NTB hardware register definitions") Signed-off-by: We

[PATCH v2 0/3] ntb_hw_switchtec: Added support of >=4G memory windows

2018-12-05 Thread Wesley Sheng
thorpe at https://github.com/sbates130272/linux-p2pmem on branch of ntb_multiport_fixes Regards, Wesley -- Changed since v1: - Using upper_32_bits() and lower_32_bits() marcos makes it easier to read and avoids compiler warning on 32-bit arch - Reorder the patches to make the bug fixes

[PATCH v2 1/3] ntb_hw_switchtec: debug print 64bit aligned crosslink BAR Numbers

2018-12-05 Thread Wesley Sheng
Signed-off-by: Paul Selles Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c index 5ee5f40..9916

[PATCH v2 1/3] ntb_hw_switchtec: debug print 64bit aligned crosslink BAR Numbers

2018-12-05 Thread Wesley Sheng
Signed-off-by: Paul Selles Signed-off-by: Wesley Sheng Reviewed-by: Logan Gunthorpe --- drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c index 5ee5f40..9916

[Mpi-forum] Doodle Poll for Virtual Meetings

2018-12-05 Thread Bland, Wesley via mpi-forum
Hi all, Here’s the Doodle poll to vote for the schedule of the upcoming virtual meetings. I’ll close the vote on Dec 6 at 9am Pacific US so we can make the determination after the votes tomorrow. https://doodle.com/poll/bdbt67kw8f785dxh Thanks, Wesley

[ovirt-users] Re: oVirt node LDAP auth

2018-12-05 Thread Wesley Stewart
Yeah, I run an AD environment and oVirt at home (Because why not?) Run ovirt-engine-extension-aaa-ldap-setup from the terminal. Pretty straightforward! On Wed, Dec 5, 2018 at 9:33 AM Николаев Алексей < alexeynikolaev.p...@yandex.ru> wrote: > Hi, community! > > What is best way for LDAP auth

Re: [VOTE] KIP-354 Time-based log compaction policy

2018-12-04 Thread xiongqi (wesley) wu
log.retention.ms and log.message.timestamp.difference.max.ms in KAFKA-4340. I agree that we can always use first message timestamp not the maxTimestamp of the previous log segment to make it simple. I have updated the KIP. Xiongqi (wesley) Wu On Tue, Dec 4, 2018 at 5:13 PM Colin McCabe wrote

Re: Alternatives to official Apple ADB peripherals?

2018-12-04 Thread Wesley Furr
Have you seen the ADB-USB Wombat? https://www.bigmessowires.com/usb-wombat/ Not sure how that compares to prices on ADB keyboards and mice... Wesley On Tue, December 4, 2018 11:13 am, Christian Wacker wrote: > I'm trying to revive my old Mac Classic that I've had kicking around for >

[Sikuli-driver] [Question #676405]: About sikulixapi

2018-11-27 Thread Wesley-Yu
New question #676405 on Sikuli: https://answers.launchpad.net/sikuli/+question/676405 in version 1.1.1 After installation sikulixapi only 9.13Mb, I found this page :https://raiman.github.io/SikuliX1/downloads.html sikulixapi size is 84.9M, What is the difference? -- You received this

Re: [Sikuli-driver] [Question #676388]: How to use python transfer Minimize tools and then screen shots

2018-11-27 Thread Wesley-Yu
Question #676388 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676388 Wesley-Yu posted a new comment: Sorry just forgot this -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

<    9   10   11   12   13   14   15   16   17   18   >