Re: f42: hostname vs. sendmail (vs. systemd depsolver) bug?

2025-04-22 Thread Barry Scott
I you might ask the systemd folks if there is a solution that's not been suggested here. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: f42: hostname vs. sendmail (vs. systemd depsolver) bug?

2025-04-20 Thread Barry
that are stored *externally* to the machine(s). In which case I would check that the sendmail service does not start until after the network online target. Which I assume will then see the fqdn from dhcp. Barry -- ___ devel mailing list -- deve

Re: f42: hostname vs. sendmail (vs. systemd depsolver) bug?

2025-04-20 Thread Barry
t; retrying the `hostname` command. I wonder if this is user error? On all my servers I set the FQDN using hostnamctl. hostnamctl hostname foo.example.com --static I always see the correct FQDN, and dhcp will allocate the ip address. Barry -- _

Re: Fedora 42 breaks new windows installations

2025-02-17 Thread Barry
ented way to completely reset every setting in the uefi bios. This removed all uefi variables and put all settings to their defaults. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedor

Re: Python distro deps for builds using venv

2025-02-11 Thread Barry
the --system-site-packages option that may fix things for you. You may be hitting an upstream that is not thinking about distro packaging issues. Barry > > Peter > > [1] https://src.fedoraproject.org/rpms/libgpiod > [2] https://koji.fedoraproject.org/koji/taskinfo?taskID=129138

Re: dracut image missing after installing 6.12.5 kernel, where to report it?

2024-12-28 Thread Barry
me > installing 6.12.4 and 6.12.5 kernels. > I have downgraded dkms to 3.0.13-2.fc41 and initramfs was generated as > expected. Looks like a bug exists already too: > https://bugzilla.redhat.com/show_bug.cgi?id=282 This is affecting a lot of users as evidenced by re

400 - Bad Request when login with FAS from bugzilla redirection

2024-12-03 Thread Barry Scott
e https://pagure.io/fedora-infrastructure/issues also ends with the "400 - Bad page". Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Moving away from the term "karma" in Bodhi

2024-11-13 Thread Barry
> On 11 Nov 2024, at 08:16, Zbigniew Jędrzejewski-Szmek > wrote: > > That's a great idea. If we are to change, please do 'kudos' rather > 'rating'/'feedback'/'evaluation'. I wonder is Go and No-Go would work as a replacement?

Re: DNF5 CVE-2024-1929 is it fixed?

2024-11-05 Thread Barry Scott
> On 5 Nov 2024, at 08:24, Jan Kolarik wrote: > > Hi Barry, > > I believe this can be closed as it was already fixed in February. I've added > context in the ticket and asked the assignee to proceed with closing. Thanks. Barry > > Regards, > Jan > >

DNF5 CVE-2024-1929 is it fixed?

2024-11-04 Thread Barry Scott
#x27;s not fixed is it a serious bug that needs fixing? Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US

Re: problem with run0 in f41 that I'm trying to debug

2024-10-17 Thread Barry Scott
> On 17 Oct 2024, at 12:00, Lennart Poettering wrote: > > That does not answer the question. Is it the inner or the outer pty > you are issuing that stty command on? 1. Start konsole 2. stty intr ^g 3. run0 Is that what you

Re: problem with run0 in f41 that I'm trying to debug

2024-10-17 Thread Barry Scott
rocess feature in my Barry's Emacs and run0 in it's pty world works. It seems that it something specific to the way Ctrl-G is interacting with konsole and gnome terminal. But bear in mind that I never actually type Crtl-G when reproducing the

Re: problem with run0 in f41 that I'm trying to debug

2024-10-17 Thread Barry Scott
s ^g. I think I need to see what signal handling the process has setup. I cannot think of anything else that would cause the process to exit. While the ppoll() call is running. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsub

problem with run0 in f41 that I'm trying to debug

2024-10-16 Thread Barry Scott
I'm tracking down an issue with then run0 command in f41. In a KDE konsole terminal run0 fails to work after stty intr ^g It just exits without an error message, exit code 130. Running run0 via gdb or strace makes things work. Which leaves me with fprintf debugging. I have been adding fprintf t

Re: Applications with AppData and not visible in the software center

2024-10-15 Thread Barry
ng such a fix for my Qt based projects. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-cond

Re: Subject: Original Sender msu...@redhat.com Re: f41 dnf builddeps fails to parse systemd.spec

2024-10-11 Thread Barry Scott
oint of mock is to do a clean-room build without side effect of local environment. But if I want a simple to use debug world then mock is not an advantage. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an em

Re: f41 dnf builddeps fails to parse systemd.spec

2024-10-11 Thread Barry Scott
rom another > terminal. But that means everything is inside the mock container. I want to run stuff without layers of possible interference. The problem I'm working on is subtlety affected by where and how run0 is run. Barry -- ___

Re: f41 dnf builddeps fails to parse systemd.spec

2024-10-09 Thread Barry Scott
> On 9 Oct 2024, at 11:09, Zbigniew Jędrzejewski-Szmek > wrote: > > It'd be worth filing a bug for this. There were some bugs about > dnf5 not reporting things, but this one seems egregious. > > Zbyszek Done. Raised https://bugzilla.redhat.com/show

Re: strawman proposal: homed directories for users

2024-10-09 Thread Barry Scott
> On 9 Oct 2024, at 10:04, Zbigniew Jędrzejewski-Szmek > wrote: > > On Tue, Oct 08, 2024 at 06:14:29PM +0100, Barry Scott wrote: >>> On 4 Oct 2024, at 16:05, Zbigniew Jędrzejewski-Szmek >>> wrote: >>> >>> Hi folks, >>> >>

Re: f41 dnf builddeps fails to parse systemd.spec

2024-10-09 Thread Barry Scott
ile > > Error: Some packages could not be found. If I had seen that error I would have known what was wrong and fixed it by using an absolute path. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

Re: f41 dnf builddeps fails to parse systemd.spec

2024-10-08 Thread Barry
> On 8 Oct 2024, at 21:08, Miroslav Suchý wrote: > > Dne 08. 10. 24 v 7:09 odp. Barry Scott napsal(a): >> Now I have systemd .src.rpm installed next I needed the build deps >> so that I can do a rpmbuild. > > Are you sure you want to install it on your workst

Re: strawman proposal: homed directories for users

2024-10-08 Thread Barry Scott
t about having the necessary meta data in a per user file in /home and read that when doing the reinstall? I would have /home/barry and /home/barry.metadata for example. Barry > > The primary purpose of systemd-homed is to use per-user encryption > using loopback devices. This still has variou

f41 dnf builddeps fails to parse systemd.spec

2024-10-08 Thread Barry Scott
Now I have systemd .src.rpm installed next I needed the build deps so that I can do a rpmbuild. $ sudo dnf builddep systemd.spec [sudo] password for barry: Updating and loading repositories: Fedora 41 - aarch64 100% | 99.3 KiB/s

Re: f41 rpm -i ~/systemd-256.6-1.fc41.src.rpm fails

2024-10-08 Thread Barry Scott
> On 8 Oct 2024, at 13:32, Fabio Valentini wrote: > > Or `dnf remove rpm-plugin-ima`. > It doesn't look like it's a hard dependency of anything vital. This is what I did and that fixed it, as expected. Barry -- ___ devel

Re: f41 rpm -i ~/systemd-256.6-1.fc41.src.rpm fails

2024-10-05 Thread Barry
o so i have to do this dance). I have never heard of ima plugin and did not install it deliberately. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora C

f41 rpm -i ~/systemd-256.6-1.fc41.src.rpm fails

2024-10-05 Thread Barry Scott
I'm starting to work on a systemd run0 bug. And hit this issue. : 13:10:22 armf41 ~/rpmbuild.d/systemd/SPECS : [1] barry $ rpm -i ~/systemd-256.6-1.fc41.src.rpm error: ima: could not apply signature on '/home/barry/rpmbuild.d/systemd/SOURCES/.abignore;67012ce2': Operation

Re: [SPDX] packages that are "not valid neither as Callaway nor as SPDX"

2024-09-08 Thread Barry
ed issues like this in the past, rpmspec needs the rpm macro dependencies to be installed. I assume if you install all the fedora rpm macro packages this will your script to run over all spec files. Barry -- ___ devel mailing list -- devel@lists.fedora

Re: Incorrect code or Python regression?

2024-07-22 Thread Barry
> On 22 Jul 2024, at 16:35, Paul Howarth wrote: > > On Sun, 21 Jul 2024 21:48:55 +0100 > Barry wrote: > >>>> On 21 Jul 2024, at 10:22, Paul Howarth wrote: >>> >>> Hence the check is: >>> >>> except UnsupportedAlgorith

Re: Incorrect code or Python regression?

2024-07-22 Thread Barry
> On 22 Jul 2024, at 08:14, Miro Hrončok wrote: > > They have the same repr, type, int value. They have different IDs. I think that shows the “is” use is a bug and the fix is to use ==. Barry -- ___ devel mailing list

Re: Incorrect code or Python regression?

2024-07-21 Thread Barry
with “is” is a side effect of cpython’s implementation which make small int’s seem to be singletons. If this is correct then the test is wrong and must use ==. I will test tomorrow. Barry -- ___ devel mailing list -- devel@lists.fedoraproje

Re: Incorrect code or Python regression?

2024-07-21 Thread Barry
singleton. So “is” fails but when == coerces to int it is True. You would need to print out both values to see if this is the case. I would have coded == in this case. I am curious where you read that “is” is recommended? Barry -- ___ devel mai

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Barry
> On 16 Jul 2024, at 22:19, Michel Lind wrote: > > Server does not install Plymouth either AIUI; compare I have not installed server for a few releases, but have always dns removed plymouth* as one of my first config changes. Barry --

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Barry
> On 16 Jul 2024, at 12:49, Jocelyn Falempe wrote: > > i915, amdgpu, and nvidia are not yet supported, so you need to blacklist > them, in order to use simpledrm, if you want to see the panic screen. Let me know when amdgpu or i915 are supported then I can

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Barry
your own, and > report if there are other corner cases to fix. Let us know when you have this test kernel to play with. Also would like a way to trigger a panic to test the bsod. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Barry
last kernel log might be > unrelated. Not our experience on https://discussion.fedoraproject.org/ as I said. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fe

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-15 Thread Barry
> drm_panic. > It's not ideal, but that should at least allows to see those logs. And if the kernel hangs without panic then we have a blank screen to stare at right? This is going to make Fedora very hard to support and push users to another distro with

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-15 Thread Barry
does not get a chance to journal the logs. We see this when supporting users on https://discussion.fedoraproject.org/ regularly. I think you are saying that if drm panic is enabled we cannot see logs that would allow debugging an issue? Barry -- __

Re: dnf transaction with a command line?

2024-07-01 Thread Barry
> On 1 Jul 2024, at 11:50, Neal Gompa wrote: > > Yes, when a non command-line action occurs, it is blank. Notably, when > PackageKit or DNF Daemon are used. Thanks for confirmation. The OP found a journal log from PackageKit for the time of the rem

dnf transaction with a command line?

2024-07-01 Thread Barry Scott
| 3 85 | install akmod-nvidia | 2024-07-01 10:58 | Install | 53 EE 84 | update | 2024-07-01 10:55 | Upgrade | 9 83 | | 2024-07-01 01:59 | Removed What does it mean when the command is blank? Is this when some other software ran the transaction like Gnome Software? Barry

Re: Guidance on individual packages requiring x86_64-v2 baseline ?

2024-06-13 Thread Barry Scott
92cd6d83 it says that th is the source of truth: https://gitlab.com/x86-psABIs/x86-64-ABI/-/blob/master/x86-64-ABI/low-level-sys-info.tex As defined my Intel, AMD, RedHat and SUSE. Which agrees with Wikipedia article that cites that .tex file. Barry -- _

Re: Guidance on individual packages requiring x86_64-v2 baseline ?

2024-06-13 Thread Barry Scott
this called an x64-64 micro-architecture? Armed with a spec it might be possible to search on ark.intel.com <http://ark.intel.com/>. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists

Re: F41 Change Proposal: Anaconda as native Wayland application (System Wide)

2024-05-31 Thread Barry
ps set maybe a problem. Lots of users end up using the rpmfusion nvidia drivers to get a working DE. See the almost daily nvidia support we handle on fedora discuss. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an ema

Re: F41 Change Proposal: Anaconda as native Wayland application (System Wide)

2024-05-31 Thread Barry
> On 31 May 2024, at 09:36, Aoife Moloney wrote: > > Anaconda is required to migrate to Wayland native application to drop > dependencies from the installation ISO images which are deprecated. Do you expect this to be an issue for users with nvidia

Re: RC 1.14 fails in VirtualBox, has problems in UTM

2024-04-22 Thread Barry
> On 19 Apr 2024, at 16:57, Adam Williamson wrote: > > On VMWare it plays but is distorted, > don't know why. Maybe a known issue with vmware, I have been told. Something to do with needing to reclock the audio stream. Barry --

Re: Help Needed for a tricky bug for Fedora Linux 40

2024-04-09 Thread Barry
On 8 Apr 2024, at 23:31, Aoife Moloney wrote:There is a bug in the Fedora Blocker Bugs app that has a lot of us stumped on how to resolve it, so I wanted to highlight it in the hopes that someone might know how to either fix it or maybe even verify if a few of the ideas that have been suggested wo

Re: bad error on console / shell ... any idea ! ?

2024-03-30 Thread Barry Scott
ssemble_comp_words_by_ref: command not found > terminate called after throwing an instance of 'std::invalid_argument' > what(): stoi I hear that this is a known issue with dnf5 at the moment. Just to check, you are aware that dnf5 is still being developed? Barry -- ___

Re: xz backdoor

2024-03-29 Thread Barry
Has this shipped on f40 beta? Barry > On 29 Mar 2024, at 18:08, Richard W.M. Jones wrote: > >  >> On Fri, Mar 29, 2024 at 07:00:37PM +0100, Kevin Kofler via devel wrote: >> Hi, >> >> wow: https://www.openwall.com/lists/oss-security/2024/ >> >>

Re: Fedora Linux 40 Beta Released

2024-03-27 Thread Barry
> On 26 Mar 2024, at 15:09, Kevin Fenzi wrote: > > I think it was being edited when you looked? > > It seems to have the details now? Or is there something missing? All there now. Original visible was just one line. Barry -- ___ dev

Re: Fedora Linux 40 Beta Released

2024-03-26 Thread Barry
Why is the version of this announcement missing all the details here? https://discussion.fedoraproject.org/t/fedora-linux-40-beta-released/109684 Barry > On 26 Mar 2024, at 14:21, Samyak Jain wrote: > > Fedora Linux 40 Beta Released > ---

Re: Donate 1 minute of your time to test upgrades from F39 to F40

2024-03-07 Thread Barry Scott
27;--skip-broken' to skip uninstallable packages) Fedora Server as router - Intel CPU - No problems. Fedora Server as router - RaspberryPi - No problems. Fedora Server as file server/imapl server/prometheus - Intel CPU - No problems Fedora KODI media player - Intel CPU

Re: dmesg restricted to root in Rawhide

2024-02-28 Thread Barry Scott
> On 28 Feb 2024, at 10:24, Karel Zak wrote: > > You can restore the original behavior by using: > ># sysctl kernel.dmesg_restrict=0 > > However, be aware of the security consequences ;-) Given I can get the same information from journalctl -k what is th

Re: Login issues to lists.* and src.*? Any outages?

2024-02-24 Thread Barry Scott
https://discussion.fedoraproject.org When I click to login and try to use my FAS ID I end up on Here https://id.fedoraproject.org/login/pam with the error: Gateway Timeout The gateway did not receive a timely response from the upstream server or application. But I can and did l

Re: Mounting USB Storage devices with "sync" option ?

2024-02-02 Thread Barry Scott
date on this stuff. What I understand is that the drive will be told via the appropriate SCSI(?) command that it must not reorder the writes. Failure to implement that command means the drive will not have WHQL from Microsoft. Without WHQL its very hard to sell a drive in the market p

Re: Mounting USB Storage devices with "sync" option ?

2024-02-02 Thread Barry Scott
ieve, is not a common occurrence any more. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-con

Re: Mounting USB Storage devices with "sync" option ?

2024-02-02 Thread Barry
hat a reference to caches within the drive and not the buffer cache in the kernel? It is the kernel buffer cache flushing that eject/umount triggers getting written out. Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

Re: fedora-distro-aliases - The easiest way to get numbers of active Fedora releases

2024-01-17 Thread Barry Scott
eleases in. Thanks for this tool! Now I'm off to update my tools to use this. > > The package is already in Fedora, give it a shot, And its called python3-fedora-distro-aliases Barry > Jakub > > > -- > ___

Where to add new ssh key to my FAS account?

2024-01-10 Thread Barry Scott
I have been changing from SSH RSA key to using ed25519 based keys. I cannot recall, or track down docs on where to upload my new ssh key to for my FAS account. Can you point me in the right direction please? Barry -- ___ devel mailing list -- devel

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2023-12-28 Thread Barry Scott
mlink the "right" version of a program/library from the micro architecture dir into /usr/bin and /usr/lib maybe? Barry -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject

Re: FAS 2FA recovery keys?

2023-09-12 Thread Barry Scott
> On 12 Sep 2023, at 10:32, Michael J Gruber wrote: > > Am Di., 12. Sept. 2023 um 11:22 Uhr schrieb Barry Scott > : >> >> I have been updating my FAS account security. >> When I setup 2FA I was not offer any recovery keys. > > You can r

FAS 2FA recovery keys?

2023-09-12 Thread Barry Scott
I have been updating my FAS account security. When I setup 2FA I was not offer any recovery keys. In the event that I lose FreeOTP on my phone how do I recover? Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email

Re: SPDX Statistics - Flock edition

2023-08-06 Thread Barry Scott
o terminal defined for 'B' at line 1 col 1 BSD ^ Expecting: {'__ANON_79', 'SWL', '__ANON_91', '__ANON_128', 'TTWL', '__ANON_8', '__ANON_253', 'LATEX2E', '__ANON_104', '__ANON_

Re: more distinct default bash prompt?

2023-07-08 Thread Barry
> On 8 Jul 2023, at 19:56, Kushal Das wrote: > > White background is a good choice for accessibility iirc. Isn’t is contrast that matters not any particular background? Personal I find white background is not a good accessibility choice for m

Re: Two Years of Fedora Releases

2023-06-23 Thread Barry
incremental engineering is also less resource intensive for devs and qa. One reason is because you have access to people that remember why things have changed and can help with upgrade issues. Barry ___ devel mailing list -- devel@lists.fedorapr

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Barry Scott
> On 18 Jun 2023, at 17:41, Miro Hrončok wrote: > > On 18. 06. 23 15:17, Barry Scott wrote: >>> On 17 Jun 2023, at 10:50, Miro Hrončok wrote: >>> >>> Please avoid further rawhide builds of them until the side tag is merged. >> I have been fixing

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Barry Scott
> On 18 Jun 2023, at 17:41, Miro Hrončok wrote: > > On 18. 06. 23 15:17, Barry Scott wrote: >>> On 17 Jun 2023, at 10:50, Miro Hrončok wrote: >>> >>> Please avoid further rawhide builds of them until the side tag is merged. >> I have been fixing

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Barry Scott
ils. For pysvn fix a SEGV when the process exits. Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-o

Re: Deprecation of the aspell package

2023-05-29 Thread Barry
separately, and talk to it via pipes. > Hopefully, it's easy for the application to do that without leaking other > file descriptors. I found the hunspell C++ API usable. See https://github.com/barry-scott/BarrysEmacs/blob/master/Editor/Source/

Re: more distinct default bash prompt?

2023-05-25 Thread Barry
mode is in used or not means default colour choices can make text difficult to read. Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fe

Re: more distinct default bash prompt?

2023-05-22 Thread Barry
able in both dark or light terminals. > > What do people think overall? Are there other pros and cons of a color prompt? > Any better ideas or direction? So long as you do this in such a way that if i set PS1 you do not override my config. please do not set PROMPT_COMMAND either. Barry >

Re: F39 Proposal: Make Toolbx a release-blocking deliverable and have release-blocking test criteria (System-Wide Change)

2023-05-08 Thread Barry
gt; * Name: [[User:Rishi|Debarshi Ray]], [[User:Sumantrom|Sumantro Mukherjee]] > * Email: debars...@redhat.com, sumuk...@redhat.com > > > > == Detailed Description == > Currently, there is no formal requirement for > [https://containertoolbx.org/ Toolbx] to be usable when a n

Fedora magazine site down

2023-04-21 Thread Barry
 I see wordpress error page for https://fedoramagazine.org/There has been a critical error on this website.Learn more about troubleshooting WordPress.Barry___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@

Re: default bash history (non)preservation

2023-04-13 Thread Barry
> On 13 Apr 2023, at 16:13, Barry wrote: > >  > >>> On 12 Apr 2023, at 16:40, stan via devel >>> wrote: >>> >>> On Wed, 12 Apr 2023 10:39:44 +0200 >>> Vít Ondruch wrote: >>> >>> Dne 11. 04. 23 v 18:02 s

Re: default bash history (non)preservation

2023-04-13 Thread Barry
sed. Am I misunderstanding? For lots of reasons it became recommended that all gui terminal sessions should be login sessions. One reason being that .bash_profile may not be run in a sub process. Barry > > I did find something that might work in that case, at this link. > > htt

Re: F39 proposal: Replace DNF with DNF5 (System-Wide Change proposal)

2022-12-20 Thread Barry Scott
What is the confusion that you are trying to avoid? The only issue that I recall from earlier in the thread is that dnf version 5 is not feature complete enough to replace dnf version 4. Is there any database that is corrupted if dnf v4 and dnf v5 commands are mixed on a system? Barry __

Re: Orphaned packages looking for new maintainers

2022-12-19 Thread Barry Scott
> On 19 Dec 2022, at 17:40, Ben Cotton wrote: > > On Mon, Dec 19, 2022 at 12:36 PM Barry wrote: >> >> Why is pysvn on the list? I the pysvn maintainer and i am active. >> I am also the upstream maintainer. > > The "main admin" is

Re: Orphaned packages looking for new maintainers

2022-12-19 Thread Barry
Why is pysvn on the list? I the pysvn maintainer and i am active. I am also the upstream maintainer. Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct

Re: F38 proposal: Reproducible builds: Clamp build mtimes to $SOURCE_DATE_EPOCH (System-Wide Change proposal)

2022-11-11 Thread Barry
hangelog` entry because the `%source_date_epoch_from_changelog` > macro is set to `1` Change log has the date of a change but no time. What time of day and timezone is used? 00:00:00 UTC? Barry > . We will also set the > `%clamp_mtime_to_source_date_epoch` macro to `1`. As a result, when >

Re: Heads-up / for discussion: dnf not working with 1G of RAM or less

2022-08-29 Thread Barry
pdate the rest. So it’s only 1GiB systems that are effected. I also have a 1GiB digital ocean VM that happens to not see this issue. I suspect it may be certain packages that make this more likely to fail. Barry > > After some consideration I don't think it makes sense to take thi

Re: Why install rsyslog by default?

2022-08-25 Thread Barry Scott
> On 25 Aug 2022, at 16:05, Robert Marcano via devel > wrote: > > On 8/25/22 11:02 AM, Barry Scott wrote: >> I just found that rsyslog is installed and by default creating legacy >> log files in /var/log like messages and secure. >> Now that journald has been

Why install rsyslog by default?

2022-08-25 Thread Barry Scott
I just found that rsyslog is installed and by default creating legacy log files in /var/log like messages and secure. Now that journald has been in Fedora for so long this is useful default to install rsyslog? Barry ___ devel mailing list -- devel

How to add epel9 branch to my package's git clone?

2022-08-07 Thread Barry Scott
I want to build my packages for epel9. But that branch is not setup in git. https://src.fedoraproject.org/rpms/python-pycxx How do I add epel9? Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le

Re: future of dual booting Windows and Fedora, redux

2022-07-29 Thread Barry
does not work at all which forces use of windows video conferencing tools. Windows keeps interferring with the multi monitor layout. I am waiting of work to approve use of fedora without windows. Barry > ___ > devel mailing list -- devel@list

Cannot report selinux bug...

2022-05-29 Thread Barry Scott
his "default" a gnome thing? If so how do I set it up under KDE. Then I can get back to reporting the selinux bug. Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.o

Re: remove-retired-packages feedback

2022-05-27 Thread Barry Scott
ctly identified as not in F36. I like that it prompts for each package on its own. This meant that I could remove the 3 that I do not need to keep but leave the one that I do need. Barry > Miroslav > > ___ > devel mailing list -- devel@

Re: F37 proposal: Python: Add -P to default shebangs (System-Wide Change proposal)

2022-05-11 Thread Barry
use of python. There is an expectation that if I have a.py and b.py in the current directory then this must work. In a.py: import b Then I can just do: $ python a.py Barry > > Be well, > --Robbie > ___ > devel mailing list -- devel@lists.

Re: No daemon-reload or restart with %systemd_postun_with_restart

2022-03-24 Thread Barry
t; %systemd_preun testsystemd.service >>> %postun >>> %systemd_postun_with_restart testsystemd.service >>> %files >>> /lib/systemd/system/* >> >> I couldn't reproduce it, but I also made some changes to use more macros. I >> added

Re: compile a basic example to arm executable on Fedora

2022-03-14 Thread Barry Scott
y well documented and I > have not seen the tests with this tool that would work with development > libraries. Then you need the fedora arm mailing list. That is where the arm experts hang out. Barry > ___ > devel mailing list -- devel@lists

Re: compile a basic example to arm executable on Fedora

2022-03-13 Thread Barry Scott
ping fedora itself, not a programming development list. I think you are better off asking on the fedora arm mailing list or the fedora users mailing list. Barry > I used a basic example source code: > > cat hello.c > #include > using namespace std; > int main(void) > {

Re: Problem with SSL in Fedora 36

2022-03-13 Thread Barry
> On 13 Mar 2022, at 13:58, Barry wrote: > >  > > >>> On 13 Mar 2022, at 09:44, José Abílio Matos wrote: >>> >>  >> In one, and just one, of my email accounts the upgrade to F36 failed with >> this: >> >> The und

Re: Problem with SSL in Fedora 36

2022-03-13 Thread Barry
; https://fedoraproject.org/wiki/Changes/OpenSSL3.0 > It’s not in use yet (last I heard). I suggest that you use the openssl s_client command to connect to the ip and port to see what happens. And ask openssl it’s version I am expecting you

Re: dnf install removes /etc/systemd/system/multi-user.wants/myservice.target symlink

2022-02-07 Thread Barry
tarting the services they install :-) Yes myservice and ods-prx are the same. Yes preset is nice providing defaults for the admin. But this is for production system and it must be symlinked. Are you saying that there is code in dnf/rpm that is undoing the symlinking becuase the preset is not in

dnf install removes /etc/systemd/system/multi-user.wants/myservice.target symlink

2022-02-07 Thread Barry Scott
yservice-2022.1-20220207180603.noarch Removed /etc/systemd/system/multi-user.target.wants/myservice.target. Is this expected? How can I stop this happening? If its not expected how can I pull apart the RPM to find the code that is running? Barry ___ dev

Re: Why was node_exporter.service renamed to prometheus-node-exporter.service?

2022-02-04 Thread Barry Scott
is a useful change. I was running processes that write to that folder Group=node_exporter. Now I have to use Group=prometheus and that seems wrong to me. Why can my collector also access prometheus resources via Group permissions? Isn't it better that node_exporter and prometheus are keep

Re: mock, %{buildroot}, fc35

2022-02-03 Thread Barry
> >> (needless to say, pass the same `-r` and `--uniqueext` options as the >> original build. you can see what the default chroot is by looking at >> what /etc/mock/default.cfg symlinks to). I usually add find %{buildroot} In the %install section so that the

Re: Why was node_exporter.service renamed to prometheus-node-exporter.service?

2022-01-28 Thread Barry Scott
> On 28 Jan 2022, at 12:28, Tomasz Torcz wrote: > > On Fri, Jan 28, 2022 at 12:01:43PM +0000, Barry Scott wrote: >> I just had to fix a number of my servers that use node exporter. >> >> The service name has been changed. Why was this done and did no one >>

Re: Why was node_exporter.service renamed to prometheus-node-exporter.service?

2022-01-28 Thread Barry Scott
On Friday, 28 January 2022 12:01:43 GMT Barry Scott wrote: > I just had to fix a number of my servers that use node exporter. > > The service name has been changed. Why was this done and did no one > think about the impact on users? > > In the worst case I had a server fail t

Why was node_exporter.service renamed to prometheus-node-exporter.service?

2022-01-28 Thread Barry Scott
I just had to fix a number of my servers that use node exporter. The service name has been changed. Why was this done and did no one think about the impact on users? In the worst case I had a server fail to reboot because I had Requires=node_exporter.service in the default target. Barry

Re: Fix for python-tzlocal FTBFS

2021-12-26 Thread Barry Scott
> On 22 Dec 2021, at 21:46, Richard Shaw wrote: > > On Wed, Dec 22, 2021 at 5:16 AM Barry Scott <mailto:ba...@barrys-emacs.org>> wrote: > I have added a patch for the spec file for python-tzlocal.spec > that allows the 4.1 release to build. > > https://bugzi

Re: Fix for python-tzlocal FTBFS

2021-12-22 Thread Barry Scott
> On 22 Dec 2021, at 11:12, Barry Scott wrote: > > I have added a patch for the spec file for python-tzlocal.spec > that allows the 4.1 release to build. > > https://bugzilla.redhat.com/show_bug.cgi?id=1993583 > > I can raise a PR if that helps, but I have not done t

PyQt6 for fedora status?

2021-12-22 Thread Barry Scott
I see that there are packages for qt6, but no python-qt6 yet. What is the plan for this please? I have built PyQt5 in the past and, time permitting, can offer help. Barry ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an

  1   2   >