[Touch-packages] [Bug 1428811] [NEW] Trusty hwe kernel (utopic) gpio shutdown trigger for ProLiant m400 cartridges

2015-03-05 Thread Craig Magina
Public bug reported:

This is an additional change following after the m800 bug (LP: #1347776)
and m400 bug (LP: #1354306), udev/systemd needs a rule to cover
triggering a graceful shutdown on the HP Proliant m400 Cartridge when
running the utopic hwe kernel in trusty.

[Impact]
Currently, graceful shutdown via the iLO works when running the base trusty 
kernel, but if the hwe kernel is installed, it stops.

[Test Case]
Initiate a graceful shutdown via the iLO.

[Regression Potential]
The new rule is pretty tightly bound to the m400 system - so the risk of this 
rule matching and impacting behavior on a different platform is minimal. This 
will presumably cause new code to run and read /proc/device-tree/model on other 
platforms - but this is already done for the m800 system in both utopic and 
trusty as well as the 3.13.0 kernel m400 rule.

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

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

Title:
  Trusty hwe kernel (utopic) gpio shutdown trigger for ProLiant m400
  cartridges

Status in systemd package in Ubuntu:
  New

Bug description:
  This is an additional change following after the m800 bug (LP:
  #1347776) and m400 bug (LP: #1354306), udev/systemd needs a rule to
  cover triggering a graceful shutdown on the HP Proliant m400 Cartridge
  when running the utopic hwe kernel in trusty.

  [Impact]
  Currently, graceful shutdown via the iLO works when running the base trusty 
kernel, but if the hwe kernel is installed, it stops.

  [Test Case]
  Initiate a graceful shutdown via the iLO.

  [Regression Potential]
  The new rule is pretty tightly bound to the m400 system - so the risk of this 
rule matching and impacting behavior on a different platform is minimal. This 
will presumably cause new code to run and read /proc/device-tree/model on other 
platforms - but this is already done for the m800 system in both utopic and 
trusty as well as the 3.13.0 kernel m400 rule.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428811/+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 1428808] [NEW] Keyboard Shortcuts overlay font size practically unreadable

2015-03-05 Thread hackel
Public bug reported:

As with other areas of Unity, it seems the Keyboard Shortcut overlay
(visible when holding in the super key) is not properly rendering fonts
at the correct size.  Please see the attached screenshot.

The numbers that appear on top applications in the unity launcher are
very difficult to read because they are so small.  (Launcher width is
set to 36px, but even when set at the default of 48, they are still
difficult to read because of how they blend with the background icons.
They need to be bigger, fill up the entire area of the shaded, rounded
square, and have a black outline or something to make them stick out
more.

The text of the actual Keyboard Shortcuts help window is so small that I
have to get very close to the screen to read it, and even then the words
are not very clear at such a small size with only a 128 DPI screen.
There is so much empty space on this screen, I can think of no reason
not to make them all bigger to at the very least fill up the space!

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

** Attachment added: Screenshot from 2015-03-05 12:50:33.jpg
   
https://bugs.launchpad.net/bugs/1428808/+attachment/4335451/+files/Screenshot%20from%202015-03-05%2012%3A50%3A33.jpg

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

Title:
  Keyboard Shortcuts overlay font size practically unreadable

Status in unity package in Ubuntu:
  New

Bug description:
  As with other areas of Unity, it seems the Keyboard Shortcut overlay
  (visible when holding in the super key) is not properly rendering
  fonts at the correct size.  Please see the attached screenshot.

  The numbers that appear on top applications in the unity launcher are
  very difficult to read because they are so small.  (Launcher width is
  set to 36px, but even when set at the default of 48, they are still
  difficult to read because of how they blend with the background icons.
  They need to be bigger, fill up the entire area of the shaded, rounded
  square, and have a black outline or something to make them stick out
  more.

  The text of the actual Keyboard Shortcuts help window is so small that
  I have to get very close to the screen to read it, and even then the
  words are not very clear at such a small size with only a 128 DPI
  screen.  There is so much empty space on this screen, I can think of
  no reason not to make them all bigger to at the very least fill up the
  space!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1428808/+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 1348144] Re: libpng needs update on x86_64

2015-03-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libpng (Ubuntu)
   Status: New = Confirmed

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

Title:
  libpng needs update on x86_64

Status in libpng package in Ubuntu:
  Confirmed

Bug description:
  Libpng needs to be updated to a later version than version 1.2 on
  x86_64. The reason is that version 1.2 assumes sizeof(unsigned long
  int)==4, which is not true on Linux x86_64

  
  Message from GCC:

  error: cannot convert 'uint32_t* {aka unsigned int*}' to 'png_uint_32* {aka 
long unsigned int*}' for argument '3' to 'png_uint_32 png_get_pHYs(png_structp, 
png_infop, png_uint_32*, png_uint_32*, int*)'
   , res_x, res_y,unit);

  
  In version 1.6 (I use that version when compiling on windows)

  #if INT_MIN  -2147483646  INT_MAX  2147483646
 typedef int png_int_32;
  #elif LONG_MIN  -2147483646  LONG_MAX  2147483646
 typedef long int png_int_32;
  #else
  #  error libpng requires a signed 32 bit (or more) type
  #endif

  #if UINT_MAX  4294967294
 typedef unsigned int png_uint_32;
  #elif ULONG_MAX  4294967294
 typedef unsigned long int png_uint_32;
  #else
  #  error libpng requires an unsigned 32 bit (or more) type
  #endif

  Clearly, this bug is fixed in version 1.6.

  
  I could install my own libpng, but since this is a very central library I 
feel that it could be risky and I do not have time to recompile the hole system 
just for an old library. Suggestion: Fix this for version 14.10 (it strange 
that a newer libpng did not enter 14.04 LTS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpng/+bug/1348144/+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 1409286] Re: package python-ufw 0.34~rc-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-05 Thread Daniil Vasin
** Changed in: ufw (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
   package python-ufw 0.34~rc-0ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in ufw package in Ubuntu:
  Invalid

Bug description:
  Long story short, author uses python2.7, and my machine uses python3.3
  as python. Module ConfigParser has been changed to configparser in
  python3. Please accomodate your software for new python versions

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: python-ufw 0.34~rc-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  AptOrdering:
   python-ufw: Install
   ufw-kde: Install
   python-ufw: Configure
   ufw-kde: Configure
  Architecture: amd64
  Date: Sat Jan 10 10:21:13 2015
  DuplicateSignature: package:python-ufw:0.34~rc-0ubuntu2:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-15 (25 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: ufw
  Title: package python-ufw 0.34~rc-0ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1409286/+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 1426454] Re: Keyboard layout for Icelandic(Machintosh) is wrong

2015-03-05 Thread Arnkell Logi Pétursson
Just to add: This keyboard works well in Fedora 21.

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

Title:
  Keyboard layout for Icelandic(Machintosh) is wrong

Status in xkeyboard-config package in Ubuntu:
  New

Bug description:
  Hi,

  Thank you for a great OS! I found a small bug that affects maybe 10
  people in the world but I'm one of them :-)

  I'm using the aluminum mac keyboard with an Icelandic layout.

  1) I'm using Ubuntu 14.10
  2) I'm not sure what package this applies to.
  3) Third level selectors are more or less all wrong.
  4) Wrong character appears

  I've made an xmodmap file that fixes these issues and attached it.

  with regards, Logi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1426454/+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 1421247] Re: Fonts are inconsistent size on HiDPI

2015-03-05 Thread hackel
What does this have to do with Unity?

** Changed in: unity (Ubuntu)
   Status: New = Invalid

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

Title:
  Fonts are inconsistent size on HiDPI

Status in unity package in Ubuntu:
  Invalid

Bug description:
  On a recent update the font sizes changed on various applications. On
  Thunderbiard they are VERY_LARGE  however on installing Unity tweek
  tool and resetting the font sizes nothing altered.  Title bars are
  rather large font also.  varying size fonts on applications

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.4+14.04.20141217-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Feb 12 14:52:53 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2218]
  InstallationDate: Installed on 2014-12-20 (53 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 20A7002WUS
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=217b58b6-13d8-4975-9033-fd99e4fa55ea ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GRET42WW (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20A7002WUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGRET42WW(1.19):bd11/20/2014:svnLENOVO:pn20A7002WUS:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A7002WUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20A7002WUS
  dmi.product.version: ThinkPad X1 Carbon 2nd
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Feb 12 14:33:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1049 
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu2.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1421247/+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 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-03-05 Thread Søren Holm
Please try #51 also

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

Title:
  Networkmanager does not autoconnect to wireless network

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  When adding a net wireless network and enable connect automatically'
  networkmanager does not automatically connect to the network wenever
  possible.

  I'm running kubuntu 14.10 daily.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager 0.9.8.8-0ubuntu23
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Aug 10 21:30:03 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-11 (29 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140710)
  IpRoute:
   default via 192.168.0.2 dev wlan0  proto static 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.213  
metric 9
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+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 1422521] Re: mmap of ...mir/client-platform/mesa.so DENIED

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor

** Branch linked: lp:apparmor/2.9

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

Title:
  mmap of ...mir/client-platform/mesa.so DENIED

Status in AppArmor Linux application security framework:
  In Progress
Status in apparmor package in Ubuntu:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released

Bug description:
  I'm running ubuntu touch vivid-vervet:

  root@ubuntu-phablet:/home/phablet# lsb_release -rd
  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04

  root@ubuntu-phablet:/home/phablet# system-image-cli  -i
  current build number: 101
  device name: hammerhead
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 1970-01-22 15:43:01
  version version: 101
  version keyring: archive-master
  version device: 20150210
  version custom: 3

  This bug is similar to #658135 but in this case it is the files in
  /usr/lib/arm-linux-gnueabihf/mir/client-platform that cannot be
  loaded.

  root@ubuntu-phablet:/home/phablet# apt-cache policy apparmor
  apparmor:
Installed: 2.8.98-0ubuntu4
Candidate: 2.8.98-0ubuntu4
Version table:
   *** 2.8.98-0ubuntu4 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages
  100 /var/lib/dpkg/status

  
  Most of my installed apps do not start, giving errors similar to this in 
syslog:

  root@ubuntu-phablet:/home/phablet# grep DENIED /var/log/syslog | tail -1
  Feb 16 23:11:56 ubuntu-phablet kernel: [28314.176317] type=1400 
audit(1424124716.747:217): apparmor=DENIED operation=file_mmap 
profile=com.ubuntu.calculator_calculator_1.3.339 
name=/usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so pid=5864 
comm=qmlscene requested_mask=m denied_mask=m fsuid=32011 ouid=0

  Setting apparmor to complain mode makes the app run, and so does
  adding the following line to /etc/apparmor.d/abstractions/base:

/usr/lib/@{multiarch}/**/*.so* mr,
  (just before the line saying /usr/lib/@{multiarch}/**/lib*.so* mr,)

  So, mesa.so (and dummy.so and android.so) are not matched because they
  do not contain the file name prefix lib. (Since the file system is
  read only I copied the files elsewhere and ran apparmor_parser on the
  modified files.)

  I do not know if this is the correct fix, but at least it points to a
  problem. (Maybe the library name should be different, the change made
  to another file, like abstractions/X, or maybe the profile for
  calculator is incorrect -- but if it is then lots of profiles are
  incorrect.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1422521/+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 1419874] Re: krillin bluetooth discoverability enabled on boot

2015-03-05 Thread Ricardo Salveti
** Changed in: bluez (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: canonical-devices-system-image
 Assignee: Michael Frey (mfrey) = Canonical Phone Foundations 
(canonical-phonedations-team)

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

** Also affects: ubuntu-system-settings (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  krillin bluetooth discoverability enabled on boot

Status in the base for Ubuntu mobile products:
  Confirmed
Status in bluez package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu RTM:
  New

Bug description:
  Using krillin rtm 228, the device is discoverable/can be paired -o
  over bluetooth directly after boot (don't even need to unlock the
  greeter). That seems like somewhat a security (and use extra power as
  well)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419874/+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 1424263] Re: Broken dependencies

2015-03-05 Thread Eric Goulet
I had 14.04 then 14.04.1 - I moved forward with HWE. Steam is now
broken, but worked find before.

The suggestion in post #6 does not work for me: 
sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-utopic:i386 
libgl1-mesa-glx-lts-utopic:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libc6:i386 is already the newest version.
libgl1-mesa-dri-lts-utopic:i386 is already the newest version.
libgl1-mesa-glx-lts-utopic:i386 is already the newest version.
The following packages were automatically installed and are no longer required:
  linux-headers-3.16.0-30 linux-headers-3.16.0-30-generic
  linux-image-3.16.0-30-generic linux-image-extra-3.16.0-30-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1424263/+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 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-03-05 Thread Rafael David Tinoco
** Patch removed: utopic_isc-dhcp_4.2.4-7ubuntu15.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+attachment/4335363/+files/utopic_isc-dhcp_4.2.4-7ubuntu15.debdiff

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

Title:
  DHCP server does not work for IPoIB (Infiniband)

Status in isc-dhcp package in Ubuntu:
  In Progress

Bug description:
  [Impact]

   * DHCP for InfiniBand IPoIB does not work currently.
   * After providing missing GPXE patch it had problems (by Mellanox tests).
   * IPoIB patches from Fedora project (out-of-upstream-tree) were outdated.

  [Test Case]

   * To have IPoIB devices (2 if possible)
   * Try to acquire IP using either DHCPv4 or DHCPv6

  [Regression Potential]

   * DHCP for InfiniBand was not working
   * Based on already implemented code (Fedora)
   * Mellanox has tested it

  [Other Info]

  Original BUG description:

  Release:  Ubuntu 14.04.1 LTS
  Version:  4.2.4-7ubuntu12

  The current DHCP package in Ubuntu can't handle IPoIB clients.  For
  IB, Mellanox uses IPoIB, which is “Eth emulator” for the control path.
  DHCP is not working in this mode without a patch for DHCP server.

  ISC-DHCP-SERVER Missing GPXE patch.

  After applying GPXE patch only we faced the following problems:

  After apply

  1.

  dhcp ipoib, does not write in the log on which interface the dhcp work
  upon when starting the dhcp server using “/etc/init.d/isc-dhcp-server
  start” we don’t see the line that tells on which interfaces the dhcpd
  is listening on the /var/log/syslog when running it with “dhcpd –d”
  command – we do see it.

  2.

  dhcp ipoib ipv6, it did not provide ip6 when we start 2 ib interfaces
  in a parallel using the following setup:

  HOST_A: 
  acting as a dhcp server, listening on one of its 
  ipoib (ib0) interfaces.

  HOST_B: 
  running dhcp clients on two ipoib interfaces (ib1, ib2) ib1 
  and ib2 are two ports onf the same HCA both interfaces are
  configured in /etc/interfaces such as:

  auto ib1
  iface ib1 inet6 dhcp
 both 
interfaces are configured in /etc/dhcp/dhclient.conf with their 
dhcp-client-identifier Ib0@HOST_A, Ib1@HOST_B and Ib2@HOST_B are connected to 
an infiniband switch.

  We are running on the client (HOST_B) the following:

  $ ifup ib1
  - ib1 get configured as expected

  but then when we run on the other interface:
  $ ifup ib2
  - ib2 get configured, but ib1 is losing its configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+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 1427269] Re: Details page blocks on getting online results to display basic info/controls

2015-03-05 Thread Rodney Dawes
This seems to possibly be an issue in QtNetwork, where it is failing to
load data from the network after transitioning to offline state, but
acting as if everything is fine, and resulting in empty details for the
package.

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

Title:
  Details page blocks on getting online results to display basic
  info/controls

Status in unity-scope-click package in Ubuntu:
  Triaged

Bug description:
  Using rtm 248 on a bq device

  - goes somewhere were you have a laggy internet access (or connect to a wifi 
with a portal so datas don't get through)
  - click on an icon in the app view and hold to get the detail page
  - look at the details page

  - it's empty with a bouncing bar at the bottom, after a while the bar
  stops animating and you are left on an empty page. It should at least
  display the name/icon/uninstall buttons without having to wait to get
  more informations from the store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1427269/+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 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2015-03-05 Thread Bug Watch Updater
** Changed in: binutils (Debian)
   Status: Unknown = Fix Released

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

Title:
  dynamic library inconsistencies with OpenGL/C++

Status in binutils package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-319 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in binutils source package in Trusty:
  In Progress
Status in nvidia-graphics-drivers-319 source package in Trusty:
  New
Status in nvidia-graphics-drivers-331 source package in Trusty:
  New
Status in binutils package in Debian:
  Fix Released

Bug description:
  While using the nvidia-319 driver, the following C++ program won't
  run:

  $ cat  test.cpp  EOF
  #include string
  #include GL/gl.h
  int main(int argc, char *argv[]) {
std::string s;
glEnable(GL_LIGHT0);
  }
  EOF

  Instead, it fails with the following error message:
  $ g++ test.cpp -lGL
  $ ./a.out
  Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!

  Using the xserver-xorg-video-nouveau driver, the problem does not
  occur. Also, when std::string is not used, the program runs without
  problems. Using OpenGL from pure C programs is also not a problem. The
  problem can be reproduced with both g++-4.6 and g++-4.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: openafs nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov  6 18:25:48 2013
  InstallationDate: Installed on 2013-11-01 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 
(20131017)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.319.hybrid.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1248642/+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 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-03-05 Thread Ubuntu Foundations Team Bug Bot
The attachment trusty_isc-dhcp_4.2.4-7ubuntu13.debdiff seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the patch flag from the
attachment, remove the patch tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  DHCP server does not work for IPoIB (Infiniband)

Status in isc-dhcp package in Ubuntu:
  In Progress

Bug description:
  [Impact]

   * DHCP for InfiniBand IPoIB does not work currently.
   * After providing missing GPXE patch it had problems (by Mellanox tests).
   * IPoIB patches from Fedora project (out-of-upstream-tree) were outdated.

  [Test Case]

   * To have IPoIB devices (2 if possible)
   * Try to acquire IP using either DHCPv4 or DHCPv6

  [Regression Potential]

   * DHCP for InfiniBand was not working
   * Based on already implemented code (Fedora)
   * Mellanox has tested it

  [Other Info]

  Original BUG description:

  Release:  Ubuntu 14.04.1 LTS
  Version:  4.2.4-7ubuntu12

  The current DHCP package in Ubuntu can't handle IPoIB clients.  For
  IB, Mellanox uses IPoIB, which is “Eth emulator” for the control path.
  DHCP is not working in this mode without a patch for DHCP server.

  ISC-DHCP-SERVER Missing GPXE patch.

  After applying GPXE patch only we faced the following problems:

  After apply

  1.

  dhcp ipoib, does not write in the log on which interface the dhcp work
  upon when starting the dhcp server using “/etc/init.d/isc-dhcp-server
  start” we don’t see the line that tells on which interfaces the dhcpd
  is listening on the /var/log/syslog when running it with “dhcpd –d”
  command – we do see it.

  2.

  dhcp ipoib ipv6, it did not provide ip6 when we start 2 ib interfaces
  in a parallel using the following setup:

  HOST_A: 
  acting as a dhcp server, listening on one of its 
  ipoib (ib0) interfaces.

  HOST_B: 
  running dhcp clients on two ipoib interfaces (ib1, ib2) ib1 
  and ib2 are two ports onf the same HCA both interfaces are
  configured in /etc/interfaces such as:

  auto ib1
  iface ib1 inet6 dhcp
 both 
interfaces are configured in /etc/dhcp/dhclient.conf with their 
dhcp-client-identifier Ib0@HOST_A, Ib1@HOST_B and Ib2@HOST_B are connected to 
an infiniband switch.

  We are running on the client (HOST_B) the following:

  $ ifup ib1
  - ib1 get configured as expected

  but then when we run on the other interface:
  $ ifup ib2
  - ib2 get configured, but ib1 is losing its configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+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 1422879] Re: GPS stays active after location data is used by a scope (even after not not using the scopes anymore)

2015-03-05 Thread Ricardo Salveti
** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

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

Title:
  GPS stays active after location data is used by a scope (even after
  not not using the scopes anymore)

Status in the base for Ubuntu mobile products:
  Fix Released
Status in location-service package in Ubuntu:
  Invalid
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in unity-scopes-api package in Ubuntu RTM:
  Invalid
Status in unity-scopes-shell package in Ubuntu RTM:
  Fix Released
Status in unity8 package in Ubuntu RTM:
  Fix Released

Bug description:
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 237
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2015-02-17 17:04:34
  version version: 237
  version ubuntu: 20150217
  version device: 20150216-fe747ac
  version custom: 20150207-538-29-183

  You can easily see if the GPS is active or not by checking the logcat
  output (running as root). In this case the hardware remains on
  (consumed by the location-service) after opening a scope such as the
  weather channel one, and retrieving location.

  To reproduce:
  1 - Reboot the phone;
  2 - Open logcat as root: sudo /system/bin/logcat
  3 - From today's scope, click on the weather icon (opening the weather 
channel scopes)
  4 - See that the GPS is active and location works as expected
  5 - Move away from that scope, and check logcat's output (it will stay 
active, meaning that the location-service is still active).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1422879/+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 1428571] Re: Software Update - mysql-apt-config - can't continue

2015-03-05 Thread Lpu8er
Just got the same issue. Performed the following tests, just to get out of this 
:
- first, install updates from GUI; failed, it hangs forever. I had to kill all 
apt-get process
- second, apt-get update then apt-get upgrade. After the upgrade, triggers, 
then the configure mysql-apt-config, but with the console menu.

 ps -aux | grep apt | grep -v 'grep'
root  3422 53.7  5.3 424336 218008 ?   SNl  20:11  15:59 
/usr/bin/python3 /usr/sbin/aptd
root  5050  0.0  0.0  83784  2224 ?S20:33   0:00 sudo apt-get 
upgrade
root  5051  4.8  1.3 101724 55200 ?S20:33   0:22 apt-get upgrade
root  5673  0.0  0.1  26024  7996 pts/1Ss+  20:34   0:00 /usr/bin/dpkg 
--status-fd 83 --configure mysql-apt-config:all compiz-core:amd64 
libcompizconfig0:amd64 libdecoration0:amd64 compiz-plugins-default:amd64 
compiz-gnome:amd64 compiz-plugins:amd64 compiz:all unity-services:amd64 
libunity-core-6.0-9:amd64 unity:amd64 compiz-plugins-extra:all 
python-compizconfig:amd64 compizconfig-settings-manager:all
root  5676  0.0  0.3  67644 14288 pts/1S+   20:34   0:00 /usr/bin/perl 
-w /usr/share/debconf/frontend /var/lib/dpkg/info/mysql-apt-config.postinst 
configure 0.3.2-1ubuntu14.04
root  5682  0.0  0.0  16768  1432 pts/1S+   20:34   0:00 /bin/bash 
/var/lib/dpkg/info/mysql-apt-config.config configure 0.3.2-1ubuntu14.04
root  5794  0.0  0.0  25384  2276 pts/1S+   20:41   0:00 whiptail 
--backtitle Outil de configuration des paquets --title Configuration de 
mysql-apt-config --output-fd 11 --nocancel --default-item mysql-5.6 --menu This 
configuration program will detect the current state of your system, check for 
any installed MySQL Server packages, and try to select the most appropriate 
version of MySQL Server to be installed. If  you are not sure which version to 
choose for yourself, do not change the auto-selected version. Advanced users 
can always change the version later, depending on their own needs.  Which 
server version do you wish to receive? 14 208 3 -- mysql-5.6  mysql-5.7-dmr  
none 

Then, I tried to kill the menu process (5794) itself : comes back (probably 
from another process). Then tried the process mysql-apt-configure (5682) 
without killing neither the process apt-get upgrade nor dpkg (which contained 
all triggers and the state). Process came with a malfunc, GUI show me the 
classic Report bug window. The next apt-get upgrade does not show me any 
package, but I think I simply cleaned apt... until next update.
Mysql works fine too.

If it could help anyone...

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

Title:
  Software Update - mysql-apt-config - can't continue

Status in debconf package in Ubuntu:
  Confirmed

Bug description:
  Upon running software updater today, it's tried to update mysql-apt-
  config, and running that has popped up a debconf choice screen (see
  attached).

  However selecting any of the options, pressing the Forward button
  does absolutely nothing. Can't close the window, can't continue, it's
  just stuck like that.

  I bet if I restart the machine everything will end up in a broken
  state too! :D

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: debconf 1.5.53ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar  5 09:53:44 2015
  ExecutablePath: /usr/bin/debconf-communicate
  InstallationDate: Installed on 2013-07-31 (581 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  InterpreterPath: /usr/bin/perl
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_GB.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   LANGUAGE=en_GB:en
  SourcePackage: debconf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1428571/+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 1427269] Re: Details page blocks on getting online results to display basic info/controls

2015-03-05 Thread Rodney Dawes
** Changed in: unity-scope-click (Ubuntu)
   Status: New = Triaged

** Changed in: unity-scope-click (Ubuntu)
   Importance: Undecided = High

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

Title:
  Details page blocks on getting online results to display basic
  info/controls

Status in unity-scope-click package in Ubuntu:
  Triaged

Bug description:
  Using rtm 248 on a bq device

  - goes somewhere were you have a laggy internet access (or connect to a wifi 
with a portal so datas don't get through)
  - click on an icon in the app view and hold to get the detail page
  - look at the details page

  - it's empty with a bouncing bar at the bottom, after a while the bar
  stops animating and you are left on an empty page. It should at least
  display the name/icon/uninstall buttons without having to wait to get
  more informations from the store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1427269/+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 1378350] Re: [Browser] Need to allow multiple apps to handle the same url patterns

2015-03-05 Thread Michał Sawicz
Any reason why to keep the two separate, especially when you say show
the same UI, inherit those designs?

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

Title:
  [Browser] Need to allow multiple apps to handle the same url patterns

Status in Ubuntu UX bugs:
  Confirmed
Status in content-hub package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  Triaged

Bug description:
  Steps:
  * install gmail and dekko apps

  Expected:
  * when using a mailto: URL (see bug #1351222) URL, the user should be asked 
which app to open (and cache the response optionally?)

  Current:
  * not sure what would happen ;)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378350/+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 1425477] Re: After some time of LXC usage SSH fails with `openpty: Permission denied`

2015-03-05 Thread gozdal
It seems that the problem was caused by autodev parameter that I added
as per https://wiki.archlinux.org/index.php/Lxc-systemd. After removing
extra options and using bare CentOS template the problem went away.

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

Title:
  After some time of LXC usage SSH fails with `openpty: Permission
  denied`

Status in lxc package in Ubuntu:
  Incomplete

Bug description:
  I'm running Ubuntu 14.04.2 LTS on GNU/Linux 3.13.0-45-generic x86_64
  as a host machine for tests run on LXC guests.

  After a few test runs on LXC machines, startup of next LXC machine hangs 
indefinitely.
  At the same time SSH connections to the host machine display PTY allocation 
request failed on channel 0 and SSH logs in auth.log

  Feb 25 05:19:28 remotedev sshd[18578]: error: openpty: Permission denied
  Feb 25 05:19:28 remotedev sshd[18628]: error: session_pty_req: session 0 
alloc failed

  Only reboot brings the machine back to usable state.
  I've tried destroying the non-starting LXC guest, stopping removing all 
guests, purging lxc and lxc-templates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1425477/+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 1428811] Re: Trusty hwe kernel (utopic) gpio shutdown trigger for ProLiant m400 cartridges

2015-03-05 Thread Craig Magina
** Patch added: trusty-proposed patch for systemd
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428811/+attachment/4335565/+files/trusty-proposed.patch

** Tags added: hs-arm64

** Description changed:

  This is an additional change following after the m800 bug (LP: #1347776)
  and m400 bug (LP: #1354306), udev/systemd needs a rule to cover
  triggering a graceful shutdown on the HP Proliant m400 Cartridge when
  running the utopic hwe kernel in trusty.
  
  [Impact]
- Currently, graceful shutdown via the iLO works when running the base trusty 
kernel, but if the hwe kernel is installed, it stops.
+ Currently, graceful shutdown via the iLO works when running the base trusty 
kernel, but if the hwe kernel is installed, it does not.
  
  [Test Case]
  Initiate a graceful shutdown via the iLO.
  
  [Regression Potential]
  The new rule is pretty tightly bound to the m400 system - so the risk of this 
rule matching and impacting behavior on a different platform is minimal. This 
will presumably cause new code to run and read /proc/device-tree/model on other 
platforms - but this is already done for the m800 system in both utopic and 
trusty as well as the 3.13.0 kernel m400 rule.

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

Title:
  Trusty hwe kernel (utopic) gpio shutdown trigger for ProLiant m400
  cartridges

Status in systemd package in Ubuntu:
  New

Bug description:
  This is an additional change following after the m800 bug (LP:
  #1347776) and m400 bug (LP: #1354306), udev/systemd needs a rule to
  cover triggering a graceful shutdown on the HP Proliant m400 Cartridge
  when running the utopic hwe kernel in trusty.

  [Impact]
  Currently, graceful shutdown via the iLO works when running the base trusty 
kernel, but if the hwe kernel is installed, it does not.

  [Test Case]
  Initiate a graceful shutdown via the iLO.

  [Regression Potential]
  The new rule is pretty tightly bound to the m400 system - so the risk of this 
rule matching and impacting behavior on a different platform is minimal. This 
will presumably cause new code to run and read /proc/device-tree/model on other 
platforms - but this is already done for the m800 system in both utopic and 
trusty as well as the 3.13.0 kernel m400 rule.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428811/+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 1175780] Re: libblkid: HFS+ label found by 'quantal' is NOT found by 'raring'

2015-03-05 Thread Etienne URBAH
Version '2.25.1-3ubuntu4' of 'util-linux' correctly finds the HFS+ label
on a 48G HFS+ partition :

$ df  -h  .
Filesystem  Size  Used Avail Use% Mounted on
/dev/sda11   48G   39G  9,5G  81% /home/etienne

$ sudo  blkid  -s LABEL  -s TYPE  /dev/sda11
/dev/sda11: LABEL=Etienne TYPE=hfsplus 

So, this bug is probably fixed.

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

Title:
  libblkid: HFS+ label found by 'quantal' is NOT found by 'raring'

Status in util-linux package in Ubuntu:
  New

Bug description:
  Several partitions of my first hard disk are formatted with Mac OS
  10.5 as HFS+.

  'quantal' did correctly read the HFS+ label of all these partitions.

  'raring' correctly reads the HFS+ label of all these partitions,
  EXCEPT one, which is my largest partition formatted with non-journaled
  HFS+.

  So, this bug is probably related to Ubuntu bug #789928.

  
  Mac OS 10.5 clearly states that the 10th partition (labeled 'Etienne') 
contains a non-journaled HFS+ filesystem whose label is also 'Etienne' :

  # diskutil  info  /dev/disk0s10

  Device Identifier:disk0s10
 Device Node:  /dev/disk0s10
 Part Of Whole:disk0
 Device / Media Name:  Etienne

 Volume Name:  Etienne
 Mount Point:  /Users/etienne
 File System:  HFS+
 Owners:   Enabled

 Partition Type:   Apple_HFS
 Bootable: Not bootable, can be made bootable safely
 Media Type:   Generic
 Protocol: SATA
 SMART Status: Verified
 Volume UUID:  F4B66803-AE66-3576-99D7-F6234E3434A2

 Total Size:   44.6 Gi (47865397248 B) (93487104 512-byte 
blocks)
 Free Space:   14.4 Gi (15454658560 B) (30184880 512-byte 
blocks)

 Read Only:No
 Ejectable:No
 Whole:No
 Internal: Yes

  # fsck_hfs  -n  -d  /dev/disk0s10

  ** /dev/rdisk0s10 (NO WRITE)
Using cacheBlockSize=32K cacheTotalBlock=1024 cacheSize=32768K.
  ** Verifying volume when it is mounted with write access.
  ** Checking Non-journaled HFS Plus volume.
  ** Checking Extents Overflow file.
  ** Checking Catalog file.
  ** Checking multi-linked files.
CheckHardLinks: found 3 pre-Leopard file inodes.
  ** Checking Catalog hierarchy.
  ** Checking Extended Attributes file.
  ** Checking volume bitmap.
  ** Checking volume information.
  ** The volume Etienne appears to be OK.

  
  Ubuntu 'raring' finds all HFS+ labels, EXCEPT the label of this 10th 
partition (you can see that the UUID really is the same) :

  #  blkid  -t TYPE=hfsplus

  /dev/sda2: UUID=83b917f1-60e6-3028-8cf3-5f42cb769e85 LABEL=Macintosh HD 
TYPE=hfsplus 
  /dev/sda10: UUID=f4b66803-ae66-3576-99d7-f6234e3434a2 TYPE=hfsplus 
  /dev/sda11: UUID=f2503c35-115f-3da9-a9b2-5168b8189246 LABEL=Marguerite 
TYPE=hfsplus 
  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: util-linux 2.20.1-5.1ubuntu8
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Thu May  2 22:17:33 2013
  InstallationDate: Installed on 2013-02-14 (77 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: util-linux
  UpgradeStatus: Upgraded to raring on 2013-04-26 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1175780/+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 1427958] Re: [MIR] media-hub

2015-03-05 Thread Michael Terry
Didier, do you happen to have time for this review?

** Changed in: media-hub (Ubuntu)
 Assignee: (unassigned) = Didier Roche (didrocks)

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

Title:
  [MIR] media-hub

Status in media-hub package in Ubuntu:
  New
Status in telepathy-qt5 package in Ubuntu:
  New

Bug description:
  * Rationale

  Media-hub is a dependency of the new oxide-qt version. Media-hub
  provides a media server/service that is currently used by the Ubuntu
  Touch stack, and the dependency with Oxide was created in order for
  Oxide to support background playback (without letting the phone
  suspend, allowing the user to use websites such as grooveshark).

  * Dependencies

  Besides telepathy-qt5 (which is also included as a bug task), the
  remaining dependencies are all approved for main (dbus-cpp and
  process-cpp were moved back to universe but the MIR for them are
  already approved by bug 1218896 and bug 1270234).

  The dependency against telepathy-qt5 is required in order for the
  media-server to be allowed to react on telephony events (like stopping
  playback when receiving calls). Telepathy-qt5 is the same package as
  telepathy-qt, but built against the Qt 5 stack.

  * Maintenance:

  Media-hub is maintained by Ubuntu upstream (Phone Foundations team),
  and it is a core part of the Ubuntu Touch stack (main service
  responsible for multimedia playback).

  Telepathy-qt5 is currently maintained by the Ubuntu Touch Apps team,
  and also a core piece of the Ubuntu Touch stack.

  * Standard compliance:

  The packages are created according to our daily-build inline packaging
  rules and being daily-released in cu2d, so they comply to our Ubuntu
  packaging standards already.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1427958/+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 1427608] Re: package procps 1:3.3.9-1ubuntu5.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-05 Thread Brian Murray
Please add /var/log/apt/term.log so someone can look at the error
messages.

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

Title:
  package procps 1:3.3.9-1ubuntu5.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in procps package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10, at startup I get a system error message, no further
  information is given

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: procps 1:3.3.9-1ubuntu5.2
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  Date: Fri Feb 27 11:04:40 2015
  DuplicateSignature: package:procps:1:3.3.9-1ubuntu5.2:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-11-12 (110 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: procps
  Title: package procps 1:3.3.9-1ubuntu5.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1427608/+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 1426751] Re: Ubuntu-desktop not working when suspend/resume or connecting an external monitor -after upgrade this week (14.04)

2015-03-05 Thread Brian Murray
I'd guess it is something to do with this upgrade:


Start-Date: 2015-02-26  03:27:34
Commandline: aptdaemon role='role-commit-packages' sender=':1.156'
Upgrade: firefox-locale-en:amd64 (35.0.1+build1-0ubuntu0.14.04.1, 
36.0+build2-0ubuntu0.14.04.4), nvidia-settings:amd64 
(346.35-0ubuntu1~xedgers14.04.1, 346.47-0ubuntu1~xedgers14.04.1), 
libdrm-intel1:amd64 (2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), libdrm-intel1:i386 
(2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), firefox:amd64 
(35.0.1+build1-0ubuntu0.14.04.1, 36.0+build2-0ubuntu0.14.04.4), 
libdrm-radeon1:amd64 (2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), libdrm-radeon1:i386 
(2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), libwayland-server0:amd64 
(1.4.0-1ubuntu1, 1.7.0-0ubuntu1~trusty1), libwayland-cursor0:amd64 
(1.4.0-1ubuntu1, 1.7.0-0ubuntu1~trusty1), xserver-xorg-video-intel:amd64 
(2.99.917+git20150212.147e190d-0ubuntu0sarvatt~trusty, 2.99.917+git2015022
 5.2b978c71-0ubuntu0sarvatt~trusty), libdrm-nouveau2:amd64 
(2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), libdrm-nouveau2:i386 
(2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), libwayland-client0:amd64 
(1.4.0-1ubuntu1, 1.7.0-0ubuntu1~trusty1), libdrm2:amd64 
(2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty), libdrm2:i386 
(2.4.59+git20150125.0c5aaeef-0ubuntu0ricotz~trusty, 
2.4.59+git20150225.1f73578d-0ubuntu0ricotz~trusty)
End-Date: 2015-02-26  03:28:09

Almost all of the packages updated come from a PPA, not the official
Ubuntu archive, and you should try the official versions of the Ubuntu
package to see if it is a bug with package in the Ubuntu archive. If it
is not then you should take up this issue with the maintainers of the
PPA from which you are installing packages.

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

Title:
  Ubuntu-desktop not working when suspend/resume or connecting an
  external monitor -after upgrade this week (14.04)

Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  I was happily using 14.04 with my Lenovo Y50. When I installed it, I
  had some troubles making my NVIDIA GeForce GTX 860M 2GB works with
  hardware acceleration, etc, but at the end everything was OK.

  THIS WEEK (around 02/25/2015) an update destroyed this beautiful
  equilibrium: I can't resume after suspend and I can't plug or unplug
  my external monitor without having a weird problem:

  a) Desktop moves half of it size to the right.

  b) Mouse works, but I can't click on anything. The only workaround is
  killing the Xorg, and loosing the session.

  What I tried, without success:

  1) Downgrade Compiz (the first suspect, it was upgraded this week).
  Nothing.

  2) Install ALL possible NVIDIA drivers:

  2.a) Nouveau

  2.b) Nvidia 304  Nvidia 304 updates (blacklisting and purging
  nouveau)

  2.c) Nvidia 331  Nvidia 331 updates (both from repository and NVidea
  website). (blacklisting and purging nouveau)

  2.d) Nvidia 340 (from Xorg-edgers ppa). (blacklisting and purging
  nouveau)

  2.e) In every case, I purged previous drivers before, reconfigure
  Xorg, etc, etc,etc.

  3) Reinstalling Unity and Ubuntu-desktop

  I honestly don't know what else to do, but this situation it's very
  annoying.

  Any ideas? Please?

  THANK YOU

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-desktop 1.325
  ProcVersionSignature: Ubuntu 3.13.0-46.76-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 28 14:21:26 2015
  InstallationDate: Installed on 2014-11-19 (101 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1426751/+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 1428897] [NEW] wrong compiler flags in _sysconfigdata.py

2015-03-05 Thread Marcin
Public bug reported:

