Re: Bug#1091394: nproc: add new option to reduce emitted processors by system memory

2025-01-16 Thread Ángel
guess_from_environment("RPM_BUILD_NCPUS") if not guess: try: guess = guess_nproc() finally: guess = guess or guess_python() Additionally, the --ignore argument of nproc(1) might be of use for this script as well. Best regards Ángel

Re: What is going on with atomics? (was: How to conditionally patch a package based on architecture with debhelper?)

2025-01-16 Thread Ángel
On 2025-01-16 at 20:16 +0100, Johannes Schauer Marin Rodrigues wrote: > Hi Simon, > > Quoting Simon Richter (2025-01-16 16:52:19) > > atomic operations require linking against libatomic — always have.. > > Some > > architectures inline a few functions, which is how you get away > > with omitting >

Re: A 2025 NewYear present: make dpkg --force-unsafe-io the default?

2025-01-13 Thread Ángel
(it seems the forwarding broke the thread 😕) On 2025-01-13 at 11:10 +0100, Julien Plissonneau Duquène wrote: > > normal dist-upgrade: 1m6.561s > > eatmydata: 0m1.911s > > force-unsafe-io: 0m9.096s > > Thanks for these interesting figures. Could you please also provide > details about the underly

Re: Project-wide LLM budget for helping people (WAS: Re: Complete and unified documentation for new maintainers

2025-01-12 Thread Ángel
On 2025-01-12 at 18:03 +, Andrew M.A. Cater wrote: > Watching other people find and fix bugs, even in code they > have written or know well, I can't trust systems built on modern > Markov chains to do better, no matter how much input you give them, and > that's without crediting LLMs as able to

Re: A 2025 NewYear present: make dpkg --force-unsafe-io the default?

2025-01-12 Thread Ángel
Resending without the attachments, since the mailing list seems to have fully eaten the message, rather than just delaying it until a moderator approval, as I originally thought. Forwarded Message From: Ángel To: debian-devel Subject: Re: A 2025 NewYear present: make dpkg

Re: Directory structure suggestion for configuration in /etc

2025-01-04 Thread Ángel
On 2024-12-20 at 11:42 -0800, Russ Allbery wrote: > Maybe it would be more productive to take the preference disagreement as > given and then try to figure out how to proceed given that we're never > going to all agree on the best way of handling configuration files? Is > there some way that we can

Re: Directory structure suggestion for configuration in /etc

2025-01-04 Thread Ángel
On 2024-12-22 at 08:37 +0100, Marc Haber wrote: > Maybe our conffile handling should be modified to automatically > accept comment-only changes to dpkg-conffiles. > > Greetings > Marc That would require to tag what is considered a comment for each conffile. While most config files seem to use a

Re: A 2025 NewYear present: make dpkg --force-unsafe-io the default?

2025-01-02 Thread Ángel
On 2025-01-02 at 17:11 +0300, Michael Tokarev wrote: > 02.01.2025 03:00, Aurélien COUDERC wrote: > > > Sure but I wouldn’t know how to do that since I’m calling apt and > > force-unsafe-io seems to be a dpkg option ? > > echo force-unsafe-io > /etc/dpkg/dpkg.conf.d/unsafeio > > before upgrade. >

Re: Yearless copyrights: what do people think?

2023-03-03 Thread Ángel
On 2023-02-26 at 18:43 +0200, Adrian Bunk wrote: > On Wed, Feb 22, 2023 at 07:39:09AM -0700, Sam Hartman wrote: > > As Jonas mentions, including the years allows people to know when > > works > > enter the public domain and the license becomes more liberal. > > I think our users are better served b

Re: setting sysctl net.ipv4.ping_group_range

2023-01-14 Thread Ángel
On 2023-01-02 at 13:55 -0800, Noah Meyerhans wrote: > I'm entirely happy to reassign this request to systemd and have the > setting applied more broadly. The question that arises then is what > to > do about the file-level capabilities on the ping binary. Ideally we > drop them entirely (includin

Bug#688979: ITP: python-doublex -- doublex is a test doubles framework for the Python platform

2012-09-27 Thread Miguel Ángel García
Package: wnpp Severity: wishlist Owner: "Miguel Ángel García" * Package name: python-doublex Version : 0.6.1 Upstream Author : David Villa Alises * URL : https://bitbucket.org/DavidVilla/python-doublex * License : GPL Programming Lang: Python D

Re: [PHP-DEV] Suhosin patch disabled by default in Debian php5 builds

2012-02-02 Thread Ángel González
Stefan Esser wrote: > And there are many many good reasons, why Suhosin must be external to PHP. > The most obvious one is that the code is clearly separated, so that not > someone of the hundred PHP commiters accidently breaks a safe guard. That's not a justification to keep it as a patch. Safe g