Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Fix Locate Cannot Start mlocate.db No Such File or Directory

July 29, 2024
in A, Blog, Linux
0
ADVERTISEMENT

Table of Contents

mlocate.db No Such File or Directory

In some cases, you might see the below error while trying to search a file/directory on your Linux server using locate command. Even the mlocate package is installed on your system.

The error show that mlocate.db file is missing on the server. 

# locate php.ini
locate: can not stat () `/var/lib/mlocate/mlocate.db': No such file or directory
Note The file named mlocate.db is the database file in which locate command use to keep the location of all files on the Linux server.

You would get the above error if you were running locate command for the first time or if it is a newly setup Linux server. So, you need to update the updatedb.

The default database storage location is /var/lib/mlocate/. As you can see there’s no database in that location.

[root@centos7 ~]# ls -l /var/lib/mlocate/
total 0

To fix it, you must first run command on the server so that locate will store all the file location in mlocate.db. 

sudo updatedb

Once the database is updated, you can see it in /var/lib/mlocate directory.

[root@centos7 ~]# ls -l /var/lib/mlocate/
total 836
-rw-r----- 1 root slocate 854125 Dec 16 10:19 mlocate.db

Now, you can start searching files using locate command after updatedb is completed. Database file is automatically created when we ran updatedb command. 

# updatedb
# locate php.ini
/etc/opt/remi/php74/php.ini
/opt/remi/php74/root/usr/share/doc/php74-php-common-7.4.32/php.ini-development
/opt/remi/php74/root/usr/share/doc/php74-php-common-7.4.32/php.ini-production

This database file contains details of location of all files on your Linux server. When you search a file locate command will search this database and provides the file location immediately.

# locate nginx.conf
/etc/nginx/nginx.conf
/etc/nginx/nginx.conf.default
ADVERTISEMENT

Not a reader? Watch this related video tutorial:

5/5 - (1 vote)
Previous Post

How to Install WordPress Using Nginx and PHP 7.4 on CentOS 7

Next Post

How to Install PHP 7.4 on Centos 7/RHEL 7

Related Posts

Images Hidden Due To Mature Content Settings In CivitAI

August 31, 2024

Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

August 20, 2024

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024

How to Remove The Test Mode Watermark Without Disabling Test Mode

July 28, 2024

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory