Re: [PATCH v3 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-13 Thread Hector Martin
On 13/12/2021 17.44, Javier Martinez Canillas wrote: Hello Hector, On Sun, Dec 12, 2021 at 7:24 AM Hector Martin wrote: This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Acked-by: Thomas

[PATCH v3 3/3] drm/simpledrm: Add [AX]RGB2101010 formats

2021-12-11 Thread Hector Martin
This is the format used by the bootloader framebuffer on Apple ARM64 platforms. Reviewed-by: Thomas Zimmermann Signed-off-by: Hector Martin --- drivers/gpu/drm/tiny/simpledrm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/tiny/simpledrm.c b/drivers

[PATCH v3 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()

2021-12-11 Thread Hector Martin
Add XRGB emulation support for devices that can only do XRGB2101010. This is chiefly useful for simpledrm on Apple devices where the bootloader-provided framebuffer is 10-bit. Signed-off-by: Hector Martin --- drivers/gpu/drm/drm_format_helper.c | 64 + include

[PATCH v3 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-11 Thread Hector Martin
This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Acked-by: Thomas Zimmermann Signed-off-by: Hector Martin --- drivers/of/platform.c | 4 drivers/video/fbdev/simplefb.c | 21

[PATCH v3 0/3] drm/simpledrm: Apple M1 / DT platform support fixes

2021-12-11 Thread Hector Martin
when simpledrm is selected to replace simplefb, as these FBs always seem to be 10-bit (at least when a real screen is attached). Changes since v2: - Made 10-bit conversion code fill the LSBs - Added ARGB2101010 to supported formats list - Simplified OF core code per review feedback Hector Martin (3

[jira] [Updated] (KAFKA-13521) Supress changelog schema version breaks migration

2021-12-08 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-13521: - Issue Type: Bug (was: Improvement) > Supress changelog schema version breaks migrat

[jira] [Created] (KAFKA-13521) Supress changelog schema version breaks migration

2021-12-08 Thread Hector Geraldino (Jira)
Hector Geraldino created KAFKA-13521: Summary: Supress changelog schema version breaks migration Key: KAFKA-13521 URL: https://issues.apache.org/jira/browse/KAFKA-13521 Project: Kafka

[jira] [Created] (KAFKA-13521) Supress changelog schema version breaks migration

2021-12-08 Thread Hector Geraldino (Jira)
Hector Geraldino created KAFKA-13521: Summary: Supress changelog schema version breaks migration Key: KAFKA-13521 URL: https://issues.apache.org/jira/browse/KAFKA-13521 Project: Kafka

Re: [PATCH v2 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()

2021-12-07 Thread Hector Martin
Hi, thanks for the review! On 07/12/2021 18.40, Thomas Zimmermann wrote: Hi Am 07.12.21 um 08:29 schrieb Hector Martin: Add XRGB emulation support for devices that can only do XRGB2101010. This is chiefly useful for simpledrm on Apple devices where the bootloader-provided framebuffer

[PATCH v2 3/3] drm/simpledrm: Add XRGB2101010 format

2021-12-06 Thread Hector Martin
This is the format used by the bootloader framebuffer on Apple ARM64 platforms. Reviewed-by: Thomas Zimmermann Signed-off-by: Hector Martin --- drivers/gpu/drm/tiny/simpledrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tiny/simpledrm.c b/drivers/gpu

[PATCH v2 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()

2021-12-06 Thread Hector Martin
Add XRGB emulation support for devices that can only do XRGB2101010. This is chiefly useful for simpledrm on Apple devices where the bootloader-provided framebuffer is 10-bit. Signed-off-by: Hector Martin --- drivers/gpu/drm/drm_format_helper.c | 62 + include

[PATCH v2 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-06 Thread Hector Martin
This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Signed-off-by: Hector Martin --- drivers/of/platform.c | 5 + drivers/video/fbdev/simplefb.c | 21 + 2 files

[PATCH v2 0/3] drm/simpledrm: Apple M1 / DT platform support fixes

2021-12-06 Thread Hector Martin
when simpledrm is selected to replace simplefb, as these FBs always seem to be 10-bit (at least when a real screen is attached). Changes since v1: - Moved the OF platform device setup code from simplefb into common code, instead of duplicating it in simpledrm - Rebased on drm-tip Hector Martin (3

Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator

2021-11-29 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
/kafka/pull/11515 Looking forward for some community feedback. Regards, Hector From: dev@kafka.apache.org At: 11/11/21 17:15:17 UTC-5:00To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator Hi Tom, Thanks for taking time reviewing the KIP. I think

Re: [PATCH 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_dstclip()

2021-11-22 Thread Hector Martin
On 22/11/2021 18.52, Pekka Paalanen wrote: On Wed, 17 Nov 2021 23:58:28 +0900 Hector Martin wrote: Add XRGB emulation support for devices that can only do XRGB2101010. This is chiefly useful for simpledrm on Apple devices where the bootloader-provided framebuffer is 10-bit, which already

Re: reportbug fail

2021-11-21 Thread Richard Hector
On 21/11/21 3:04 am, Lee wrote: I wanted to create a bug report for meld but couldn't find any info on how to other than "use reportbug" :( I see your problem is solved, but for future reference, this page has info on reporting bugs via email: https://www.debian.org/Bugs/Reporting Cheers,

Re: [PATCH 1/3] drm/simpledrm: Bind to OF framebuffers in /chosen

2021-11-19 Thread Hector Martin
On 18/11/2021 18.19, Thomas Zimmermann wrote: Hi Am 17.11.21 um 15:58 schrieb Hector Martin: @@ -897,5 +898,21 @@ static struct platform_driver simpledrm_platform_driver = { module_platform_driver(simpledrm_platform_driver); +static int __init simpledrm_init(void) +{ + struct

[PATCH v2] iommu/io-pgtable-arm: Fix table descriptor paddr formatting

2021-11-19 Thread Hector Martin
urphy Signed-off-by: Hector Martin --- drivers/iommu/io-pgtable-arm.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/iommu/io-pgtable-arm.c b/drivers/iommu/io-pgtable-arm.c index dd9e47189d0d..94ff319ae8ac 100644 --- a/drivers/iommu/io-pgtable-arm.c +++ b/dri

Bug#1000139: lxc-templates: Bad security sources on bullseye container built on buster

2021-11-18 Thread Richard Hector
Package: lxc-templates Version: 3.0.4-0+deb10u1 Severity: normal Dear Maintainer, Bug #970067 has been fixed, enabling the building of bullseye machines with a correct sources.list It is only available in bullseye+, however, so building a bullseye container on buster doesn't work correctly (the

[ansible-project] lineinfile in lxc_container?

2021-11-18 Thread Richard Hector
Hi all, I'm using ansible to set up lxc containers, using delegation to the container host. One task looks like this: - name: add ansible user to sudoers lineinfile: dest: "/var/lib/lxc/{{ inventory_hostname }}/rootfs/etc/sudoers" state: present regexp: "^ansible" line:

[PATCH] iommu/io-pgtable-arm: Fix table descriptor paddr formatting

2021-11-17 Thread Hector Martin
require a new pte format (different shift); adding support for that to paddr_to_iopte/iopte_to_paddr caused it to break badly, as even <48-bit addresses would end up incorrect in that case. Signed-off-by: Hector Martin --- drivers/iommu/io-pgtable-arm.c | 14 +++--- 1 file changed

Re: [PATCH] drm/format-helper: Fix dst computation in drm_fb_xrgb8888_to_rgb888_dstclip()

2021-11-17 Thread Hector Martin
On 17/11/2021 23.56, Thomas Zimmermann wrote: Hi Am 17.11.21 um 15:22 schrieb Hector Martin: The dst pointer was being advanced by the clip width, not the full line stride, resulting in corruption. The clip offset was also calculated incorrectly. Cc: sta...@vger.kernel.org Signed-off

[PATCH 3/3] drm/simpledrm: Enable XRGB2101010 format

2021-11-17 Thread Hector Martin
This is the format used by the bootloader framebuffer on Apple ARM64 platforms, and is already supported by simplefb. This avoids regressing on these platforms when simpledrm is enabled and replaces simplefb. Signed-off-by: Hector Martin --- drivers/gpu/drm/tiny/simpledrm.c | 2 +- 1 file

[PATCH 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_dstclip()

2021-11-17 Thread Hector Martin
Add XRGB emulation support for devices that can only do XRGB2101010. This is chiefly useful for simpledrm on Apple devices where the bootloader-provided framebuffer is 10-bit, which already works fine with simplefb. This is required to make simpledrm support this too. Signed-off-by: Hector

[PATCH 1/3] drm/simpledrm: Bind to OF framebuffers in /chosen

2021-11-17 Thread Hector Martin
This matches the simplefb behavior; these nodes are not matched by the standard OF machinery. This fixes a regression when simpledrm replaces simeplefb. Signed-off-by: Hector Martin --- drivers/gpu/drm/tiny/simpledrm.c | 17 + 1 file changed, 17 insertions(+) diff --git

[PATCH 0/3] drm/simpledrm: Apple M1 / DT platform support fixes

2021-11-17 Thread Hector Martin
when simpledrm is selected to replace simplefb, as these FBs always seem to be 10-bit (at least when a real screen is attached). Hector Martin (3): drm/simpledrm: Bind to OF framebuffers in /chosen drm/format-helper: Add drm_fb_xrgb_to_xrgb2101010_dstclip() drm/simpledrm: Enable

[PATCH] drm/format-helper: Fix dst computation in drm_fb_xrgb8888_to_rgb888_dstclip()

2021-11-17 Thread Hector Martin
The dst pointer was being advanced by the clip width, not the full line stride, resulting in corruption. The clip offset was also calculated incorrectly. Cc: sta...@vger.kernel.org Signed-off-by: Hector Martin --- drivers/gpu/drm/drm_format_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator

2021-11-11 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
, see what it entails, and update the KIP with my findings. Thanks again! Hector From: dev@kafka.apache.org At: 11/10/21 06:43:59 UTC-5:00To: Hector Geraldino (BLOOMBERG/ 919 3RD A ) , dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator Hi Hector

[DISCUSS] KIP-795: Add public APIs for AbstractCoordinator

2021-11-08 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi Kafka devs, I would like to start the discussion of KIP-795: Add public APIs for AbstractCoordinator https://cwiki.apache.org/confluence/display/KAFKA/KIP-795%3A+Add+public+APIs+for+AbstractCoordinator Looking forward for some feedback from the community. Regards, Hector

DISMISS - Re:[DISCUSS] KIP-784: Add public APIs for AbstractCoordinator

2021-11-08 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
would like to start the discussion of KIP-784: Add public APIs for AbstractCoordinator https://cwiki.apache.org/confluence/display/KAFKA/KIP-784%3A+Add+public+APIs+for +AbstractCoordinator Looking forward for some feedback from the community. Regards, Hector

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

2021-11-08 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-13434: - Description: KIP-795: [https://cwiki.apache.org/confluence/display/KAFKA/KIP-795%3A

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

2021-11-08 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-13434: - Description: KIP-795: https://cwiki.apache.org/confluence/display/KAFKA/KIP-795%3A+Add

[DISCUSS] KIP-784: Add public APIs for AbstractCoordinator

2021-11-08 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi Kafka devs, I would like to start the discussion of KIP-784: Add public APIs for AbstractCoordinator https://cwiki.apache.org/confluence/display/KAFKA/KIP-784%3A+Add+public+APIs+for+AbstractCoordinator Looking forward for some feedback from the community. Regards, Hector

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

2021-11-05 Thread Hector Geraldino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Geraldino updated KAFKA-13434: - Summary: Add a public API for AbstractCoordinator (was: Add a public API

[jira] [Created] (KAFKA-13434) Add a public API for AbstractCoordinatos

2021-11-05 Thread Hector G (Jira)
Hector G created KAFKA-13434: Summary: Add a public API for AbstractCoordinatos Key: KAFKA-13434 URL: https://issues.apache.org/jira/browse/KAFKA-13434 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-13434) Add a public API for AbstractCoordinatos

2021-11-05 Thread Hector G (Jira)
Hector G created KAFKA-13434: Summary: Add a public API for AbstractCoordinatos Key: KAFKA-13434 URL: https://issues.apache.org/jira/browse/KAFKA-13434 Project: Kafka Issue Type: Improvement

Wiki Permissions

2021-11-02 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hello, I'd like to be added to the contributors list, so I can submit a KIP. My Jira ID is: hgeraldino Wiki ID: hgeraldino Thanks, Hector

Re: question from total newbie. a little help please

2021-10-28 Thread Richard Hector
On 18/10/21 2:55 am, john doe wrote: With W10 you have also the possibility of using 'WLS' an order alternative would be to install Debian as a VM. I think perhaps you mean WSL - Windows Subsystem for Linux? https://docs.microsoft.com/en-us/windows/wsl/install I've never used it myself.

Re: [Sid] Firefox problem

2021-10-28 Thread Richard Hector
On 17/10/21 9:55 pm, Grzesiek wrote: Hi there, On some of machines I use, after opening of Firefox I get empty browser window (with menus, decorations etc) but nothing else is displayed. Its impossible to open menu, type address, etc. The only thing you can do is to close the window. After

Re: replacement of sqsh for debian 11

2021-10-28 Thread Richard Hector
On 28/10/21 3:05 pm, Greg Wooledge wrote: Nobody could figure out that you were trying to connect to an existing proprietary database. Well, I did. Because that's what sqsh is for - it's a client, not a DBMS. But I guess it could have been clearer. Cheers, Richard

Re: [PATCH] iommu/dart: Initialize DART_STREAMS_ENABLE

2021-10-19 Thread Hector Martin
(DART_STREAM_ALL, dart->regs + DART_STREAMS_ENABLE); + /* clear any pending errors before the interrupt is unmasked */ writel(readl(dart->regs + DART_ERROR), dart->regs + DART_ERROR); Reviewed-by: Hector Martin -- Hector Martin (mar...@marcan.st) Public Key: https://mr

Re: [Koha] LDAP changes from 19.xx to 21.05 ?

2021-10-12 Thread Hector Gonzalez Jaime
mar. 12 oct. 2021 à 02:17, Hector Gonzalez Jaime a écrit : Hello, we recently tried to update our development server to 21.05, and it mostly works, but it does not like our LDAP setup, which is unchanged. plack-error.log is filled with errors from this one: Error while loading /etc/koha/plack

[Koha] LDAP changes from 19.xx to 21.05 ?

2021-10-11 Thread Hector Gonzalez Jaime
e this now:       ip.address.for.server     ou=users,dc=domain,dc=example,dc=org     1     1       1 uid=%s,ou=users,dc=domain,dc=example,dc=org             Tijuana, BCN     TJNA           STUDENT   1       Thanks. -- Hector Gonzalez ca...

Re: [PATCH v2 00/11] Add Apple M1 support to PASemi i2c driver

2021-10-11 Thread Hector Martin
the MAINTAINER additions for now and we add them later. Then, you can add the pasemi-core as well. D'accord? We can just split the MAINTAINERS changes into a separate patch and I can push that one through the SoC tree, along with other MAINTAINERS updates. Does that work for everyone? -- Hector

Re: buggy N-M (was: Debian 11: Unable to detect wireless interface on an old laptop) computer

2021-09-28 Thread Richard Hector
This isn't really a good place to chip in, but the best I can find from the messages I haven't deleted ... On 29/09/21 2:00 am, Henning Follmann wrote: My comment to the OP was basically on the nebulous source (most VPN Providers) and the generalized categorization (N-M is buggy), which I

Re: silence audio on locked screen?

2021-09-28 Thread Richard Hector
On 28/09/21 11:33 pm, Dan Ritter wrote: Richard Hector wrote: On 27/09/21 11:39 pm, Dan Ritter wrote: > > One option is to run a mute and stop-playing command immediately > on screensaver interaction. > > For XFCE4, that's as easy as adding a panel object which runs an

Re: silence audio on locked screen?

2021-09-28 Thread Richard Hector
On 27/09/21 11:39 pm, Dan Ritter wrote: Richard Hector wrote: I'm using buster with xfce4, pulseaudio, and (I think) light-locker. When I lock my screen, audio continues to play (and system sounds are still heard). This seems to me like a way to leak information, and is also annoying

silence audio on locked screen?

2021-09-26 Thread Richard Hector
Hi all, I'm using buster with xfce4, pulseaudio, and (I think) light-locker. When I lock my screen, audio continues to play (and system sounds are still heard). This seems to me like a way to leak information, and is also annoying to anyone nearby. It's then annoying for me when I discover

Re: [Koha] How to Update and Upgrade Koha

2021-09-22 Thread Hector Gonzalez Jaime
Hi, I'd like to, but I didn't have an account for the wiki, so I'm waiting for it to be enabled. On 9/20/21 4:47 AM, Jonathan Druart wrote: Hi Hector, Well detailed instructions, it would help to have them on the wiki page :) Would you mind updating the existing section? https://wiki.koha

Re: Bug#994750: RFS: mazeofgalious/0.63-1 [ITA] -- The Maze of Galious

2021-09-20 Thread Richard Hector
On 21/09/21 1:24 am, Parodper wrote:  * URL : http://www.braingames.getput.com/mog/ No such site? Cheers, Richard

Re: [Koha] How to Update and Upgrade Koha

2021-09-15 Thread Hector Gonzalez Jaime
and then it will upgrade koha. On 9/15/21 6:25 PM, Hector Gonzalez Jaime wrote: Hi, as with anything else, you should first have a good (tested) backup of everything.  Koha, server software, and database. Then, if you used the debian packages, you should check which version you are "tra

Re: [Koha] How to Update and Upgrade Koha

2021-09-15 Thread Hector Gonzalez Jaime
updates and upgrades. There are initial installation instructions aplenty, but alas, if there are ones for updates and upgrades, I don't see them. So I ask: How does one update or upgrades Koha? Thanks for your help, everyone. -- Hector Gonzalez ca...@genac.org _

Re: copy directory tree, mapping to new owners

2021-09-14 Thread Richard Hector
On 14/09/21 6:50 pm, to...@tuxteam.de wrote: On Tue, Sep 14, 2021 at 12:17:05PM +1200, Richard Hector wrote: On 13/09/21 7:04 pm, to...@tuxteam.de wrote: >On Mon, Sep 13, 2021 at 11:45:02AM +1200, Richard Hector wrote: >>On 12/09/21 6:52 pm, john doe wrote: > >[...] > &

Re: copy directory tree, mapping to new owners

2021-09-14 Thread Richard Hector
On 13/09/21 7:04 pm, to...@tuxteam.de wrote: On Mon, Sep 13, 2021 at 11:45:02AM +1200, Richard Hector wrote: On 12/09/21 6:52 pm, john doe wrote: [...] >If you are doing this in a script, I would use a temporary directory. >That way, in case of failure the destination dir

Re: copy directory tree, mapping to new owners

2021-09-12 Thread Richard Hector
On 12/09/21 7:46 pm, Teemu Likonen wrote: * 2021-09-12 12:43:29+1200, Richard Hector wrote: The context of my question is that I'm creating (or updating) a test copy of a website. The files are owned by one of two owners, depending on whether they were written by the server (actually php-fpm

Re: copy directory tree, mapping to new owners

2021-09-12 Thread Richard Hector
On 12/09/21 6:53 pm, l0f...@tuta.io wrote: # actually not necessary? rsync will create it mkdir -p mysite_test/doc_root You can make a simple test to know that but I would say that rsync doesn't create your destination "root" directory (the one you specify on the command line) unless

Re: copy directory tree, mapping to new owners

2021-09-12 Thread Richard Hector
On 12/09/21 6:52 pm, john doe wrote: On 9/12/2021 3:45 AM, Richard Hector wrote: Thanks, that looks reasonable. It does mean, though, that the files exist for a while with the wrong ownership. That probably doesn't matter, but somehow 'feels wrong' to me. If you are doing this in a script

Re: copy directory tree, mapping to new owners

2021-09-11 Thread Richard Hector
On 12/09/21 12:52 pm, Greg Wooledge wrote: On Sun, Sep 12, 2021 at 12:43:29PM +1200, Richard Hector wrote: The context of my question is that I'm creating (or updating) a test copy of a website. The files are owned by one of two owners, depending on whether they were written by the server

copy directory tree, mapping to new owners

2021-09-11 Thread Richard Hector
Hi all, The context of my question is that I'm creating (or updating) a test copy of a website. The files are owned by one of two owners, depending on whether they were written by the server (actually php-fpm). To do that, I want all the permissions to remain the same, but the ownership

Re: Trouble upgrading Debian (reply to David Wright)

2021-09-07 Thread Richard Hector
On 7/09/21 5:25 am, John Hasler wrote: Curt writes: I suggest you follow the earlier advice, and set Thunderbird to compose your email as plain text Curt didn't write that; I did. Please be careful with your attributions. I'm intrigued to know how this mistake happened, however. Were you

RE: rough start of semester on 9800-80 WLCs

2021-09-07 Thread Rios, Hector J
There are two commands you can use: show wireless loadbalance tag affinity wncd show wireless stats ap loadbalance summary Hector Rios UT Austin From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Chad Sawyer Sent: Tuesday, September 7, 2021 1:48 PM To: WIRELESS-LAN

RE: rough start of semester on 9800-80 WLCs

2021-09-07 Thread Rios, Hector J
as well?. Best, Hector Rios UT Austin From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Chad Sawyer Sent: Tuesday, September 7, 2021 9:21 AM To: WIRELESS-LAN@LISTSERV.EDUCAUSE.EDU Subject: [WIRELESS-LAN] rough start of semester on 9800-80 WLCs Just sending a heads up

Re: Trouble upgrading Debian (reply to David Wright)

2021-09-06 Thread Richard Hector
On 6/09/21 1:20 pm, Dedeco Balaco wrote: 3. Tried to do 'apt update' as root, but it does not work. GPG signature error. 21:18:54 [ 0] root@compo: /etc/apt # apt-mark hold firefox-esr firefox-esr-l10n-pt-br thunderbird thunderbird-l10n-pt-br firefox-esr set on hold. firefox-esr-l10n-pt-br set

Bug#991631: nfs-utils: please update to newer upstream version

2021-09-04 Thread Hector Oron
Hello Anibal, El ds., 4 de set. 2021, 9:33, Anibal Monsalve Salazar va escriure: > On Thu, Jul 29, 2021, 21:42 Salvatore Bonaccorso > wrote: > >> Control: forcemerge 917706 991631 >> >> Hi Hector, >> >> On Thu, Jul 29, 2021 at 12:21:47PM +0200, Hector

Bug#991631: nfs-utils: please update to newer upstream version

2021-09-04 Thread Hector Oron
Hello Anibal, El ds., 4 de set. 2021, 9:33, Anibal Monsalve Salazar va escriure: > On Thu, Jul 29, 2021, 21:42 Salvatore Bonaccorso > wrote: > >> Control: forcemerge 917706 991631 >> >> Hi Hector, >> >> On Thu, Jul 29, 2021 at 12:21:47PM +0200, Hector

Re: which vs. type, and recursion?

2021-09-04 Thread Richard Hector
On 4/09/21 9:26 pm, Brian wrote: On Sat 04 Sep 2021 at 21:21:38 +1200, Richard Hector wrote: Greg Wooledge pointed out in another thread that 'type' is often better than 'which' for finding out what kind of command you're about to run, and where it comes from. A quick test, however, threw up

Re: Tips/advice for installing latest version of fzf?

2021-09-04 Thread Richard Hector
On 1/09/21 3:32 am, Greg Wooledge wrote: In bash, which is *not* a shell builtin -- it's a separate program, /usr/bin/which. Well _that_ took a while to parse correctly :-) I know bash is not a shell builtin, that would be weird ... Cheers, Richard

which vs. type, and recursion?

2021-09-04 Thread Richard Hector
Greg Wooledge pointed out in another thread that 'type' is often better than 'which' for finding out what kind of command you're about to run, and where it comes from. A quick test, however, threw up another issue: richard@zircon:~$ type ls ls is aliased to `ls --color=auto' Great, so it's

Re: How to update Debian 11 source.list to testing?

2021-09-03 Thread Richard Hector
On 4/09/21 2:17 am, Roberto C. Sánchez wrote: You might consider using bookwork rather than testing, however. Or bookworm, even. Richard

RE: Ekahau Update

2021-08-09 Thread Rios, Hector J
Ian, Thank you for putting this together. Let's hope Ekahau is truly receptive and they are able to come with alternatives that benefit all of us. Hector Rios UT Austin From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Ian Lyons Sent: Monday, August 9, 2021 12:50 PM

Bug#991631: nfs-utils: please update to newer upstream version

2021-07-29 Thread Hector Oron
Package: src:nfs-utils Severity: wishlist Dear Maintainer, Hello, nfs-utils package is quite old, even in SID, what are the plans for this package? Could it be updated to a more recent upstream version? Regards, -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-.

Bug#991631: nfs-utils: please update to newer upstream version

2021-07-29 Thread Hector Oron
Package: src:nfs-utils Severity: wishlist Dear Maintainer, Hello, nfs-utils package is quite old, even in SID, what are the plans for this package? Could it be updated to a more recent upstream version? Regards, -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-.

RE: [EXTERNAL] [WIRELESS-LAN] Fast Transition Enable

2021-07-28 Thread Rios, Hector J
u either revert your config, or take a stance of "this is what we support moving forward, so, sorry". It's the nature of the game. Hector Rios, UT Austin From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Dennis Xu Sent: Wednesday, July 28, 2021 2:05 PM To: WIRE

Bug#929006: intel-microcode: Atom fails to boot when loading microcode

2021-07-27 Thread Richard Hector
On Fri, 17 May 2019 09:14:51 +0900 Hideki Yamane wrote: Hi, I'm not intel-microcode package maintainer, On Wed, 15 May 2019 16:48:38 +1200 Richard Hector wrote: > Package: intel-microcode > Version: 3.20180807a.2~deb9u1 How about install newer package? Today 3.20190514.1~deb9u1 hav

Re: explanation of first column "v" is hiding

2021-07-27 Thread Richard Hector
On 28/07/21 7:55 am, Greg Wooledge wrote: https://bugs.debian.org/991578 Nice. I looked at the patch, but I'm not familiar with what processing gets done on that code. Does your reference to the reference manual, in the last of the diff, get expanded to tell me where to find the

Re: location of screenshots during debian install

2021-07-27 Thread Richard Hector
On 27/07/21 7:14 pm, Jupiter777 wrote: hello, I am in the middle of installing buster 10.10.x on my computer. I see that I can take screenshots as the dialog boxes tell me:   Screenshot Saved as /var/log/ But /var/log is not on the bootable  usb I am using ... Where are the screenshots? 

[jira] [Created] (HADOOP-17819) Add extensions to ProtobufRpcEngine RequestHeaderProto

2021-07-27 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HADOOP-17819: - Summary: Add extensions to ProtobufRpcEngine RequestHeaderProto Key: HADOOP-17819 URL: https://issues.apache.org/jira/browse/HADOOP-17819

[jira] [Created] (HADOOP-17819) Add extensions to ProtobufRpcEngine RequestHeaderProto

2021-07-27 Thread Hector Sandoval Chaverri (Jira)
Hector Sandoval Chaverri created HADOOP-17819: - Summary: Add extensions to ProtobufRpcEngine RequestHeaderProto Key: HADOOP-17819 URL: https://issues.apache.org/jira/browse/HADOOP-17819

Re: explanation of first column "v" is hiding

2021-07-26 Thread Richard Hector
On 27/07/21 5:22 am, Greg Wooledge wrote: P.S. If we're complaining about the lack of documentation for the cryptic output of the Debian tool set, can we say some words about aptitude? Seriously. This command searches for packages that require or conflict with the given

Re: Installation comment

2021-07-26 Thread Richard Hector
On 26/07/21 5:42 pm, Geert Stappers wrote: On Sun, Jul 25, 2021 at 03:43:18AM +1200, Richard Hector wrote: Hi all, Sorry for the minimal detail - hopefully someone else will understand this much better than I do, and be able to fill in if required. Failing that, I might be able to do better

Installation comment

2021-07-24 Thread Richard Hector
Hi all, Sorry for the minimal detail - hopefully someone else will understand this much better than I do, and be able to fill in if required. Failing that, I might be able to do better later. Just spent many more hours on this than anticipated, and need sleep. I installed bullseye on my HP

Re: How do I mount the USB stick containing the installer in Rescue Mode?

2021-07-21 Thread Richard Hector
On 21/07/21 11:39 pm, Greg Wooledge wrote: No, a bind mount doesn't take a device name as an argument. It takes two directory names. From the man page: mount --bind|--rbind|--move olddir newdir It's used when you've already got the device mounted somewhere (the first directory), and

Re: MDs & Dentists

2021-07-21 Thread Richard Hector
On 22/07/21 3:38 am, Reco wrote: One sure way to beat ransomware is to take immutable backups That's fine if keeping access to your data is all you care about. With the more modern ransomware that threatens to publish your (and/or your customers') data, not so much. Richard

Re: [geos-devel] lbgeos intersect skips first coordinates

2021-07-14 Thread Hector Nunez
are seeing a different, preferred order in JTS it's just by chance. On Wed, Jul 14, 2021 at 7:46 AM Hector Nunez wrote: Hi, I found that the I use intersects the result shows that the first coordinates is not used.Here is a sample that I did using two same geometries that shows the issue.I tested

[geos-devel] lbgeos intersect skips first coordinates

2021-07-14 Thread Hector Nunez
Hi, I found that the I use intersects the result shows that the first coordinates is not used.Here is a sample that I did using two same geometries that shows the issue.I tested similar code in Java using JTS and I don't have this issue. // SIMPLE SIMULATION OF THE PROBLEM USING

Re: [DNG] Refracta have a static IP

2021-07-13 Thread Hector Gonzalez Jaime via Dng
Techniques of the Successful Technologist http://www.troubleshooters.com/techniques ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng -- Hector Gonzalez ca...@genac.org _

Filter and recipientList requiring end()?

2021-07-09 Thread Hector Perez
oubt. Could someone help me to understand whether this behaviour is the expected one (i.e., why the former does not work and the latter does)? Thanks a lot in advance. Cheers, Hector This message is intended only for the recipient(s) named above. It may contain proprietary information

Re: Necesito urgente debian

2021-06-29 Thread Hector Colina
no importa , > Lo que me interesa es tener debian en mi PC me ayudas pprfavor -- ****** Hector Colina. Linux counter id 131637 Debian user, aka e1th0r Mérida-Venezuela http://blog.hectorcolina.com Key fingerprint = E81B 8228 8919 EE27 85B7 A59B 357F

jmeter, windows authentication and script recording don't work

2021-06-24 Thread Hector Colina
-- ** Hector Colina. Linux counter id 131637 Debian user, aka e1th0r Mérida-Venezuela http://blog.hectorcolina.com Key fingerprint = E81B 8228 8919 EE27 85B7 A59B 357F 81F5 5CFC B481 Long live and prosperity

Apparmor messages on LXC container, after host upgrade to buster

2021-06-23 Thread Richard Hector
Hi all, This is a copy of a message I posted to lxc-users last week; maybe more people will see it here :-) I'm getting messages like this after an upgrade of the host from stretch to buster: Jun 18 12:09:08 postgres kernel: [131022.470073] audit: type=1400 audit(1623974948.239:107):

Re: Web log analysis

2021-06-23 Thread Richard Hector
On 27/05/21 9:55 pm, Richard Hector wrote: Hi all, I need to get a handle on what my web servers are doing. Apologies for my lack of response. Thanks for all of the useful and interesting replies. I'll look into this further later; in the meantime I think I solved my immediate needs

Re: debian installation issue

2021-06-23 Thread Richard Hector
On 22/06/21 12:54 am, Steve McIntyre wrote: [ Apologies, missed this last week... ] to...@tuxteam.de wrote: On Mon, Jun 14, 2021 at 09:20:52AM +0300, Andrei POPESCU wrote: On Vi, 11 iun 21, 15:07:11, Greg Wooledge wrote: > > Secure Boot (Microsoft's attempt to stop you from using Linux)

Re: A Proposal: Each of Online Debian Man pages could have a wiki (Main page / Talk Page, etc.) at its bottom, with only Example Code Lines ...

2021-06-19 Thread Richard Hector
On 19/06/21 2:28 pm, Susmita/Rajib wrote: Aren't the ML members aware that Debian already has a Man Wiki pages repository? Debian Man Wiki Pages are available at: https://manpages.debian.org/ I'm pretty sure that's not a wiki. It looks like a set of automatically generated static pages.

Re: Server setup

2021-06-14 Thread Richard Hector
On 15/06/21 9:26 am, Greg Wooledge wrote: On Mon, Jun 14, 2021 at 04:39:11PM -0400, Polyna-Maude Racicot-Summerside wrote: I would like to have my system running on different partition for home, usr, var, tmp, etc... This is a safe route to prevent some problem (such as filling up a partition

Bug#894350: staying alive

2021-06-13 Thread Richard Hector
I can see that keeping a copy around could be useful, if: 1. You need to start it again soon 2. You're _able_ to start it again. Given that without disabling this feature I can't restart it without killing the old one first, I can't see that it's useful. In addition, I don't use it often -

Bug#894350: staying alive

2021-06-13 Thread Richard Hector
I can see that keeping a copy around could be useful, if: 1. You need to start it again soon 2. You're _able_ to start it again. Given that without disabling this feature I can't restart it without killing the old one first, I can't see that it's useful. In addition, I don't use it often -

Bug#989691: valgrind: please release 3.17.0 for DWARF 5 support

2021-06-10 Thread Hector Oron
Package: valgrind Version: 3.17.0 Severity: wishlist Dear maintainer, Please consider packaging (even to experimental) latest upstream release, currently being 3.17.0, which turns out to be a DWARF 5 dependency I would like to use. Regards -- Héctor Orón -.. . -... .. .- -. -.. . ...- .

RE: [WIRELESS-LAN] [EXTERNAL] [WIRELESS-LAN] Cisco 8540 Code Recommendation, Based on Stability?

2021-06-09 Thread Rios, Hector J
experiencing this bug when I have tested. The biggest issue with this bug is all the trash that is generating. Hector Rios, UT Austin From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Mathieu Sturm Sent: Tuesday, June 8, 2021 2:03 AM To: WIRELESS-LAN@LISTSERV.EDUCAUSE.EDU

[systemsettings] [Bug 364321] Ability to switch from JEDEC to SI units

2021-06-08 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=364321 --- Comment #14 from Hector Martin --- Of course JEDEC would use the binary definition; their entire business is basically RAM and Flash specifications. They are basically the only organization with a reason to prefer binary powers of 2, as they define

[Bug 1931059] [NEW] package codeblocks-contrib 20.03 failed to install/upgrade: intentando sobreescribir `/usr/lib/codeblocks/plugins/libabbreviations.so', que está también en el paquete codeblocks 20

2021-06-07 Thread Hector
Public bug reported: it shows me an error when installing packages and dependencies ProblemType: Package DistroRelease: Ubuntu 20.04 Package: codeblocks-contrib 20.03 ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-43-generic x86_64 ApportVersion:

<    6   7   8   9   10   11   12   13   14   15   >