The package `libpython2.7-minimal` (versino 2.7.9) installs 
`/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py` which has 
unsupported `gcc` flag, for example:
```
 import _sysconfig
 _sysconfig.build_time_vars['LDSHARED']
'x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat 
-Werror=format-security '
```
contains `-fstack-protector-strong` which is not supported by the `gcc` shipped 
with ubuntu 14.04 (version 4.8.2-19ubuntu).  I found it when I tried to install 
`pygit2` using `pip` (for that one needs to compile `libgit2-0.22.0` from 
sources, since ubuntu ships `libigt2-0.19.0`. `gcc` was failing with an error 
because `-fstack-protector-strong` is not supported.  After replacing the flag 
with `-fstak-protector` `gcc` runs smoothly.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  wrong compiler flags in _sysconfigdata.py

Status in python2.7 package in Ubuntu:
  New

Bug description:
  The package `libpython2.7-minimal` (versino 2.7.9) installs 
`/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py` which has 
unsupported `gcc` flag, for example:
  ```
   import _sysconfig
   _sysconfig.build_time_vars['LDSHARED']
  'x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat 
-Werror=format-security '
  ```
  contains `-fstack-protector-strong` which is not supported by the `gcc` 
shipped with ubuntu 14.04 (version 4.8.2-19ubuntu).  I found it when I tried to 
install `pygit2` using `pip` (for that one needs to compile `libgit2-0.22.0` 
from sources, since ubuntu ships `libigt2-0.19.0`. `gcc` was failing with an 
error because `-fstack-protector-strong` is not supported.  After replacing the 
flag with `-fstak-protector` `gcc` runs smoothly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1428897/+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 1428874] [NEW] libblkid: HFS+ label NOT found when the HFS+ filesystem is nearly full

2015-03-05 Thread Etienne URBAH
Public bug reported:

Under Ubuntu, for HFS+ filesystems :

The 'blkid' command finds in general BOTH the 'Partition label' and the 
'Filesystem label'.
For example :
$ sudo  blkid  -s LABEL  -s TYPE  -s PARTLABEL  /dev/sda11
/dev/sda11: LABEL=Etienne TYPE=hfsplus PARTLABEL=Etienne 

But when the HFS+ filesystem is nearly full :
The 'blkid' command correctly finds the partition label, but NOT the HFS+ 
filesystem label.
For example :
$ sudo  blkid  -s LABEL  -s TYPE  -s PARTLABEL  /dev/sda14
/dev/sda14: TYPE=hfsplus PARTLABEL=Camille 


I am absolutely certain that '/dev/sda14' has a filesystem label, because 
'fsck.hfsplus' finds it, and 'diskutil' of 'Mac OS 10.5' also finds it :

$ sudo  fsck.hfsplus  /dev/sda14
** /dev/sda14
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Checking multi-linked files.
** Checking Catalog hierarchy.
** Checking Extended Attributes file.
** Checking volume bitmap.
** Checking volume information.
** The volume Camille appears to be OK.


$ sudo  diskutil  info  /dev/disk0s14

   Device Identifier:disk0s14
   Device Node:  /dev/disk0s14
   Part Of Whole:disk0
   Device / Media Name:  Camille

   Volume Name:  Camille
   Mount Point:  /Users/camille
   File System:  HFS+
   Owners:   Enabled

   Partition Type:   Apple_HFS
   Bootable: Not bootable, can be made bootable safely
   Media Type:   Generic
   Protocol: SATA
   SMART Status: Verified
   Volume UUID:  91C9F9E9-94F6-30F3-A0EE-6BE6373CFD4E

   Total Size:   21.9 Gi (23487053824 B) (45873152 512-byte blocks)
   Free Space:   74.7 Mi (78323712 B) (152976 512-byte blocks)

   Read Only:No
   Ejectable:No
   Whole:No
   Internal: Yes

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: libblkid1 2.25.1-3ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Thu Mar  5 22:56:33 2015
InstallationDate: Installed on 2014-11-03 (121 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
SourcePackage: util-linux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

Title:
  libblkid: HFS+ label NOT found when the HFS+ filesystem is nearly full

Status in util-linux package in Ubuntu:
  New

Bug description:
  Under Ubuntu, for HFS+ filesystems :

  The 'blkid' command finds in general BOTH the 'Partition label' and the 
'Filesystem label'.
  For example :
  $ sudo  blkid  -s LABEL  -s TYPE  -s PARTLABEL  /dev/sda11
  /dev/sda11: LABEL=Etienne TYPE=hfsplus PARTLABEL=Etienne 

  But when the HFS+ filesystem is nearly full :
  The 'blkid' command correctly finds the partition label, but NOT the HFS+ 
filesystem label.
  For example :
  $ sudo  blkid  -s LABEL  -s TYPE  -s PARTLABEL  /dev/sda14
  /dev/sda14: TYPE=hfsplus PARTLABEL=Camille 

  
  I am absolutely certain that '/dev/sda14' has a filesystem label, because 
'fsck.hfsplus' finds it, and 'diskutil' of 'Mac OS 10.5' also finds it :

  $ sudo  fsck.hfsplus  /dev/sda14
  ** /dev/sda14
  ** Checking HFS Plus volume.
  ** Checking Extents Overflow file.
  ** Checking Catalog file.
  ** Checking multi-linked files.
  ** Checking Catalog hierarchy.
  ** Checking Extended Attributes file.
  ** Checking volume bitmap.
  ** Checking volume information.
  ** The volume Camille appears to be OK.

  
  $ sudo  diskutil  info  /dev/disk0s14

 Device Identifier:disk0s14
 Device Node:  /dev/disk0s14
 Part Of Whole:disk0
 Device / Media Name:  Camille

 Volume Name:  Camille
 Mount Point:  /Users/camille
 File System:  HFS+
 Owners:   Enabled

 Partition Type:   Apple_HFS
 Bootable: Not bootable, can be made bootable safely
 Media Type:   Generic
 Protocol: SATA
 SMART Status: Verified
 Volume UUID:  91C9F9E9-94F6-30F3-A0EE-6BE6373CFD4E

 Total Size:   21.9 Gi (23487053824 B) (45873152 512-byte 
blocks)
 Free Space:   74.7 Mi (78323712 B) (152976 512-byte blocks)

 Read Only:No
 Ejectable:No
 Whole:No
 Internal: Yes

  ProblemType: Bug
  

[Touch-packages] [Bug 1422345] Re: stop being nice does not work

2015-03-05 Thread Brian Murray
I've uploaded the improvements for this to the utopic and trusty queues.

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

Title:
  stop being nice does not work

Status in unattended-upgrades package in Ubuntu:
  Fix Released
Status in unattended-upgrades source package in Trusty:
  Fix Released
Status in unattended-upgrades source package in Utopic:
  Fix Committed
Status in unattended-upgrades package in Debian:
  New

Bug description:
  Test Case
  -
  1) Install apache2 from the -release pocket
  2) Run unattended-upgrades
  3) Observe apache2 running with a niceness of 19
  4) Downgrade apache2 to the version from the -release pocket
  5) Install the version of unattended-upgrades from -proposed
  6) Run unattended-upgrades
  7) Observe apache2 running with a niceness of 0 i.e. no niceness


  Since version 0.81, unattended-upgrades does the upgrade calculation with 
os.nice(19). To finish the nice block in /usr/bin/unattended-upgrade, the 
following call is used:
  os.nice(0)

  Since the argument is interpreted as incremental, this should be:
  os.nice(-19)

  Without this fix, this problem is back:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701850
  unattended-upgrades: nice 19/ionice idle inherited by restarted processes

  Found in the trusty version (0.82.1ubuntu2), but probably in any
  version (including Debian) since 0.81.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1422345/+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 1428875] [NEW] Seeing high rate of unlock failures in krillin smoke testing

2015-03-05 Thread Francis Ginther
Public bug reported:

This problem was seen 14 times over images 129-134 from ubuntu-touch
/devel-proposed on krillin:

[console]
+ reboot-and-unlock.sh
13 KB/s (1049 bytes in 0.078s)
INFO:reboot-and-wait:Restarting device... wait
INFO:reboot-and-wait:Restarting device... wait complete
INFO:reboot-and-wait:Waiting for networking to become active...
PING launchpad.net (91.189.89.223) 56(84) bytes of data.
INFO:reboot-and-wait:Network is active
I: Unlock attempt 1 failed, script output: 'Error: Timeout was reached
'
I: Unlock attempt 2 failed, script output: 'Error: Timeout was reached
'
I: Unlock attempt 3 failed, script output: 'Error: Timeout was reached
'
I: Unlock attempt 4 failed, script output: 'Error: Timeout was reached
'
I: Unlock attempt 5 failed, script output: 'Error: Timeout was reached
'
I: Too many unlock failures, giving up
[/console]

The smoke tests do reboot the phone between test suites, so it ends up
rebooting the phone a few dozen times during a full run. Looking back
through prior logs, I see this older examples of this, but it appears to
be a little more frequent over the past week. Perhaps this is related to
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1421009 ?

Here are some examples:
image 134
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/538/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/537/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/535/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/534/console
image 133
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/528/console
image 132
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/524/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/523/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/522/console
image 131
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/521/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/519/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/518/console
image 130
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/516/console
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/515/console
image 129
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/513/console

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

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

Title:
  Seeing high rate of unlock failures in krillin smoke testing

Status in unity8 package in Ubuntu:
  New

Bug description:
  This problem was seen 14 times over images 129-134 from ubuntu-touch
  /devel-proposed on krillin:

  [console]
  + reboot-and-unlock.sh
  13 KB/s (1049 bytes in 0.078s)
  INFO:reboot-and-wait:Restarting device... wait
  INFO:reboot-and-wait:Restarting device... wait complete
  INFO:reboot-and-wait:Waiting for networking to become active...
  PING launchpad.net (91.189.89.223) 56(84) bytes of data.
  INFO:reboot-and-wait:Network is active
  I: Unlock attempt 1 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 2 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 3 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 4 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 5 failed, script output: 'Error: Timeout was reached
  '
  I: Too many unlock failures, giving up
  [/console]

  The smoke tests do reboot the phone between test suites, so it ends up
  rebooting the phone a few dozen times during a full run. Looking back
  through prior logs, I see this older examples of this, but it appears
  to be a little more frequent over the past week. Perhaps this is
  related to
  https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1421009 ?

  Here are some examples:
  image 134
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/538/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/537/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/535/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/534/console
  image 133
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/528/console
  image 132
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/524/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/523/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/522/console
  image 131
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/521/console
  

[Touch-packages] [Bug 1389215] Re: Brightness controls are not working in Unity / Xorg because of Nvidia proprietary driver.

2015-03-05 Thread Christopher M. Penalver
Pending
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1389215/comments/6 .

** Changed in: xorg (Ubuntu)
   Status: New = Incomplete

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

Title:
  Brightness controls are not working in Unity / Xorg because of Nvidia
  proprietary driver.

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Brightness controls are not working in Unity / Xorg.  When pressing
  the keys fnhome and fnend on my Lenovo W510, I see the
  indicator on the screen showing the level of brightness changing, so
  key mapping is not the problem.  However, the brightness is not
  changing.

  On the kernel level, I have the single following device:

  # cd /sys/class/backlight
  # ls -l
  total 0
  lrwxrwxrwx 1 root root 0 Nov  3 17:16 acpi_video0 - 
../../devices/pci:00/:00:03.0/:01:00.0/backlight/acpi_video0

  When playing with the fnhome and fnend, the value of
  /sys/class/backlight/brightness changes accordingly.  The screen
  brightness does not change.

  Performing:

  # echo 10 brightness

  ...does not have any effect (regardless of the value provided, 10
  being just an example).

  WORKAROUND

  There is an odd workaround.  Simply go to the console using
  CTRLALTF1 and using the fnhome and fnend keys,
  brightness then changes.  Return to Unity / Xorg with CTRLALTF7
  and the selected brightness persists.

  NON WORKING WORKAROUND

  On the web, I read that adding:

  Option RegistryDwords EnableBrightnessControl=1'

  in xorg.conf might fix the problem.  I do not have an xorg and when I
  let the proprietary Nvidia driver generate one and add this option, X
  does not start anymore.

  Ubuntu 14.04.1 LTS with latest updates as of this writing.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,put,snap,resize,move,regex,session,vpswitch,imgpng,gnomecompat,text,ring,grid,mousepoll,animation,unitymtgrabhandles,wall,expo,ezoom,workarounds,fade,scale,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Nov  4 07:38:59 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-32-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-39-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-32-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-39-generic, x86_64: installed
   tp-smapi, 0.41, 3.13.0-32-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GT216GLM [Quadro FX 880M] [10de:0a3c] (rev a2) (prog-if 
00 [VGA controller])
     Subsystem: Lenovo Device [17aa:2145]
  InstallationDate: Installed on 2014-11-01 (3 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 4318CTO
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-39-generic 
root=UUID=994f9c2c-f967-472e-ace3-23cd620ec702 ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/03/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6NET84WW (1.45 )
  dmi.board.name: 4318CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6NET84WW(1.45):bd10/03/2012:svnLENOVO:pn4318CTO:pvrThinkPadW510:rvnLENOVO:rn4318CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4318CTO
  dmi.product.version: ThinkPad W510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  

[Touch-packages] [Bug 1428875] Re: Seeing high rate of unlock failures in krillin smoke testing

2015-03-05 Thread Michael Terry
So yeah, this looks exactly like a more frequent bug 1421009, which was
due to a dbus mutex hang.

Here are some possibly related dbus hang bugs:

Bug 1421009 (vivid, basically same bug as this one)
Bug 1417773 (RTM)
Bug 1421308 (vivid?)

The most reliable reproducer of the bunch is bug 1421009, which involves
reflashing a bunch.

And it also suggests the earliest sign of the bug as vivid image 106.

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

Title:
  Seeing high rate of unlock failures in krillin smoke testing

Status in unity8 package in Ubuntu:
  New

Bug description:
  This problem was seen 14 times over images 129-134 from ubuntu-touch
  /devel-proposed on krillin:

  [console]
  + reboot-and-unlock.sh
  13 KB/s (1049 bytes in 0.078s)
  INFO:reboot-and-wait:Restarting device... wait
  INFO:reboot-and-wait:Restarting device... wait complete
  INFO:reboot-and-wait:Waiting for networking to become active...
  PING launchpad.net (91.189.89.223) 56(84) bytes of data.
  INFO:reboot-and-wait:Network is active
  I: Unlock attempt 1 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 2 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 3 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 4 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 5 failed, script output: 'Error: Timeout was reached
  '
  I: Too many unlock failures, giving up
  [/console]

  The smoke tests do reboot the phone between test suites, so it ends up
  rebooting the phone a few dozen times during a full run. Looking back
  through prior logs, I see this older examples of this, but it appears
  to be a little more frequent over the past week. Perhaps this is
  related to
  https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1421009 ?

  Here are some examples:
  image 134
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/538/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/537/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/535/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/534/console
  image 133
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/528/console
  image 132
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/524/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/523/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/522/console
  image 131
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/521/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/519/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/518/console
  image 130
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/516/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/515/console
  image 129
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/513/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1428875/+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 1428875] Re: Seeing high rate of unlock failures in krillin smoke testing

2015-03-05 Thread Michael Terry
Kevin, I'm assigning to you just so you can farm out to someone else.  I
don't think this is a bug in the unity8 layer, but rather lower-level.
It just needs some investigative work.

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Kevin Gunn (kgunn)

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

Title:
  Seeing high rate of unlock failures in krillin smoke testing

Status in unity8 package in Ubuntu:
  New

Bug description:
  This problem was seen 14 times over images 129-134 from ubuntu-touch
  /devel-proposed on krillin:

  [console]
  + reboot-and-unlock.sh
  13 KB/s (1049 bytes in 0.078s)
  INFO:reboot-and-wait:Restarting device... wait
  INFO:reboot-and-wait:Restarting device... wait complete
  INFO:reboot-and-wait:Waiting for networking to become active...
  PING launchpad.net (91.189.89.223) 56(84) bytes of data.
  INFO:reboot-and-wait:Network is active
  I: Unlock attempt 1 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 2 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 3 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 4 failed, script output: 'Error: Timeout was reached
  '
  I: Unlock attempt 5 failed, script output: 'Error: Timeout was reached
  '
  I: Too many unlock failures, giving up
  [/console]

  The smoke tests do reboot the phone between test suites, so it ends up
  rebooting the phone a few dozen times during a full run. Looking back
  through prior logs, I see this older examples of this, but it appears
  to be a little more frequent over the past week. Perhaps this is
  related to
  https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1421009 ?

  Here are some examples:
  image 134
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/538/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/537/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/535/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/534/console
  image 133
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/528/console
  image 132
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/524/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/523/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/522/console
  image 131
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/521/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/519/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/518/console
  image 130
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/516/console
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/515/console
  image 129
  
http://dev-jenkins.ubuntu-ci:8080/job/vivid-touch-krillin-smoke-daily/513/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1428875/+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 1428884] [NEW] Xorg crash

2015-03-05 Thread rachetfoot
Public bug reported:

On a fresh install of Ubuntu MATE 15.04 (packages updates during install
allowed, install completed about 1 hour ago) I experience that I cannot
log to the user I created during install. When I try, the screen(s) turn
white (actually, a very light grey) and stay(s) that way until I click,
after which I am returned to the login screen. Guest login works fine.
xorg is selected based on a quick read of RindRightPackage. Successful
guest login seems to indicate that this is not a driver problem. I have
reinstalled, but still experience this problem.

I'm not sure if sufficient hardware information is included
automatically, otherwise please ask.

1) Ubuntu MATE 15.04 beta
2) xorg 1:7.7+7ubuntu2
3) After log in screen, I expected to see the desktop
4) I see white screen and am returned to login screen after user input

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: MATE
Date: Thu Mar  5 23:46:27 2015
InstallationDate: Installed on 2015-03-05 (0 days ago)
InstallationMedia: Ubuntu-MATE 15.04 Vivid Vervet - Alpha amd64 (20150225)
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug crash vivid

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  New

Bug description:
  On a fresh install of Ubuntu MATE 15.04 (packages updates during
  install allowed, install completed about 1 hour ago) I experience that
  I cannot log to the user I created during install. When I try, the
  screen(s) turn white (actually, a very light grey) and stay(s) that
  way until I click, after which I am returned to the login screen.
  Guest login works fine. xorg is selected based on a quick read of
  RindRightPackage. Successful guest login seems to indicate that this
  is not a driver problem. I have reinstalled, but still experience this
  problem.

  I'm not sure if sufficient hardware information is included
  automatically, otherwise please ask.

  1) Ubuntu MATE 15.04 beta
  2) xorg 1:7.7+7ubuntu2
  3) After log in screen, I expected to see the desktop
  4) I see white screen and am returned to login screen after user input

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Mar  5 23:46:27 2015
  InstallationDate: Installed on 2015-03-05 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 Vivid Vervet - Alpha amd64 (20150225)
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1428884/+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 1422345] Re: stop being nice does not work

2015-03-05 Thread Brian Murray
The discussed changes were merged upstream:

https://github.com/mvo5/unattended-
upgrades/commit/ca3014220ce93717806353cf2c5cb7f3661c4e33

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

Title:
  stop being nice does not work

Status in unattended-upgrades package in Ubuntu:
  Fix Released
Status in unattended-upgrades source package in Trusty:
  Fix Released
Status in unattended-upgrades source package in Utopic:
  Fix Committed
Status in unattended-upgrades package in Debian:
  New

Bug description:
  Test Case
  -
  1) Install apache2 from the -release pocket
  2) Run unattended-upgrades
  3) Observe apache2 running with a niceness of 19
  4) Downgrade apache2 to the version from the -release pocket
  5) Install the version of unattended-upgrades from -proposed
  6) Run unattended-upgrades
  7) Observe apache2 running with a niceness of 0 i.e. no niceness


  Since version 0.81, unattended-upgrades does the upgrade calculation with 
os.nice(19). To finish the nice block in /usr/bin/unattended-upgrade, the 
following call is used:
  os.nice(0)

  Since the argument is interpreted as incremental, this should be:
  os.nice(-19)

  Without this fix, this problem is back:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701850
  unattended-upgrades: nice 19/ionice idle inherited by restarted processes

  Found in the trusty version (0.82.1ubuntu2), but probably in any
  version (including Debian) since 0.81.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1422345/+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 1406480] Re: Xorg freezes

2015-03-05 Thread Afiefh
Been using 15.04 for over a week. Issue hasn't occurred, hopefully this
means it's fixed.

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

Title:
  Xorg freezes

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Symptoms: Xorg freezes completely. Audio kept going for a while but
  then stopped too. Mouse cursor is the only thing I can control on the
  screen. ctrl+alt+f1-7 don't seem to work.

  What I was doing at the time: Watching a youtube video and trying to
  connect a bluetooth gamepad.

  Report was gathered by ssh'ing from another machine. I can see that
  the Xorg.log contains a backtrace for the crash.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Tue Dec 30 11:12:25 2014
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn PRO [Radeon HD 7850] 
[1002:6819] (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:2553]
  InstallationDate: Installed on 2014-10-17 (73 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
  LightdmGreeterLog:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address. 
   IBusInputContext::createInputContext: no connection to ibus-daemon 
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  LightdmGreeterLogOld:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address. 
   IBusInputContext::createInputContext: no connection to ibus-daemon 
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=f9b26eb7-84d6-4fba-8574-3966b80cdf3a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F16
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H77-D3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF16:bd12/06/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH77-D3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Dec 29 12:10:36 2014
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1406480/+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 1424263] Re: Broken dependencies

2015-03-05 Thread Eric Goulet
Somehow, the Steam client was removed during the HWE upgrade. This resolved it 
for me:
sudo apt-get install steam

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1424263/+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 467870] Re: choppy/skipping login sounds upon Karmic boot

2015-03-05 Thread Rolf Leggewie
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  choppy/skipping login sounds upon Karmic boot

Status in libcanberra package in Ubuntu:
  Confirmed

Bug description:
  The following command that is under Startup Applications creates a 
choppy/skipping login sound.
  canberra-gtk-play --id=desktop-login --description=GNOME Login

  Sound plays normally via other applications after initial login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcanberra/+bug/467870/+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 1428952] [NEW] strings in UI incorrectly displayed with lots of spacing

2015-03-05 Thread Fredrik Wendt
Public bug reported:

I'm on a ThinkPad X1 Carbon 3rd gen and I've installed Ubuntu 14.10
using the whole disk. Initially after install, everything was just fine,
but after running 'aptitude upgrade -y', menu items and strings in UI
(button labels, labels, ...) are incorrectly displayed.

The attached image is a screenshot of the select file dialog, opened
while reporting this bug. In the left pane, the text for the selected
entry should read Bilder, and the third entry from the top should say
ceda. In the list of files, the bottom entry should say x1-x11-issue-
02b.png' (and date columns should say 'tisdag').

As I move the mouse over the left pane (folder/favorite selection), the
bottom line changes back and forth between the correct Hämtningar and
incorrect Hämtninga. A similar pattern goes for the Open button: you
can see that the text right now is Öppna but the p characters are
drawn with different color. Once hovering over the button, it's drawn
correctly.

Things I'd like to try:
* use older video driver - but I don't know how to do that
* use Xfce

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Screenshot of rendering issue
   
https://bugs.launchpad.net/bugs/1428952/+attachment/4335758/+files/text-rendering-issue.png

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

Title:
  strings in UI incorrectly displayed with lots of spacing

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I'm on a ThinkPad X1 Carbon 3rd gen and I've installed Ubuntu 14.10
  using the whole disk. Initially after install, everything was just
  fine, but after running 'aptitude upgrade -y', menu items and strings
  in UI (button labels, labels, ...) are incorrectly displayed.

  The attached image is a screenshot of the select file dialog, opened
  while reporting this bug. In the left pane, the text for the selected
  entry should read Bilder, and the third entry from the top should
  say ceda. In the list of files, the bottom entry should say x1-x11
  -issue-02b.png' (and date columns should say 'tisdag').

  As I move the mouse over the left pane (folder/favorite selection),
  the bottom line changes back and forth between the correct
  Hämtningar and incorrect Hämtninga. A similar pattern goes for the
  Open button: you can see that the text right now is Öppna but the p
  characters are drawn with different color. Once hovering over the
  button, it's drawn correctly.

  Things I'd like to try:
  * use older video driver - but I don't know how to do that
  * use Xfce

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1428952/+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 1130611] Re: Upstart never closes /var/log/upstart/mysql.log

