[jira] [Created] (KAFKA-14651) Add connectorDeleted flag when stopping tasks

2023-01-24 Thread Hector Geraldino (Jira)
Hector Geraldino created KAFKA-14651: Summary: Add connectorDeleted flag when stopping tasks Key: KAFKA-14651 URL: https://issues.apache.org/jira/browse/KAFKA-14651 Project: Kafka Issue

[jira] [Created] (HDFS-16895) NamenodeHeartbeatService should use credentials of logged in user

2023-01-20 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HDFS-16895: --- Summary: NamenodeHeartbeatService should use credentials of logged in user Key: HDFS-16895 URL: https://issues.apache.org/jira/browse/HDFS-16895

[jira] [Created] (HDFS-16895) NamenodeHeartbeatService should use credentials of logged in user

2023-01-20 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HDFS-16895: --- Summary: NamenodeHeartbeatService should use credentials of logged in user Key: HDFS-16895 URL: https://issues.apache.org/jira/browse/HDFS-16895

RE: Are ZFS snapshots unsafe when PGSQL is spreading through multiple zpools?

2023-01-18 Thread HECTOR INGERTO
, the replica hotspare and the proper backup. De: Laurenz Albe<mailto:laurenz.a...@cybertec.at> Enviado: miércoles, 18 de enero de 2023 11:02 Para: HECTOR INGERTO<mailto:hector_...@hotmail.com>; Magnus Hagander<mailto:mag...@hagander.net> CC: pgsql-gene...@postgresql.org

Re: Setting up bindfs mount in LXC container

2023-01-17 Thread Richard Hector
On 18/01/23 16:38, Max Nikulin wrote: On 18/01/2023 03:52, Richard Hector wrote: On 17/01/23 23:52, Max Nikulin wrote: lxc.idmap = u 0 10 1000 lxc.idmap = u 1000 1000 1 lxc.mount.entry = /home/richard/sitename/doc_root srv/sitename/doc_root none bind,optional,create=dir My goal

Re: Setting up bindfs mount in LXC container

2023-01-17 Thread Richard Hector
On 17/01/23 23:52, Max Nikulin wrote: On 17/01/2023 04:06, Richard Hector wrote: I'm using bindfs in my web LXC containers to allow particular users to write to their site docroot as the correct user. I am not familiar with bindfs, so I may miss something important for your use case

RE: Are ZFS snapshots unsafe when PGSQL is spreading through multiple zpools?

2023-01-17 Thread HECTOR INGERTO
> Another case: a transaction COMMITs, and a slightly later transaction reads > the data > and sets a hint bit. If the snapshot of the file system with the data > directory in it > is slightly later than the snapshot of the file system with "pg_wal", the > COMMIT might > not be part of the

Setting up bindfs mount in LXC container

2023-01-16 Thread Richard Hector
Hi all, I'm using bindfs in my web LXC containers to allow particular users to write to their site docroot as the correct user. Getting this to work has been really hacky, and while it does seem to work, I get log messages saying it didn't ... In /var/lib/lxc//config:

[kscreenlocker] [Bug 428424] Open Laptop Lid doesn't turn on Display (Wayland)

2023-01-16 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=428424 Hector Martin changed: What|Removed |Added CC||mar...@marcan.st --- Comment #18 from Hector

RE: Are ZFS snapshots unsafe when PGSQL is spreading through multiple zpools?

2023-01-16 Thread HECTOR INGERTO
> The database relies on the data being consistent when it performs crash > recovery. > Imagine that a checkpoint is running while you take your snapshot. The > checkpoint > syncs a data file with a new row to disk. Then it writes a WAL record and > updates > the control file. Now imagine

RE: Are ZFS snapshots unsafe when PGSQL is spreading through multiple zpools?

2023-01-16 Thread HECTOR INGERTO
I have understood I shall not do it, but could the technical details be discussed about why silent DB corruption can occur with non-atomical snapshots?

RE: Are ZFS snapshots unsafe when PGSQL is spreading through multiple zpools?

2023-01-15 Thread HECTOR INGERTO
ode should know on which DB the requested data is. De: Magnus Hagander<mailto:mag...@hagander.net> Enviado: domingo, 15 de enero de 2023 20:36 Para: HECTOR INGERTO<mailto:hector_...@hotmail.com> CC: pgsql-gene...@postgresql.org<mailto:pgsql-gene...@postgresql.org> Asunto: Re: Are

Are ZFS snapshots unsafe when PGSQL is spreading through multiple zpools?

2023-01-15 Thread HECTOR INGERTO
Hello everybody, I’m using PostgreSQL on openZFS. I use ZFS snapshots as a backup + hotspare method. >From man zfs-snapshot: “Snapshots are taken atomically, so that all snapshots >correspond to the same moment in time.” So if a PSQL instance is started from >a zfs snapshot, it will start to

Re: HOW TO OUTPUT DATA GOT FROM combined queryset IN DJANGO TEMPLATE (html file) ?

2023-01-14 Thread Hector Mwaky
1. In the windows_games view in others/views.py, you are using the filter() method on the Action and Adventure models to get the action and adventure games that have the 'os' field set to 'windows'. Then you are using the itertools.chain() function to combine the two

[plasma-pa] [Bug 442379] When using Natural Scrolling, scrolling direction to change volume is inverted

2023-01-13 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=442379 --- Comment #8 from Hector Martin --- (In reply to paul from comment #6) > As a user of natural/inverted scrolling for years, I would argue that this > is not actually a bug, but working as expected. "Invert scrolling" means > inv

[plasma-pa] [Bug 442379] When using Natural Scrolling, scrolling direction to change volume is inverted

2023-01-13 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=442379 Hector Martin changed: What|Removed |Added CC||mar...@marcan.st --- Comment #7 from Hector

[Powerdevil] [Bug 450551] Battery charge limit is not preserved after reboot on ASUS (and ThinkPad) laptops supporting charge limits; need to write it on every boot

2022-12-25 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=450551 Hector Martin changed: What|Removed |Added CC||mar...@marcan.st --- Comment #30 from Hector

Re: RFC: Handling of multiple EFI System Partitions

2022-12-19 Thread Hector Martin
at the Apple/iBoot layer. In my opinion, the only sane way to get EFI variables to work here is to use ubootefi.var and teach OSes how to manipulate it directly, in lieu of runtime services being available (or perhaps with some kind of callback layer so the OS can provide ESP file R/W services back to the runtime services). I'm not sure it's worth actually doing this, but I can't think of any other viable option if we decide we really want it. - Hector

Re: RFC: Handling of multiple EFI System Partitions

2022-12-19 Thread Hector Martin
eviations be removed in Asahi Linux? If you can come up with a better idea that actually works on these platforms and solves all the issues I mentioned above, I'm all ears. - Hector

Re: [PATCH 1/2] cmd: exit: Fix return value propagation out of environment scripts

2022-12-19 Thread Hector Palacios
; exit ; echo fail'; run foo; echo $? bar 0 " Fixes: 8c4e3b79bd0 ("cmd: exit: Fix return value") Signed-off-by: Marek Vasut --- Cc: Adrian Vovk Cc: Hector Palacios Cc: Pantelis Antoniou Cc: Simon Glass Cc: Tom Rini --- cmd/exit.c| 7 +-- common/cli.c | 7 +

[jenkinsci/nexus-platform-plugin]

2022-12-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-08bceb Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: cmd: exit: Exit functionality broken

2022-12-13 Thread Hector Palacios
Hi Max, On 12/13/22 13:24, Max van den Biggelaar wrote: Hi, I have a question regarding the U-Boot exit command. We are currently using mainline U-Boot 2022.04 version to provide our embedded systems with a bootloader image. To start our firmware via U-Boot environment, we use a bootscript

[Powerdevil] [Bug 444029] Disable keyboard backlight on laptop lid close

2022-12-06 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=444029 Hector Martin changed: What|Removed |Added CC||mar...@marcan.st --- Comment #3 from Hector

[jenkinsci/nexus-platform-plugin] 3d81f1: Removing unused IAC constant

2022-12-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 3d81f1858493c4205d69729867c008f47f311b44 https://github.com/jenkinsci/nexus-platform-plugin/commit/3d81f1858493c4205d69729867c008f47f311b44 Author: Hector Hurtado Date: 2022-12-06 (Tue

