Kai Klein wrote:
> i try to upgrade on my redhat 7.2 the initscripts but it hungs ?
Usually means rpm database locking problems.
rm -f /var/lib/rpm/__db*
rpm --rebuilddb
(usually) fixes it.
-- Rex
This is a discussion on initscripts install 6.95-1to7.14 - Redhat ; Hello, i try to upgrade on my redhat 7.2 the initscripts but it hungs ? i have the version 6.95-1 installed and i like to install 7.14-1 if i try it with rpm -Uh initscripts-7.14-1.i386.rpm it runs up to 100% ...
Hello,
i try to upgrade on my redhat 7.2 the initscripts but it hungs ?
i have the version 6.95-1 installed and i like to install 7.14-1
if i try it with rpm -Uh initscripts-7.14-1.i386.rpm
it runs up to 100% and then it stops without a curser.
after that is still the version 6.95-1 installed.
(rpm -qa)
what is here wrong ?
my problem is, that i beleive that the function script is not right in my
version,
i try to start a deamon with the option -start and the script dont create
the pid file.
so i cant use the option stop and status.
--
Regards
Mit freundlichen Grüssen
Kai Klein
Kai Klein wrote:
> i try to upgrade on my redhat 7.2 the initscripts but it hungs ?
Usually means rpm database locking problems.
rm -f /var/lib/rpm/__db*
rpm --rebuilddb
(usually) fixes it.
-- Rex
yes, thank you !!
works , take a wile
hope my problems are gone now ?!
a startscript for a java prg wont start/stop/status with the functios
script.
thank you
regards
kai
"Rex Dieter"schrieb im Newsbeitrag
news:csr03e$qul$1@unlnews.unl.edu...
> Kai Klein wrote:
>
> > i try to upgrade on my redhat 7.2 the initscripts but it hungs ?
>
> Usually means rpm database locking problems.
>
> rm -f /var/lib/rpm/__db*
> rpm --rebuilddb
> (usually) fixes it.
>
> -- Rex