Re: Question about BITSET_WORD

2024-08-21 Thread Brian Paul
Maybe there should be a comment regarding the performance and risk of change? -Brian On 8/21/24 07:54, Faith Ekstrand wrote: I've actually benchmarked this and 32bit is still faster on many modern CPUs. Also, I would be very surprised if we could change it without breaking the uni

Re: [yocto] [lttng-dev] Using lttng-ust 2.13.6 from Yocto Kirkstone and getting weird segfault saying strlen_asimd.S can't be found.

2024-08-21 Thread Brian Hutchinson
hello.o hello-tp.o -llttng-ust -ldl I know ... you're gonna say don't do that, but this is embedded and millions of lines of code so it is what it is. Regards, Brian On Tue, Jul 30, 2024 at 11:58 AM Kienan Stewart wrote: > > Hi Brian, > > On 7/30/24 11:54 AM, Brian Hutchinso

[go-nuts] Re: segmention fault while upgrading from 1.20.6 to 1.22.3

2024-08-21 Thread 'Brian Candler' via golang-nuts
> /root/go/bin/wire-v0.5.0 gen -tags oss ./pkg/server Is it running the binary "/root/go/bin/wire-v0.5.0 " at this point? If so, it would seem to be a bug in that application. Debug as you would any other go program. In particular, try running it under the race detector. You don't give any ref

[Anima] Re: ANIMA-WG: PLS check - moving draft-ietf-anima-brski-prm to AD on 08/23/2024

2024-08-20 Thread Brian E Carpenter
uld normatively reference in the other direction. > And maybe one could force this by asking those RFC to be cluseted to > achieve this. That's what a cluster is. Yes, and that's a choice we could make; I only gave my opinion. Brian __

Re: Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-08-20 Thread Brian Inglis via Cygwin
end of the regexp:     $ LC_ALL=en_US.utf8 gawk -vIGNORECASE=1 '{match($0,/^.*_(.*)_<\/h1>.*/,a); print a[1]}' file2     abcdef     $ -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte

Re: [ansible-project] Ansible user privilege and application location

2024-08-20 Thread Brian Coca
quot;current effective user"'s home to handle permissions, as you can become users other than root and those normally cannot write to the remote/login user's home -- -- Brian Coca (he/him/they/them) -- You received this message because you are subscribed to the Google Groups &quo

RE: KVM Community Call (20/8/24) agenda items?

2024-08-20 Thread Brian Cain
> -Original Message- > From: Alex Bennée > Sent: Tuesday, August 20, 2024 5:59 AM > To: QEMU Developers > Cc: Alessandro Di Federico ; Alistair Francis > ; Anton Johansson ; Markus > Armbruster ; Brian Cain ; Daniel P. > Berrange ; Chao Peng ; > c...@nvidi

[go-nuts] Re: how to attach the pkg revision during go install

2024-08-20 Thread &#x27;Brian Candler' via golang-nuts
As a reference, you could look at how prometheus does it: % go install github.com/prometheus/prometheus/cmd/prometheus % ~/go/bin/prometheus --version prometheus, version (branch: , revision: b914a9b580abd7bb7e879602c17fea0e06fd0266) ... I know it uses a build utility (promu) to embed the info

Bug#1079068: cryptsetup: Waiting for encrypted source device

2024-08-19 Thread Brian Smith
Package: cryptsetup Version: 2:2.7.4-1 Severity: important X-Debbugs-Cc: yyhl1f...@mozmail.com Dear Maintainer, I'm not entirely sure if this bug is in this package, but it is the only package with an error mentioned. * What led up to the situation? I ran an update on sid and was unable to b

[prometheus-users] Oddity with v0.xxx tags

2024-08-19 Thread &#x27;Brian Candler' via Prometheus Users
last week, matches https://github.com/prometheus/prometheus/tree/v2.54.0 (both are commit 5354e87a) Is this perhaps to do with Go module versioning, or is something else going on here? Thanks, Brian. -- You received this message because you are subscribed to the Google Groups "Prome

[prometheus-users] Re: Questions about best way to monitor CPU usage and accuracy and container life-time

2024-08-19 Thread &#x27;Brian Candler' via Prometheus Users
The @ modifier is no longer experimental. It was made a permanent part of Prometheus in Jan 2022, when the promql-at-modifier was made a no-op. It is no longer listed under feature flags . See commit b39f2739e5b01560ad8299d2579f1041a0

[Yahoo-eng-team] [Bug 2077351] [NEW] "Error formatting log line" sometimes seen in l3-agent log

2024-08-19 Thread Brian Haley
rning to that effect. That way if the admin does see an issue with that router there is something to indicate why. ** Affects: neutron Importance: Low Assignee: Brian Haley (brian-haley) Status: In Progress ** Tags: l3-ha -- You received this bug notification because you a

[slurm-users] Re: Unable to run sequential jobs simultaneously on the same node

2024-08-19 Thread Brian Andrus via slurm-users
d, which would help. If they are all exiting with exit code 9, you need to look at the code for your a.out to see what code 9 means, as that is who is raising that error. Slurm sees that and if it is non-zero, it interprets it as a failed job. Brian Andrus On 8/19/2024 12:50 AM, Arko Roy v

Re: [ansible-project] Enable fact caching per play(book) ?

2024-08-19 Thread Brian Coca
No -- -- Brian Coca (he/him/they/them) -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To

[Canonical-ubuntu-qa] [Bug 2063380] Re: Kubuntu install with encryption instructions don't match Calamares installer process

2024-08-19 Thread Brian Murray
@andersson123 - Has this been done yet? -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Ubuntu Manual Tests. https://bugs.launchpad.net/bugs/2063380 Title: Kubuntu install with encryption instructions don't match Calamares insta

Countdown - September PUG

2024-08-19 Thread Brian Walters
G'day all The theme for September: 'Marine Life'. Submit here: http://pug.komkon.org/submit/ Submission Guidelines here: http://pug.komkon.org/general/autosubmit.html Cheers Brian ++ Brian Walters Western Sydney Australia https://lyons-ryan

[Freedos-user] Please unsubscribe

2024-08-19 Thread brian hite via Freedos-user
Please remove from this email chain___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user

Re: MSR support design choice

2024-08-18 Thread Brian Buhrow
Hello. Are there pros to having the kernel do the CPU switching? You don't seem to list any, but there must be trade-offs. What are they? -thanks -Brian

[Elecraft] Elecraft 20M SSB Net Results

2024-08-18 Thread Brian Maynard
Conditions on 20M were much improved this week. We experimented with Netlogger for the first time and muddled through - thanks to Paul and Dave for logging. Please join us next week at 1800z on 14.3035 MHz and monitor the net on Netlogger (download from netlogger.org). Check-ins: 1 K1NW Brian

Re: [M100] molex socket bus tap

2024-08-18 Thread Brian K. White
rks in it was easy at the moment. -- On 8/3/24 13:09, Me Myself and I wrote: Hi!  Im not usually active in the mailing list, but Ive been reading on all the cool things people have been doing.  I am interested in getting one of Brian's Molex Socket Bus Taps.  Let me know what you need from

Bug#1078994: gnucash: After upgrade to GnuCash 5.8, copious warning are generated at launch

2024-08-18 Thread Brian Lindholm
Package: gnucash Version: 1:5.8-1 Severity: normal X-Debbugs-Cc: brian_lindh...@users.sourceforge.net Dear Maintainer, After upgrading to gnucash 5.8, the program generated copious warning messages like the following: ;;; WARNING: loading compiled file /usr/lib/x86_64-linux-gnu/guile/3.0/site-c

[Elecraft] Elecraft 20M SSB Net will be using Netlogger Today

2024-08-18 Thread Brian Maynard
need are good band conditions! Brian, K1NW __ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:Elecraft@mailman.qth.net This list hosted by: http://www.qsl.net

[Bug 1289272] Re: gnome-commander crashed with SIGSEGV in g_type_check_instance_cast()

