← Back to team overview

linux-traipu team mailing list archive

[Bug 890910] [NEW] --daemon broken when --user passed

 

Public bug reported:

In 2011.10.28, when running drizzled as the 'drizzle' user... --daemon
works fine.  However when starting as root, and passing the --user
option the process never goes to background:


[root@derks-vm drizzle]# sudo drizzled --user drizzle --daemon 
... runs forever in foreground ...


[root@derks-vm drizzle]# sudo -u drizzle drizzled --daemon 
[root@derks-vm drizzle]#

** 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/890910

Title:
  --daemon broken when --user passed

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

Bug description:
  In 2011.10.28, when running drizzled as the 'drizzle' user... --daemon
  works fine.  However when starting as root, and passing the --user
  option the process never goes to background:

  
  [root@derks-vm drizzle]# sudo drizzled --user drizzle --daemon 
  ... runs forever in foreground ...

  
  [root@derks-vm drizzle]# sudo -u drizzle drizzled --daemon 
  [root@derks-vm drizzle]#

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


Follow ups

References