Unable to install or uninstall hptraidconf RAID command-line mgmt util for RocketRaid 622

December 17th, 2011 - 08:50 pm ET by Andrew Phillips | Report spam
I am trying to install the command-line RAID management utility
available at HighPoint-Tech's website:
http://highpoint-tech.com/BIOS_Driv...r622_U.htm

I have installed the hptsvr utility, and I am trying to install the
hptraidconf utility, but when I execute "dpkg -i hptraidconf" I get
the following error messages:

Selecting previously deselected package hptraidconf.
(Reading database ... 103059 files and directories currently installed.)
Preparing to replace hptraidconf 3.5 (using hptraidconf_3.5_amd64.deb) ...
dpkg (subprocess): unable to execute old pre-removal script
(/var/lib/dpkg/info/hptraidconf.prerm): No such file or directory
dpkg: warning: subprocess old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
dpkg (subprocess): unable to execute new pre-removal script
(/var/lib/dpkg/tmp.ci/prerm): No such file or directory
dpkg: error processing hptraidconf_3.5_amd64.deb (--install):
subprocess new pre-removal script returned error exit status 2
dpkg (subprocess): unable to execute installed post-installation
script (/var/lib/dpkg/info/hptraidconf.postinst): No such file or
directory
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
hptraidconf_3.5_amd64.deb

I have followed the instructions here:
http://www.debian.org/doc/manuals/d...age_script
and modified hptraidconf.prem and hptraidconf.postinst to force an
install so later I could uninstall this package.

$ cat /var/lib/dpkg/info/hptraidconf.prerm
#!/bin/sh
#rm -f /usr/bin/hptraidconf
#rm -f /usr/share/man/man1/hptraidconf.1
#rm -rf /usr/share/doc/hpt/hptraidconf-*/
true

I am still getting the errors about the files not existing when trying
to install. Any ideas how to uninstall this as cleanly as possible?

- Andrew Phillips


To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CACkBDmSVE2...7m9K2AKyEw@mail.gmail.com
email Follow the discussionReplies 3 repliesReplies Make a reply

Replies

#1 Camale
December 18th, 2011 - 06:50 am ET | Report spam
On Sat, 17 Dec 2011 20:41:53 -0500, Andrew Phillips wrote:

I am trying to install the command-line RAID management utility
available at HighPoint-Tech's website:
http://highpoint-tech.com/BIOS_Driv...r622_U.htm



Those packages are targeted for lenny, are you running lenny?

I have installed the hptsvr utility, and I am trying to install the
hptraidconf utility, but when I execute "dpkg -i hptraidconf" I get the
following error messages:

Selecting previously deselected package hptraidconf. (Reading database
... 103059 files and directories currently installed.) Preparing to
replace hptraidconf 3.5 (using hptraidconf_3.5_amd64.deb) ... dpkg
(subprocess): unable to execute old pre-removal script
(/var/lib/dpkg/info/hptraidconf.prerm): No such file or directory dpkg:
warning: subprocess old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ... dpkg (subprocess):
unable to execute new pre-removal script (/var/lib/dpkg/tmp.ci/prerm):
No such file or directory dpkg: error processing
hptraidconf_3.5_amd64.deb



(...)

I am still getting the errors about the files not existing when trying
to install. Any ideas how to uninstall this as cleanly as possible?



Google returned a similar situation in this thread, not sure if it will
help:

http://ubuntuforums.org/showthread.php?t08698

Anyway, have you considered in using linux raid (software raid "md")
instead? The card seems (not sure about this, though) to use what is
called a fakeraid chipset which is synonym of problems in the near
future...

Greetings,

Camaleón


To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Archive: http://lists.debian.org/

Similar topics