[Touch-packages] [Bug 2051454] Re: pipewire wireplumber can not detect the sound output device when using an unofficial linux kernel

2024-01-28 Thread Xu Zhen
I dug into the relevant code, and found that in file
debian/patches/ubuntu/Add-missing-files.patch, when aa_getpeercon(fd,
_label, _confinement) returns -1, the value of errno is
ENOPROTOOPT.

This means that something went wrong in
https://gitlab.com/apparmor/apparmor/-/blob/253eace57316aadd4dd01e3da7797d97b590d62e/libraries/libapparmor/src/kernel.c#L1039

I added a patch and recompiled the pipewire package, pipewire-pulse works again.
--- a/src/modules/module-protocol-pulse/snap-policy.c
+++ b/src/modules/module-protocol-pulse/snap-policy.c
@@ -61,7 +61,7 @@ pw_sandbox_access_t pw_snap_get_audio_permissions(struct 
client *client, int fd,
 assert(client != NULL);
 
 if (aa_getpeercon(fd, _label, _confinement) == -1) {
-if (errno == EINVAL) {
+if (errno == EINVAL || errno == ENOPROTOOPT) {
 // if apparmor isn't enabled, we can safely assume that there are 
no SNAPs in the system
 return PW_SANDBOX_ACCESS_NOT_A_SANDBOX;
 }

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

Title:
  pipewire wireplumber can not detect the sound output device  when
  using an unofficial linux kernel

Status in apparmor package in Ubuntu:
  Confirmed
Status in pipewire package in Ubuntu:
  Confirmed
Status in wireplumber package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 24.04 noble

  I tested on Kernel-6.7.2, 6.7.1, 6.6.8, don't work.

  relating service status:
   
  gsd-media-keys[6441]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD 
(card)' failed

  pipewire-pulse[5768]: mod.protocol-pulse: client 0x5e701af4f9a0 [Mutter]: 
ERROR command:-1 (invalid) tag:418 error:25 (Input/output error)
  pipewire-pulse[5768]: mod.protocol-pulse: client 0x5e701af4f9a0 [Mutter]: 
ERROR command:-1 (invalid) tag:426 error:25 (Input/output error)
  pipewire-pulse[5298]: default: snap_get_audio_permissions: failed to get the 
AppArmor info.

  wireplumber[61568]:  si-standard-link: 
in/out items are not valid anymore
  wireplumber[61568]:  2 of 2 PipeWire links 
failed to activate

  It's worked on kernel linux-image-6.5.0-14-generic.

  I built the same version 1.0.1 from the
  https://gitlab.freedesktop.org/pipewire source code, The sound card
  can be detected normally and shown in the gnome setting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2051454/+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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2023-12-27 Thread Xu Zhen
** Also affects: devhelp (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

Status in apparmor package in Ubuntu:
  Confirmed
Status in devhelp package in Ubuntu:
  New
Status in digikam package in Ubuntu:
  Confirmed
Status in epiphany-browser package in Ubuntu:
  Confirmed
Status in evolution package in Ubuntu:
  Confirmed
Status in falkon package in Ubuntu:
  Confirmed
Status in freecad package in Ubuntu:
  Confirmed
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in kontact package in Ubuntu:
  Confirmed
Status in qutebrowser package in Ubuntu:
  Confirmed

Bug description:
  Hi, I run Ubuntu development branch 24.04 and I have a problem with
  Epiphany browser 45.1-1 (Gnome Web): program doesn't launch, and I get
  this error

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:12085): ERROR **: 14:44:35.023: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:30878): ERROR **: 22:22:26.926: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  Thanks for your help!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046844/+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 2047343] Re: The steam profile in 4.0.0~alpha2-0ubuntu7 does not support steam installed by steam-installer package

2023-12-25 Thread Xu Zhen
** Also affects: steam-installer (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  The steam profile in 4.0.0~alpha2-0ubuntu7 does not support steam
  installed by steam-installer package

Status in apparmor package in Ubuntu:
  New
Status in steam-installer package in Ubuntu:
  New

Bug description:
  The steam profile in 4.0.0~alpha2-0ubuntu7 only supports steam
  installed from the official website
  (https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb),
  but does not support the installation by the steam-installer in the
  repository.

  The new user namespace creation restrictions will prevent steam
  installed by steam-installer from running Windows games.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2047343/+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 2047343] [NEW] The steam profile in 4.0.0~alpha2-0ubuntu7 does not support steam installed by steam-installer package

2023-12-24 Thread Xu Zhen
Public bug reported:

The steam profile in 4.0.0~alpha2-0ubuntu7 only supports steam installed
from the official website
(https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb), but
does not support the installation by the steam-installer in the
repository.

The new user namespace creation restrictions will prevent steam
installed by steam-installer from running Windows games.

** Affects: apparmor (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  The steam profile in 4.0.0~alpha2-0ubuntu7 does not support steam
  installed by steam-installer package

Status in apparmor package in Ubuntu:
  New

Bug description:
  The steam profile in 4.0.0~alpha2-0ubuntu7 only supports steam
  installed from the official website
  (https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb),
  but does not support the installation by the steam-installer in the
  repository.

  The new user namespace creation restrictions will prevent steam
  installed by steam-installer from running Windows games.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2047343/+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 2047023] Re: Qt app crashed after upgrading Qt5 libraries to 5.15.10+dfsg-5build1 in noble-proposed

2023-12-22 Thread Xu Zhen
Upgraded to 5.15.10+dfsg-5ubuntu1, no crash anymore

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

Title:
  Qt app crashed after upgrading Qt5 libraries to 5.15.10+dfsg-5build1
  in noble-proposed

Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Qt5 libraries to 5.15.10+dfsg-5build1, several Qt5
  applications (including lxqt-panel and goldendict) crashed, leaving a
  "*** buffer overflow detected ***: terminated" message in console.

  It seems that the crashed applications all used the QSettings. The
  following sample code will crash with 5.15.10+dfsg-5build1, but not
  with 5.15.10+dfsg-5

  #include 
  int main(int argc, char *argv[])
  {
  QSettings s("/tmp/a.ini", QSettings::IniFormat);
  s.setValue("a", 123);
  s.sync();
  return 0;
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2047023/+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 2047023] [NEW] Qt app crashed after upgrading Qt5 libraries to 5.15.10+dfsg-5build1

2023-12-20 Thread Xu Zhen
Public bug reported:

After upgrading Qt5 libraries to 5.15.10+dfsg-5build1, several Qt5
applications (including lxqt-panel and goldendict) crashed, leaving a
"*** buffer overflow detected ***: terminated" message in console.

It seems that the crashed applications all used the QSettings. The
following sample code will crash with 5.15.10+dfsg-5build1, but not with
5.15.10+dfsg-5

#include 
int main(int argc, char *argv[])
{
QSettings s("/tmp/a.ini", QSettings::IniFormat);
s.setValue("a", 123);
s.sync();
return 0;
}

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- After upgrading Qt libraries to 5.15.10+dfsg-5build1, several Qt
+ After upgrading Qt5 libraries to 5.15.10+dfsg-5build1, several Qt5
  applications (including lxqt-panel and goldendict) crashed, leaving a
  "*** buffer overflow detected ***: terminated" message in console.
  
  It seems that the crashed applications all used the QSettings. The
  following sample code will crash with 5.15.10+dfsg-5build1, but not with
  5.15.10+dfsg-5
  
  #include 
  int main(int argc, char *argv[])
  {
- QSettings s("/tmp/a.ini", QSettings::IniFormat);
- s.setValue("a", 123);
- s.sync();
- return 0;
+ QSettings s("/tmp/a.ini", QSettings::IniFormat);
+ s.setValue("a", 123);
+ s.sync();
+ return 0;
  }

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

Title:
  Qt app crashed after upgrading Qt5 libraries to 5.15.10+dfsg-5build1

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  After upgrading Qt5 libraries to 5.15.10+dfsg-5build1, several Qt5
  applications (including lxqt-panel and goldendict) crashed, leaving a
  "*** buffer overflow detected ***: terminated" message in console.

  It seems that the crashed applications all used the QSettings. The
  following sample code will crash with 5.15.10+dfsg-5build1, but not
  with 5.15.10+dfsg-5

  #include 
  int main(int argc, char *argv[])
  {
  QSettings s("/tmp/a.ini", QSettings::IniFormat);
  s.setValue("a", 123);
  s.sync();
  return 0;
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2047023/+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 1943312] Re: dependency problems of version 3.4.2-1ubuntu3

2021-09-12 Thread Xu Zhen
Andrew, you did it wrong.

apt download libffi8 libffi8:i386
for d in libffi8*.deb; do
  dpkg-deb -x $d $d.dir;
  dpkg-deb -e $d $d.dir/DEBIAN;
  sed -i 's/Breaks: libffi8ubuntu1/Breaks: libffi8ubuntu1 (<= 
3.4~20200819gead65ca871-0ubuntu5)/' $d/DEBIAN/control;
  dpkg-deb -b $d.dir $d;
done
sudo dpkg -i libffi8*.deb

And after the installation, do not update libffi8 again until a new version out.
sudo apt-mark hold libffi8 libffi8:i386

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

Title:
  dependency problems of version 3.4.2-1ubuntu3

Status in libffi package in Ubuntu:
  Confirmed

Bug description:
  Have both libffi8ubuntu1:amd64 and libffi8ubuntu1:i386 installed
  previously. Got these after upgrading to 3.4.2-1ubuntu3

  dpkg: dependency problems prevent configuration of libffi8:amd64:
   libffi8:i386 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
libffi8:amd64 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

  dpkg: error processing package libffi8:amd64 (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of libffi8:i386:
   libffi8:amd64 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
libffi8:i386 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

  dpkg: error processing package libffi8:i386 (--configure):
   dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libffi/+bug/1943312/+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 1943312] Re: dependency problems of version 3.4.2-1ubuntu3

2021-09-11 Thread Xu Zhen
The control file in libffi8_3.4.2-1ubuntu3_{i386,amd64}.deb has these fields
Breaks: libffi8ubuntu1
Replaces: libffi8ubuntu1
Provides: libffi8ubuntu1 (= 3.4~20200819gead65ca871-0ubuntu5)

a version clause should be added to the Breaks field to avoid the conflict 
between the i386 and amd64 libraries
Breaks: libffi8ubuntu1 (<= 3.4~20200819gead65ca871-0ubuntu5)

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

Title:
  dependency problems of version 3.4.2-1ubuntu3

Status in libffi package in Ubuntu:
  Confirmed

Bug description:
  Have both libffi8ubuntu1:amd64 and libffi8ubuntu1:i386 installed
  previously. Got these after upgrading to 3.4.2-1ubuntu3

  dpkg: dependency problems prevent configuration of libffi8:amd64:
   libffi8:i386 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
libffi8:amd64 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

  dpkg: error processing package libffi8:amd64 (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of libffi8:i386:
   libffi8:amd64 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
libffi8:i386 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

  dpkg: error processing package libffi8:i386 (--configure):
   dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libffi/+bug/1943312/+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 1943312] [NEW] dependency problems of version 3.4.2-1ubuntu3

2021-09-11 Thread Xu Zhen
Public bug reported:

Have both libffi8ubuntu1:amd64 and libffi8ubuntu1:i386 installed
previously. Got these after upgrading to 3.4.2-1ubuntu3

dpkg: dependency problems prevent configuration of libffi8:amd64:
 libffi8:i386 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
  libffi8:amd64 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

dpkg: error processing package libffi8:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libffi8:i386:
 libffi8:amd64 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
  libffi8:i386 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

dpkg: error processing package libffi8:i386 (--configure):
 dependency problems - leaving unconfigured

** Affects: libffi (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  dependency problems of version 3.4.2-1ubuntu3

Status in libffi package in Ubuntu:
  New

Bug description:
  Have both libffi8ubuntu1:amd64 and libffi8ubuntu1:i386 installed
  previously. Got these after upgrading to 3.4.2-1ubuntu3

  dpkg: dependency problems prevent configuration of libffi8:amd64:
   libffi8:i386 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
libffi8:amd64 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

  dpkg: error processing package libffi8:amd64 (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of libffi8:i386:
   libffi8:amd64 (3.4.2-1ubuntu3) breaks libffi8ubuntu1 and is unpacked but not 
configured.
libffi8:i386 (3.4.2-1ubuntu3) provides libffi8ubuntu1.

  dpkg: error processing package libffi8:i386 (--configure):
   dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libffi/+bug/1943312/+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 1915777] Re: file owner is buildd/buildd (2001/2501) in 1.9.5p2-2ubuntu1

2021-02-15 Thread Xu Zhen
Many other recently updated hirsute-proposed packages also have this
problem, like w3m (0.5.3+git20210102-3), net-tools (1.60+git20181103
.0eebece-1ubuntu1)

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

Title:
  file owner is buildd/buildd (2001/2501) in 1.9.5p2-2ubuntu1

Status in sudo package in Ubuntu:
  New

Bug description:
  wget
  http://ftp.ubuntu.com/ubuntu/pool/main/s/sudo/sudo_1.9.5p2-2ubuntu1_amd64.deb
  -O - | dpkg-deb -c -

  All the owners are buildd/buildd instead of root/root, which makes
  sudo unusable

  $ sudo
  sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1915777/+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 1915777] [NEW] file owner is buildd/buildd (2001/2501) in 1.9.5p2-2ubuntu1

2021-02-15 Thread Xu Zhen
Public bug reported:

wget
http://ftp.ubuntu.com/ubuntu/pool/main/s/sudo/sudo_1.9.5p2-2ubuntu1_amd64.deb
-O - | dpkg-deb -c -

