So I did a fresh install of the “official” Sick Beard app from Drobo Dashboard and noticed it was alpha development so I switched back to alpha master (don’t think i’m ready to be that bleeding edge) Anyway I couldn’t update either one with GIT I receive the following error.
2014-04-07 05:41:29 CP Server Thread-6 :: "/mnt/DroboFS/Shares/DroboApps/sickbeard/bin/git" pull origin master returned : /mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-pull: /mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-sh-setup: line 100: basename: not found
/mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-pull: /mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-sh-setup: line 100: sed: not found
/mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-pull: /mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-sh-setup: line 255: uname: not found
From git://github.com/midgetspy/Sick-Beard
* branch master -> FETCH_HEAD
/mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-pull: line 244: sed: not found
/mnt/DroboFS/Shares/DroboApps/git/libexec/git-core/git-pull: line 244: tr: not found
There are no candidates for merging among the refs that you just fetched.
Generally this means that you provided a wildcard refspec which had no
matches on the remote end.
My guess is that now since Sick Beard is running as root it’s a PATH variable issue but I defer to those here that probably know better than I.
I had a shell script that Sick Beard executes after processing and I had to update it to have full qualified paths to make it work with the “official” Sick Beard app, so that is why I suspect a path issue.
I tried both the GIT that is in the sickbeard/bin folder and the standalone I installed in droboapps/git. Same result, interestingly enough the above error is from the GIT included with Sick Beard but then seems to start using the standalone GIT install.
But before I go in and start tinkering with “git-sh-setup” and loading it up with full paths I wanted to check with those that know.
I also expect CouchPotato to run into the same issue.