Activity log for bug #1081022

Date Who What changed Old value New value Message
2012-11-20 08:52:57 Ilya Kharin bug added bug
2012-11-20 08:52:57 Ilya Kharin attachment added Here logging/handlers.py. https://bugs.launchpad.net/bugs/1081022/+attachment/3439328/+files/handlers.py
2012-11-20 08:55:31 Ilya Kharin description This bug is solved on the Python Issue Tracker at http://bugs.python.org/issue15179 and affects python package with version 2.7.3-0ubuntu2 at Ubuntu 12.04 LTS. Python logging SysLogHandler to log into SysLog doesn't close UNIX-socket when connection failed. This bug is solved on the Python Issue Tracker at http://bugs.python.org/issue15179 and affects python package with version 2.7.3-0ubuntu2 at Ubuntu 12.04 LTS.
2012-11-20 11:33:39 Launchpad Janitor python2.7 (Ubuntu): status New Confirmed
2012-11-28 18:27:34 Matthias Klose nominated for series Ubuntu Precise
2012-11-28 18:27:34 Matthias Klose bug task added python2.7 (Ubuntu Precise)
2012-11-28 18:27:49 Matthias Klose python2.7 (Ubuntu Precise): status New Confirmed
2012-11-28 18:28:17 Matthias Klose python2.7 (Ubuntu): status Confirmed Fix Released
2012-11-28 18:28:41 Matthias Klose bug added subscriber Ubuntu Stable Release Updates Team
2013-02-05 15:29:57 Joe Breu bug added subscriber RackerJoe
2013-02-05 15:30:00 Joe Breu removed subscriber RackerJoe
2013-09-12 15:06:39 Justin Shepherd python2.7 (Ubuntu Precise): status Confirmed Fix Committed
2013-09-12 15:06:44 Justin Shepherd python2.7 (Ubuntu Precise): status Fix Committed Fix Released
2013-10-30 03:38:51 Marcus Furlong bug added subscriber Marcus Furlong
2014-10-08 21:05:48 Duncan Idaho bug added subscriber Duncan Idaho
2014-12-16 09:02:29 James Page python2.7 (Ubuntu Precise): status Fix Released New
2014-12-16 09:02:34 James Page python2.7 (Ubuntu Precise): importance Undecided High
2014-12-16 09:03:01 James Page tags mos
2014-12-16 09:48:27 James Page description Python logging SysLogHandler to log into SysLog doesn't close UNIX-socket when connection failed. This bug is solved on the Python Issue Tracker at http://bugs.python.org/issue15179 and affects python package with version 2.7.3-0ubuntu2 at Ubuntu 12.04 LTS. [Impact] Restarting rsyslog causing logging from python based daemons to lockup. [Test Case] == script #!/usr/bin/env python import eventlet from logging.handlers import SysLogHandler import time import logging eventlet.patcher.monkey_patch(all=False, socket=True) logger = logging.getLogger('log') logger.addHandler(SysLogHandler('/dev/log')) while True: print "send a message to logger" logger.error("syslog test") time.sleep(1) == sudo service rsyslog stop ("send a message to logger" log messages will just stop) [Regression Potential] The proposed fix is in all py2.7 versions > 12.04 right now and is not causing problems. [Original Bug Report] Python logging SysLogHandler to log into SysLog doesn't close UNIX-socket when connection failed. This bug is solved on the Python Issue Tracker at http://bugs.python.org/issue15179 and affects python package with version 2.7.3-0ubuntu2 at Ubuntu 12.04 LTS.
2014-12-16 09:54:04 James Page description [Impact] Restarting rsyslog causing logging from python based daemons to lockup. [Test Case] == script #!/usr/bin/env python import eventlet from logging.handlers import SysLogHandler import time import logging eventlet.patcher.monkey_patch(all=False, socket=True) logger = logging.getLogger('log') logger.addHandler(SysLogHandler('/dev/log')) while True: print "send a message to logger" logger.error("syslog test") time.sleep(1) == sudo service rsyslog stop ("send a message to logger" log messages will just stop) [Regression Potential] The proposed fix is in all py2.7 versions > 12.04 right now and is not causing problems. [Original Bug Report] Python logging SysLogHandler to log into SysLog doesn't close UNIX-socket when connection failed. This bug is solved on the Python Issue Tracker at http://bugs.python.org/issue15179 and affects python package with version 2.7.3-0ubuntu2 at Ubuntu 12.04 LTS. [Impact] Restarting rsyslog causing logging from python based daemons to lockup. [Test Case] sudo apt-get install python-eventlet == run this script script #!/usr/bin/env python import eventlet from logging.handlers import SysLogHandler import time import logging eventlet.patcher.monkey_patch(all=False, socket=True) logger = logging.getLogger('log') logger.addHandler(SysLogHandler('/dev/log')) while True:     print "send a message to logger"     logger.error("syslog test")     time.sleep(1) == sudo service rsyslog stop sudo service rsyslog start ("send a message to logger" log messages will just stop) [Regression Potential] The proposed fix is in all py2.7 versions > 12.04 right now and is not causing problems. [Original Bug Report] Python logging SysLogHandler to log into SysLog doesn't close UNIX-socket when connection failed. This bug is solved on the Python Issue Tracker at http://bugs.python.org/issue15179 and affects python package with version 2.7.3-0ubuntu2 at Ubuntu 12.04 LTS.
2014-12-18 18:28:35 Brian Murray python2.7 (Ubuntu Precise): status New Fix Committed
2014-12-18 18:28:38 Brian Murray bug added subscriber SRU Verification
2014-12-18 18:28:45 Brian Murray tags mos mos verification-needed
2014-12-18 19:11:49 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/python2.7
2015-01-05 10:29:50 Liam Young tags mos verification-needed mos verification-done
2015-01-05 17:56:40 Launchpad Janitor python2.7 (Ubuntu Precise): status Fix Committed Fix Released
2015-01-05 17:56:46 Brian Murray removed subscriber Ubuntu Stable Release Updates Team