June 23, 201214 yr Hey all im running 5.0-rc4 unraid i recently cleaned up my packages folder as it had plenty of random packages leftover from unmenu addons and such that i've had from previous versions, however now when unraid starts up the installpkg command returns not found? my go file is /usr/local/sbin/emhttp & cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start it also returns an error on the first line saying -c should have an argument, and then unraid_notify returns command not found. installpkg still works fine, as do most commands cd, ls etc. However shutdown, reboot, installpkg, unraid_notify dont seem to work (Presumably more do but i feel a bit out of my depth in this one, im not a linux expert by any means) I've tried googling the solution however it doesn't seem anybody else has experienced this with unraid I have attatched the syslog incase anybody needs it. This has obviously massively disrupted my unraid boxes usefulness, so i'd be super greatful if anybody has any solutions or things to try! I really have no idea how these commands etc are put into effect, so it could be something simple i guess? Any help would be much appreciation! If i've forgotten to include anything, appologies and just ask and ill try whatever the suggestion is. Having a bit of a bad morning with unraid today! syslog.zip
June 23, 201214 yr Author Okay i've managed to fix it finally, i removed everything from the go script except obviously running emhttp and it seems to have come back to normal, so it seems like this command "cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c" was messing it up. Not entirely sure why but incase anybody else has this problem.
June 23, 201214 yr ... it seems like this command "cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c" was messing it up. That command, in itself, is not a problem, but it does mean that you have a broken auto_install package.
Archived
This topic is now archived and is closed to further replies.