8.2.2-P5 Solaris2.6 db_load problems

Jim Reid jim at rfc1035.com
Wed Apr 26 21:13:45 UTC 2000


>>>>> "Heikki" == Heikki Hannikainen <hessu at hes.iki.fi> writes:

    Heikki>   I am also suffering from these on a Solaris 2.6
    Heikki> box. bind 4 on Solaris 2.5.1 was just fine on a slower
    Heikki> machine and the same amount of zones.

    Heikki> 26-Apr-2000 14:49:28.840 load: db_load could not open: domain.fi.le: Resource temporarily unavailable

Looks like your 2.6 box is running out of file descriptors. Check the
man page for open() and find out why it returns EAGAIN: "Resource
temporarily unavailable". You probably have to fix some kernel value
to increase the number of file descriptors. Or you could use lsof to
find out where they've all gone.



More information about the bind-users mailing list