Re: [gentoo-doc] Test

2023-03-21 Thread Dale
Matthew Marchese wrote: > Test message. > > > It made it to me at least.  I'd say success.  Dale :-)  :-) 

Re: Unable to start application

2023-03-21 Thread John Dale (DB2DOM)
>>> forum for such questions, hence the "off-topic" moniker. >>> >>> -chris >>> >>>> >>>> >>>> Kevin Huntly >>>> Email: kmhun...@gmail.com >>&g

Re: Unable to start application

2023-03-21 Thread John Dale (DB2DOM)
hris >> >> > >> > >> > Kevin Huntly >> > Email: kmhun...@gmail.com >> > Cell: 716/424-3311 >> > >> > >> > -BEGIN GEEK

[Callers] Re: Starting to call squares at contra dances

2023-03-19 Thread Dale Wilson via Contra Callers
s. Timing is important. If you announce it too soon some people will hear the word "square" and try to form squares for *this* dance. If you announce it too late, the dancers have already started to absorb the teaching for this dance and they forget the heads up. Dale On Sat, Mar 18, 2

Re: Unable to start application

2023-03-18 Thread John Dale (DB2DOM)
e(+) h--- r+++ y+++* >> --END GEEK CODE BLOCK-- >> >> >> On Sat, Mar 18, 2023 at 1:40 PM Kevin Huntly wrote: >> >>> any other ideas guys? I want to migrate a bunch of really awful apps off >>> our primary application server so they don't cause us hea

Re: SSL issue

2023-03-18 Thread John Dale (DB2DOM)
Noted - excellent! On 3/18/23, Kevin Huntly wrote: > I was able to read the keystore with both openssl and keytool, but for some > reason the private key within the pkcs#12 file had a different password > than the keystone password. I ended up just rebuilding the cert and the > keystore, and

Re: SSL issue

2023-03-18 Thread John Dale (DB2DOM)
What kind of key are you using? I generate my certs with certbot. The result needs to be converted thusly to be used: openssl pkcs12 -export -out mykey-bundle.pfx -inkey myprivkey.pem -in cert.pem -certfile chain.pem -password pass:superdupersecretnoteventhealiensknow Is this a possible source

Re: Unable to start application

2023-03-18 Thread John Dale (DB2DOM)
Thanks Mark - are statics reloaded now, too? I touch web.xml and it's reloaded successfully hundreds of times. But I don't use war files so I can use git to version and transfer my builds ... maybe that's the reason? John On 3/18/23, Mark Thomas wrote: > On 17/03/2023 23:18, John D

Re: AW: Unable to start application

2023-03-18 Thread John Dale (DB2DOM)
Still at it I see! :) Would you mind clearing and inspecting all logs very closely after reboot? Maybe it would also be useful to undeploy, capture logs, and diff them (never tried that, seemed like a good idea)? Sometimes it's a single word in the log file that triggers the solution, and

Re: [ccp4bb] To Trim or Not to To Trim

2023-03-18 Thread Dale Tronrud
o represent the precise interplay of data sources that support my model WITHIN the deposition. I am not so naive to believe that everyone who has cited my papers have actually read them. Dale E. Tronrud On 3/10/2023 1:05 AM, Julia Griese wrote: Hi all, My impression has been that the most common

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
e what happens > > On Fri, Mar 17, 2023, 19:11 John Dale (DB2DOM) wrote: > >> In the log you sent below, I see a typo: >> Context/Environmnet >> >> Does that have something to do with it, or is this a typo in tomcat >> logging? >> >> >>

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
ter since you should be coded to the interfaces, but one never knows. John On 3/17/23, Kevin Huntly wrote: > no I think it has something to do with it but I'm not sure. I'll try taking > out the environment values and see what happens > > On Fri, Mar 17, 2023, 19:11 John Dale (DB2DOM)

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
In the log you sent below, I see a typo: Context/Environmnet Does that have something to do with it, or is this a typo in tomcat logging? On 3/17/23, Kevin Huntly wrote: > yes, under Catalina/localhost > > On Fri, Mar 17, 2023, 19:07 John Dale (DB2DOM) wrote: > >>

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
Are you modifying a context.xml file in the conf folder? On 3/17/23, Kevin Huntly wrote: > Also of note: > > 17-Mar-2023 17:25:42.113 INFO [main] > org.apache.catalina.startup.HostConfig.deployDescriptor Deploying > deployment descriptor >

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
___ > > Kevin Huntly > Email: kmhun...@gmail.com > Cell: 716/424-3311 > > > -BEGIN GEEK CODE BLOCK- > Version: 1.0 > GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- > W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+) > PGP++(+++) t+ 5-- X-- R+ tv+ b++ DI++ D++ > G++ e

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
. da da, CHING! :D So, did you figure it out? Sincerely, John On 3/17/23, Kevin Huntly wrote: > are you a db2 admin? I need one of those too hahaha - I became the db2 > admin at my job because I knew the most about it which isn't saying much > lol > > On Fri, Mar 17, 2023,

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
war under ${catalina.home}/installed apps as specified in the docbase > > On Fri, Mar 17, 2023, 18:12 Kevin Huntly wrote: > >> I assumed the context is driven by the xml name - at least that's what >> I've read. happy to add it if it needs to be there >> >> On Fri,

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
nd whatnot .. I tend to defer to spelling this stuff out directly when I can. Sincerely, John On 3/17/23, Kevin Huntly wrote: > I assumed the context is driven by the xml name - at least that's what I've > read. happy to add it if it needs to be there > > On Fri, Mar 17, 2023, 18:11 Joh

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
I'm using tomcat 10.x - I have had good luck putting everything into server.xml as such .. Engine Host Parameter Resource Context On 3/17/23, Kevin Huntly wrote: > Also of note: > > 17-Mar-2023 17:25:42.113 INFO [main] > org.apache.catalina.startup.HostConfig.deployDescriptor

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
Where are you putting your Context file? Do you have a war file deployed into webapps/some.war? On 3/17/23, Kevin Huntly wrote: > Also of note: > > 17-Mar-2023 17:25:42.113 INFO [main] > org.apache.catalina.startup.HostConfig.deployDescriptor Deploying > deployment descriptor >

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
Did I miss something? Isn't there supposed to be a "path" element in your context? I'm seeing session cookie path, but not path. On 3/17/23, Kevin Huntly wrote: > Also of note: > > 17-Mar-2023 17:25:42.113 INFO [main] > org.apache.catalina.startup.HostConfig.deployDescriptor Deploying >

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
the server.xml and contex.xml file(s)? My gut is that there is a detail in your startup logs that will give us a critical clue. On 3/17/23, John Dale (DB2DOM) wrote: > Did you recursive file search "context.xml" in the tomcat root after > deployment? > > Maybe we can help narrow thing

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
w--- O- M-- V-- PS+ PE Y(+) > PGP++(+++) t+ 5-- X-- R+ tv+ b++ DI++ D++ > G++ e(+) h--- r+++ y+++* > --END GEEK CODE BLOCK-- > > > On Fri, Mar 17, 2023 at 5:00 PM John Dale (DB2DOM) > wrote: > >> Dissect your deployment war, but also make sure you aren't de

Re: Unable to start application

2023-03-17 Thread John Dale (DB2DOM)
Dissect your deployment war, but also make sure you aren't defining a context element in server.xml. Lastly, if memory serves, Tomcat also allows context overrides in expanded war files. I eventually just started managing server.xml metadata (context etc) to avoid conflicts and simplify. "Hope

Re: [gentoo-user]Computer build, was PCIe x1 or PCIe x4 SATA controller card

2023-03-15 Thread Dale
Frank Steinmetzger wrote: > Am Wed, Mar 15, 2023 at 07:45:25AM -0500 schrieb Dale: >> Mark Knecht wrote: >>>> Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8 >>>> core CPU running at 4GHz.  I also have 32GBs of memory.  I've read that >&

Re: Document that here strings don't support brace expansion.

2023-03-15 Thread Dale R. Worley
Chet Ramey writes: > If they're linked, why wouldn't saying filename generation isn't performed > be enough to imply that brace expansion isn't performed either? Hmm, yes, good point. Dale

Re: [gentoo-user] PCIe x1 or PCIe x4 SATA controller card

2023-03-15 Thread Dale
Mark Knecht wrote: > > > On Mon, Mar 13, 2023 at 7:35 AM Dale <mailto:rdalek1...@gmail.com>> wrote: > > > Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8 > > core CPU running at 4GHz.  I also have 32GBs of memory.  I've read that >

Re: Document that here strings don't support brace expansion.

2023-03-14 Thread Dale R. Worley
t. In particular, *I* am subject to that cognitive error; whenever I don't think carefully about it, I don't distinguish the two. Dale

Re: [gentoo-user] PCIe x1 or PCIe x4 SATA controller card

2023-03-13 Thread Dale
Rich Freeman wrote: > On Mon, Mar 13, 2023 at 8:24 AM Dale wrote: >> According to my google searches, PCIe x4 is faster >> than PCIe x1. It's why some cards are PCIe x8 or x16. I think video >> cards are usually x16. My question is, given the PCIe x4 card costs >> m

[gentoo-user] PCIe x1 or PCIe x4 SATA controller card

2023-03-13 Thread Dale
but sometimes the future surprises me.  Is it better to have PCIe x4 instead?  Thanks for the info. Dale :-)  :-)  P. S.  My drive list according to my notes.  2 16TBs, 3 14TBs, 1 10TB and 2 8TBs drive.  I may have a couple smaller ones laying around somewhere.  I'm pretty sure there is a 6TB

[no subject]

2023-03-12 Thread Dale C M Rogers
get was- "Unable to find a medium containing a live file system." What should I do? Sincerely, Dale Rogers

Re: [ccp4bb] To Trim or Not to To Trim

2023-03-10 Thread Dale Tronrud
poor, solutions to this problem. Dale E. Tronrud On 3/10/2023 1:05 AM, Julia Griese wrote: Hi all, My impression has been that the most common approach these days is to “let the B-factors take care of it”, but I might be wrong. Maybe it’s time to run another poll? Personally, I call any

Re: The memory occupied by bash has been increasing due to the fork bomb

2023-03-10 Thread Dale R. Worley
er of processes available to a single user" as well as "ulimit -d", "The maximum size of a process's data segment". Changing the behavior of bash alone could not prevent an attacker from forcing OOM, it would just require the attacker to be more sophisticated. Dale

Re: [gentoo-user] Tailing compressed build logs

2023-03-09 Thread Dale
et hold of a version for Gentoo? > I found it in a overlay.  At least google and github page says it is there.  https://github.com/gentoo-mirror/slonko It appears to be called gztool.  Hope that helps. Dale :-)  :-) 

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Dale
Michael wrote: > On Wednesday, 8 March 2023 18:30:55 GMT Dale wrote: > >> It starts at about 13:54. It seems to try to reconnect but can't. I got this >> by using tail -n and then grep openvpn on the end. >> >> >> Mar 1 13:53:32 fireball openvpn[27908]

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Dale
Michael wrote: > On Tuesday, 7 March 2023 18:11:01 GMT Dale wrote: >> Michael wrote: >>> On Sunday, 5 March 2023 18:41:10 GMT Dale wrote: >>>> Howdy, >>>> >>>> I use Surfshark and every once in a while, my VPN loses its connection. >&g

Re: Running a Coupling Facility using a CP for a test Parallel Sysplex 0 anyh gotcha's?

2023-03-07 Thread Dale R. Smith
nvestments and avoiding costly application rewrites. I'm sure it's not cheap, but it would allow you to share the data and it may be cheaper than what you would need to do to share a VSAM file. I have no experience with the product so I don't know if

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-07 Thread Dale
Michael wrote: > On Sunday, 5 March 2023 18:41:10 GMT Dale wrote: >> Howdy, >> >> I use Surfshark and every once in a while, my VPN loses its connection. >> I sent the info from messages to Surfshark but the info they sent back >> on how to set the nameserver inf

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-06 Thread Dale
isted anywhere up there.  So, it seems one part is seeing the changes I want to make but the rest is just plain ignoring me.  Do I need to do something for those to take effect or do they just work?  I restarted both the VPN and my regular network.  What am I missing here?  Thanks. Dale :-)  :-) 

[gentoo-user] Setting a fixed nameserver for openvpn

2023-03-05 Thread Dale
at.  Anyone have a idea on how to make this work?  Thanks. Dale :-)  :-) P. S.  I edited the IP address above.  I'm not sure if those are public or not. 

groff_1.23.0-rc3 test and typo

2023-02-28 Thread Dale Snell
some PDFs that I’d already built with v1.22.4, and they built just fine. (These were MOM docs, fwiw.) --Dale -- Of all the things I have lost, I miss my mind the most.

Re: [PATCH] Fix queue stats for sockets with SO_REUSEPORT

2023-02-24 Thread Dale Hamel
> I'm honestly shocked that these features get used; > I never convinced the org I worked for to use them :x So far we haven't actually found a production use case for SO_REUSEPORT with Unicorn. We thought we had some promising early results - but it turned out to be this instrumentation error in

[PATCH] Fix off by one error in test

2023-02-24 Thread Dale Hamel
It doesn't affect the test outcome, but it is not the intended behaviour of the test. We listen once to find out what port to use, then should bind with SO_REUSEPORT N-1 times, but we are doing it N times, so we have one extra listener. --- test/test_linux_reuseport_tcp_listen_stats.rb | 2 +- 1

[PATCH] Fix queue stats for sockets with SO_REUSEPORT

2023-02-24 Thread Dale Hamel
SO_REUSEPORT was introduced in 2013, see https://lwn.net/Articles/542629/. However, the current logic for calculating socket queue backlog stats is from 2011, predating the advent of SO_REUSEPORT. The current strategy was thus written before the notion that the mapping of INET_ADDR:socket could

Re: [EVDL] (no subject)

2023-02-23 Thread Dale Curren via EV
It's so good to hear from you Steve. I too will turn 70 in a few weeks and now build camper vans for various people. People do want to build things (actually they dream of it) and I listen to their wants, and then design and build it. People like you created to desire for electric vehicles. On

[Gen-art] Genart last call review of draft-ietf-sidrops-roa-considerations-07

2023-02-19 Thread Dale Worley via Datatracker
Reviewer: Dale Worley Review result: Ready with Nits I am the assigned Gen-ART reviewer for this draft. The General Area Review Team (Gen-ART) reviews all IETF documents being processed by the IESG for the IETF Chair. Please treat these comments just like any other last call comments. For more

Re: [gentoo-user] emerge times blown out

2023-02-17 Thread Dale
of software and could even be related to gcc or some other tool compiling uses.  It is a interesting jump.  I don't think you are alone in this.  Maybe someone else will post their info.  For those interested, genlop -t is how to get this info.  BTW, I don't use systemd so I can't list mine.  ;-) Dale :-)  :-)

Re: [gentoo-user] emerge times blown out

2023-02-17 Thread Dale
if our rigs are close in speed/power/whatever, there can still be a lot of things that affect the compile time.  I run KDE, watch TV from computer, have torrent software that runs basically 24/7 plus other stuff running.  If you for example use Fluxbox and have little else running, even with the same CPU and memory, compile times will vary.  Does that info help?  Dale :-)  :-) 

Re: [Elecraft] Checking out Elecraft on ChatGPT

2023-02-17 Thread Dale Boresz
Unfortunately, there are a lot of missing spaces on the CW bands too. 73, Dale - WA8SRA On Fri, Feb 17, 2023 at 2:49 PM Dave New, N8SBE wrote: > Alan, > > For starters where are all the spaces? :-) Makes it hard to read, > tha

Re: Having an alias and a function with the same name leads to some sort of recursion

2023-02-17 Thread Dale R. Worley
Chet Ramey writes: > On 2/14/23 2:58 PM, Dale R. Worley wrote: >>>> Looking at the manual page, it says >>>> >>>> ALIASES >>>> Aliases allow a string to be substituted for a word when it is >>>> used as >>&

Re: [geo] Abridged summary of geoengineering@googlegroups.com - 11 updates in 4 topics

2023-02-14 Thread Dale W Jamieson
their own interests. The language of climate is in general a mess: for example, 'mitigation' is an expansive concept that among other things includes what is called 'abatement' in other contexts. ** Dale Jamieson Director, Center for Environmental and Animal Protection Affiliated

Re: Having an alias and a function with the same name leads to some sort of recursion

2023-02-14 Thread Dale R. Worley
ginning of a simple command" should probably be replaced by something > more along the lines of "beginning of any command that does not start with > a keyword (such as "while", "if", "case", etc) or assignment. Though I think by "keyword" he means "reserved word". Dale

Re: number of bugs

2023-02-14 Thread Dale R. Worley
There is a bug tracker at https://savannah.gnu.org/support/?group=bash. Dale

Re: "builtin jobs" does not output to stdout.

2023-02-14 Thread Dale R. Worley
;jobs" would show which cases work in which way. Dale

Re: [gentoo-user] df command no longer working

2023-02-12 Thread Dale
Frank Steinmetzger wrote: > Am Sun, Feb 12, 2023 at 02:37:22PM -0600 schrieb Dale: >> Howdy, >> >> As some may recall, I'm bad to fill up a hard drive.  I regularly use df >> -h to see where drives are as far as filling up and such.  Usually, it >> takes onl

[gentoo-user] df command no longer working

2023-02-12 Thread Dale
?  I can't find anything on BGO.  Searching for only two characters is a bit hard tho.  o_O Thoughts? Dale :-)  :-) 

Re: AW: AW: Having trouble with Tomcat crashes. Interesting memory numbers in Manager

2023-02-10 Thread John Dale (DB2DOM)
I've tried profilers in the past, but I've never had much luck since you need a super computer to run them. Human intelligence rules .. read the code carefully, review it, step it with a debugger, and look for memory leak patterns. Mine have mostly been static and non static collections and

Re: WiFi firmware issue in Bookworm

2023-02-09 Thread Gary Dale
On 2023-02-09 22:09, The Wanderer wrote: On 2023-02-09 at 21:39, Gary Dale wrote: I'm trying to use a Linksys AE1200 wifi usb dongle as a second network connection for my Bookworm workstation. The device shows up in lsusb but not in ip link. According to what I've found, it needs the brcmfmac

Re: WiFi firmware issue in Bookworm

2023-02-09 Thread Gary Dale
On 2023-02-09 22:07, piorunz wrote: On 10/02/2023 02:39, Gary Dale wrote: Interestingly the device works in Bullseye as I installed Bullseye on the computer that used to use it. That really only required downloading the correct firmware package that contained the brcmfmac module. That package

WiFi firmware issue in Bookworm

2023-02-09 Thread Gary Dale
I'm trying to use a Linksys AE1200 wifi usb dongle as a second network connection for my Bookworm workstation. The device shows up in lsusb but not in ip link. According to what I've found, it needs the brcmfmac driver module, which seems to be in the 6.1 kernel and loaded: $ lsmod | grep

Re: support for ASUS AC1200 USB-AC53 Nano wifi dongle

2023-02-09 Thread Gary Dale
On 2023-02-08 10:55, Gary Dale wrote: On 2023-02-08 09:07, Gary Dale wrote: On 2023-02-08 00:55, Alexander V. Makartsev wrote: On 08.02.2023 09:07, Gary Dale wrote: I thought this would be easier than it's turned out to be. There are Internet posts going back years about support

Re: support for ASUS AC1200 USB-AC53 Nano wifi dongle

2023-02-09 Thread Gary Dale
On 2023-02-09 03:30, Anssi Saari wrote: Gary Dale writes: I thought this would be easier than it's turned out to be. There are Internet posts going back years about support for this device but nothing recent - including a 5 year old Ubuntu post saying it works. Other wifi devices seem

Re: support for ASUS AC1200 USB-AC53 Nano wifi dongle

2023-02-08 Thread Gary Dale
On 2023-02-08 09:07, Gary Dale wrote: On 2023-02-08 00:55, Alexander V. Makartsev wrote: On 08.02.2023 09:07, Gary Dale wrote: I thought this would be easier than it's turned out to be. There are Internet posts going back years about support for this device but nothing recent - including

Re: support for ASUS AC1200 USB-AC53 Nano wifi dongle

