Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Such file or Directory #33

Open
AllWorkAndNoPlay opened this issue Jan 30, 2019 · 11 comments
Open

No Such file or Directory #33

AllWorkAndNoPlay opened this issue Jan 30, 2019 · 11 comments

Comments

@AllWorkAndNoPlay
Copy link

AllWorkAndNoPlay commented Jan 30, 2019

com.github.novaskam.WacomIntous return error.

[Errno 2] No such file or directory: u'/Users/userName/Library/AutoPkg/Cache/com.github.novaskam.WacomIntous/downloads/PAYLOAD/Library/LaunchDaemons/

@novaksam
Copy link
Contributor

novaksam commented Feb 1, 2019

Oh Wacom. I'll take a look.

@novaksam
Copy link
Contributor

novaksam commented Feb 1, 2019

@AllWorkAndNoPlay The PKG recipe works from an empty cache directory for me; could you try the PKG recipe and see if you're having the seem issue there? Otherwise you might just need to empty out the JSS recipe cache folder.

@AllWorkAndNoPlay
Copy link
Author

@novaksam
yes, it happens with just com.github.novasam.pkg.WacomIntous
Clearing out the cache folder, the issue still happens.

But if your not seeing the issue; it must be some thing on my side.

@nvts31
Copy link

nvts31 commented Apr 3, 2019

Hello, I am also getting this error on my side. This will happen after clearing out the cache for the JSS policy.

Screen Shot 2019-04-03 at 10 08 43 AM

@novaksam
Copy link
Contributor

@AllWorkAndNoPlay @nvts31 are you guys still encountering this issue?

@nvts31
Copy link

nvts31 commented Aug 21, 2019

Yes, same error. I tried a new override as well.

@novaksam
Copy link
Contributor

@nvts31 @AllWorkAndNoPlay Still happening?

@AllWorkAndNoPlay
Copy link
Author

@novaksam

Sense reporting the issue
AutoPkg 2.0.2 was released, and I upgraded.
JSSImport 1.1.0 was released, and I upgraded.
deleted and created override recipie

when I try to run the recipie today..
autopkg run -v Wacom\ Intuos\ Driver.jss
seems to run without an Error 2

@nvts31
Copy link

nvts31 commented May 23, 2020

Tried this again on a fresh install of Catalina with AutoPkg 2.1 and JSSImporter 1.1.0. I was able to get past the error by running chmod 755 on two directories, LaunchAgents and LaunchDaemons. Permissions are not correctly being set by the installer possibly?

Before and after chmod:
image

A new 'does not exist' error comes up. It looks like the recipe is expecting an Info.plist in:
/PAYLOAD/Library/Application Support/Tablet/WacomTabletDriver.app/Contents/
but the correct location of this file is in:
/PAYLOAD/Applications/Wacom\Tablet.localized/.Tablet/WacomTabletDriver.app/Contents/Info.plist

image

@billyp179
Copy link

i am having the same issues as nvts31, his last screenshot matches the error i see. i installed a fresh copy of Autopkgr in a different machine and only had this recipe running and same error. Even if i change the plist file to a file that exists in the cache folder, i get the same error.

@billyp179
Copy link

@nvts31

Ok, what i have found is that the "WacomTabletDriver.app" is not being downloaded into the cache folder. During the process the reason for the error is its unable to get the version from info.plist.

What i did was choose another app from the cache folder in order to get the version of the latest Wacom Intuos driver. I then reviewed the recipe used from the RecipeRepos to convert dmg to pkg (located in the Recipe - pkg folder). i edit the input_plist_path to point to a different app found in the cache folder. You also have to edit right below, plist_version_key</> and change "CFBundle" to "CFBundleShortVersionString". That way, the recipe will be able to find the info.plist and version from the app, and finish converting dmg to pkg.

After you have made the edit, launch terminal and run 'autopkg update-trust-info RecipeOverrides/WacomIntuosDriver.jss.recipe' so that the changes are trusted. Once you run the Wacom Intuos Driver.jss override, it will have no errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants