Bug#782251: python-boto: S3 upload using sigv4 crash

2015-04-20 Thread kubrick

[ Eric Evans ]

> Now, is it worth delaying the release of Jessie for that? I lean toward 'no' 
as there are two possible workarounds (disabling multipart and installing it via 
pip). But it still severely affects the usability of the package.

 I wasn't able to replicate this with duplicity (though my backups are 
using
 a north american region). Can you update this report with the exact 
steps to

 reproduce, and for posterity sake, what you do to work around it?


This is my backup script:

#!/bin/bash

export AWS_ACCESS_KEY_ID='XXX'
export AWS_SECRET_ACCESS_KEY='XXX'
export AWS_S3_ENDPOINT="s3-eu-central-1.amazonaws.com"
export AWS_S3_BUCKET="XXX"
export S3_DATAPFX="data"
export S3_METAPFX="meta"
export SUBDIR=""
export ENCRYP_KEY=
export S3_USE_SIGV4="True"

duplicity \
 --full-if-older-than 1M \
 --volsize 1024 \
 --asynchronous-upload \
 --s3-use-multiprocessing --s3-multipart-chunk-size 15 \
 --file-prefix-signature ${S3_METAPFX}_${SUBDIR}_ --file-prefix-manifest 
${S3_METAPFX}_${SUBDIR}_ --file-prefix-archive ${S3_DATAPFX}_${SUBDIR}_ 
\

 --encrypt-key ${ENCRYP_KEY} \
 --include /etc/dovecot/ --include /etc/bind/ --include 
/var/lib/spamassassin/ --include /var/mail/virtual/ --include 
/etc/postfix/ --exclude "**" / \

 s3://${AWS_S3_ENDPOINT}/${AWS_S3_BUCKET}

-

This spits out errors such as:
Upload 's3://s3-eu-central-1.amazonaws.com/XXX/data_' failed 
(attempt #1, reason: TypeError: argument of type 'int' is not iterable)


Remove the line with "s3-use-multiprocessing" and it will work.

F.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599914: crashes unexpectedly

2011-06-09 Thread kubrick
Package: ktorrent
Version: 4.0.2-1
Severity: normal

When my KTorrent is running (as a trayicon) sometimes it crashes.
Relaunch KTorrent is needed.
I'v read the log and no information about the crash. 
After relaunched it, the downloading follows without problems.



-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ktorrent depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  ktorrent-data   4.0.2-1  KTorrent data and other architectu
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgeoip1   1.4.7~beta6+dfsg-1   A non-DNS IP-to-country resolver l
ii  libkdecore5 4:4.4.5-2+squeeze1   the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2+squeeze1   the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-2+squeeze1   the DNS-SD Protocol Library for th
ii  libkhtml5   4:4.4.5-2+squeeze1   the KHTML Web Content Rendering En
ii  libkio5 4:4.4.5-2+squeeze1   the Network-enabled File Managemen
ii  libkjsapi4  4:4.4.5-2+squeeze1   the KJS API Library for the KDE De
ii  libknotifyconfig4   4:4.4.5-2+squeeze1   library for configuring KDE Notifi
ii  libkparts4  4:4.4.5-2+squeeze1   the Framework for the KDE Platform
ii  libkrosscore4   4:4.4.5-2+squeeze1   the Kross Core Library
ii  libktorrent-l10n1.0.2-1  localization files for the KTorren
ii  libktorrent21.0.2-1  the KTorrent library for C++ / Qt 
ii  libkutils4  4:4.4.5-2+squeeze1   various utility classes for the KD
ii  libkworkspace4  4:4.4.5-7+squeeze1   library for the kdebase workspace
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-qt3support   4:4.6.3-4Qt 3 compatibility library for Qt 
ii  libqt4-script   4:4.6.3-4Qt 4 script module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsolid4   4:4.4.5-2+squeeze1   Solid Library for KDE Platform
ii  libsolidcontrol44:4.4.5-7+squeeze1   library for Solid based network ma
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libsyndication4 4:4.4.5-2parser library for RSS and Atom fe
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

ktorrent recommends no packages.

Versions of packages ktorrent suggests:
pn  plasma-widget-ktorrent (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#614567: cron: recurrent error appears in syslog

2011-02-22 Thread kubrick
Package: cron
Version: 3.0pl1-116
Severity: normal

This error appears in the syslog file:

(CRON) error (grandchild #2323 failed with exit status 143)



-- Package-specific info:
--- EDITOR:
not set

--- usr/bin/editor:
/bin/nano

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 35040 Dec 19 01:36 /usr/bin/crontab

--- /var/spool/cron
drwxr-xr-x 5 root root 4096 Feb 12 15:33 /var/spool/cron

--- /var/spool/cron/crontabs
drwx-wx--T 2 root crontab 4096 Feb 21 16:50 /var/spool/cron/crontabs


-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cron depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  dpkg1.15.8.10Debian package management system
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.72-6 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-6 lightweight Exim MTA (v4) daemon
ii  lockfile-progs0.1.15 Programs for locking and unlocking

Versions of packages cron suggests:
ii  anacron   2.3-14 cron-like program that doesn't go 
pn  checksecurity  (no description available)
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages cron is related to:
pn  libnss-ldap(no description available)
pn  libnss-ldapd   (no description available)
pn  libpam-ldap(no description available)
pn  libpam-mount   (no description available)
pn  nis(no description available)
pn  nscd   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org