From owner-freebsd-questions@FreeBSD.ORG Sat Jan 16 05:07:44 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A474B1065692 for ; Sat, 16 Jan 2010 05:07:44 +0000 (UTC) (envelope-from miconof80.list@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 2F37E8FC15 for ; Sat, 16 Jan 2010 05:07:43 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so243429eyd.9 for ; Fri, 15 Jan 2010 21:07:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=4GY2fLsaZvzggQ28qs0znXxpMUfIb9n9gWtTkBQ+LXs=; b=U/zE3FdV1P0n3USaNL2F0DwDvG8eOBGATl4alvPHv4YaMAJ/Qo6PA5008YwZWbW/bT k7DwBPp1DUQnOF6wB2TyqWtG+ssx8lC/+R+fGoYcv1qW4ck5CbRJxWexZEaoVL9EJrnn 3BuGwZgPRsNtkFhCFqqyH0BPuKO90f+OLTYtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b=wkVTxyoYOYUFdWsm0CBifhQamjlkLlL2LnY9Md6ndjl8JTHi16/2wyFUl4C+XLtDVs eIEhJ/3FVvTM/0E/L798gCbBcXu2X/i4jw1EQk5clrbHEfBP5WPC8xJPLm6vyxyD+XUt nTkYYGMDiKU1wzm0DLdy3LaNnPr2KsRQCi/Gc= Received: by 10.213.15.19 with SMTP id i19mr607529eba.65.1263618457675; Fri, 15 Jan 2010 21:07:37 -0800 (PST) Received: from e4300 (bdv75-2-81-57-250-158.fbx.proxad.net [81.57.250.158]) by mx.google.com with ESMTPS id 28sm2238384eye.7.2010.01.15.21.07.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 Jan 2010 21:07:37 -0800 (PST) Date: Sat, 16 Jan 2010 06:07:34 +0100 From: Michel Le Cocq To: Mark Kane Message-ID: <20100116050733.GC2232@e4300> References: <20100115135113.GB3885@e4300> <20100115133559.52546d53@mkproductions.org> <20100116050230.GA2232@e4300> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="E13BgyNx05feLLmH" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100116050230.GA2232@e4300> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Michel Le Cocq , freebsd-questions@freebsd.org Subject: Re: rdiff-backup-1.2.8 python2.5.4 : OverflowError: signed integer is greater than maximum X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2010 05:07:44 -0000 --E13BgyNx05feLLmH Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit sorry, here is the right attachment. Michel Le Cocq a écrit: > Thanks for your help, I just follow the upgrade. > I'm now on : python26-2.6.4, rdiff-backup-1.2.8,1 > > But I still have the same error : > OverflowError: signed integer is greater than maximum > > I just did : > # rdiff-backup /mnt/users/toto /backup/Lipn/users_backup/toto > > It work for 393 user folder and give this error on 3. > I tried to remove the destination folder but it change nothing. > > I attach here the Traceback. > > -- > Michel > > Mark Kane a écrit: > > On Fri, Jan 15, 2010, at 14:51:14 +0100, Michel Le Cocq wrote: > > > I run rdiff-backup on my backup server: > > > - FreeBSD 8.0-RELEASE AMD64 > > > - rdiff-backup-1.2.8,1 > > > - python25-2.5.4_3 > > > - be pro quad > > > - 4G Ram > > > > > > I try to rdiff a folder on a nfs ro mounted volume to an other volume. > > > > > > I obtain this error : OverflowError: signed integer is greater than > > > maximum > > > > > > I have the same problem as Brad Beyenhof see here : > > > http://www.mail-archive.com/rdiff-backup-users@nongnu.org/msg03794.html > > > > > > I know it's a know problem due to a bug in Python. And have to upgrad > > > Python to 2.5.4 or 2.6.1. > > > > > > But I'm on python25-2.5.4_3 !!! and rdiff need python25 to run so I > > > can't remove it for python26... > > > > > > What can I do to obtain my full backup ? > > > > > > Thanks > > > > Hi. > > > > I'm not familiar with the specific bug, but if you want to upgrade > > Python from 2.5 to 2.6 that can be done by following the 20090608 entry > > in /usr/ports/UPDATING. > > > > I also use rdiff-backup and can confirm that it works with Python 2.6. > > > > Hope that helps, > > > > -Mark > Thanks for your help, I just follow the upgrade. > I'm now on : python26-2.6.4, rdiff-backup-1.2.8,1 > > But I still have the same error : > OverflowError: signed integer is greater than maximum > > I just did : > # rm -rf /backup/users_backup/toto/rdiff-ba* > # rdiff-backup --force /mnt/users/toto /backup/Lipn/users_backup/toto > > I attach here the Traceback. --E13BgyNx05feLLmH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=tmp Traceback (most recent call last): File "/usr/local/bin/rdiff-backup", line 30, in rdiff_backup.Main.error_check_Main(sys.argv[1:]) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 304, in error_check_Main try: Main(arglist) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 324, in Main take_action(rps) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 280, in take_action elif action == "backup": Backup(rps[0], rps[1]) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 346, in Backup backup.Mirror(rpin, rpout) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 38, in Mirror DestS.patch(dest_rpath, source_diffiter) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 232, in patch ITR(diff.index, diff) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/rorpiter.py", line 281, in __call__ last_branch.fast_process(*args) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 529, in fast_process if self.patch_to_temp(mirror_rp, diff_rorp, tf): File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 553, in patch_to_temp result = self.patch_snapshot_to_temp(diff_rorp, new) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 578, in patch_snapshot_to_temp rpath.copy_attribs(diff_rorp, new) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 180, in copy_attribs rpout.chown(*rpout.conn.user_group.map_rpath(rpin)) File "/usr/local/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 973, in chown try: self.conn.C.lchown(self.path, uid, gid) OverflowError: signed integer is greater than maximum --E13BgyNx05feLLmH--