[Bug 1507769] Re: App store does not display images

2016-02-19 Thread Victor gonzalez
Another attachment.

** Attachment added: "20160215_212237.mp4"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+attachment/4575643/+files/20160215_212237.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507769

Title:
  App store does not display images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1545830] Re: BUG: unable to handle kernel NULL pointer dereference EIP:asus_sysfs_is_visible

2016-02-19 Thread elhoir
mmm... how do i add tags? xD

** Tags added: kernel-fixed-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1545830

Title:
  BUG: unable to handle kernel NULL pointer dereference
  EIP:asus_sysfs_is_visible

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1507769] Re: App store does not display images

2016-02-19 Thread Victor gonzalez
Hi @jibel,

The video attached is from a user that reproduces this on OTA-9

** Attachment added: "20160213_175933.mp4"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+attachment/4575642/+files/20160213_175933.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507769

Title:
  App store does not display images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1545830] Re: BUG: unable to handle kernel NULL pointer dereference EIP:asus_sysfs_is_visible

2016-02-19 Thread elhoir
Hello,

Yes, bug seems to have been fixed in 4.5-rc4

i dont see the BUG line in there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1545830

Title:
  BUG: unable to handle kernel NULL pointer dereference
  EIP:asus_sysfs_is_visible

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1545830] Re: BUG: unable to handle kernel NULL pointer dereference EIP:asus_sysfs_is_visible

2016-02-19 Thread elhoir
and, bug is already in Confirmed status :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1545830

Title:
  BUG: unable to handle kernel NULL pointer dereference
  EIP:asus_sysfs_is_visible

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547517] [NEW] libdpdk should link against the library it uses

2016-02-19 Thread ChristianEhrhardt
Public bug reported:

See:
ldd usr/lib/x86_64-linux-gnu/libdpdk.so.0   


linux-vdso.so.1 =>  (0x7ffc977e3000)

 
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fb7594da000)   

 
/lib64/ld-linux-x86-64.so.2 (0x557d9e648000)

While a consume of libdpdk can fix that op on his own by providing the
right -l parameters it will fail with errors like this if he doesn't

configure:18780: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include/dpdk -Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib conftest.c -ldpdk -ldl 
-latomic -lpthread -lrt -lm  -lfuse >&5
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_close'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_transaction_start'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_next'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_close'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_open_dead'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump_flush'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_open_offline'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_get_domain_path'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_sendpacket'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_rm'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_domain_open'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump_close'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_read'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_open_live'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump_open'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_write'
collect2: error: ld returned 1 exit status
configure:18780: $? = 1


So eventually the library libdpdk.so.0 should link itself against the libraries 
it uses.

** Affects: dpdk (Ubuntu)
 Importance: Low
 Status: Triaged

** Changed in: dpdk (Ubuntu)
   Status: New => Triaged

** Changed in: dpdk (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547517

Title:
  libdpdk should link against the library it uses

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547517] [NEW] libdpdk should link against the library it uses

2016-02-19 Thread ChristianEhrhardt
Public bug reported:

See:
ldd usr/lib/x86_64-linux-gnu/libdpdk.so.0   


linux-vdso.so.1 =>  (0x7ffc977e3000)

 
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fb7594da000)   

 
/lib64/ld-linux-x86-64.so.2 (0x557d9e648000)

While a consume of libdpdk can fix that op on his own by providing the
right -l parameters it will fail with errors like this if he doesn't

configure:18780: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include/dpdk -Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib conftest.c -ldpdk -ldl 
-latomic -lpthread -lrt -lm  -lfuse >&5
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_close'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_transaction_start'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_next'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_close'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_open_dead'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump_flush'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_open_offline'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_get_domain_path'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_sendpacket'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_rm'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_domain_open'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump_close'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_read'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_open_live'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `pcap_dump_open'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libdpdk.so: undefined 
reference to `xs_write'
collect2: error: ld returned 1 exit status
configure:18780: $? = 1


So eventually the library libdpdk.so.0 should link itself against the libraries 
it uses.

** Affects: dpdk (Ubuntu)
 Importance: Low
 Status: Triaged

** Changed in: dpdk (Ubuntu)
   Status: New => Triaged

** Changed in: dpdk (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dpdk in Ubuntu.
https://bugs.launchpad.net/bugs/1547517

Title:
  libdpdk should link against the library it uses

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547205] dwalin (amd64) - tests ran: 2, failed: 0

2016-02-19 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-6.21/dwalin__4.4.0-6.21__2016-02-19_13-11-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547205

Title:
  linux: 4.4.0-7.22 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1547205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1524328] Re: libpng 1.6 support

2016-02-19 Thread Timo Aaltonen
fair enough, good luck :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1524328

Title:
  libpng 1.6 support

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544303] Re: phpunit-comparator: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package phpunit-comparator - 1.2.0-1ubuntu1

---
phpunit-comparator (1.2.0-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1544303.

 -- Nishanth Aravamudan   Wed, 10 Feb
2016 13:37:06 -0800

** Changed in: phpunit-comparator (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544303

Title:
  phpunit-comparator: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpunit-comparator/+bug/1544303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-19 Thread Dubstar_04
This is a copy of the code from the mouse area:

   MouseArea {
id: mouseArea
anchors.fill:parent

hoverEnabled: true
cursorShape: Qt.CrossCursor
}


The Apps were built with "framework": "ubuntu-sdk-15.04" which framework are 
you using?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547360

Title:
  Unity 8 doesnt respect Qt::CursorShape

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543852] Re: php-timer: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-timer - 1.0.7-1ubuntu1

---
php-timer (1.0.7-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543852.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 15:36:39 -0800

** Changed in: php-timer (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543852

Title:
  php-timer: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-timer/+bug/1543852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547033] Re: please allow /etc/mtab to be a pre-existing link on readonly filesystems

2016-02-19 Thread Oliver Grawert
** Also affects: systemd
   Importance: Undecided
   Status: New

** Project changed: systemd => snappy

** Changed in: snappy
   Importance: Undecided => Medium

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547033

Title:
  please allow /etc/mtab to be a pre-existing link on readonly
  filesystems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543851] Re: php-token-stream: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-token-stream - 1.4.8-1ubuntu1

---
php-token-stream (1.4.8-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543851.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 15:33:12 -0800

** Changed in: php-token-stream (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543851

Title:
  php-token-stream: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-token-stream/+bug/1543851/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543847] Re: phpunit-diff: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package phpunit-diff - 1.4.1-1ubuntu1

---
phpunit-diff (1.4.1-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543847.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 14:59:56 -0800

** Changed in: phpunit-diff (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543847

Title:
  phpunit-diff: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpunit-diff/+bug/1543847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1518958] Re: SRU Request: fglrx-installer: dkms build failures with linux-lts-wily

2016-02-19 Thread Alberto Milone
Both packages work correctly here:

:~$ dkms status
fglrx-core, 15.201, 4.2.0-27-generic, i686: installed

:~$ apt-cache policy fglrx-core
fglrx-core:
  Installed: 2:15.201-0ubuntu0.14.04.1
  Candidate: 2:15.201-0ubuntu0.14.04.1
  Version table:
 *** 2:15.201-0ubuntu0.14.04.1 0
400 http://it.archive.ubuntu.com/ubuntu/ trusty-proposed/restricted 
i386 Packages
100 /var/lib/dpkg/status
 2:15.200-0ubuntu0.6 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/restricted i386 
Packages

:~$ dkms status
fglrx-updates-core, 15.201, 4.2.0-27-generic, i686: installed

:~$ apt-cache policy fglrx-updates-core
fglrx-updates-core:
  Installed: 2:15.201-0ubuntu0.14.04.1
  Candidate: 2:15.201-0ubuntu0.14.04.1
  Version table:
 *** 2:15.201-0ubuntu0.14.04.1 0
400 http://it.archive.ubuntu.com/ubuntu/ trusty-proposed/restricted 
i386 Packages
100 /var/lib/dpkg/status
 2:15.200-0ubuntu0.6 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/restricted i386 
Packages

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1518958

Title:
  SRU Request: fglrx-installer: dkms build failures with linux-lts-wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1518958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546459] Re: segfault at b774bd9d ip b7352a0d sp bfda8f30 error 7 in libresolv-2.19.so[b7349000+13000]

2016-02-19 Thread Klas Mattsson
We fixed our netboot by updating to the newest netboot iso.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546459

Title:
  segfault at b774bd9d ip b7352a0d sp bfda8f30 error 7 in
  libresolv-2.19.so[b7349000+13000]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
> So I wrote a php obfuscator for myself, that I made freely available under 
> MIT license at https://github.com/pk-fr/yakpro-po
> Perhaps you could consider using it

We are a hosting and service company and only administer, consult and
service our customers. Their web agencies or programmers bring the
requirements and we have to deal with it.

> php7 is a must!

That is your stand and I personally find it very valid. But we are not
talking any OSS projects, but (sometimes) closed source software like
various shops or modules etc. And those companies won't simply change
just because we want them too. And our customers (as hosting company)
have invested quite a hefty sum into their shops, so they, too, won't
just switch to another software including external connections, payment
etc. etc. just because PHP made a new release.

It's extremely frustrating on our side as I see the same thing as the
trusty release will be hitting us again. A great new OS that we simply
can't use for many customers, as they rely on older versions, that won't
switch for months (or years). And PHP plays a great deal in that stack
that is used.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-19 Thread Daniel d'Andrada
for testing, I used CursorShapes.qml from lp:~dandrader/+junk/animatedDemos
(if you wanna try that you'll have to build the CustomCursor module there and 
make QML2_IMPORT_PATH point to it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547360

Title:
  Unity 8 doesnt respect Qt::CursorShape

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095498] Re: Printing PDFs with images is hideously slow on HP LaserJet 3030 MFP

2016-02-19 Thread Wolf
Have the same sort of problem with a Samsung ML-4600.
Printing text works well, but images take an awful lot of time.

Changing to "generic PCL" driver solved the problem partially - but it
does not handle the margins properly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095498

Title:
  Printing PDFs with images is hideously slow on HP LaserJet 3030 MFP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1095498/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
> So I wrote a php obfuscator for myself, that I made freely available under 
> MIT license at https://github.com/pk-fr/yakpro-po
> Perhaps you could consider using it

We are a hosting and service company and only administer, consult and
service our customers. Their web agencies or programmers bring the
requirements and we have to deal with it.

> php7 is a must!

That is your stand and I personally find it very valid. But we are not
talking any OSS projects, but (sometimes) closed source software like
various shops or modules etc. And those companies won't simply change
just because we want them too. And our customers (as hosting company)
have invested quite a hefty sum into their shops, so they, too, won't
just switch to another software including external connections, payment
etc. etc. just because PHP made a new release.

It's extremely frustrating on our side as I see the same thing as the
trusty release will be hitting us again. A great new OS that we simply
can't use for many customers, as they rely on older versions, that won't
switch for months (or years). And PHP plays a great deal in that stack
that is used.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1288182]

2016-02-19 Thread Martin Palenik
Compiled the latest poppler trunk from the GIT repository - 0.40.0
including commits up to commit ab3c9ccb630004be049cb59f303612aa2a35f408
- on Ubuntu 16.04 daily with updates. Also compiled the latest trunk of
qpdfview - 0.4.16.99 - including all the funny libraries and passing all
tests.

No improvement.

Solution:
Install the latest Windows 10 (64bit) version of Foxit Reader using wine 
(staging or devel from wine PPA on Ubuntu) and open the file in it. Works like 
a charm, looks beautifully.

Alternative solution:
Is there any alternative to poppler on Linux? Note that Foxit for Linux 
1.0.1.0925 does not even support forms! You can add text via comments, but then 
again, the "special" characters are broken or invisible (amusingly in a 
different way than using poppler).

Affected readers (confirmed):
evince (called Document viewer on Ubuntu), okular, qpdfview, Foxit Reader for 
Linux

Not affected:
Foxit Reader for Windows on wine-1.9.3 (Staging))

Not working (crashes on wine-1.9.3 (Staging)):
Adobe acrobat reader XI for Windows on Wine  

To demonstrate the problem, type this into a PDF form:
Příliš žľuťoučký kůň úpěl ďábelské ódy

Some character disappear, some are replaced with free spaces and become
invisible. If entered using Foxit Reader for Windows however, the whole
phrase displays correctly on Linux PDF viewers. It becomes malformed
when copied into any other form.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1288182

Title:
  Cyrillic not displayed in the input field

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1288182]

2016-02-19 Thread Buchtiyarov
I confirm this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1288182

Title:
  Cyrillic not displayed in the input field

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Ondřej Surý
@jegr Just run Ubuntu Trusty for PHP 5.x, virtualization is nowadays
cheaper then dual PHP version maintenance. Or just have two sets of
machines on on Trusty and second on Xenial and migrate the customers
between those platforms.

The story with "foo doesn't support bar" is getting too old as I've
heard it too many times. And it usually means "somebody else should
carry the costs for supporting this really old unmaintained piece of
software for us".

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547205] Re: linux: 4.4.0-7.22 -proposed tracker

2016-02-19 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: New => Confirmed

** Changed in: kernel-development-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-development-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547205

Title:
  linux: 4.4.0-7.22 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1547205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Ondřej Surý
@jegr Just run Ubuntu Trusty for PHP 5.x, virtualization is nowadays
cheaper then dual PHP version maintenance. Or just have two sets of
machines on on Trusty and second on Xenial and migrate the customers
between those platforms.

The story with "foo doesn't support bar" is getting too old as I've
heard it too many times. And it usually means "somebody else should
carry the costs for supporting this really old unmaintained piece of
software for us".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547505] Re: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547505

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1547505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547507] Status changed to Confirmed

2016-02-19 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547507

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-19 Thread Daniel d'Andrada
Works on my laptop.

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547360

Title:
  Unity 8 doesnt respect Qt::CursorShape

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547510] [NEW] display scaling doesn't work with xserver 1.18

2016-02-19 Thread Timo Aaltonen
Public bug reported:

While testing new X I noticed that display scaling didn't work, and it
was due to new randr-1.5 code. The GDK backend is buggy, running

python -c 'from gi.repository import Gdk; 
   print(Gdk.Screen.get_default().get_monitor_plug_name(0))'

returns "None"

this is a blocker for the xserver update.

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=762319
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547510

Title:
  display scaling doesn't work with xserver 1.18

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-19 Thread Daniel d'Andrada
Please provide details and a sample application

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547360

Title:
  Unity 8 doesnt respect Qt::CursorShape

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543856] Re: php-doctrine-inflector: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-doctrine-inflector -
1.1.0-1ubuntu1

---
php-doctrine-inflector (1.1.0-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543856.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 15:45:33 -0800

** Changed in: php-doctrine-inflector (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543856

Title:
  php-doctrine-inflector: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-doctrine-inflector/+bug/1543856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543721] Re: php-email-validator: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-email-validator - 1.2.11-1ubuntu1

---
php-email-validator (1.2.11-1ubuntu1) xenial; urgency=medium

  * d: add nocheck build profile.
  * d: add stage1 build profile.
  * LP: #1543721.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 10:26:50 -0800

** Changed in: php-email-validator (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543721

Title:
  php-email-validator: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-email-validator/+bug/1543721/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543853] Re: php-doctrine-instantiator: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-doctrine-instantiator -
1.0.5-1ubuntu1

---
php-doctrine-instantiator (1.0.5-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543853.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 15:39:53 -0800

** Changed in: php-doctrine-instantiator (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543853

Title:
  php-doctrine-instantiator: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-doctrine-instantiator/+bug/1543853/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504134] Re: Error 404 upon sudo apt-get update for Wily repositories

2016-02-19 Thread Abhishek Kumar
I am getting error while doing "sudo apt-get update"

Get:1 http://ppa.launchpad.net wily/main i386 Packages [14.1 kB]
Get:2 http://ppa.launchpad.net wily/main Translation-en [12.6 kB]   

Ign http://ppa.launchpad.net wily Release.gpg   

Ign http://ppa.launchpad.net wily Release   

Ign http://ppa.launchpad.net wily Release   

Err http://ppa.launchpad.net wily/main i386 Packages

  404  Not Found
Ign http://ppa.launchpad.net wily/main Translation-en_IN

Ign http://ppa.launchpad.net wily/main Translation-en   

Err http://ppa.launchpad.net wily/main i386 Packages

  404  Not Found
Ign http://ppa.launchpad.net wily/main Translation-en_IN

Ign http://ppa.launchpad.net wily/main Translation-en   

Fetched 26.7 kB in 15s (1,775 B/s)  

W: Failed to fetch 
http://ppa.launchpad.net/alex-wv/pulseaudio-equalizer-ppa/ubuntu/dists/wily/main/binary-i386/Packages
  404  Not Found

W: Failed to fetch
http://ppa.launchpad.net/psyke83/ppa/ubuntu/dists/wily/main/binary-i386/Packages
404  Not Found

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504134

Title:
  Error 404 upon sudo apt-get update for Wily repositories

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547507] [NEW] package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-02-19 Thread Chris Gregan
Public bug reported:

Build Version/Date: Xenial upgraded on 19/2
Environment used for testing: Xenial upgraded from Wily

Summary: 
Packages fail to install. The upgrade must be cleaned up manually.

Steps to Reproduce: 
1) Install Wily
2) Open terminal and type "update-manager -d"
3) Proceed with Xenial update

Expected result: 
Upgrade successful 

Actual result:
Package installation failures

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-6-generic 4.4.0-6.21
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
Uname: Linux 4.4.0-6-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  chris  2773 F pulseaudio
 /dev/snd/controlC1:  chris  2773 F pulseaudio
Date: Thu Feb 18 17:57:18 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2013-09-18 (883 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130917)
MachineType: Apple Inc. MacBookAir6,2
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-6-generic 
root=UUID=9985bed8-79ed-4d0b-8738-6d23d2c9dade ro pcie_aspm=force 
i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 
acpi_backlight=vendor
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
UpgradeStatus: Upgraded to xenial on 2016-02-18 (0 days ago)
dmi.bios.date: 05/24/2013
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBA61.88Z.0099.B00.1305241529
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-7DF21CB3ED6977E5
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookAir6,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-7DF21CB3ED6977E5
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA61.88Z.0099.B00.1305241529:bd05/24/2013:svnAppleInc.:pnMacBookAir6,2:pvr1.0:rvnAppleInc.:rnMac-7DF21CB3ED6977E5:rvrMacBookAir6,2:cvnAppleInc.:ct10:cvrMac-7DF21CB3ED6977E5:
dmi.product.name: MacBookAir6,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547507

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547505] [NEW] package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-19 Thread naveen
Public bug reported:

error occurred while updating from 15.10 to 16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-6-generic 4.4.0-6.21
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  naveen 1479 F pulseaudio
 /dev/snd/controlC1:  naveen 1479 F pulseaudio
CRDA:
 country IN: DFS-JP
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 80), (N/A, 20), (N/A)
(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 20), (N/A)
Date: Fri Feb 19 18:20:10 2016
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
HibernationDevice: RESUME=UUID=d9abc4f7-9e91-4ecd-842c-097a41546ed3
InstallationDate: Installed on 2015-12-13 (68 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 021: ID 04f3:0447 Elan Microelectronics Corp. 
 Bus 001 Device 002: ID 0bda:579c Realtek Semiconductor Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 20404
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic.efi.signed 
root=UUID=38b413f2-788a-4715-895f-8dae3d2bb707 ro noprompt persistent quiet 
splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
SourcePackage: initramfs-tools
Title: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
UpgradeStatus: Upgraded to xenial on 2016-02-19 (0 days ago)
dmi.bios.date: 10/08/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: A0CN31WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo Flex 2-14
dmi.board.vendor: LENOVO
dmi.board.version: 31900059 WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Flex 2-14
dmi.modalias: 
dmi:bvnLENOVO:bvrA0CN31WW:bd10/08/2014:svnLENOVO:pn20404:pvrLenovoFlex2-14:rvnLENOVO:rnLenovoFlex2-14:rvr31900059WIN:cvnLENOVO:ct10:cvrLenovoFlex2-14:
dmi.product.name: 20404
dmi.product.version: Lenovo Flex 2-14
dmi.sys.vendor: LENOVO

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547505

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1547505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542223] Re: Browsing categories shows zero results

2016-02-19 Thread Will Cooke
Works.  Thanks.


** Changed in: gnome-software (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542223

Title:
  Browsing categories shows zero results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1542223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547499] Re: trust sessions orientation wrong in camera app

2016-02-19 Thread Michał Sawicz
*** This bug is a duplicate of bug 1544010 ***
https://bugs.launchpad.net/bugs/1544010

** This bug has been marked a duplicate of bug 1544010
   Splash screen and trust prompt for camera displayed in portrait

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547499

Title:
  trust sessions orientation wrong in camera app

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547481] Re: Camera orientation wrong in windowed mode

2016-02-19 Thread Michał Sawicz
Related: bug #1544010 and bug #1542395

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547481

Title:
  Camera orientation wrong in windowed mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread pk
Jens G. said: 
"there are a great many procucts out there, that don't have PHP7 compatibility 
right now (and don't plan to in the near future). Even worse when throwing in 
products like ZendGuard (*shiver*) into the mix, that don't support PHP7 yet 
(ergo all encrypted stuff from them won't work on PHP7/xenial for some time to 
come)."

You say many products. and do not mention anything else than
ZendGuard...

I always had problems with ZendGuard not supporting php releases, (or 
supporting them 2 years after the release is integrated in a ubuntu LTS release 
cf trusty...).
I also had problems with their "perpetual licence" that is not so perpetual...

So I wrote a php obfuscator for myself, that I made freely available under MIT 
license at https://github.com/pk-fr/yakpro-po
Perhaps you could consider using it

php7 is a must!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918401] Re: Unity-greeter installed by default on Lubuntu, crashing on start

2016-02-19 Thread nathan
** Branch unlinked: lp:livecd-rootfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918401

Title:
  Unity-greeter installed by default on Lubuntu, crashing on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/918401/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread pk
Jens G. said: 
"there are a great many procucts out there, that don't have PHP7 compatibility 
right now (and don't plan to in the near future). Even worse when throwing in 
products like ZendGuard (*shiver*) into the mix, that don't support PHP7 yet 
(ergo all encrypted stuff from them won't work on PHP7/xenial for some time to 
come)."

You say many products. and do not mention anything else than
ZendGuard...

I always had problems with ZendGuard not supporting php releases, (or 
supporting them 2 years after the release is integrated in a ubuntu LTS release 
cf trusty...).
I also had problems with their "perpetual licence" that is not so perpetual...

So I wrote a php obfuscator for myself, that I made freely available under MIT 
license at https://github.com/pk-fr/yakpro-po
Perhaps you could consider using it

php7 is a must!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547499] [NEW] trust sessions orientation wrong in camera app

2016-02-19 Thread Michael Zanetti
*** This bug is a duplicate of bug 1544010 ***
https://bugs.launchpad.net/bugs/1544010

Public bug reported:

* Open the camera app in landscape
* make it pop up some dialog (e.g. fill up available space)

The appearing popup has wrong orientation:
http://i.imgur.com/gp90zTf.png

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547499

Title:
  trust sessions orientation wrong in camera app

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547004] Re: stress-ng: clean up on tests that use prime strides don't remove all files

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package stress-ng - 0.05.17-1

---
stress-ng (0.05.17-1) unstable; urgency=medium

  * Makefile: bump version
  * stress-aio: don't cancel the signal handler before exiting (LP: #1547108)
  * stress-lockf: don't return failure if we get a timeout (LP: #154107)
  * stress-aio: don't return failure if we get a timeout (LP: #1547090)
  * Check for ENOMEM ENOSPC errors during init (LP: #1547062)
  * make stress_temp_dir_mk and stress_temp_dir_rm return -errno on failure
  * stress-dentry: fix file striding on clean-up (LP: #1547004)
  * Add stress_get_prime64 to stress-ng header
  * Add stress_get_prime64 to find a prime for filename striding
  * typedef possibly missing __kernel_long_t and __kernel_ulong_t
  * Add  for linux builds
  * stress-aio-linux: fix clang scan-build warning
  * Makefile: only do build time config detection when building target

 -- Colin King   Thu, 18 Feb 2016 17:52:11
+

** Changed in: stress-ng (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547004

Title:
  stress-ng: clean up on tests that use prime strides don't remove all
  files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1547004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543855] Re: php-doctrine-collections: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-doctrine-collections -
1.3.0-2ubuntu1

---
php-doctrine-collections (1.3.0-2ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543855.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 15:42:38 -0800

** Changed in: php-doctrine-collections (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543855

Title:
  php-doctrine-collections: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-doctrine-collections/+bug/1543855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547090] Re: stress-ng: aio stressor is returning a failure if we get a timeout before we've started the test

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package stress-ng - 0.05.17-1

---
stress-ng (0.05.17-1) unstable; urgency=medium

  * Makefile: bump version
  * stress-aio: don't cancel the signal handler before exiting (LP: #1547108)
  * stress-lockf: don't return failure if we get a timeout (LP: #154107)
  * stress-aio: don't return failure if we get a timeout (LP: #1547090)
  * Check for ENOMEM ENOSPC errors during init (LP: #1547062)
  * make stress_temp_dir_mk and stress_temp_dir_rm return -errno on failure
  * stress-dentry: fix file striding on clean-up (LP: #1547004)
  * Add stress_get_prime64 to stress-ng header
  * Add stress_get_prime64 to find a prime for filename striding
  * typedef possibly missing __kernel_long_t and __kernel_ulong_t
  * Add  for linux builds
  * stress-aio-linux: fix clang scan-build warning
  * Makefile: only do build time config detection when building target

 -- Colin King   Thu, 18 Feb 2016 17:52:11
+

** Changed in: stress-ng (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547090

Title:
  stress-ng: aio stressor is returning a failure if we get a timeout
  before we've started the test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1547090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546823] Re: swig: disable PHP bindings until PHP7 support exists

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package redland-bindings -
1.0.17.1+dfsg-1.2ubuntu1

---
redland-bindings (1.0.17.1+dfsg-1.2ubuntu1) xenial; urgency=medium

  * Remove php5-librdf while swig does not support PHP7.0 (LP:
#1546823).

 -- Nishanth Aravamudan   Wed, 17 Feb
2016 18:10:00 -0800

** Changed in: redland-bindings (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546823

Title:
  swig: disable PHP bindings until PHP7 support exists

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543869] Re: php-doctrine-common: add nocheck and stage1 build profiles

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php-doctrine-common - 2.4.3-1ubuntu1

---
php-doctrine-common (2.4.3-1ubuntu1) xenial; urgency=medium

  * d/: add nocheck and stage1 build profiles.
  * LP: #1543869.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 16:42:23 -0800

** Changed in: php-doctrine-common (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543869

Title:
  php-doctrine-common: add nocheck and stage1 build profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-doctrine-common/+bug/1543869/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547062] Re: stress-ng: handle ENOMEM and ENOSPC errors during per stress init stage

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package stress-ng - 0.05.17-1

---
stress-ng (0.05.17-1) unstable; urgency=medium

  * Makefile: bump version
  * stress-aio: don't cancel the signal handler before exiting (LP: #1547108)
  * stress-lockf: don't return failure if we get a timeout (LP: #154107)
  * stress-aio: don't return failure if we get a timeout (LP: #1547090)
  * Check for ENOMEM ENOSPC errors during init (LP: #1547062)
  * make stress_temp_dir_mk and stress_temp_dir_rm return -errno on failure
  * stress-dentry: fix file striding on clean-up (LP: #1547004)
  * Add stress_get_prime64 to stress-ng header
  * Add stress_get_prime64 to find a prime for filename striding
  * typedef possibly missing __kernel_long_t and __kernel_ulong_t
  * Add  for linux builds
  * stress-aio-linux: fix clang scan-build warning
  * Makefile: only do build time config detection when building target

 -- Colin King   Thu, 18 Feb 2016 17:52:11
+

** Changed in: stress-ng (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547062

Title:
  stress-ng: handle ENOMEM and ENOSPC errors during per stress init
  stage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1547062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547108] Re: stress-ng: aio stressor may get a pending SIGUSR1 before it exits, so don't cancel the handler

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package stress-ng - 0.05.17-1

---
stress-ng (0.05.17-1) unstable; urgency=medium

  * Makefile: bump version
  * stress-aio: don't cancel the signal handler before exiting (LP: #1547108)
  * stress-lockf: don't return failure if we get a timeout (LP: #154107)
  * stress-aio: don't return failure if we get a timeout (LP: #1547090)
  * Check for ENOMEM ENOSPC errors during init (LP: #1547062)
  * make stress_temp_dir_mk and stress_temp_dir_rm return -errno on failure
  * stress-dentry: fix file striding on clean-up (LP: #1547004)
  * Add stress_get_prime64 to stress-ng header
  * Add stress_get_prime64 to find a prime for filename striding
  * typedef possibly missing __kernel_long_t and __kernel_ulong_t
  * Add  for linux builds
  * stress-aio-linux: fix clang scan-build warning
  * Makefile: only do build time config detection when building target

 -- Colin King   Thu, 18 Feb 2016 17:52:11
+

** Changed in: stress-ng (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547108

Title:
  stress-ng: aio stressor may get a pending SIGUSR1 before it exits, so
  don't cancel the handler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1547108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547493] Re: package chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.10.1.1219 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attemp

2016-02-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547493

Title:
  package chromium-codecs-ffmpeg-extra
  48.0.2564.82-0ubuntu0.15.10.1.1219 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1547493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270185] Re: sane-find-scanner sees scanner, scanimage -L does not

2016-02-19 Thread Rolf Leggewie
some wisdom I found elsewhere:

+--[ https://forums.gentoo.org/viewtopic-p-6845850.html ]
|
| "man sane-find-scanner" suggests that if sane-find-scanner sees a scanner
| but scanimage does not, it means you do not have the right sane backend
| installed. 
|
+--

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/270185

Title:
  sane-find-scanner sees scanner, scanimage -L does not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/270185/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546911] Re: Please recompile sqlite 3.11 with -DSQLITE_ENABLE_FTS3_TOKENIZER

2016-02-19 Thread Łukasz Zemczak
I think we're all leaning a bit towards actually enabling this flag in
our sqlite3 packages. In case the security team gives a +1 on it, I have
already prepared the modified package for upload.

That being said, I guess mediascanner2 needs to slowly think about the
future. Since the documentation mentions it as being seldom used and not
being enabled by default, we can suspect that with the future releases
of sqlite this function will go away completely. We would need to be
prepared for that. For xenial we should be safe, but in the next cycles
it's not guaranteed to stay I suspect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546911

Title:
  Please recompile sqlite 3.11 with -DSQLITE_ENABLE_FTS3_TOKENIZER

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547493] [NEW] package chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.10.1.1219 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before atte

2016-02-19 Thread Bengt Häll
Public bug reported:

dont no, update krash..!

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.10.1.1219
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Fri Feb 19 13:13:21 2016
DuplicateSignature: 
package:chromium-codecs-ffmpeg-extra:48.0.2564.82-0ubuntu0.15.10.1.1219:package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2014-04-09 (681 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: chromium-browser
Title: package chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.10.1.1219 
failed to install/upgrade: package is in a very bad inconsistent state; you 
should  reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547493

Title:
  package chromium-codecs-ffmpeg-extra
  48.0.2564.82-0ubuntu0.15.10.1.1219 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1547493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540511] Re: Touchpad not working (4.3 -> 4.4 regression)

2016-02-19 Thread Tim Gardner
Fix released in linux stable v4.4.2

** Also affects: linux (Ubuntu Xenial)
   Importance: Medium
   Status: Confirmed

** Changed in: linux (Ubuntu Xenial)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540511

Title:
  Touchpad not working (4.3 -> 4.4 regression)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544719] Re: does not start on install / depends on squid which is squid3

2016-02-19 Thread Louis Bouchard
well, it's not applied backward, it's just that Debian uses squid & not
squid3 as with Xenial. Maybe we should revert this patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544719

Title:
  does not start on install / depends on squid which is squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1544719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544719] Re: does not start on install / depends on squid which is squid3

2016-02-19 Thread Louis Bouchard
well, it's not applied backward, it's just that Debian uses squid & not
squid3 as with Xenial. Maybe we should revert this patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/1544719

Title:
  does not start on install / depends on squid which is squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1544719/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1546823] Re: swig: disable PHP bindings until PHP7 support exists

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package swig - 3.0.8-0ubuntu2

---
swig (3.0.8-0ubuntu2) xenial; urgency=medium

  * debian/rules: Disable PHP SWIG bindings for PHP7.0 transition
(LP: #1546823).

 -- Nishanth Aravamudan   Tue, 12 Jan
2016 13:20:42 -0800

** Changed in: swig (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546823

Title:
  swig: disable PHP bindings until PHP7 support exists

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547491] [NEW] [MIR] xserver-xorg-input-void

2016-02-19 Thread Timo Aaltonen
Public bug reported:

s390x wants this

** Affects: xserver-xorg-input-void (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547491

Title:
  [MIR] xserver-xorg-input-void

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-void/+bug/1547491/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547490] [NEW] [MIR] xserver-xorg-video-freedreno

2016-02-19 Thread Timo Aaltonen
Public bug reported:

arm archs want this

** Affects: xserver-xorg-video-freedreno (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547490

Title:
  [MIR] xserver-xorg-video-freedreno

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-freedreno/+bug/1547490/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547417] Re: reset position of keyboard and icon

2016-02-19 Thread Tomasss
is the same on Onboard 1.2.0-0ppa~trusty1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547417

Title:
  reset position of keyboard and icon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
Maybe it's too late to throw my hat (and opinion) in, but from a
hosting/hoster perspective, that's really a double-edged sword. Of
course it would be splendid, if we could migrate all customers and
applications to PHP7 as soon as possible. But with PHP itself increasing
the support level of PHP5.6 to almost the same EOL date that PHP7 has,
wouldn't it be possible to let BOTH stay in the repositories? As both
now have a distinctive namespace (php5/php7) it would be incredibly
helpful for us server or hosting providers, to get our customers to
migrate to the new base OS (xenial) while having the possibility to
select PHP5.6 or PHP7 as their web stack. With xenial only having PHP7
packages, most of our clientel will supposedly need to stay on trusty or
- even worse - has to upgrade to trusty from precise, because (as sad as
that is) there are a great many procucts out there, that don't have PHP7
compatibility right now (and don't plan to in the near future). Even
worse when throwing in products like ZendGuard (*shiver*) into the mix,
that don't support PHP7 yet (ergo all encrypted stuff from them won't
work on PHP7/xenial for some time to come).

So having both php version lines would actually be a huge blessing for
hosting/server customers and easier upgrade paths.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
Maybe it's too late to throw my hat (and opinion) in, but from a
hosting/hoster perspective, that's really a double-edged sword. Of
course it would be splendid, if we could migrate all customers and
applications to PHP7 as soon as possible. But with PHP itself increasing
the support level of PHP5.6 to almost the same EOL date that PHP7 has,
wouldn't it be possible to let BOTH stay in the repositories? As both
now have a distinctive namespace (php5/php7) it would be incredibly
helpful for us server or hosting providers, to get our customers to
migrate to the new base OS (xenial) while having the possibility to
select PHP5.6 or PHP7 as their web stack. With xenial only having PHP7
packages, most of our clientel will supposedly need to stay on trusty or
- even worse - has to upgrade to trusty from precise, because (as sad as
that is) there are a great many procucts out there, that don't have PHP7
compatibility right now (and don't plan to in the near future). Even
worse when throwing in products like ZendGuard (*shiver*) into the mix,
that don't support PHP7 yet (ergo all encrypted stuff from them won't
work on PHP7/xenial for some time to come).

So having both php version lines would actually be a huge blessing for
hosting/server customers and easier upgrade paths.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522422

Title:
  Update to php 7.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541611] Re: Switch build to use VTE 2.91

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package cairo-dock-plug-ins - 3.4.1-0ubuntu6

---
cairo-dock-plug-ins (3.4.1-0ubuntu6) xenial; urgency=medium

  * debian/control: Update build-dep to switch to VTE 2.91  (LP:
#1541611)

 -- Tim Lunn   Thu, 04 Feb 2016 08:29:19 +1100

** Changed in: cairo-dock-plug-ins (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541611

Title:
  Switch build to use VTE 2.91

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1541611/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547487] [NEW] Focused window not visible

2016-02-19 Thread Teo
Public bug reported:

The screenshot shows a situation that shouldn't ever be possible under any 
circumstances:
The currently focused window, which should be on the foreground, is invisible.

I have several applications open and I switched from one to another
several times. Among them is one Nautilus window. Now, I click on the
Nautilus icon in the Launcher, and the Nautilus window which gets focus
does not appear anywhere. You can tell that every other window looses
focus, and you can see that the Launcher icon has the triangle on the
right indicating the Nautilus window has focus. Also, the menu on the
top of the screen is Nautilus's.

No matter how many times I try to switch window, no matter if I show and
hide desktop, there's no way I get to see that window.


There's NO EASY WAY TO REPRODUCE THAT I KNOW OF (hence please don't tell me 
"can't reproduce", I don't expect you to be able to). It just happened.

I guess this is extremely rare. I seem to remember this is not the very first 
time I see this happen, but it might well be just the second. In my whole life.
Still a bug.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: unity 7.3.3+15.10.20151203-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Fri Feb 19 12:59:07 2016
InstallationDate: Installed on 2013-10-11 (860 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
SourcePackage: unity
UpgradeStatus: Upgraded to wily on 2016-01-18 (32 days ago)

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


** Tags: amd64 apport-bug wily

** Attachment added: "Screenshot from 2016-02-19 13-00-41.png"
   
https://bugs.launchpad.net/bugs/1547487/+attachment/4575570/+files/Screenshot%20from%202016-02-19%2013-00-41.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547487

Title:
  Focused window not visible

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544719] Re: does not start on install / depends on squid which is squid3

2016-02-19 Thread Louis Bouchard
Either I goofed with bzr or the patch has been applied backward :

# bzr diff -r-2..-1 
=== modified file 'debian/changelog'
--- debian/changelog2015-08-24 09:56:49 +
+++ debian/changelog2016-01-29 16:56:25 +
@@ -1,3 +1,10 @@
+squid-deb-proxy (0.8.14) unstable; urgency=medium
+
+  * depend on squid3 instead of squid, thanks to
+HIGUCHI Daisuke (VDR dai), closes: #813082
+
+ -- Michael Vogt   Fri, 29 Jan 2016 17:55:43 +0100
+
 squid-deb-proxy (0.8.13) unstable; urgency=medium
 
   * add README.md to squid-deb-proxy install, thanks to

=== modified file 'debian/control'
--- debian/control  2013-05-16 18:09:24 +
+++ debian/control  2016-01-29 16:56:25 +
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${python:Depends},
  ${misc:Depends},
-squid3
+squid
 Recommends: avahi-utils
 Description: Squid proxy configuration to optimize package downloads
  This package contains a Squid proxy configuration to manage a cache of

=== modified file 'debian/squid-deb-proxy.init'
--- debian/squid-deb-proxy.init 2013-12-19 08:28:46 +
+++ debian/squid-deb-proxy.init 2016-01-29 16:56:25 +
@@ -17,7 +17,7 @@
 
 NAME=squid-deb-proxy
 DESC="Squid Deb HTTP Proxy"
-DAEMON=/usr/sbin/squid3
+DAEMON=/usr/sbin/squid
 PIDFILE=/var/run/$NAME.pid
 CONFIG=/etc/squid-deb-proxy/squid-deb-proxy.conf
 SQUID_ARGS="-YC -f $CONFIG"

=== modified file 'debian/squid-deb-proxy.logrotate'
--- debian/squid-deb-proxy.logrotate2012-04-18 13:58:46 +
+++ debian/squid-deb-proxy.logrotate2016-01-29 16:56:25 +
@@ -12,8 +12,6 @@
  postrotate
   if [ -x /usr/sbin/squid ]; then
   SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-  SQUID=/usr/sbin/squid3
   else
   echo "No squid binary found"
   exit 1

=== modified file 'debian/squid-deb-proxy.upstart'
--- debian/squid-deb-proxy.upstart  2014-03-19 13:46:32 +
+++ debian/squid-deb-proxy.upstart  2016-01-29 16:56:25 +
@@ -26,8 +26,6 @@
 script
   if [ -x /usr/sbin/squid ]; then
   SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-  SQUID=/usr/sbin/squid3
   else
   echo "No squid binary found"
   exit 1

=== modified file 'init-common.sh'
--- init-common.sh  2014-12-17 12:27:25 +
+++ init-common.sh  2016-01-29 16:56:25 +
@@ -24,8 +24,6 @@
 pre_start() {
   if [ -x /usr/sbin/squid ]; then
   SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-  SQUID=/usr/sbin/squid3
   else
   echo "No squid binary found"
   exit 1
@@ -84,7 +82,7 @@
   rm -f $AVAHIFILE
 }
 
-# from the squid3 debian init script
+# from the squid debian init script
 find_cache_dir () {
 w=" " # space tab
 res=`sed -ne '

=== modified file 'squid-deb-proxy.conf'
--- squid-deb-proxy.conf2015-07-14 14:53:01 +
+++ squid-deb-proxy.conf2016-01-29 16:56:25 +
@@ -93,5 +93,5 @@
 # And finally deny all other access to this proxy
 http_access deny all
 
-# we don't want to clash with the squid3 netdb state file
+# we don't want to clash with the squid netdb state file
 netdb_filename stdio:/var/log/squid-deb-proxy/netdb.state

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/1544719

Title:
  does not start on install / depends on squid which is squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1544719/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1544719] Re: does not start on install / depends on squid which is squid3

2016-02-19 Thread Louis Bouchard
Either I goofed with bzr or the patch has been applied backward :

# bzr diff -r-2..-1 
=== modified file 'debian/changelog'
--- debian/changelog2015-08-24 09:56:49 +
+++ debian/changelog2016-01-29 16:56:25 +
@@ -1,3 +1,10 @@
+squid-deb-proxy (0.8.14) unstable; urgency=medium
+
+  * depend on squid3 instead of squid, thanks to
+HIGUCHI Daisuke (VDR dai), closes: #813082
+
+ -- Michael Vogt   Fri, 29 Jan 2016 17:55:43 +0100
+
 squid-deb-proxy (0.8.13) unstable; urgency=medium
 
   * add README.md to squid-deb-proxy install, thanks to

=== modified file 'debian/control'
--- debian/control  2013-05-16 18:09:24 +
+++ debian/control  2016-01-29 16:56:25 +
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${python:Depends},
  ${misc:Depends},
-squid3
+squid
 Recommends: avahi-utils
 Description: Squid proxy configuration to optimize package downloads
  This package contains a Squid proxy configuration to manage a cache of

=== modified file 'debian/squid-deb-proxy.init'
--- debian/squid-deb-proxy.init 2013-12-19 08:28:46 +
+++ debian/squid-deb-proxy.init 2016-01-29 16:56:25 +
@@ -17,7 +17,7 @@
 
 NAME=squid-deb-proxy
 DESC="Squid Deb HTTP Proxy"
-DAEMON=/usr/sbin/squid3
+DAEMON=/usr/sbin/squid
 PIDFILE=/var/run/$NAME.pid
 CONFIG=/etc/squid-deb-proxy/squid-deb-proxy.conf
 SQUID_ARGS="-YC -f $CONFIG"

=== modified file 'debian/squid-deb-proxy.logrotate'
--- debian/squid-deb-proxy.logrotate2012-04-18 13:58:46 +
+++ debian/squid-deb-proxy.logrotate2016-01-29 16:56:25 +
@@ -12,8 +12,6 @@
  postrotate
   if [ -x /usr/sbin/squid ]; then
   SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-  SQUID=/usr/sbin/squid3
   else
   echo "No squid binary found"
   exit 1

=== modified file 'debian/squid-deb-proxy.upstart'
--- debian/squid-deb-proxy.upstart  2014-03-19 13:46:32 +
+++ debian/squid-deb-proxy.upstart  2016-01-29 16:56:25 +
@@ -26,8 +26,6 @@
 script
   if [ -x /usr/sbin/squid ]; then
   SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-  SQUID=/usr/sbin/squid3
   else
   echo "No squid binary found"
   exit 1

=== modified file 'init-common.sh'
--- init-common.sh  2014-12-17 12:27:25 +
+++ init-common.sh  2016-01-29 16:56:25 +
@@ -24,8 +24,6 @@
 pre_start() {
   if [ -x /usr/sbin/squid ]; then
   SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-  SQUID=/usr/sbin/squid3
   else
   echo "No squid binary found"
   exit 1
@@ -84,7 +82,7 @@
   rm -f $AVAHIFILE
 }
 
-# from the squid3 debian init script
+# from the squid debian init script
 find_cache_dir () {
 w=" " # space tab
 res=`sed -ne '

=== modified file 'squid-deb-proxy.conf'
--- squid-deb-proxy.conf2015-07-14 14:53:01 +
+++ squid-deb-proxy.conf2016-01-29 16:56:25 +
@@ -93,5 +93,5 @@
 # And finally deny all other access to this proxy
 http_access deny all
 
-# we don't want to clash with the squid3 netdb state file
+# we don't want to clash with the squid netdb state file
 netdb_filename stdio:/var/log/squid-deb-proxy/netdb.state

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544719

Title:
  does not start on install / depends on squid which is squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1544719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1488254]

2016-02-19 Thread Lighttpd-2
Hi Dmitry,

(In reply to comment #53)
> Hi Stefan,
> 
> This is an important issue in Clang and I would like to move on with patch
> http://reviews.llvm.org/D12834 (also see my last comment there). If you
> don't mind, I'll get your patch split it into smaller patches and start
> resolving reviewers comments. Please let me know if you have cycles and
> would like to keep working on this patch yourself.

I agree it is important, and it saddens me not having more time for
this.

I'm perfectly fine with you (and others) taking this over - thanks!

regards,
Stefan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1488254

Title:
  clang++ no longer ABI-compatible with g++

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546784] Re: kworker 100% effectively freezes device

2016-02-19 Thread kevin gunn
** Description changed:

+ Now seen this twice - both times, the browser has been involved.
+ 
+ second time: Once video was just starting on a website & I unplugged
+ from ext monitor. had quite a few apps open.
+ 
+ 
+ First time
  testing ubuntu-pd + silo 19
  upon plug in to external monitor, phone displays trackpad info, external 
monitor flickered black (like it had a signal but nothing rendered) - no change
  unplugged, trackpad info remained, waited, checked top thot it was a crash 
found the following
  (also subsequent plugged back into ext monitor, just black screen/signal & 
device gui just remains frozen with trackpad info)
  
  Not was running browser and some other apps.
  
    PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND
   6911 root  20   0   0  0  0 R 100.0  0.0   0:57.62 
kworker/u:5
   3890 phablet   20   0  545936 236684  48736 S  23.9 12.6   5:21.37 
oxide-renderer
   9200 phablet   20   06260   1276808 R   1.6  0.1   0:00.29 top
   3786 phablet   20   0  824348 135964  71100 S   1.3  7.2   4:02.47 
webbrowser-app
   1330   20   0   10904828488 S   0.6  0.0   0:04.99 
sensors.qcom
   1332 root   0 -207572552400 S   0.6  0.0   0:11.45 mpdecision
   1221 root  20   0  221572  15840  10432 S   0.3  0.8   0:52.09 
unity-system-co
   1334 root  20   08244   1628   1228 S   0.3  0.1   0:04.13 Binder_2
   1595 root  20   0   0  0  0 S   0.3  0.0   0:03.23 TX_Thread
   1670 phablet   20   05300884744 S   0.3  0.0   0:01.15 
upstart-event-b
   1908 phablet   20   05912736396 S   0.3  0.0   0:01.22 
upstart-file-br
   2049 phablet   20   0   41256   1756   1368 S   0.3  0.1   0:00.10 adbd
   8886 root  20   0   0  0  0 S   0.3  0.0   0:00.04 
kworker/1:1
   9180 phablet   20   0   10808   1328652 S   0.3  0.1   0:00.03 sshd
  1 root  20   04264   2688   1080 S   0.0  0.1   0:09.39 init
  2 root  -2   0   0  0  0 S   0.0  0.0   0:00.39 kthreadd
  3 root  20   0   0  0  0 S   0.0  0.0   0:00.04 
ksoftirqd/0
  
+ Still in frozen state described above, tapped on power button, now
+ unity8 is pegging cpu
  
- Still in frozen state described above, tapped on power button, now unity8 is 
pegging cpu
- 
-   PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND   
  
-  2368 phablet   20   0  556468 132948  48828 S 200.1  7.1   2:50.80 unity8
  
-   105 root  20   0   0  0  0 R 100.0  0.0   3:41.61 
kworker/u:2 
-  3890 phablet   20   0  542864 240168  48760 R  29.1 12.8   7:43.71 
oxide-renderer  
-  3786 phablet   20   0  828444 139712  71104 S   2.3  7.4   4:17.77 
webbrowser-app  
- 12246 phablet   20   06260   1264808 R   1.3  0.1   0:00.42 top   
  
-  1332 root   0 -207572552400 S   0.6  0.0   0:14.80 
mpdecision  
-  1330   20   0   10904580488 S   0.3  0.0   0:06.83 
sensors.qcom
-  1525 phablet   20   07076   2372   1192 S   0.3  0.1   0:14.30 upstart   
  
-  1588 root  20   0   79652   6408   4564 S   0.3  0.3   0:02.08 
NetworkManager  
-  1907 phablet   20   05304572336 S   0.3  0.0   0:02.81 
upstart-dbus-br 
-  1931 phablet   20   05568812348 S   0.3  0.0   0:03.38 
upstart-dbus-br 
-  2049 phablet   20   0   49448   1792   1380 S   0.3  0.1   0:00.25 adbd  
  
- 11975 root  20   0   0  0  0 S   0.3  0.0   0:00.02 
kworker/0:0 
- 12187 phablet   20   0   10808   1328652 S   0.3  0.1   0:00.07 sshd  
  
- 1 root  20   04264   2556   1080 S   0.0  0.1   0:10.13 init  
  
- 2 root  -2   0   0  0  0 S   0.0  0.0   0:00.43 kthreadd  
  
- 3 root  20   0   0  0  0 S   0.0  0.0   0:00.07 
ksoftirqd/0
+   PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND
+  2368 phablet   20   0  556468 132948  48828 S 200.1  7.1   2:50.80 unity8
+   105 root  20   0   0  0  0 R 100.0  0.0   3:41.61 
kworker/u:2
+  3890 phablet   20   0  542864 240168  48760 R  29.1 12.8   7:43.71 
oxide-renderer
+  3786 phablet   20   0  828444 139712  71104 S   2.3  7.4   4:17.77 
webbrowser-app
+ 12246 phablet   20   06260   1264808 R   1.3  0.1   0:00.42 top
+  1332 root   0 -207572552400 S   0.6  0.0   0:14.80 mpdecision
+  1330   20   0   10904580488 S   0.3  0.0   0:06.83 
sensors.qcom
+  1525 

[Bug 1547223] Re: linux-raspi2: 4.4.0-1001.2 -proposed tracker

2016-02-19 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547223

Title:
  linux-raspi2: 4.4.0-1001.2 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1547223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1317449]

2016-02-19 Thread Caulier-gilles-9
*** Bug 359540 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to digikam in Ubuntu.
https://bugs.launchpad.net/bugs/1317449

Title:
  sqlite3 version 3.8.2 breaks digikam

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

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1488254]

2016-02-19 Thread Dmitry-polukhin
Hi Stefan,

This is an important issue in Clang and I would like to move on with
patch http://reviews.llvm.org/D12834 (also see my last comment there).
If you don't mind, I'll get your patch split it into smaller patches and
start resolving reviewers comments. Please let me know if you have
cycles and would like to keep working on this patch yourself.

Best regards,
Dmitry
==
Software Engineer
Intel Compiler Teaml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1488254

Title:
  clang++ no longer ABI-compatible with g++

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547205] Re: linux: 4.4.0-7.22 -proposed tracker

2016-02-19 Thread Brad Figg
** Changed in: kernel-development-workflow/prepare-package
   Status: New => Fix Released

** Changed in: kernel-development-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

** Changed in: kernel-development-workflow/prepare-package-signed
   Status: New => Fix Released

** Changed in: kernel-development-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547205

Title:
  linux: 4.4.0-7.22 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1547205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1041790]

2016-02-19 Thread Chris Wilson
*** Bug 93824 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1041790

Title:
  [snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
  i915.semaphores=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1041790/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1377145] Re: [Dialogs] inconsistent use of colour for restart menu when changing language

2016-02-19 Thread Grazina
** Changed in: ubuntu-ux
 Assignee: Jamie Young (jamiedawsonyoung) => Grazina (boroskograzina)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377145

Title:
  [Dialogs] inconsistent use of colour for restart menu when changing
  language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1377145/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1409974] Re: Request: Please update to virt-viewer 3

2016-02-19 Thread Fantu
** Summary changed:

- Request: Please update to virt-viewer 2.0 in Vivid
+ Request: Please update to virt-viewer 3

** Description changed:

- If possible to do so, please update to virt-viewer 2.0 in Vivid before
+ If possible to do so, please update to virt-viewer 3 in xenial before
  the feature freeze. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409974

Title:
  Request: Please update to virt-viewer 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virt-viewer/+bug/1409974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544719] Re: does not start on install / depends on squid which is squid3

2016-02-19 Thread Louis Bouchard
Bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813082 claims to
have fixed the problem

** Bug watch added: Debian Bug tracker #813082
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813082

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/1544719

Title:
  does not start on install / depends on squid which is squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1544719/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1546310] Re: In CAR bluetooth not working

2016-02-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluez (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546310

Title:
  In CAR bluetooth not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546310] Re: In CAR bluetooth not working

2016-02-19 Thread Cesar Herrera
I have a Citroen C4
When I try to pair the phone the car says that is not compatible.
I think there is a problem in my car but in the past I was able to pair them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546310

Title:
  In CAR bluetooth not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547483] [NEW] chromium-browser selects the first entry in srcset element

