Fing.bin not verified?

Posted on
Tue Oct 15, 2019 8:28 am
steplad86 offline
Posts: 14
Joined: Jun 28, 2014

Fing.bin not verified?

Yesterday I upgraded from Mojave to Catalina. As soon as I started indigo, I began getting the message ' "fing.bin" cannot be opened because the developer cannot be verified.' I have found the file 'fing.bin' but do not know how to verify the file. Fingscan was working fine before I did the upgrade. Any help you can give me will be appreciated.

Posted on
Tue Oct 15, 2019 9:39 am
durosity offline
User avatar
Posts: 4320
Joined: May 10, 2012
Location: Newcastle Upon Tyne, Ye Ol' England.

Re: Fing.bin not verified?

Try this:


Is it safe...to upgrade to Catalina?
https://r.tapatalk.com/shareLink?share_ ... are_type=t

Computer says no.

Posted on
Tue Oct 15, 2019 12:19 pm
racarter offline
User avatar
Posts: 477
Joined: Jun 18, 2016
Location: North Yorkshire, UK

Re: Fing.bin not verified?

Accept the error message in System Preferences > Security and Privacy. You'll need to do this 5 or 6 times, restarting the plugin after each acceptance.

Posted on
Tue Oct 15, 2019 12:49 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

I believe I can add that command to the plugin which would do it before fing is called. But I am out until nov 4

Karl.


Sent from my iPhone using Tapatalk

Posted on
Thu Oct 17, 2019 9:29 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

racarter ,
could you create an indigo action group/ execute script and paste:
Code: Select all
yourPassword ="xxxxx"
ret = subprocess.Popen("echo '"+yourPassword+ "' | sudo -S  sudo xattr -rd com.apple.quarantine /usr/local/bin/fing ",shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE).communicate()
indigo.server.log(unicode(ret))


put you password in and execute /run

check if that creates any error messages, or better post the log file output.


if that does the trick I can put it into the fingscan plugin -- and some others too that call other included programs


Karl

Posted on
Thu Oct 17, 2019 9:40 am
racarter offline
User avatar
Posts: 477
Joined: Jun 18, 2016
Location: North Yorkshire, UK

Re: Fing.bin not verified?

Hi Karl

The script produces an error message:

embedded script: global name 'subprocess' is not defined

Regards

Alan

Posted on
Thu Oct 17, 2019 9:42 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

this should do it...
Code: Select all
import subprocess
yourPassword ="xxxxx"
ret = subprocess.Popen("echo '"+yourPassword+ "' | sudo -S  sudo xattr -rd com.apple.quarantine /usr/local/bin/fing ",shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE).communicate()
indigo.server.log(unicode(ret))

Posted on
Thu Oct 17, 2019 9:44 am
racarter offline
User avatar
Posts: 477
Joined: Jun 18, 2016
Location: North Yorkshire, UK

Re: Fing.bin not verified?

Haha - I realised just after I'd sent the message! Added the import and got:

Script ('', 'Password:sudo: sudo: command not found\n')

Posted on
Thu Oct 17, 2019 10:26 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

replace
sudo
with
/usr/bin/sudo
Code: Select all
import subprocess
yourPassword ="xxxxx"
ret = subprocess.Popen("echo '"+yourPassword+ "' | /usr/bin/sudo -S  /usr/bin/sudo xattr -rd com.apple.quarantine /usr/local/bin/fing ",shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE).communicate()
indigo.server.log(unicode(ret))

Posted on
Thu Oct 17, 2019 10:48 am
racarter offline
User avatar
Posts: 477
Joined: Jun 18, 2016
Location: North Yorkshire, UK

Re: Fing.bin not verified?

Result:

Code: Select all
 Script                          ('', 'Password:')

Posted on
Thu Oct 17, 2019 10:53 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

That seems to be ok I believe.

Will add that to the plugin


Sent from my iPhone using Tapatalk

Posted on
Thu Oct 17, 2019 10:54 am
racarter offline
User avatar
Posts: 477
Joined: Jun 18, 2016
Location: North Yorkshire, UK

Re: Fing.bin not verified?

:)

Posted on
Sun Nov 03, 2019 8:30 am
Rjay offline
Posts: 41
Joined: Feb 12, 2019

Re: Fing.bin not verified?

hey there, did this end up getting put into the plugin?

There didn't seem to be updates indicated in Indigo but the code fix above does seem to have worked to resolve the issue.

thanks

Posted on
Sun Nov 03, 2019 8:31 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

Back home tomorrow evening. Should have something ready 2 days later.
Karl


Sent from my iPhone using Tapatalk

Posted on
Thu Nov 07, 2019 2:41 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Fing.bin not verified?

racanter, Rjay:

could you please be so kind and check the new version just posted. I should work under catalina

Karl

Who is online

Users browsing this forum: No registered users and 5 guests