May 12, 201610 yr I was wondering, after comparing to a new 6.2b21 go file is any of the following old stuff I can remove? cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start I notice during bootup is complains about unraid_notify. I searched the forums but didn't see to much about if this was truncated or not.
May 12, 201610 yr Community Expert I was wondering, after comparing to a new 6.2b21 go file is any of the following old stuff I can remove? cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start I notice during bootup is complains about unraid_notify. I searched the forums but didn't see to much about if this was truncated or not. The first line was used to auto install things from the unMenu PKG manager. Wasn't sure about the unraid_notify but it has a lot of matches when searching. See search tips in my sig. Unless you depend on something from unMenu you don't need either of these lines.
May 12, 201610 yr Author I was wondering, after comparing to a new 6.2b21 go file is any of the following old stuff I can remove? cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start I notice during bootup is complains about unraid_notify. I searched the forums but didn't see to much about if this was truncated or not. The first line was used to auto install things from the unMenu PKG manager. Wasn't sure about the unraid_notify but it has a lot of matches when searching. See search tips in my sig. Unless you depend on something from unMenu you don't need either of these lines. thanks, good to know about the first one, I had no idea what the heck it was. I don't think I ever used unMenu at all, but I did originally install it back when 5.0 was in early beta (when I joined unRAID). I Will search more about unraid_notify.
May 12, 201610 yr unraid_notify sounds like a very old script, highly unlikely to be something you want in v6.
May 12, 201610 yr Author unraid_notify sounds like a very old script, highly unlikely to be something you want in v6. based on my searches it seems to be some 4.x unmenu stuff for notification scripts.
Archived
This topic is now archived and is closed to further replies.