All the owners are buildd/buildd instead of root/root, which makes sudo
unusable

$ sudo
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

** Affects: sudo (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  file owner is buildd/buildd (2001/2501) in 1.9.5p2-2ubuntu1

Status in sudo package in Ubuntu:
  New

Bug description:
  wget
  http://ftp.ubuntu.com/ubuntu/pool/main/s/sudo/sudo_1.9.5p2-2ubuntu1_amd64.deb
  -O - | dpkg-deb -c -

  All the owners are buildd/buildd instead of root/root, which makes
  sudo unusable

  $ sudo
  sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1915777/+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 1488155] Re: apt failed to open translation file

2018-08-24 Thread Xu Zhen
No. This bug only existed on 15.10, it was fixed on 16.04

-- 
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/1488155

Title:
  apt failed to open translation file

Status in apt package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 15.10 + apt 1.0.9.10ubutnu6

  When run `strace apt-cache show ubuntu-desktop' on my system, the
  output shows it try to access non-exists translation file.

  The description of specified package can't be displayed due to this
  bug.

  It seems that an overflow occured.

  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.bz2",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.xz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.lzma",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.gz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.uncompressed",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.bz2",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.xz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.lzma",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.gz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.uncompressed",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.bz2",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.xz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.lzma",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.gz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.uncompressed",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.bz2",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.xz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.lzma",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.gz",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.uncompressed",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat("/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV",
 0x7ffe7e9622f0) = -1 ENOENT (No such file or 

[Touch-packages] [Bug 1488155] [NEW] apt failed to open translation file

2015-08-24 Thread Xu Zhen
Public bug reported:

Ubuntu 15.10 + apt 1.0.9.10ubutnu6

When run `strace apt-cache show ubuntu-desktop' on my system, the output
shows it try to access non-exists translation file.

The description of specified package can't be displayed due to this bug.

It seems that an overflow occured.

stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_restricted_i18n_Translation-en.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_restricted_i18n_Translation-en.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_restricted_i18n_Translation-en.lzma,
 0x7ffe7e9622f0) = 

[Touch-packages] [Bug 1488155] Re: apt failed to open translation file

2015-08-24 Thread Xu Zhen
** Description changed:

  Ubuntu 15.10 + apt 1.0.9.10ubutnu6
- when run `strace apt-cache show ubuntu-desktop' on my system, the output 
shows it try to access non-exists translation file.
+ 
+ When run `strace apt-cache show ubuntu-desktop' on my system, the output
+ shows it try to access non-exists translation file.
+ 
+ The description of specified package can't be displayed due to this bug.
+ 
  It seems that an overflow occured.
+ 
  
  
vstat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-y%5fRelease,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_main_i18n_Translation-id%5fRelease,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-dists%5fwi%ff98%15%ffb2%13GV,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.xz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.lzma,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.gz,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV.uncompressed,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_multiverse_i18n_Translation-%ffc0I%ffb2%13GV,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  
stat(/var/lib/apt/lists/ftp.jaist.ac.jp_pub_Linux_ubuntu_dists_wily_restricted_i18n_Translation-en.bz2,
 0x7ffe7e9622f0) = -1 ENOENT (No such file or directory)
  

[Touch-packages] [Bug 1363583] [NEW] usbmuxd is not compatible with libusbmuxd2 in ubuntu 14.10

2014-08-31 Thread Xu Zhen
Public bug reported:

In Ubuntu 14.10, the version of libusbmuxd2 is 1.0.9, but usbmuxd is still 
1.0.8.
usbmuxd 1.0.8 does not support the new commands used in libusbmuxd2 1.0.9
Any program which use libusbmuxd2 will simply crash.

$ ideviceinfo 
ideviceinfo: plist.c:194: plist_copy_node: Assertion `data' failed.
Aborted

the debug output of usbmuxd:
$ sudo usbmuxd -v -f -u
[15:29:58.274][3] usbmuxd v1.0.8 starting up
[15:29:58.274][4] Creating socket
[15:29:58.274][4] Initializing USB
[15:29:58.276][4] Found new device with v/p 05ac:129a at 2-7
[15:29:58.276][4] Found interface 1 with endpoints 04/85 for device 2-7
[15:29:58.277][4] Using wMaxPacketSize=512 for device 2-7
[15:29:58.277][3] Connecting to new device on location 0x20007 as ID 1
[15:29:58.277][4] 1 device detected
[15:29:58.277][3] Initialization complete
[15:29:58.278][3] Connected to v1.0 device 1 on location 0x20007 with serial 
number ***
[15:30:07.646][4] New client on fd 14
[15:30:07.646][1] Unexpected command 'ListDevices' received!
[15:30:07.646][4] Client 14 connection closed
[15:30:07.646][4] Disconnecting client fd 14
[15:30:07.647][4] New client on fd 14
[15:30:07.747][4] Client 14 connection closed
[15:30:07.747][4] Disconnecting client fd 14
[15:30:07.747][4] New client on fd 14
[15:30:07.754][4] New client on fd 15
[15:30:07.755][1] Unexpected command 'ReadPairRecord' received!
[15:30:07.755][4] New client on fd 16
[15:30:07.755][1] Unexpected command 'ReadPairRecord' received!
[15:30:07.757][4] Disconnecting client fd 14
[15:30:07.757][4] Client 15 connection closed
[15:30:07.757][4] Disconnecting client fd 15
[15:30:07.757][4] Client 16 connection closed
[15:30:07.757][4] Disconnecting client fd 16

I complied the latest source from https://github.com/libimobiledevice/usbmuxd, 
everything works.
$ sudo usbmuxd -v -f -u
[15:38:13.038][3] usbmuxd v1.0.9 starting up
[15:38:13.038][4] Creating socket
[15:38:13.038][4] Initializing USB
[15:38:13.040][4] Found new device with v/p 05ac:129a at 2-7
[15:38:13.041][4] Found interface 1 with endpoints 04/85 for device 2-7
[15:38:13.042][4] Using wMaxPacketSize=512 for device 2-7
[15:38:13.042][3] Connecting to new device on location 0x20007 as ID 1
[15:38:13.042][4] 1 device detected
[15:38:13.042][3] Initialization complete
[15:38:13.042][3] Connected to v2.0 device 1 on location 0x20007 with serial 
number ***
[15:38:13.042][4] preflight_worker_handle_device_add: Starting preflight on 
device ***...
[15:38:13.043][4] New client on fd 16
[15:38:13.045][4] device_control_input: AppleUSBDeviceMux::handleConnectResult 
new session 0x8bc4a000 established 62078-lo0-49706 62078-usb-1
[15:38:13.050][4] New client on fd 18
[15:38:13.054][4] New client on fd 20
[15:38:13.184][4] preflight_worker_handle_device_add: StartSession success for 
device ***
[15:38:13.184][4] preflight_worker_handle_device_add: Finished preflight on 
device ***
[15:38:13.188][4] Disconnecting client fd 16
[15:38:13.189][4] device_control_input: void 
AppleUSBDeviceMux::handleMuxTCPInput(__mbuf*) received reset, closing 0x8bc4a000
[15:38:30.383][4] New client on fd 15
[15:38:30.383][4] New client on fd 16
[15:38:30.383][4] Client 15 connection closed
[15:38:30.383][4] Disconnecting client fd 15

** Affects: usbmuxd (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  usbmuxd is not compatible with libusbmuxd2 in ubuntu 14.10

Status in “usbmuxd” package in Ubuntu:
  New

Bug description:
  In Ubuntu 14.10, the version of libusbmuxd2 is 1.0.9, but usbmuxd is still 
1.0.8.
  usbmuxd 1.0.8 does not support the new commands used in libusbmuxd2 1.0.9
  Any program which use libusbmuxd2 will simply crash.

  $ ideviceinfo 
  ideviceinfo: plist.c:194: plist_copy_node: Assertion `data' failed.
  Aborted

  the debug output of usbmuxd:
  $ sudo usbmuxd -v -f -u
  [15:29:58.274][3] usbmuxd v1.0.8 starting up
  [15:29:58.274][4] Creating socket
  [15:29:58.274][4] Initializing USB
  [15:29:58.276][4] Found new device with v/p 05ac:129a at 2-7
  [15:29:58.276][4] Found interface 1 with endpoints 04/85 for device 2-7
  [15:29:58.277][4] Using wMaxPacketSize=512 for device 2-7
  [15:29:58.277][3] Connecting to new device on location 0x20007 as ID 1
  [15:29:58.277][4] 1 device detected
  [15:29:58.277][3] Initialization complete
  [15:29:58.278][3] Connected to v1.0 device 1 on location 0x20007 with serial 
number ***
  [15:30:07.646][4] New client on fd 14
  [15:30:07.646][1] Unexpected command 'ListDevices' received!
  [15:30:07.646][4] Client 14 connection closed
  [15:30:07.646][4] Disconnecting client fd 14
  [15:30:07.647][4] New client on fd 14
  [15:30:07.747][4] Client 14 connection closed
  [15:30:07.747][4] Disconnecting client fd 14
  [15:30:07.747][4] New client on fd 14
  [15:30:07.754][4] New client on