[Touch-packages] [Bug 1801338] Re: apt fails to properly handle server-side connection closure

2019-12-05 Thread MDE
Yes, it seems to have something with pipelining, so I disabled it with
the following configuration:

Acquire {
   http::Pipeline-Depth "0";
   };

I have some machines updating with this setting for 2 days without errors now. 
The performance impact seems insignificant (I have low RTT connections).
I also had the error occur on official mirrors, local mirrors with apache, and 
local mirrors with lighty before this.

I hope this helps fixing the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1801338

Title:
  apt fails to properly handle server-side connection closure

Status in apt package in Ubuntu:
  Triaged
Status in apt source package in Xenial:
  Confirmed
Status in apt source package in Bionic:
  Triaged
Status in apt source package in Cosmic:
  Triaged

Bug description:
  [Impact]
  In some cases, apt does not correctly handle server-side connection closure 
after a pipeline, and aborts the file being downloaded with an "Undetermined 
Error" when the connection has been closed.

  [Test case]
  This could be seen by running apt build-dep evince on cosmic with a recent 
apt with the pipelining fix (such as 1.6.6) against a local mirror running 
apache from trusty. It remains to be seen whether this is easily reproducible 
for anyone.

  [Regression potential]
  N/A yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1801338/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1332623] Re: Thunar behaves inconsistently with USB flash drive FAT32 partitions

2018-12-13 Thread MDE
As I recall, this bug is about getting the error message "destination is
read-only" on a drive which has become read-only one time during a login
session despite remounting or inserting other drives which get the same
device name.

If you don't see this error message, then your bug is a different one.
Reading https://forum.xfce.org/viewtopic.php?pid=50502#p50502 I see no
similarities between the two cases.

I didn't verify the fix with the updated glib packages available in
bionic (2.56.x), but will do in the following days.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1332623

Title:
  Thunar behaves inconsistently with USB flash drive FAT32 partitions

Status in glib2.0 package in Ubuntu:
  Confirmed
Status in thunar package in Ubuntu:
  Fix Released

Bug description:
  I installed Xubuntu 14.04 and performed no customizations or
  reconfigurations.

  Observation:  Thunar 1.6.3 ("File Manager" from menu) on Xubuntu 14.04 
handles write permission to inserted USB flash drives inconsistently:
  * I am able to create a nil file on the flash drive with Thunar and edit it.  
Clearly, the flash drive is not read-only.
  * Using Thunar, I cannot copy an existing file (E.g. ~/.profile) and paste it 
on the flash drive - "destination is read-only" (not true!).
  * However, in a terminal window, `cp` with the flash drive as a destination 
succeeds.

  I tried this on drives by different manufacturers and with differing
  capacities and on two different Xubuntu 14.04 installations.

  There might be a configuration change for Thunar to allow paste to
  flash drives.  If so, this should be enabled when Thunar is installed
  as this behaviour is what users expect.

  Note: I created the FAT32 partition with `gparted` on Linux.  I also
  got the same results after creating a FAT32 partition using an MACOSX
  system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunar 1.6.3-1ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jun 20 11:30:40 2014
  InstallationDate: Installed on 2014-06-19 (1 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: thunar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1332623/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1332623] Re: Thunar behaves inconsistently with USB flash drive FAT32 partitions

2018-01-15 Thread MDE
I've found this bug on Ubuntu 17.10 with Thunar version 1.6.12-1
yesterday, and after a bit digging found the root cause in the gio part
of glib:

https://bugzilla.gnome.org/show_bug.cgi?id=787731

They have found it using Nautilus earlier and created a fix, which was
released in glib-2.55. Unfortunately the newest libglib2.0-0 available
in Ubuntu (artful and bionic) is 2.54.1-1ubuntu1 which doesn't contain
the fix.


** Bug watch added: GNOME Bug Tracker #787731
   https://bugzilla.gnome.org/show_bug.cgi?id=787731

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1332623

Title:
  Thunar behaves inconsistently with USB flash drive FAT32 partitions

Status in glib2.0 package in Ubuntu:
  New
Status in thunar package in Ubuntu:
  Fix Released

Bug description:
  I installed Xubuntu 14.04 and performed no customizations or
  reconfigurations.

  Observation:  Thunar 1.6.3 ("File Manager" from menu) on Xubuntu 14.04 
handles write permission to inserted USB flash drives inconsistently:
  * I am able to create a nil file on the flash drive with Thunar and edit it.  
Clearly, the flash drive is not read-only.
  * Using Thunar, I cannot copy an existing file (E.g. ~/.profile) and paste it 
on the flash drive - "destination is read-only" (not true!).
  * However, in a terminal window, `cp` with the flash drive as a destination 
succeeds.

  I tried this on drives by different manufacturers and with differing
  capacities and on two different Xubuntu 14.04 installations.

  There might be a configuration change for Thunar to allow paste to
  flash drives.  If so, this should be enabled when Thunar is installed
  as this behaviour is what users expect.

  Note: I created the FAT32 partition with `gparted` on Linux.  I also
  got the same results after creating a FAT32 partition using an MACOSX
  system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunar 1.6.3-1ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jun 20 11:30:40 2014
  InstallationDate: Installed on 2014-06-19 (1 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: thunar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1332623/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp