Posted on 01-05-2016 08:45 AM
Hello everyone!
I have been playing around with autopkg the passed couple days and would love to get it working.
It looks like everything is working until it has to talk to the JSS. It mounts our CasperShare but give me this error.
Error mounting Url "smb://jssuser:jsspassord:@ourjss:139/caspershare$: None
I was suggested to take a look at the defaults read and all of them look right to me
defaults read com.github.autopkg JSS_REPOS - looks right
defaults read com.github.autopkg JSS_URL - looks right
defaults read com.github.autopkg JSS_VERIFY_SSL - says no SSL exists
defaults read com.github.autopkg API_USERNAME - looks good
defaults read com.github.autopkg API_PASSWORD - looks good
Solved! Go to Solution.
Posted on 01-08-2016 11:37 AM
We figured it out! does not respect the $
https://github.com/sheagcraig/JSSImporter/issues/74#issuecomment-170170235
Posted on 01-05-2016 09:40 AM
If you choose Finder->Go->Connect To Server and copy/paste that URL, what happens?
Posted on 01-05-2016 10:29 AM
thank you for getting back so fast@gregneagle
when connecting to server, my casper share mounts no problem
Posted on 01-06-2016 01:35 PM
Is it a local share you're trying to mount? I ran into a similar issue a while back:
https://github.com/sheagcraig/JSSImporter/issues/64
Posted on 01-08-2016 09:14 AM
It is not a local share. But I think i am going to test that today. I will let you know how that goings ;)
Posted on 01-08-2016 11:37 AM
We figured it out! does not respect the $
https://github.com/sheagcraig/JSSImporter/issues/74#issuecomment-170170235