2024-08-17 Thread Brian Murray
** Changed in: gnome-commander (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289272 Title: gnome-commander crashed with SIGSEGV in g_type_check_instance_

[LincolnTalk] “Freelance” arborist?

2024-08-17 Thread Brian DePasquale via Lincoln
ble using it. Thanks. Brian DePasquale -- The LincolnTalk mailing list. To post, send mail to Lincoln@lincolntalk.org. Browse the archives at https://pairlist9.pair.net/mailman/private/lincoln/. Change your subscription settings at https://pairlist9.pair.net/mailman/listinfo/lincoln.

[OSGeoLive] java 21 and geoserver

2024-08-17 Thread Brian M Hamlin via osgeolive
darkblueb hello all - very new builds of #osgeolive are starting for FOSS4G Belem. I see Ubuntu noble is preferring openjdk-21-jdk ? Is this surprising or a problem here? .. looking forward to another stablegeoserver in 2024 aaime (Andrea Aime) darkblueb : Java 21 is not officially supported b

[Elecraft] Drivers for Timewave Navigator interface

2024-08-17 Thread Brian F. Wruble
Hi all: I have a new PC with Windows 11 installed. I cannot figure out how to install the drivers for my Navigator. Can anybody walk me through it? Thanks and 73 de Brian W3BW *Brian F. Wruble, C.F.A. The Conch Republic "We seceded where others f

[go-nuts] Re: About code under the examples folder and lib module

2024-08-17 Thread &#x27;Brian Candler' via golang-nuts
It's only going to compile/link packages which are referenced by an "import" statement (recursively). On Saturday 17 August 2024 at 10:36:11 UTC+6 Tong Sun wrote: > Hi, > > when providing a lib/module, would sample code under the `examples` folder > be considered/linked as part of the module? I

ANNOUNCE: xfdesktop 4.19.3 released

2024-08-16 Thread Brian Tarricone
xfdesktop 4.19.3 is now available for download from https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.3.tar.bz2 https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.3.tar.bz2?sha1 https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.3.tar.bz2?sha256 W

RE: [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range

2024-08-16 Thread Brian Cain
.org; David S. Miller > ; Andreas Larsson ; > sparcli...@vger.kernel.org; Michael Ellerman ; Nicholas > Piggin ; Christophe Leroy > ; Naveen N . Rao > ; linuxppc-dev@lists.ozlabs.org; Brian Cain > ; linux-hexa...@vger.kernel.org; Guo Ren > ; linux-c...@vger.kernel.org; Heiko Car

RE: [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range

2024-08-16 Thread Brian Cain
.org; David S. Miller > ; Andreas Larsson ; > sparcli...@vger.kernel.org; Michael Ellerman ; Nicholas > Piggin ; Christophe Leroy > ; Naveen N . Rao > ; linuxppc-...@lists.ozlabs.org; Brian Cain > ; linux-hexa...@vger.kernel.org; Guo Ren > ; linux-csky@vger.kernel.org; Heiko Car

[Anima] Re: ANIMA-WG: PLS check - moving draft-ietf-anima-brski-prm to AD on 08/23/2024

2024-08-16 Thread Brian E Carpenter
One more comment in line: On 16-Aug-24 18:05, Fries, Steffen wrote: Hi Brian, Thank you for your two proposals. -Original Message- From: Brian E Carpenter Sent: Wednesday, August 14, 2024 11:07 PM Hi, I am mainly OK with this draft, but I see two sentences that bother me: At the

[PATCH 2/3] target/hexagon: rename HEX_EVENT_TRAP0=>HEX_CAUSE_TRAP0

2024-08-16 Thread Brian Cain
The value previously used for "HEX_EVENT_TRAP0" was the cause code definition and not the event number. So in this commit, we update the name to reflect the cause code and add a new "HEX_EVENT_TRAP0" with the correct event number. Signed-off-by: Brian Cain --- target/he

[PATCH 1/3] target/hexagon: Rename HEX_EXCP_ => HEX_EVENT_

2024-08-16 Thread Brian Cain
Change the name of these definitions to reflect that they correspond to the event code for the exception. Signed-off-by: Brian Cain --- linux-user/hexagon/cpu_loop.c | 4 ++-- target/hexagon/cpu.h | 2 +- target/hexagon/cpu_bits.h | 14 +++--- target/hexagon/gen_tcg.h

[PATCH 3/3] target/hexagon: add enums for event, cause

2024-08-16 Thread Brian Cain
Signed-off-by: Brian Cain --- target/hexagon/cpu_bits.h | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/target/hexagon/cpu_bits.h b/target/hexagon/cpu_bits.h index eec456d8f9..2454ef72bf 100644 --- a/target/hexagon/cpu_bits.h +++ b/target/hexagon

Re: Re: guacd process randomly aborts

2024-08-16 Thread Brian Filipek
Tomcat has a memory leak maybe that ends up preventing new guacd connections. Thank you for your help! I'll see how these numbers look on Monday. Brian On Fri, Aug 16, 2024 at 10:49 AM Nick Couchman wrote: > On Fri, Aug 16, 2024 at 10:08 AM Brian Filipek > wrote: > >> Hi N

[clang] [compiler-rt] [libcxx] [cmake] Add hexagon-linux cmake cache files (PR #98712)

2024-08-16 Thread Brian Cain via cfe-commits
androm3da wrote: > @ldionne ping @ldionne let me know if it would be helpful for me to decompose this change into a smaller one that would be easier to review. https://github.com/llvm/llvm-project/pull/98712 ___ cfe-commits mailing list cfe-commits@l

RE: Re: guacd process randomly aborts

2024-08-16 Thread Brian Filipek
nd AF_INET socket to host 127.0.0.1, port 4822 I can send you more parts of the debug.log if you need. This is running Guacamole server 1.5.4 on FreeBSD 14.1. Let me know if there's anything we can adjust. Thank you! On 2023/07/10 18:10:55 Nick Couchman wrote: > On Mon, Jul 10, 2023 at 2:06 PM

[slurm-users] Re: Upgrade compute node to 24.05.2

2024-08-15 Thread Brian Andrus via slurm-users
and ensure slurmd is happier. Brian Andrus On 8/14/24 17:52, Sid Young via slurm-users wrote: G'Day all, I've been upgrading cmy cluster from 20.11.0 in small steps to get to 24.05.2. Currently 1 have all nodes on 23.02.8, the controller on 24.05.2 and a single test node on 24.05.

ANNOUNCE: xfce4-notifyd 0.9.6 released

2024-08-14 Thread Brian Tarricone
xfce4-notifyd 0.9.6 is now available for download from https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.6.tar.bz2 https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.6.tar.bz2?sha1 https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0

[Desktop-packages] [Bug 2077027] Re: /usr/lib/update-notifier/list-oem-metapackages:AttributeError:/usr/lib/update-notifier/list-oem-metapackages@56:write_oem_metapackage_list:system_device_specific_m

2024-08-14 Thread Brian Murray
Here is the traceback: Traceback (most recent call last): File "/usr/lib/update-notifier/list-oem-metapackages", line 56, in write_oem_metapackage_list(cache, STAMP_FILE) File "/usr/lib/update-notifier/list-oem-metapackages", line 29, in write_oem_metapackage_list packages = UbuntuDr

[Bug 2077027] Re: /usr/lib/update-notifier/list-oem-metapackages:AttributeError:/usr/lib/update-notifier/list-oem-metapackages@56:write_oem_metapackage_list:system_device_specific_metapackages:package

2024-08-14 Thread Brian Murray
Here is the traceback: Traceback (most recent call last): File "/usr/lib/update-notifier/list-oem-metapackages", line 56, in write_oem_metapackage_list(cache, STAMP_FILE) File "/usr/lib/update-notifier/list-oem-metapackages", line 29, in write_oem_metapackage_list packages = UbuntuDr

[Anima] Re: ANIMA-WG: PLS check - moving draft-ietf-anima-brski-prm to AD on 08/23/2024 (was: Re: Result//RE: WGLC for draft-ietf-anima-brski-prm-06, ends Feb. 15th, 2023)

2024-08-14 Thread Brian E Carpenter
standards track. Do we really want brski-prm to be published with the reference pointing to an I-D rather than to an RFC? Regards Brian Carpenter On 14-Aug-24 20:10, Toerless Eckert wrote: [resending, recipient list got messed up, sorry] Dear ANIMA-WG I am hereby want to do a lightweigh

Re: ftp.is.co.za mirror

2024-08-14 Thread Brian Inglis via Cygwin
t some of these reports are from years or months ago, it is possible that FTP support may have been dropped, so perhaps those FTP mirrors should just be dropped, with notification to the mirror admins? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfecti

Re: [Pan-users] Trouble getting Pan release 0.160

2024-08-14 Thread Brian Morrison via Pan-users
excellent, although could I request that the package name is changed to pan- without the leading "v" so that it is the same as it used to be please. -- Brian Morrison "I am not young enough to know everything"

[PATCH] cygport cygclass/python.org.cygclass pythonhosted archives may require underscores not dashes

2024-08-14 Thread Brian Inglis via Cygwin-apps
o package name verbatim or underscored and test availability with: wget -q --spider ... or curl --silent --fail -o /dev/null 2> /dev/null ... Signed-off-by: Brian Inglis --- cygclass/python.org.cygclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --gi

Re: DASD & UCB Addr

2024-08-13 Thread Brian Westerman
for you to use, but the others will show you how it's done. Have fun, Brian -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

[llvm-branch-commits] [libcxx] release/19.x: [libc++] Use a different smart ptr type alias (#102089) (PR #103003)

2024-08-13 Thread Brian Cain via llvm-branch-commits
https://github.com/androm3da updated https://github.com/llvm/llvm-project/pull/103003 >From 2188e4b6b6dc257436f6d9086fe0b7205f8d512a Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 12 Aug 2024 20:07:08 -0500 Subject: [PATCH] [libc++] Use a different smart ptr type alias (#102089)

ANNOUNCE: xfce4-notifyd 0.9.5 released

2024-08-13 Thread Brian Tarricone
xfce4-notifyd 0.9.5 is now available for download from https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.5.tar.bz2 https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.5.tar.bz2?sha1 https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0

Re: [Pan-users] Trouble getting Pan release 0.160

2024-08-13 Thread Brian Morrison via Pan-users
would like the installable pan-0.158 rpms for Fedora 40 x86_64 then I can email them to you. You're looking at about 10.5MB including the debug rpms, so when encoded for email maybe 16-18MB. -- Brian Morrison "I am not young e

Re: [VoiceOps] Acquire MetaSwitch

2024-08-13 Thread Brian :: via VoiceOps
There's no I, understands, wants, or needs in team(s). The market didn't want Internet explorer all those years ago but we damn well got it. On Tue 13 Aug 2024, 9:06 PM Jawaid Bazyar via VoiceOps, < voiceops@voiceops.org> wrote: > "it's about welding everyone to Azure and Teams." > > I think that

Re: [libreoffice-users] question hyperlinks in Calc.

2024-08-13 Thread Brian Barker
that if you ascribe a name to the target cell and create the hyperlink to that name instead of to the cell address, you will achieve what you require. I trust this helps. Brian Barker -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? https://www.libreoffice.org

GPC Dev/PM Meeting 2024-08-13

2024-08-12 Thread Gryzlak, Brian M
ps://umsystem.zoom.us/j/7363404669?pwd=cHRGZXp1R254VWw0L2IwK0U0VThpUT09&omn=96406645531 Meeting ID: 736 340 4669 Passcode: 552626 See you tomorrow! Thanks, Brian M. Gryzlak, MSW, MA Program Director S414 CPHB 319.335.8218 The University of Iowa Iowa City, IA 52242 brian-gryz...@uiowa.edu<

Re: [RBW] Anodized Silver vs Polished Components. Which do you prefer?

2024-08-12 Thread Brian Turner
My apologies. I misread your question. I assumed you were asking if you should go with polished or an anodized ("pop") color. In that respect, I tend to go down the path of letting the rim finish choice dictate whether most of the other stuff is polished or just silver. Brian Lex K

Re: [RBW] Anodized Silver vs Polished Components. Which do you prefer?

2024-08-12 Thread Brian Turner
Why not have some fun with it? I like to have some sort of anodized component color on all my bikes. My trouble is, that color usually turns out to be gold no matter what... but it's fun and I think it looks cool. Brian Lex KY -- You received this message because you are subscribed t

[OAUTH-WG] Re: [Technical Errata Reported] RFC7519 (8060)

2024-08-12 Thread Brian Campbell
Thanks Pieter, That sounds good to me. I think a bit of the explanatory text in the "Notes" part of the errata likely needs to be adjusted accordingly too. On Mon, Aug 12, 2024 at 5:01 AM Pieter Kasselman wrote: > Thanks David and Brian. > > > > Unless there are a

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

2024-08-12 Thread Brian Burkhalter
On Mon, 12 Aug 2024 15:46:13 GMT, Alan Bateman wrote: > please do not integrate this change until I get time Sure, of course I will not. Thanks to @magicus and @dfuch for helping to make it better. - PR Comment: https://git.openjdk.org/jdk/pull/20317#issuecomment-2284529067

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

2024-08-12 Thread Brian Burkhalter
On Mon, 12 Aug 2024 15:46:13 GMT, Alan Bateman wrote: > please do not integrate this change until I get time Sure, of course I will not. Thanks to @magicus and @dfuch for helping to make it better. - PR Comment: https://git.openjdk.org/jdk/pull/20317#issuecomment-2284529067

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

2024-08-12 Thread Brian Burkhalter
On Mon, 12 Aug 2024 15:46:13 GMT, Alan Bateman wrote: > please do not integrate this change until I get time Sure, of course I will not. Thanks to @magicus and @dfuch for helping to make it better. - PR Comment: https://git.openjdk.org/jdk/pull/20317#issuecomment-2284529067

Re: /usr/bin/tqdm in filesystem NOT owned by any package? (python tqdm)

2024-08-12 Thread Brian Thompson
Sorry, new email client. > It’s not as if it would replace proper programming; I have yet to see a > functional app built without code. Agreed.  I wasn't implying that it would. > The art of programming is problem solving, not coding. 100% agree. Best regards, Brian On Aug 12, 20

Re: /usr/bin/tqdm in filesystem NOT owned by any package? (python tqdm)

2024-08-12 Thread Brian Thompson
s no incentive to learn that stuff.It’s not as if it would replace > proper programming; I have yet to see a > functional app built without code. Best regards, Brian Sent with Spark On Aug 12, 2024 at 2:27 AM -0500, tippfehlr , wrote: > Hi everyone, > > for one, this was a thread

[Elecraft] Elecraft 20M SSB Net Result 11 Aug 2024

2024-08-12 Thread Brian Maynard
The Elecraft 20M SSB net met Sunday, August 11th at 1800Z on 14.3035 MHz. Conditions were again poor bad with a K of 5+ and heavy QSB. Paul, W9PCS, served as Net Control with help from relays Steve - WM6P, John - N6JW, Jim - NC0JW, and Brian - K1NW. We checked in 23 stations. Again no QRM from

[kwin] [Bug 390295] The active virtual desktop is no longer remembered between sessions

2024-08-11 Thread Brian Kaye
https://bugs.kde.org/show_bug.cgi?id=390295 --- Comment #16 from Brian Kaye --- Problem exists with kwin.x86_64 6.1.3-2.fc40. Konsole sessions not restored at all. Kpatienc and Dolphin ot restored. .config/ksmserver looks valid but not restored correctly -- You are receiving this mail

Re: /usr/bin/tqdm in filesystem NOT owned by any package? (python tqdm)

2024-08-11 Thread Brian Thompson
years ago, and very few people have recognized this issue (at least from what I've noticed). I'm not claiming to be the best programmer in the world. I'm mediocre at best. However, the level of incompetence I saw en masse and at scale in the tech work force the last 5 years is beyond a

Re: [PATCH 5/6] Cygwin: Fix warnings about narrowing conversions of socket ioctls

2024-08-11 Thread Brian Inglis
On 2024-08-11 12:31, Brian Inglis wrote: On 2024-08-07 08:06, Corinna Vinschen wrote: On Aug  6 19:58, Jon Turney wrote: On 05/08/2024 11:22, Corinna Vinschen wrote: On Aug  4 22:48, Jon Turney wrote: Fix gcc 12 warnings about narrowing conversions of socket ioctl constants when used as case

Re: apparent solution to Emacs multi-shell problem

2024-08-11 Thread Brian Inglis via Cygwin
d of the "bash" value that I was hardcoding before. Certainly less code is better than more code, especially if it works, but it would be useful to understand if something changed recently that might have caused that error. I also briefly examined some of these other blocks, and

Re: [PATCH 5/6] Cygwin: Fix warnings about narrowing conversions of socket ioctls

2024-08-11 Thread Brian Inglis
__MISC_VISIBLE char * itoa (int, char *, int); char * utoa (unsigned, char *, int); # endif #endif so should this be __INSIDE_CYGWIN__ instead or something else? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection

Re: [go-nuts] Imitating tuple in golang

2024-08-11 Thread &#x27;Brian Candler' via golang-nuts
a function for case (1), or would you have to do it yourself using e.g. unsafe.SliceData? Clearly case (2) is supported via bytes.Equal, slices.Equal etc. On Sunday 11 August 2024 at 05:08:26 UTC+6 Ian Lance Taylor wrote: > On Fri, Aug 9, 2024 at 9:03 PM 'Brian Candler' via gol

Re: /usr/bin/tqdm in filesystem NOT owned by any package? (python tqdm)

2024-08-10 Thread Brian Thompson
ng, you can always rename the file, install python-tqdm, and see if anything breaks. If anything does then you can easily revert by just renaming the binaries. Perhaps the tqdm versions are the same and you won't even need to do anything. -- Best regards, Brian publickey - brianrobt@pm.me - 0x688B900B.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Bibliography links

2024-08-10 Thread Brian Kneller via lyx-users
and to provide a continuous sequence of numbers which are aligned with the correct reference with any gaps or additions taken into account? Thank you Brian Kneller -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: [go-nuts] Imitating tuple in golang

2024-08-09 Thread &#x27;Brian Candler' via golang-nuts
On Friday 9 August 2024 at 06:19:22 UTC+6 Jolyon Direnko-Smith wrote: Second, you don't need to implement a custom == operator to compare custom struct types; the implementation of == in Golang already covers the comparison of structured value types in a logical, intuitive and type-safe manner.

Re: [LincolnTalk] Unfortunate USPS practice

2024-08-09 Thread Brian Jalet
This is true. I recently learned from a supplier that FedEx Ground and FedEx (other) are different entities, and this is becoming a big problem for the FedEx brand. The problem is that as consumers, we can’t control who the supplier chooses as their carrier. Here’s hoping they get that sorted, b

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava

2024-08-09 Thread Brian Burkhalter
On Fri, 26 Jul 2024 21:34:07 GMT, Brian Burkhalter wrote: > > Also think to work through some naming on IOUtil vs. NIOUtil as it won't be > > obvious to maintainers which class to use. > > Maybe `NIOUtil` should be `NetUtil` as its methods appear to be invoked only &

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava

2024-08-09 Thread Brian Burkhalter
On Fri, 26 Jul 2024 21:34:07 GMT, Brian Burkhalter wrote: > > Also think to work through some naming on IOUtil vs. NIOUtil as it won't be > > obvious to maintainers which class to use. > > Maybe `NIOUtil` should be `NetUtil` as its methods appear to be invoked only &

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava

2024-08-09 Thread Brian Burkhalter
On Fri, 26 Jul 2024 21:34:07 GMT, Brian Burkhalter wrote: > > Also think to work through some naming on IOUtil vs. NIOUtil as it won't be > > obvious to maintainers which class to use. > > Maybe `NIOUtil` should be `NetUtil` as its methods appear to be invoked only &

[Bug 2065465] Re: [SRU] broken sub-menus on some "systray" indicators

2024-08-09 Thread Brian Murray
Steve did not remove plasma-vault, he ran `./update` just as you did and in both cases plasma-vault was removed from desktop recommends because the binary is no longer available on ppc64el. I did a little investigation and I haven't found out why though. $ rmadison plasma-vault plasma-vault | 5.

[Bug 2065465] Re: [SRU] broken sub-menus on some "systray" indicators

2024-08-09 Thread Brian Murray
Steve did not remove plasma-vault, he ran `./update` just as you did and in both cases plasma-vault was removed from desktop recommends because the binary is no longer available on ppc64el. I did a little investigation and I haven't found out why though. $ rmadison plasma-vault plasma-vault | 5.

Re: Add "Windows aarch64" to Supported Build Platforms

2024-08-09 Thread Brian Stafford
Hi Erik, Thanks for reaching out. Matthias Baesken helped us make the changes earlier this week. Brian Stafford Microsoft

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Thu, 8 Aug 2024 14:33:15 GMT, Brian Burkhalter wrote: >> src/java.base/windows/native/libjava/IOUtil.c line 37: >> >>> 35: #include "nio.h" >>> 36: #include "nio_util.h" >>> 37: /* #include "net_util.h" */ >>

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 15:58:50 GMT, Brian Burkhalter wrote: >> I see. Inet6AddressImpl and Inet4AddressImpl are symetric classes >> implementing InetAddressImpl. Both will make native calls to the "net" >> library - so both require the library to be loaded. >>

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

2024-08-09 Thread Brian Burkhalter
> This proposed change would move the native objects required for NIO file > interaction from the libnio native library to the libjava native library on > Linux, macOS, and Windows. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Thu, 8 Aug 2024 14:33:15 GMT, Brian Burkhalter wrote: >> src/java.base/windows/native/libjava/IOUtil.c line 37: >> >>> 35: #include "nio.h" >>> 36: #include "nio_util.h" >>> 37: /* #include "net_util.h" */ >>

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Thu, 8 Aug 2024 14:33:15 GMT, Brian Burkhalter wrote: >> src/java.base/windows/native/libjava/IOUtil.c line 37: >> >>> 35: #include "nio.h" >>> 36: #include "nio_util.h" >>> 37: /* #include "net_util.h" */ >>

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

2024-08-09 Thread Brian Burkhalter
> This proposed change would move the native objects required for NIO file > interaction from the libnio native library to the libjava native library on > Linux, macOS, and Windows. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 15:58:50 GMT, Brian Burkhalter wrote: >> I see. Inet6AddressImpl and Inet4AddressImpl are symetric classes >> implementing InetAddressImpl. Both will make native calls to the "net" >> library - so both require the library to be loaded. >>

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 15:58:50 GMT, Brian Burkhalter wrote: >> I see. Inet6AddressImpl and Inet4AddressImpl are symetric classes >> implementing InetAddressImpl. Both will make native calls to the "net" >> library - so both require the library to be loaded. >>

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

2024-08-09 Thread Brian Burkhalter
> This proposed change would move the native objects required for NIO file > interaction from the libnio native library to the libjava native library on > Linux, macOS, and Windows. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last

[Bug 2065465] Re: [SRU] broken sub-menus on some "systray" indicators

2024-08-09 Thread Brian Murray
** Changed in: kubuntu-meta (Ubuntu Noble) Milestone: noble-updates => ubuntu-24.04.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065465 Title: [SRU] broken sub-menus on some "systray" indica

[Bug 2065465] Re: [SRU] broken sub-menus on some "systray" indicators

2024-08-09 Thread Brian Murray
** Changed in: kubuntu-meta (Ubuntu Noble) Milestone: noble-updates => ubuntu-24.04.1 -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2065465 Title: [SRU] broken sub-menus on some

[Bug 2066028] Re: [SRU] Fix broken submenus on systray apps

2024-08-09 Thread Brian Murray
*** This bug is a duplicate of bug 2065465 *** https://bugs.launchpad.net/bugs/2065465 ** This bug has been marked a duplicate of bug 2065465 [SRU] broken sub-menus on some "systray" indicators -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 2066028] Re: [SRU] Fix broken submenus on systray apps

2024-08-09 Thread Brian Murray
*** This bug is a duplicate of bug 2065465 *** https://bugs.launchpad.net/bugs/2065465 ** This bug has been marked a duplicate of bug 2065465 [SRU] broken sub-menus on some "systray" indicators -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscr

[Bug 2076303] Re: pkgselect module's UI can become centered unexpectedly

2024-08-09 Thread Brian Murray
Hello Aaron, or anyone else affected, Accepted calamares-settings-ubuntu into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/calamares-settings- ubuntu/1:24.04.40 in a few hours, and then in the -proposed repository. Please help us by testing t

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 15:47:07 GMT, Daniel Fuchs wrote: >> Loading "net" was removed from IOUtil so I am thinking that IOUtil must have >> been initialized somewhere before constructing Inet6AddressImpl, but I've >> not identified where just yet. > > I see. Inet6AddressImpl and Inet4AddressImpl ar

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 15:47:07 GMT, Daniel Fuchs wrote: >> Loading "net" was removed from IOUtil so I am thinking that IOUtil must have >> been initialized somewhere before constructing Inet6AddressImpl, but I've >> not identified where just yet. > > I see. Inet6AddressImpl and Inet4AddressImpl ar

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 15:47:07 GMT, Daniel Fuchs wrote: >> Loading "net" was removed from IOUtil so I am thinking that IOUtil must have >> been initialized somewhere before constructing Inet6AddressImpl, but I've >> not identified where just yet. > > I see. Inet6AddressImpl and Inet4AddressImpl ar

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 09:05:49 GMT, Daniel Fuchs wrote: >> Without loading libnet in Inet6AddressImpl, the test >> java/net/InetAddress/NullCharInHostnameDriver.java fails with >> UnsatisfiedLinkError: >> >> java.lang.UnsatisfiedLinkError: 'java.net.InetAddress[] >> java.net.Inet6AddressImpl.loo

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 09:05:49 GMT, Daniel Fuchs wrote: >> Without loading libnet in Inet6AddressImpl, the test >> java/net/InetAddress/NullCharInHostnameDriver.java fails with >> UnsatisfiedLinkError: >> >> java.lang.UnsatisfiedLinkError: 'java.net.InetAddress[] >> java.net.Inet6AddressImpl.loo

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 09:05:49 GMT, Daniel Fuchs wrote: >> Without loading libnet in Inet6AddressImpl, the test >> java/net/InetAddress/NullCharInHostnameDriver.java fails with >> UnsatisfiedLinkError: >> >> java.lang.UnsatisfiedLinkError: 'java.net.InetAddress[] >> java.net.Inet6AddressImpl.loo

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 09:40:59 GMT, Magnus Ihse Bursie wrote: >> `pthread` is still needed: >> >> open/src/java.base/unix/native/libjava/nio/ch/NativeThread.c:83: error: >> undefined reference to 'pthread_kill' > > Ok then. Thank you for your thorough checking! Thank you for suggesting it! -

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 09:40:59 GMT, Magnus Ihse Bursie wrote: >> `pthread` is still needed: >> >> open/src/java.base/unix/native/libjava/nio/ch/NativeThread.c:83: error: >> undefined reference to 'pthread_kill' > > Ok then. Thank you for your thorough checking! Thank you for suggesting it! -

Re: RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

2024-08-09 Thread Brian Burkhalter
On Fri, 9 Aug 2024 09:40:59 GMT, Magnus Ihse Bursie wrote: >> `pthread` is still needed: >> >> open/src/java.base/unix/native/libjava/nio/ch/NativeThread.c:83: error: >> undefined reference to 'pthread_kill' > > Ok then. Thank you for your thorough checking! Thank you for suggesting it! -

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