Hi, I posted this to the list just a few daws ago: >RPM problem solved. > >The error I got was: > >error: db4 error(16) from dbenv->remove: Device or resource busy > >Found this in the rpm-list: > >>From: Jeff Johnson: jbj@xxxxxxxxxx >> >>There's nothing really wrong. The dbenv is used by two opens of >>/var/lib/rpm indices, one early to grab public keys, the other later >> when installing. >> >>There's an attempt to remove the environment from the 1st instance close, >>fails because the environment is still in use by the second instance, >>harmless but noisy. > >So I supose I just let it be. > >Thanks to all who replied anyway. > ----- Original Message ----- From: Robert G. (Doc) Savage <dsavage@xxxxxxxxxxx> To: <shrike-list@xxxxxxxxxx> Sent: Monday, April 21, 2003 3:14 PM Subject: rpm --rebuild error > I'm trying to rebuild the database after rpm stalled during installation > of xine rpms. After removing the /var/lib/rpm/__db.00* files, I get the > following error after about 15 minutes: > > # rpm --rebuild > error: db4 error(16) from dbenv->remove: Device or resource busy > > Translation please??? > > --Doc Savage > Fairview Heights, IL > >