2015-03-05 Thread Dominic Raferd
I confirm this problem in ubuntu 14.04:
$ sudo lsof|grep deleted|grep -Ev /(dev|tmp|run)
init  1 root   10w  REG  252,4   778
 131190 /var/log/upstart/mysql.log.1 (deleted)

An effect (and how I noticed it) is that when I take LVM snapshot of the 
underlying volume I get warning messages in dmesg:
$ dmesg -T
...
[Fri Mar  6 06:02:19 2015] bio: create slab bio-1 at 1
[Fri Mar  6 06:02:19 2015] EXT4-fs (dm-6): 1 orphan inode deleted
[Fri Mar  6 06:02:19 2015] EXT4-fs (dm-6): recovery complete
...

So the orphan inode in the snapshot (i.e. dm-6) gets deleted but it
remains in the underlying volume.

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

Title:
  Upstart never closes /var/log/upstart/mysql.log

Status in upstart package in Ubuntu:
  New

Bug description:
  I ran init u after noticing a lingering FD to a log file that lsof
  showed as (deleted). However because the file handle is never
  closed, and the log files get logrotate'd it keeps happening, like so:

  init  1 root   11w   REG  252,0 3532  394558
  /var/log/upstart/mysql.log.1 (deleted)

  It's possible this might be fixed by a version update, as I noticed
  there were closed bugs relating to leaked file descriptors?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1130611/+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 1413232] Re: [systemd] dhclient causes apparmor warnings against /run/systemd/journal/dev-log

2015-03-05 Thread Steve Langasek
Jamie, now that systemd is becoming the default in vivid, I think this
is critical to fix, as dmesg is quite spammy at present (and of course
the log entries are being lost if the writes are denied).  Can this fix
be expedited?

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

Title:
  [systemd] dhclient causes apparmor warnings against
  /run/systemd/journal/dev-log

Status in AppArmor Linux application security framework:
  Triaged
Status in apparmor package in Ubuntu:
  Triaged

Bug description:
  When running a system with systemd, the logs get filled with dhclient
  getting denied access to the below.

  Example dmesg output:
  [   28.037120] audit: type=1400 audit(1421846274.704:51): apparmor=DENIED 
operation=sendmsg profile=/sbin/dhclient 
name=/run/systemd/journal/dev-log pid=1678 comm=dhclient requested_mask=w 
denied_mask=w fsuid=0 ouid=0
  [   45.367871] audit: type=1400 audit(1421846292.048:52): apparmor=DENIED 
operation=sendmsg profile=/sbin/dhclient 
name=/run/systemd/journal/dev-log pid=1678 comm=dhclient requested_mask=w 
denied_mask=w fsuid=0 ouid=0

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: isc-dhcp-client 4.3.1-5ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  Date: Wed Jan 21 09:26:16 2015
  DhclientLeases:
   
  InstallationDate: Installed on 2015-01-08 (12 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150108)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: isc-dhcp
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1413232/+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


Re: [Touch-packages] [Bug 1373598] Re: apt-get update fails, hash sum mismatches (trusty)

2015-03-05 Thread Martin Hecht
again I had hash sum mismatches.
Interestingly, it is always the following source which fails:
http://de.archive.ubuntu.com trusty-updates/main Translation-en

replacing de by us which helped at work last time solved the problem
at home now.
Note: I had to replace the host only for this single source. Since I did
this at work, I didn't have any problems anymore. At home I'll keep an
eye on this and report back if the trouble reappears.

I have observed some packet loss again to 141.30.13.20 but since it is
always one for the Translation-en packages I'd assume that something
with the language environment (which might affect encoding of the
packages?) is not working properly. Either the system-wide language or
the web server providing the updates might run with a wrong $LANG
setting or so...
And the packet loss is then caused by too many clients which try to
reconnect and fetch the package again and again.

Does this sound reasonable?

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

Title:
  apt-get update fails, hash sum mismatches (trusty)

Status in apt package in Ubuntu:
  Confirmed
Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed

Bug description:
  1. Release: 
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2.  not a package. The whole distro is broken.

  3. I always expect apt-get update to work, at least with Ubuntu's own
  repositories.

  4. apt-get update failed, and later apt-get dist upgrade

  
  It started with this when doing a normal apt-get update

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/main/source/Sources  Hash Sum mismatch

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/main/binary-amd64/Packages  Hash Sum mismatch

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/universe/binary-i386/Packages  Hash Sum mismatch

  E: Some index files failed to download. They have been ignored, or old
  ones used instead.

  
  When doing a dist-upgrade, I then got this:
  E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-3.13.0-36-generic with 1.
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-extra-3.13.0-36-generic.postinst line 1025.
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: error processing package 
linux-image-extra-3.13.0-36-generic (--configure):
   subprocess installed post-installation script returned error exit status 2
  dpkg: dependency problems prevent configuration of linux-image-generic:
   linux-image-generic depends on linux-image-extra-3.13.0-36-generic; however:
Package linux-image-extra-3.13.0-36-generic is not configured yet.

  dpkg: error processing package linux-image-generic (--configure):
   dependency problems - leaving unconfigured
  Setting up linux-headers-3.13.0-36 (3.13.0-36.63) ...
  Setting up linux-headers-3.13.0-36-generic (3.13.0-36.63) ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-36-generic 
/boot/vmlinuz-3.13.0-36-generic
  Setting up linux-headers-generic (3.13.0.36.43) ...
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: dependency problems prevent configuration of 
linux-generic:
   linux-generic depends on linux-image-generic (= 3.13.0.36.43); however:
Package linux-image-generic is not configured yet.

  dpkg: error processing package linux-generic (--configure):
   dependency problems - leaving unconfigured

  
  And later this at the end:
  Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.5
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Wed Sep 24 21:57:55 2014
  InstallationDate: Installed on 2013-05-09 (503 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: Upgraded to trusty on 2014-05-04 (142 days ago)
  VarLogDistupgradeTermlog:

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

-- 
Mailing 

[Touch-packages] [Bug 1374913] Re: /etc/cron.daily/apt missing in 0.76ubuntu1

2015-03-05 Thread Brian Murray
That files is provided by apt not unattended-upgrades.

 $ dpkg -S /etc/cron.daily/apt
apt: /etc/cron.daily/apt


** Changed in: unattended-upgrades (Ubuntu)
   Status: New = Invalid

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

Title:
  /etc/cron.daily/apt missing in 0.76ubuntu1

Status in unattended-upgrades package in Ubuntu:
  Invalid

Bug description:
  /etc/cron.daily/apt missing in 0.76ubuntu1 so that the auto update
  won't work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1374913/+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 1428811] Re: Trusty hwe kernel (utopic) gpio shutdown trigger for ProLiant m400 cartridges

2015-03-05 Thread Ubuntu Foundations Team Bug Bot
The attachment trusty-proposed patch for systemd seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the patch flag from the
attachment, remove the patch tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  Trusty hwe kernel (utopic) gpio shutdown trigger for ProLiant m400
  cartridges

Status in systemd package in Ubuntu:
  New

Bug description:
  This is an additional change following after the m800 bug (LP:
  #1347776) and m400 bug (LP: #1354306), udev/systemd needs a rule to
  cover triggering a graceful shutdown on the HP Proliant m400 Cartridge
  when running the utopic hwe kernel in trusty.

  [Impact]
  Currently, graceful shutdown via the iLO works when running the base trusty 
kernel, but if the hwe kernel is installed, it does not.

  [Test Case]
  Initiate a graceful shutdown via the iLO.

  [Regression Potential]
  The new rule is pretty tightly bound to the m400 system - so the risk of this 
rule matching and impacting behavior on a different platform is minimal. This 
will presumably cause new code to run and read /proc/device-tree/model on other 
platforms - but this is already done for the m800 system in both utopic and 
trusty as well as the 3.13.0 kernel m400 rule.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428811/+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 1428897] Re: wrong compiler flags in _sysconfigdata.py

2015-03-05 Thread Scott Kitterman
gcc | 4:4.8.2-1ubuntu6 | trusty   | amd64, arm64, armhf,
i386, powerpc, ppc64el

Where did version 4.8.2-19ubuntu come from?  That's not the version
shipped in 12.04.

** Changed in: python2.7 (Ubuntu)
   Status: New = Incomplete

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

Title:
  wrong compiler flags in _sysconfigdata.py

Status in python2.7 package in Ubuntu:
  Incomplete

Bug description:
  The package `libpython2.7-minimal` (versino 2.7.9) installs 
`/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py` which has 
unsupported `gcc` flag, for example:
  ```
   import _sysconfig
   _sysconfig.build_time_vars['LDSHARED']
  'x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat 
-Werror=format-security '
  ```
  contains `-fstack-protector-strong` which is not supported by the `gcc` 
shipped with ubuntu 14.04 (version 4.8.2-19ubuntu).  I found it when I tried to 
install `pygit2` using `pip` (for that one needs to compile `libgit2-0.22.0` 
from sources, since ubuntu ships `libigt2-0.19.0`. `gcc` was failing with an 
error because `-fstack-protector-strong` is not supported.  After replacing the 
flag with `-fstak-protector` `gcc` runs smoothly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1428897/+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 1425563] Re: Gallery flickers when going fullscreen

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~artmello/gallery-app/gallery-app-fix_1425563

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

Title:
  Gallery flickers when going fullscreen

Status in Gallery App:
  In Progress
Status in gallery-app package in Ubuntu:
  New

Bug description:
  image 122 vivid-proposed

  Open a photo in gallery and tap on it once its open to hide the frame.

  What happens: screen flickers when it goes fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1425563/+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 1425563] Re: Gallery flickers when going fullscreen

2015-03-05 Thread Arthur Mello
** Changed in: gallery-app
   Status: Confirmed = In Progress

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

Title:
  Gallery flickers when going fullscreen

Status in Gallery App:
  In Progress
Status in gallery-app package in Ubuntu:
  New

Bug description:
  image 122 vivid-proposed

  Open a photo in gallery and tap on it once its open to hide the frame.

  What happens: screen flickers when it goes fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1425563/+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 1377220] Re: Google Chrome crash with mesa 10.3 on Intel GPU

2015-03-05 Thread Hua Zhang
I hit the same problem, LIBGL_DRI3_DISABLE=1 workaround doesn't work for
me , but kernel 4.0.0-999-generic ( http://kernel.ubuntu.com/~kernel-
ppa/mainline/daily/current/  ) can fix my problem as makis said.

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

Title:
  Google Chrome crash with mesa 10.3 on Intel GPU

Status in Chromium Browser:
  Unknown
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  When I start google-chrome on my Ubuntu 14.10 system the process it
  uses to test for a working GPU crashes and then Chrome falls back to
  software rendering.

  In chrome://gpu/ I get:

  Graphics Feature Status
  Canvas: Software only, hardware acceleration unavailable
  Flash: Software only, hardware acceleration unavailable
  Flash Stage3D: Software only, hardware acceleration unavailable
  Flash Stage3D Baseline profile: Software only, hardware acceleration 
unavailable
  Compositing: Software only, hardware acceleration unavailable
  Multiple Raster Threads: Unavailable
  Rasterization: Software only, hardware acceleration unavailable
  Threaded Rasterization: Unavailable
  Video Decode: Software only, hardware acceleration unavailable
  Video Encode: Software only, hardware acceleration unavailable
  WebGL: Unavailable

  Driver Bug Workarounds
  clear_uniforms_before_first_program_use
  count_all_in_varyings_packing
  disable_ext_occlusion_query
  disable_post_sub_buffers_for_onscreen_surfaces
  scalarize_vec_and_mat_constructor_args

  Problems Detected
  GPU process was unable to boot: GPU access is disabled in chrome://settings.
  Disabled Features: all
  [...]

  In Ubuntu 14.04 (and also previous versions), on the same laptop, the
  exact same Google Chrome used to work perfectly with GPU acceleration.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libgl1-mesa-dri 10.3.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  BootLog:
   Scanning for Btrfs filesystems
    * Setting sensors limits   
  [ OK ]
    * Setting up X socket directories...   
  [ OK ]
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: kwin
  CurrentDesktop: KDE
  Date: Fri Oct  3 17:48:09 2014
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: kubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0494]
  MachineType: Dell Inc. Latitude E6520
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-20-generic 
root=UUID=749a9901-bdd3-4b5f-b80e-69414667e058 ro quiet splash vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/14/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0NVF5K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd11/14/2013:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0NVF5K:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Thu Oct  2 13:54:36 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8685
   vendor AUO
  xserver.version: 2:1.16.0-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1377220/+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 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2015-03-05 Thread dino99
That issue was disturbing some now outdated distro (by the way no real trouble 
met, quite harmless).
No more recent duplicate reported.
I suppose that some libx11 SRUs have been made since that problem appeared 
(2013 latest security updates)

So i propose to close that report as it have no real importance.

** Changed in: libx11 (Ubuntu Lucid)
   Status: Triaged = Incomplete

** Changed in: libx11 (Ubuntu)
   Status: Triaged = Incomplete

** Changed in: xlibs
   Importance: Medium = Undecided

** Changed in: xlibs
   Status: Confirmed = New

** Changed in: xlibs
 Remote watch: freedesktop.org Bugzilla #27552 = None

** Changed in: xlibs
   Status: New = Incomplete

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

Status in Modular X11 Libraries:
  Incomplete
Status in libx11 package in Ubuntu:
  Incomplete
Status in libx11 source package in Lucid:
  Incomplete
Status in libx11 source package in Natty:
  Invalid
Status in libx11 source package in Oneiric:
  Invalid

Bug description:
  Binary package hint: synaptic

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu.

  Description:  Ubuntu lucid (development branch)
  Release:  10.04

  2) The version of the package you are using, via 'apt-cache policy
  packagename' or by checking in Synaptic.

  synaptic:
    Installed: 0.63ubuntu2
    Candidate: 0.63ubuntu2
    Version table:
   *** 0.63ubuntu2 0
  500 http://archive.ubuntu.com lucid/main Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen

  filter package list for packages matching some criteria

  4) What happened instead

  application crashes

  #0  0x007d9422 in __kernel_vsyscall ()
  No symbol table info available.
  #1  0x05cfa5b1 in *__GI_raise (sig=6)
  at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
resultvar = value optimized out
pid = 98648052
selftid = 6040
  #2  0x05cfda12 in *__GI_abort () at abort.c:92
act = {__sigaction_handler = {sa_handler = 0xbffa00b0, 
  sa_sigaction = 0xbffa00b0}, sa_mask = {__val = {97783645, 104, 88, 
3220832672, 3220832460, 104, 88, 82, 157336880, 98648052, 82, 81, 
3220832632, 97714674, 157336888, 82, 3220832672, 157336888, 0, 
4222451712, 157336888, 157336888, 157336888, 157336888, 157336969, 
157336988, 157336888, 157336988, 0, 0, 0, 0}}, sa_flags = 0, 
sa_restorer = 0x20}
sigs = {__val = {32, 0 repeats 31 times}}
  #3  0x05cf3718 in *__GI___assert_fail (assertion=0x16927e5 ret != inval_id, 
  file=0x16927a9 ../../src/xcb_io.c, line=385, 
  function=0x1692964 _XAllocID) at assert.c:81
buf = 0x960c538 synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion 
`ret != inval_id' failed.\n
  #4  0x01622cf9 in _XAllocID (dpy=0x9385600) at ../../src/xcb_io.c:385
ret = 4294967295
__PRETTY_FUNCTION__ = _XAllocID
  #5  0x015f8288 in XCreatePixmap (dpy=0x9385600, d=56788585, width=252, 
  height=24, depth=32) at ../../src/CrPixmap.c:58
  No locals.
  #6  0x00455e39 in _cairo_xlib_surface_create_similar_with_format (
  abstract_src=0x944c230, format=value optimized out, width=252, 
  height=24) at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:155
dpy = (Display *) 0x9385600
pix = 154686976
xrender_format = value optimized out
  #7  0x0045ad6c in _cairo_xlib_surface_clone_similar (
  abstract_surface=0x944c230, src=0x955e648, src_x=0, src_y=0, width=252, 
  height=24, clone_offset_x=0xbffa0568, clone_offset_y=0xbffa056c, 
  clone_out=0xbffa08bc)
  at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:1201
status = value optimized out
  

  
  ProblemType: Crash
  Architecture: i386
  AssertionMessage: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret 
!= inval_id' failed.
  Date: Wed Jan 13 11:52:41 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20091209)
  Package: synaptic 0.63ubuntu2
  ProcAttrCurrent: unconfined (enforce)
  ProcCmdline: /usr/sbin/synaptic
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
  Signal: 6
  SourcePackage: synaptic
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   __assert_fail () from /lib/tls/i686/cmov/libc.so.6
   _XAllocID () from /usr/lib/libX11.so.6
  Tags: lucid
  Title: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: 
Assertion `ret != inval_id' failed.
  Uname: Linux 2.6.32-10-generic i686
  UserGroups:

To manage notifications about this 

[Touch-packages] [Bug 1428727] [NEW] dbus gave an error when trying to install language translation components

2015-03-05 Thread Istimsak
Public bug reported:

After installer the new daily image of Lubuntu 15.04, upon reboot, a
window appeared informing me that that language I was using (english-us)
was missing some language translation components. The displayed a button
run this action now to install the missing components. After runing
through all the steps that the wizard walked me through, I got this
error org.freedesktop.PolicyKit.Error.Failed: ('system-bus-name',
{'name':  ':1.56'}): org.debian.apt.install-or-remove-packages. Not
sure that to make of this error or what part of the system it is
referring to. I will make an educated guess based on oservation that the
installer did not get the required permission to install the needed
pacakages, yet it never asked for any. Also, I don't know what package
to install manually. Sorry for not giving a screen shot of the window
that appeared.

Installed: 1.8.12-1ubuntu3
  Candidate: 1.8.12-1ubuntu3
  Version table:
 *** 1.8.12-1ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/main i386 Packages
100 /var/lib/dpkg/status

Distributor ID: Ubuntu
Description:Ubuntu Vivid Vervet (development branch)
Release:15.04
Codename:   vivid

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: dbus 1.8.12-1ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic i686
ApportVersion: 2.16.2-0ubuntu1
Architecture: i386
Date: Thu Mar  5 11:21:28 2015
InstallationDate: Installed on 2015-03-05 (0 days ago)
InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha i386 (20150303)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: dbus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 vivid

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

Title:
  dbus gave an error when trying to install language translation
  components

Status in dbus package in Ubuntu:
  New

Bug description:
  After installer the new daily image of Lubuntu 15.04, upon reboot, a
  window appeared informing me that that language I was using (english-
  us) was missing some language translation components. The displayed a
  button run this action now to install the missing components. After
  runing through all the steps that the wizard walked me through, I got
  this error org.freedesktop.PolicyKit.Error.Failed: ('system-bus-
  name', {'name':  ':1.56'}): org.debian.apt.install-or-remove-
  packages. Not sure that to make of this error or what part of the
  system it is referring to. I will make an educated guess based on
  oservation that the installer did not get the required permission to
  install the needed pacakages, yet it never asked for any. Also, I
  don't know what package to install manually. Sorry for not giving a
  screen shot of the window that appeared.

  Installed: 1.8.12-1ubuntu3
Candidate: 1.8.12-1ubuntu3
Version table:
   *** 1.8.12-1ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main i386 Packages
  100 /var/lib/dpkg/status

  Distributor ID:   Ubuntu
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  Codename: vivid

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  Date: Thu Mar  5 11:21:28 2015
  InstallationDate: Installed on 2015-03-05 (0 days ago)
  InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha i386 (20150303)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1428727/+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 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-03-05 Thread Rafael David Tinoco
Providing debdiff for Trusty (fixes the issue)

** Patch added: trusty_isc-dhcp_4.2.4-7ubuntu13.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+attachment/4335337/+files/trusty_isc-dhcp_4.2.4-7ubuntu13.debdiff

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

Title:
  DHCP server does not work for IPoIB (Infiniband)

Status in isc-dhcp package in Ubuntu:
  In Progress

Bug description:
  [Impact]

   * DHCP for InfiniBand IPoIB does not work currently.
   * After providing missing GPXE patch it had problems (by Mellanox tests).
   * IPoIB patches from Fedora project (out-of-upstream-tree) were outdated.

  [Test Case]

   * To have IPoIB devices (2 if possible)
   * Try to acquire IP using either DHCPv4 or DHCPv6

  [Regression Potential]

   * DHCP for InfiniBand was not working
   * Based on already implemented code (Fedora)
   * Mellanox has tested it

  [Other Info]

  Original BUG description:

  Release:  Ubuntu 14.04.1 LTS
  Version:  4.2.4-7ubuntu12

  The current DHCP package in Ubuntu can't handle IPoIB clients.  For
  IB, Mellanox uses IPoIB, which is “Eth emulator” for the control path.
  DHCP is not working in this mode without a patch for DHCP server.

  ISC-DHCP-SERVER Missing GPXE patch.

  After applying GPXE patch only we faced the following problems:

  After apply

  1.

  dhcp ipoib, does not write in the log on which interface the dhcp work
  upon when starting the dhcp server using “/etc/init.d/isc-dhcp-server
  start” we don’t see the line that tells on which interfaces the dhcpd
  is listening on the /var/log/syslog when running it with “dhcpd –d”
  command – we do see it.

  2.

  dhcp ipoib ipv6, it did not provide ip6 when we start 2 ib interfaces
  in a parallel using the following setup:

  HOST_A: 
  acting as a dhcp server, listening on one of its 
  ipoib (ib0) interfaces.

  HOST_B: 
  running dhcp clients on two ipoib interfaces (ib1, ib2) ib1 
  and ib2 are two ports onf the same HCA both interfaces are
  configured in /etc/interfaces such as:

  auto ib1
  iface ib1 inet6 dhcp
 both 
interfaces are configured in /etc/dhcp/dhclient.conf with their 
dhcp-client-identifier Ib0@HOST_A, Ib1@HOST_B and Ib2@HOST_B are connected to 
an infiniband switch.

  We are running on the client (HOST_B) the following:

  $ ifup ib1
  - ib1 get configured as expected

  but then when we run on the other interface:
  $ ifup ib2
  - ib2 get configured, but ib1 is losing its configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+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 1313597] Re: Shortcut overlay cannot be closed by clicking the close button in 14.04

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~townsend/unity/fix-first-run-hints-close

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

Title:
  Shortcut overlay cannot be closed by clicking the close button in
  14.04

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  Confirmed
Status in unity package in Ubuntu:
  In Progress

Bug description:
  In 14.04, the shortcut overlay would pop-out automatically on first boot.
  Although there is a close button on the top-left corner, it cannot be closed 
by clicking it.

  (it could be dismissed by the super key, or open a new window)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1313597/+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 1427909] Re: Back button doesn't work in pagestacks

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-html5-theme

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

Title:
  Back button doesn't work in pagestacks

Status in Ubuntu UI SDK for HTML5 Apps:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  New

Bug description:
  see title

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1427909/+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 1427909] Re: Back button doesn't work in pagestacks

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-html5-theme -
0.1.2+15.04.20150304-0ubuntu1

---
ubuntu-html5-theme (0.1.2+15.04.20150304-0ubuntu1) vivid; urgency=medium

  [ Alexandre Abreu ]
  * revert revision 196: push to trunk instead of usual landing

  [ CI Train Bot ]
  * New rebuild forced.

  [ David Barth ]
  * Fixes Uncaught ReferenceError: ActionBar is not defined

  [ daker ]
  * Removed ActionsBar deps Fixed the back button in PageStack Fixed
PageStack actions (LP: #1427729, #1427909)
 -- CI Train Bot ci-train-...@canonical.com   Wed, 04 Mar 2015 21:32:05 +

** Changed in: ubuntu-html5-theme (Ubuntu)
   Status: New = Fix Released

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

Title:
  Back button doesn't work in pagestacks

Status in Ubuntu UI SDK for HTML5 Apps:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released

Bug description:
  see title

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1427909/+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 1428757] [NEW] [SDK] Header should be responsive for Tablet and Desktop form factors

2015-03-05 Thread Giorgio Venturi
Public bug reported:

As part of our convergence path to Tablet and Desktop form factors, we will 
have more screen real estate and less constrained.
Therefore, we have more space to provide additional affordances.
- Optional subheader, with increased flexibility
- Max 4 slots on the right
- Capability of adding input field expanded or dropdown (not both)
- Capability of adding tabs
- Capability of having responsive labels display - once breakpoint is reached, 
labels are displayed

UX spec here:
https://www.dropbox.com/s/j47sua4ilof0zud/050315_Convergence%20-%20Header_gv.pdf?dl=0

VD link TBC

** Affects: ubuntu-ui-toolkit
 Importance: Undecided
 Status: New

** Affects: ubuntu-ux
 Importance: High
 Assignee: Alex Milazzo (digitalalex)
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: convergence design-sync

** Package changed: ubuntu-ui-toolkit (Ubuntu) = ubuntu-ui-toolkit

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Importance: Undecided = High

** Changed in: ubuntu-ux
 Assignee: (unassigned) = Alex Milazzo (digitalalex)

** Description changed:

  As part of our convergence path to Tablet and Desktop form factors, we will 
have more screen real estate and less constrained.
  Therefore, we have more space to provide additional affordances.
  - Optional subheader, with increased flexibility
  - Max 4 slots on the right
  - Capability of adding input field expanded or dropdown (not both)
  - Capability of adding tabs
  - Capability of having responsive labels display - once breakpoint is 
reached, labels are displayed
  
- Full spec here:
+ UX spec here:
  
https://www.dropbox.com/s/j47sua4ilof0zud/050315_Convergence%20-%20Header_gv.pdf?dl=0
+ 
+ VD link TBC

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [SDK] Header should be responsive for Tablet and Desktop form factors

Status in Ubuntu UI Toolkit:
  New
Status in Ubuntu UX bugs:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  As part of our convergence path to Tablet and Desktop form factors, we will 
have more screen real estate and less constrained.
  Therefore, we have more space to provide additional affordances.
  - Optional subheader, with increased flexibility
  - Max 4 slots on the right
  - Capability of adding input field expanded or dropdown (not both)
  - Capability of adding tabs
  - Capability of having responsive labels display - once breakpoint is 
reached, labels are displayed

  UX spec here:
  
https://www.dropbox.com/s/j47sua4ilof0zud/050315_Convergence%20-%20Header_gv.pdf?dl=0

  VD link TBC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1428757/+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 1427729] Re: Now actionsbar.js needs to be included

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-html5-theme

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

Title:
  Now actionsbar.js needs to be included

Status in Ubuntu UI SDK for HTML5 Apps:
  Confirmed
Status in ubuntu-html5-theme package in Ubuntu:
  New

Bug description:
  In RTM the following section in a page will work:

  footer id=footer1 data-role=footer class=revealed
  nav
  ul
  li
  a href=# id=addfeed
  img 
src=/usr/share/ubuntu-html5-ui-toolkit/0.1//ambiance/img/actions/add.svg 
alt=Add feed /
  spanAdd feed/span
  /a
  /li
  /ul
  /nav
  /footer

  For vivid, I have to add

  script src=/usr/share/ubuntu-html5-ui-
  toolkit/0.1/ambiance/js/actionsbar.js/script

  Example code: lp:~dholbach/+junk/new-header-toolbar-breakage-testcase

  This breaks our HTML5 training materials, so it'd be nice to fix this
  soon if possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1427729/+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 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-03-05 Thread Rafael David Tinoco
Providing debdiff for Utopic (fixes the issue)


** Patch added: utopic_isc-dhcp_4.2.4-7ubuntu15.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+attachment/4335363/+files/utopic_isc-dhcp_4.2.4-7ubuntu15.debdiff

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

Title:
  DHCP server does not work for IPoIB (Infiniband)

Status in isc-dhcp package in Ubuntu:
  In Progress

Bug description:
  [Impact]

   * DHCP for InfiniBand IPoIB does not work currently.
   * After providing missing GPXE patch it had problems (by Mellanox tests).
   * IPoIB patches from Fedora project (out-of-upstream-tree) were outdated.

  [Test Case]

   * To have IPoIB devices (2 if possible)
   * Try to acquire IP using either DHCPv4 or DHCPv6

  [Regression Potential]

   * DHCP for InfiniBand was not working
   * Based on already implemented code (Fedora)
   * Mellanox has tested it

  [Other Info]

  Original BUG description:

  Release:  Ubuntu 14.04.1 LTS
  Version:  4.2.4-7ubuntu12

  The current DHCP package in Ubuntu can't handle IPoIB clients.  For
  IB, Mellanox uses IPoIB, which is “Eth emulator” for the control path.
  DHCP is not working in this mode without a patch for DHCP server.

  ISC-DHCP-SERVER Missing GPXE patch.

  After applying GPXE patch only we faced the following problems:

  After apply

  1.

  dhcp ipoib, does not write in the log on which interface the dhcp work
  upon when starting the dhcp server using “/etc/init.d/isc-dhcp-server
  start” we don’t see the line that tells on which interfaces the dhcpd
  is listening on the /var/log/syslog when running it with “dhcpd –d”
  command – we do see it.

  2.

  dhcp ipoib ipv6, it did not provide ip6 when we start 2 ib interfaces
  in a parallel using the following setup:

  HOST_A: 
  acting as a dhcp server, listening on one of its 
  ipoib (ib0) interfaces.

  HOST_B: 
  running dhcp clients on two ipoib interfaces (ib1, ib2) ib1 
  and ib2 are two ports onf the same HCA both interfaces are
  configured in /etc/interfaces such as:

  auto ib1
  iface ib1 inet6 dhcp
 both 
interfaces are configured in /etc/dhcp/dhclient.conf with their 
dhcp-client-identifier Ib0@HOST_A, Ib1@HOST_B and Ib2@HOST_B are connected to 
an infiniband switch.

  We are running on the client (HOST_B) the following:

  $ ifup ib1
  - ib1 get configured as expected

  but then when we run on the other interface:
  $ ifup ib2
  - ib2 get configured, but ib1 is losing its configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+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 1427649] Re: online account does not work for HTML 5 applications

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/unity-webapps-qml

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

Title:
  online account does not work for HTML 5 applications

Status in the base for Ubuntu mobile products:
  New
Status in unity-webapps-qml package in Ubuntu:
  New

Bug description:
  I just tried online account API for HTML 5 applications, but I found
  that it did not work at all.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1427649/+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 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-03-05 Thread Rafael David Tinoco
isc-dhcp-server | 4.2.4-7ubuntu12   | trusty   | amd64, 
arm64, armhf, i386, powerpc, ppc64el
 isc-dhcp-server | 4.2.4-7ubuntu14   | utopic   | amd64, 
arm64, armhf, i386, powerpc, ppc64el

I'll have to adequate the backport to Vivid:

 isc-dhcp-server | 4.3.1-5ubuntu2| vivid|
amd64, arm64, armhf, i386, powerpc, ppc64el

Will provide the merge proposal soon.

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

Title:
  DHCP server does not work for IPoIB (Infiniband)

Status in isc-dhcp package in Ubuntu:
  In Progress

Bug description:
  [Impact]

   * DHCP for InfiniBand IPoIB does not work currently.
   * After providing missing GPXE patch it had problems (by Mellanox tests).
   * IPoIB patches from Fedora project (out-of-upstream-tree) were outdated.

  [Test Case]

   * To have IPoIB devices (2 if possible)
   * Try to acquire IP using either DHCPv4 or DHCPv6

  [Regression Potential]

   * DHCP for InfiniBand was not working
   * Based on already implemented code (Fedora)
   * Mellanox has tested it

  [Other Info]

  Original BUG description:

  Release:  Ubuntu 14.04.1 LTS
  Version:  4.2.4-7ubuntu12

  The current DHCP package in Ubuntu can't handle IPoIB clients.  For
  IB, Mellanox uses IPoIB, which is “Eth emulator” for the control path.
  DHCP is not working in this mode without a patch for DHCP server.

  ISC-DHCP-SERVER Missing GPXE patch.

  After applying GPXE patch only we faced the following problems:

  After apply

  1.

  dhcp ipoib, does not write in the log on which interface the dhcp work
  upon when starting the dhcp server using “/etc/init.d/isc-dhcp-server
  start” we don’t see the line that tells on which interfaces the dhcpd
  is listening on the /var/log/syslog when running it with “dhcpd –d”
  command – we do see it.

  2.

  dhcp ipoib ipv6, it did not provide ip6 when we start 2 ib interfaces
  in a parallel using the following setup:

  HOST_A: 
  acting as a dhcp server, listening on one of its 
  ipoib (ib0) interfaces.

  HOST_B: 
  running dhcp clients on two ipoib interfaces (ib1, ib2) ib1 
  and ib2 are two ports onf the same HCA both interfaces are
  configured in /etc/interfaces such as:

  auto ib1
  iface ib1 inet6 dhcp
 both 
interfaces are configured in /etc/dhcp/dhclient.conf with their 
dhcp-client-identifier Ib0@HOST_A, Ib1@HOST_B and Ib2@HOST_B are connected to 
an infiniband switch.

  We are running on the client (HOST_B) the following:

  $ ifup ib1
  - ib1 get configured as expected

  but then when we run on the other interface:
  $ ifup ib2
  - ib2 get configured, but ib1 is losing its configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+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 1427649] Re: online account does not work for HTML 5 applications

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-webapps-qml -
0.1+15.04.20150304-0ubuntu1

---
unity-webapps-qml (0.1+15.04.20150304-0ubuntu1) vivid; urgency=medium

  [ Alberto Mardegan ]
  * Bindings for the OnlineAccounts.Client module (LP: #1427649)

  [ CI Train Bot ]
  * New rebuild forced.
 -- CI Train Bot ci-train-...@canonical.com   Wed, 04 Mar 2015 21:32:24 +

** Changed in: unity-webapps-qml (Ubuntu)
   Status: New = Fix Released

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

Title:
  online account does not work for HTML 5 applications

Status in the base for Ubuntu mobile products:
  New
Status in unity-webapps-qml package in Ubuntu:
  Fix Released

Bug description:
  I just tried online account API for HTML 5 applications, but I found
  that it did not work at all.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1427649/+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 1427729] Re: Now actionsbar.js needs to be included

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-html5-theme -
0.1.2+15.04.20150304-0ubuntu1

---
ubuntu-html5-theme (0.1.2+15.04.20150304-0ubuntu1) vivid; urgency=medium

  [ Alexandre Abreu ]
  * revert revision 196: push to trunk instead of usual landing

  [ CI Train Bot ]
  * New rebuild forced.

  [ David Barth ]
  * Fixes Uncaught ReferenceError: ActionBar is not defined

  [ daker ]
  * Removed ActionsBar deps Fixed the back button in PageStack Fixed
PageStack actions (LP: #1427729, #1427909)
 -- CI Train Bot ci-train-...@canonical.com   Wed, 04 Mar 2015 21:32:05 +

** Changed in: ubuntu-html5-theme (Ubuntu)
   Status: New = Fix Released

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

Title:
  Now actionsbar.js needs to be included

Status in Ubuntu UI SDK for HTML5 Apps:
  Confirmed
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released

Bug description:
  In RTM the following section in a page will work:

  footer id=footer1 data-role=footer class=revealed
  nav
  ul
  li
  a href=# id=addfeed
  img 
src=/usr/share/ubuntu-html5-ui-toolkit/0.1//ambiance/img/actions/add.svg 
alt=Add feed /
  spanAdd feed/span
  /a
  /li
  /ul
  /nav
  /footer

  For vivid, I have to add

  script src=/usr/share/ubuntu-html5-ui-
  toolkit/0.1/ambiance/js/actionsbar.js/script

  Example code: lp:~dholbach/+junk/new-header-toolbar-breakage-testcase

  This breaks our HTML5 training materials, so it'd be nice to fix this
  soon if possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1427729/+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 1425914] Re: DTLS handshake broken - precise x64

2015-03-05 Thread Brian Murray
Hello Pavel, or anyone else affected,

Accepted openssl into precise-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/openssl/1.0.1-4ubuntu5.22 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: openssl (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  DTLS handshake broken - precise x64

Status in OpenSSL cryptography and SSL/TLS toolkit:
  Fix Released
Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Precise:
  Fix Committed
Status in openssl source package in Trusty:
  Fix Released
Status in openssl source package in Utopic:
  Fix Released
Status in openssl source package in Vivid:
  Fix Released

Bug description:
  Hi,

  there is a problem in DTLS handshake in OpenSSL library in Ubuntu
  12.04 x86_64. The affected library version is  libssl
  1.0.1-4ubuntu5.21.  The problem causes, that it is impossible to
  establish DTLS session with Chrome or Firefox when trying to perform a
  SIP call via WebRTC.

  The problem is fixed in OpenSSL upstream by commit 
https://github.com/openssl/openssl/commit/a20152bdaf7a99b006ff5a0eef081502e0e11553
  committed April 4th 2012.

  32bit version of Ubuntu 12.04 is not affected by this issue, because
  it doesn't support HMAC ciphers, which cause the problem.

  I've checked other distributions (Centos6, Centos7, Ubuntu 14.04 and
  especially Debian 7 - which should be close to Ubuntu 12.04) and all
  has this patch applied and thus WebRTC calls work.

  Please merge this upstream fix to Ubuntu 12.04 x86_64 libssl package.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/1425914/+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 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2015-03-05 Thread dino99
Was about about some transitions into the packaging

libx11 (2:1.4.99.1-1) experimental; urgency=low

  [ Julien Cristau ]
  * Move xorg-sgml-doctools dependency from -dev to -doc.
  * Move libx11-doc from section libdevel to doc (closes: #648706).


** Changed in: xlibs
   Status: Incomplete = Invalid

** Changed in: libx11 (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: libx11 (Ubuntu Lucid)
   Status: Incomplete = Opinion

** Changed in: libx11 (Ubuntu Lucid)
   Status: Opinion = Invalid

** Changed in: libx11 (Ubuntu)
 Assignee: Gustavo (gustavo321) = (unassigned)

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

Status in Modular X11 Libraries:
  Invalid
Status in libx11 package in Ubuntu:
  Invalid
Status in libx11 source package in Lucid:
  Invalid
Status in libx11 source package in Natty:
  Invalid
Status in libx11 source package in Oneiric:
  Invalid

Bug description:
  Binary package hint: synaptic

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu.

  Description:  Ubuntu lucid (development branch)
  Release:  10.04

  2) The version of the package you are using, via 'apt-cache policy
  packagename' or by checking in Synaptic.

  synaptic:
    Installed: 0.63ubuntu2
    Candidate: 0.63ubuntu2
    Version table:
   *** 0.63ubuntu2 0
  500 http://archive.ubuntu.com lucid/main Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen

  filter package list for packages matching some criteria

  4) What happened instead

  application crashes

  #0  0x007d9422 in __kernel_vsyscall ()
  No symbol table info available.
  #1  0x05cfa5b1 in *__GI_raise (sig=6)
  at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
resultvar = value optimized out
pid = 98648052
selftid = 6040
  #2  0x05cfda12 in *__GI_abort () at abort.c:92
act = {__sigaction_handler = {sa_handler = 0xbffa00b0, 
  sa_sigaction = 0xbffa00b0}, sa_mask = {__val = {97783645, 104, 88, 
3220832672, 3220832460, 104, 88, 82, 157336880, 98648052, 82, 81, 
3220832632, 97714674, 157336888, 82, 3220832672, 157336888, 0, 
4222451712, 157336888, 157336888, 157336888, 157336888, 157336969, 
157336988, 157336888, 157336988, 0, 0, 0, 0}}, sa_flags = 0, 
sa_restorer = 0x20}
sigs = {__val = {32, 0 repeats 31 times}}
  #3  0x05cf3718 in *__GI___assert_fail (assertion=0x16927e5 ret != inval_id, 
  file=0x16927a9 ../../src/xcb_io.c, line=385, 
  function=0x1692964 _XAllocID) at assert.c:81
buf = 0x960c538 synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion 
`ret != inval_id' failed.\n
  #4  0x01622cf9 in _XAllocID (dpy=0x9385600) at ../../src/xcb_io.c:385
ret = 4294967295
__PRETTY_FUNCTION__ = _XAllocID
  #5  0x015f8288 in XCreatePixmap (dpy=0x9385600, d=56788585, width=252, 
  height=24, depth=32) at ../../src/CrPixmap.c:58
  No locals.
  #6  0x00455e39 in _cairo_xlib_surface_create_similar_with_format (
  abstract_src=0x944c230, format=value optimized out, width=252, 
  height=24) at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:155
dpy = (Display *) 0x9385600
pix = 154686976
xrender_format = value optimized out
  #7  0x0045ad6c in _cairo_xlib_surface_clone_similar (
  abstract_surface=0x944c230, src=0x955e648, src_x=0, src_y=0, width=252, 
  height=24, clone_offset_x=0xbffa0568, clone_offset_y=0xbffa056c, 
  clone_out=0xbffa08bc)
  at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:1201
status = value optimized out
  

  
  ProblemType: Crash
  Architecture: i386
  AssertionMessage: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret 
!= inval_id' failed.
  Date: Wed Jan 13 11:52:41 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20091209)
  Package: synaptic 0.63ubuntu2
  ProcAttrCurrent: unconfined (enforce)
  ProcCmdline: /usr/sbin/synaptic
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
  Signal: 6
  SourcePackage: synaptic
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   __assert_fail () from /lib/tls/i686/cmov/libc.so.6
   _XAllocID () from /usr/lib/libX11.so.6
  Tags: lucid
  Title: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: 
Assertion `ret != inval_id' failed.
  Uname: Linux 2.6.32-10-generic i686
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/507062/+subscriptions

-- 
Mailing list: 

[Touch-packages] [Bug 1428762] [NEW] [SDK] Add Menu to the SDK to support convergence

2015-03-05 Thread Giorgio Venturi
Public bug reported:

We need a menu component to enable medium  large form factors  point 
click interactions

E.g.
Selection Menu
Contextual Menu

UX Spec here
https://www.dropbox.com/s/ox09jqzrbgnl1lp/050315_Convergence%20-%20Menu_gv.pdf?dl=0

** Affects: ubuntu-ui-toolkit
 Importance: Undecided
 Status: New

** Affects: ubuntu-ux
 Importance: High
 Assignee: Alex Milazzo (digitalalex)
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: convergence design-sync

** Package changed: ubuntu-ui-toolkit (Ubuntu) = ubuntu-ui-toolkit

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Importance: Undecided = High

** Changed in: ubuntu-ux
 Assignee: (unassigned) = Alex Milazzo (digitalalex)

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

Title:
  [SDK] Add Menu to the SDK to support convergence

Status in Ubuntu UI Toolkit:
  New
Status in Ubuntu UX bugs:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  We need a menu component to enable medium  large form factors  point
   click interactions

  E.g.
  Selection Menu
  Contextual Menu

  UX Spec here
  
https://www.dropbox.com/s/ox09jqzrbgnl1lp/050315_Convergence%20-%20Menu_gv.pdf?dl=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1428762/+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 1425914] Re: DTLS handshake broken - precise x64

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/openssl

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

Title:
  DTLS handshake broken - precise x64

Status in OpenSSL cryptography and SSL/TLS toolkit:
  Fix Released
Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Precise:
  Fix Committed
Status in openssl source package in Trusty:
  Fix Released
Status in openssl source package in Utopic:
  Fix Released
Status in openssl source package in Vivid:
  Fix Released

Bug description:
  Hi,

  there is a problem in DTLS handshake in OpenSSL library in Ubuntu
  12.04 x86_64. The affected library version is  libssl
  1.0.1-4ubuntu5.21.  The problem causes, that it is impossible to
  establish DTLS session with Chrome or Firefox when trying to perform a
  SIP call via WebRTC.

  The problem is fixed in OpenSSL upstream by commit 
https://github.com/openssl/openssl/commit/a20152bdaf7a99b006ff5a0eef081502e0e11553
  committed April 4th 2012.

  32bit version of Ubuntu 12.04 is not affected by this issue, because
  it doesn't support HMAC ciphers, which cause the problem.

  I've checked other distributions (Centos6, Centos7, Ubuntu 14.04 and
  especially Debian 7 - which should be close to Ubuntu 12.04) and all
  has this patch applied and thus WebRTC calls work.

  Please merge this upstream fix to Ubuntu 12.04 x86_64 libssl package.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/1425914/+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 1412656] Re: ofonod crashed with SIGSEGV in g_str_equal()

2015-03-05 Thread Michał Sawicz
So the dependency chain is unity8 → qtdeclarative5-ubuntu-telephony0.1 →
telephathy-ofono → ofono. If we don't want ofono on some installs, we'll
need to break the dependency somewhere... I've a feeling it should be
between the telephony module and telepathy-ofono, since the
functionality feels valid still even without modems (i.e. VoIP). Adding
a telephony-service task then.

** Also affects: telephony-service (Ubuntu)
   Importance: Undecided
   Status: New

** Information type changed from Private to Public

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

Title:
  ofonod crashed with SIGSEGV in g_str_equal()

Status in ofono package in Ubuntu:
  Triaged
