Re: [PLUG] Slow (as in, really, really slow) wifi (was: Re: The neverending laptop recommendation request)

2024-09-23 Thread Ben Koenig
If this is the Elitebook (not the ProBook) model then it should have "Three WLAN antennas built into display assembly" But for the 5G, you definitely need to check what is is selecting since the wifi router could be broadcasting in dual-band mode. -Ben On Monday, September 23rd, 20

Re: [PLUG] Slow (as in, really, really slow) wifi (was: Re: The neverending laptop recommendation request)

2024-09-23 Thread Ben Koenig
;proton and that is still broken) -Ben On Monday, September 23rd, 2024 at 5:07 PM, Russell Senior wrote: > Broadcom wifi is famously bad on Linux because of hostility from > Broadcom to open source software. Broadcom is the NVidia of the > networking world. In theory, you might be able

Bug#1082001: linux-image-6.1.0-25-amd64: TOMOYO LSM rejects execveat(AT_EMPTY_PATH) inside chroot

2024-09-23 Thread Ben Hutchings
ogram works. This isn't a high priority for us, but if you report this upstream it might be fixed. You'll need to subscribe to the TOMOYO mailing list at <https://lists.osdn.me/mailman/listinfo/tomoyo-users-en> and then send your report there. Ben. -- Ben Hutchings Knowledge is power. France is bacon. signature.asc Description: This is a digitally signed message part

Bug#1082001: linux-image-6.1.0-25-amd64: TOMOYO LSM rejects execveat(AT_EMPTY_PATH) inside chroot

2024-09-23 Thread Ben Hutchings
ogram works. This isn't a high priority for us, but if you report this upstream it might be fixed. You'll need to subscribe to the TOMOYO mailing list at <https://lists.osdn.me/mailman/listinfo/tomoyo-users-en> and then send your report there. Ben. -- Ben Hutchings Knowledge is power. France is bacon. signature.asc Description: This is a digitally signed message part

Re: [R-pkg-devel] Rolling Back an Archived Package

2024-09-23 Thread Ben Bolker
pass but version 2 would fail, so bumping the version number of version 1 to 3 and resubmitting could (??) work. On Mon, Sep 23, 2024 at 4:24 PM Duncan Murdoch wrote: > > On 2024-09-23 4:13 p.m., Ben Bolker wrote: > > Hmmm. Assuming the previous version of the package (without the &g

Re: [Rd] model.matrix() may be misleading for "lme" models

2024-09-23 Thread Ben Bolker
> I can't tell whether evaluating object$call$data in environment(object$formula) is a better or worse idea than parent.frame(). I have struggled with this a lot over the years. There is a bunch of wonky code in lme4, e.g. here , that t

Re: [R-pkg-devel] Rolling Back an Archived Package

2024-09-23 Thread Ben Bolker
Hmmm. Assuming the previous version of the package (without the extensions/updates) avoids all of the testing errors, I would say that RAW ("rules as written") the only constraint I can see on submitting a "rollback" version of the package would be the CRAN request for updates “no more than every 1

[SR-Users] Re: Honor Retry-After

2024-09-23 Thread Ben Kaufman via sr-users
The most direct and "correct" answer is that the failure reply with the Retry-After header should be passed back to the UAC, and the UAC should be handling this - not the proxy. This is why there's not a "direct" way of doing it in Kamailio, as it's not really a proxy function. With that said,

Re: [R] Loading multiple packages with install.packages()...

2024-09-23 Thread Ben Bolker
Continuing with this approach: a1 <- available.packages() packages <- grep("^rcmdrplugin", rownames(a1), ignore.case = TRUE, value = TRUE) missing_pkgs <- setdiff(packages, rownames(installed.packages())) install.packages(missing_pkgs, dependencies = TRUE) The pacman package also handles s

[cctalk] Re: What's the going rate for 80286?

2024-09-23 Thread ben via cctalk
On 2024-09-23 7:22 a.m., Peter Corlett via cctalk wrote: On Thu, Sep 19, 2024 at 03:43:01PM -0500, Doc Shipley via cctalk wrote: [...] You should see what a DIP 8250-compatible UART costs... The venerable 16550 is an 8250-compatible, so that would be $4.47 from Digikey, plus another couple of

[gentoo-commits] proj/releng:master commit in: releases/portage/livegui/package.accept_keywords/

2024-09-23 Thread Ben Kohler
commit: e9d046a22d5aa6fe9f8b5b542dce946eb687c387 Author: Ben Kohler gentoo org> AuthorDate: Mon Sep 23 15:26:35 2024 + Commit: Ben Kohler gentoo org> CommitDate: Mon Sep 23 15:26:35 2024 + URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e9d046a2 p

[Powerdevil] [Bug 493530] New: Switch power profile short cut shows profile even when power-profiles-daemon isn't installed

2024-09-23 Thread Ben Hutchinson
https://bugs.kde.org/show_bug.cgi?id=493530 Bug ID: 493530 Summary: Switch power profile short cut shows profile even when power-profiles-daemon isn't installed Classification: Plasma Product: Powerdevil Version: 6.1.5

Bug#1041484: kernel: hpet_acpi_add: no address or irqs in _CRS

2024-09-22 Thread Ben Hutchings
T480, Linux 6.10 - System76 Pangolin, Linux 6.11 Is this likely to be a bug in the driver, or in the firmware? If this is a common case where the HPET isn't available and has an incomplete description in the ACPI table, should the warning message be downgraded to info level? Ben. -- B

Bug#1041484: kernel: hpet_acpi_add: no address or irqs in _CRS

2024-09-22 Thread Ben Hutchings
T480, Linux 6.10 - System76 Pangolin, Linux 6.11 Is this likely to be a bug in the driver, or in the firmware? If this is a common case where the HPET isn't available and has an incomplete description in the ACPI table, should the warning message be downgraded to info level? Ben. -- B

[jira] [Updated] (PHOENIX-7407) Remove deprecated datasource V1 code from spark2 and spark3 connector

2024-09-22 Thread rejeb ben rejeb (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rejeb ben rejeb updated PHOENIX-7407: - Summary: Remove deprecated datasource V1 code from spark2 and spark3 connector (was

[jira] [Created] (PHOENIX-7407) remove deprecated datasource V1 code

2024-09-22 Thread rejeb ben rejeb (Jira)
rejeb ben rejeb created PHOENIX-7407: Summary: remove deprecated datasource V1 code Key: PHOENIX-7407 URL: https://issues.apache.org/jira/browse/PHOENIX-7407 Project: Phoenix Issue Type

Re: Proposal: Switch to linear git history

2024-09-20 Thread Ben Hutchings
On Fri, 2024-09-20 at 18:53 +0200, Bastian Blank wrote: > Hi > > On Wed, Sep 18, 2024 at 04:53:09PM +0200, Ben Hutchings wrote: > > On Thu, 2024-06-13 at 20:48 +0200, Bastian Blank wrote: [...] > > > > ## Proposal > > > > > > > > Stop merging

Re: [v8-users] Failure to build for OSX

2024-09-20 Thread Ben Noordhuis
d1a45fe On Fri, Sep 20, 2024 at 5:37 PM Alex Dovzhanyn wrote: > > Thanks so much for the response, Ben! > > I think that may be the issue -- I'm trying to compile 13.0 and am trying to > build with apple clang c++20, and it's just continually tripping up on > itself

Re: [v8-users] Debugging multi-threaded segfault in Ruby V8 host

2024-09-20 Thread Ben Noordhuis
patch that detects this problem > and explicitly warns about it. Grep for "build configuration mismatch" > (you'll find hits in api.cc) to find existing examples where we do this. > > > On Wed, Aug 14, 2024 at 11:04 PM Ben Noordhuis wrote: >> >> On Fri, Aug

Re: Questions regarding which policy documentation to keep in CCADB

2024-09-20 Thread &#x27;Ben Wilson' via CCADB Public
Hi Rob, There will be three fields for "Last Updated Date" --one for CP, one for CPS, and one for CP/CPS. Ben On Fri, Sep 20, 2024 at 3:24 AM 'Rob Stradling' via CCADB Public < public@ccadb.org> wrote: > Thanks Clint, Chris et al. > > > On the Intermedia

Re: Problems with \Noselect folders in cyrus-imap 3.4

2024-09-20 Thread Ben Müller
ompare" need to stop if they are called with a non-existing folder. I hope, this helps to solve the other issues too. -- Ben Müller Universität Tübingen Zentrum für Datenverarbeitung Abt. Zentrale Systeme Wächterstraße 76, 72074 Tübingen Tel: +49 (0) 7071 – 29 70325 E-Mail: ben.mueller(at)

Re: [v8-users] Failure to build for OSX

2024-09-20 Thread Ben Noordhuis
On Thu, Sep 19, 2024 at 9:15 PM Alex Dovzhanyn wrote: > > Hey all, I'm trying to follow the steps listed here in the V8 docs to build > V8 on OSX. > > gn args out.gn/x64.release.sample > shows the generated arguments as: > > is_component_build = false > is_debug = false > target_cpu = "x64" > use

Proposal for an Interim Policy to Address Delayed Revocation

2024-09-19 Thread &#x27;Ben Wilson' via dev-security-policy@mozilla.org
look to align these policies across the root programs in order to provide clarity for the entire community. Thanks and best wishes, Ben -- You received this message because you are subscribed to the Google Groups "dev-security-policy@mozilla.org" group. To unsubscribe from this

Bug#1065416: Bastian's offer in #1065416

2024-09-19 Thread Ben Hutchings
[Dropped leader@ and community@] On Thu, 2024-09-12 at 00:38 +0200, Ben Hutchings wrote: > On Mon, 2024-09-09 at 02:13 +0200, Ben Hutchings wrote: > [...] > > My answers below are mine alone. I have not discussed this with other > > team members and do not speak for them. >

Bug#1065416: Bastian's offer in #1065416

2024-09-19 Thread Ben Hutchings
[Dropped leader@ and community@] On Thu, 2024-09-12 at 00:38 +0200, Ben Hutchings wrote: > On Mon, 2024-09-09 at 02:13 +0200, Ben Hutchings wrote: > [...] > > My answers below are mine alone. I have not discussed this with other > > team members and do not speak for them. >

Re: Dropping i386 kernel packages

2024-09-19 Thread Ben Hutchings
On Thu, 2024-09-12 at 02:42 +0200, Ben Hutchings wrote: > Hello all, > > This is a heads-up that the kernel team is planning to stop building > i386 kernel packages shortly (probably starting with Linux 6.11). > > As this was previously discussed at last year's Cambr

Re: Dropping i386 kernel packages

2024-09-19 Thread Ben Hutchings
On Thu, 2024-09-12 at 02:42 +0200, Ben Hutchings wrote: > Hello all, > > This is a heads-up that the kernel team is planning to stop building > i386 kernel packages shortly (probably starting with Linux 6.11). > > As this was previously discussed at last year's Cambr

Re: Dropping i386 kernel packages

2024-09-19 Thread Ben Hutchings
On Thu, 2024-09-12 at 02:42 +0200, Ben Hutchings wrote: > Hello all, > > This is a heads-up that the kernel team is planning to stop building > i386 kernel packages shortly (probably starting with Linux 6.11). > > As this was previously discussed at last year's Cambr

Re: Bug#1065416: Bastian's offer in #1065416

2024-09-19 Thread Ben Hutchings
[Dropped leader@ and community@] On Thu, 2024-09-12 at 00:38 +0200, Ben Hutchings wrote: > On Mon, 2024-09-09 at 02:13 +0200, Ben Hutchings wrote: > [...] > > My answers below are mine alone. I have not discussed this with other > > team members and do not speak for them. >

Re: Please welcome César García as our new VP/Chair

2024-09-19 Thread Ben Hutcheson
Congrats Cesar. On Thu, Sep 19, 2024 at 3:18 PM Sebastian Rühl wrote: > Awesome, Great news. > > Happy to hear that Cesar is our new VP. > > Sebastian > > On 2024/09/19 06:17:17 Christofer Dutz wrote: > > Hi all, > > > > in yesterday’s board meeting César García was accepted as new Chair of > th

[jira] [Commented] (PHOENIX-6783) Add spark-sql support for spark2 datasourceV2 and spark3

2024-09-18 Thread rejeb ben rejeb (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882804#comment-17882804 ] rejeb ben rejeb commented on PHOENIX-6783: -- Hi [~stoty] , I'm please

[cctalk] Re: What's the going rate for 80286?

2024-09-18 Thread ben via cctalk
r, Arduinos are still more expensive than stickers.  But, keep waiting. -- Grumpy Ol' Fred ci...@xenosoft.com The price is 25 cents, or $2,500 when you need one. I was more a lucky elephant person. Ben.

Re: [Servercert-wg] Voting Period Begins: Ballot SC-078 - Subject organizationName alignment for DBA / Assumed Name

2024-09-18 Thread Ben Wilson via Servercert-wg
Mozilla votes "Yes" on Ballot SC-078. On Tue, Sep 17, 2024 at 7:20 AM Martijn Katerbarg via Servercert-wg < servercert-wg@cabforum.org> wrote: > *Summary* > > The TLS Baseline Requirements currently state an OV certificate may > contain either a DBA / Assumed Name or Legal Name. The EVGs and SBRs

Bug#1082026: ITP: aider -- CLI tool for pair programming with LLMs.

2024-09-18 Thread Ben Hutchings
t message. [...] This is not pair programming. In pair programming the two programmers are supposed to discuss what they're doing and learn from each other. This is just a way to generate boilerplate with subtle bugs and possible licensing issues. See: - https://arxiv.org/pdf/2401.15232 - h

Bug#1082026: ITP: aider -- CLI tool for pair programming with LLMs.

2024-09-18 Thread Ben Hutchings
t message. [...] This is not pair programming. In pair programming the two programmers are supposed to discuss what they're doing and learn from each other. This is just a way to generate boilerplate with subtle bugs and possible licensing issues. See: - https://arxiv.org/pdf/2401.15232 - h

Re: Proposal: Switch to linear git history

2024-09-18 Thread Ben Hutchings
date. >-> debian/security/6.6.1+1: extra security releases I would prefer to use suite names in these branch names, to make itclearer what the branches correspond to. So those would be: - debian/6.6/unstable - debian/6.6/bookworm-backports - debian/6.6.1+1/booxie-security [*] (swapping t

Agenda items for kernel-team meeting on 2024-09-18

2024-09-18 Thread Ben Hutchings
want to add items. Last meeting's minutes are on: https://salsa.debian.org/kernel-team/meetings/-/wikis/20240911 Ben. -- Ben Hutchings I'm always amazed by the number of people who take up solipsism because they heard someone else explain it. - E*Borg on alt.fan.pratchett

Re: Need information where tests can be found for linux-base Debian package

2024-09-18 Thread Ben Hutchings
your images. There are some tests in lib/t but they don't cover everything. They do get run in CI. Ben. -- Ben Hutchings - Debian developer, member of kernel, installer and LTS teams signature.asc Description: This is a digitally signed message part

[darcs-devel] [issue2734] offer not to store author in _darcs/prefs/author

2024-09-18 Thread Ben Franksen
New submission from Ben Franksen : When you have a ~/.darcs/author with more than one entry, and record a patch in some repo, Darcs lets you select in one of them and then stores this author in the repo as _darcs/prefs/author. It does warn you about what it is going to do. However, there is

Re: REST API: Exception with trivial POST

2024-09-18 Thread Ben Weidig
our case, Shiro reads the body, so I've tried to set up a new project from the archetype. However, I didn't get Eclipse+Maven to stop at breakpoints in the Jetty Request class to see who's calling getReader()/getInputStream() before the request body is converted/coerced to a String. Ch

Re: What's the plan for Marble's Qt 6 port?

2024-09-17 Thread Ben Cooksley
.. > Yes please. The unusualness of Marble's setup has necessitated specific CI features so it would be good to make it more standard as that will support removing that special logic. > > Cheers, > Johannes > > Thanks, Ben

[Intel-wired-lan] inconsistent lock state, deadlock, 6.11.0 un-modified kernel, maybe VRF related.

2024-09-17 Thread Ben Greear
[ I changed email subject, as what we reproduced on un-modified kernel is not the same as what we saw earlier.] On 9/16/24 09:15, Ben Greear wrote: On 9/16/24 04:09, Przemek Kitszel wrote: On 9/16/24 12:32, Przemek Kitszel wrote: On 9/14/24 07:27, Ben Greear wrote: Hello, We found this

Bug#1082021: msv: homepage change

2024-09-17 Thread Ben Tris
Source: msv Version: 2009.1+dfsg1-6 Severity: wishlist Dear Maintainer, oct-2019 the current homepage. https://github.com/kohsuke/msv Has moved to. https://github.com/xmlark/msv -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500,

Bug#1082021: msv: homepage change

2024-09-17 Thread Ben Tris
Source: msv Version: 2009.1+dfsg1-6 Severity: wishlist Dear Maintainer, oct-2019 the current homepage. https://github.com/kohsuke/msv Has moved to. https://github.com/xmlark/msv -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500,

[jira] [Updated] (PHOENIX-6783) Add spark-sql support for spark2 datasourceV2 and spark3

2024-09-17 Thread rejeb ben rejeb (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rejeb ben rejeb updated PHOENIX-6783: - Summary: Add spark-sql support for spark2 datasourceV2 and spark3 (was: Phoenix5

Re: Ericsson RBS6000 surplus situation

2024-09-17 Thread Ben Huntsman
Alternatively, is there a different/less expensive 2G/GPRS/EDGE radio hardware platform that is better supported by Osmocom? I've been eyeballing some Ericcson RBS gear as well. Also, for those of you running RBS, what solution are you using for powering it? Thank you!

Re: RequireJS timeout error

2024-09-17 Thread Ben Weidig
The code is from the latest version, but it hasn't changed from 5.4, just moved a little. Cheers Ben On Tue, Sep 17, 2024 at 12:50 AM Christopher Dodunski (Tapestry) < chrisfromtapes...@christopher.net.nz> wrote: > Hi team, > > Starting with version 5.4, Tapestry uses RequireJ

[llvm-branch-commits] [llvm] release/19.x: [AVR] Fix 16-bit LDDs with immediate overflows (#104923) (PR #106993)

2024-09-16 Thread Ben Shi via llvm-branch-commits
https://github.com/benshi001 approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/106993 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Re: [Servercert-wg] [EXTERNAL]- Sunsetting use of WHOIS to identify Domain Contacts

2024-09-16 Thread Ben Wilson via Servercert-wg
Mozilla will endorse, too, if needed. Thanks, Ben On Mon, Sep 16, 2024 at 9:06 AM Pedro FUENTES via Servercert-wg < servercert-wg@cabforum.org> wrote: > OISTE would endorse this initiative > > On 16 Sep 2024, at 16:32, Ryan Dickson via Servercert-wg < > Servercert-wg@cabforu

Re: [Intel-wired-lan] tcp_ack __list_del crash in 6.10.3+ hacks

2024-09-16 Thread Ben Greear
On 9/16/24 04:09, Przemek Kitszel wrote: On 9/16/24 12:32, Przemek Kitszel wrote: On 9/14/24 07:27, Ben Greear wrote: Hello, We found this during a long duration network test where we are using lots of wifi network devices in a single system, talking with It will be really hard to repro for

Re: [Rd] numerical issue with t.test

2024-09-16 Thread Ben Bolker
To be more specific, this replicates the computations that t.test is doing (stripped of all the different cases that stats:::t.test.default handles) z <- err1-err2 se <- sqrt(var(z)/length(z)) mz <- mean(z) tstat <- mz/se 2*pt(tstat, df= length(z)-1, lower.tail = FALSE) On 2024-09-16 10:54 a

Bug#1081805: libpoe-component-schedule-perl: is it time to upload?

2024-09-16 Thread Ben Tris
Source: libpoe-component-schedule-perl Version: 0.95-3 Followup-For: Bug #1081805 Dear Maintainer, No I'm just looking at debian.tracker age last news 2020 and before. Trying to get them out of that age. But if it can be removed from Debian, than please make a removal request. https://www.debia

[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/hardened/

2024-09-15 Thread Ben Kohler
commit: 108b0102aae35ca794d62af57007c0d4dd6b5361 Author: Ben Kohler gentoo org> AuthorDate: Sun Sep 15 23:50:30 2024 + Commit: Ben Kohler gentoo org> CommitDate: Sun Sep 15 23:50:30 2024 + URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=108b0102

tools/rtla: Fix installation from out-of-tree build

2024-09-15 Thread Ben Hutchings
rtla now supports out-of-tree builds, but installation fails as it still tries to install the rtla binary from the source tree. Use the existing macro $(RTLA) to refer to the binary. Fixes: 01474dc706ca ("tools/rtla: Use tools/build makefiles to build rtla") Signed-off-by: Ben

Bug#1081563: Please consider adding the new Xe Graphics driver for Intel GPUs

2024-09-15 Thread Ben Hutchings
mitigate the experimentalness somewhat? [...] It mitigates the risk but I'm not sure it will stop people sending us bug reports about the driver when it turns out not to work for them. Ben. -- Ben Hutchings If the facts do not conform to your theory, they must be disposed of. signatur

Bug#1081563: Please consider adding the new Xe Graphics driver for Intel GPUs

2024-09-15 Thread Ben Hutchings
mitigate the experimentalness somewhat? [...] It mitigates the risk but I'm not sure it will stop people sending us bug reports about the driver when it turns out not to work for them. Ben. -- Ben Hutchings If the facts do not conform to your theory, they must be disposed of. signatur

[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2024-09-15 Thread Ben Kohler
commit: e6329a0518b3d26d0eac7ba9e3c41fd1d5569ebb Author: Ben Kohler gentoo org> AuthorDate: Sun Sep 15 19:50:03 2024 + Commit: Ben Kohler gentoo org> CommitDate: Sun Sep 15 19:50:38 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6329a0

[gentoo-commits] proj/releng:master commit in: releases/portage/livegui/package.accept_keywords/

2024-09-15 Thread Ben Kohler
commit: f6ef00ff1940119e217311e7501a1d0cf974a616 Author: Ben Kohler gentoo org> AuthorDate: Sun Sep 15 19:43:17 2024 + Commit: Ben Kohler gentoo org> CommitDate: Sun Sep 15 19:46:44 2024 + URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=f6ef00ff p

Re: Is the sh7785lcr kernel still useful?

2024-09-15 Thread Ben Hutchings
On Sun, 2024-09-15 at 08:00 +0200, John Paul Adrian Glaubitz wrote: > On Sun, 2024-09-15 at 00:10 +0200, Ben Hutchings wrote: > > I've done a new cross-build here, so you can test the packages from: > > https://people.debian.org/~benh/packages/linux-sh4/ > > Thanks a lot

Bug#1081848: libzerg-perl: homepage defunct

2024-09-15 Thread Ben Tris
Source: libzerg-perl Version: 1.0.4-8 Severity: normal Dear Maintainer, Current homepage points to tracker.debian. https://tracker.debian.org/libzerg-perl Probable alternative. https://code.google.com/archive/p/libzerg/ -- System Information: Debian Release: 12.7 APT prefers stable-updates

Bug#1081846: libxml-struct-perl: standardize homepage

2024-09-15 Thread Ben Tris
Source: libxml-struct-perl Version: 0.27-1 Severity: wishlist Dear Maintainer, Currently the homepage field points to GitHub. https://github.com/nichtich/XML-Struct I think its nicer to point it to MetaCPAN. https://metacpan.org/dist/XML-Struct This is kind of standard for most Perl sources in De

Bug#1081843: libstar-parser-perl: homepage defunct

2024-09-15 Thread Ben Tris
Package: libstar-parser-perl Severity: normal Dear Maintainer, The current homepage seems not to exist. http://pdb.sdsc.edu/STAR/ No alternative found. This has one nice simple page. https://www.iucr.org/resources/cif/software/starparser -- System Information: Debian Release: 12.7 APT prefe

Bug#1081842: libmozilla-ldap-perl: homepage defunct

2024-09-15 Thread Ben Tris
Source: libmozilla-ldap-perl Version: 1.5.3-3 Severity: normal Dear Maintainer, The current website seems not to exist. http://www.mozilla.org/directory/perldap.html No alternative found. -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updat

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-09-15 Thread Ben Kohler
commit: 979f9e1eaa02a11875b9cb7352e35b2798348972 Author: Ben Kohler gentoo org> AuthorDate: Sun Sep 15 13:16:13 2024 + Commit: Ben Kohler gentoo org> CommitDate: Sun Sep 15 13:29:04 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979f9e1e ne

[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2024-09-15 Thread Ben Kohler
commit: d206d437b71ddb1de823ba4ad467c053e8662dec Author: Ben Kohler gentoo org> AuthorDate: Sun Sep 15 13:22:42 2024 + Commit: Ben Kohler gentoo org> CommitDate: Sun Sep 15 13:29:04 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d206d43

Bug#1081841: libunicode-linebreak-perl: standardize homepage

2024-09-15 Thread Ben Tris
Package: libunicode-linebreak-perl Version: 0.0.20190101-1+b5 Severity: wishlist Dear Maintainer, Currently the homepage field points to GitHub. https://github.com/hatukanezumi/Unicode-LineBreak I think its nicer to point it to MetaCPAN. https://metacpan.org/dist/Unicode-LineBreak This is kind of

Bug#1081838: libsharyanto-string-util-perl: has been renamed?

2024-09-15 Thread Ben Tris
Source: libsharyanto-string-util-perl Version: 0.26-2 Severity: normal Dear Maintainer, Current homepage not found. https://metacpan.org/release/SHARYANTO-String-Util -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-se

Bug#1081835: libnet-smtp-tls-butmaintained-perl: deprecation note

2024-09-15 Thread Ben Tris
Source: libnet-smtp-tls-butmaintained-perl Version: 0.24-2 Severity: normal Dear Maintainer, deprecation note: no longer suitable for use (use Net::SMTPS instead) https://metacpan.org/dist/Net-SMTP-TLS-ButMaintained https://metacpan.org/dist/Net-SMTPS https://tracker.debian.org/pkg/libnet-smtps-p

Bug#1081829: libdevel-declare-perl: deprecation note

2024-09-15 Thread Ben Tris
Source: libdevel-declare-perl Version: 0.006022-1 Severity: normal Dear Maintainer, deprecation note: no longer suitable for use https://metacpan.org/dist/Devel-Declare -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-

Bug#1081808: libconfig-methodproxy-perl: module's distribution has been renamed

2024-09-14 Thread Ben Tris
Source: libconfig-methodproxy-perl Version: 0.02-3 Severity: normal Dear Maintainer, Current homepage not found. https://metacpan.org/release/Config-MethodProxy Search will lead to Data-MethodProxy. https://metacpan.org/search?q=Config-MethodProxy -- System Information: Debian Release: 12.7 A

Bug#1081806: libbio-db-refseq-perl: is it time to upload?

2024-09-14 Thread Ben Tris
Source: libbio-db-refseq-perl Version: 1.7.4-1 Severity: normal Dear Maintainer, Last entry changelog changes maintainer and uploader address. Now the qa page is not bound to Debian Med Packaging Team. https://qa.debian.org/developer.php?email=debian-med%40lists.debian.org -- System Information

Bug#1081806: libbio-db-refseq-perl: is it time to upload?

2024-09-14 Thread Ben Tris
Source: libbio-db-refseq-perl Version: 1.7.4-1 Severity: normal Dear Maintainer, Last entry changelog changes maintainer and uploader address. Now the qa page is not bound to Debian Med Packaging Team. https://qa.debian.org/developer.php?email=debian-med%40lists.debian.org -- System Information

Bug#1081805: libpoe-component-schedule-perl: is it time to upload?

2024-09-14 Thread Ben Tris
Source: libpoe-component-schedule-perl Version: 0.95-3 Severity: normal Dear Maintainer, Please make release v0.95-4. There is enough reason to release. -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (50

Bug#1081777: libnet-imap-simple-perl: time to upload?

2024-09-14 Thread Ben Tris
Source: libnet-imap-simple-perl Version: 1.2211-1 Followup-For: Bug #1081777 X-Debbugs-Cc: benatt...@gezapig.nl Dear Maintainer, Sorry here again. The latest note in changelog is the ignored version. I wonder if that has consequences if for other reasons would want to do a new release. libnet-im

Re: [PLUG] Is there a functional search engine for the intentional user?

2024-09-14 Thread Ben Koenig
much are you willing to spend per month for such a service? A while back I wrote a simple frontend application that performs google searches on behalf of a user (using the google search API). For the right price I may be pursuaded to go dig that code back up. -Ben On Saturday, September

Re: [PLUG] Seeking something between Raspberry Pi and NUC

2024-09-14 Thread Ben Koenig
uot;OMG we have to do that!" If the firmware/bootloader on a chromeOS device is getting in your way.. there are solutions for that https://docs.mrchromebox.tech/ After a firmware swap my Slate runs a slackware installation with NO special modifications to the OS. x86 tablet with 8GB RA

Re: Is the sh7785lcr kernel still useful?

2024-09-14 Thread Ben Hutchings
On Fri, 2024-09-13 at 17:59 +0200, John Paul Adrian Glaubitz wrote: > Hi Ben, > > On Wed, 2024-09-11 at 17:14 +0200, John Paul Adrian Glaubitz wrote: > > On Wed, 2024-09-11 at 16:55 +0200, Ben Hutchings wrote: > > > > OK, thanks a lot, this is very useful to know. &

Bug#1081795: libimager-qrcode-perl: new version warning is old

2024-09-14 Thread Ben Tris
Source: libimager-qrcode-perl Version: 0.033-1.2 Severity: normal Dear Maintainer, First release after v0.033 was v0.034 may-2013. This moment newest version v0.035 oct-2016. -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 's

Bug#1081777: libnet-imap-simple-perl: time to upload?

2024-09-14 Thread Ben Tris
Source: libnet-imap-simple-perl Followup-For: Bug #1081777 X-Debbugs-Cc: benatt...@gezapig.nl Dear Maintainer, To me it looks somewhat disrespectful to ignore an email change for that long. Date: Sun Sep 2 22:25:16 2018 +0200 Email change Xavier Guimard -> y...@debian.org -- System Informati

Bug#1081785: libtemplate-perl: new version warning is old

2024-09-14 Thread Ben Tris
Source: libtemplate-perl Version: 2.27-1 Severity: normal Dear Maintainer, First release after v2.27 was v2.28 oct-2018. This moment newest version v3.102 jun-2024. -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-secu

Bug#1081781: libtext-table-perl: new version warning is old

2024-09-14 Thread Ben Tris
Source: libtext-table-perl Version: 1.132-1 Severity: normal Dear Maintainer, First release after v1.132 was v1.333 aug-2017. This moment newest version v1.135 okt-2022. Note. Current version v1.132 nov-2016 was moved to BackPAN. -- System Information: Debian Release: 12.7 APT prefers stable

Bug#1081777: libnet-imap-simple-perl: time to upload?

2024-09-14 Thread Ben Tris
Source: libnet-imap-simple-perl Version: 1.2211-1 Severity: normal Dear Maintainer, Changes in VCS and new version (warning will disappear). Last date in news is may-2018. Please release version 1.2212-1 if possible. -- System Information: Debian Release: 12.7 APT prefers stable-updates AP

Bug#1081769: r-cran-pvclust: homepage defunct

2024-09-14 Thread Ben Tris
Source: r-cran-pvclust Version: 2.2-0-2 Severity: normal Dear Maintainer, Standard homepage field. This. (403 forbidden) http://www.is.titech.ac.jp/~shimo/prog/pvclust/ To. https://cran.r-project.org/package=pvclust -- System Information: Debian Release: 12.7 APT prefers stable-updates APT

Bug#1081767: r-cran-gridextra: homepage defunct

2024-09-14 Thread Ben Tris
Source: r-cran-gridextra Version: 2.3-3 Severity: normal Dear Maintainer, Small mistake homepage field. This. https://cran.r-project.org/package=gridextra To. https://cran.r-project.org/package=gridExtra -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500

Bug#1081761: r-cran-assertthat: homepage defunct

2024-09-14 Thread Ben Tris
Source: r-cran-assertthat Version: 0.2.1-2 Severity: normal Dear Maintainer, Small mistake homepage field. This. https://cran.r-project.org/package=yassertthat To. https://cran.r-project.org/package=assertthat -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy

Bug#1081563: Please consider adding the new Xe Graphics driver for Intel GPUs

2024-09-14 Thread Ben Hutchings
nel > module. Please consider including this by enabling CONFIG_DRM_XE.  > See following references for more information: [...] This driver is still experimental and it doesn't bind to any devices by default. We probably won't enable it until that changes. Ben. -- Ben Hu

Bug#1081563: Please consider adding the new Xe Graphics driver for Intel GPUs

2024-09-14 Thread Ben Hutchings
nel > module. Please consider including this by enabling CONFIG_DRM_XE.  > See following references for more information: [...] This driver is still experimental and it doesn't bind to any devices by default. We probably won't enable it until that changes. Ben. -- Ben Hu

Bug#1081751: RM: linux-signed-i386 -- ROM; no longer built from linux

2024-09-14 Thread Ben Hutchings
hasn't been updated for ¬9 months. There is no plan to reverse this; in fact we will soon remove all the i386 kernel packages. Please remove linux-signed-i386. Ben.

Bug#1081751: RM: linux-signed-i386 -- ROM; no longer built from linux

2024-09-14 Thread Ben Hutchings
hasn't been updated for ¬9 months. There is no plan to reverse this; in fact we will soon remove all the i386 kernel packages. Please remove linux-signed-i386. Ben.

Re: Dropping i386 kernel packages

2024-09-14 Thread Ben Hutchings
On Sat, 2024-09-14 at 01:37 +0200, Cyril Brulebois wrote: > Hi, > > Ben Hutchings (2024-09-12): > > This is a heads-up that the kernel team is planning to stop building > > i386 kernel packages shortly (probably starting with Linux 6.11). > > Thanks, appreciated. >

Re: Dropping i386 kernel packages

2024-09-14 Thread Ben Hutchings
On Sat, 2024-09-14 at 01:37 +0200, Cyril Brulebois wrote: > Hi, > > Ben Hutchings (2024-09-12): > > This is a heads-up that the kernel team is planning to stop building > > i386 kernel packages shortly (probably starting with Linux 6.11). > > Thanks, appreciated. >

Re: Dropping i386 kernel packages

2024-09-14 Thread Ben Hutchings
On Sat, 2024-09-14 at 01:37 +0200, Cyril Brulebois wrote: > Hi, > > Ben Hutchings (2024-09-12): > > This is a heads-up that the kernel team is planning to stop building > > i386 kernel packages shortly (probably starting with Linux 6.11). > > Thanks, appreciated. >

Re: [VOTE] Tapestry 5.9.0-preview-2

2024-09-14 Thread Ben Weidig
Ben Weidig: +1 (binding) On Fri, Sep 13, 2024 at 2:21 AM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hello, Tapestry community! > > To get closer to Tapestry 5.9.0, here's a new preview for you to test and > provide feedback. > > I've created

[gentoo-commits] proj/releng:master commit in: tools/

2024-09-14 Thread Ben Kohler
commit: f1c2b6d186ec30fb3c634875e1d7eafc2f63f044 Author: Ben Kohler gentoo org> AuthorDate: Sat Sep 14 12:06:36 2024 + Commit: Ben Kohler gentoo org> CommitDate: Sat Sep 14 12:06:36 2024 + URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=f1c2b6d1

Bug#1081738: vdk2-tutorial: no homepage field

2024-09-14 Thread Ben Tris
Source: vdk2-tutorial Version: 1.1-3.1 Severity: normal Dear Maintainer, Currently there is no homepage field in control file. Probable option. https://sourceforge.net/projects/vdkbuilder/ note: vdk2 was removed from Debian aug-2023. -- System Information: Debian Release: 12.7 APT prefers st

Bug#1081736: libdshconfig: no homepage field

2024-09-14 Thread Ben Tris
Source: libdshconfig Version: 0.20.13-1.2 Severity: normal Dear Maintainer, Currently there is no homepage field in control file. Probable option. https://www.netfort.gr.jp/~dancer/software/dsh.html -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'st

Bug#1081732: safe-hole-perl: no homepage field

2024-09-14 Thread Ben Tris
Source: safe-hole-perl Version: 0.14-1 Severity: normal Dear Maintainer, Currently there is no homepage field in control file. Probable option. https://metacpan.org/dist/Safe-Hole -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (50

Bug#1081731: xrestop: new version available

2024-09-14 Thread Ben Tris
Source: xrestop Version: 0.4+git20130926-3 Severity: normal Dear Maintainer, New version v0.6 apr-2023. https://gitlab.freedesktop.org/xorg/app/xrestop -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,

Bug#1081729: latex209: no homepage field

2024-09-14 Thread Ben Tris
Source: latex209 Version: 25.mar.1992-21 Severity: normal Dear Maintainer, Currently there is no homepage field in control file. Probable option. https://ctan.org/pkg/latex209 -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, '

Bug#1081726: python-utmp: no homepage field

2024-09-14 Thread Ben Tris
Source: python-utmp Version: 0.9-1 Severity: normal Dear Maintainer, Currently there is no homepage field in control file. Probable options. https://kassiopeia.juls.savba.sk/~garabik/software/python-utmp.html https://github.com/garabik/python-utmp -- System Information: Debian Release: 12.7 A

  1   2   3   4   5   6   7   8   9   10   >