diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-05-14 18:11:59 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-05-19 11:18:31 +0200 |
commit | 3310f862cba0b997ede8fc4e2d270ab0f6b49e73 (patch) | |
tree | 2119753608c308673048f0cbe3ab439ad84832f2 /doc/po/fr.po | |
parent | 8d42a4e4ff7190e802b1b2f91adfc7a6e5b0ac69 (diff) |
apt.systemd.daily: fix error from locking code
Error:
pkgs that look like they should be upgraded:
Error in function stop
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/progress/text.py", line 240,
in stop
apt_pkg.size_to_str(self.current_cps))).rstrip("\n"))
File "/usr/lib/python3/dist-packages/apt/progress/text.py", line 51,
in _write
self._file.write("\r")
AttributeError: 'NoneType' object has no attribute 'write'
fetch.run() result: 0
Caused by:
LOCKFD=3
unattended_upgrades $LOCKFD>&-
Unfortunately this code does not work, it is equivalent to
unattended_upgrades 3 >&-
I.e. it left fd 3 open, but closed stdout!
Closes: #862567
(cherry picked from commit 7b4581cbe8fcf6e2bd56a27c5a7a1e6ea33d2973)
Diffstat (limited to 'doc/po/fr.po')
0 files changed, 0 insertions, 0 deletions