2016-02-19 Thread Vladimir Vitkov
Public bug reported:

The chormium browser (v37) if showing the first entry in a srcset
attribute for IMG tags.

Given: http://codepen.io/anon/pen/zxPZYM

Expected: largest image to be shown (running on Full HD res)

Actual: First entry in the srcset list is displayed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: chromium-browser 37.0.2062.120-0ubuntu0.12.04.1~pkg917
ProcVersionSignature: Ubuntu 3.13.0-77.121~precise1-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.13
Architecture: amd64
Date: Fri Feb 19 13:00:34 2016
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.chromium.browser: [deleted]
mtime.conffile..etc.chromium.browser.default: 2016-01-22T23:46:52.310138

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547483

Title:
  chromium-browser selects the first entry in srcset element

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1547483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542395] Re: Screen.orientation and or Screen.primaryOrientation depend on the size of the app window

2016-02-19 Thread Michał Sawicz
** Changed in: canonical-devices-system-image
 Assignee: Kevin Gunn (kgunn) => Michał Sawicz (saviq)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542395

Title:
  Screen.orientation and or Screen.primaryOrientation depend on the size
  of the app window

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1544719] Re: does not start on install / depends on squid which is squid3

2016-02-19 Thread Louis Bouchard
Bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813082 claims to
have fixed the problem

** Bug watch added: Debian Bug tracker #813082
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813082

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544719

Title:
  does not start on install / depends on squid which is squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1544719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202036] Re: package trousers 0.3.7-2ubuntu1.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 137

2016-02-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: trousers (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202036

Title:
  package trousers 0.3.7-2ubuntu1.1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 137

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1547481] [NEW] Camera orientation wrong in windowed mode

2016-02-19 Thread Michał Sawicz
Public bug reported:

Reproducible with flo on internal screen when forced to windowed mode or
external screen.

The camera app sets the X-Ubuntu-Rotates-Window-Contents=true flag in
its .desktop file, which means we don't rotate it in staged mode.

When rotating in windowed mode, however, we need to counter-rotate the
window contents (and report orientation to the app as appropriate).

The bug is two-fold:
a) viewfinder contents are rotated 90° to the right
b) camera UI thinks "bottom" is on the right edge

FWIW long term we should probably look at using things like
https://doc.qt.io/qt-5/qwindow.html#contentOrientation-prop to affect
this.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity8 8.11+16.04.20160212-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
Uname: Linux 4.4.0-6-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb 19 12:25:06 2016
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity8 (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547481

Title:
  Camera orientation wrong in windowed mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1426445] Re: [MIR] [FFe] python-pyvmomi

2016-02-19 Thread Matthias Klose
Override component to main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial: universe/misc -> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial amd64: universe/python/optional/100% 
-> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial arm64: universe/python/optional/100% 
-> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial armhf: universe/python/optional/100% 
-> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial i386: universe/python/optional/100% 
-> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial powerpc: 
universe/python/optional/100% -> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial ppc64el: 
universe/python/optional/100% -> main
python-pyvmomi 5.5.0-2014.1.1-3 in xenial s390x: universe/python/optional/100% 
-> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial amd64: universe/doc/optional/100% 
-> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial arm64: universe/doc/optional/100% 
-> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial armhf: universe/doc/optional/100% 
-> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial i386: universe/doc/optional/100% 
-> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial powerpc: 
universe/doc/optional/100% -> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial ppc64el: 
universe/doc/optional/100% -> main
python-pyvmomi-doc 5.5.0-2014.1.1-3 in xenial s390x: universe/doc/optional/100% 
-> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial amd64: universe/python/optional/100% 
-> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial arm64: universe/python/optional/100% 
-> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial armhf: universe/python/optional/100% 
-> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial i386: universe/python/optional/100% 
-> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial powerpc: 
universe/python/optional/100% -> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial ppc64el: 
universe/python/optional/100% -> main
python3-pyvmomi 5.5.0-2014.1.1-3 in xenial s390x: universe/python/optional/100% 
-> main
22 publications overridden.


** Changed in: python-pyvmomi (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1426445

Title:
  [MIR] [FFe] python-pyvmomi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pyvmomi/+bug/1426445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522182] Re: [MIR] python-petname

2016-02-19 Thread Matthias Klose
Override component to main
python-petname 1.12-0ubuntu1 in xenial: universe/python -> main
python-petname 1.12-0ubuntu1 in xenial amd64: universe/python/optional/100% -> 
main
python-petname 1.12-0ubuntu1 in xenial arm64: universe/python/optional/100% -> 
main
python-petname 1.12-0ubuntu1 in xenial armhf: universe/python/optional/100% -> 
main
python-petname 1.12-0ubuntu1 in xenial i386: universe/python/optional/100% -> 
main
python-petname 1.12-0ubuntu1 in xenial powerpc: universe/python/optional/100% 
-> main
python-petname 1.12-0ubuntu1 in xenial ppc64el: universe/python/optional/100% 
-> main
python-petname 1.12-0ubuntu1 in xenial s390x: universe/python/optional/100% -> 
main
python3-petname 1.12-0ubuntu1 in xenial amd64: universe/python/optional/100% -> 
main
python3-petname 1.12-0ubuntu1 in xenial arm64: universe/python/optional/100% -> 
main
python3-petname 1.12-0ubuntu1 in xenial armhf: universe/python/optional/100% -> 
main
python3-petname 1.12-0ubuntu1 in xenial i386: universe/python/optional/100% -> 
main
python3-petname 1.12-0ubuntu1 in xenial powerpc: universe/python/optional/100% 
-> main
python3-petname 1.12-0ubuntu1 in xenial ppc64el: universe/python/optional/100% 
-> main
python3-petname 1.12-0ubuntu1 in xenial s390x: universe/python/optional/100% -> 
main
15 publications overridden.


** Changed in: python-petname (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522182

Title:
  [MIR] python-petname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-petname/+bug/1522182/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544316] Re: doctrine: update to PHP 7.0 dependencies

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package doctrine - 2.4.8-1ubuntu1

---
doctrine (2.4.8-1ubuntu1) xenial; urgency=medium

  * d/: update to PHP 7.0 dependencies.
  * LP: #1544316.

 -- Nishanth Aravamudan   Wed, 10 Feb
2016 14:06:41 -0800

** Changed in: doctrine (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544316

Title:
  doctrine: update to PHP 7.0 dependencies

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543867] Re: php-xdebug: ensure segmentation fault fix is in Xenial

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package xdebug - 2.4.0~rc4-1ubuntu1

---
xdebug (2.4.0~rc4-1ubuntu1) xenial; urgency=medium

  * Cherry-pick upstream fix (LP: #1543867)

https://github.com/xdebug/xdebug/commit/7f7d02e13be91dd4960cafba5114628dd4c6b2b5.

 -- Nishanth Aravamudan   Tue, 09 Feb
2016 16:39:03 -0800

** Changed in: xdebug (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543867

Title:
  php-xdebug: ensure segmentation fault fix is in Xenial

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539903] Re: tomcat-8 in main for upcoming 16.04 LTS

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat8 - 8.0.32-1ubuntu1

---
tomcat8 (8.0.32-1ubuntu1) xenial; urgency=medium

  * Prepare to promote tomcat8 to main (LP: #1539903).
- debian/control, 0021-ubuntu-mainize-build-xml.patch: Remove
  build-dependencies on libobjenesis-java and libeasymock-java, and skip
  tests that rely on the functionality they provide.

 -- Nishanth Aravamudan   Fri, 05 Feb
2016 09:20:39 +0100

** Changed in: tomcat8 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539903

Title:
  tomcat-8 in main for upcoming 16.04 LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546823] Re: swig: disable PHP bindings until PHP7 support exists

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package gdcm - 2.6.3-1ubuntu1

---
gdcm (2.6.3-1ubuntu1) xenial; urgency=medium

  * Disable php5-gdcm and php5-vtkgdcm while swig does not support
PHP 7.0 (LP: #1546823).

 -- Nishanth Aravamudan   Fri, 12 Feb
2016 11:59:49 -0800

** Changed in: gdcm (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: mapserver (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546823

Title:
  swig: disable PHP bindings until PHP7 support exists

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543723] Re: libphp-swiftmailer: move to generic PHP dependencies

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package libphp-swiftmailer - 5.4.1-1ubuntu1

---
libphp-swiftmailer (5.4.1-1ubuntu1) xenial; urgency=medium

  * debian/control: update to generic PHP dependencies.
  * LP: #1543723.

 -- Nishanth Aravamudan   Fri, 22 Jan
2016 12:07:17 -0800

** Changed in: libphp-swiftmailer (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543723

Title:
  libphp-swiftmailer: move to generic PHP dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libphp-swiftmailer/+bug/1543723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546823] Re: swig: disable PHP bindings until PHP7 support exists

2016-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package mapserver - 7.0.0-9ubuntu1

---
mapserver (7.0.0-9ubuntu1) xenial; urgency=medium

  * Disable php5-mapscript while swig does not support PHP 7.0
(LP: #1546823).

 -- Nishanth Aravamudan   Thu, 18 Feb
2016 16:24:09 -0800

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546823

Title:
  swig: disable PHP bindings until PHP7 support exists

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541857] Re: gvfsd-mtp crashed with SIGSEGV in g_vfs_daemon_close_active_channels()

2016-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1352152 ***
https://bugs.launchpad.net/bugs/1352152

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 #1352152, 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/1541857/+attachment/4563763/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1541857/+attachment/4563765/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1541857/+attachment/4563766/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1541857/+attachment/4563767/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1541857/+attachment/4563768/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1541857/+attachment/4563769/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1541857/+attachment/4563770/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1352152

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541857

Title:
  gvfsd-mtp crashed with SIGSEGV in g_vfs_daemon_close_active_channels()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-19 Thread Daniel d'Andrada
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Daniel d'Andrada (dandrader)

** Changed in: unity8 (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547360

Title:
  Unity 8 doesnt respect Qt::CursorShape

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1536311] Re: gedit does not accept input in document window

2016-02-19 Thread John McAleely
Yes, that is the currently designed behaviour

On Friday, 19 February 2016, Javier Ibáñez  wrote:

> Hi @John,
>
> OSK is not displayed in Gedit app with tablet mode active, but you are
> able to write in Convergence mode with a keyboard. It is a normal
> behaviour?.
>
> Best regards.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1536311
>
> Title:
>   gedit does not accept input in document window
>
> Status in The Avila project:
>   Fix Released
> Status in Canonical System Image:
>   Fix Released
> Status in Libertine:
>   Fix Released
> Status in Puritine:
>   Invalid
> Status in libertine package in Ubuntu:
>   Fix Released
>
> Bug description:
>   Using a recent pocket-desktop image, on freezer, set up your system
>   with an external keyboard.
>
>   Open Gedit, and attempt to type in the blank document it presents
>
>   No characters are placed in the document.
>
>   Expected result: characters in the document!
>
>   Note that other key navigation seems ok (eg alt+key for menus), and
>   input seems fine in other puritine apps (such as libreoffice)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/avila/+bug/1536311/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536311

Title:
  gedit does not accept input in document window

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1543904] Re: smbd crashed with SIGABRT in strlen()

2016-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1514766 ***
https://bugs.launchpad.net/bugs/1514766

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 #1514766, 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/1543904/+attachment/4568261/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568263/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568265/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568266/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568267/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568270/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568271/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1514766
   smbd crashed with SIGABRT in strlen() while accessing a share from a W7 
client

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1543904

Title:
  smbd crashed with SIGABRT in strlen()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547423] Re: "Assistant" type window UI components lack padding

2016-02-19 Thread Will Cooke
** Also affects: gtk+3.0 (Ubuntu Xenial)
   Importance: High
   Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547423

Title:
  "Assistant" type window UI components lack padding

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1543904] Re: smbd crashed with SIGABRT in strlen()

2016-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1514766 ***
https://bugs.launchpad.net/bugs/1514766

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 #1514766, 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/1543904/+attachment/4568261/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568263/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568265/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568266/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568267/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568270/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1543904/+attachment/4568271/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1514766
   smbd crashed with SIGABRT in strlen() while accessing a share from a W7 
client

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543904

Title:
  smbd crashed with SIGABRT in strlen()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1514766] Re: smbd crashed with SIGABRT in strlen() while accessing a share from a W7 client

2016-02-19 Thread Apport retracing service
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1514766

Title:
  smbd crashed with SIGABRT in strlen() while accessing a share from a
  W7 client

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


<    3   4   5   6   7   8   9   10   >