[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-04-05 Thread Thierry Carrez
** Changed in: nova Milestone: essex-1 = 2012.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile permissions To

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-04-03 Thread Mark McLoughlin
** Changed in: nova Assignee: (unassigned) = Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-01-11 Thread Mark McLoughlin
** Also affects: nova/diablo Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2012-01-11 Thread Mark McLoughlin
** Changed in: nova/diablo Status: New = Fix Committed ** Changed in: nova/diablo Milestone: None = 2011.3.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title:

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-12-19 Thread Martin Pitt
Hello Adam, or anyone else affected, Accepted nova into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! **

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-12-19 Thread Adam Gandelman
Verified SRU in oneiric-proposed the issue in oneiric. Log of test case available at http://paste.ubuntu.com/775542/ Thanks -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-12-19 Thread Martin Pitt
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-11-09 Thread Thierry Carrez
** Changed in: nova Milestone: None = essex-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile permissions To manage

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-10-25 Thread Chuck Short
This is fixed in ubuntu as well. ** Changed in: nova (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-10-20 Thread Josh Kearney
** Changed in: nova Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile permissions To

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-09-30 Thread Robie Basak
** Changed in: nova (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile permissions

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-09-29 Thread Adam Gandelman
At declaration of the flag, it looks like gflags converts the default logfile_mode octet 0644 to the proper decimal integer (420). When parsing argv or flagfile, gflags seems to convert the string to an integer, strips the leading zero and a decimal value (ie, 644) gets passed to os.chmod() in