linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #04715
[Bug 976069] [NEW] --datadir is not relative to --basedir
Public bug reported:
The drizzled --help for --basedir says: "Path to installation directory.
All paths are usually resolved relative to this." This does not seem to
be true. If basedir=/foo and datadir=data is specified, Drizzle fails
to start with an error like "Aborting:"Data directory foo/data does not
exist". Abort was called from drizzled/main.cc:297 in main()"
Perhaps all paths are no longer relative to --basedir and the --help
just needs to be updated? Or, all paths are supposed to be relative to
--basedir and this is a bug in the code.
** Affects: drizzle
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/976069
Title:
--datadir is not relative to --basedir
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
New
Bug description:
The drizzled --help for --basedir says: "Path to installation
directory. All paths are usually resolved relative to this." This
does not seem to be true. If basedir=/foo and datadir=data is
specified, Drizzle fails to start with an error like "Aborting:"Data
directory foo/data does not exist". Abort was called from
drizzled/main.cc:297 in main()"
Perhaps all paths are no longer relative to --basedir and the --help
just needs to be updated? Or, all paths are supposed to be relative
to --basedir and this is a bug in the code.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/976069/+subscriptions
Follow ups
References