Write failed: Broken pipe
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 190, in _run
self.process_args(args)
File "/usr/lib/python2.7/dist-packages/obnamlib/app.py", line 207, in process_args
cliapp.Application.process_args(self, args)
File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 567, in process_args
method(args[1:])
File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/forget_plugin.py", line 88, in forget
self.remove(genid)
File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/forget_plugin.py", line 138, in remove
self.repo.remove_generation(genid)
File "/usr/lib/python2.7/dist-packages/obnamlib/fmt_6/repo_fmt_6.py", line 562, in remove_generation
self._remove_chunks_from_removed_generations(client_name, [gen_number])
File "/usr/lib/python2.7/dist-packages/obnamlib/fmt_6/repo_fmt_6.py", line 373, in _remove_chunks_from_removed_generations
keep_chunkids = find_chunkids_in_gens(keep_gen_nos)
File "/usr/lib/python2.7/dist-packages/obnamlib/fmt_6/repo_fmt_6.py", line 344, in find_chunkids_in_gens
x = self.get_generation_chunk_ids(gen_id)
File "/usr/lib/python2.7/dist-packages/obnamlib/fmt_6/repo_fmt_6.py", line 583, in get_generation_chunk_ids
return client.list_chunks_in_generation(gen_number)
File "/usr/lib/python2.7/dist-packages/obnamlib/fmt_6/clientmetadatatree.py", line 525, in list_chunks_in_generation
for key, value in t.lookup_range(minkey, maxkey)))
File "/usr/lib/python2.7/dist-packages/larch/tree.py", line 167, in lookup_range
self._lookup_range(self.root.id, minkey, maxkey)]
File "/usr/lib/python2.7/dist-packages/larch/tree.py", line 178, in _lookup_range
for pair in self._lookup_range(child_id, minkey, maxkey):
File "/usr/lib/python2.7/dist-packages/larch/tree.py", line 170, in _lookup_range
node = self._get_node(node_id)
File "/usr/lib/python2.7/dist-packages/larch/tree.py", line 111, in _get_node
return self.node_store.get_node(node_id)
File "/usr/lib/python2.7/dist-packages/larch/nodestore_disk.py", line 235, in get_node
encoded = self.journal.cat(name)
File "/usr/lib/python2.7/dist-packages/larch/journal.py", line 157, in cat
if self._is_in_new(filename):
File "/usr/lib/python2.7/dist-packages/larch/journal.py", line 124, in _is_in_new
return new in self.new_files or self.fs.exists(new)
File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/sftp_plugin.py", line 471, in exists
self.lstat(pathname)
File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/sftp_plugin.py", line 102, in helper
return method(self, filename, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/sftp_plugin.py", line 531, in lstat
st = self.sftp.lstat(pathname)
File "/usr/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 431, in lstat
t, msg = self._request(CMD_LSTAT, path)
File "/usr/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 729, in _request
return self._read_response(num)
File "/usr/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 761, in _read_response
raise SSHException('Server connection dropped: %s' % str(e))
SSHException: Server connection dropped:
apticron report [Thu, 14 Apr 2016 00:44:12 +0200]
========================================================================
apticron has detected that some packages need upgrading on:
baldrick.crans.org
[ 138.231.142.239 2a01:240:fe3d:4:62:61ff:fe6c:6401 138.231.142.239 ]
[ 2a01:240:fe3d:4:62:61ff:fe6c:6401 ]
The following packages are currently pending an upgrade:
libtdb1 1.3.6-0+deb8u1
========================================================================
Package Details:
Lecture des fichiers de modifications (« changelog »)...
--- Modifications pour tdb (libtdb1) ---
tdb (1.3.6-0+deb8u1) jessie-security; urgency=high
[ Andrew Bartlett ]
* Update to stable required for Samba security release.
-- Mathieu Parent <sathieu(a)debian.org> Tue, 12 Apr 2016 07:21:20 +0200
tdb (1.3.5-1) unstable; urgency=medium
* Fix watch URL.
* New upstream release.
* Drop 01_reproducible_builds.diff: applied upstream.
-- Jelmer Vernooij <jelmer(a)debian.org> Thu, 30 Apr 2015 23:48:52 +0000
tdb (1.3.4-2) unstable; urgency=medium
* debian/rules: Pass CPPFLAGS from dpkg-buildflags onto configure,
enabling hardening.
* Make libtdb2-dbg Multi-Arch: same.
* Add patch 01_reproducible_builds.diff: Make build reproducible by
adding set dates to manpages.
* debian/copyright: Fix paths for lib/replace.
* debian/copyright: Add paragraph for most of tdb.
-- Jelmer Vernooij <jelmer(a)debian.org> Sun, 26 Apr 2015 10:14:38 +0000
tdb (1.3.4-1) unstable; urgency=medium
* New upstream release.
-- Jelmer Vernooij <jelmer(a)debian.org> Fri, 09 Jan 2015 15:03:02 +0000
tdb (1.3.3-1) unstable; urgency=medium
* New upstream release.
* Update 40_test_transaction_expand_non_fatal.diff: Remove
ignoring of tdb1-run-mutex-openflags2 test output,
as the test was fixed upstream.
* Add dh-python to Build-Depends.
-- Jelmer Vernooij <jelmer(a)debian.org> Tue, 02 Dec 2014 21:03:18 +0000
tdb (1.3.2-1) unstable; urgency=medium
* New upstream release.
+ Fixes __attribute__((visibility)) check to not use nested functions.
Closes: #749986
* Drop missing-stdbool-include.patch; now included upstream.
* Update 40_test_transaction_expand_non_fatal.diff: Ignore tdb1-run-
mutex-openflags2 test output, since newly added test fails on
Debian.
* Bump standards version to 3.9.6 (no changes).
-- Jelmer Vernooij <jelmer(a)debian.org> Mon, 01 Dec 2014 21:44:24 +0000
========================================================================
You can perform the upgrade by issuing the command:
apt-get dist-upgrade
as root on baldrick.crans.org
--
apticron
apticron report [Wed, 13 Apr 2016 10:48:20 +0200]
========================================================================
apticron has detected that some packages need upgrading on:
hexagon.federez.net
[ 5.39.82.35 2001:41d0:8:9423::1 5.39.82.35 2001:41d0:8:9423::1 ]
The following packages are currently pending an upgrade:
linux-image-3.16.0-4-amd64 3.16.7-ckt25-2
linux-libc-dev 3.16.7-ckt25-2
========================================================================
Package Details:
Lecture des fichiers de modifications (« changelog »)...
--- Modifications pour linux (linux-image-3.16.0-4-amd64 linux-libc-dev) ---
linux (3.16.7-ckt25-2) jessie; urgency=medium
* Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new"
(Closes: #819881)
* Revert "drm/radeon: call hpd_irq_event on resume", reported to cause
regressions (crash/hang) on some systems
* Revert "usb: hub: do not clear BOS field during reset device"
(Closes: #820176)
-- Ben Hutchings <ben(a)decadent.org.uk> Fri, 08 Apr 2016 11:51:23 +0100
========================================================================
You can perform the upgrade by issuing the command:
apt-get dist-upgrade
as root on hexagon.federez.net
--
apticron
apticron report [Tue, 12 Apr 2016 10:48:20 +0200]
========================================================================
apticron has detected that some packages need upgrading on:
hexagon.federez.net
[ 5.39.82.35 2001:41d0:8:9423::1 5.39.82.35 2001:41d0:8:9423::1 ]
The following packages are currently pending an upgrade:
linux-image-3.16.0-4-amd64 3.16.7-ckt25-2
linux-libc-dev 3.16.7-ckt25-2
========================================================================
Package Details:
Lecture des fichiers de modifications (« changelog »)...
--- Modifications pour linux (linux-image-3.16.0-4-amd64 linux-libc-dev) ---
linux (3.16.7-ckt25-2) jessie; urgency=medium
* Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new"
(Closes: #819881)
* Revert "drm/radeon: call hpd_irq_event on resume", reported to cause
regressions (crash/hang) on some systems
* Revert "usb: hub: do not clear BOS field during reset device"
(Closes: #820176)
-- Ben Hutchings <ben(a)decadent.org.uk> Fri, 08 Apr 2016 11:51:23 +0100
========================================================================
You can perform the upgrade by issuing the command:
apt-get dist-upgrade
as root on hexagon.federez.net
--
apticron
apticron report [Mon, 11 Apr 2016 10:48:20 +0200]
========================================================================
apticron has detected that some packages need upgrading on:
hexagon.federez.net
[ 5.39.82.35 2001:41d0:8:9423::1 5.39.82.35 2001:41d0:8:9423::1 ]
The following packages are currently pending an upgrade:
linux-image-3.16.0-4-amd64 3.16.7-ckt25-2
linux-libc-dev 3.16.7-ckt25-2
========================================================================
Package Details:
Lecture des fichiers de modifications (« changelog »)...
--- Modifications pour linux (linux-image-3.16.0-4-amd64 linux-libc-dev) ---
linux (3.16.7-ckt25-2) jessie; urgency=medium
* Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new"
(Closes: #819881)
* Revert "drm/radeon: call hpd_irq_event on resume", reported to cause
regressions (crash/hang) on some systems
* Revert "usb: hub: do not clear BOS field during reset device"
(Closes: #820176)
-- Ben Hutchings <ben(a)decadent.org.uk> Fri, 08 Apr 2016 11:51:23 +0100
========================================================================
You can perform the upgrade by issuing the command:
apt-get dist-upgrade
as root on hexagon.federez.net
--
apticron
/etc/cron.daily/logrotate:
Job for freeradius.service failed. See 'systemctl status freeradius.service' and 'journalctl -xn' for details.
error: error running non-shared postrotate script for /var/log/freeradius/radius.log of '/var/log/freeradius/*.log '
run-parts: /etc/cron.daily/logrotate exited with return code 1