Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-22-2006, 08:17 PM
|
#1
|
Member
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150
Rep:
|
Need Help, LDAP + BDB issue
My Linux computer was working great, then it flipped out and I could do nothing but reset. When it rebooted, LDAP refused to start. The error in the log says, "unable to join the environment" and "bdb_db_open: dbenv_open failed: Resource temporarily unavailable (11)".
Can anyone tell me what is wrong and how I can fix it and get my LDAP server back up?
|
|
|
04-22-2006, 08:41 PM
|
#2
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
Most likely, your BDB needs to be recovered. This is like "fsck" for filesystems.
Stop LDAP if it's up, and run "db_recover -h <wherever-your-bdb-is>". It will probably take a long time. After it's done:
If it doesn't complain, run "db_archive -d -h <wherever-your-bdb-is>". This will make recovery quicker for the next time, and should be run periodically as part of general maintanence.
If it DOES complain, try "db_recover -c -h <wherever-your-bdb-is>". This will take a REALLY long time but it might save your bacon.
Your db_* tools might be called something like db4.4_* instead - look around for them.
|
|
|
04-22-2006, 09:01 PM
|
#3
|
Member
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150
Original Poster
Rep:
|
Thanks for the reply. I did db_recover -c -h /var/lib/ldap but I am still getting the same error. Actually after I do db_recover, it screws up the permissions and when I try to start ldap the log says permission denied to __db.001, I fix the permissions and try starting ldap again, then I am back to the unable to join environment error.
|
|
|
04-22-2006, 09:12 PM
|
#4
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
Does db_recover produce any output at all?
|
|
|
04-22-2006, 09:15 PM
|
#5
|
Member
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150
Original Poster
Rep:
|
Yeah. db_recover -c -h /var/lib/ldap -v
db_recover: unable to join the environment
db_recover: Finding last valid log LSN: file: 1 offset 681621
db_recover: Recovery starting from [1][28]
db_recover: Recovery complete at Sat Apr 22 21:14:46 2006
db_recover: Maximum transaction ID 8000019b Recovery checkpoint [1][681621]
|
|
|
04-22-2006, 09:34 PM
|
#6
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
That "unable to join the environment" is your problem. db_recover can't open the DB either. All I could dig up on that error was dead ends, especially on Red Hat 9.
|
|
|
04-23-2006, 11:14 AM
|
#7
|
Member
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150
Original Poster
Rep:
|
Alright. Can you tell me how I can start over :-(? What do I need to delete to get LDAP start again with an empty directory?
|
|
|
04-25-2006, 08:23 PM
|
#8
|
Member
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150
Original Poster
Rep:
|
Ok, so I did not feel like rebuilding my directory and was quite unmotivated about it, as starting from scratch can do to you. Then tonight I got motivated enough that I decided to backup the db files, uninstall the openldap-server RPM, reinstall it, and start the server. Everything worked fine at that point, but obviously bare directory. So I copied my configs back in and restarted the server, still working, ok, what would happen if I copied the db files back to the directory. I restarted it, uh ok it is running, so if I do an LDAP search will it find the entries, in fact it did. I was so excited to find I was back in business with no data loss :-). But I think from now on, I will keep a backup ;-).
|
|
|
All times are GMT -5. The time now is 11:30 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|