2023-02-08 Thread Gary Dale
On 2023-02-08 00:55, Alexander V. Makartsev wrote: On 08.02.2023 09:07, Gary Dale wrote: I thought this would be easier than it's turned out to be. There are Internet posts going back years about support for this device but nothing recent - including a 5 year old Ubuntu post saying it works

support for ASUS AC1200 USB-AC53 Nano wifi dongle

2023-02-07 Thread Gary Dale
I thought this would be easier than it's turned out to be. There are Internet posts going back years about support for this device but nothing recent - including a 5 year old Ubuntu post saying it works. Other wifi devices seem to be recognized out of the box or with a simple install of

Re: Having an alias and a function with the same name leads to some sort of recursion

2023-02-07 Thread Dale R. Worley
it clear why the second case behaves as it does. But my reading of the definition of "simple commands" implies that function defintions are not simple commands, and alias substitution should not be done on them (that is, the initial part) in any case. Dale

RE: Starting ActiveMQ 5.18.x preparation/update

2023-02-06 Thread Dale Ogilvie
Hello, I understand that jakarta support will be released in 5.18.x to help compatibility between ActiveMQ classic and spring boot 3. Is there an ETA for a 5.18 release? Thanks! Dale

Re: [PATCH] local_builtin: do not overwrite previously saved options with local -

2023-02-06 Thread Dale R. Worley
ges in shell options using the 'set' builtin inside the current function invocation are restored to their prior values when the function returns". Dale

Re: [GNC] Quicken Import Matcher

2023-02-04 Thread Dale Alspach
Thank you. That worked. Dale On Fri, Feb 3, 2023 at 10:39 PM john wrote: > Open Tools>Import Map Editor and select the Online radio button. GnuCash > will show your online account relationships and enable you to delete them. > Once deleted the next import with a particular onlin

Re: [GNC] Quicken Import Matcher

2023-02-03 Thread Dale Alspach
Flatpak 4.13 on Linux Mint 21.1. Dale On Fri, Feb 3, 2023, 4:32 PM David Carlson wrote: > I don't recall the details from memory, but I think they vary somewhat > depending on the import type and possibly on the release of GnuCash that > you are using. Please provide that in

[GNC] Quicken Import Matcher

2023-02-03 Thread Dale Alspach
in the matcher? Dale ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do

Re: unset does not remove functions like a[b] unless -f is specified

2023-02-02 Thread Dale R. Worley
st be a valid shell name and may not be the name of one of the POSIX special builtins. In default mode, a function name can be any unquoted shell word that does not contain $. Dale

Re: unset does not remove functions like a[b] unless -f is specified

2023-01-31 Thread Dale R. Worley
attempt to remove the function a[0] that name. Whether that change would make Bash more useful is debatable. It's possible that changing the documentation to match the code would be more useful. Dale

Re: Using arbitrary fonts

2023-01-30 Thread Dale Snell
think). Hope this helps (at least a little). --Dale On Mon, Jan 30, 2023 at 8:51 AM Blake McBride wrote: > > Hi Branden, > > Thanks a lot for the help!!! However, I am having trouble interpreting > your docs. > > Please forgive me. Although I am a software engineer and ha

Re: Jakarta namespace support

2023-01-29 Thread Dale Ogilvie
Thanks for your reply Justin. I expected the Hyte artifact was the right one. In our case we are using Amazon MQ, a managed ActiveMQ installation, which is currently classic only. So Artemis is out for us without switching providers. On Mon, Jan 30, 2023 at 12:04 PM Justin Bertram wrote: >

Re: Jakarta namespace support

2023-01-29 Thread Dale Ogilvie
assistance you can provide. Dale On Thu, Jan 26, 2023 at 11:13 AM Justin Bertram wrote: > Just to be clear on your options... >

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Dale
t not saying anything publicly.  Hey, if we gonna hope, hope big.  ;-)  Thanks for this info.  Maybe there is hope.  I just hope they cancel the last rites too.  Dale :-)  :-)  P.S.  They did last rites on Gnome mplayer ages ago.  I still have the thing installed and use it quite often.  I use smp

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Dale
Wol wrote: > LWN tipped off. If they run an article, we might get a new upstream. > > Cheers, > Wol > > On 28/01/2023 06:20, Dale wrote: >> Michał Górny wrote: >>> # Michał Górny (2023-01-27) >>> # GKrellM and a variety of plugins.  It's unmaintained for

Re: [gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-28 Thread Dale
lm.  I hope someone will take it over and keep gkrellm running.  Maybe then a dev can keep the ebuilds updated.  Given the original guy died, someone has to replace him for sure.  Let's keep our fingers crossed.  ;-) Dale :-)  :-) 

[gentoo-user] Last rites: app-admin/gkrellm & plugins

2023-01-27 Thread Dale
  None of them I looked at comes even close.  I'm sure I'm not the only one on this mailing list who uses gkrellm.  This is sort of a heads up.  Someone already a dev may take it up, they may not.  Help may would save it.  Either way, this is a notice of the current state and if needed, a discussion on what we can use in its place. Thanks. Dale :-)  :-) 

Re: [blink-dev] Re: Intent to Implement and Ship: WebCodecs dequeue event

2023-01-26 Thread Dale Curtis
/dequeue_event https://developer.mozilla.org/en-US/docs/Web/API/VideoEncoder/dequeue_event - dale On Thu, Jan 26, 2023 at 2:59 PM 'Kevin Baving' via blink-dev < blink-dev@chromium.org> wrote: > Hey is the ondequeue already published? > > -kevin > > chcunn...@chromium.org schrieb am Fr

Re: [Sip-implementors] 2 INVITE's: 491 answer -> 1 INVITE

2023-01-26 Thread Dale R. Worley
action which continues normally. If the two INVITEs attempt to begin different dialogs, the UAS can proceed in a number of ways. One way is to respond to one of them with 486. Dale ___ Sip-implementors mailing list Sip-implementors@lists.cs.columb

Re: More convenient tracing

2023-01-26 Thread Dale R. Worley
Greg Wooledge writes: > On Wed, Jan 25, 2023 at 03:00:27PM -0500, Dale R. Worley wrote: >> >> Tracing with -x prints a lot of (usually) useless lines. >> >> $ bash -x ./tt >> [300+ lines of Bash initializations] >> + echo 'Now in tt.' >>

Re: Jakarta namespace support

2023-01-25 Thread Dale Ogilvie
Hello, We also require activemq support for Spring Boot 3.0. Will this be possible for us after 5.18 ships? Thanks! Dale On 2023/01/23 18:18:19 Matt Pavlovich wrote: > Hey JB- > > Yes, a 5.18.0 sounds good. > > I’ll PR this jakarta client up and we can start JIRA triage. >

More convenient tracing

2023-01-25 Thread Dale R. Worley
n of tt but not the commands within tt. $ XTRACE bash ./uu + echo 'Now in uu.' Now in uu. + ./tt Now in tt. XTRACE_ALL of uu also shows the commands within tt. $ XTRACE_ALL bash ./uu + echo 'Now in uu.' Now in uu. + ./tt + echo 'Now in tt.' Now in tt. $ Dale

Re: [gentoo-user] Re: Bouncing messages

2023-01-20 Thread Dale
Grant Taylor wrote: > On 1/18/23 4:19 PM, Dale wrote: >> I might add, in the past I followed the instructions to get bounced >> messages, I've never once had it work.  I don't get a error or >> anything either, like I do if I do something wrong doing something else. >

Re: [gentoo-user] Re: Bouncing messages

2023-01-18 Thread Dale
e I do if I do something wrong doing something else.  Just a FYI.  Dale :-)  :-) 

Re: [Discuss] Help with mailing list

2023-01-17 Thread Dale R. Worley
ilman" as a mailing-list system. https://en.wikipedia.org/wiki/GNU_Mailman I expect that any good CS undergraduate could set it up at a modest price. There is one commercial mass-mailing software service that I've seen enough messges from that I remember its name: "Constant Contac

Re: Possible bug in bash

2023-01-17 Thread Dale R. Worley
Greg Wooledge writes: > On Fri, May 13, 2022 at 10:36:56PM -0400, Dale R. Worley wrote: >> Reading your message, I believe that the rule can be stated as follows, >> and I'd thank you to check it: && and || have the same precedence, and >> they both "associa

[Observium] Understanding device availability graph

2023-01-16 Thread Dale Chambers via observium
that are shown red. Could you tell me what the red gradings is supposed to represent please? [cid:image001.jpg@01D9265E.974A71C0] Many Thanks Dale CONFIDENTIALITY AND PRIVACY POLICY This communication is private and the information contained in this email and any attachments may be privileged

Re: [Elecraft] Diversity

2023-01-16 Thread Dale Boresz
' for FLEX), just as the Elecraft KX3 (and probably the KX2) does. That is certainly convenient for split operation in pileups, but it is not diversity reception. 73, Dale - WA8SRA On Mon, Jan 16, 2023 at 11:04 AM VE6WZ_Steve wrote: > No. This is not correct. > > The FLEX series of radi

Re: [Discuss] Open Source IPad Recommendations and a Laptop

2023-01-13 Thread Dale R. Worley
here are few workarounds if it doesn't have an interface or driver for the equipment's interface. By comparison, there are often workarounds for software deficiencies. Can you specify exactly what this equipment is? Dale ___ Discuss mailing list Discuss@l

[Birdnews]Prince Edward Point CBC

2023-01-12 Thread Dale Smith via birdnews
Prince Edward Point Christmas Bird Count 2022 Twenty-four enthusiastic citizen scientists headed out early December 17th on the forty-sixth Prince Edward Point Christmas Bird Count. The count circle is centered on Waupoos Island in Prince Edward Bay and stretches along the water from Point

Re: [Evergreen-general] help with Hold Groups presentation

2023-01-12 Thread Dawn Dale via Evergreen-general
Hi Diane, I sent your survey out to our libraries. You may be getting emails from them, at least I hope you will be. Thanks, *Dawn Dale, PINES Services Specialist - Circulation* -- Georgia Public Library Service 2872 Woodcock Blvd, Suite 250 | Atlanta, GA 30341

Re: Examples of REXX DSNACCOX calls (DB2)

2023-01-07 Thread Dale R. Smith
r & Grill - Israel Did you see this link? https://www.idug.org/communities/community-home/digestviewer/viewthread?GroupId=253=42599=02a8700a-dc76-4190-9a3c-24f0738c1067=digestviewer -- Dale R. Smith -- For IBM-MAIN subsc

Re: [GNC] Generic Import Matcher GUI

2023-01-04 Thread Dale Alspach
There was no problem with the department store file. The question is why it allowed double click on an "A" transaction to successfully open a window while this fails on the TIAA file. I wrote the details because it is unclear what exactly were the significant differences. Dale On

Re: [GNC] Generic Import Matcher GUI

2023-01-04 Thread Dale Alspach
is significant I do not know. I know very little about Quicken format and nothing about how gnucash handles the import. So what is happening is a total mystery to me. I have not filed a bug report. Dale On Sun, Jan 1, 2023 at 4:24 PM David Cousens wrote: > Dale, > > I am running V4.13 on

Re: Orphaned packages looking for new maintainers

2023-01-03 Thread Dale Turner via devel
Sent with Proton Mail secure email. --- Original Message --- On Tuesday, January 3rd, 2023 at 2:22 AM, Alexander Ploumistos wrote: > On Mon, Jan 2, 2023 at 7:21 PM Dale Turner via devel > devel@lists.fedoraproject.org wrote: > > > As I mentioned last week, I woul

Re: Orphaned packages looking for new maintainers

2023-01-02 Thread Dale Turner via devel
Hello. As I mentioned last week, I would be interested in xaos. BUT, I am not presently a packager/maintainer... Dale Sent with Proton Mail secure email. --- Original Message --- On Monday, January 2nd, 2023 at 12:02 PM, Miro Hrončok wrote: > The following packages are orpha

Re: [GNC] Generic Import Matcher GUI

2023-01-01 Thread Dale Alspach
I am currently on linux mint 20. I intend to move to 21 soon, so I will see whether that fixes the issue. Thanks, Dale On Sun, Jan 1, 2023 at 4:24 PM David Cousens wrote: > Dale, > > I am running V4.13 on Linux Mint 21.1(Vera) ( built from tarball on my > system and not Flatpak

<    4   5   6   7   8   9   10   11   12   13   >