[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2017-01-05 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.168.3 --- update-notifier (3.168.3) xenial; urgency=medium * data/package-data-downloader: Be resilient and do not crash when we can not print information about what is happening. (LP: #1640318) -- Brian Murray

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2017-01-05 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.175.1 --- update-notifier (3.175.1) yakkety; urgency=medium * data/package-data-downloader: Be resilient and do not crash when we can not print information about what is happening. (LP: #1640318) -- Brian Murray

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2017-01-03 Thread Brian Murray
The new package versions do not appear in any of the buckets listed in the bug report so I'm setting this to verification-done. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-12-09 Thread Timo Aaltonen
Hello errors.ubuntu.com, or anyone else affected, Accepted update-notifier into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- notifier/3.175.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-12-09 Thread Brian Murray
This has been reuploaded to the X and Y queues for the SRU team to review. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1640318 Title: /usr/lib/update-notifier/package-data-

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-23 Thread Martin Pitt
+except OSError as e: +if e.errno == 5: +pass This check makes little sense -- if errno is 5 or something else, the exception is ignored in both cases. So just except OSError: pass is sufficient IMHO --

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-23 Thread Robie Basak
Also, are errno values the same across all architectures? I think they are, but I thought I'd ask. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1640318 Title:

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-23 Thread Robie Basak
Looks good to accept into proposed, but: bdmurray: for bug 1640318, why not use the errno module's symbolic constants rather than hardcoding a number everywhere? Also, that's a whole load of duplication - could that be in a "attempt_print" function or something? 14:26 bdmurray: That's more for

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-16 Thread Brian Murray
** Description changed: + Impact + -- + Crash reports are being generated when update-notifier is trying to print a message which isn't really necessary to print. This crash its reporting process is wasting resources of users and the Error Tracker. + + Test Case + - + We haven't

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-16 Thread Brian Murray
** Changed in: update-notifier (Ubuntu Xenial) Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: update-notifier (Ubuntu Yakkety) Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: update-notifier (Ubuntu Xenial) Status: Triaged => In

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-10 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.176 --- update-notifier (3.176) zesty; urgency=medium * data/package-data-downloader: Be resilient and do not crash when we can not print information about what is happening. (LP: #1640318) -- Brian Murray

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-10 Thread Brian Murray
** Changed in: update-notifier (Ubuntu Xenial) Importance: Undecided => High ** Changed in: update-notifier (Ubuntu Yakkety) Importance: Undecided => High ** Changed in: update-notifier (Ubuntu Xenial) Status: New => Triaged ** Changed in: update-notifier (Ubuntu Yakkety)

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:update-notifier -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1640318 Title: /usr/lib/update-notifier/package-data-

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-10 Thread Brian Murray
** Also affects: update-notifier (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: update-notifier (Ubuntu Yakkety) Importance: Undecided Status: New ** Changed in: update-notifier (Ubuntu) Assignee: (unassigned) => Brian Murray (brian-murray) **

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-10 Thread Brian Murray
These crashes all involve using print and receiving an OSError: https://errors.ubuntu.com/problem/6d1b824722fbcb50df8641db1133d36056f95101 https://errors.ubuntu.com/problem/3a9e65112dd283cf56df8506f70bc088695f9bc6 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1640318] Re: /usr/lib/update-notifier/package-data-downloader:OSError:process_download_requests:/usr/lib/update-notifier/package-data-downloader@305:process_download_requests:print_exc:print_exce

2016-11-08 Thread Brian Murray
The Traceback: Traceback (most recent call last): File "/usr/lib/update-notifier/package-data-downloader", line 240, in process_download_requests print("%s: downloading %s" % (relfile, files[i])) OSError: [Errno 5] Input/output error During handling of the above exception, another