[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: hpux errors



On Tue, Jul 02, 2002 at 11:39:38AM -0400, Paul Sullivan wrote:
> I'm getting the errors shown below, whenever I attempt to query any
> packages.  I can successfully install/update packages though:
> 
> > bash-2.04# rpm -ql db1
> > rpmdb: mmap: Not enough space
> > error: db3 error(12) from dbenv->open: Not enough space
> > error: cannot open Name index using db3 - Not enough space (12)
> > package db1 is not installed
> 
> ^ In this instance, the package 'db1' is installed:
> 
> > bash-2.04# rpm -qa
> > db1-1.85-2
> 
> Any ideas?

You have only a single package -- db1 -- installed? Odd ...

The "rpm -ql db1" is using the Name index to lookup a header in Packages,
while "rpm -qa" is just walking headers directly.

Here's a wild guess:

Check to see whether hpux has a resource cap on the size of executables,
mmap(2) might be getting "Not enough space" because of that.

See whether there are any hp-ux peculier tunings/configuration at
www.sleepycat.com.

73 de Jeff

-- 
Jeff Johnson	ARS N3NPQ
jbj@redhat.com (jbj@jbj.org)
Chapel Hill, NC





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []