Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-12 Thread dennis adams
t being seen and appears to be the current problem. Thanks john jralls at ceridwen.us<http://ceridwen.us> Fri Feb 11 00:01:27 EST 2022 • Previous message (by thread): [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28)) • Next message (by thread): [GNC] Settings in

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-11 Thread smada46
price: **missing** >> XOM success: 0 >> >> dwa1@dwa1 ~ % >> >> So even though I have the Alphavantage key in place, it is somehow not being >> seen and appears to be the current problem. >> >> Thanks >> >> >> jo

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-11 Thread John Ralls
t; dwa1@dwa1 ~ % > > So even though I have the Alphavantage key in place, it is somehow not being > seen and appears to be the current problem. > > Thanks > > > john jralls at ceridwen.us > Fri Feb 11 00:01:27 EST 2022 > > • Previous message (by thre

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread john
Dennis, You can examine the running processes in /Applications/Utilities/Actiivity Monitor and kill them from there, or you can just nuke the lot with sudo killall cpan if you're reasonably sure that there shouldn't be any left running. Regards, John Ralls > On Feb 10, 2022, at 5:48 PM,

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread smada46
John, David Partial Success Ran the commands in John’s last response and the Price Database Get Quotes button is now working. Attempted to download quotes but got no quotes for any stock. Looked at a sampling of stocks in Security Editor to make sure that Get Online Quotes had not been

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread smada46
David, Thanks, using the “l” got the " -rwxr-xr-x” characters. > On Feb 10, 2022, at 15:33, David H wrote: > > Dennis, > > Looks like you typed a "1" (one) instead of an 'l' (ell) as the option to the > ls command which explains the difference in output - rerun with the ls -l and > you'll

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread John Ralls
Dennis, Very good, almost there. The only problem is the failed test in B::Keywords, which you can work around with sudo cpan -f -i B::Keywords and then re-run sudo /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update Regards, John Ralls > On Feb 10, 2022, at 4:14 PM, dennis

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread dennis adams
John, decided to give “Xcode-select —install” another try since seemed problem was lack of CLTs. It installed in an hour so don’t know what the 215 hrs was about last night. I then ran “/Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update” without sudo and ended up with 330 pdf

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread John Ralls
Dennis, Progress, I guess. Yes, $PATH is typed verbatim. You did that part right. You probably need to run gnc-fq-update and friends with the full path, e.g. /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check gnc-fq-update usually requires sudo in front of it sudo

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread davidcousens49
Dennis The “-rwxr-xr-x” are the file permissions. There are normally 10 characters in the string. The first is usually "d" or "-" with d indicating that the entry is a file directory rather than a file. The other nine are arranged in three groups of three each group of three being the

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread David H
Dennis, Looks like you typed a "1" (one) instead of an 'l' (ell) as the option to the ls command which explains the difference in output - rerun with the ls -l and you'll get the full response. Cheers David H. On Fri, 11 Feb 2022 at 07:41, wrote: > John, again thanks. Yes, the obvious is

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread smada46
John, again thanks. Yes, the obvious is not obvious to me as I am a user and much beyond that I am lost, especially with doing terminal commands. I love using GC and it works great until MAC or sometimes GC updates and there are problems which I try to find solutions to in the Archives. But

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread dennis adams
David, Thanks for the info. I ran the commands and the terminal dump is attached. Basically, said it failed during command: ABH/Mozilla-CA-20211001.tar.gz. One thing I did note is that at the very end is the exact same error statement as I get when I run gnc-fq-update. So I seem to have

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread John Ralls
Dennis, I guess you missed the line "making the obvious substitution" right after the Xcode-select line, or the substitution isn't that obvious. Since you did install it as Xcode.app in /Applications, you'd say sudo xcode-select -s /Applications/Xcode.app You can check that it worked with

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread David Reiser via gnucash-user
The entities mentioned in this thread are all Perl modules, so they are installed via CPAN. I usually launch CPAN with ’sudo cpan’ so I can get help when I botch a command. Once in cpan, ‘install Mozilla::CA’ should work. -- Dave Reiser dbrei...@icloud.com > On Feb 10, 2022, at 1:51 PM,

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread smada46
Hi David, Per your suggestion, I tried to install the certificate collection by typing “sudo install Mozilla::CA” and got the following: dwa1@dwa1 ~ % sudo install Mozilla::CA Password: usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-10 Thread smada46
John, I ran the “ls -l /usr/bin/make” command for “make” and “xcrun” and got the following which I guess says I have both “make” and “xcrun”. Last login: Thu Feb 10 07:21:15 on console dwa1@dwa1 ~ % -rwxr-xr-x 1 dwa1@dwa1 ~ % -rwxr-xr-x 1 dwa1@dwa1 ~ % ls -l /usr/bin/make root wheel 167072

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-09 Thread David Reiser via gnucash-user
Matthias Fasching noted last summer that he needed to install Mozilla::CA to get quotes working for him in Big Sur. That missing certificate collection was what had been keeping my office mac from being able retrieve quotes for at least a couple Gnucash versions. That change was after dealing

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-09 Thread john
Your dump looks pretty much llke a rerun of the same problem except that now you also have an SSL certificate problem. /usr/bin is right where you'd expect it, but you can't see it with Finder, only from the terminal. For example you can type ls -l /usr/bin/make and if it's there get back

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-09 Thread dennis adams
John, thanks for the response. I believe I have the full XCode (32GB worth) but don’t know for sure since I don’t use it. I only have it because of GC. I hadn’t opened it but did after your response and told it to install the “additional components”. After that, I ran the “gnc-fq-update”

Re: [GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-09 Thread john
> On Feb 9, 2022, at 1:36 PM, dennis adams wrote: > > Upgraded to Monterey (V12.2) and got black screen for GC. Read mailing list > and saw where I needed to get GC 4.8 which I did. Installed 4.8 and GC came > up and displayed correctly but am now unable to get stock quotes. The Price >

[GNC] No Stock Quotes - OS Monterey, Gnucash 4.8(Build ID: 4.8a+(2021-09-28))

2022-02-09 Thread dennis adams
Upgraded to Monterey (V12.2) and got black screen for GC. Read mailing list and saw where I needed to get GC 4.8 which I did. Installed 4.8 and GC came up and displayed correctly but am now unable to get stock quotes. The Price Database Get Quotes button is greyed out. Went to