Re: [AFMUG] Ken Hohof

2023-12-31 Thread Jeff Broadwick - Lists
Hey Ken! Regards, Jeff Jeff Broadwick CTIconnect 312-205-2519 Office 574-220-7826 Cell jbroadw...@cticonnect.com > On Dec 31, 2023, at 1:08 AM, Chuck McCown via AF wrote: > > Everbuddy say welcome back Ken!!! > > Sent from my iPhone > > > -- > AF mailing list > AF@af.afmug.com >

[oe] [meta-oe][PATCH v3] bonnie++: New recipe for version 2.0

2023-12-30 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with

Re: [oe] [meta-oe][PATCH v2] bonnie++: New recipe for version 2.0

2023-12-30 Thread Jörg Sommer via lists . openembedded . org
Are the build logs available anywhere? I would like to see do_configure and do_compile. I suspect that configure picks the wrong compiler. Kind regards Jörg Sommer Software Developer / Programmierer -- Navimatix GmbH Tatzendpromenade 2 07745 Jena T: 03641 - 327 99 0 F: 03641 - 526 306

Re: postfix stable35->3.5.22, stable->3.7.8

2023-12-29 Thread Why 42? The lists account.
On Fri, Dec 22, 2023 at 10:24:03PM +, Stuart Henderson wrote: > On 2023/12/22 22:20, Stuart Henderson wrote: > > On 2023/12/19 16:52, Stuart Henderson wrote: > > > Here are updates to postfix stable and stable35 versions, the latter > > > from tb@. I've tested both. > > > > New ones with

[oe] [meta-oe][PATCH v2] bonnie++: New recipe for version 2.0

2023-12-29 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with

Re: ***UNCHECKED*** Re: Post (snap) update emails: fsck errors and (in)security output

2023-12-28 Thread Why 42? The lists account.
On Thu, Dec 21, 2023 at 08:20:37AM -0300, Crystal Kolipe wrote: > > login.conf used to allow unlimited datasize for the 'daemon' class. That was > > changed to cap at 4G > > Actually the value is an architecture dependent setting. > > On amd64 it is indeed 4G, but typically 1024 Mb on the

[oe] [meta-oe][PATCH] bonnie++: New recipe for version 2.0

2023-12-28 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with

XFCE thunar dumps core when toggling "show hidden"

2023-12-28 Thread Why 42? The lists account.
Hi All, (This discussion/issue moved from misc). Thunar crashes when I try to toggle "show hidden" e.g. via "Ctrl+h": zsh: segmentation fault (core dumped) thunar I'm running a recent snapshot: mjoelnir:empty_directory 28.12 10:30:37 % uname -a OpenBSD mjoelnir.fritz.box 7.4 GENERIC.MP#1535

[oe] [meta-oe][PATCH] i2cdev: New recipe with i2c tools

2023-12-27 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer The main part is the tool lsi2c to scan the i2c bus, like lspci and lsusb do. This recipe also ships a static library *libi2cdev.a*. Because this library contains the file *smbus.c* which is *GPL v2+,* and a static library can't be linked dynamically to satisfy the LGPL, the

[OE-core] [PATCH] i2cdev: New recipe with i2c tools

2023-12-27 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer The main part is the tool lsi2c to scan the i2c bus, like lspci and lsusb do. This recipe also ships a static library *libi2cdev.a*. Because this library contains the file *smbus.c* which is *GPL v2+,* and a static library can't be linked dynamically to satisfy the LGPL, the

Re: [arch-general] pcmanfm-gtk3 no longer working on wayland?

2023-12-27 Thread Genes Lists
On Tue, 2023-12-26 at 22:02 -0600, Javier wrote: > Hi ! > > pcmanfm-gtk3 is segfaulting on wayland when trying to access any > directory.  I don't know if others are experiencing the same.  The > alternative I've been using is thunar, though I really liked pcmanfm- > gtk3. > I don't use this

Re: [gentoo-user] Virtualbox 7

2023-12-20 Thread Wols Lists
On 21/12/2023 05:48, the...@sys-concept.com wrote: I run Windows 7 in VirualBox-6 and it runs relatively fast but after upgrade to VirtualBox-7 (7.0.10) I noticed users weren't able to access Windows-7 server; the network got almost non responsive.  I've notice same with earlier

Re: Post (snap) update emails: fsck errors and (in)security output

2023-12-20 Thread Why 42? The lists account.
On Wed, Dec 20, 2023 at 10:57:41AM -0500, Nick Holland wrote: > the ROOTBACKUP process is making an image of a live file system; fsck > grumblings ARE expected. It's just one of those things you aren't supposed > to do (but I do it regularly, because normally, you can get away with it). > >