Status in telephony-service package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  This bug has been reported the last two times I powered up my laptop,
  even though my laptop doesn't have mobile telephony capabilities.

  Since upgrading to 14.10 I have had two Mobile Broadband entries
  under the network indicator.

  The only related software I can think of is installing the Unity 8
  desktop preview. (Which I did months ago, so it did not trigger this
  issue.)

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: ofono 1.12.bzr6880+14.10.20141010-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  Date: Sat Jan 17 12:01:52 2015
  ExecutablePath: /usr/sbin/ofonod
  ExecutableTimestamp: 1412931933
  InstallationDate: Installed on 2014-04-24 (269 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcCmdline: ofonod -P ril
  ProcCwd: /
  ProcEnviron:
   PATH=(custom, no user)
   TERM=linux
  RetraceOutdatedPackages:
   no debug symbol package found for libselinux1
   no debug symbol package found for libdbus-1-3
   no debug symbol package found for libudev1
  SegvAnalysis:
   Segfault happened at: 0x7fd30933b156 __strcmp_ssse3+22:movlpd 
(%rdi),%xmm1
   PC (0x7fd30933b156) ok
   source (%rdi) (0x) not located in a known VMA region (needed 
readable region)!
   destination %xmm1 ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: ofono
  StacktraceTop:
   g_str_equal (v1=v1@entry=0x0, v2=optimized out) at 
/build/buildd/glib2.0-2.42.1/./glib/ghash.c:1776
   message_filter (connection=0xfd75b0, message=0xfd7800, user_data=optimized 
out) at gdbus/watch.c:534
   dbus_connection_dispatch () from 
/tmp/apport_sandbox_QJAfx3/lib/x86_64-linux-gnu/libdbus-1.so.3
   message_dispatch (data=0xfd75b0, data@entry=error reading variable: value 
has been optimized out) at gdbus/mainloop.c:76
   g_timeout_dispatch (source=0xfe0150, callback=optimized out, 
user_data=optimized out) at /build/buildd/glib2.0-2.42.1/./glib/gmain.c:4520
  Title: ofonod crashed with SIGSEGV in g_str_equal()
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (86 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1412656/+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 886478] Re: New Alt + tab switcher doesn't follow system font

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.3.1+15.04.20150227-0ubuntu1

---
unity (7.3.1+15.04.20150227-0ubuntu1) vivid; urgency=medium

  [ Andrea Azzarone ]
  * Draw osk above unity shell. (LP: #1413165)
  * Remove FontSettings.*. Add the possibility to specify the font size
and the font weight without chaning the default font name. Fix lp
886478. (LP: #886478)
  * Remove unitydialog plugin.

  [ Luke Yelavich ]
  * Explore children when a view or layout is added (LP: #1066157)
  * Move the unity a11y present environment call
  * Set focus to FALSE on window deactivation (LP: #1066157)
 -- CI Train Bot ci-train-...@canonical.com   Fri, 27 Feb 2015 15:38:19 +

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  New Alt + tab switcher doesn't follow system font

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  In my laptop, I have to change from default ubuntu font to droid font
  because the default one doesn't fully support vietnamese. Let it sit
  there will make the overall system feel awkward. And now, while the
  whole system is in droid, only the switcher is still using the ubuntu
  font. Plz make the switcher follow the system font or at least, make a
  way to configure its appearance.

  --
  Desired solution:

  - Alt+tab switcher should use the system font
  - This change should result in ZERO change to the appearance of the font in 
Alt+Tab on a fresh installation of Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/886478/+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 1428378] [NEW] Bluetooth cannot turn on

2015-03-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Device: mako (NEXUS 4)
System: This happened on various versions. Actual: 15.04 r121 (This is also 
since august last year (14.10 devel). (The first time, I had ubuntu on phone.))

1. bluetooth is ON
2. Turn OFF bluetooth
3. Reboot phone
4. Try to turn on bluetooth: nothing happens

This is not everytime, but often.

** Affects: indicator-bluetooth (Ubuntu)
 Importance: High
 Status: Incomplete


** Tags: bluetooth off on reboot
-- 
Bluetooth cannot turn on
https://bugs.launchpad.net/bugs/1428378
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to indicator-bluetooth in Ubuntu.

-- 
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 1422521] Re: mmap of ...mir/client-platform/mesa.so DENIED

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.9.1-0ubuntu6

---
apparmor (2.9.1-0ubuntu6) vivid; urgency=medium

  * add-mir-abstractions-lp1422521.patch: add correct location of
mir specific libraries and mir unprivileged client socket
to mir abstraction (LP: #1422521)
 -- Steve Beattie sbeat...@ubuntu.com   Tue, 03 Mar 2015 10:42:24 -0800

** Changed in: apparmor (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  mmap of ...mir/client-platform/mesa.so DENIED

Status in AppArmor Linux application security framework:
  In Progress
Status in apparmor package in Ubuntu:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released

Bug description:
  I'm running ubuntu touch vivid-vervet:

  root@ubuntu-phablet:/home/phablet# lsb_release -rd
  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04

  root@ubuntu-phablet:/home/phablet# system-image-cli  -i
  current build number: 101
  device name: hammerhead
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 1970-01-22 15:43:01
  version version: 101
  version keyring: archive-master
  version device: 20150210
  version custom: 3

  This bug is similar to #658135 but in this case it is the files in
  /usr/lib/arm-linux-gnueabihf/mir/client-platform that cannot be
  loaded.

  root@ubuntu-phablet:/home/phablet# apt-cache policy apparmor
  apparmor:
Installed: 2.8.98-0ubuntu4
Candidate: 2.8.98-0ubuntu4
Version table:
   *** 2.8.98-0ubuntu4 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages
  100 /var/lib/dpkg/status

  
  Most of my installed apps do not start, giving errors similar to this in 
syslog:

  root@ubuntu-phablet:/home/phablet# grep DENIED /var/log/syslog | tail -1
  Feb 16 23:11:56 ubuntu-phablet kernel: [28314.176317] type=1400 
audit(1424124716.747:217): apparmor=DENIED operation=file_mmap 
profile=com.ubuntu.calculator_calculator_1.3.339 
name=/usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so pid=5864 
comm=qmlscene requested_mask=m denied_mask=m fsuid=32011 ouid=0

  Setting apparmor to complain mode makes the app run, and so does
  adding the following line to /etc/apparmor.d/abstractions/base:

/usr/lib/@{multiarch}/**/*.so* mr,
  (just before the line saying /usr/lib/@{multiarch}/**/lib*.so* mr,)

  So, mesa.so (and dummy.so and android.so) are not matched because they
  do not contain the file name prefix lib. (Since the file system is
  read only I copied the files elsewhere and ran apparmor_parser on the
  modified files.)

  I do not know if this is the correct fix, but at least it points to a
  problem. (Maybe the library name should be different, the change made
  to another file, like abstractions/X, or maybe the profile for
  calculator is incorrect -- but if it is then lots of profiles are
  incorrect.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1422521/+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 1428546] [NEW] systemd[1]: Failed to load configuration for kbd.service: No such file or directory

2015-03-05 Thread dino99
Public bug reported:

vivid i386 using 'debug' boot option and systemd-sysv

Get lot of 'Failed to load configuration for xxx.service: no such file
or directory

(logged from line 1930 + into syslog)

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-4ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.16.2-0ubuntu1
Architecture: i386
CurrentDesktop: GNOME
Date: Thu Mar  5 09:35:28 2015
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic 
root=UUID=7b1f4a51-558f-468f-85e0-f815d2f791e1 ro debug
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/22/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3002
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5W DH Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5W DH Deluxe
dmi.product.version: System Version
dmi.sys.vendor: ASUSTEK COMPUTER INC

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


** Tags: apport-bug i386 package-from-proposed vivid

** Attachment added: syslog
   https://bugs.launchpad.net/bugs/1428546/+attachment/4335018/+files/syslog

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

Title:
  systemd[1]: Failed to load configuration for kbd.service: No such file
  or directory

Status in systemd package in Ubuntu:
  New

Bug description:
  vivid i386 using 'debug' boot option and systemd-sysv

  Get lot of 'Failed to load configuration for xxx.service: no such file
  or directory

  (logged from line 1930 + into syslog)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-4ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Thu Mar  5 09:35:28 2015
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic 
root=UUID=7b1f4a51-558f-468f-85e0-f815d2f791e1 ro debug
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/22/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428546/+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 1392637] Re: Cannot boot with newly installed systemd if /tmp/ is filled with files

2015-03-05 Thread Didier Roche
It seems the current plan of record (after long discussion on IRC and
upstream ML) would be to enable /tmp on tmpfs on vivid+1 (it's quite
late to do it this cycle, even if we switch to systemd by default).

Upstream ML reference after another approach with a service to disable
tmp.mount: http://lists.freedesktop.org/archives/systemd-
devel/2015-March/028966.html


** Changed in: systemd (Ubuntu)
 Assignee: Didier Roche (didrocks) = (unassigned)

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

Title:
  Cannot boot with newly installed systemd if /tmp/ is filled with files

Status in systemd package in Ubuntu:
  Triaged
Status in upstart package in Ubuntu:
  New

Bug description:
  On a new lubuntu 14.10 install, after installing a bunch of new
  packages, I rebooted the machine and it stalls on startup. It stays on
  the four dots of plymouth (not the graphical version).

  After trying various options in rescue mode, I end up understanding
  that the boot system has switched to systemd by looking at
  /var/log/dpkg.log (attached).

  I then tried init=/lib/systemd/systemd in grub without quiet and
  splash and found that it was blocking on a start job is running for
  Create Volatile files and directories. A search on the internet
  later, I found that the problem was solved by this approach :
  http://forums.debian.net/viewtopic.php?f=10t=118008

  So, in rescue mode, I did a mv /tmp/ to /fulltmp/ (an ls wouldn't
  return so I'm guessing the /tmp/ is really full and the disk is not
  rocket fast). I recreated /tmp and did a chmod 1777 /tmp, reboot and
  it works!

  While describing this, am not entirelly sure upstart is exempt from
  this bug (how do I check which init was used after I've booted ?)

  This is a very frustrating bug since it doesn't appear on startup even
  when removing quiet or splash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1392637/+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 1428540] [NEW] tmpfiles.d order not respected any more, breaks rsyslog

2015-03-05 Thread Martin Pitt
Public bug reported:

With latest systemd we now get wrong permissions on /var/log when
rsyslog is installed:

drwxr-xr-x 1 root syslog 772 Mär  5 09:20 /var/log

It's supposed to be 0775, we install /usr/lib/tmpfiles.d/00rsyslog.conf
for that. As per documentation, the first match should win.

This is simple to reproduce:

$ cat test.conf
d /var/log 0775 root syslog -
d /var/log 0755 - - -

$ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create test.conf
[/home/martin/test.conf:2] Duplicate line for path /var/log, ignoring.
Running create action for entry d /var/log
Found existing directory /var/log.
chmod /var/log to mode 775
/var/log created successfully.
Running remove action for entry d /var/log
Running create action for entry d /var/log
Found existing directory /var/log.
chmod /var/log to mode 755
/var/log created successfully.
Running remove action for entry d /var/log

So it doesn't recognize that it already has a match, and applies the
second rule anyway.

** Affects: systemd (Ubuntu)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: In Progress

** Description changed:

  With latest systemd we now get wrong permissions on /var/log when
  rsyslog is installed:
  
  drwxr-xr-x 1 root syslog 772 Mär  5 09:20 /var/log
  
  It's supposed to be 0775, we install /usr/lib/tmpfiles.d/00rsyslog.conf
  for that. As per documentation, the first match should win.
  
  This is simple to reproduce:
  
- $ cat test.conf 
+ $ cat test.conf
  d /var/log 0775 root syslog -
  d /var/log 0755 - - -
- $ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create --remove --boot 
--exclude-prefix=/dev test.conf
+ 
+ $ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create test.conf
  [/home/martin/test.conf:2] Duplicate line for path /var/log, ignoring.
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 775
  /var/log created successfully.
  Running remove action for entry d /var/log
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 755
  /var/log created successfully.
  Running remove action for entry d /var/log
  
  So it doesn't recognize that it already has a match, and applies the
  second rule anyway.

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: systemd (Ubuntu)
   Importance: Undecided = High

** Summary changed:

- tmpfiles.d order not respected any more
+ tmpfiles.d order not respected any more, breaks rsyslog

** Changed in: systemd (Ubuntu)
   Status: New = In Progress

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

Title:
  tmpfiles.d order not respected any more, breaks rsyslog

Status in systemd package in Ubuntu:
  In Progress

Bug description:
  With latest systemd we now get wrong permissions on /var/log when
  rsyslog is installed:

  drwxr-xr-x 1 root syslog 772 Mär  5 09:20 /var/log

  It's supposed to be 0775, we install
  /usr/lib/tmpfiles.d/00rsyslog.conf for that. As per documentation, the
  first match should win.

  This is simple to reproduce:

  $ cat test.conf
  d /var/log 0775 root syslog -
  d /var/log 0755 - - -

  $ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create test.conf
  [/home/martin/test.conf:2] Duplicate line for path /var/log, ignoring.
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 775
  /var/log created successfully.
  Running remove action for entry d /var/log
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 755
  /var/log created successfully.
  Running remove action for entry d /var/log

  So it doesn't recognize that it already has a match, and applies the
  second rule anyway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428540/+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 1428382] Re: Shortcuts doesn't appear

2015-03-05 Thread Michał Sawicz
*** This bug is a duplicate of bug 1408263 ***
https://bugs.launchpad.net/bugs/1408263

Hey, this is a mako-specific issue somewhere down in the input driver.
See the duplicate bug.

** This bug has been marked a duplicate of bug 1408263
   Edge gestures still get lost (mako)

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

Title:
  Shortcuts doesn't appear

Status in unity8 package in Ubuntu:
  New

Bug description:
  Device: mako (NEXUS 4)
  System: Ubuntu 15.04 r120

  This bug came twice in the last three days.

  After doing a call, I can't go out of dailer app.
  Swype left: nothing happens.
  Swype right: nothing happens.
  Indicators all working.

  After login via ssh and restart lightdm:
  I couldn't open the sidebar with shortcuts.

  I will comment a link to a video, where I show this. (Upload is so
  long...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1428382/+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 1428540] Re: tmpfiles.d order not respected any more, breaks rsyslog

2015-03-05 Thread Martin Pitt
** Description changed:

  With latest systemd we now get wrong permissions on /var/log when
  rsyslog is installed:
  
  drwxr-xr-x 1 root syslog 772 Mär  5 09:20 /var/log
  
  It's supposed to be 0775, we install /usr/lib/tmpfiles.d/00rsyslog.conf
  for that. As per documentation, the first match should win.
  
+ This is being caught by the boot-and-services autopkgtest.
  This is simple to reproduce:
  
  $ cat test.conf
  d /var/log 0775 root syslog -
  d /var/log 0755 - - -
  
  $ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create test.conf
  [/home/martin/test.conf:2] Duplicate line for path /var/log, ignoring.
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 775
  /var/log created successfully.
  Running remove action for entry d /var/log
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 755
  /var/log created successfully.
  Running remove action for entry d /var/log
  
  So it doesn't recognize that it already has a match, and applies the
  second rule anyway.

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

Title:
  tmpfiles.d order not respected any more, breaks rsyslog

Status in systemd package in Ubuntu:
  In Progress

Bug description:
  With latest systemd we now get wrong permissions on /var/log when
  rsyslog is installed:

  drwxr-xr-x 1 root syslog 772 Mär  5 09:20 /var/log

  It's supposed to be 0775, we install
  /usr/lib/tmpfiles.d/00rsyslog.conf for that. As per documentation, the
  first match should win.

  This is being caught by the boot-and-services autopkgtest.
  This is simple to reproduce:

  $ cat test.conf
  d /var/log 0775 root syslog -
  d /var/log 0755 - - -

  $ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create test.conf
  [/home/martin/test.conf:2] Duplicate line for path /var/log, ignoring.
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 775
  /var/log created successfully.
  Running remove action for entry d /var/log
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 755
  /var/log created successfully.
  Running remove action for entry d /var/log

  So it doesn't recognize that it already has a match, and applies the
  second rule anyway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428540/+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 1423855] Re: Unity can't show the global menu item for some gnome apps

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/indicator-appmenu

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

Title:
  Unity can't show the global menu item for some gnome apps

Status in Unity:
  Won't Fix
Status in indicator-appmenu package in Ubuntu:
  In Progress
Status in unity package in Ubuntu:
  Won't Fix

Bug description:
  Unity can't show the global menu item for some gnome apps.

  For example, the 'terminal' menu for gnome-terminal, or the
  'calculator' menu for gnome-calculator cannot be opened.  Other menus
  can be displayed (file, edit,...)

  This is a recent regression I think.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20150219.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Feb 20 21:14:01 2015
  InstallationDate: Installed on 2015-01-31 (20 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1423855/+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 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all

2015-03-05 Thread Alex Wen
@David

For BeiJing site, the external mic works on new received Lenovo ThinkPad X240.
Upload the alsa-info log.
The sound with a little buzzing when dumping alsa-info.

more info:
Machine information:
Test image: Stock Ubuntu 14.04
BIOS Version: GIET60WW (2.10 )

Audio cards:
00:03.0 Audio device [0403]: Intel Corporation Device [8086:0a0c] (rev 09)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:9c20] (rev 04)
Codec: Realtek ALC292

Headset: philips shm7110

#uname -a
Linux u-ThinkPad-X240 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:23:39 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

#dpkg -l |grep -oem
ii  oem-audio-hda-daily-dkms  
0.201503011031~ubuntu14.04.1all  HDA driver in 
DKMS format.

#cat /sys/module/snd_hda_codec/parameters/dump_coef
1

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

Title:
  [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240]
  external mic has no sound at all

Status in HWE Next Project:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  During this test, an error dialog was thrown, reading:

  The following mixer control(s) might be incorrectly set: 
  Mic is at 0.0%

  Mic is muted
  Please try to fix that (e g by running 
  alsamixer -D hw:PCH in a terminal) and see if that solves the problem.
  Would you like to continue troubleshooting anyway?

  However, the System Settings... - Sound UI shows the mic as not
  muted. When I tried running the alsamixer command, I saw mic and mic-
  boost were both showing 0; I cranked them up to 100, but it made no
  difference. I also tried re-running this command with the mic/mic-
  boost still set to 100 and it threw the same error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 26 16:20:49 2015
  InstallationDate: Installed on 2014-09-10 (138 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 1 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  Symptom_Jack: Black Mic, Left
  Symptom_Type: No sound at all
  Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET75WW (2.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET75WW(2.25):bd06/24/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-01-22T13:36:22.741441

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414706/+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 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all

2015-03-05 Thread Alex Wen
** Attachment added: alsa-info-for-comment27.txt
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1414706/+attachment/4335034/+files/alsa-info-for-comment27.txt

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

Title:
  [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240]
  external mic has no sound at all

Status in HWE Next Project:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  During this test, an error dialog was thrown, reading:

  The following mixer control(s) might be incorrectly set: 
  Mic is at 0.0%

  Mic is muted
  Please try to fix that (e g by running 
  alsamixer -D hw:PCH in a terminal) and see if that solves the problem.
  Would you like to continue troubleshooting anyway?

  However, the System Settings... - Sound UI shows the mic as not
  muted. When I tried running the alsamixer command, I saw mic and mic-
  boost were both showing 0; I cranked them up to 100, but it made no
  difference. I also tried re-running this command with the mic/mic-
  boost still set to 100 and it threw the same error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 26 16:20:49 2015
  InstallationDate: Installed on 2014-09-10 (138 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 1 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  Symptom_Jack: Black Mic, Left
  Symptom_Type: No sound at all
  Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET75WW (2.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET75WW(2.25):bd06/24/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-01-22T13:36:22.741441

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414706/+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 1428378] Re: Bluetooth cannot turn on

2015-03-05 Thread Sebastien Bacher
Does it work if you try to turn it on from the indicator?

** Package changed: ubuntu-system-settings (Ubuntu) = indicator-
bluetooth (Ubuntu)

** Changed in: indicator-bluetooth (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-bluetooth (Ubuntu)
   Status: New = Incomplete

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

Title:
  Bluetooth cannot turn on

Status in indicator-bluetooth package in Ubuntu:
  Incomplete

Bug description:
  Device: mako (NEXUS 4)
  System: This happened on various versions. Actual: 15.04 r121 (This is also 
since august last year (14.10 devel). (The first time, I had ubuntu on phone.))

  1. bluetooth is ON
  2. Turn OFF bluetooth
  3. Reboot phone
  4. Try to turn on bluetooth: nothing happens

  This is not everytime, but often.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1428378/+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 1423855] Re: Unity can't show the global menu item for some gnome apps

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-appmenu -
15.02.0+15.04.20150302-0ubuntu1

---
indicator-appmenu (15.02.0+15.04.20150302-0ubuntu1) vivid; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * IndicatorAppmenu: ensure we emit entry-added/removed signals
after/before creating/destroying WindowMenu (LP: #1423855)
 -- CI Train Bot ci-train-...@canonical.com   Mon, 02 Mar 2015 22:36:54 +

** Changed in: indicator-appmenu (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Unity can't show the global menu item for some gnome apps

Status in Unity:
  Won't Fix
Status in indicator-appmenu package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Won't Fix

Bug description:
  Unity can't show the global menu item for some gnome apps.

  For example, the 'terminal' menu for gnome-terminal, or the
  'calculator' menu for gnome-calculator cannot be opened.  Other menus
  can be displayed (file, edit,...)

  This is a recent regression I think.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20150219.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Fri Feb 20 21:14:01 2015
  InstallationDate: Installed on 2015-01-31 (20 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1423855/+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 1428540] Re: tmpfiles.d order not respected any more, breaks rsyslog

2015-03-05 Thread Martin Pitt
Bisection leads to
http://cgit.freedesktop.org/systemd/systemd/commit/?id=3f93da987961

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

Title:
  tmpfiles.d order not respected any more, breaks rsyslog

Status in systemd package in Ubuntu:
  In Progress

Bug description:
  With latest systemd we now get wrong permissions on /var/log when
  rsyslog is installed:

  drwxr-xr-x 1 root syslog 772 Mär  5 09:20 /var/log

  It's supposed to be 0775, we install
  /usr/lib/tmpfiles.d/00rsyslog.conf for that. As per documentation, the
  first match should win.

  This is being caught by the boot-and-services autopkgtest.
  This is simple to reproduce:

  $ cat test.conf
  d /var/log 0775 root syslog -
  d /var/log 0755 - - -

  $ sudo SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --create test.conf
  [/home/martin/test.conf:2] Duplicate line for path /var/log, ignoring.
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 775
  /var/log created successfully.
  Running remove action for entry d /var/log
  Running create action for entry d /var/log
  Found existing directory /var/log.
  chmod /var/log to mode 755
  /var/log created successfully.
  Running remove action for entry d /var/log

  So it doesn't recognize that it already has a match, and applies the
  second rule anyway.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1428540/+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 1428314] Re: fix ftbfs with GCC 5

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package geis - 2.2.16+15.04.20150304-0ubuntu1

---
geis (2.2.16+15.04.20150304-0ubuntu1) vivid; urgency=medium

  [ Ken VanDine ]
  * Fix build error with GCC 5, patch thanks to Matthias Klose (LP:
#1428314)
 -- CI Train Bot ci-train-...@canonical.com   Wed, 04 Mar 2015 21:44:03 +

** Changed in: geis (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  fix ftbfs with GCC 5

Status in geis package in Ubuntu:
  Fix Released

Bug description:
CC   libgeis_util_la-geis_logging.lo
  In file included from geis_bag.c:25:0:
  geis_bag.c: In function '_bag_store_allocate':
  geis_logging.h:56:39: error: ISO C does not support '__FUNCTION__' predefined 
identifier [-Werror=pedantic]
 __FUNCTION__, __LINE__, \
 ^
  geis_bag.c:39:5: note: in expansion of macro 'geis_error'
   geis_error(failed to allocate bag store);
   ^
  geis_bag.c: In function 'geis_bag_new':
  geis_logging.h:56:39: error: ISO C does not support '__FUNCTION__' predefined 
identifier [-Werror=pedantic]
 __FUNCTION__, __LINE__, \
 ^
  geis_bag.c:53:5: note: in expansion of macro 'geis_error'
   geis_error(failed to allocate bag);
   ^
  cc1: all warnings being treated as errors
  Makefile:440: recipe for target 'libgeis_util_la-geis_bag.lo' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geis/+bug/1428314/+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 1413165] Re: Regression: Default on-screen keyboard Onboard not properly above dash

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.3.1+15.04.20150227-0ubuntu1

---
unity (7.3.1+15.04.20150227-0ubuntu1) vivid; urgency=medium

  [ Andrea Azzarone ]
  * Draw osk above unity shell. (LP: #1413165)
  * Remove FontSettings.*. Add the possibility to specify the font size
and the font weight without chaning the default font name. Fix lp
886478. (LP: #886478)
  * Remove unitydialog plugin.

  [ Luke Yelavich ]
  * Explore children when a view or layout is added (LP: #1066157)
  * Move the unity a11y present environment call
  * Set focus to FALSE on window deactivation (LP: #1066157)
 -- CI Train Bot ci-train-...@canonical.com   Fri, 27 Feb 2015 15:38:19 +

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Regression: Default on-screen keyboard Onboard not properly above dash

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  Some recent update of broke the default on-screen Onboard to work
  properly on dash.

  In fact, Onboard is shown in dash, as if it was located under dash. It
  is particularly visible, when the dash is maximized and covers the
  whole screen. However, if I drag Onboard to position it under an icon
  in dash and I click on the icon, the corresponding application is not
  started; the click goes down to Onboard, which types the letter of the
  Onboard key placed at the position of the click.

  So, in a few words: dash draws Onboard as if it was covered by dash,
  but Onboard behaves as if it is located over dash.

  Having a vivid backup from about one month ago, we were able to
  determine that the regression seem to have happened because of the
  update of libunity-core and the related packages somewhere between one
  month ago and today. In fact, the problem appeared in the test after
  updating the following packages and versions to the version shipping
  currently in the repositories.

  libunity-core-6.0-9   7.3.1+15.04.20141128-0ubuntu1
  libcairo-gobject2   1.13.0~20140204-0ubuntu1
  libcairo-script-interpreter2   1.13.0~20140204-0ubuntu1
  libcairo2   1.13.0~20140204-0ubuntu1
  libcairo2-dev   1.13.0~20140204-0ubuntu1
  unity   7.3.1+15.04.20141128-0ubuntu1
  unity-schemas   7.3.1+15.04.20141128-0ubuntu1
  unity-services   7.3.1+15.04.20141128-0ubuntu1

  Cheers

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1413165/+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 1066157] Re: dash +orca does not speak the names of application icons

2015-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.3.1+15.04.20150227-0ubuntu1

---
unity (7.3.1+15.04.20150227-0ubuntu1) vivid; urgency=medium

  [ Andrea Azzarone ]
  * Draw osk above unity shell. (LP: #1413165)
  * Remove FontSettings.*. Add the possibility to specify the font size
and the font weight without chaning the default font name. Fix lp
886478. (LP: #886478)
  * Remove unitydialog plugin.

  [ Luke Yelavich ]
  * Explore children when a view or layout is added (LP: #1066157)
  * Move the unity a11y present environment call
  * Set focus to FALSE on window deactivation (LP: #1066157)
 -- CI Train Bot ci-train-...@canonical.com   Fri, 27 Feb 2015 15:38:19 +

** Changed in: unity (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  dash +orca does not speak the names of application icons

Status in OEM Priority Project:
  New
Status in Unity:
  Triaged
Status in Unity 5.0 series:
  New
Status in Unity 6.0 series:
  Won't Fix
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  using orca and navigating around the dash with the keyboard I hear the
  names of videos, shopping results, files and folders, application
  suggestions from the software centre, but not the very most important
  thing in the dash - applications installed that I might want to run.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1066157/+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 1428380] Re: Failed to upgrade to Version 2.42.2-0ubuntu1:i386, unmet dependency.

2015-03-05 Thread Jirayut Nimsaeng
I'm also got this problem this morning too

$ sudo aptitude install libglib2.0-0:i386
The following NEW packages will be installed:
  libffi6:i386{a} libglib2.0-0:i386{b} 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,164 kB of archives. After unpacking 5,192 kB will be used.
The following packages have unmet dependencies:
 libglib2.0-0 : Breaks: libglib2.0-0:i386 (!= 2.42.1-1~ubuntu1) but 
2.42.2-0ubuntu1 is to be installed.
 libglib2.0-0:i386 : Breaks: libglib2.0-0 (!= 2.42.2-0ubuntu1) but 
2.42.1-1~ubuntu1 is installed.

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

Title:
  Failed to upgrade to Version 2.42.2-0ubuntu1:i386, unmet dependency.

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  The upgrade to version 2.42.2-0ubuntu1 (the version in -proposed) from
  version 2.42.1-1~ubuntu1 (-updates) fails. This is for the i386
  package on an amd64 installation of Ubuntu 14.10.

  gareth@Banshee:~$ sudo apt-get install libglib2.0-0:i386
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies.
   gstreamer0.10-alsa : Depends: libglib2.0-0 (= 2.31.8) but it is not going 
to be installed
   gstreamer0.10-fluendo-mp3 : Depends: libglib2.0-0 (= 2.37.3) but it is not 
going to be installed
   gstreamer0.10-plugins-ugly : Depends: libglib2.0-0 (= 2.37.3) but it is not 
going to be installed
   libgexiv2-2 : Depends: libglib2.0-0 (= 2.37.3) but it is not going to be 
installed
   libglib-perl : Depends: libglib2.0-0 (= 2.41.1) but it is not going to be 
installed
   libgstreamer-plugins-base0.10-0 : Depends: libglib2.0-0 (= 2.37.3) but it 
is not going to be installed
   libgstreamer0.10-0 : Depends: libglib2.0-0 (= 2.37.3) but it is not going 
to be installed
   libpackagekit-glib2-16 : Depends: libglib2.0-0 (= 2.37.3) but it is not 
going to be installed
Recommends: python3-aptdaemon.pkcompat but it is 
not going to be installed or
packagekit-system-interface or
packagekit (= 0.8.17-4ubuntu3)
   libpyzy-1.0-0 : Depends: libglib2.0-0 (= 2.16.0) but it is not going to be 
installed
   wine : Depends: wine1.6 but it is not going to be installed or
   wine1.7 but it is not going to be installed
   wine1.6-i386:i386 : Depends: wine1.6:any:i386 (= 1:1.6.2-0ubuntu6)
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1428380/+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 820034] Re: [742 new] Miscellaneous Symbols and Pictographs (Emoji)

2015-03-05 Thread Matthew Paul Thomas
** Changed in: ubuntu-font-family
   Importance: Wishlist = Low

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

Title:
  [742 new] Miscellaneous Symbols and Pictographs (Emoji)

Status in Ubuntu Font Family:
  Triaged
Status in ubuntu-font-family-sources package in Ubuntu:
  Confirmed

Bug description:
  This is a wishlist item.

  Please introduce Unicode character 'PILE OF POO' (U+1F4A9) in future versions 
of the Ubuntu font.
  It could be quite useful for changelogs, or for certain email communications.

  Ref.:
  http://www.fileformat.info/info/unicode/char/1f4a9/index.htm
  http://babelstone.blogspot.com/2009/11/whats-new-in-unicode-60.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-font-family/+bug/820034/+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 868713] Re: [2 new] Mono: up/down triangles for Byobu terminal multiplexer

2015-03-05 Thread Matthew Paul Thomas
** Changed in: ubuntu-font-family
   Importance: Wishlist = Medium

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

Title:
  [2 new] Mono: up/down triangles for Byobu terminal multiplexer

Status in Ubuntu Font Family:
  Triaged
Status in ubuntu-font-family-sources package in Ubuntu:
  Triaged

Bug description:
  Monospace unicode characters of the Ubuntu font are overrunning other
  characters and some things are just unreadable :-(

U+25B2 BLACK UP-POINTING TRIANGLE (▲)
U+25BC BLACK DOWN-POINTING TRIANGLE (▼)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-font-family/+bug/868713/+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 1428690] Re: indicator-sound-service crashed with signal 5 in indicator_sound_service_construct()

2015-03-05 Thread Apport retracing service
*** This bug is a duplicate of bug 1426706 ***
https://bugs.launchpad.net/bugs/1426706

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1426706, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335303/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335305/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335306/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335307/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335308/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335309/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1428690/+attachment/4335310/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1426706

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  indicator-sound-service crashed with signal 5 in
  indicator_sound_service_construct()

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  after launching audacity

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: indicator-sound 12.10.2+15.04.20150227.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  Date: Thu Mar  5 16:15:00 2015
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
  InstallationDate: Installed on 2015-01-25 (38 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150125)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/false
  Signal: 5
  SourcePackage: indicator-sound
  StacktraceTop:
   indicator_sound_service_construct ()
   main ()
  Title: indicator-sound-service crashed with signal 5 in 
indicator_sound_service_construct()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1428690/+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 1428378] Re: Bluetooth cannot turn on

2015-03-05 Thread Marcel Hörz
Sorry, I mean blocked

Is there any log-file, which I could send you?

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

Title:
  Bluetooth cannot turn on

Status in indicator-bluetooth package in Ubuntu:
  Incomplete

Bug description:
  Device: mako (NEXUS 4)
  System: This happened on various versions. Actual: 15.04 r121 (This is also 
since august last year (14.10 devel). (The first time, I had ubuntu on phone.))

  1. bluetooth is ON
  2. Turn OFF bluetooth
  3. Reboot phone
  4. Try to turn on bluetooth: nothing happens

  This is not everytime, but often.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1428378/+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 1428712] [NEW] Screen turns green and locks out during apt full-upgrade

2015-03-05 Thread Joe Barnett
Public bug reported:

Since updating to vivid, occasionally when doing an apt full-upgrade the
screen will turn and stay bright green.  I can see and move the mouse
cursor but nothing else, and no system keyboard shortcuts appear to do
anything (ctrl-alt-f1 through ctrl-alt-f7, ctl-alt-backspace, ctl-alt-
delete, etc).  Probably an issue with a specific package rather than
apt, but not sure how to narrow it down.

here's the list of packages that were upgraded the last time this
happened, form /var/log/apt/history.log:

Start-Date: 2015-03-05  07:47:15
Commandline: apt full-upgrade
Install: console-setup-linux:amd64 (1.108ubuntu3, automatic)
Upgrade: python3-apparmor:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), 
apparmor-easyprof:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), 
glib-networking-common:amd64 (2.43.1-1, 2.43.91-1), libgail18:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libgail18:i386 (2.24.26-0ubuntu2, 
2.24.27-0ubuntu1), libsoup2.4-1:amd64 (2.49.1-1ubuntu1, 2.49.91.1-1), 
libsoup2.4-1:i386 (2.49.1-1ubuntu1, 2.49.91.1-1), libwagon-java:amd64 
(1.0.0-2ubuntu2, 1.0.0-5), libgeis1:amd64 (2.2.16+14.04.20140303-0ubuntu1, 
2.2.16+15.04.20150304-0ubuntu1), console-setup:amd64 (1.70ubuntu11, 
1.108ubuntu3), libsoup2.4-dev:amd64 (2.49.1-1ubuntu1, 2.49.91.1-1), 
libapparmor1:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), gtk2-engines-pixbuf:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), gtk2-engines-pixbuf:i386 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libglib2.0-0:amd64 (2.43.90-1, 
2.43.91-1), libglib2.0-0:i386 (2.43.90-1, 2.43.91-1), libglib2.0-dev:amd64 
(2.43.90-1, 2.43.91-1), libgtk2.0-bin:amd64 (2.24.26-0ubuntu2, 
2.24.27-0ubuntu1), libgtk2.0-commo
 n:amd64 (2.24.26-0ubuntu2, 2.24.27-0ubuntu1), gir1.2-gtk-2.0:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libglib2.0-data:amd64 (2.43.90-1, 
2.43.91-1), libflac8:amd64 (1.3.0-3, 1.3.1-1ubuntu1), libflac8:i386 (1.3.0-3, 
1.3.1-1ubuntu1), libsoup-gnome2.4-1:amd64 (2.49.1-1ubuntu1, 2.49.91.1-1), 
libsoup-gnome2.4-1:i386 (2.49.1-1ubuntu1, 2.49.91.1-1), libnm-util2:amd64 
(0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), libapparmor-perl:amd64 (2.9.1-0ubuntu5, 
2.9.1-0ubuntu6), libnm-glib-vpn1:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
libdee-1.0-4:amd64 (1.2.7+14.04.20140324-0ubuntu1, 
1.2.7+15.04.20150304-0ubuntu1), libgtk2.0-0:amd64 (2.24.26-0ubuntu2, 
2.24.27-0ubuntu1), libgtk2.0-0:i386 (2.24.26-0ubuntu2, 2.24.27-0ubuntu1), 
libglib2.0-0-dbg:amd64 (2.43.90-1, 2.43.91-1), gir1.2-dee-1.0:amd64 
(1.2.7+14.04.20140324-0ubuntu1, 1.2.7+15.04.20150304-0ubuntu1), 
keyboard-configuration:amd64 (1.70ubuntu11, 1.108ubuntu3), kbd:amd64 
(1.15.5-1ubuntu1, 1.15.5-1ubuntu2), libx264-142:amd64 (0.142.2431+gita5831aa-1
 ubuntu1, 0.142.2495+git6a301b6-1ubuntu1), apparmor:amd64 (2.9.1-0ubuntu5, 
2.9.1-0ubuntu6), libglib2.0-bin:amd64 (2.43.90-1, 2.43.91-1), 
python3-libapparmor:amd64 (2.9.1-0ubuntu5, 2.9.1-0ubuntu6), 
network-manager:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
gir1.2-networkmanager-1.0:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
glib-networking-services:amd64 (2.43.1-1, 2.43.91-1), libgtk2.0-dev:amd64 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1), glib-networking:amd64 (2.43.1-1, 
2.43.91-1), glib-networking:i386 (2.43.1-1, 2.43.91-1), gir1.2-soup-2.4:amd64 
(2.49.1-1ubuntu1, 2.49.91.1-1), dh-apparmor:amd64 (2.9.1-0ubuntu5, 
2.9.1-0ubuntu6), libnm-glib4:amd64 (0.9.10.0-4ubuntu8, 0.9.10.0-4ubuntu9), 
libgail-common:amd64 (2.24.26-0ubuntu2, 2.24.27-0ubuntu1), libgail-common:i386 
(2.24.26-0ubuntu2, 2.24.27-0ubuntu1)

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: apt 1.0.9.3ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.16.2-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Mar  5 08:00:19 2015
InstallationDate: Installed on 2014-02-24 (373 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140218)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
UpgradeStatus: Upgraded to vivid on 2015-02-04 (28 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Screen turns green and locks out during apt full-upgrade

Status in apt package in Ubuntu:
  New

Bug description:
  Since updating to vivid, occasionally when doing an apt full-upgrade
  the screen will turn and stay bright green.  I can see and move the
  mouse cursor but nothing else, and no system keyboard shortcuts appear
  to do anything (ctrl-alt-f1 through ctrl-alt-f7, ctl-alt-backspace,
  ctl-alt-delete, etc).  Probably an issue with a specific package
  rather than apt, but not sure how to narrow it down.

  here's the list of packages that were upgraded the last time 

[Touch-packages] [Bug 1425664] Re: grep(1) man page for GNU grep 2.16 should have PCRE but has PRCE

2015-03-05 Thread Bug Watch Updater
** Changed in: grep (Debian)
   Status: New = Fix Committed

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

Title:
  grep(1) man page for GNU grep 2.16 should have PCRE but has PRCE

Status in grep package in Ubuntu:
  Confirmed
Status in grep package in Debian:
  Fix Committed

Bug description:
  From: Jim Meyering [mailto:j...@meyering.net] 
  Sent: Monday, February 16, 2015 10:43 PM
  To: Philip Muench
  Cc: 19719-d...@debbugs.gnu.org
  Subject: Re: bug#19719: grep(1) man page for GNU grep 2.16 shold have PCRE 
but has PRCE

  On Wed, Jan 28, 2015 at 1:12 PM, Philip Muench 
philipmue...@fibermountain.com wrote:
   There is one instance of PRCE. It should be PCRE.  That would help the 
reader seeking PCRE.

  Thank you for reporting that.
  However, there has never been an occurrence of the string PRCE in the 
upstream sources, so this is probably due to a distribution-specific patch in 
use on your system.  Also note that there have been significant fixes and 
improvements since grep-2.16.  The latest is grep-2.21.

  -

  This is copied from output produced by ubuntu-bug grep and its View
  report operation:

  == ApportVersion =
  2.14.1-0ubuntu3.6

  == Architecture =
  amd64

  == Date =
  Wed Feb 25 14:39:52 2015

  == Dependencies =
  dpkg 1.17.5ubuntu5.3
  gcc-4.9-base 4.9.1-0ubuntu1
  libacl1 2.2.52-1
  libattr1 1:2.4.47-1ubuntu1
  libbz2-1.0 1.0.6-5
  libc6 2.19-0ubuntu6.5
  libgcc1 1:4.9.1-0ubuntu1
  liblzma5 5.1.1alpha+20120614-2ubuntu2
  libpcre3 1:8.31-2ubuntu2
  libselinux1 2.2.2-1ubuntu0.1
  multiarch-support 2.19-0ubuntu6.5
  tar 1.27.1-1
  zlib1g 1:1.2.8.dfsg-1ubuntu1

  == DistroRelease =
  Ubuntu 14.04

  == InstallationDate =
  Installed on 2015-01-22 (33 days ago)

  == InstallationMedia =
  Ubuntu-Server 12.04.4 LTS Precise Pangolin - Release amd64 (20140204)

  == Package =
  grep 2.16-1

  == PackageArchitecture =
  amd64

  == ProblemType =
  Bug

  == ProcEnviron =
  TERM=xterm
  PATH=(custom, no user)
  XDG_RUNTIME_DIR=set
  LANG=en_US.UTF-8
  SHELL=/bin/bash

  == ProcVersionSignature =
  Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12

  == SourcePackage =
  grep

  == Tags =
   trusty

  == Uname =
  Linux 3.13.0-44-generic x86_64

  == UpgradeStatus =
  Upgraded to trusty on 2015-01-23 (33 days ago)

  (END)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1425664/+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 1428739] [NEW] n seconds remaining not localized

2015-03-05 Thread Víctor R . Ruiz
Public bug reported:

Test case.
- Switch the language to Spanish.
- Open webbrowser-app.
- Go to apod.nasa.gov.
- Tap on the image to download it.
- Open the transfer indicator.

Expected result.
- All messages are localized.

Actual result.
- n seconds remaining is displayed in English.

** Affects: ubuntu-download-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qa-sanity

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

Title:
  n seconds remaining not localized

Status in ubuntu-download-manager package in Ubuntu:
  New

Bug description:
  Test case.
  - Switch the language to Spanish.
  - Open webbrowser-app.
  - Go to apod.nasa.gov.
  - Tap on the image to download it.
  - Open the transfer indicator.

  Expected result.
  - All messages are localized.

  Actual result.
  - n seconds remaining is displayed in English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-download-manager/+bug/1428739/+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 1427700] Re: Nautilus icon in launcher creates seperate icon when clicked

2015-03-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

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

Title:
  Nautilus icon in launcher creates seperate icon when clicked

Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Sometimes clicking the Nautilus icon in the launcher opens Nautilus
  with a seperate additional Nautilus icon in the launcher below the
  original 'locked' icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20150219.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Mar  3 14:18:52 2015
  InstallationDate: Installed on 2015-03-03 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150303)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1427700/+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 1427700] Re: Nautilus icon in launcher creates seperate icon when clicked

2015-03-05 Thread Stephan Lanfermann
I also see this behavior and it is very inconvenient. Additionally, none
of the newly spawned Nautilus icons have the quicklist in their right
click menu.

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

Title:
  Nautilus icon in launcher creates seperate icon when clicked

Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Sometimes clicking the Nautilus icon in the launcher opens Nautilus
  with a seperate additional Nautilus icon in the launcher below the
  original 'locked' icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20150219.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Mar  3 14:18:52 2015
  InstallationDate: Installed on 2015-03-03 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150303)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1427700/+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 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-03-05 Thread Bruce Braley
#50 worked for me.  Thanks, Yves Dorfsman!

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

Title:
  Networkmanager does not autoconnect to wireless network

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  When adding a net wireless network and enable connect automatically'
  networkmanager does not automatically connect to the network wenever
  possible.

  I'm running kubuntu 14.10 daily.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager 0.9.8.8-0ubuntu23
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Aug 10 21:30:03 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-11 (29 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140710)
  IpRoute:
   default via 192.168.0.2 dev wlan0  proto static 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.213  
metric 9
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+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 1427710] Re: A maliit-framework segfault with Qt 5.4.1

2015-03-05 Thread Albert Astals Cid
I just tried the ppa 12 that just gained a rebuilt ubuntu-keyboard
package and maliit-server still seems to be crashing here.

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

Title:
  A maliit-framework segfault with Qt 5.4.1

Status in maliit-framework package in Ubuntu:
  New

Bug description:
  Crashing at QV4::ExecutionContext::setProperty()

  See https://wiki.ubuntu.com/Touch/QtTesting for information on how to
  upgrade to silo 012 with Qt 5.4.1.

  All necessary Qt private headers users _should_ be rebuilt, per the
  latest knowledge. However, compared to 5.3.2 - 5.4.0 transition, the
  following packages were found not to depend on qtbase-abi-5-4-0 /
  qtdeclarative-abi-5-4-0 so not rebuilt this time: oxide-qt qtubuntu-
  sensors qtvideo-node webbrowser-app ubuntu-html5-theme ubuntu-system-
  settings-online-accounts (some are recent known dropouts, some may
  have been without private symbol usage also during 5.3.0 - 5.3.2
  transition). If in doubt, https://launchpad.net/~canonical-
  qt5-edgers/+archive/qt5-beta2/+packages has rebuilds of a lot of
  packages for the new testing reasons (unit tests get run etc).

  All Qt 5.4.1 bugs
  https://bugs.launchpad.net/bugs/+bugs?field.tag=qt5.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1427710/+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 1332440] Re: apt-get update very slow when ulimit -n is big

2015-03-05 Thread Scrivs
If it's been fixed, I don't know what in. This still appears to be an
issue for me. If I've failed to apply some update that fixed it, I'd
love to know what it was.

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

Title:
  apt-get update very slow when ulimit -n is big

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  I use strace to see why apt-get update is too slow,
  finally I found apt-get loop 3~n to '(? , F_SETFD, FD_CLOEXEC) = 0'

  ubuntu 14.04

  root@dev2:/tmp/apt-1.0.1ubuntu2.1# apt-cache show apt
  Package: apt
  Priority: important
  Section: admin
  Installed-Size: 3576
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Original-Maintainer: APT Development Team de...@lists.debian.org
  Architecture: amd64
  Version: 1.0.1ubuntu2.1
  Replaces: manpages-it ( 2.80-4~), manpages-pl ( 20060617-3~), 
openjdk-6-jdk ( 6b24-1.11-0ubuntu1~), sun-java5-jdk ( 0), sun-java6-jdk ( 
0)
  Depends: libapt-pkg4.12 (= 0.9.16), libc6 (= 2.15), libgcc1 (= 1:4.1.1), 
libstdc++6 (= 4.6), ubuntu-keyring, gnupg
  Suggests: aptitude | synaptic | wajig, dpkg-dev (= 1.17.2), apt-doc, 
python-apt
  Conflicts: python-apt ( 0.7.93.2~)
  Breaks: manpages-it ( 2.80-4~), manpages-pl ( 20060617-3~), openjdk-6-jdk 
( 6b24-1.11-0ubuntu1~), sun-java5-jdk ( 0), sun-java6-jdk ( 0)
  Filename: pool/main/a/apt/apt_1.0.1ubuntu2.1_amd64.deb
  Size: 952374

  
  [pid 20525] 
stat(/var/lib/apt/lists/mirrors.163.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en%5fUS,
 0x7fffaabe5b30) = -1 ENOENT (No such file or directory)
  [pid 20525] stat(/usr/lib/apt/methods/bzip2, {st_mode=S_IFREG|0755, 
st_size=23056, ...}) = 0
  [pid 20525] pipe([9, 11])   = 0
  [pid 20525] pipe([13, 14])  = 0
  [pid 20525] fcntl(9, F_SETFD, FD_CLOEXEC) = 0
  [pid 20525] fcntl(11, F_SETFD, FD_CLOEXEC) = 0
  [pid 20525] fcntl(13, F_SETFD, FD_CLOEXEC) = 0
  [pid 20525] fcntl(14, F_SETFD, FD_CLOEXEC) = 0
  [pid 20525] clone(child_stack=0, 
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7f99f1ea9a50) = 20538
  Process 20538 attached
  [pid 20525] fcntl(9, F_GETFL)   = 0 (flags O_RDONLY)
  [pid 20525] fcntl(9, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
  [pid 20538] rt_sigaction(SIGPIPE, {SIG_DFL, [PIPE], SA_RESTORER|SA_RESTART, 
0x7f99f0e72ff0},  unfinished ...
  [pid 20525] fcntl(14, F_GETFL unfinished ...
  [pid 20538] ... rt_sigaction resumed {SIG_IGN, [PIPE], 
SA_RESTORER|SA_RESTART, 0x7f99f0e72ff0}, 8) = 0
  [pid 20525] ... fcntl resumed )   = 0x1 (flags O_WRONLY)
  [pid 20538] rt_sigaction(SIGQUIT, {SIG_DFL, [QUIT], SA_RESTORER|SA_RESTART, 
0x7f99f0e72ff0},  unfinished ...
  [pid 20525] fcntl(14, F_SETFL, O_WRONLY|O_NONBLOCK unfinished ...
  [pid 20538] ... rt_sigaction resumed {SIG_DFL, [], 0}, 8) = 0
  [pid 20525] ... fcntl resumed )   = 0
  [pid 20538] rt_sigaction(SIGINT, {SIG_DFL, [INT], SA_RESTORER|SA_RESTART, 
0x7f99f0e72ff0},  unfinished ...
  [pid 20525] close(11 unfinished ...
  [pid 20538] ... rt_sigaction resumed {SIG_DFL, [], 0}, 8) = 0
  [pid 20525] ... close resumed )   = 0
  [pid 20538] rt_sigaction(SIGWINCH, {SIG_DFL, [WINCH], SA_RESTORER|SA_RESTART, 
0x7f99f0e72ff0},  unfinished ...
  [pid 20525] close(13 unfinished ...
  [pid 20538] ... rt_sigaction resumed {0x409140, [WINCH], 
SA_RESTORER|SA_RESTART, 0x7f99f0e72ff0}, 8) = 0
  [pid 20525] ... close resumed )   = 0
  [pid 20538] rt_sigaction(SIGCONT, {SIG_DFL, [CONT], SA_RESTORER|SA_RESTART, 
0x7f99f0e72ff0},  unfinished ...
  [pid 20525] select(10, [9], NULL, NULL, NULL unfinished ...
  [pid 20538] ... rt_sigaction resumed {SIG_DFL, [], 0}, 8) = 0
  [pid 20538] rt_sigaction(SIGTSTP, {SIG_DFL, [TSTP], SA_RESTORER|SA_RESTART, 
0x7f99f0e72ff0}, {SIG_DFL, [], 0}, 8) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(3, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(4, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(5, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(6, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(7, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(8, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(9, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(10, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] getrlimit(RLIMIT_NOFILE, {rlim_cur=100, rlim_max=100}) = 0
  [pid 20538] fcntl(11, F_SETFD, FD_CLOEXEC) = 0
  [pid 20538] 

[Touch-packages] [Bug 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2015-03-05 Thread Gustavo
** Changed in: libx11 (Ubuntu)
 Assignee: (unassigned) = Gustavo (gustavo321)

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

Status in Modular X11 Libraries:
  Confirmed
Status in libx11 package in Ubuntu:
  Triaged
Status in libx11 source package in Lucid:
  Triaged
Status in libx11 source package in Natty:
  Invalid
Status in libx11 source package in Oneiric:
  Invalid

Bug description:
  Binary package hint: synaptic

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu.

  Description:  Ubuntu lucid (development branch)
  Release:  10.04

  2) The version of the package you are using, via 'apt-cache policy
  packagename' or by checking in Synaptic.

  synaptic:
    Installed: 0.63ubuntu2
    Candidate: 0.63ubuntu2
    Version table:
   *** 0.63ubuntu2 0
  500 http://archive.ubuntu.com lucid/main Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen

  filter package list for packages matching some criteria

  4) What happened instead

  application crashes

  #0  0x007d9422 in __kernel_vsyscall ()
  No symbol table info available.
  #1  0x05cfa5b1 in *__GI_raise (sig=6)
  at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
resultvar = value optimized out
pid = 98648052
selftid = 6040
  #2  0x05cfda12 in *__GI_abort () at abort.c:92
act = {__sigaction_handler = {sa_handler = 0xbffa00b0, 
  sa_sigaction = 0xbffa00b0}, sa_mask = {__val = {97783645, 104, 88, 
3220832672, 3220832460, 104, 88, 82, 157336880, 98648052, 82, 81, 
3220832632, 97714674, 157336888, 82, 3220832672, 157336888, 0, 
4222451712, 157336888, 157336888, 157336888, 157336888, 157336969, 
157336988, 157336888, 157336988, 0, 0, 0, 0}}, sa_flags = 0, 
sa_restorer = 0x20}
sigs = {__val = {32, 0 repeats 31 times}}
  #3  0x05cf3718 in *__GI___assert_fail (assertion=0x16927e5 ret != inval_id, 
  file=0x16927a9 ../../src/xcb_io.c, line=385, 
  function=0x1692964 _XAllocID) at assert.c:81
buf = 0x960c538 synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion 
`ret != inval_id' failed.\n
  #4  0x01622cf9 in _XAllocID (dpy=0x9385600) at ../../src/xcb_io.c:385
ret = 4294967295
__PRETTY_FUNCTION__ = _XAllocID
  #5  0x015f8288 in XCreatePixmap (dpy=0x9385600, d=56788585, width=252, 
  height=24, depth=32) at ../../src/CrPixmap.c:58
  No locals.
  #6  0x00455e39 in _cairo_xlib_surface_create_similar_with_format (
  abstract_src=0x944c230, format=value optimized out, width=252, 
  height=24) at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:155
dpy = (Display *) 0x9385600
pix = 154686976
xrender_format = value optimized out
  #7  0x0045ad6c in _cairo_xlib_surface_clone_similar (
  abstract_surface=0x944c230, src=0x955e648, src_x=0, src_y=0, width=252, 
  height=24, clone_offset_x=0xbffa0568, clone_offset_y=0xbffa056c, 
  clone_out=0xbffa08bc)
  at /build/buildd/cairo-1.8.8/src/cairo-xlib-surface.c:1201
status = value optimized out
  

  
  ProblemType: Crash
  Architecture: i386
  AssertionMessage: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret 
!= inval_id' failed.
  Date: Wed Jan 13 11:52:41 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20091209)
  Package: synaptic 0.63ubuntu2
  ProcAttrCurrent: unconfined (enforce)
  ProcCmdline: /usr/sbin/synaptic
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
  Signal: 6
  SourcePackage: synaptic
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   __assert_fail () from /lib/tls/i686/cmov/libc.so.6
   _XAllocID () from /usr/lib/libX11.so.6
  Tags: lucid
  Title: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: 
Assertion `ret != inval_id' failed.
  Uname: Linux 2.6.32-10-generic i686
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/507062/+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 677150] Re: [nc] Generate TeX files of the Ubuntu Font Family during build time

2015-03-05 Thread Matthew Paul Thomas
** Changed in: ubuntu-font-family
   Importance: Undecided = Medium

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

Title:
  [nc] Generate TeX files of the Ubuntu Font Family during build time

Status in Ubuntu Font Family:
  New
Status in ubuntu-font-family-sources package in Ubuntu:
  New

Bug description:
  At the moment it is not possible to use the Ubuntu Font Family in
  LaTeX  without importing it manually. It would be great if this font
  would be made available in LaTeX by default, so you can choose to use
  a modern font without too much of a hassle.

  Vincent-Xavier Jumel posted an article on his blog with some
  instructions for converting the font for use with TeX at http://blog
  .thetys-retz.net/post/2010/11/01/Importing-Ubuntu-Font-Family-in-
  LaTeX.

  I'm requesting to generate these files at build time. We could then
  make LaTeX recommend the resulting package, so every user on Ubuntu
  who installs LaTeX will be able to use the font straight away.

  Related: bug #603574 (errors showing up during AFM build)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-font-family/+bug/677150/+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 1428591] Re: Dash crashes when trying to authenticate soundcloud scope with google, empty auth page

2015-03-05 Thread Pawel Stolowski
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Description changed:

  1. Go to Soundcloud scope
  2. Hit Log-in to SoundCloud button
  3. Choose 'Sign in with Google' on the SoundCloud auth page
  4. Fill in google account credentials, confirm soundcloud permissions
  
  Result: a blank page with 'Cancel' button, no way to navigate back,
  hitting it crashes the dash (I couldn't get a usable backtrace).
+ 
+ NB, this works fine when authenticating using a genuine Soundcloud
+ account. It seems like authenticating via Google is causing the problem.

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

Title:
  Dash crashes when trying to authenticate soundcloud scope with google,
  empty auth page

Status in the base for Ubuntu mobile products:
  New
Status in Unity SoundCloud Scope:
  New
Status in signon-ui package in Ubuntu:
  New
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  1. Go to Soundcloud scope
  2. Hit Log-in to SoundCloud button
  3. Choose 'Sign in with Google' on the SoundCloud auth page
  4. Fill in google account credentials, confirm soundcloud permissions

  Result: a blank page with 'Cancel' button, no way to navigate back,
  hitting it crashes the dash (I couldn't get a usable backtrace).

  NB, this works fine when authenticating using a genuine Soundcloud
  account. It seems like authenticating via Google is causing the
  problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1428591/+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 1365419] Re: front camera view does not display settings tab

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~fboucault/camera-app/bottom_edge_hint

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

Title:
  front camera view does not display settings tab

Status in Camera App:
  In Progress
Status in camera-app package in Ubuntu:
  In Progress

Bug description:
  If I drag up from the bottom (below the take picture icon), the
  settings view does appear but there is no icon to suggest that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1365419/+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 1368787] Re: [camera]+[gallery] Photo roll doesn't have photo editing

2015-03-05 Thread Florian Boucault
** Changed in: camera-app
   Status: In Progress = Fix Released

** Changed in: ubuntu-ux
   Status: In Progress = Fix Released

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

Title:
  [camera]+[gallery] Photo roll doesn't have photo editing

Status in Camera App:
  Fix Released
Status in the base for Ubuntu mobile products:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Released
Status in camera-app package in Ubuntu:
  Fix Released
Status in ubuntu-ui-extras package in Ubuntu:
  Fix Released

Bug description:
  All participants (who managed to located the picture on the photo
  roll) expected to be able to edit directly from the photo roll view.
  Without this functionality, they had go to Gallery to refind the
  picture and carry out edit. Three participants failed as they did not
  go the Gallery. 

  Camera app does not currently offer editing capability of photos.
  Investigate whether we can add some basic editing options

  -- UX SOLUTION --
  We need to align the gallery app UX first

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1368787/+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 1401141] Re: DHCP server does not work for IPoIB (Infiniband)

2015-03-05 Thread Kamal Heib
Hi Rafael,

The issue verified with 4.2.4-7ubuntu13~lp1401141~2 .

Thanks,
Kamal

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

Title:
  DHCP server does not work for IPoIB (Infiniband)

Status in isc-dhcp package in Ubuntu:
  In Progress

Bug description:
  Release:  Ubuntu 14.04.1 LTS
  Version:  4.2.4-7ubuntu12

  The current DHCP package in Ubuntu can't handle IPoIB clients.  For
  IB, Mellanox uses IPoIB, which is “Eth emulator” for the control path.
  DHCP is not working in this mode without a patch for DHCP server.

  =
  From IETF documentation:
  
http://git.openfabrics.org/pub/scm/~rupertd/docs/release_notes/ipoib_release_notes.txt
  ...
  Note: Two patches for DHCP are required for supporting IPoIB. The patch files
  for DHCP v3.0.4 are available under the docs/dhcp/ directory.

  Standard DHCP fields holding MAC addresses are not large enough to contain an
  IPoIB hardware address. To overcome this problem, DHCP over InfiniBand 
messages
  convey a client identifier field used to identify the DHCP session. This 
client
  identifier field can be used to associate an IP address with a client 
identifier
  value, such that the DHCP server will grant the same IP address to any client
  that conveys this client identifier.
  ...
  In order to use a DHCP client identifier, you need to first create a
  configuration file that defines the DHCP client identifier. Then run the DHCP
  client with this file using the following command:
  dhclient cf client conf file IB network interface name
  Example of a configuration file for the ConnectX (PCI Device ID 26428), called
  dhclient.conf:Ubuntu 14.04.1 LTS
  # The value indicates a hexadecimal number
  interface ib1 {
  send dhcp-client-identifier
  ff:00:00:00:00:00:02:00:00:02:c9:00:00:02:c9:03:00:00:10:39;
  }
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141/+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


  1   2   3   >