joweria@ubuntu:~$ mserver5 --dbpath=/tmp/MyDBfarm/MyDB </dev/null
# MonetDB 5 server v11.24.0
# This is an unreleased version
# Serving database 'MyDB', using 2 threads
# Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers
# Found 1.470 GiB available main-memory.
# Copyright (c) 1993-July 2008 CWI.
# Copyright (c) August 2008-2016 MonetDB B.V., all rights reserved
# Visit http://www.monetdb.org/ for further information
# Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
# MonetDB/GIS module loaded
# MonetDB/SQL module loaded
>joweria@ubuntu:~$
joweria@ubuntu:~$ mserver5 --dbpath=/tmp/MyDBfarm/MyDB </dev/null
# MonetDB 5 server v11.24.0
# This is an unreleased version
# Serving database 'MyDB', using 2 threads
# Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers
# Found 1.470 GiB available main-memory.
# Copyright (c) 1993-July 2008 CWI.
# Copyright (c) August 2008-2016 MonetDB B.V., all rights reserved
# Visit http://www.monetdb.org/ for further information
# Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
# MonetDB/GIS module loaded
# MonetDB/SQL module loaded


But when i try to reach another database as shown below, the module is not loaded
joweria@ubuntu:~$ mserver5 --dbpath=/home/joweria/Spartial/mydbfarm/Gisbase
!FATAL: GDKlockHome: Database lock '.gdk_lock' denied

joweria@ubuntu:~$ sudo su
[sudo] password for joweria:
root@ubuntu:/home/joweria# mserver5 --dbpath=/home/joweria/Spartial/mydbfarm/Gisbase
# MonetDB 5 server v11.24.0
# This is an unreleased version
# Serving database 'Gisbase', using 2 threads
# Compiled for x86_64-unknown-linux-gnu/64bit with 128bit integers
# Found 1.470 GiB available main-memory.
# Copyright (c) 1993-July 2008 CWI.
# Copyright (c) August 2008-2016 MonetDB B.V., all rights reserved
# Visit http://www.monetdb.org/ for further information
# Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
# MonetDB/SQL module loaded
>

Also when i run with my user priviledges