Re: XFCE Thunar filemanager core dumps ...

2023-12-20 Thread Why 42? The lists account.
On Wed, Dec 20, 2023 at 03:23:52PM -, Stuart Henderson wrote: > > ... > > When I started gdb (no expert) I noticed this "Dwarf error": > > mjoelnir:/tmp 20.12 12:04:38 % gdb -e /usr/local/bin/Thunar -c thunar.core > > GNU gdb 6.3 > > https://www.openbsd.org/faq/ports/ports.html#Backtrace

Re: [PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-12-20 Thread Andre Vieira (lists)
Squashed the definition and changes to predicated_doloop_end_internal and dlstp*_insn into this patch to make sure the first patch builds independently On 18/12/2023 11:53, Andre Vieira wrote: Reworked Stam's patch after comments in:

Re: [PATCH 1/2] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns

2023-12-20 Thread Andre Vieira (lists)
Reworked patch after Richard's comments and moved predicated_doloop_end_internal and dlstp*_insn to the next patch in the series to make sure this one builds on its own. On 18/12/2023 11:53, Andre Vieira wrote: Re-sending Stam's first patch, same as:

omp: Fix simdclone arguments with veclen lower than simdlen [PR113040]

2023-12-20 Thread Andre Vieira (lists)
This patch fixes an issue introduced by: commit ea4a3d08f11a59319df7b750a955ac613a3f438a Author: Andre Vieira Date: Wed Nov 1 17:02:41 2023 + omp: Reorder call for TARGET_SIMD_CLONE_ADJUST The problem was that after this patch we no longer added multiple arguments for vector

Re: veclower: improve selection of vector mode when lowering [PR 112787]

2023-12-20 Thread Andre Vieira (lists)
): Pass original vector type rather than the element type to type_for_widest_vector_mode and remove now obsolete check for the number of elements. On 07/12/2023 07:45, Richard Biener wrote: On Wed, 6 Dec 2023, Andre Vieira (lists) wrote: Hi, This patch addresses the issue

Re: What is the plan for dhcpd/kea?

2023-12-20 Thread Genes Lists
On Tue, 2023-12-19 at 16:17 -0600, David C. Rankin wrote: > > > > Yes, hopefully ISC made is fairly compatible and straight-forward to > transition, but holy cow, 2G for kea-docs? > The doc package includes both administrator and developer docs. The docs are quite extensive. You can see the

XFCE Thunar filemanager core dumps ...

2023-12-20 Thread Why 42? The lists account.
Hi All, I'm running XFCE on OpenBSD 7.4 GENERIC.MP#1535 amd64 I pressed Control+h in thunar thinking that it would toggle the display of hidden files ( .dot files), but instead thunar core dumps: -rw--- 1 robb robb 20656304 Dec 19 21:02 thunar.core Would this be an OpenBSD

Post (snap) update emails: fsck errors and (in)security output

2023-12-20 Thread Why 42? The lists account.
... Reply-To: Hi All, A couple of questions ... I have "ROOTBACKUP=1" in /etc/daily.local to replicate my root partition as described in the FAQ (https://www.openbsd.org/faq/faq14.html#altroot) I noticed after an update to a new snapshot via sysupgrade that the next daily output email

Re: What is the plan for dhcpd/kea?

2023-12-19 Thread Genes Lists
On Tue, 2023-12-19 at 14:19 -0600, David C. Rankin wrote > >    The wiki notes the successor in the first paragraph > https://wiki.archlinux.org/title/Dhcpd but there is no Kea page and > no > indication if Arch will start packaging Kea. Arch has been packaging kea for quite a long time

Re: [tor-relays] Dutch Relays

2023-12-19 Thread lists
On Dienstag, 19. Dezember 2023 16:23:27 CET Jordan Savoca via tor-relays wrote: > On 12/18/23 6:59 AM, ab...@relayon.org 2023 wrote: > > These are complete and utter shit. > > > > avoid like the plague! > > > > nifty ;-) You've landed in the sun again, I envy you. > Oh? I'm curious to hear

[yocto] [meta-secutrity] tpm2-tools RDEPENDS behaviour in meta-tpm

2023-12-18 Thread João Paulo Silva Gonçalves via lists . yoctoproject . org
Hello, For kirkstone branch when adding tpm2-tools recipe to install on a image it will not work as it is missing tcti-device dependencies. Is this behaviour intended or can I send a patch to master to correct tpm2-tools recipes RDEPENDS? Regards, João Paulo -=-=-=-=-=-=-=-=-=-=-=- Links: You

