SysOptimizer error Studio

Copy @Antoine,
Hi, it is now working on my PowerBook. I had my son check it out. (CapGemini engineer). There was 2 problems:

  • bad ownership/permissions
  • com.apple.quarantine
    @Antoine Could you make a post with the right terminal commands to check that. It is too much for my knowledge :wink:

Your son seems to be a talented engineer.
Can’t he share with us these magical terminal commands?

PowerBook : mince j’ai fait un saut temporel sans m’en rendre compte…

PowerBook…quand Apple avait une gamme de produit clair, et des produits Pro vraiment Pro. :cry:

:joy:
C’est un MacBook Pro désolé, mais je suis resté sur cette ancienne appellation.

Je me suis cru 10s dans retour vers le futur :rofl:

Powerbook ou MacBook Pro, Ca change pas grand chose à notre bug Sysop…

Il m’arrive aussi de commettre ce lapsus. :grinning:

J’ai encore un PowerBook 17’ G4 à la maison qui marche parfaitement bien.

@PML, @Mathieu, @Doudou
Celui que je n’oublierai jamais c’est le PowerBook G3. Une machine tout terrain indestructible qui m’a suivi sur les chantiers très, très longtemps…

brace yourself for a huge invoice very soon :slight_smile:

Fatal anticipation of inheritance might just do it! :smile:

:joy:
He is my son my friend !

Don’t worry he pays me in very nice food whenever I come by :smiley:
Here is what you need to do:
Launch a terminal then go to the first folder:
cd /Library/LaunchDaemons/

Change ownership, permission and remove quarantine of the Audirvana files you have installed there (sudo command will ask for your password the first time)
sudo chown root:wheel com.audirvana*
sudo chmod 644 com.audirvana*
sudo xattr -d com.apple.quarantine com.audirvana*

Then go to:
cd /Library/PrivilegedHelperTools/

Same here if you have the files:
sudo chown root:wheel com.audirvana*
sudo chmod 644 com.audirvana*
sudo xattr -d com.apple.quarantine com.audirvana*

Then reload the daemon process with:
sudo launchctl load -w /Library/LaunchDaemons/com.audirvana.SysOptimizerTool.plist

You should be all set (you can if you want then run the 2 other commands from Damien but they are not necessary to make it work).

Free for dad of course, I’ll send the humongous invoice to Damien, expect the subscription price to double due to the consulting effort :grin:

1 Like

[quote=“thdevita, post:54, topic:25379”]
Free for dad [/quote]

Wait, who are you “thdevita”? Are you the so called “Alain”?

It was a rather badly worded joke on my behalf that CapGemini would even charge their family for work :slight_smile:

Close enough. I’m his son lol

Bravo, Monsieur. Nous attendons une solution depuis deux jours. :heart_eyes:

Je n’ai pas essayé encore d’appliquer votre solution, mais il y a quelques détails que je ne comprends pas.

Vous dites :

1/
Launch a terminal then go to the first folder:
cd /Library/LaunchDaemons/

C’est quoi “cd” ? Il 'y a pas un tel répertoire sur le Mac ? Comment on peut aller à ce repértoire ?

2/
Vous dites plus loin :

Then go to:
cd /Library/PrivilegedHelperTools/

Same here if you have the files:
sudo chown root:wheel com.audirvana* … ETC…

Je ne comprends pas pourquoi aller à ce répertoire pour taper une commande dans le terminal ?

En plus, quand je lance vos commandes dans le terminal, le terminal me demande mon mot de passe.
Et quand je tape mon mot de passe d’administrateur, il le rejette !
Je ne comprends pas… Est-ce qu’il faut taper dans le terminal le mot de passe d’installation de l’application Audirvana Studio ?

Thanks Tom :joy:
Hope that will not be confusing for non-Terminal regular users !
:kissing_heart:

I believe that Damien will understand it. And hopefully will explain to us what to do.