Re: [dmarc-ietf] auth-res vs. dmarc

2020-12-30 Thread Hector Santos
at we need and then use this for the update up the A-R specs to create a more common and useful name space to all. -- Hector Santos, https://secure.santronics.com https://twitter.com/hectorsantos ___ dmarc mailing list dmarc@ietf.org https://www.ietf.o

Re: Servicos REST en IBM I

2020-12-29 Thread Hector Shekerdemian - Bartech
| T. +34 933 063 523 <https://www.facebook.com/pages/Bartech/111074492323267> <http://twitter.com/bartech_info> <https://www.linkedin.com/company/bartech-software> Hector Shekerdemian Director El 29/12/2020 a las 15:41, Rafael Betancourt escribió: Estimados

[PATCH v10 1/2] cpufreq: mediatek-hw: Add support for CPUFREQ HW

2020-12-28 Thread Hector Yuan
From: "Hector.Yuan" Add cpufreq HW support. Signed-off-by: Hector.Yuan --- drivers/cpufreq/Kconfig.arm | 12 ++ drivers/cpufreq/Makefile |1 + drivers/cpufreq/mediatek-cpufreq-hw.c | 370 + 3 files changed, 383 insertions(+)

[PATCH v10] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver

2020-12-28 Thread Hector Yuan
The CPUfreq HW present in some Mediatek chipsets offloads the steps necessary for changing the frequency of CPUs. The driver implements the cpufreq driver interface for this hardware engine. This patch depends on MT6779 DTS patchset[1] submitted by Hanks Chen. >From v8 to v9, there are three

