Prev: FreeRapid downloader - Network is unreachable, on Debian Squeeze
Next: trying to update PowerEdge BIOS "Make sure the following utilities are in the path ..."
From: Albretch Mueller on 24 Jan 2010 14:40 ~ While trying the update the BIOS of a PowerEdge 1850 using Linux/Debian/knoppix 6.2, I got: ~ spsetup.sh: line 124: source: buildVer.sh: file not found spsetup.sh: Cannot find utilities on the system to execute package. Make sure the following utilities are in the path: sed stty cut fmt stat look lockfile tail rm mkdir mktemp chmod ls basename dirname sleep ~ I did check all of these utilities and the only one apparently (or actually) missing is "lockfile". ~ $ which lockfile $ lockfile --version | grep version bash: lockfile: command not found ~ I am not sure (I have tried a number of things) which "lockfile" do they mean: ~ http://packages.debian.org/search?keywords=lockfile ~ DELL supports RedHat and Susex in their servers. Is this a Red Hat specific utility? and in case it is, what/how should I do/go? ~ Thank you lbrtchx ~ $ which sed /bin/sed $ sed --version | grep version GNU sed version 4.2.1 ~ $ which stty /bin/stty $ stty --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which cut /usr/bin/cut $ cut --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which fmt /usr/bin/fmt $ fmt --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which stat /usr/bin/stat $ stat --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which look /usr/bin/look ~ $ which lockfile $ lockfile --version | grep version bash: lockfile: command not found ~ $ which tail /usr/bin/tail $ tail --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which rm $ rm --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which mkdir /bin/mkdir $ mkdir --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which mktemp /bin/mktemp $ mktemp --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which chmod /bin/chmod $ chmod --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which ls $ ls --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which basename /usr/bin/basename $ basename --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which dirname /usr/bin/dirname $ dirname --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. ~ $ which sleep /bin/sleep $ sleep --version | grep version License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. $ ~ -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org |