[yocto] [yocto-autobuilder-helper][PATCH v2 1/1] scripts: send_qa_email: add dry-run mode

2023-12-18 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Add a dry-run mode to be able to run send_qa_email locally but disabling any output (no commit or tag pushed upstream, no mail sent). This eases all release-related debugging. This dry-run mode is enabled by the following changes: - add a -d/--dry-run parameter to

Re: [yocto] [yocto-autobuilder-helper][PATCH 1/1] scripts: send_qa_email: add dry-run mode

2023-12-18 Thread Alexis Lothoré via lists . yoctoproject . org
On 12/18/23 10:33, Alexis Lothoré via lists.yoctoproject.org wrote: > From: Alexis Lothoré > > Add a dry-run mode to be able to run send_qa_email locally but disabling > any output (no commit or tag pushed upstream, no mail sent). This eases > all release-related debugging. This dry-run mode is

[yocto] [yocto-autobuilder-helper][PATCH 1/1] scripts: send_qa_email: add dry-run mode

2023-12-18 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Add a dry-run mode to be able to run send_qa_email locally but disabling any output (no commit or tag pushed upstream, no mail sent). This eases all release-related debugging. This dry-run mode is enabled by the following changes: - add a -d/--dry-run parameter to

[yocto] [yocto-autobuilder-helper][PATCH 4/4] scripts: send_qa_email: protect get_regression_base_and_target from exceptions

2023-12-17 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré generate_regression_reports is currently protect in a try/catch block to prevent it from canceling QA email generation when encountering an issue, but get_regression_base_and_target is not. Make sure that get_regression_base_and_target can not prevent QA email from being

[yocto] [yocto-autobuilder-helper][PATCH 2/4] scripts: send_qa_email: allow testing against non fixed tags

2023-12-17 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré send_qa_email currently deals with tags in a "reproducible" way: despite new versions being released on different branches, the computation of the "reference" version for a specific input version always remain the same. This behavior does not match perfectly real

[yocto] [yocto-autobuilder-helper][PATCH 3/4] scripts: send_qa_email: properly compute previous tag for new major release tag

2023-12-17 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré send_qa_email currently fails when dealing with release version starting a new major, for example 5.0. This has been observed for example when trying to generate 5.0_M1.rc1 This specific versioning makes previous tag computation method fall through last branch which

[yocto] [yocto-autobuilder-helper][PATCH 0/4] Fix send_qa_email for releases with new major number

2023-12-17 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, the autobuilder encountered a failure while trying to generate 5.0_M1.rc1 (see [1]) on send_qa_email part, which resulted in missing QA email. This issue is mostly due to the fact that this is the first release on new major 5.0. While this case is in theory handled in send_qa_email,

[yocto] [yocto-autobuilder-helper][PATCH 1/4] scripts: send_qa_email: slightly rework previous tag test

2023-12-17 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Use intermediate variables for test input/output, and print expected output in subtest to get more info when a test fails Signed-off-by: Alexis Lothoré --- scripts/test_send_qa_email.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[pfx] Re: 25 years today

2023-12-14 Thread Rob Sterenborg (Lists) via Postfix-users
On 14-12-2023 14:20, Wietse Venema via Postfix-users wrote: As a few on this list may recall, it is 25 years ago today that the "IBM secure mailer" had its public beta release. This was accompanied by a nice article in the New York Times business section. ... That was a long time ago.

Re: Blog post

2023-12-14 Thread Christopher Dimech via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
gt; Date: Thu, 14 Dec 2023 17:20:56 +0100 > > From: Christopher Dimech via Emacs news and miscellaneous discussions > > outside the scope of other > > Emacs mailing lists > > > > I put the emphasis on the maintainers themselves to eliminate chaos within > > their pro

Re: Discussion about arm/aarch64 testcase failures seen with patch for PR111673

2023-12-14 Thread Richard Earnshaw (lists) via Gcc
On 14/12/2023 07:17, Surya Kumari Jangala via Gcc wrote: > Hi Richard, > Thanks a lot for your response! > > Another failure reported by the Linaro CI is as follows: > > Running gcc:gcc.dg/dg.exp ... > FAIL: gcc.dg/ira-shrinkwrap-prep-1.c scan-rtl-dump pro_and_epilogue > "Performing

Re: [PATCH v7] libgfortran: Replace mutex with rwlock

2023-12-14 Thread Richard Earnshaw (lists)
On 09/12/2023 15:39, Lipeng Zhu wrote: > This patch try to introduce the rwlock and split the read/write to > unit_root tree and unit_cache with rwlock instead of the mutex to > increase CPU efficiency. In the get_gfc_unit function, the percentage > to step into the insert_unit function is around

Re: [PATCH v7] libgfortran: Replace mutex with rwlock

2023-12-14 Thread Richard Earnshaw (lists)
On 09/12/2023 15:39, Lipeng Zhu wrote: > This patch try to introduce the rwlock and split the read/write to > unit_root tree and unit_cache with rwlock instead of the mutex to > increase CPU efficiency. In the get_gfc_unit function, the percentage > to step into the insert_unit function is around

Re: Blog post

2023-12-14 Thread Christopher Dimech via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
> Sent: Thursday, December 14, 2023 at 9:29 PM > From: "Dr. Arne Babenhauserheide" > To: "Christopher Dimech" > Cc: "Eshel Yaron" , emacs-de...@gnu.org > Subject: Re: Blog post > > > Christopher Dimech writes: > > > From your experience, have your rants been justified ? Introspection > > of

Re: [PATCH] Fix tests for gomp

2023-12-13 Thread Andre Vieira (lists)
On 13/12/2023 10:55, Jakub Jelinek wrote: On Wed, Dec 13, 2023 at 10:43:16AM +, Andre Vieira (lists) wrote: Hi, Apologies for the delay and this mixup. I need to do something different This is to fix testisms initially introduced by: commit f5fc001a84a7dbb942a6252b3162dd38b4aae311

[PATCH] Fix tests for gomp

2023-12-13 Thread Andre Vieira (lists)
Hi, Apologies for the delay and this mixup. I need to do something different This is to fix testisms initially introduced by: commit f5fc001a84a7dbb942a6252b3162dd38b4aae311 Author: Andre Vieira Date: Mon Dec 11 14:24:41 2023 + aarch64: enable mixed-types for aarch64 simdclones

[pfx] printer ip SMTP AUTH / mynetworks question

2023-12-13 Thread lists--- via Postfix-users
I have a user with an 'old' printer/scanner who wants to scan/email scans from the home located device printer offers: machine email address: SMTP server: SMTP server port: send authentication: PoPb4SMTP/SMTP AUTH: Plain/Login/CRAM-MD5/Auto login name: passwd: tried 587 with each of the 4 AUTH

Re: [PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-12-12 Thread Andre Vieira (lists)
On 11/12/2023 21:42, Thomas Schwinge wrote: Hi Andre! On 2023-10-16T16:03:26+0100, "Andre Vieira (lists)" wrote: Just a minor update to the patch, I had missed the libgomp testsuite, so had to make some adjustments there too. Unfortunately, there appear to be a number

Re: [OT] Not clobbering bash history

2023-12-11 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Hi Jean, Jean Louis writes: >> > Say that the history has eight entries, and a ninth was added by a >> > parallel process, the current process would be at the point after the >> > eighth element and should continue reading from there next time it wants >> > a history entry. > > Arsen,

[sphinx-users] Thank you moderators

2023-12-10 Thread Wols Lists
I know the current spate of spam is a pain, but this is the second group I'm on that's been hit, and you're doing a very good job of keeping on top of it. I'm on the mailing list, so I get hit with everything that doesn't get caught as it's posted. I'm sure you're doing the same as the

Re: [yocto] [yocto-autobuilder-helper][mickledore][PATCH 0/3] fix mickledore tests reports

2023-12-09 Thread Alexis Lothoré via lists . yoctoproject . org
Hello Steve, On 12/8/23 23:39, Steve Sakoman wrote: > Mickledore is already end-of-life, so no further builds are scheduled. Ah, yes, I checked that before sending because I had a doubt about whether this series would still be useful on top of mickledore, but since the 4.2.4.rc3 is still in

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 2/3] config.json: remove BUILD_HISTORY_DIRECTPUSH

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Now that BUILD_HISTORY_DIRECTPUSH has been replaced by a hardcoded condition, remove it from config.json Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 3/3] scripts/test_utils.py: update test after BUILD_HISTORY_DIRECTPUSH removal

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Update getcomparisonbranch unit tests by removing BUILD_HISTORY_DIRECTPUSH entry in fake configuration Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- scripts/test_utils.py | 29 +++-- 1 file changed, 7 insertions(+), 22

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 1/3] scripts/utils.py: replace BUILD_HISTORY_DIRECTPUSH with hardcoded condition

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré It has been observed that when a new release branch is created, it is quite easy to forget to update the BUILD_HISTORY_DIRECTPUSH variable, which leads to failures in autobuilder like test results not being pushed. Replace the BUILD_HISTORY_DIRECTPUSH usage with a hardcoded

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 0/3] fix mickledore tests reports

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, mickledore release 4.2.4-rc3 suffered some tests reporting issue (tests result not pushed, regression report not generated, etc). This is due to the fact that the mickledore branch is not properly described in BUILD_HISTORY_DIRECTPUSH in config.json. This issue has already received the