[PATCH v10 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-12-28 Thread Hector Yuan
ml @@ -0,0 +1,116 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/cpufreq/cpufreq-mediatek-hw.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MediaTek's CPUFREQ Bindings + +maintainers: + - Hector Yuan + +d

Re: [dmarc-ietf] reporting documents, Ticket #55 - Clarify legal and privacy implications of failure reports

2020-12-28 Thread Hector Santos
ADSP 5322.From check Maybe DMARC 5322.From check Maybe ATPS 5322.From check Maybe VBR 5322.From check Overall, there are a lot of calls today per SMTP session. -- Hector Santos, https://secure.santronics.com https://twitter.com/hectorsantos ___ dmar

Re: [dmarc-ietf] auth-res vs. dmarc

2020-12-28 Thread Hector Santos
f._atps TXT ( "v=atps01; d=gmail.com;" ) pq6xadozsi47rluiq5yohg2hy3mvjyoo._atps TXT ( "v=atps01; d=ietf.org;" ) jchjykxmwknbyfge2bg4td6add264olh._atps TXT ( "v=atps01; d=winserver.com;" ) -- Hector Santos, https://secure.santronics.com https://twitter.com/hectorsantos ___ dmarc mailing list dmarc@ietf.org https://www.ietf.org/mailman/listinfo/dmarc

RE: [WIRELESS-LAN] The star is wireless

2020-12-14 Thread Rios, Hector J
Very creative Philippe! I want to see it with all the lights on. Greetings, Hector Rios, Wireless Network Architect The University of Texas at Austin | ITS From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Philippe Hanset Sent: Monday, December 14, 2020 1:56 PM

Re: Building NetBeans with Gradle

2020-12-12 Thread Hector Espert
I'm testing Gradle ant support https://docs.gradle.org/current/userguide/ant.html to load the Netbeans ant build system and launch it from Gradle. https://github.com/apache/netbeans/pull/2590 It isn't a radical change in the build system and it can allow us to improve the build system using

Re: [dmarc-ietf] p=quarantine

2020-12-11 Thread Hector Santos
On 12/11/2020 11:19 AM, Dotzero wrote:> On Fri, Dec 11, 2020 at 11:11 AM Hector Santos We are not doing reporting at this time. Not the main focus. That can come later as an augmented feature, in fact, we might consider it as a paid service to be sending thousands report out to doma

Re: [dmarc-ietf] p=quarantine

2020-12-11 Thread Hector Santos
On 12/11/2020 11:10 AM, Hector Santos wrote: * SPF -ALL, REJECT - Receiver rejects at MAIL FROM state with a 550 response. Correction: * SPF -ALL, REJECT - Receiver rejects at RCPT TO state with a 550 response. SPF is only tested once a valid (existing) RCPT TO is provided

Re: [dmarc-ietf] p=quarantine

2020-12-11 Thread Hector Santos
sending thousands report out to domains. Keep it simple folks. Be safe and have a great weekend. Thanks -- Hector Santos, https://secure.santronics.com https://twitter.com/hectorsantos ___ dmarc mailing list dmarc@ietf.org https://www.ietf.org/mailman/listinfo/dmarc

[PATCH v9] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver

2020-12-09 Thread Hector Yuan
The CPUfreq HW present in some Mediatek chipsets offloads the steps necessary for changing the frequency of CPUs. The driver implements the cpufreq driver interface for this hardware engine. This patch depends on MT6779 DTS patchset[1] submitted by Hanks Chen. >From v8 to v9, there are three

[PATCH v9 1/2] cpufreq: mediatek-hw: Add support for CPUFREQ HW

2020-12-09 Thread Hector Yuan
From: "Hector.Yuan" Add cpufreq HW support. Signed-off-by: Hector.Yuan --- drivers/cpufreq/Kconfig.arm | 12 ++ drivers/cpufreq/Makefile |1 + drivers/cpufreq/mediatek-cpufreq-hw.c | 370 + 3 files changed, 383 insertions(+)

[PATCH v9 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-12-09 Thread Hector Yuan
ml @@ -0,0 +1,112 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/cpufreq/cpufreq-mediatek-hw.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MediaTek's CPUFREQ Bindings + +maintainers: + - Hector Yuan + +d

Re: [dmarc-ietf] Ticket #39 - remove p=quarantine

2020-12-08 Thread Hector Santos
ue the WG decision to add ARC to DMARC in some matter. But don't ram it down our throats. Allow domains to explore with an "ARC=1" tag in their DMARC record, then at some point in the future, as we learn more, it can be explored. But imo, we should not speak of a DKIM Policy

Re: [External] Re: Intel SOF audio firmware packaging

2020-12-08 Thread Hector Oron
Hello, El dt., 8 de des. 2020, 16:04, Mark Pearson va escriure: > > I studied the different options time ago, Fedora ships it's own > > separate package, Ubuntu merges it into firmware-linux-nonfree, > > firmware could also be built but dependencies would be hard to > > package/maintain - as I

Re: [External] Re: Intel SOF audio firmware packaging

2020-12-08 Thread Hector Oron
Hello, On Tue, 8 Dec 2020 at 09:47, Jonas Smedegaard wrote: > > Quoting Mark Pearson (2020-12-08 04:18:20) > > On 07/12/2020 21:19, Paul Wise wrote: > > > On Mon, Dec 7, 2020 at 1:58 PM Mark Pearson wrote: > > > > > >> I'd like to solve the lack of Intel SOF audio firmware > > > > > > IIRC the

Re: Python Django Training

2020-12-07 Thread Hector Berrones
I am interested. On Mon, Dec 7, 2020, 2:09 AM narendra thapa wrote: > hello please add me also in training group? > > > On Fri, Feb 21, 2020 at 7:27 PM Bharati Nilam > wrote: > >> Hi, >> I also from Hyderabad and I'm also interested in the training. please >> tell me how to join? >> >>

Bug#973355: use plain debhelper for the packaging

2020-12-06 Thread Hector Oron
Hello, El dg., 6 de des. 2020, 16:28, Matthias Klose va escriure: > On 12/6/20 4:24 PM, Hector Oron wrote: > > Hello > > > > El dg., 6 de des. 2020, 11:03, Matthias Klose va > escriure: > > > >> Now that 10.1 migrated to testing, I'm uploading that pat

Bug#973355: use plain debhelper for the packaging

2020-12-06 Thread Hector Oron
Hello El dg., 6 de des. 2020, 11:03, Matthias Klose va escriure: > Now that 10.1 migrated to testing, I'm uploading that patch to DELAYED/5. > I'll > check for regressions, and if the package looks ok, I'll provide a second > patch > for the packaging cleanup. > That's fine. Thanks. >

Bug#976634: systemtap-4.4: backport from upstream PR27001

2020-12-06 Thread Hector Oron
Package: src:systemtap-4.4 Version: 4.4-1 Severity: wishlist Hello, Please backport from upstream fix for PR27001: - https://sourceware.org/git/?p=systemtap.git;a=commit;h=0d80048e02ecf6876c9f9ebeea387af9fb2a8051 Regards -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. .

Re: [dmarc-ietf] ARC vs reject

2020-12-05 Thread Hector Santos
n atps=1 DMARC MAY consider using RFC6541 rewrite=0 Mailing List SHOULD NOT rewrite 5322.From Keep it simple folks. -- Hector Santos, https://secure.santronics.com https://twitter.com/hectorsantos ___ dmarc mailing list dmarc@ietf.org https://www.ietf.

RE: [WIRELESS-LAN] Fast transition roaming

2020-12-04 Thread Rios, Hector J
You can also use the Wi-Fi Alliance product finder: https://www.wi-fi.org/product-finder. Fast BSS Transition is covered under the Wi-Fi Agile Multiband technical specification. Hector Rios, Wireless Network Architect The University of Texas at Austin | ITS -Original Message- From

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-02 Thread Hector muro
): SQLite / Spatialite Is there another separate driver for Spatialite only? I had assumed it came with the SQLite itself. should I configure GDAL installation with: "--with-spatialite=ARG" ? I am running this on CentOS , GDAL 3.0.4 and I installed it from source. Thanks and regards Hector

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-02 Thread Hector muro
r `MSSQLSpatial' successful. layer names ignored in combination with -sql. ERROR 1: In ExecuteSQL(): sqlite3_prepare_v2(update 'XXX.xxx' set xxx = ST_AsText(ST_Transform(geometry,4326))): no such function: ST_Transform What am I missing? On Wed, 2 Dec 2020 at 11:19, Hector muro wrote: > Hi,

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-02 Thread Hector muro
really did not know the ability to edit data via -sql in the ogrinfo command, so asking here wasn't in vane :) Hector On Wed, 2 Dec 2020 at 11:14, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > > > Try also with “-dialect indirect_sqlite” bu

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-02 Thread Hector muro
ccessful. Layer name: SELECT Geometry: Unknown (any) Feature Count: 1 Layer SRS WKT: PROJCRS["OSGB 1936 / British National Grid", BASEGEOGCRS["OSGB 1936", What do you think? I wouldn't be surprised if SQL Server was blocking this somehow, or there was some imp

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-02 Thread Hector muro
R[1], LENGTHUNIT["metre",1]], AXIS["(N)",north, ORDER[2], LENGTHUNIT["metre",1]], USAGE[ SCOPE["unknown"], AREA["UK - Britain and UKCS 49°46'N to 61°01'N, 7°33'W to 3°33'E"], BBOX[49

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-02 Thread Hector muro
d different versions of the table name, quoting, unquoting, adding the Schema name . table name, with the same results.) I now wonder if the sqlite dialect can't really read what's inside my SQL Server instance? Is it maybe too much what I am trying to do? (too much for SQL Server's limitations).

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-01 Thread Hector muro
Oh that's a great idea. I have to use SQL Server (not by personal choice) and had given it a go with sqlite as dialect, bur was probably too focused on ogr2ogr. I also didn't know about the "indirect_SQLite" dialect. I will give a try at what you suggest. Thanks for the help :) Hecto

Re: [gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-01 Thread Hector muro
Oh, I see. That's great. But what if the Database does not have ST_Transform support? Could we still achieve a similar approach by means of ogr2ogr? (I should have mentioned this in my first email). Thanks again! Hector On Tue, 1 Dec 2020 at 20:14, jratike80 wrote: >

[gdal-dev] ogr2ogr project/transform CRS in the same database table

2020-12-01 Thread Hector muro
r instance. It does not have to be of type geometry, but could be text for instance. I guess the other plausible solution would be to create a temporary table with that transformation on it and reference it to the first one by id for instance. Any help is appreciated! Than

Advice

2020-11-29 Thread Hector Berrones
Hi to everybody, and thanks for reading me thing is I have time trying to learn django, I've seen online tutorials and I 've bought some online courses and long story short I feel i still need help from you guys.. I would like if is in your possibilities do advise me, I am coding a

Re: Instructions for command line usage of WiFi.

2020-11-29 Thread Richard Hector
On 28/11/20 9:58 am, Gene Heskett wrote: Nominal power drain was about 250kwh an hour That's about 250kW then? :-) Richard

Re: 4Second DecTalk Delay? (fwd)

2020-11-24 Thread Richard Hector
On 24/11/20 9:05 am, Karen Lewellen wrote: I am posting the below as requested. Please send any solutions their way. Thanks, From: Chime Hart Subject: 4Second DecTalk Delay? Hi All: Over the years, rather randemly, after ocasional changes in hard-drives, my DecTalk U S B has an anoying

RE: [WIRELESS-LAN] Cisco 8.10.130.0 eduroam issues

2020-11-20 Thread Rios, Hector J
notes. Best, Hector Rios, Wireless Network Architect The University of Texas at Austin | ITS From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Mathieu Sturm Sent: Friday, November 20, 2020 1:29 AM To: WIRELESS-LAN@LISTSERV.EDUCAUSE.EDU Subject: Re: [WIRELESS-LAN] Cisco

Re: [PATCH v8 1/3] cpufreq: mediatek-hw: Add support for CPUFREQ HW

2020-11-19 Thread Hector Yuan
On Thu, 2020-11-19 at 12:41 +, Lukasz Luba wrote: > Hi Hector, > > On 10/26/20 8:19 AM, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Add cpufreq HW support. > > > > Signed-off-by: Hector.Yuan > > [snip] > > > + >

Re: [DISCUSS] Removing deprecated methods from DataStream API

2020-11-16 Thread Hector He
May I have a ask about deprecating readFileStream(...), is there a alternative to this method? Source code lead me to use readFile instead, but it does not perform as readFileStream, readFileStream can reads file content incrementally, but readFile with FileProcessingMode.PROCESS_CONTINUOUSLY

回复: Flink中readFile中如何只读取增量文件

2020-11-15 Thread Hector He
试过了的。但 FileProcessingMode.PROCESS_CONTINUOUSLY 并不是增量读取,只要文件内容发生变化,就会重新全量读取,与之前的FileMonitoringFunction.WatchType.PROCESS_ONLY_APPENDED 增量方式不一样,也没有提供增量读取的模式。按官网文档的说法,这是break the “exactly-once” semantics。 这个问题之前的邮件里有讨论过,见:http://apache-flink.147419.n8.nabble.com/Flink-readFile-tt142.html

Re: [Bioc-devel] Acceptable dataset origins besides ExperimentHub

2020-11-13 Thread Hector Gracia
Thanks Lori for your answer. I am not sure about the benefits of use BiocFileCache in this case, because data is only needed to run a more extensive tutorial based on large dataset. This dataset is not needed for the functionality of the package and is just a one time download. Besides that,

RE: [WIRELESS-LAN] Transitioning from older controller to new controller

2020-11-12 Thread Rios, Hector J
PRIME there will be decisions to be made. Hector Rios, Wireless Network Architect The University of Texas at Austin | ITS From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Ricardo Stella Sent: Wednesday, November 11, 2020 5:37 PM To: WIRELESS-LAN@LISTSERV.EDUCAUSE.EDU

Bug#974577: boost1.74: remove usage of deprecated headers

2020-11-12 Thread Hector Oron
Package: src:boost1.74 Version:1.74.0-1 Severity: wishlist Hello, Please include the following patches to remove usage of deprecated headers: - https://github.com/boostorg/graph/commit/e4e12158e78157397254505f6cbae688e3e3174f.patch -

RE: [WIRELESS-LAN] Transitioning from older controller to new controller

2020-11-11 Thread Hector Ibuki-kasubuchi
I would also be interested Thanks, Hector Ibuki Wireless Network Engineer 303-735-6230 Office of Information Technology University of Colorado, Boulder From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Mike Atkins Sent: Wednesday, November 11, 2020 13:26 To: WIRELESS

RE: [WIRELESS-LAN] Transitioning from older controller to new controller

2020-11-11 Thread Rios, Hector J
I’m interested too. Hector Rios, Wireless Network Architect The University of Texas at Austin | ITS From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Mike Atkins Sent: Wednesday, November 11, 2020 2:26 PM To: WIRELESS-LAN@LISTSERV.EDUCAUSE.EDU Subject: Re: [WIRELESS

Re: [dmarc-ietf] Announcing DMARCbis Editors

2020-11-10 Thread Hector Santos
e 3rd party resigned and authorization issue. While I personally, and I believe ideally, prefer ATPS be included in the DMARC-BASE protocol, due to the lack of WG support, I rather get the DKIM-BASE 1st party semantics completed first. Thanks -- Hector Santos, https://secure.santronics.com https://twit

[Bioc-devel] Acceptable dataset origins besides ExperimentHub

2020-11-10 Thread Hector Gracia
Recently our package AlpsNMR was accepted in Bioconductor https://bioconductor.org/packages/devel/bioc/html/AlpsNMR.html For pass the review process we had to remove a dataset that was stored in Dropbox and that was used in one long tutorial about the package. Besides create an ExperimentHub

[nznog] Re: forward & reverse dns

2020-11-05 Thread Richard Hector
On 5/11/20 7:15 pm, Jasper wrote: On Thu, Nov 05, 2020 at 06:33:42PM +1300, Richard Hector wrote: I'm not trying to host here (in this case). My mailserver is at a hosting provider, where all is good (barring the lack of IPv6 ...). It's when my home machine connects to my mailserver that I see

[nznog] Re: forward & reverse dns

2020-11-04 Thread Richard Hector
, btw - unfortunately I'm not currently the customer, but the flatmate of the customer, so I don't get to pick :-( On 2020-11-05 18:00, Richard Hector wrote: Hmm. I expect low-touch, but given the reverse appears generated (.foo.isp.net.nz) or similar, the forward would also be generated to match

[nznog] Re: forward & reverse dns

2020-11-04 Thread Richard Hector
, Richard Hector wrote: Hmm. I expect low-touch, but given the reverse appears generated (.foo.isp.net.nz) or similar, the forward would also be generated to match. And to host services (which I consider entirely reasonable for a home or any other user), I'd need a more useful dns setup than

[nznog] Re: forward & reverse dns

2020-11-04 Thread Richard Hector
, at 5:30 PM, Richard Hector wrote: Hi all, Is it reasonable to expect that a residential ISP, that provides a generated reverse resolution to a home IP address, will also provide a matching forward resolution that goes back to the same IP? Cheers, Richard

[nznog] forward & reverse dns

2020-11-04 Thread Richard Hector
Hi all, Is it reasonable to expect that a residential ISP, that provides a generated reverse resolution to a home IP address, will also provide a matching forward resolution that goes back to the same IP? Cheers, Richard ___ NZNOG mailing list --

Apt-get install problemas para actualizar e instalar

2020-11-04 Thread Hector Spawn
Hola, algo hice mal con /etc/apt/sources.list le puse líneas de más actualice y ahora tengo este mensaje. El sources.list que estoy usando: deb [arch=all] http://ftp.mx.debian.org/debian/ buster main contrib non-free deb-src [arch=all] http://ftp.mx.debian.org/debian/ buster main contrib

[ovs-dev] NABÍDKA PŮJČKY

2020-11-04 Thread hector leo
Potřebujete rychlou a záruční půjčku k zaplacení účtů nebo zahájení podnikání? Nabízím osobní i obchodní půjčky, abych uspokojil vaše finanční potřeby za nízkou úrokovou sazbu 3%. Kontaktujte nás ještě dnes prostřednictvím hectorleoloancompan...@gmail.com

[krita] [Bug 427376] Gradient map filter layer very slow. Maybe only for windows.

2020-11-02 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=427376 --- Comment #2 from Hector --- Testing Build #1138 (Nov 2, 2020 8:18:00 AM) https://binary-factory.kde.org/job/Krita_Nightly_Windows_Build/1138/ The same setting. 2000 x 2000, 8 bit. I choose a gradient in the filter layer. Now it takes ~3 seconds

Re: Diskless NetBSD HOW-TO (http://www.netbsd.org/docs/network/netboot/)

2020-11-01 Thread Hector
On Fri, 23 Oct 2020 10:20:04 +1100 matthew green wrote: > > > The NFS subsection (http://www.netbsd.org/docs/network/netboot/nfs.html) > > > indicates that "/export/client/swap" should be exported as a diretory, but > > > this does not make sense since "/export/client/swap" is the actual swap >

[PATCH v8 1/3] cpufreq: mediatek-hw: Add support for CPUFREQ HW

2020-10-26 Thread Hector Yuan
From: "Hector.Yuan" Add cpufreq HW support. Signed-off-by: Hector.Yuan --- drivers/cpufreq/Kconfig.arm | 12 ++ drivers/cpufreq/Makefile |1 + drivers/cpufreq/mediatek-cpufreq-hw.c | 343 + 3 files changed, 356 insertions(+)

[PATCH v8] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver

2020-10-26 Thread Hector Yuan
The CPUfreq HW present in some Mediatek chipsets offloads the steps necessary for changing the frequency of CPUs. The driver implements the cpufreq driver interface for this hardware engine. This patch depends on MT6779 DTS patch[1] submitted by Hanks Chen. From v7 to v8, there are three more

[PATCH v8 3/3] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-10-26 Thread Hector Yuan
ml @@ -0,0 +1,113 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/cpufreq/cpufreq-mediatek-hw.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MediaTek's CPUFREQ Bindings + +maintainers: + - Hector Yuan + +d

[PATCH v8 2/3] dt-bindings: arm: cpus: Document 'mediatek,freq-domain' property

2020-10-26 Thread Hector Yuan
From: "Hector.Yuan" Add devicetree documentation for 'mediatek,freq-domain' property specific to Mediatek CPUs. This property is used to reference the CPUFREQ node along with the domain id. Signed-off-by: Hector.Yuan --- Documentation/devicetree/bindings/arm/cpus.yaml |6 ++ 1 file

Re: [PATCH v1] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver

2020-10-26 Thread Hector Yuan
On Fri, 2020-10-23 at 14:57 +0530, Viresh Kumar wrote: > On 23-10-20, 17:08, Hector Yuan wrote: > > On Fri, 2020-10-23 at 13:58 +0530, Viresh Kumar wrote: > > > On 23-10-20, 16:24, Hector Yuan wrote: > > > > This patchset includes 6 patches and depends on the MT6779 D

Re: [PATCH v1 3/6] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-10-26 Thread Hector Yuan
On Fri, 2020-10-23 at 14:05 +0530, Viresh Kumar wrote: > On 23-10-20, 16:24, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Add devicetree bindings for MediaTek HW driver. > > > > Signed-off-by: Hector.Yuan > > --- > > ..

Re: [PATCH v1 2/6] dt-bindings: arm: cpus: Document 'mtk,freq-domain' property

2020-10-26 Thread Hector Yuan
On Fri, 2020-10-23 at 13:59 +0530, Viresh Kumar wrote: > On 23-10-20, 16:24, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Add devicetree documentation for 'mtk,freq-domain' property specific > > to Mediatek CPUs. This property is used to reference the C

Re: [PATCH v1 3/6] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-10-26 Thread Hector Yuan
On Fri, 2020-10-23 at 11:15 -0500, Rob Herring wrote: > On Fri, 23 Oct 2020 16:24:50 +0800, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Add devicetree bindings for MediaTek HW driver. > > > > Signed-off-by: Hector.Yuan > > --- &

Re: [PATCH v1 2/6] dt-bindings: arm: cpus: Document 'mtk,freq-domain' property

2020-10-26 Thread Hector Yuan
On Fri, 2020-10-23 at 11:20 -0500, Rob Herring wrote: > +Sudeep > > On Fri, Oct 23, 2020 at 04:24:49PM +0800, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Add devicetree documentation for 'mtk,freq-domain' property specific > > to Mediat

Re: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied

2020-10-23 Thread Richard Hector
Hi, I'm seeing the same, but I think it's every time the lda is called to deliver mail to a mailbox. Postfix runs it as vmail:vmail. My socket is owned by root:dovecot (on Debian buster). Should I add vmail to the dovecot group to enable it to write? Or is changing the socket to 0666 safer?

[jira] [Commented] (HDFS-15623) Respect configured values of rpc.engine

2020-10-23 Thread Hector Sandoval Chaverri (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219841#comment-17219841 ] Hector Sandoval Chaverri commented on HDFS-15623: - [Pull Request #2403|https://github.com

Re: [PATCH v1] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver

2020-10-23 Thread Hector Yuan
On Fri, 2020-10-23 at 13:58 +0530, Viresh Kumar wrote: > On 23-10-20, 16:24, Hector Yuan wrote: > > This patchset includes 6 patches and depends on the MT6779 DTS patch[1] > > submitted by Hanks Chen. > > The first 3 patches are for CPUFREQ HW driver and device tre

[PATCH v1 3/6] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-10-23 Thread Hector Yuan
ml @@ -0,0 +1,46 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/cpufreq/cpufreq-mediatek-hw.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MediaTek's CPUFREQ Bindings + +maintainers: + - Hector Yuan + +d

[PATCH v1 6/6] cpufreq: mediatek-hw: Add cooling dev flag

2020-10-23 Thread Hector Yuan
From: "Hector.Yuan" Add cooling device flag for thermal throttle Signed-off-by: Hector.Yuan --- drivers/cpufreq/mediatek-cpufreq-hw.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/mediatek-cpufreq-hw.c b/drivers/cpufreq/mediatek-cpufreq-hw.c index

[PATCH v1 4/6] cpufreq: mediatek-hw: register EM power table

2020-10-23 Thread Hector Yuan
From: "Hector.Yuan" Register energy model table for EAS and thermal cooling device usage Signed-off-by: Hector.Yuan --- drivers/cpufreq/mediatek-cpufreq-hw.c | 58 ++--- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git

[PATCH v1 1/6] cpufreq: mediatek-hw: Add support for CPUFREQ HW

2020-10-23 Thread Hector Yuan
From: "Hector.Yuan" Add cpufreq HW support. Signed-off-by: Hector.Yuan --- drivers/cpufreq/Kconfig.arm | 12 ++ drivers/cpufreq/Makefile |1 + drivers/cpufreq/mediatek-cpufreq-hw.c | 276 + 3 files changed, 289 insertions(+)

[PATCH v1] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver

2020-10-23 Thread Hector Yuan
This patchset includes 6 patches and depends on the MT6779 DTS patch[1] submitted by Hanks Chen. The first 3 patches are for CPUFREQ HW driver and device tree binding, which are already sent before separately [2][3]. For binding part, I add a new patch to add property in cpu schema. Besides, we

[PATCH v1 5/6] cpufreq: mediatek-hw: Add SVS CPU initialization

2020-10-23 Thread Hector Yuan
From: "Hector.Yuan" Use pm_qos to block cpu-idle state for SVS initializing. CPUs must be in power on state when doing SVS. Add polling ack while coufreq hw is ready.(SVS init done) Signed-off-by: Hector.Yuan --- drivers/cpufreq/mediatek-cpufreq-hw.c | 32 1

[PATCH v1 2/6] dt-bindings: arm: cpus: Document 'mtk,freq-domain' property

2020-10-23 Thread Hector Yuan
From: "Hector.Yuan" Add devicetree documentation for 'mtk,freq-domain' property specific to Mediatek CPUs. This property is used to reference the CPUFREQ node along with the domain id. Signed-off-by: Hector.Yuan --- Documentation/devicetree/bindings/arm/cpus.yaml |6 ++ 1 file

Re: which package can convert barcode image to url?

2020-10-22 Thread Richard Hector
On 23/10/20 10:57 am, Long Wind wrote: > On Thursday, October 22, 2020, 8:18:18 AM EDT, didier gaumet > wrote: > > and for the GUI way: it seems qtqr should do the trick: > https://screenshots.debian.net/package/qtqr > > > Thanks, but my problem has been solved. > PS: they use jpeg format,

[jira] [Commented] (HDFS-15623) Respect configured values of rpc.engine

2020-10-21 Thread Hector Sandoval Chaverri (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218606#comment-17218606 ] Hector Sandoval Chaverri commented on HDFS-15623: - Thanks [~shv], I can add

Re: [PATCH v3 1/2] dt-bindings: arm: cpus: Document 'qcom,freq-domain' property

2020-10-20 Thread Hector Yuan
Hi, Manivannan On Tue, 2020-10-20 at 21:09 +0530, Manivannan Sadhasivam wrote: > Add devicetree documentation for 'qcom,freq-domain' property specific > to Qualcomm CPUs. This property is used to reference the CPUFREQ node > along with Domain ID (0/1). > > Signed-off-by: Manivannan Sadhasivam >

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 2:19 pm, Long Wind wrote: > On Tuesday, October 20, 2020, 9:06:25 PM EDT, Richard Hector > wrote: > > . > After installing imagemagick (and zbar-tools), and reading some man > pages, this worked: > > richard@zircon <mailto:richard@zircon>:~$ conver

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 1:57 pm, Richard Hector wrote: > On 21/10/20 1:34 pm, Long Wind wrote: >> >> Thank Charles! but i really mean QR code: how to change it to url >> i've installed qtqr, it can't decode it though my phone can scan it >> i attach it in attachment > > Ca

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 1:34 pm, Long Wind wrote: > > Thank Charles! but i really mean QR code: how to change it to url > i've installed qtqr, it can't decode it though my phone can scan it > i attach it in attachment Can you get a clearer image? I couldn't read it with zbarimg, but then I loaded it into

Re: kernel security upgrade - "rebase?"

2020-10-20 Thread Richard Hector
On 20/10/20 10:10 pm, Andrei POPESCU wrote: > On Lu, 19 oct 20, 20:21:45, The Wanderer wrote: >> >> To install that package and let the upgrade go forward, you have a few >> options. The simplest, and the one I go with myself, would be to run >> >> $ apt-get dist-upgrade > > I disagree, the

[jira] [Commented] (HDFS-15623) Respect configured values of rpc.engine

2020-10-19 Thread Hector Sandoval Chaverri (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17216901#comment-17216901 ] Hector Sandoval Chaverri commented on HDFS-15623: - Hi [~jianghuazhu], Thanks for looking

[PATCH v2] cpufreq: mediatek-hw: Register EM power table

2020-10-15 Thread Hector Yuan
Register to energy model framework with CPU power efficiency table. This patch depends on Mediatek cpufreq HW driver patch submitted by Hector Yuan. https://lkml.org/lkml/2020/9/10/13 Hector.Yuan (1): cpufreq: mediatek-hw: Register EM power table drivers/cpufreq/mediatek-cpufreq-hw.c

[PATCH v2 1/1] cpufreq: mediatek-hw: Register EM power table

2020-10-15 Thread Hector Yuan
From: "Hector.Yuan" Register CPU power table to energy model framework Signed-off-by: Hector.Yuan --- drivers/cpufreq/mediatek-cpufreq-hw.c | 58 ++--- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/drivers/cpufreq/mediatek-cpufreq-hw.c

Re: TravisCI vs Jenkins vs GitHub Actions

2020-10-13 Thread Hector Espert
this Jenkins jobs: https://ci-builds.apache.org/job/Netbeans/job/netbeans-license/ and https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/ Would it be nice to activate these to run in Jenkins or maintain these in Travis? El mié., 10 jun. 2020 a las 22:20, Hector Espert (< hectoresper

Re: [dmarc-ietf] Ticket #7: ABNF for dmarc-record is slightly wrong

2020-10-13 Thread Hector Santos
or had DMARC documented fields with their options. You had to go into GUI's raw edit mode option to add extended tags and this was supported. Since the editor did not recognize the tag, it disabled the form Editor and only allowed the raw field editor. Nice job. -- Hector Santos, https://secure.sant

RE: [WIRELESS-LAN] Transitioning from older controller to new controller

2020-10-12 Thread Rios, Hector J
Me too please. Hector Rios, Wireless Network Architect The University of Texas at Austin | ITS From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Catania, Michael Sent: Monday, October 12, 2020 8:55 AM To: WIRELESS-LAN@LISTSERV.EDUCAUSE.EDU Subject: Re: [WIRELESS-LAN

Re: problemas con dd

2020-10-10 Thread Hector Colina
Y si haces un cat iso > /dev/ubicacion_pendrive El sáb., 10 de oct. de 2020 9:46 p. m., Juan carlos Rebate < nerus...@gmail.com> escribió: > con los pen pasa exactamente igual, ayer use uno de 7 gb, se copio > como 12 veces mas lento pero pasa igual > > El dom., 11 oct. 2020 a las 2:42, Fran

Re: problemas con dd

2020-10-10 Thread Hector Colina
Dos puntos: 1) Verifica el md5 del iso 2) el instalador está pensado para un pendrive. El sáb., 10 de oct. de 2020 9:43 p. m., Fran Torres < frantorresgall...@gmail.com> escribió: > Buenas, > > Pues... mi sugerencia, es que en lugar de utilizar un disco de 500gb > para copiar el instalador...

[jira] [Created] (HDFS-15623) Respect configured values of rpc.engine

2020-10-09 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HDFS-15623: --- Summary: Respect configured values of rpc.engine Key: HDFS-15623 URL: https://issues.apache.org/jira/browse/HDFS-15623 Project: Hadoop HDFS

[jira] [Created] (HDFS-15623) Respect configured values of rpc.engine

2020-10-09 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HDFS-15623: --- Summary: Respect configured values of rpc.engine Key: HDFS-15623 URL: https://issues.apache.org/jira/browse/HDFS-15623 Project: Hadoop HDFS

Re: [PATCH v1 1/1] cpufreq: mediatek-hw: Register EM power table

2020-10-08 Thread Hector Yuan
On Fri, 2020-10-09 at 09:49 +0530, Viresh Kumar wrote: > On 08-10-20, 20:13, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Register CPU power table to energy model framework > > > > Signed-off-by: Hector.Yuan > > ---

Re: [PATCH v1 1/1] cpufreq: mediatek-hw: Register EM power table

2020-10-08 Thread Hector Yuan
On Thu, 2020-10-08 at 13:55 +0100, Lukasz Luba wrote: > Hi Hector, > > On 10/8/20 1:13 PM, Hector Yuan wrote: > > From: "Hector.Yuan" > > > > Register CPU power table to energy model framework > > > > Signed-off-by: Hector.Yuan > >

[PATCH v1] cpufreq: mediatek-hw: Register EM power table

2020-10-08 Thread Hector Yuan
Register to energy model framework with CPU power efficiency table. This patch depends on Mediatek cpufreq HW driver patch submitted by Hector Yuan. https://lkml.org/lkml/2020/9/10/13 Hector.Yuan (1): cpufreq: mediatek-hw: Register EM power table drivers/cpufreq/mediatek-cpufreq-hw.c

[PATCH v1 1/1] cpufreq: mediatek-hw: Register EM power table

2020-10-08 Thread Hector Yuan
From: "Hector.Yuan" Register CPU power table to energy model framework Signed-off-by: Hector.Yuan --- drivers/cpufreq/mediatek-cpufreq-hw.c | 50 + 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/drivers/cpufreq/mediatek-cpufreq-hw.c

[krita] [Bug 427376] Gradient map filter layer very slow. Maybe only for windows.

2020-10-06 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=427376 --- Comment #1 from Hector --- I have a 2000 x 2000, 8-bit layer. I click on add a layer filter with a gradient map already set. It starts to calculate the default gradient (forground to transparency). In beta2 on Windows, it takes 13.5 seconds

[krita] [Bug 427376] New: Gradient map filter layer very slow. Maybe only for windows.

2020-10-06 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=427376 Bug ID: 427376 Summary: Gradient map filter layer very slow. Maybe only for windows. Product: krita Version: 4.4.0-beta2 Platform: Microsoft Windows OS: Microsoft

Re: [PATCH v7 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

2020-10-04 Thread Hector Yuan
On Fri, 2020-09-25 at 15:25 +0800, Hector Yuan wrote: > Hi, Rob sir: > > Yes, my patch follows > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.txt way to > define frequency domain. > Is it OK to you if I use the same way to do? > And if there exist any schema p

Hacktoberfest opt-in

2020-10-04 Thread Hector Espert
tbeans/pull/2420 Best Regards Hector

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