How To Fix “Cannot Obtain File Lock” With Mediawiki Uploads

When trying to upload any files i was getting an error “could not acquire lock for …”. I initially thought this was some sort of permission error since it makes sense. I tried setting the permissions for the entire images folder to 777 and made sure the ownership of the directories was correct, yet it didn’t make a difference. After a lot of googling It would seem that a common cause of the issue is SELinux.

In order to get over this problem you need to navigate to the images directory for your Mediawiki install. E.g. /var/www/html/mediawiki/images. When in this directory execute the following command.

setsebool -P httpd_unified 1

If you are using a command line tool you should see that the highlighting of the folder has changed to a green color. Go back to Mediawiki and check the file upload again. The file should now correctly upload without any error with acquiring a lock with the lock dir.

If this solution didn’t work there are a few other things to try as the problem might not be related to SELinux.

Set permissions of the directory to 777 and make sure apache is the owner and can correctly write to this directory.
Delete the contents of the lockdir folder.

Adding the following to LoadSettings.php will hopefully dump some additional error information to use for debugging.

$wgShowSQLErrors = true;
$wgDebugDumpSql = true;
$wgShowExceptionDetails = true;
$wgShowDBErrorBacktrace = true;

Related Articles

Related Questions

Why is my KVM switch only recognizing my keyboard on one computer?

I've got a setup where I'm using a Linkskey 2 Port USB KVM Switch with my Linux Mint desktop (PC1) and a Dell laptop...

How Can I Keep My Room Cool While Gaming on My PC?

I have a large Acer PC that overheats my room during gaming sessions. After about 30 minutes of play, it feels like I'm in...

Can I Use a Different PCI-e Cable for My FSP Hydro G Pro PSU?

I have an FSP Hydro G Pro power supply, but I lost one of the PCIe 8-pin cables needed for my graphics card (a...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Latest Tools

Online Hash Generator – String to Hash Converter

Need to quickly generate a hash from a string? Whether you're verifying file integrity, securing data, or just experimenting with cryptographic tools, this simple...

Convert CSV To HTML Table

Need to quickly turn CSV data into an HTML table? Whether you're copying data from Excel, Google Sheets, or another spreadsheet, this tool makes...

Student Group Randomizer

Creating fair and balanced groups in the classroom can be time-consuming — especially when you're trying to avoid repetition, manage different skill levels, or...

Random Group Generator

Need to split a list of people, items, or ideas into random groups? Our free Random Group Generator makes it quick and easy. Whether...

Flip Text Upside Down – Free Online Tool

Ever wanted to flip your text upside down just for fun or to grab someone’s attention in a creative way? This free online Upside...

Raffle Ticket Generator

If you're running a fundraiser, charity draw, or local event and need raffle tickets fast, this free online tool lets you generate and print...

Latest Posts

Latest Questions