Re: [OT] Not clobbering bash history

2023-12-08 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > If two different shells will try to write

Re: [PING][PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-12-07 Thread Andre Vieira (lists)
for the comments, see latest revision attached. On 27/11/2023 12:47, Andre Vieira (lists) wrote: Hi Stam, Just some comments. +/* Recursively scan through the DF chain backwards within the basic block and +   determine if any of the USEs of the original insn (or the USEs of the insns s/Recursively scan

Re: [OT] Not clobbering bash history

2023-12-07 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > I moved this to emacs-tangents because thus

veclower: improve selection of vector mode when lowering [PR 112787]

2023-12-06 Thread Andre Vieira (lists)
Hi, This patch addresses the issue reported in PR target/112787 by improving the compute type selection. We do this by not considering types with more elements than the type we are lowering since we'd reject such types anyway. gcc/ChangeLog: PR target/112787 *

Re: [gentoo-user] New installation - not booting

2023-12-06 Thread Wols Lists
On 06/12/2023 14:56, Peter Humphreey wrote: The idea is that you may want to install another system later, which may want to install its own code in /efi. By all means shrink it if you think that's unlikely and you need the space. Gparted on SysRescCD is ideal for this. I had the opposite

Re: [gentoo-user] Boot and EFI partitions

2023-12-06 Thread Wols Lists
On 06/12/2023 16:36, Jack Ostroff wrote: The way I think of it is that the UEFI firmware needs to find the .efi loader, and it can only read FAT32 formatted partitions labelled as type esp. That .efi loader then needs to find your kernel and related files, but as it is specific for

[OE-core] [PATCH] wic/DirectPlugin: don't update fstab if --no-fstab-update

2023-12-06 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer The function `update_fstab` should not touch the fstab for partitions with `--no-fstab-update`. Signed-off-by: Jörg Sommer --- scripts/lib/wic/plugins/imager/direct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Fastly Peering Contact

2023-12-06 Thread Justin Wilson (Lists)
We have sent them some inquiries in markets we are with no reply. Just figured they weren’t interested. Justin Wilson j...@mtin.net jus...@fd-ix.com Https://www.fdi-ix.com > On Dec 5, 2023, at 4:14 PM, Peter Potvin via NANOG wrote: > > Looking for someone on the Fastly peering team to

[meta-xilinx] git.yoctoproject.org/meta-xilinx-tools mickledore branch out of date

2023-12-06 Thread Przemysław Recha via lists . yoctoproject . org
Hi, git.yoctoproject.org/meta-xilinx-tools mickledore branch is behind https://github.com/Xilinx/meta-xilinx-tools/ Could we get an update to git.yoctoproject.org/meta-xilinx-tools? Best regards, Przemek -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Scanning (documents) no longer works: scanner not found?

2023-12-04 Thread Why 42? The lists account.
Hi All, I just noticed that "simple-scan" no longer works, it cannot find my scanner. This used to work just fine. I'm running the latest (installed today) snapshot, but I don't know when this stopped working - I try not to do much scanning :-) The scanner is a Canon Pixma "Multi Function"

Re: [gentoo-user] ffmpeg: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict

2023-12-04 Thread Wols Lists
On 04/12/2023 08:28, Dale wrote: Oh, I see the little pointing up there but in Konsole, they never point up to the right place.  If it has a clue, I wouldn't be able to get help from it.  Also, I have some options in make.conf for emerge so I'm taking this from emerge.log to show the

Re: [PATCH 8/8] aarch64: Add SVE support for simd clones [PR 96342]

2023-12-01 Thread Andre Vieira (lists)
On 29/11/2023 17:01, Richard Sandiford wrote: "Andre Vieira (lists)" writes: Rebased, no major changes, still needs review. On 30/08/2023 10:19, Andre Vieira (lists) via Gcc-patches wrote: This patch finalizes adding support for the generation of SVE simd clones when

Re: [PATCH] testsuite, arm: Fix up pr112337.c test

2023-12-01 Thread Richard Earnshaw (lists)
On 01/12/2023 13:45, Christophe Lyon wrote: > On Fri, 1 Dec 2023 at 13:44, Richard Earnshaw (lists) > wrote: >> >> On 01/12/2023 11:28, Saurabh Jha wrote: >>> Hey, >>> >>> I introduced this test "gcc/testsuite/

Re: [PATCH] testsuite, arm: Fix up pr112337.c test

2023-12-01 Thread Richard Earnshaw (lists)
On 01/12/2023 11:28, Saurabh Jha wrote: > Hey, > > I introduced this test "gcc/testsuite/gcc.target/arm/mve/pr112337.c" in this > commit 2365aae84de030bbb006edac18c9314812fc657b before. This had an error > which I unfortunately missed. This patch fixes that test. > > Did regression testing on

Re: [gentoo-user] [OT] Very slow POST process

2023-11-29 Thread Wols Lists
On 29/11/2023 00:16, Michael wrote: Thanks Dan, will do. I was planning to take it apart soon to replace the HDD with an SSD, so this would be the first thing to check. I expect finding a replacement unit will be difficult. Every Lenovo RTC battery seems to have a different part number. I

Re: [RFC] vect: disable multiple calls of poly simdclones

2023-11-27 Thread Andre Vieira (lists)
On 06/11/2023 07:52, Richard Biener wrote: On Fri, 3 Nov 2023, Andre Vieira (lists) wrote: Hi, The current codegen code to support VF's that are multiples of a simdclone simdlen rely on BIT_FIELD_REF to create multiple input vectors. This does not work for non-constant simdclones, so we

Re: [PING][PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-11-27 Thread Andre Vieira (lists)
Hi Stam, Just some comments. +/* Recursively scan through the DF chain backwards within the basic block and + determine if any of the USEs of the original insn (or the USEs of the insns s/Recursively scan/Scan/ as you no longer recurse, thanks for that by the way :) + where thy were

Re: [gentoo-user] Re: Portage reports preserved libs, but won't rebuild

2023-11-24 Thread Wols Lists
On 24/11/2023 10:27, Nuno Silva wrote: On 2023-11-24, Arve Barsnes wrote: On Fri, 24 Nov 2023 at 04:07, Jack wrote: May or may not help, but have you tried revdep-rebuild? Also, you can try just one-shotting the reported packages, such as (for the last one in your list): emerge -1

Re: [OT] Not clobbering bash history

2023-11-23 Thread Jens Schmidt via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
On 2023-11-23 13:42, Spencer Baugh wrote: > Arsen Arsenović writes: > >> Unfortunately, I have been unable to produce a decent set of >> reproduction steps. This issue happens (relatively) infrequently and >> inexplicably on my machines. It pains me to complain without solid >> information. >>

Re: [OT] Not clobbering bash history

2023-11-22 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Jens Schmidt writes: > Moving to tangents ... please CC me. > > On 2023-11-22 04:32, Arsen Arsenović wrote: > >>> Should we suggest that the Bash developer add a feature to handle this >>> case (multiple shells in parallel) the "right" way? If many users >>> would like it, that could make it

Re: [PATCH] AArch64/testsuite: Use non-capturing parentheses with ccmp_1.c

2023-11-22 Thread Richard Earnshaw (lists)
On 22/11/2023 15:21, Maciej W. Rozycki wrote: > Use non-capturing parentheses for the subexpressions used with > `scan-assembler-times', to avoid a quirk with double-counting. > > gcc/testsuite/ > * gcc.target/aarch64/ccmp_1.c: Use non-capturing parentheses > with

Re: [OT] Not clobbering bash history

2023-11-22 Thread Jens Schmidt via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Moving to tangents ... please CC me. On 2023-11-22 04:32, Arsen Arsenović wrote: >> Should we suggest that the Bash developer add a feature to handle this >> case (multiple shells in parallel) the "right" way? If many users >> would like it, that could make it worth building in. > > That

Re: ipv6 address management - documentation

2023-11-20 Thread Justin Wilson (Lists)
Netbox or PHPipam. Phpipam allows you to break down subnets easier IMHo. Justin Wilson j...@j2sw.com — https://j2sw.com (AS399332) https://blog.j2sw.com - Podcast and Blog > On Nov 16, 2023, at 1:09 PM, Jason Biel wrote: > > My recommendation: > > https://github.com/netbox-community > > >

Re: [gentoo-user] Emerge -K ignoring new packages

2023-11-20 Thread Wols Lists
On 20/11/2023 17:12, Vitaliy Perekhovy wrote: On Mon, Nov 20, 2023 at 05:07:45PM +, Peter Humphrey wrote: Hello list, Now that I have my NFS set up (with help - thanks) the next problem is that, having new packages built by my workstation over NFS, emerge on the tiny box is ignoring all

Re: Issues with new NTFS module

2023-11-18 Thread Genes Lists
On 11/18/23 07:18, Giovanni Santini wrote: ... Let's hope the problem gets solved soon. :) Hi You may have mentioned this already, but is there anything interesting in the kernel logs? I see no relevant looking ntfs3 commits in the kernel after 6.6. There were some in 6.6 [1]. Since

Re: [meta-virtualization][kirkstone] packagegroup-container: require ipv6 for podman

2023-11-08 Thread Jörg Sommer via lists . yoctoproject . org
On 08.11.23 14:57, Bruce Ashfield wrote: > I'll do this as a cherry-pick, since when I apply this patch: That's fine. > remote: ## > remote: Invalid author Jörg Sommer via lists.yoctoproject.org > remote: ##

Re: [oe] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-08 Thread Jörg Sommer via lists . openembedded . org
On 07.11.23 21:24, Joakim Tjernlund via lists.openembedded.org wrote: > In /etc/passwd is a symlink, sed -i on same file will replace the I suspect the »In« should be an »If« > symlink with a new file. Prevent that by expanding the file with realpath > before giving it to sed. Using `sed -i`

[meta-virtualization][kirkstone] packagegroup-container: require ipv6 for podman

2023-11-08 Thread Jörg Sommer via lists . yoctoproject . org
The recipe *podman* requires the distro feature *ipv6*. Using a distro without it causes the build of *packagegroup-container* fails, even if *packagegroup-podman* is not used: ERROR: Nothing RPROVIDES 'podman' (but

Re: [OE-Core][PATCH] scripts/resulttool: group all regressions in regression report

2023-11-06 Thread Alexis Lothoré via lists . openembedded . org
Hi Richard, sorry for the late reply. I see that you have decided to apply the patch in the mean time, but here are my comments On 11/4/23 04:13, Richard Purdie wrote: > On Fri, 2023-11-03 at 13:50 -0700, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> 5

[OE-Core][PATCH] scripts/resulttool: group all regressions in regression report

2023-11-03 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Commit c304fcbe0588b1078373558c2ddf36064bcdf214 introduced a grouping when listing regressions. This grouping has been added only for ptests. It has been observed that any other kind of tests could benefit from it. For example, current regression reports can show the

[RFC] vect: disable multiple calls of poly simdclones

2023-11-03 Thread Andre Vieira (lists)
Hi, The current codegen code to support VF's that are multiples of a simdclone simdlen rely on BIT_FIELD_REF to create multiple input vectors. This does not work for non-constant simdclones, so we should disable using such clones when the VF is a multiple of the non-constant simdlen until we

Re: [PATCH] vect: allow using inbranch simdclones for masked loops

2023-11-03 Thread Andre Vieira (lists)
On 03/11/2023 07:31, Richard Biener wrote: OK. I do wonder about the gfortran testsuite adjustments though. !GCC$ builtin (sin) attributes simd (inbranch) ! this should not be using simd clone y4 = sin(x8) previously we wouldn't vectorize this as no notinbranch simd function is

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-11-03 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 14:24, Jörg Sommer via lists.openembedded.org wrote: > On 30.10.23 13:29, Bruce Ashfield wrote: >> On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer >> wrote: >>> On 26.10.23 17:25, Bruce Ashfield wrote: > I ran into issues with some kernel versions, but we may have moved on far

Re: [yocto] QA notification for completed autobuilder build (yocto-4.3.rc2)

2023-11-02 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, On 10/19/23 23:55, Pokybuild User wrote: > > A build flagged for QA (yocto-4.3.rc2) was completed on the autobuilder > and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.3.rc2 > > > Build URL: >

[PATCH] vect: allow using inbranch simdclones for masked loops

2023-11-02 Thread Andre Vieira (lists)
Hi, In a previous patch I did most of the work for this, but forgot to change the check for number of arguments matching between call and simdclone. This check should accept calls without a mask to be matched against simdclones with mask arguments. I also added tests to verify this feature

[yocto] Call bitbake while bitbake is running

2023-11-02 Thread Jörg Sommer via lists . yoctoproject . org
Hi, is it possible to run bitbake while bitbake is running? I'm starting `bitbake -c menuconfig virtual/kernel` and would like to call `diffconfig` while I'm doing configuration. The best would be from the other window of tmux. Is this possible? Kind regards Jörg Sommer -- Navimatix GmbH

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-10-31 Thread Wols Lists
On 31/10/2023 01:36, Adam M. Griggs wrote: Your second recommendation is situational. I see you have a *.uk email address. I'm familiar with the British brass band context. I get it—almost everything is transposed for instruments pitched in Bb or Eb, and in the entire ensemble, only bass

Re: [PATCH6/8] omp: Reorder call for TARGET_SIMD_CLONE_ADJUST (was Re: [PATCH7/8] vect: Add TARGET_SIMD_CLONE_ADJUST_RET_OR_PARAM)

2023-10-30 Thread Andre Vieira (lists)
the array for the return value. Kind regards, Andre On 18/10/2023 15:41, Andre Vieira (lists) wrote: This patch moves the call to TARGET_SIMD_CLONE_ADJUST until after the arguments and return types have been transformed into vector types.  It also constructs the adjuments and retval

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-10-30 Thread Wols Lists
On 29/08/2023 15:35, Adam M. Griggs wrote: Here's a little self-help reference I made a little while back. Maybe it will illustrate your point about different positions for different octaves more clearly than words can. Perhaps something in the tablature code can be adapted to this end.

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 13:29, Bruce Ashfield wrote: > On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer wrote: >> On 26.10.23 17:25, Bruce Ashfield wrote: >>> I ran into issues with some kernel versions, but we may have moved on >>> far enough that it is no longer an issue. >> >> Do you remember what kind of

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 17:25, Bruce Ashfield wrote: > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: >> >> On 26.10.23 10:34, Jose Quaresma wrote: >>> >>> >>> Khem Raj mailto:raj.k...@gmail.com>> escreveu no >>> dia quarta, 25/10/2023 à(s) 18:18: >>> >>> I wonder if something like below would help

Re: [gentoo-user] Re: OFF TOPIC Need Ubuntu network help: boot loader info

2023-10-29 Thread Wols Lists
On 19/10/2023 12:55, Neil Bothwick wrote: On Wed, 18 Oct 2023 23:49:25 -0500, Dale wrote: That config kinda reminds me of the old grub.  A title line, location of kernel and then options.  Sounds easy enough.  The new grub config is almost impossible to config by hand.  They had to make a tool

Re: [Ietf-dkim] [Lists] DKIM Working Group Status Update

2023-10-27 Thread lists=40francispbaker . com
document > describing what the problem is, what the effects of a replay attack are and > documenting some of the ways both senders and receivers have mitigated the > problem. > > I’d like to hear from folks on the list, both who were with us in Brooklyn > and folks who were n

You missed a call Transcription Available

2023-10-26 Thread Lists Wireless Solutions|PhoneSystem
The information transmitted by this email, including any attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or legally privileged material. If you receive this in error, please contact the sender and delete the material from any

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 10:34, Jose Quaresma wrote: > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > dia quarta, 25/10/2023 à(s) 18:18: > > I wonder if something like below would help > > diff --git > a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb >

Re: [OE-core] [PATCH] openssh: Don't hardcode the dir in sshd.service

2023-10-26 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 09:04, Yu, Mingli via lists.openembedded.org wrote: > From: Mingli Yu > > Don't hardcode the directory of the binary in sshd.service. > > Signed-off-by: Mingli Yu > --- > meta/recipes-connectivity/openssh/openssh/sshd.service | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Jörg Sommer via lists . openembedded . org
Hi, I'm having an odd problem building the external kernel module kernel-module-imx-gpu-viv [1]. I'm using kirkstone and have rm_work enabled. [1] https://layers.openembedded.org/layerindex/recipe/40267/ The module builds fine, but the install step contains the module signing which

Re: We need to do something about build times

2023-10-24 Thread Sysadmin Lists
> > From: Robert Clausecker > Date: Oct 24, 2023, 12:12:13 PM > To: > Subject: We need to do something about build times > > > The build times have gone up to the point where they are unsustainable. > Frequent updates to key ports (like llvm*, rust,

[vz-users] passive Nutzung der INFO Schnittstelle mit vzlogger

2023-10-24 Thread lists
Hallo Liste, ich benötige bitte Hilfe (oder einen Hinweis zur passenden Dokumentation) bei der Nutzung von vzlogger. Die Zähler geben über die optische INFO Schnittstelle periodisch Daten im SML-Format aus. In der Konfiguration des vzloggers muss ich aber angeben, wie oft der Zähler

Re: [PING][PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-10-23 Thread Andre Vieira (lists)
py for you to change this once approved by a maintainer. Kind regards, Andre On 11/10/2023 12:34, Stamatis Markianos-Wright wrote: Hi all, On 28/09/2023 13:51, Andre Vieira (lists) wrote: Hi, On 14/09/2023 13:10, Kyrylo Tkachov via Gcc-patches wrote: Hi Stam, The arm parts look sensible bu

[OE-Core][PATCH v2 2/4] scripts/resulttool: rearrange regressions report order

2023-10-22 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Regressions reports currently reports matching pairs and improved pairs first, then regressions. Change order to print regressions first, which is the most valuable info in the report, and then print improvements and matches at the bottom. Signed-off-by: Alexis Lothoré

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