Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-16 Thread Ken Farley
Maybe it would be best if the entire Wiki was subdivided into major
sections dealing with the three operating system types? I know from my
own experience that having Windows stuff intermingled with MacOS and
Linux is a pain if that's what I'm interested in, and vice versa for
all the others. I'll take a look at it when I get home tonight, a bit
of wordsmithing and all that. Quite a bit more than what I originally
intended to do, but that's how it goes...maybe I'll learn something.

On Tue, Nov 16, 2021 at 7:03 AM Frank H. Ellenberger
 wrote:
>
> Hi Ken,
>
> Am 16.11.21 um 02:32 schrieb Ken Farley:
> > Okay, so I put my findings into the Wiki. Turns out it's relatively
> > easy.
>
> Congrats!
>
> > Hopefully if something I wrote is too vague or wrong someone
> > correct it. The toughest part was figuring out where to put the stuff.
>
> Right, we have now
> Installing Finance::Quote on macOS:
>  Until GnuCash 3.6
> Installing Finance::Quote on macOS from a Terminal prompt:
>  New security requirements for macOS 10.14.6
> Technical details on macOS:
>  When you upgrade macOS
>  For macOS Version 11.6 (Big Sur) Finance::Quote may be inoperable due
> to missing modules
>
> Perhaps it would be easier, if one of you Mac experts would reorder it like:
>  Maintaining Finance::Quote on macOS:
>   Installing on macOS
>Since macOS 10.14.6
>Before upto GnuCash 3.6
>   On Updating macOS
>
> Regards
> Frank
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-16 Thread Frank H. Ellenberger
Hi Ken,

Am 16.11.21 um 02:32 schrieb Ken Farley:
> Okay, so I put my findings into the Wiki. Turns out it's relatively
> easy.

Congrats!

> Hopefully if something I wrote is too vague or wrong someone
> correct it. The toughest part was figuring out where to put the stuff.

Right, we have now
Installing Finance::Quote on macOS:
 Until GnuCash 3.6
Installing Finance::Quote on macOS from a Terminal prompt:
 New security requirements for macOS 10.14.6
Technical details on macOS:
 When you upgrade macOS
 For macOS Version 11.6 (Big Sur) Finance::Quote may be inoperable due
to missing modules

Perhaps it would be easier, if one of you Mac experts would reorder it like:
 Maintaining Finance::Quote on macOS:
  Installing on macOS
   Since macOS 10.14.6
   Before upto GnuCash 3.6
  On Updating macOS

Regards
Frank
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-15 Thread Ken Farley
Okay, so I put my findings into the Wiki. Turns out it's relatively 
easy. Hopefully if something I wrote is too vague or wrong someone 
correct it. The toughest part was figuring out where to put the stuff.


On 2021-11-07 10:21, Ken Farley wrote:

Hope it works out for you. I noticed there are sporadic questions
about this kind of thing and thought it might be nice to have a place
where all the stuff that worked for someone (me, in this case) is
spelled out in a straightforward fashion, rather than spread over a
whole heap of messages.
So glad the GTK-3 stuff I figured out for 3.11 is still okay for 4.8.
Also, the speed of loading on the M1 is really remarkable. What used
to take a bit of time is almost a blink and you miss it.

On Thu, Nov 4, 2021 at 11:36 PM David H  wrote:

Ken,

Thanks for that, I haven't had FQ running on Big Sur since I upgraded to it 
during the beta's :-)  Will try that on my iMac running Big Sur in a moment.  
It came good on my MacBook Pro after upgrading to Monterey and running 
gnc-fq-update I think it was but I still haven't got it running on BS.  The 
modules you listed are all ones that FQ Update had issues with when I tried to 
update on BS so here goes :-)

Cheers David H.


On Fri, 5 Nov 2021 at 12:58, Ken Farley  wrote:

Not a question, just my notes on how I got Finance::Quote to work on a
new Mac Mini M1.

Operating system is OS X 11.6 (Big Sur)

GnuCash Version is 4.8 (from the -2.dmg)

My initial install left me unable to download quotes (via
Finance::Quote). Research online eventually led to a Reddit discussion
about similar problems. Apparently the root cause of the trouble was
that module Mozilla::CA provides certificates for inquiries, but was not
installed with the  default Perl. Sequence of installs necessary for
success was:

sudo cpan -i B::Keywords
sudo cpan -i Test2
sudo cpan -i DateTime
sudo cpan -i DateTime::Locale
sudo cpan -i DateTime::Format::Strptime
sudo cpan -i Mozilla::CA

Once those are all done then go to:

/Applications/Gnucash/Contents/Resources/bin

and run the Finance::Quote fixing script:

sudo ./gnc-fq-update

After all the above, all the wonderful quotes were downloaded
beautifully. Now, if I could only get the courage to "upgrade" to
Monterey...

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please 
seehttps://wiki.gnucash.org/wiki/Mailing_Lists  for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-08 Thread davidcousens49
Ken,

Sure all those things are good to have but it is also important to record your
problem and the solution you found if it is a general problem. Someone can come
along and tidy it up and put it into context later and add technical details  if
necessary but the chances are they won't unless there is something there to work
with unless they themselves have experienced the problem.

The wiki is not indelible. ANy additions you make will be vetted and likely
edited a bit so don't worry too much- give it a go.

David Cousens

On Mon, 2021-11-08 at 12:57 -0500, Ken Farley wrote:
> I would think that someone updating such a thing would need to:
> (a) Have the proper credentials. I assume this but know nothing about
> Wiki editing.
> (b) Have conducted the proper tests to verify that the instructions
> are correct and will not cause harm to someone's system.
> (c) Have a much more detailed understanding of the oddities of Perl
> than my rudimentary knowledge. I *think* I understand what is going
> on, but am not entirely sure. We're talking about a good deal of
> upward facing palms and shrugging motions when it comes to Perl, for
> me.
> 
> I'll look into it, however, to satisfy my curiosity.
> 
> On Mon, Nov 8, 2021 at 4:42 AM Frank H. Ellenberger
>  wrote:
> > Hi Ken,
> > 
> > Am 07.11.21 um 16:21 schrieb Ken Farley:
> > > Hope it works out for you. I noticed there are sporadic questions
> > > about this kind of thing and thought it might be nice to have a place
> > > where all the stuff that worked for someone (me, in this case) is
> > > spelled out in a straightforward fashion, rather than spread over a
> > > whole heap of messages.
> > 
> > isn't https://wiki.gnucash.org/wiki/Online_Quotes the right place? Ir's
> > awaiting your updates. ;-)
> > 
> > Regards
> > Frank
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-08 Thread Ken Farley
I would think that someone updating such a thing would need to:
(a) Have the proper credentials. I assume this but know nothing about
Wiki editing.
(b) Have conducted the proper tests to verify that the instructions
are correct and will not cause harm to someone's system.
(c) Have a much more detailed understanding of the oddities of Perl
than my rudimentary knowledge. I *think* I understand what is going
on, but am not entirely sure. We're talking about a good deal of
upward facing palms and shrugging motions when it comes to Perl, for
me.

I'll look into it, however, to satisfy my curiosity.

On Mon, Nov 8, 2021 at 4:42 AM Frank H. Ellenberger
 wrote:
>
> Hi Ken,
>
> Am 07.11.21 um 16:21 schrieb Ken Farley:
> > Hope it works out for you. I noticed there are sporadic questions
> > about this kind of thing and thought it might be nice to have a place
> > where all the stuff that worked for someone (me, in this case) is
> > spelled out in a straightforward fashion, rather than spread over a
> > whole heap of messages.
>
> isn't https://wiki.gnucash.org/wiki/Online_Quotes the right place? Ir's
> awaiting your updates. ;-)
>
> Regards
> Frank
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-08 Thread Frank H. Ellenberger
Hi Ken,

Am 07.11.21 um 16:21 schrieb Ken Farley:
> Hope it works out for you. I noticed there are sporadic questions
> about this kind of thing and thought it might be nice to have a place
> where all the stuff that worked for someone (me, in this case) is
> spelled out in a straightforward fashion, rather than spread over a
> whole heap of messages.

isn't https://wiki.gnucash.org/wiki/Online_Quotes the right place? Ir's
awaiting your updates. ;-)

Regards
Frank
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-07 Thread prl

Ken, thanks from me for that, too.

I'd been able to get Finance::Quote to install from other installation 
instructions for macOS, but when I tried to use it I was getting 
authentication failures when F::Q tried to connect to a server using 
HTTPS. I think it was installing/updating Mozilla::CA that fixed that 
problem for me, probably something to do with the issues around the 
expiry of the DST_Root_CA_X3 certificate.


However, to follow your suggestions, I still needed to use cpan -if for 
B:Keywords, because it failed its installation tests.


Intel Mac, Monterey 12.0.1.

Thanks again,
Peter

On 5/11/21 13:57, Ken Farley wrote:
Not a question, just my notes on how I got Finance::Quote to work on a 
new Mac Mini M1.


Operating system is OS X 11.6 (Big Sur)

GnuCash Version is 4.8 (from the -2.dmg)

My initial install left me unable to download quotes (via 
Finance::Quote). Research online eventually led to a Reddit discussion 
about similar problems. Apparently the root cause of the trouble was 
that module Mozilla::CA provides certificates for inquiries, but was 
not installed with theĀ  default Perl. Sequence of installs necessary 
for success was:


sudo cpan -i B::Keywords
sudo cpan -i Test2
sudo cpan -i DateTime
sudo cpan -i DateTime::Locale
sudo cpan -i DateTime::Format::Strptime
sudo cpan -i Mozilla::CA

Once those are all done then go to:

/Applications/Gnucash/Contents/Resources/bin

and run the Finance::Quote fixing script:

sudo ./gnc-fq-update

After all the above, all the wonderful quotes were downloaded 
beautifully. Now, if I could only get the courage to "upgrade" to 
Monterey...


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.

