← Back to team overview

linux-traipu team mailing list archive

[Bug 935951] Re: --no-defaults is ignored

 

No, I still get this.  To test this  bug you first need to make sure you
are trying to use the correct defaults file. You could do this like:

strace sbin/drizzled 2>&1 | grep drizzled.cnf

Usually it is either /etc/drizzle/drizzled.cnf or (relative)
etc/drizzle/drizzled.cnf

Then just do

echo foo >> etc/drizzle/drizzled.cnf and you will get an error from
drizzled when starting.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/935951

Title:
  --no-defaults is ignored

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  I am trying to get help using --help and my command is:

   drizzled --no-defaults  --help

  getting error:
  Aborting:"Use --help to get a list of available options. unknown option max-connections". Abort was called from drizzled/drizzled.cc:1369 in init_variables_after_daemonizing()

  option max-connection is in drizzled.cnf, and this file should be ignored when I use
  --no-defaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/935951/+subscriptions


References