-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
Oh Wacom. I'll take a look. |
@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. |
@novaksam But if your not seeing the issue; it must be some thing on my side. |
@AllWorkAndNoPlay @nvts31 are you guys still encountering this issue? |
Yes, same error. I tried a new override as well. |
@nvts31 @AllWorkAndNoPlay Still happening? |
Sense reporting the issue when I try to run the recipie today.. |
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? A new 'does not exist' error comes up. It looks like the recipe is expecting an Info.plist in: |
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. |
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. |
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/
The text was updated successfully, but these errors were encountered: