Hello
I am installing Linux agent, i am getting following error
warning: ./packages/epel-release-5-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
warning: waiting for transaction lock on /var/lib/rpm/__db.000
Then it hangs.
I have one more server with Linux RHEL 4, when i am trying to install agent its keep on installing, i was almost waiting like 4 mins still it was running, finally i cancelled that.
I have downloaded both the agets from Nagios site. We are customer of Nagios
Thanks
Krishna
Linux Agent installation
Re: Linux Agent installation
This error is fairly common, it can be ignored.murali wrote:warning: ./packages/epel-release-5-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
This is likely the main issue. The berkley database is currently locked, either by another package install or a stale lock. Do you have any other package installs pending? If not, you can ^C out of the build, remove the lock file (as long as you are sure that there are no other current or pending package installs), at try once again.murali wrote:warning: waiting for transaction lock on /var/lib/rpm/__db.000
Lets check what has the file tied up:
Code: Select all
lsof /var/lib/rpm/__db.000Code: Select all
ls -l /var/lib/rpm/__db.000Code: Select all
touch /var/lib/rpm/__db.000
chown root:root /var/lib/rpm/__db.000
chmod 644 /var/lib/rpm/__db.000Code: Select all
vi /etc/yum.confCode: Select all
gpgcheck=1Code: Select all
gpgcheck=0Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.