-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-07 Thread Ken Farley
Hope it works out for you. I noticed there are sporadic questions
about this kind of thing and thought it might be nice to have a place
where all the stuff that worked for someone (me, in this case) is
spelled out in a straightforward fashion, rather than spread over a
whole heap of messages.
So glad the GTK-3 stuff I figured out for 3.11 is still okay for 4.8.
Also, the speed of loading on the M1 is really remarkable. What used
to take a bit of time is almost a blink and you miss it.

On Thu, Nov 4, 2021 at 11:36 PM David H  wrote:
>
> Ken,
>
> Thanks for that, I haven't had FQ running on Big Sur since I upgraded to it 
> during the beta's :-)  Will try that on my iMac running Big Sur in a moment.  
> It came good on my MacBook Pro after upgrading to Monterey and running 
> gnc-fq-update I think it was but I still haven't got it running on BS.  The 
> modules you listed are all ones that FQ Update had issues with when I tried 
> to update on BS so here goes :-)
>
> Cheers David H.
>
>
> On Fri, 5 Nov 2021 at 12:58, Ken Farley  wrote:
>>
>> Not a question, just my notes on how I got Finance::Quote to work on a
>> new Mac Mini M1.
>>
>> Operating system is OS X 11.6 (Big Sur)
>>
>> GnuCash Version is 4.8 (from the -2.dmg)
>>
>> My initial install left me unable to download quotes (via
>> Finance::Quote). Research online eventually led to a Reddit discussion
>> about similar problems. Apparently the root cause of the trouble was
>> that module Mozilla::CA provides certificates for inquiries, but was not
>> installed with the  default Perl. Sequence of installs necessary for
>> success was:
>>
>> sudo cpan -i B::Keywords
>> sudo cpan -i Test2
>> sudo cpan -i DateTime
>> sudo cpan -i DateTime::Locale
>> sudo cpan -i DateTime::Format::Strptime
>> sudo cpan -i Mozilla::CA
>>
>> Once those are all done then go to:
>>
>> /Applications/Gnucash/Contents/Resources/bin
>>
>> and run the Finance::Quote fixing script:
>>
>> sudo ./gnc-fq-update
>>
>> After all the above, all the wonderful quotes were downloaded
>> beautifully. Now, if I could only get the courage to "upgrade" to
>> Monterey...
>>
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-04 Thread David H
Ken,

Thanks for that, I haven't had FQ running on Big Sur since I upgraded to it
during the beta's :-)  Will try that on my iMac running Big Sur in a
moment.  It came good on my MacBook Pro after upgrading to Monterey and
running gnc-fq-update I think it was but I still haven't got it running on
BS.  The modules you listed are all ones that FQ Update had issues with
when I tried to update on BS so here goes :-)

Cheers David H.


On Fri, 5 Nov 2021 at 12:58, Ken Farley  wrote:

> Not a question, just my notes on how I got Finance::Quote to work on a
> new Mac Mini M1.
>
> Operating system is OS X 11.6 (Big Sur)
>
> GnuCash Version is 4.8 (from the -2.dmg)
>
> My initial install left me unable to download quotes (via
> Finance::Quote). Research online eventually led to a Reddit discussion
> about similar problems. Apparently the root cause of the trouble was
> that module Mozilla::CA provides certificates for inquiries, but was not
> installed with the  default Perl. Sequence of installs necessary for
> success was:
>
> sudo cpan -i B::Keywords
> sudo cpan -i Test2
> sudo cpan -i DateTime
> sudo cpan -i DateTime::Locale
> sudo cpan -i DateTime::Format::Strptime
> sudo cpan -i Mozilla::CA
>
> Once those are all done then go to:
>
> /Applications/Gnucash/Contents/Resources/bin
>
> and run the Finance::Quote fixing script:
>
> sudo ./gnc-fq-update
>
> After all the above, all the wonderful quotes were downloaded
> beautifully. Now, if I could only get the courage to "upgrade" to
> Monterey...
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] My MacOS Finance::Quote Successful Tweaks

2021-11-04 Thread Ken Farley
Not a question, just my notes on how I got Finance::Quote to work on a 
new Mac Mini M1.


Operating system is OS X 11.6 (Big Sur)

GnuCash Version is 4.8 (from the -2.dmg)

My initial install left me unable to download quotes (via 
Finance::Quote). Research online eventually led to a Reddit discussion 
about similar problems. Apparently the root cause of the trouble was 
that module Mozilla::CA provides certificates for inquiries, but was not 
installed with theĀ  default Perl. Sequence of installs necessary for 
success was:


sudo cpan -i B::Keywords
sudo cpan -i Test2
sudo cpan -i DateTime
sudo cpan -i DateTime::Locale
sudo cpan -i DateTime::Format::Strptime
sudo cpan -i Mozilla::CA

Once those are all done then go to:

/Applications/Gnucash/Contents/Resources/bin

and run the Finance::Quote fixing script:

sudo ./gnc-fq-update

After all the above, all the wonderful quotes were downloaded 
beautifully. Now, if I could only get the courage to "upgrade" to 
Monterey...


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.