[jenkinsci/nexus-platform-plugin] fb557c: INT-7518 Removing support for IAC scanning (#241)

2022-12-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: fb557c735a84a93b811bb111564b05721a998d62 https://github.com/jenkinsci/nexus-platform-plugin/commit/fb557c735a84a93b811bb111564b05721a998d62 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin]

2022-12-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7518-remove-support-for-iac-scanning Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send

[jenkinsci/nexus-platform-plugin] 6d32c9: INT-7518 Removinging support for IAC scanning

2022-12-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7518-remove-support-for-iac-scanning Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 6d32c96b3111aa97f8d3c2a7828961131a2f47b5 https://github.com/jenkinsci/nexus-platform-plugin/commit/6d32c96b3111aa97f8d3c2a7828961131a2f47b5 Author: Hector

[Touch-packages] [Bug 1998058] Re: dpkg error libflac8_1.3.2-1ubuntu0.1_i386.deb

2022-12-03 Thread Hector Poirot
Hi, thanks for the feedback. The Workaround in Bug 500042 described in the Wiki (clearing the Package.triggers & reinstall) solved the issue. The install went through. Note: the command to purge the ureadahead package was not necessary in the workaround as it is not installed on my system (not

[jenkinsci/nexus-platform-plugin]

2022-12-01 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-18fae9 Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-30 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
+Safely+notify+Kafka+Connect+SourceTask+is+stopped, just took a different approach. From: dev@kafka.apache.org At: 11/29/22 15:31:31 UTC-5:00To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-883: Add delete callback method to Connector API Hi Hector, Thanks for the KIP! Here are my initial

Re: [Ietf-dkim] Remove the signature! (was: Re: DKIM reply mitigations: re-opening the DKIM working group)

2022-11-30 Thread Hector Santos
> On Nov 20, 2022, at 6:01 PM, Murray S. Kucherawy wrote: > > > > On Sun, Nov 20, 2022, 11:08 Dave Crocker > wrote: >> Seriously. DKIM is intended as a transit-time mechanism. When delivery >> occurs, transit is done. So DKIM has done its job and can (safely?)

[Touch-packages] [Bug 1998058] [NEW] dpkg error libflac8_1.3.2-1ubuntu0.1_i386.deb

2022-11-27 Thread Hector Poirot
Public bug reported: Hi the Recent security patch for libflac8 is not installing : Preparing to unpack .../libflac8_1.3.2-1ubuntu0.1_i386.deb ... dpkg: error processing archive /var/cache/apt/archives/libflac8_1.3.2-1ubuntu0.1_i386.deb (--unpack): triggers ci file contains unknown directive

[jira] [Updated] (HADOOP-18535) Implement token storage solution based on MySQL

2022-11-22 Thread Hector Sandoval Chaverri (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Sandoval Chaverri updated HADOOP-18535: -- Description: Hadoop RBF supports custom implementations of secret

[jira] [Updated] (HADOOP-18535) Implement token storage solution based on MySQL

2022-11-22 Thread Hector Sandoval Chaverri (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Sandoval Chaverri updated HADOOP-18535: -- Description: Hadoop RBF supports custom implementations of secret

[jira] [Created] (HADOOP-18535) Implement token storage solution based on MySQL

2022-11-21 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HADOOP-18535: - Summary: Implement token storage solution based on MySQL Key: HADOOP-18535 URL: https://issues.apache.org/jira/browse/HADOOP-18535 Project

[jira] [Created] (HADOOP-18535) Implement token storage solution based on MySQL

2022-11-21 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HADOOP-18535: - Summary: Implement token storage solution based on MySQL Key: HADOOP-18535 URL: https://issues.apache.org/jira/browse/HADOOP-18535 Project

Re: [PATCH] cli_hush: fix 'exit' cmd that was not exiting scripts

2022-11-21 Thread Hector Palacios
On 11/21/22 09:55, Hector Palacios wrote: Hi Marek, On 11/19/22 15:12, Marek Vasut wrote: On 11/18/22 12:19, Hector Palacios wrote: Commit 8c4e3b79bd0bb76eea16869e9666e19047c0d005 supposedly passed one-level up the argument passed to 'exit' but it also broke 'exit' purpose of stopping

Re: [PATCH] cli_hush: fix 'exit' cmd that was not exiting scripts

2022-11-21 Thread Hector Palacios
Hi Marek, On 11/19/22 15:12, Marek Vasut wrote: On 11/18/22 12:19, Hector Palacios wrote: Commit 8c4e3b79bd0bb76eea16869e9666e19047c0d005 supposedly passed one-level up the argument passed to 'exit' but it also broke 'exit' purpose of stopping a script. In reality, even if 'do_exit

[PATCH] cli_hush: fix 'exit' cmd that was not exiting scripts

2022-11-18 Thread Hector Palacios
'echo bar ; exit -2 ; echo should not see this'; run foo; echo $? bar 0 => setenv foo 'echo bar ; exit ; echo should not see this'; run foo; echo $? bar 0 Reported-by: Adrian Vovk Signed-off-by: Hector Palacios --- common/cli_hush.c | 4 1 file

Re: [DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-17 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
e existing one. Please let me know what your thoughts are. Cheers, Hector From: Hector Geraldino (BLOOMBERG/ 919 3RD A) At: 11/16/22 17:38:59 UTC-5:00To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-883: Add delete callback method to Connector API Hi Mickael, I agree that the new STO

[jira] [Updated] (KAFKA-14354) Add 'isDeleted' parameter when stopping a Connector

2022-11-17 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-14354: - Description: It would be useful for Connectors to know when its instance is being

[jira] [Updated] (KAFKA-14354) Add 'isDeleted' parameter when stopping a Connector

2022-11-17 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-14354: - Summary: Add 'isDeleted' parameter when stopping a Connector (was: Add 'destroyed

[jenkinsci/nexus-platform-plugin] 08f9dd: Updating releae notes for version 3.16.459.vcdf273...

2022-11-17 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 08f9dd58dab798347cf46bd3860ab16b16fde76d https://github.com/jenkinsci/nexus-platform-plugin/commit/08f9dd58dab798347cf46bd3860ab16b16fde76d Author: Hector Hurtado Date: 2022-11-17 (Thu

[jenkinsci/nexus-platform-plugin]

2022-11-17 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-cc40cb Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[krita] [Bug 461660] Bug at startup

2022-11-16 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=461660 Hector changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

Re: [DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-16 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
t: 11/16/22 11:13:17 UTC-5:00To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-883: Add delete callback method to Connector API Hi Hector, Thanks for the KIP. One tricky aspect is that currently there's no real way to stop a connector so to do so people often just delete them temporarily. KIP

Re: [DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-16 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
n overloaded method (with a default implementation) that connectors can override. Wdyt? From: dev@kafka.apache.org At: 11/15/22 11:40:26 UTC-5:00To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-883: Add delete callback method to Connector API Hey Hector, Thanks for the KIP. I have a minor

Re: [Ietf-dkim] DKIM reply mitigations: re-opening the DKIM working group

2022-11-16 Thread Hector Santos
> On Nov 11, 2022, at 11:46 AM, Barry Leiba wrote: > > Indeed... > The issue here is this: > > 1. I get a (free) account on free-email.com. Ok > 2. I send myself email from my account to my account. Of course, > free-email signs it, because it's sent from me to me: why would it > not?

Re: [DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-11 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
At: 11/09/22 16:55:04 UTC-5:00To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-883: Add delete callback method to Connector API Hi Hector, Thanks for the KIP! This is certainly missing functionality from the native Connect framework, and we should try to make it possible to inform connectors

[krita] [Bug 461660] New: Bug at startup

2022-11-10 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=461660 Bug ID: 461660 Summary: Bug at startup Classification: Applications Product: krita Version: nightly build (please specify the git hash!) Platform: Microsoft Windows OS: Microsoft

[jira] [Updated] (KAFKA-14354) Add 'destroyed()' callback method to Connector API

2022-11-07 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-14354: - Summary: Add 'destroyed()' callback method to Connector API (was: Add delete callback

Re: [PATCH v4] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-06 Thread Hector Martin
gt; Signed-off-by: Arminder Singh > --- > This version of the patch fixes some reliability issues brought up by > Hector and Sven in the v3 patch email thread. First, this patch > increases the timeout value in pasemi_smb_waitready to 100ms from 10ms, > as the original 10

[DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
suggestions) to the org.apache.kafka.connect.connector.Connector abstract class, which will be invoked by connect Workers when a connector is being deleted. Feedback and comments are welcome. Thank you! Hector

[jira] [Updated] (KAFKA-14354) Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-14354: - Description: It would be useful to have a callback method added to the Connector API

[jira] [Updated] (KAFKA-14354) Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-14354: - Priority: Minor (was: Major) > Add delete callback method to Connector

[jira] [Created] (KAFKA-14354) Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (Jira)
Hector Geraldino created KAFKA-14354: Summary: Add delete callback method to Connector API Key: KAFKA-14354 URL: https://issues.apache.org/jira/browse/KAFKA-14354 Project: Kafka Issue

[jira] [Updated] (KAFKA-14354) Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-14354: - Component/s: KafkaConnect (was: clients) > Add delete callb

[jira] [Created] (KAFKA-14354) Add delete callback method to Connector API

2022-11-03 Thread Hector Geraldino (Jira)
Hector Geraldino created KAFKA-14354: Summary: Add delete callback method to Connector API Key: KAFKA-14354 URL: https://issues.apache.org/jira/browse/KAFKA-14354 Project: Kafka Issue

[jira] [Resolved] (KAFKA-13434) Add a public API for AbstractCoordinator

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino resolved KAFKA-13434. -- Resolution: Won't Do KIP has been discarded > Add a public

[jira] [Resolved] (KAFKA-13434) Add a public API for AbstractCoordinator

2022-11-03 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino resolved KAFKA-13434. -- Resolution: Won't Do KIP has been discarded > Add a public

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Hector Martin
t/error detection/recovery much more robust, but I can submit it after this goes in :) - Hector

Re: [PATCH v2] drm/format-helper: Only advertise supported formats for conversion

2022-10-31 Thread Hector Martin
On 01/11/2022 01.15, Justin Forbes wrote: > On Thu, Oct 27, 2022 at 8:57 AM Hector Martin wrote: >> >> drm_fb_build_fourcc_list() currently returns all emulated formats >> unconditionally as long as the native format is among them, even though >> not all combinati

[yakuake] [Bug 363333] Processes started in yakuake terminals block indefinitely some time after switching to a different VT

2022-10-31 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=36 Hector Martin changed: What|Removed |Added CC||hec...@marcansoft.com --- Comment #8 from

[jira] [Commented] (FLINK-29609) Clean up jobmanager deployment on suspend after recording savepoint info

2022-10-30 Thread Hector Miuler Malpica Gallegos (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17626372#comment-17626372 ] Hector Miuler Malpica Gallegos commented on FLINK-29609: [~sriramgr] In my

Re: [PATCH v2] drm/format-helper: Only advertise supported formats for conversion

2022-10-29 Thread Hector Martin
ers and nothing else" rule while actually supporting it for argb backend framebuffers correctly. Any platforms actually wanting to use argb framebuffers with meaningful alpha should be configuring their userspace to preferentially render directly to argb to avoid the perf hit anyway. - Hector

[PATCH v2] drm/format-helper: Only advertise supported formats for conversion

2022-10-27 Thread Hector Martin
3b ("drm: Add simpledrm driver") Cc: sta...@vger.kernel.org Signed-off-by: Hector Martin --- I'm proposing this alternative approach after a heated discussion on IRC. I'm out of ideas, if y'all don't like this one you can figure it out for yourseves :-) Changes since v1: This v2 moves all th

Re: [PATCH] drm/simpledrm: Only advertise formats that are supported

2022-10-27 Thread Hector Martin
patch, which means the merge will go through painlessly, and then we can just refactor everything once everything is in the same tree. - Hector

Re: [PATCH] drm/simpledrm: Only advertise formats that are supported

2022-10-27 Thread Hector Martin
On 27/10/2022 19.13, Hector Martin wrote: > Until now, simpledrm unconditionally advertised all formats that can be > supported natively as conversions. However, we don't actually have a > full conversion matrix of helpers. Although the list is arguably > provided to userspace in prec

[PATCH] drm/simpledrm: Only advertise formats that are supported

2022-10-27 Thread Hector Martin
Acked-by: Pekka Paalanen Fixes: 6ea966fca084 ("drm/simpledrm: Add [AX]RGB2101010 formats") Fixes: 11e8f5fd223b ("drm: Add simpledrm driver") Cc: sta...@vger.kernel.org Signed-off-by: Hector Martin --- drivers/gpu/drm/drm_format_helper.c | 15 --- drivers/gpu/dr

[jira] [Commented] (FLINK-29609) Clean up jobmanager deployment on suspend after recording savepoint info

2022-10-26 Thread Hector Miuler Malpica Gallegos (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17624585#comment-17624585 ] Hector Miuler Malpica Gallegos commented on FLINK-29609: Please, take

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
On 12/10/22 00:26, Dan Ritter wrote: Richard Hector wrote: Hi all, I host a few websites, mostly Wordpress. I prefer to have the site files (mostly) owned by an owner user, and php-fpm runs as a different user, so that it can't write its own code. For uploads, those directories are group

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
On 11/10/22 22:40, hede wrote: On 11.10.2022 10:03 Richard Hector wrote: [...] Then for site developers (who might be contractors to my client) to be able to update teh site, they need read/write access to the docroot, but I don't want them all logging in using the same account/credentials

bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
Hi all, I host a few websites, mostly Wordpress. I prefer to have the site files (mostly) owned by an owner user, and php-fpm runs as a different user, so that it can't write its own code. For uploads, those directories are group-writeable. Then for site developers (who might be contractors

Re: nginx.conf woes

2022-10-10 Thread Richard Hector
On 3/10/22 02:07, Patrick Kirk wrote: Hi all, I have 2 sites to run from one server.  Both are based on ASP.Net Core. Both have SSL certs from letsencrypt.  One works perfectly.  The other sort of works. Firstly, I notice that cleardragon.com and kirks.net resolve to different addresses,

Re:[DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-07 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi Mathieu. I took a look at your KIP and have a couple questions. If the goal is to do the partition assignments at a topic level, wouldn't having single-partition topics solve this problem? You also mentioned that your goal is to minimize the potential of a poison pill message breaking all

[Warzone2100-commits] [Warzone2100/warzone2100] c1cb49: Added difficulty selector to debug menu

2022-10-06 Thread Hector Lucero via Warzone2100-commits
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: c1cb494d171add05d98feab5df664092affac4c7 https://github.com/Warzone2100/warzone2100/commit/c1cb494d171add05d98feab5df664092affac4c7 Author: kammy Date: 2022-10-07 (Fri, 07 Oct 2022) Changed

Connector API callbacks for create/delete events

2022-10-05 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi, We've some custom connectors that require provisioning external resources (think of creating queues, S3 buckets, or activating accounts) when the connector instance is created, but also need to cleanup these resources (delete, deactivate) when the connector instance is deleted. The

[jenkinsci/nexus-platform-plugin]

2022-10-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7295-solving-antlr-version-mismatch Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send

[jenkinsci/nexus-platform-plugin] 7da0a8: INT-7295 Solving ANTLR version mismatch (#227)

2022-10-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 7da0a8ed0e1121973df72051ad93ac299bdc3963 https://github.com/jenkinsci/nexus-platform-plugin/commit/7da0a8ed0e1121973df72051ad93ac299bdc3963 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] fea48a: INT-7295 Solving ANTLR version mismatch

2022-10-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7295-solving-antlr-version-mismatch Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: fea48a3c615dddc78e83b1bdc9ccc3f516dde5a2 https://github.com/jenkinsci/nexus-platform-plugin/commit/fea48a3c615dddc78e83b1bdc9ccc3f516dde5a2 Author: Hector

[jenkinsci/nexus-platform-plugin] 869515: INT-7293 Making stage unstable for Jenkins and Blu...

2022-10-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 8695153b5c4c2891b1fb88cd959b5303b67f3373 https://github.com/jenkinsci/nexus-platform-plugin/commit/8695153b5c4c2891b1fb88cd959b5303b67f3373 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin]

2022-10-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7293-making-stage-unstable Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email

[jenkinsci/nexus-platform-plugin] f4f795: INT-7293 Making stage unstable for Jenkins and Blu...

2022-10-03 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7293-making-stage-unstable Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: f4f7958ab2a8d2b7c7c38d3395400c9ba8316668 https://github.com/jenkinsci/nexus-platform-plugin/commit/f4f7958ab2a8d2b7c7c38d3395400c9ba8316668 Author: Hector Hurtado

[jenkinsci/nexus-platform-plugin]

2022-09-27 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7283-updating-integrations-links Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin] 0be6cc: INT-7283 Updating integrations help pages links (#...

2022-09-27 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 0be6ccc80c3ee91a8bc3f241fb3cb0229903c108 https://github.com/jenkinsci/nexus-platform-plugin/commit/0be6ccc80c3ee91a8bc3f241fb3cb0229903c108 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] 0d3d78: INT-7283 Updating integrations help pages links

2022-09-26 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7283-updating-integrations-links Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 0d3d781914e770229407349f7767df966694641d https://github.com/jenkinsci/nexus-platform-plugin/commit/0d3d781914e770229407349f7767df966694641d Author: Hector

[jenkinsci/nexus-platform-plugin]

2022-09-22 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/bump-innersource-dependencies-55f298 Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

[jenkinsci/nexus-platform-plugin]

2022-09-20 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7228-fixing-build-report-for-notify-actions Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from

[jenkinsci/nexus-platform-plugin] 510954: INT-7228 Fixing build report for notify actions (#...

2022-09-20 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 51095484ba67207ffbd9077fb551c5c9d48aa305 https://github.com/jenkinsci/nexus-platform-plugin/commit/51095484ba67207ffbd9077fb551c5c9d48aa305 Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin] 79e1fb: INT-7228 Fixing build report for notify actions

2022-09-16 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-16 (Fri, 16 Sep 2022) Changed paths: M src/main/java/org/sonatype/nexus/ci/iq/PolicyEvaluationReportUtil.groovy M src/main/resources/org/sonatype/nexus/ci/iq/PolicyEvaluationReportAction/index.jelly M src/test/java/org/sonatype/nexus/ci/iq

Re: [DNG] Chimaera CPU stuck

2022-09-14 Thread Hector Gonzalez Jaime via Dng
On 9/14/22 14:54, Luciano Mannucci wrote: On Wed, 14 Sep 2022 12:37:41 -0500 Hector Gonzalez Jaime via Dng wrote: kernel:[ 7336.007287] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:0] if I write to the disk via dd nothing wrong happens... Luciano. Check which

[jenkinsci/nexus-platform-plugin]

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [DNG] Chimaera CPU stuck

2022-09-14 Thread Hector Gonzalez Jaime via Dng
o deadline. cat /sys/block/sda/queue/scheduler echo "deadline" >/sys/block/sda/queue/scheduler -- Hector Gonzalez ca...@genac.org ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

[jenkinsci/nexus-platform-plugin] de1b4c: Adjusting Jenkins patch version

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: de1b4cfa44f37a0313be3fe98d17c5c3f25aba27 https://github.com/jenkinsci/nexus-platform-plugin/commit/de1b4cfa44f37a0313be3fe98d17c5c3f25aba27 Author: Hector

[jenkinsci/nexus-platform-plugin] bd86d6: Updating Jenkins minimum supported version to 2.289

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: bd86d6352eccaa66c47cf7553ff929cc412762a6 https://github.com/jenkinsci/nexus-platform-plugin/commit/bd86d6352eccaa66c47cf7553ff929cc412762a6 Author: Hector

[jenkinsci/nexus-platform-plugin] b12954: INT-7235 Adding proper scope to provided Jenkins d...

2022-09-14 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7235-credentials-policy-violation Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: b12954a50b939f2939cbaa4adb5e2c5fc7476591 https://github.com/jenkinsci/nexus-platform-plugin/commit/b12954a50b939f2939cbaa4adb5e2c5fc7476591 Author: Hector

[jenkinsci/nexus-platform-plugin] 5f64dd: INT-7158 Adding Organizations select on UI (#221)

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/main Home: https://github.com/jenkinsci/nexus-platform-plugin Commit: 5f64dd21ca0ace488ecc53d123681c6c3a51332a https://github.com/jenkinsci/nexus-platform-plugin/commit/5f64dd21ca0ace488ecc53d123681c6c3a51332a Author: Hector Danilo Hurtado Olaya Date: 2022

[jenkinsci/nexus-platform-plugin]

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
Branch: refs/heads/INT-7158-receiving-orgId-using-a-select-on-ui Home: https://github.com/jenkinsci/nexus-platform-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it,

[jenkinsci/nexus-platform-plugin] 40780f: Fixing tests docs

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-13 (Tue, 13 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Fixing tests docs -- You received this message because you are subscribed to the Google Groups "Jenkins Commits&q

[jenkinsci/nexus-platform-plugin] cccba8: Applying feedback changes

2022-09-13 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
: Hector Hurtado Date: 2022-09-13 (Tue, 13 Sep 2022) Changed paths: M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorTest.groovy M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy Log Message: --- Applying feedback changes -- You received this message

<    1   2   3   4   5   6   7   8   9   10   >