|
Home > Archive > Red Hat Installation > January 2005 > initscripts install 6.95-1to7.14
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
initscripts install 6.95-1to7.14
|
|
| Kai Klein 2005-01-21, 7:48 am |
|
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
| |
| Rex Dieter 2005-01-21, 7:48 am |
| 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
| |
| Kai Klein 2005-01-22, 8:47 pm |
| 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" <rdieter@math.unl.edu> schrieb im Newsbeitrag
news:csr03e$qul$1@unlnews.unl.edu...
> Kai Klein wrote:
>
>
> Usually means rpm database locking problems.
>
> rm -f /var/lib/rpm/__db*
> rpm --rebuilddb
> (usually) fixes it.
>
> -- Rex
|
|
|
|
|