Activity log for bug #216601

Date Who What changed Old value New value Message
2008-04-13 01:27:38 William Grant bug added bug
2008-04-13 01:33:56 William Grant bug assigned to mondo (Debian)
2008-04-13 01:35:55 William Grant mondo: status New Confirmed
2008-04-13 01:36:06 William Grant mondo: status New Confirmed
2008-04-13 01:36:18 William Grant mondo: status New Confirmed
2008-04-13 01:36:30 William Grant bug added subscriber MOTU SWAT
2008-04-30 20:10:30 Bug Watch Updater mondo: status Unknown New
2008-07-29 13:48:45 Sergio Zanchetta mondo: status New Invalid
2008-10-14 08:33:59 Bug Watch Updater mondo: status New Fix Released
2008-10-16 22:28:44 Luca Falavigna mondo: status Confirmed Fix Committed
2008-10-16 22:28:44 Luca Falavigna mondo: assignee dktrkranz
2008-10-16 22:28:44 Luca Falavigna mondo: importance Undecided Medium
2008-10-16 22:28:44 Luca Falavigna mondo: statusexplanation 2.24-2ubuntu1 uploaded for Intrepid.
2008-10-16 22:29:32 Luca Falavigna mondo: status Confirmed Won't Fix
2008-10-16 22:29:44 Luca Falavigna mondo: status Invalid Won't Fix
2008-10-16 22:29:44 Luca Falavigna mondo: statusexplanation The 18 month support period for Edgy Eft 6.10 has reached it's end of life. As a result, we are closing the Edgy Eft task. However, please note that this report will remain open against the actively developed release. Thank you for your continued support and help as we debug this issue.
2008-10-16 22:46:24 Launchpad Janitor mondo: status Fix Committed Fix Released
2008-10-16 22:50:33 Steve Langasek mondo: status Fix Released Confirmed
2008-10-16 22:50:33 Steve Langasek mondo: statusexplanation 2.24-2ubuntu1 uploaded for Intrepid. I've accepted this package into intrepid because there's no freeze justification for not doing so, but this is *not* a security fix: [...] - if (length_of_file(MINDI_CACHE"/changed.files") > 2) { + + if (length_of_file("/tmp/changed.files") > 2) { [...] system("rm -f /var/cache/mondo-archive/last-backup.aborted"); + system("rm -Rf /tmp.mondo.* /mondo.scratch.*"); if (!retval) { [...] log_if_success = TRUE; log_if_failure = TRUE; } - sprintf(callstr, "%s > %s/mondo-run-prog-thing.tmp 2> %s/mondo-run-prog-thing.err", - program, g_mondo_tmpdir, g_mondo_tmpdir); + sprintf(callstr, "%s > /tmp/mondo-run-prog-thing.tmp 2> /tmp/mondo-run-prog-thing.err", + program); while ((p = strchr(callstr, '\r'))) { *p = ' '; } [...] } printf("---FATALERROR--- %s\n", error_string); + sprintf(command, "gzip -9c %s > /tmp/MA.log.gz 2> /dev/null", MONDO_LOGFILE); - sprintf(command, "gzip -9c %s > %s/MA.log.gz 2> /dev/null", MONDO_LOGFILE, MINDI_CACHE); system(command); printf ("If you require technical support, please contact the mailing list.\n"); [...] Using predictable filenames under /tmp is wrong, and at least some of these changes do *exactly* the wrong thing with /tmp. Reopening the bug.
2008-10-17 11:41:19 Luca Falavigna mondo: status Confirmed Fix Released
2008-10-17 11:41:19 Luca Falavigna mondo: importance Undecided Medium
2008-10-17 11:45:15 Luca Falavigna mondo: status Confirmed Fix Committed
2008-10-17 11:45:15 Luca Falavigna mondo: statusexplanation I've accepted this package into intrepid because there's no freeze justification for not doing so, but this is *not* a security fix: [...] - if (length_of_file(MINDI_CACHE"/changed.files") > 2) { + + if (length_of_file("/tmp/changed.files") > 2) { [...] system("rm -f /var/cache/mondo-archive/last-backup.aborted"); + system("rm -Rf /tmp.mondo.* /mondo.scratch.*"); if (!retval) { [...] log_if_success = TRUE; log_if_failure = TRUE; } - sprintf(callstr, "%s > %s/mondo-run-prog-thing.tmp 2> %s/mondo-run-prog-thing.err", - program, g_mondo_tmpdir, g_mondo_tmpdir); + sprintf(callstr, "%s > /tmp/mondo-run-prog-thing.tmp 2> /tmp/mondo-run-prog-thing.err", + program); while ((p = strchr(callstr, '\r'))) { *p = ' '; } [...] } printf("---FATALERROR--- %s\n", error_string); + sprintf(command, "gzip -9c %s > /tmp/MA.log.gz 2> /dev/null", MONDO_LOGFILE); - sprintf(command, "gzip -9c %s > %s/MA.log.gz 2> /dev/null", MONDO_LOGFILE, MINDI_CACHE); system(command); printf ("If you require technical support, please contact the mailing list.\n"); [...] Using predictable filenames under /tmp is wrong, and at least some of these changes do *exactly* the wrong thing with /tmp. Reopening the bug. I erroneously inverted commit numbers while at http://tinyurl.com/5fpvds and reverted the fix, I'm very sorry for my silly error :( I reverted my previous upload to fix it.
2008-10-17 12:20:04 Launchpad Janitor mondo: status Fix Committed Fix Released
2009-05-07 13:00:56 Sergio Zanchetta mondo (Ubuntu Gutsy): status Confirmed Won't Fix
2009-07-21 04:20:26 Launchpad Janitor branch linked lp:ubuntu/karmic/mondo
2011-10-14 20:21:38 Jamie Strandboge mondo (Ubuntu Dapper): status New Won't Fix