Activity log for bug #1366104

Date Who What changed Old value New value Message
2014-09-05 16:03:23 Blake Rouse bug added bug
2014-09-05 16:04:43 Blake Rouse bug task added maas (Ubuntu)
2014-09-05 16:05:04 Blake Rouse bug task added maas
2014-09-05 16:05:10 Blake Rouse bug task deleted maas (Ubuntu)
2014-09-05 16:05:17 Blake Rouse psycopg2 (Ubuntu): status New Confirmed
2014-09-05 16:05:21 Blake Rouse maas: status New Triaged
2014-09-05 16:05:24 Blake Rouse maas: importance Undecided Critical
2014-09-05 16:05:26 Blake Rouse maas: assignee Blake Rouse (blake-rouse)
2014-09-05 16:05:31 Blake Rouse maas: milestone 1.7.0
2014-09-28 21:39:58 Scott Kitterman psycopg2 (Ubuntu): importance Undecided Wishlist
2014-09-28 21:46:04 Scott Kitterman bug added subscriber Scott Kitterman
2014-09-29 00:27:53 Blake Rouse psycopg2 (Ubuntu): status Confirmed Fix Committed
2014-09-29 00:28:04 Blake Rouse maas: status Triaged Fix Committed
2014-09-29 03:26:09 Scott Kitterman psycopg2 (Ubuntu): status Fix Committed Incomplete
2014-10-01 22:37:41 Andres Rodriguez description If a large object is greater than 2gb then calls to seek and tell will fail with an OperationError. This is because of the use of lseek and ltell instead of the lseek64 and ltell64. Attached is the upstream issue and pull request. https://github.com/psycopg/psycopg2/pull/259 If a large object is greater than 2gb then calls to seek and tell will fail with an OperationError. This is because of the use of lseek and ltell instead of the lseek64 and ltell64. This issue affects MAAS (or any other software) when trying to upload an object that is larger than 2GB. In the case of MAAS, it is uploading images that are larger than 2GB causing this to fail This has been tested in Ubuntu Trusty and Utopic: https://launchpad.net/~maas-maintainers/+archive/ubuntu/experimental?field.series_filter=utopic Attached is the upstream issue and pull request. https://github.com/psycopg/psycopg2/pull/259
2014-10-01 22:37:52 Andres Rodriguez summary OperationError when large object greater than 2gb [FFe] OperationError when large object greater than 2gb
2014-10-01 22:37:59 Andres Rodriguez bug added subscriber Ubuntu Release Team
2014-10-01 22:38:02 Andres Rodriguez psycopg2 (Ubuntu): status Incomplete New
2014-10-01 22:42:40 Andres Rodriguez description If a large object is greater than 2gb then calls to seek and tell will fail with an OperationError. This is because of the use of lseek and ltell instead of the lseek64 and ltell64. This issue affects MAAS (or any other software) when trying to upload an object that is larger than 2GB. In the case of MAAS, it is uploading images that are larger than 2GB causing this to fail This has been tested in Ubuntu Trusty and Utopic: https://launchpad.net/~maas-maintainers/+archive/ubuntu/experimental?field.series_filter=utopic Attached is the upstream issue and pull request. https://github.com/psycopg/psycopg2/pull/259 If a large object is greater than 2gb then calls to seek and tell will fail with an OperationError. This is because of the use of lseek and ltell instead of the lseek64 and ltell64. This issue affects MAAS (or any other software) when trying to upload an object that is larger than 2GB. In the case of MAAS, it is uploading images that are larger than 2GB causing this to fail This has been tested in Ubuntu Trusty and Utopic: https://launchpad.net/~maas-maintainers/+archive/ubuntu/experimental?field.series_filter=utopic psycopg2 (2.5.3+dfsg-1ubuntu1) utopic; urgency=medium * debian/patches/99_allow_large_objects.patch: Allow large objects greater than 2GB. (LP: #1366104) -- Andres Rodriguez <andreserl@ubuntu.com> Fri, 19 Sep 2014 12:30:26 -0500 diff: https://launchpad.net/~maas-maintainers/+archive/ubuntu/experimental/+files/psycopg2_2.5.3%2Bdfsg-1_2.5.3%2Bdfsg-1ubuntu1~ppa1.diff.gz Attached is the upstream issue and pull request. https://github.com/psycopg/psycopg2/pull/259
2014-11-19 20:31:56 Julian Edwards maas: status Fix Committed Fix Released
2015-02-12 23:37:22 Scott Kitterman psycopg2 (Ubuntu): status New Fix Released