[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-17 Thread Tranhoangdainguyen
I have tried to test MAAS on other physical machine with good network,
and i suffered the same error

anyway, here is the tcpdump from my VM in the attachment

** Attachment added: haha.txt
   
https://bugs.launchpad.net/maas/+bug/1320074/+attachment/4114226/+files/haha.txt

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

Title:
  maas-import-pxe fails to catch comms errors when downloading UEFI shim
  and TBs instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1320074/+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 1257186] Re: memory leakage messages

2014-05-17 Thread Eric MORAND
This importance of this bug should probably be reexamined, because it
has impact on other softwares, like Netatalk. It prevents AFP shares
from being accessible and make Netatalk totally useless.

Here is a syslog trace where Netatalk crash because of this bug :

May 17 10:48:29 ace-of-spades afpd[3498]: 
===
May 17 10:48:29 ace-of-spades afpd[3498]: INTERNAL ERROR: Signal 11 in pid 3498 
(2.2.2)
May 17 10:48:29 ace-of-spades afpd[3498]: 
===
May 17 10:48:29 ace-of-spades afpd[3498]: BACKTRACE: 3 stack frames:
May 17 10:48:29 ace-of-spades afpd[3498]:  #0 
/usr/sbin/afpd(netatalk_panic+0x1f) [0x7f4acaaf08bf]
May 17 10:48:29 ace-of-spades afpd[3498]:  #1 /usr/sbin/afpd(+0x549bc) 
[0x7f4acaaf09bc]
May 17 10:48:29 ace-of-spades afpd[3498]:  #2 
/lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f4ac9440ff0]

See this bug report :
https://bugs.launchpad.net/ubuntu/+source/netatalk/+bug/810732

Disabling SMB password synchronization (for example with pam-auth-
update) not onyl remove the error message of this bug but also restore
Netatalk behavior.

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1320488] [NEW] hv-kvp-daemon-init incompatible with kernel 3.11

2014-05-17 Thread Samuel D. Leslie
Public bug reported:

The /usr/sbin/hv_kvp_daemon script installed by the hv-kvp-daemon-init
package currently fails to find the hv_kvp_daemon binary for the running
kernel when running under a 3.11 release (as per a reasonably up-to-date
Ubuntu 12.04 installation). Ironically, the hv_kvp_daemon script
installed by linux-tools-common package works fine, however, it is
diverted by the package ending up at /usr/sbin/hv_kvp_daemon.hv-kvp-
daemon-init. It is thus never actually called by the hv-kvp-daemon init
script.

The hv-kvp-daemon-init package is still required as it installs various
other support utilities as well as the init script itself used to start
the KVP (Key-Value Pair) daemon. I believe this issue has arisen as the
/usr/sbin/hv_kvp_daemon script was presumably not included until the
linux-tools-common releases associated with the 3.11 series of kernels
and has not been updated to reflect this.

A simple workaround for now is to remove the divert and restore the script 
installed by linux-tools-common:
sudo dpkg-divert --remove /usr/sbin/hv_kvp_daemon
sudo mv /usr/sbin/hv_kvp_daemon /usr/sbin/hv_kvp_daemon.bak
sudo mv /usr/sbin/hv_kvp_daemon.hv-kvp-daemon-init /usr/sbin/hv_kvp_daemon
sudo service hv-kvp-daemon-init start
ps -ef | grep kvp # Verify the daemon is actually running

For the unaware, the daemon is non-critical from the guest OS's
perspective, however, it is used by the Hyper-V host to exchange
information with the guest OS instance, such as IP addressing and system
state information. When not running various information usually
accessible to the hypervisor won't be which can impact scripting tasks
as well as in some cases system functions (e.g. some backup types may be
affected where they rely on the daemon to communicate with the host).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: hv-kvp-daemon-init 0.3ubuntu4~12.04.0 [modified: 
usr/sbin/hv_kvp_daemon]
ProcVersionSignature: Ubuntu 3.11.0-20.35~precise1-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic x86_64
NonfreeKernelModules: ksplice_ttt6czy9_floppy_new ksplice_ttt6czy9 
ksplice_hxl9iy0x_vmlinux_new ksplice_hxl9iy0x ksplice_arnypzmc_vmlinux_new 
ksplice_arnypzmc
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sat May 17 21:08:42 2014
InstallationMedia: Ubuntu-Server 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
MarkForUpload: True
SourcePackage: hv-kvp-daemon-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: hv-kvp-daemon-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise third-party-packages

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

Title:
  hv-kvp-daemon-init incompatible with kernel 3.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hv-kvp-daemon-init/+bug/1320488/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-17 Thread smuggly
** Changed in: libsdl1.2 (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1310792] Re: dfree command is not working anymore in samba

2014-05-17 Thread Red Ink
I'm having the same problem, or at least symptoms, with ext4 filesystems
and Ubuntu 14.04. The Samba server I'm trying to connect to is still
running 13.10, and the problem only started after I upgraded one of my
laptops to 14.04.

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

Title:
  dfree command is not working anymore in samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310792/+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 1310792] Re: dfree command is not working anymore in samba

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

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

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

Title:
  dfree command is not working anymore in samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310792/+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 1320532] [NEW] display_errors Off not respected

2014-05-17 Thread Nick Fazakis
Public bug reported:

Guys while i have display_errors off in PHP 5.5.9-1ubuntu4 (package) it keeps 
printing the following error: 
Unknown: mysql_connect(): The mysql extension is deprecated and will be removed 
in the future: use mysqli or PDO instead in seller/controller/dbOperator.php on 
line 9  

if i set the display_errors On the error messages is: 
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be 
removed in the future: use mysqli or PDO instead in 
system/database/mysql_cached.php on line 10
Unknown: mysql_connect(): The mysql extension is deprecated and will be removed 
in the future: use mysqli or PDO instead in seller/controller/dbOperator.php on 
line 9

For some reason the Unknown: error cant get hidden i'm using a work around like 
this:
ob_start();
$dbOp = new dbOperator($dbHost,$dbUsername,$dbPassword,$dbName);
ob_end_clean()

Just to hide the message. I also have to say that the same legacy code was 
running fine in ubuntu 12.04.
Have fun!

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

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

Title:
  display_errors Off not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1320532/+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 1257895] Re: hardstatus coloring broken in 4.1.0~2012… when using %= padding

2014-05-17 Thread Axel Beckert
** Changed in: screen (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  hardstatus coloring broken in 4.1.0~2012… when using %= padding

To manage notifications about this bug go to:
https://bugs.launchpad.net/screen/+bug/1257895/+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 1135780] Re: ntp apparmor denied read of /usr/share/samba/upcase.dat

2014-05-17 Thread bturrie
I believe I'm having this bug or a similar one in 12.04

Here are lines from my syslog

May 17 13:56:11 escher kernel: [   27.220217] type=1400 
audit(1400352971.120:42): apparmor=DENIED operation=open parent=1 
profile=/usr/sbin/ntpd name=/run/samba/gencache.tdb pid=2480 comm=ntpd 
requested_mask=rwc denied_mask=rwc fsuid=0 ouid=0
May 17 13:56:11 escher kernel: [   27.220232] type=1400 
audit(1400352971.120:43): apparmor=DENIED operation=open parent=1 
profile=/usr/sbin/ntpd name=/run/samba/gencache.tdb pid=2480 comm=ntpd 
requested_mask=r denied_mask=r fsuid=0 ouid=0
May 17 13:56:11 escher kernel: [   27.220251] type=1400 
audit(1400352971.120:44): apparmor=DENIED operation=open parent=1 
profile=/usr/sbin/ntpd name=/run/samba/gencache.tdb pid=2480 comm=ntpd 
requested_mask=rwc denied_mask=rwc fsuid=0 ouid=0

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

Title:
  ntp apparmor denied read of /usr/share/samba/upcase.dat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1135780/+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 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-17 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/dnsmasq

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/dnsmasq

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1320127] Re: high use of resource

2014-05-17 Thread Thomas Hood
*** This bug is a duplicate of bug 1314697 ***
https://bugs.launchpad.net/bugs/1314697

** This bug is no longer a duplicate of bug 1313393
   dnsmasq lockup at 100% cpu
** This bug has been marked a duplicate of bug 1314697
   DNS resolution no longer works; dnsmasq uses 100% CPU

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

Title:
  high use of resource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1320127/+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 1313393] Re: dnsmasq lockup at 100% cpu

2014-05-17 Thread Thomas Hood
*** This bug is a duplicate of bug 1314697 ***
https://bugs.launchpad.net/bugs/1314697

** This bug has been marked a duplicate of bug 1314697
   DNS resolution no longer works; dnsmasq uses 100% CPU

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

Title:
  dnsmasq lockup at 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1313393/+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 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package dnsmasq - 2.71-1

---
dnsmasq (2.71-1) unstable; urgency=low


   * New upstream.
   * Fix 100% CPU-usage bug when dnsmasq started with cachesize 
 set to zero. (LP: #1314697)

 -- Simon Kelley si...@thekelleys.org.uk  Fri, 16 May 2014 20:17:10 +

** Changed in: dnsmasq (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1315741] Re: The dnsmasq initscript fails to disable itself when the dnsmasq package is removed

2014-05-17 Thread Thomas Hood
Fixed in Debian dnsmasq 2.71-1

** Changed in: dnsmasq (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  The dnsmasq initscript fails to disable itself when the dnsmasq
  package is removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1315741/+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 1315741] Re: The dnsmasq initscript fails to disable itself when the dnsmasq package is removed

2014-05-17 Thread Thomas Hood
Fixed in Utopic

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

Title:
  The dnsmasq initscript fails to disable itself when the dnsmasq
  package is removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1315741/+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 1320587] [NEW] Intermittent 403 Issues

2014-05-17 Thread rhpot1991
Public bug reported:

I get intermittent 403 errors using squid-deb-proxy. If I keep retrying
eventually it will work, so this isn't a configuration issue. I have
looked into the squid logs and haven't found anything that stuck out as
an issue. I see these occurring on both Ubuntu URLs and 3rd party URLs
like Google.

$ dpkg -l |grep squid-deb-proxy
ii  squid-deb-proxy 0.8.6   
all  Squid proxy configuration to 
optimize package downloads
ii  squid-deb-proxy-client  0.8.6   
all  automatic proxy discovery for 
APT based on Avahi

Fetched 712 B in 2s (261 B/s)
W: Failed to fetch 
http://archive.canonical.com/ubuntu/dists/maverick/partner/source/Sources  403  
Forbidden

W: Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/source/Sources
403  Forbidden

W: Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/Sources
403  Forbidden


From /var/log/squid-deb-proxy/access.log
1400385708.938 94 10.0.0.100 TCP_MISS/404 660 GET 
http://extras.ubuntu.com/ubuntu/dists/trusty/main/i18n/Translation-en_US - 
HIER_DIRECT/91.189.92.152 text/html
1400385708.942 94 10.0.0.100 TCP_MISS/404 675 GET 
http://ppa.launchpad.net/mythbuntu/0.27/ubuntu/dists/trusty/main/i18n/Translation-en_US
 - HIER_DIRECT/91.189.95.83 text/html
1400385709.035 97 10.0.0.100 TCP_MISS/404 657 GET 
http://extras.ubuntu.com/ubuntu/dists/trusty/main/i18n/Translation-en - 
HIER_DIRECT/91.189.92.152 text/html
1400385709.038 96 10.0.0.100 TCP_MISS/404 672 GET 
http://ppa.launchpad.net/mythbuntu/0.27/ubuntu/dists/trusty/main/i18n/Translation-en
 - HIER_DIRECT/91.189.95.83 text/html

Notice the i18n in the url.  I'm thinking this is the issue.

** Affects: squid-deb-proxy (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Intermittent 403 Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1320587/+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 1293124] Re: package ruby1.9.1 1.9.3.194-8.1ubuntu2.1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2014-05-17 Thread Launchpad Bug Tracker
[Expired for ruby1.9.1 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: ruby1.9.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package ruby1.9.1 1.9.3.194-8.1ubuntu2.1 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/ruby1.9.1/+bug/1293124/+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 1268072] Re: byobu color prompt doesn't work correctly

2014-05-17 Thread Launchpad Bug Tracker
[Expired for byobu (Ubuntu) because there has been no activity for 60
days.]

** Changed in: byobu (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  byobu color prompt doesn't work correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1268072/+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 1320427] [NEW] package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to '/usr/share/d

2014-05-17 Thread Christian Miller
Public bug reported:

not updated

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: kde-runtime-data 4:4.13.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
Date: Fri May 16 23:47:14 2014
DuplicateSignature: package:kde-runtime-data:4:4.13.0-0ubuntu1:cannot copy 
extracted data for 
'./usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to 
'/usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png.dpkg-new': 
unexpected end of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to 
'/usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png.dpkg-new': 
unexpected end of file or stream
InstallationDate: Installed on 2014-04-19 (27 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
PackageArchitecture: all
SourcePackage: kde-runtime
Title: package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade: 
cannot copy extracted data for 
'./usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to 
'/usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png.dpkg-new': 
unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-runtime (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade:
  cannot copy extracted data for
  './usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to
  '/usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png.dpkg-
  new': unexpected end of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1320427/+subscriptions

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


[Bug 1320427] Re: package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to '/usr/share/doc

2014-05-17 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/1320427

Title:
  package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade:
  cannot copy extracted data for
  './usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to
  '/usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png.dpkg-
  new': unexpected end of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1320427/+subscriptions

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


[Bug 1320428] [NEW] Firefox 29 fails (system hang) under Linux 3.11.0-24-generic, works under 3.11.0-20-generic

2014-05-17 Thread Bill Turner, wb4alm
Public bug reported:

Note: attached system information captured under Linux 3.11.0-20-generic.
The actual hang occurs under Linux 3.11.0-24-generic.

I am assuming the actual bug has to do with this particular combination of 
Kernal and Firefox.
tagged it as kernal, as the same version of firefox works under previous kernal

When the SYSTEM hangs, you lose all control. Only a power-switch reboot will 
recover.
Hang NEVER occurs under Linux 3.11.0-20-generic and will ALWAYS hang when 
firefox is started under Linux 3.11.0-24-generic

No differences after reinstalling the -24 system, and/or firefox using
Synaptic Package Manager.

Can assist in debugging, but am not an expert in linux.

- - - -


My system uses an NVIDIA GeForce 8600GTS video card.
   ubuntu-drivers-common 1:0.2.91.4
   xserver-xorg-video-nouveau  1:1.0.10-1ubuntu2

if I boot the system under the recently distributed 3.11.0-24-generic
and then start Firefox 29, (also recently distributed)
my system will lockup, and I will have to use the power button to
reboot.

if I boot the 3.11.0-20-generic kernal, then there is no problem.
hints anyone?


Firefox Release 29 fails (hangs) in this environment:
uname -r;lsb_release -a
3.11.0-24-generic
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04 LTS
Release:14.04
Codename:   trusty
memory:  4GB

Firefox Release 29 works in this environment:
uname -r;lsb_release -a
3.11.0-20-generic
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04 LTS
Release:14.04
Codename:   trusty
memory 4GB

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: firefox 29.0+build1-0ubuntu0.14.04.2
ProcVersionSignature: Ubuntu 3.11.0-20.35-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic x86_64
NonfreeKernelModules: hid_generic usbhid hid firewire_ohci forcedeth 
firewire_core pata_acpi crc_itu_t sata_nv pata_amd floppy
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
BuildID: 20140428193813
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Channel: Unavailable
CurrentDesktop: Unity
Date: Sat May 17 01:41:49 2014
DefaultProfileIncompatibleExtensions:
 English (GB) Language Pack - langpack-en...@firefox.mozilla.org
 Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
DefaultProfilePrefSources: prefs.js
ExecutablePath: /usr/lib/firefox/firefox
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-05-11 (6 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
IpRoute:
 default via 192.168.7.99 dev eth0  proto static 
 192.168.7.99 dev eth0  proto static  scope link
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MostRecentCrashID: bp-3adbdd30-b995-477d-a458-ff34e2130425
PciNetwork:
 
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profile1PrefSources: prefs.js
Profiles:
 Profile0 (Default) - LastVersion=29.0/20140428193813 (In use)
 Profile1 - LastVersion=23.0/20130803192641 (Out of date)
RelatedPackageVersions:
 rhythmbox-mozilla 3.0.2-0ubuntu2
 totem-mozilla 3.10.1-1ubuntu4
RfKill:
 
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog: May 16 14:49:33 wb4alm-07 kernel: [146307.851001] INFO: NMI handler 
(arch_trigger_all_cpu_backtrace_handler) took too long to run: 6.116 msecs
dmi.bios.date: 06/21/2010
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS P5N-D ACPI BIOS Revision 1401
dmi.board.name: P5N-D
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSP5N-DACPIBIOSRevision1401:bd06/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N-D:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug trusty

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

Title:
  Firefox 29 fails (system hang) under Linux 3.11.0-24-generic, works
  under 3.11.0-20-generic

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

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


[Bug 1320428] Re: Firefox 29 fails (system hang) under Linux 3.11.0-24-generic, works under 3.11.0-20-generic

2014-05-17 Thread Bill Turner, wb4alm
Since the attached apport system info was from the Linux 3.11.0-20-generic  
boot   (trusty amd64 apport-bug) 
how do I provide information on the 3.11.0-24-generic boot?   The momment I try 
to start firefox, the system will hang!

Thanks...

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

Title:
  Firefox 29 fails (system hang) under Linux 3.11.0-24-generic, works
  under 3.11.0-20-generic

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

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


[Bug 1275161] Re: Realtek driver r8169 slow network speed

2014-05-17 Thread Dmitry
my motherboard MSI H81M-P33, just update bios from version 1.0 to
version 1.4, download from official
http://www.msi.com/product/mb/H81MP33.html#/?div=BIOS, network work
normal, but, i think test couple days and report there :-). ethernet
driver standard r8169, also work with r8168 from realtek site.

unzip driver archive 7817v14.zip, copy to usb file E7817IMS.140 and
update from bios through MFlash menu, choose BIOS + ME.

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

Title:
  Realtek driver r8169 slow network speed

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

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


[Bug 637379] Re: [11.04] Brasero unable to write to Blu Ray Recordable disk (BD-R)

2014-05-17 Thread Zachs Kappler
Just encountered this bug in Ubuntu 14.04 LTS trying to backup my home
folder to 25GB BD-R discs. It saw the disk, but refused to do anything
with it.

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

Title:
  [11.04] Brasero unable to write to Blu Ray Recordable disk (BD-R)

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

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


[Bug 1320425] Re: git-p4 wrongly desactivated

2014-05-17 Thread Anders Kaseorg
** Bug watch added: Debian Bug tracker #715534
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715534

** Also affects: git (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715534
   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/1320425

Title:
  git-p4 wrongly desactivated

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

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


[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-17 Thread Tranhoangdainguyen
I have tried to test MAAS on other physical machine with good network,
and i suffered the same error

anyway, here is the tcpdump from my VM in the attachment

** Attachment added: haha.txt
   
https://bugs.launchpad.net/maas/+bug/1320074/+attachment/4114226/+files/haha.txt

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

Title:
  maas-import-pxe fails to catch comms errors when downloading UEFI shim
  and TBs instead

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

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


[Bug 1308291] Re: network-manager icon is gone in 14.04

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

** Changed in: network-manager (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/1308291

Title:
  network-manager icon is gone in 14.04

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

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


[Bug 1308291] Re: network-manager icon is gone in 14.04

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

** Changed in: gnome-shell (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/1308291

Title:
  network-manager icon is gone in 14.04

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

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


[Bug 1320429] [NEW] New version available

2014-05-17 Thread mtvoid
Public bug reported:

The version of nut-nutrition in Ubuntu and Debian (15.5) is out of date.
Version 19.1, dated 2013-12-12, is currently available.

** Affects: nut-nutrition (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: nut-nutrition (Debian)
 Importance: Undecided
 Status: New

** Also affects: nut-nutrition (Debian)
   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/1320429

Title:
  New version available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut-nutrition/+bug/1320429/+subscriptions

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


[Bug 1168197] Re: 'USB Keyboard+Smartpad' not detected as touchpad in 'Samsung Ativ Smart PC Pro 700t'

2014-05-17 Thread Brendon Green
I also have this hardware (Samsung XE700T1C-X01AU), and am determined to
do whatever I can to get this device 100% supported by GNU/Linux and
Android.  My distribution of choice is Debian, but will definitely
install Ubuntu if it will help get this issue resolved.

My current situation is as follows:

Windows 8.1: Everything works

Fedora 20 (UEFI Boot):  Keyboard worked up until yesterday, but with
reliability issues.  Smartpad only ever worked in legacy mode.

Debian Sid (UEFI Boot):  Keyboard dock works for a few minutes, then stops.  
Upon disconnect then reconnect, spams dmesg with:
[ 1293.983396] usb 1-1.3: clear tt 1 (0070) error -71
[ 1293.987397] hid-generic 0003:04F3:0740.0008: can't reset device, 
:00:1a.0-1.3.1/input1, status -71

Please let me know what I can do help to resolve this bug.  If I can get
involved with kernel/driver hacking, I'm up for that too.

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

Title:
  'USB Keyboard+Smartpad' not detected as touchpad in 'Samsung Ativ
  Smart PC Pro 700t'

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

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


[Bug 1290337] Re: [Lenovo ThinkPad W530] I/O slow down

2014-05-17 Thread Michisteiner
fyi: problem also still exists after upgrading to 14.04 ( 3.13.0-24)

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

Title:
  [Lenovo ThinkPad W530] I/O slow down

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

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


[Bug 1308187] Re: Python (v2.7) requires to install plugins to play media files of the following typ

2014-05-17 Thread katsu
same issue.

$ LANG=C apt-cache depends soundconverter
soundconverter
  Depends: python
  Depends: python-gnome2
  Depends: python-glade2
  Depends: python-gst0.10
  Depends: gstreamer0.10-plugins-good
  Depends: gstreamer0.10-plugins-base
  Suggests: gstreamer0.10-plugins-ugly
  Suggests: gstreamer0.10-ffmpeg

There is no gstreamer0.10-ffmpeg package.

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

Title:
  Python (v2.7) requires to install plugins to play media files of the
  following typ

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

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


[Bug 1320203] Re: cannot burn dvd from iso

2014-05-17 Thread Thomas Schmitt
Hi,

 something to the effect that beyond the first 2 KB the disk is not
empty

Original message texts may help to find out what's wrong.

Currently it looks like the burn programs get no error
indication from the drive, despite it does not burn the
medium properly. 
Probably you used my libburn underneath Brasero. If the drive had
reported problems, then at least the Brasero log should contain
error messages with prefix Libburn. (Have a look at the log.
If it is riddling, then show it here.)

If the drive is quite old and no error messages are to see, then
this might be due to physical decay.

The fact that it can burn readable CD does not confirm that it
can burn DVD. The physical properties and laser settings differ
between those media families.

 Brasero [...] goes into a hang saying Calculating Image Checksum.

This might be an independent problem. (Not related to libburn
or drive problems.)


Let's examine:

Since you have growisofs, you probably also have the program
dvd+rw-mediainfo installed.
Put the problematic DVD into the drive (e.g. /dev/sr0), load the tray
(the program will not do this for you), and execute

  dvd+rw-mediainfo /dev/sr0

This should put out some texts which describe the medium status.
Show them here.

Further:


If you have the opportunity to read the DVD by a different drive,
then do. If it is really a physical problem between laser and
medium dye, then a different drive may well show different results.

If the DVD is readable in other drives, then your burner drive
is to blame. (If it is not readable, then the burner can still
be the culprit.)


Have a nice day :)

Thomas

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

Title:
  cannot burn dvd from iso

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

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


[Bug 1307116] Re: Caps Lock switches input source several times instead of just one

2014-05-17 Thread Basil Titovchenko
After clean Install of Ubuntu 14.04 and assigning Caps Lock as input
source switcher all was worked as intended. But after turning on On
Screen Keyboard bug striked back.

Just found a condition to repeat this bug (two or more input sources -
languages - must be configured in system):

1. Set Caps Lock as input source change button
2. At System Settings - Universal Access - Typing turn on On Screen 
Keyboard
3. Reboot
4. Now the On Screen Keyboard is on screen and pressing Caps Lock in text 
input field (gedit, for example) quickly changes input source several times.

After hiding keyboard from screen such behaviour remains until On Screen
Keyboard will be completely turned off in System Settings - Universal
Access.

** Description changed:

  Ubuntu 14.04 beta, upgraded April 12, 2014 from Ubuntu 13.10
  
  I have two input sources - English and Russian. I've set up Caps Lock
  key at Systems Settings-Text Entry-Switch to next source using. Now if
  I am pressing Caps Lock the source indicator quickly changes state as
  En-Ru-En-Ru-En (or Ru-En-Ru), so actually input source never
  changes. Using other keys (or combinations) to change input source works
  as intended, changes En to Ru and vice versa.
+ 
+ * Updated 2014.05.17:
+ 
+ After clean Install of Ubuntu 14.04 and assigning Caps Lock as input
+ source switcher all was worked as intended. But after turning on On
+ Screen Keyboard bug striked back.
+ 
+ Just found a condition to repeat this bug (two or more input sources -
+ languages - must be configured in system):
+ 
+ 1. Set Caps Lock as input source change button
+ 2. At System Settings - Universal Access - Typing turn on On Screen 
Keyboard
+ 3. Reboot
+ 4. Now the On Screen Keyboard is on screen and pressing Caps Lock in text 
input field (gedit, for example) quickly changes input source several times.
+ 
+ After hiding keyboard from screen such behaviour remains until On Screen
+ Keyboard will be completely turned off in System Settings - Universal
+ Access.

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

** Description changed:

  Ubuntu 14.04 beta, upgraded April 12, 2014 from Ubuntu 13.10
  
  I have two input sources - English and Russian. I've set up Caps Lock
  key at Systems Settings-Text Entry-Switch to next source using. Now if
- I am pressing Caps Lock the source indicator quickly changes state as
- En-Ru-En-Ru-En (or Ru-En-Ru), so actually input source never
+ I am pressing Caps Lock the source indicator quickly changes its state
+ as En-Ru-En-Ru-En (or Ru-En-Ru), so actually input source never
  changes. Using other keys (or combinations) to change input source works
  as intended, changes En to Ru and vice versa.
  
  * Updated 2014.05.17:
  
  After clean Install of Ubuntu 14.04 and assigning Caps Lock as input
  source switcher all was worked as intended. But after turning on On
  Screen Keyboard bug striked back.
  
  Just found a condition to repeat this bug (two or more input sources -
  languages - must be configured in system):
  
  1. Set Caps Lock as input source change button
  2. At System Settings - Universal Access - Typing turn on On Screen 
Keyboard
  3. Reboot
  4. Now the On Screen Keyboard is on screen and pressing Caps Lock in text 
input field (gedit, for example) quickly changes input source several times.
  
  After hiding keyboard from screen such behaviour remains until On Screen
  Keyboard will be completely turned off in System Settings - Universal
  Access.

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

Title:
  Caps Lock  switches input source several times instead of just one

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

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


[Bug 1300341] Re: Gnome-terminal transparency doesn't work on trusty with gnome-shell

2014-05-17 Thread PinGUY
*** This bug is a duplicate of bug 1292282 ***
https://bugs.launchpad.net/bugs/1292282

Here is a work around until it gets fixed.
http://forum.pinguyos.com/Thread-Get-Back-Transparent-Terminal

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

Title:
  Gnome-terminal transparency doesn't work on trusty with gnome-shell

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

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


[Bug 1292282] Re: background transparency is not working on gnome terminal

2014-05-17 Thread PinGUY
Here is a work around until it gets fixed.
http://forum.pinguyos.com/Thread-Get-Back-Transparent-Terminal

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

Title:
  background  transparency is not working on gnome terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1292282/+subscriptions

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


[Bug 701205] Re: Does not report correct dependancy

2014-05-17 Thread Ross Gammon
Hi,

Sorry there was no response to this up until now.

All the currently supported versions of Ubuntu have 0.7.3 of osm-gps-
map, and the latest version is 1.0.2 which is proposed for 14.10
(Utopic). It is possible that the dependencies were changed in these
later versions.

Do you still need a resolution for this issue? If you do, could you
please give a bit more detail about what you are trying to achieve (what
you will be using it for)? I am not familiar with trying to configure
osm-gps-map with waf.

Regards,

Ross

** Changed in: osm-gps-map (Ubuntu)
   Status: New = Incomplete

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

Title:
  Does not report correct dependancy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/osm-gps-map/+bug/701205/+subscriptions

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


[Bug 1320359] Re: Tiles not showing for libosmgpsmap 0.7.3

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

** Changed in: osm-gps-map (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/1320359

Title:
  Tiles not showing for libosmgpsmap 0.7.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/osm-gps-map/+bug/1320359/+subscriptions

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


[Bug 1320356] Re: mir-session doesn't loads

2014-05-17 Thread Fabio
I have discovered that when lightdm appears again it's possible to press
the ESC key to make the login buttons appear again, but also appears
Unsuccesful Authentication (translated from italian Autenticazione
non riuscita). It seems to me a problem with lightdm too. I am then
able to restart lightdm and login to unity7 or unity8 X session. If you
need some logs to help debug I am available.

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

Title:
  mir-session doesn't loads

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

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


[Bug 882307] Re: [list-view] After copying text from a rename entry, file copy menus items are broken

2014-05-17 Thread Geert Jan Alsem
I don't have time to setup a dev environment and compile and test
nautilus, but I did browse the source code a bit to narrow down the
problem.

So I looked in the file nautilus-list-view.c [1] and found there are
different ways to end a renaming action. Turns out, this bug only
happens in one specific case. After pressing F2 and Ctrl-C, you can:

* Press enter to actually rename the file: works.
* Clear the file name and press enter, so the original file name is restored: 
works.
* Don't change the file name and press enter: works.
* Clicking on an empty part of the window to stop editing: works.
* Change directories while editing the file name: works.
* Press the Escape key to stop renaming: causes this bug!

So in short: this bug only happens if you use Escape to stop editing. My
guess is none of the cleanup-methods in nautilus-list-view.c are called
when you press Escape, leaving Nautilus in an invalid state. Hopefully
somebody with an already running nautilus dev environment can take a
closer look. Even though this bug is a bit rarer than I initially
thought, it's still a pretty breaking bug for the file manager of an LTS
release IMO.

[1] http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/nautilus
/trusty-updates/view/head:/src/nautilus-list-view.c


** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  [list-view] After copying text from a rename entry, file copy menus
  items are broken

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

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


[Bug 1295767] Re: Does not display map tiles

2014-05-17 Thread Ross Gammon
*** This bug is a duplicate of bug 1320359 ***
https://bugs.launchpad.net/bugs/1320359

** This bug has been marked a duplicate of bug 1320359
   Tiles not showing for libosmgpsmap 0.7.3

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

Title:
  Does not display map tiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/osm-gps-map/+bug/1295767/+subscriptions

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


[Bug 1317431]

2014-05-17 Thread adaptee
*** Bug 320822 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/1317431

Title:
  /usr/bin/muon-
  
updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

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

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


[Bug 1317431]

2014-05-17 Thread adaptee
*** Bug 320575 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/1317431

Title:
  /usr/bin/muon-
  
updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

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

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


[Bug 1299902] Re: devede crashed with TypeError in create_disc(): Gtk.FileChooser.set_current_folder() argument 1 must be string, not None

2014-05-17 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1299823 ***
https://bugs.launchpad.net/bugs/1299823

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: devede (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/1299902

Title:
  devede crashed with TypeError in create_disc():
  Gtk.FileChooser.set_current_folder() argument 1 must be string, not
  None

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

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


[Bug 1317431]

2014-05-17 Thread adaptee
*** Bug 334790 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/1317431

Title:
  /usr/bin/muon-
  
updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

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

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


[Bug 1301873]

2014-05-17 Thread Olivier Fourdan
(In reply to ale.carrazzoni from comment #27)

 Great, now tiling is broken when compositing is turned on.

Unrelated to this current bug, please don't confuse things even more
with this current issue.

 It's even worse
 when using compton since you have a double shadow. Can't you just draw a
 window properly?

If you are using Compton, it's a bug in Compton, not in Xfce nor in
GTK+.

But again, this is unrelated to the current issue, such comment just
keep adding noise to an already fairly long bug which should be fairly
straightforward:

 - Xfce does not support some combination of MWM hints
 - that was on purposed as I reckoned those should not be needed
 - we have now a patch, do we merge it or does it need rework before being 
merged.

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

Title:
  Add support for title-less windows

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

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


[Bug 1301873]

2014-05-17 Thread Guido Berhoerster
(In reply to Olivier Fourdan from comment #25)
 (In reply to ale.carrazzoni from comment #24)
  So it should be fixed in GTK+ then?
 
 ... I just find
 unfortunate that GTK+ relies on such a mechanism.

Exactly, so if you merge it, can you for this reason please add a wm
tweak setting to enforce window decorations, i.e. keep the status quo?

 Anyhow, as we have a patch ready thanks to Alistair, I agree that patch
 should be merged.

So what about the theming issue, do you wan to go with the flipped
pixmaps? You also didn't comment on the issue Martin raised?

@Matthias:
Could give some feedback on a possible solution from the GTK side for non-GNOME 
environments where CSDs doe not fit well, especially my suggestion in 
comment#21? If needed I can also open a RFE on the GTK bugtracker to discuss 
this further.

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

Title:
  Add support for title-less windows

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

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


[Bug 1301873]

2014-05-17 Thread Magnus
So it should be fixed in GTK+ then?

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

Title:
  Add support for title-less windows

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

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


[Bug 1301873]

2014-05-17 Thread Olivier Fourdan
(In reply to ale.carrazzoni from comment #24)
 So it should be fixed in GTK+ then?

The bug is valid and we /{c,s}hould/ support the hints, I just find
unfortunate that GTK+ relies on such a mechanism.

Anyhow, as we have a patch ready thanks to Alistair, I agree that patch
should be merged.

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

Title:
  Add support for title-less windows

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

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


[Bug 1301873]

2014-05-17 Thread Magnus
(In reply to Matthias Clasen from comment #17)
 Not sure I agree that mwm hints being 20 years old is a valid excuse for not
 supporting them fully, or that GTK+ is somehow in the wrong for using them.
 
 But anyway, if you use GTK+ 3.12.1, you will actually get full csd
 decorations under xfwm4, aas long as compositing is enabled. I have taken
 out the check for _GTK_FRAME_EXTENTS support, which means that the shadow
 and invisible border will be treated as part of the window. Thats mainly
 noticable during interactive move or resize. But no more double titlebars.
 
 So, just turn on compositing.

Great, now tiling is broken when compositing is turned on. It's even
worse when using compton since you have a double shadow. Can't you just
draw a window properly?

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

Title:
  Add support for title-less windows

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

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


[Bug 1320436] [NEW] Please update to 337.19 - Linux kernel 3.15 is not supported with this old version

2014-05-17 Thread Michael Neuffer
Public bug reported:

Please update to 337.19 - Linux kernel 3.15 is not supported with this
old version

[...]
Preparing to unpack .../linux-image-3.15.0-1-generic_3.15.0-1.3_amd64.deb ...
Done.
Unpacking linux-image-3.15.0-1-generic (3.15.0-1.3) ...
Preparing to unpack .../upstart_1.12.1-0ubuntu7_amd64.deb ...
[...]
Setting up linux-image-3.15.0-1-generic (3.15.0-1.3) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.15.0-1-generic 
/boot/vmlinuz-3.15.0-1-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.15.0-1-generic 
/boot/vmlinuz-3.15.0-1-generic
Error! Bad return status for module build on kernel: 3.15.0-1-generic (x86_64)
Consult /var/lib/dkms/nvidia-331-updates-uvm/331.38/build/make.log for more 
information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.15.0-1-generic 
/boot/vmlinuz-3.15.0-1-generic
update-initramfs: Generating /boot/initrd.img-3.15.0-1-generic
[...]
Setting up linux-image-generic (3.15.0.1.2) ...
Setting up linux-headers-3.15.0-1 (3.15.0-1.3) ...
Setting up linux-headers-3.15.0-1-generic (3.15.0-1.3) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.15.0-1-generic 
/boot/vmlinuz-3.15.0-1-generic
Error! Bad return status for module build on kernel: 3.15.0-1-generic (x86_64)
Consult /var/lib/dkms/nvidia-331-updates-uvm/331.38/build/make.log for more 
information.
Setting up linux-headers-generic (3.15.0.1.2) ...
[...]

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: nvidia-331-updates 331.38-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.2-0ubuntu4
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat May 17 09:29:07 2014
InstallationDate: Installed on 2014-02-04 (102 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140202)
SourcePackage: nvidia-graphics-drivers-331-updates
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kernel nvidia utopic

** Attachment added: 
/var/lib/dkms/nvidia-331-updates-uvm/331.38/build/make.log
   https://bugs.launchpad.net/bugs/1320436/+attachment/4114227/+files/make.log

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

Title:
  Please update to 337.19 - Linux kernel 3.15 is not supported with this
  old version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1320436/+subscriptions

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


[Bug 1320434] [NEW] Local videos not showing when Videos dir is a symlink

2014-05-17 Thread Amir
Public bug reported:

It appears that after I symlink my Videos dir to a dir in other partiton
where I keep all my media files, video lens don't show my video files
anymore. I deleted ~/.cache/unity-lens-video/videos.db to have it
rebuilt the cache but still no luck. When I ran strings command on the
the file it however dumped all the video filenames  I have in my symlink
Videos dir

I'm on Trusty by the way

** Affects: unity-lens-video (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Videos not showing when Videos dir is a symlink
+ Local videos not showing when Videos dir is a symlink

** Description changed:

- It appears that after I symlink my Videos dir to other dir in other
- partiton where I keep all my media files, video lens don't show my video
- files anymore. I deleted ~/.cache/unity-lens-video/videos.db to have it
+ It appears that after I symlink my Videos dir to a dir in other partiton
+ where I keep all my media files, video lens don't show my video files
+ anymore. I deleted ~/.cache/unity-lens-video/videos.db to have it
  rebuild the cache but still no luck. When I ran strings command on the
  the file it however dumped all the video filenames  I have in my symlink
  Videos dir
  
  I'm on Trusty by the way

** Description changed:

  It appears that after I symlink my Videos dir to a dir in other partiton
  where I keep all my media files, video lens don't show my video files
  anymore. I deleted ~/.cache/unity-lens-video/videos.db to have it
- rebuild the cache but still no luck. When I ran strings command on the
+ rebuilt the cache but still no luck. When I ran strings command on the
  the file it however dumped all the video filenames  I have in my symlink
  Videos dir
  
  I'm on Trusty by the way

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

Title:
  Local videos not showing when Videos dir is a symlink

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

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


[Bug 1303736] Re: Black screen after wakeup from suspending by closing the laptop lid

2014-05-17 Thread Rory Yorke
@Elfy: I've tried the instructions from #56, but the update hasn't
resolved the problem.  Here are the lightdm/xfce4-power-manager
versions:

$ dpkg-query -W light-locker-settings xfce4-power-manager*
light-locker-settings   1.2.1-0ubuntu2~trusty~ppa3
xfce4-power-manager 1.2.0-3ubuntu5~trusty~ppa2
xfce4-power-manager-data1.2.0-3ubuntu5~trusty~ppa2
xfce4-power-manager-plugins 1.2.0-3ubuntu5~trusty~ppa2

I rebooted after installing, and then after changing the 'lock on
suspend' settings in light-locker-settings.

The behaviour is as follows: on closing the lid, the laptop suspends.
On opening, there is some VT flickering, and I see an unlock screen that
looks similar to the login screen (blue background, etc.).  After
entering my password, the screen goes dark.  I can still switch to a
text console to restart lightdm.

When I suspend via a command (click on my username, choose Suspend),
the laptop also suspends; when I push the power button, it wakes up,
there is some VT flickering, and the screen goes dark.  Now, when I
press a key or touch the mousepad, the same unlock screen I mentioned
before appears; this time, after unlocking I'm taken to my desktop.

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

Title:
  Black screen after wakeup from suspending by closing the laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1307163] Re: not work gnome-screensaver-command -d

2014-05-17 Thread Vojtěch Látal
** Attachment added: strace gnome-screensaver-command -d
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1307163/+attachment/4114231/+files/deactivate.strace.log

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

Title:
  not work gnome-screensaver-command -d

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

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


[Bug 1318842] Re: No more Music available by UpNp

2014-05-17 Thread Elbarbudo
Same thing with VLC used as UpNp client : 
Music folders are EMPTY from UpNp client.

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

Title:
  No more Music available by UpNp

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

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


[Bug 1307163] Re: not work gnome-screensaver-command -d

2014-05-17 Thread Vojtěch Látal
Hi, I am also using blueproximity as Jeremy, so I am affected by this
bug.

I have tried strace-ing both commands, attaching their outputs:
gnome-screensaver-command -a
gnome-screensaver-command -d

Hope that will help someone.

 Is there something I can provide to solve this bug?

** Attachment added: strace gnome-screensaver-command -l
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1307163/+attachment/4114230/+files/lock.strace.log

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

Title:
  not work gnome-screensaver-command -d

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

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


[Bug 351868] Re: export to .mov does nothing

2014-05-17 Thread kara
Confirm taht I cannot export to .mov in 14.04.

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

Title:
  export to .mov does nothing

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

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


[Bug 1320438] [NEW] Unity launcher auto hide fails on screen unlock using Super+L

2014-05-17 Thread Vanamali
Public bug reported:

I use a Compaq cq40 running Trusty. If I lock the screen using the
Super+L hotkey, upon unlocking the unity launcher bar appears on the
screen. I'll have to press Super key twice to hide it again (Hitting
once brings up the dash home, hitting once again hides the launcher).
This is not observed if use the Ctrl+Alt+L hotkey. The following are
the system details:

@Enigma:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04 LTS
Release:14.04
Codename:   trusty

@Enigma:~$ uname -a
Linux Enigma 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 
i686 i686 GNU/Linux

@Enigma:~$ sudo apt-cache policy unity
unity:
  Installed: 7.2.0+14.04.20140423-0ubuntu1.2
  Candidate: 7.2.0+14.04.20140423-0ubuntu1.2
  Version table:
 *** 7.2.0+14.04.20140423-0ubuntu1.2 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages


Auto hide is enabled for unity launcher. Is there a way to resolve this 
annoying behaviour? Thanks!

** Affects: 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/1320438

Title:
  Unity launcher auto hide fails on screen unlock using Super+L

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

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


[Bug 1303736] Re: Black screen after wakeup from suspending by closing the laptop lid

2014-05-17 Thread Rory Yorke
@Elfy, re #82: I created a new user and tried the suspend actions there.

In this case, when I command suspend, the machine suspends.  When I push
the power button, I'm taken straight to an unlock screen (no black
screen waiting for keypress/mouse movement).

When I close the lid, the machine suspends; when I open the lid, I'm
shown the unlock screen, and after unlock I go to the desktop.

I.e., with a new user, everything works as expected.  So presumably
there's a workaround involving finding whatever is in $HOME/ (~/.config,
I guess?) that makes the screen blank.

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

Title:
  Black screen after wakeup from suspending by closing the laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1307163] Vacation reply

2014-05-17 Thread mikael hammarlind
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1307163

Title:
  not work gnome-screensaver-command -d

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

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


[Bug 351868] Re: export to .mov does nothing

2014-05-17 Thread Mattia Rizzolo
FWIW pencil is dead upstream. Pencil2D (its fork) it's in the NEW queue
in Debian. It will eventually replace pencil.

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

Title:
  export to .mov does nothing

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

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


[Bug 1320425] Re: git-p4 wrongly desactivated

2014-05-17 Thread Bug Watch Updater
** Changed in: git (Debian)
   Status: Unknown = New

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

Title:
  git-p4 wrongly desactivated

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

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


[Bug 1306960] Re: update to pencil2D

2014-05-17 Thread Mattia Rizzolo
** Changed in: pencil (Ubuntu)
 Assignee: (unassigned) = Mattia Rizzolo (mapreri)

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

Title:
  update to pencil2D

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

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


[Bug 1320440] [NEW] install crash while installing 32 bit over 64 bit

2014-05-17 Thread Pradeep Parik
Public bug reported:

i installed 64 bit by mistake, while installing 32 bit over, installer
crashed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
Casper:
 stdin: Not a typewriter
 Generating locales...
   en_US.UTF-8... up-to-date
 Generation complete.
 pwconv: failed to change the mode of /etc/passwd- to 0600
Date: Sat May 17 13:31:47 2014
InstallCmdLine: file=/cdrom/boot/i386.ubuntu/preseed/ubuntu.seed boot=casper 
only-ubiquity live-media-path=/boot/i386.ubuntu ignore_uuid 
initrd=/boot/i386.ubuntu/initrd.lz quiet splash -- 
BOOT_IMAGE=/boot/i386.ubuntu/vmlinuz
ProcEnviron:
 LANGUAGE=en_IN
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_IN
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty ubiquity-2.18.7 ubuntu

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

Title:
  install crash while installing 32 bit over 64 bit

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

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


[Bug 1313123] Re: wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on libopencl1

2014-05-17 Thread Frank Denissen
Does it work when Recommends is replaced by Suggests or when ocl-
icd-libopencl1 is replaced by ocl-icd-libopencl1|libopencl1 ?

I assume it is always necessary that the nvidia package provides at
least libopencl-1.1-1.

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

Title:
  wine1.6-i386 is only dependent on ocl-icd-libopencl1 and not also on
  libopencl1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1313123/+subscriptions

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


[Bug 1320439] [NEW] Mythbuntu 14.04 installer crashes when testing updated mythbuntu-common 0.74 with VNC ticked in installation options

2014-05-17 Thread Regen
Public bug reported:

This crash happened when testing updated mythbuntu-common package 0.74
from trusty-proposed as listed in bug 1290460.

This crash does not happen if VNC is not ticked in the installation
options.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.340
Date: Sat May 17 15:58:58 2014
InstallCmdLine: file=/cdrom/preseed/mythbuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --
LiveMediaBuild: Mythbuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
ProcEnviron:
 LANGUAGE=en_AU.UTF-8
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug mythbuntu trusty ubiquity-2.18.7

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

Title:
  Mythbuntu 14.04 installer crashes when testing updated mythbuntu-
  common 0.74 with VNC ticked in installation options

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

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


[Bug 1290460] Re: Mythbuntu Installer Crashes: File /usr/lib/python3/dist-packages/mythbuntu_common/vnc.py, line 58, in create_password ValueError: Password should be passed as bytes

2014-05-17 Thread Regen
I can confirm that at least one scenario works.

When booting from hard disk with Mythbuntu 14.04 amd64 installed:
- enable trusty-proposed
- update mythbuntu-common from 0.73 to 0.74
- use Mythbuntu Control Centre to install VNC, including setting the password
VNC is installed successfully and the password works after a reboot.

When booting from ISO into live environment:
- enable trusty-proposed
- update mythbuntu-common from 0.73 to 0.74
- disable trusty-proposed
- Use desktop icon to install Mythbuntu
the installation crashes with a different error:
Gtk-Message: Failed to load module overlay-scrollbar
Submitted this as bug 1320439, as an easy way to provide details.
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1320439

This crash does not happen if VNC is not ticked in the installation
options.

Is anyone else able to confirm that updating mythbuntu-common from 0.73
to 0.74 in the live environment before installing to hard disk works? I
can't figure out how to avoid this crash. If anyone is able to advise
how to avoid this crash I'm happy to try testing again.

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

Title:
  Mythbuntu Installer Crashes: File /usr/lib/python3/dist-
  packages/mythbuntu_common/vnc.py, line 58, in create_password
  ValueError: Password should be passed as bytes

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

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


[Bug 1320439] Re: Mythbuntu 14.04 installer crashes when testing updated mythbuntu-common 0.74 with VNC ticked in installation options

2014-05-17 Thread Ubuntu Foundations Team Bug Bot
*** This bug is a duplicate of bug 1290460 ***
https://bugs.launchpad.net/bugs/1290460

Exception during installation:
May 17 07:58:53 mythbuntu /plugininstall.py: Traceback (most recent call last):
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 1770, in module
May 17 07:58:53 mythbuntu /plugininstall.py: install.run()
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 78, in wrapper
May 17 07:58:53 mythbuntu /plugininstall.py: func(self)
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 204, in run
May 17 07:58:53 mythbuntu /plugininstall.py: self.configure_plugins()
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 570, in configure_plugins
May 17 07:58:53 mythbuntu /plugininstall.py: self.run_plugin(plugin)
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 544, in run_plugin
May 17 07:58:53 mythbuntu /plugininstall.py: ret = 
inst.install(self.target, PluginProgress(self.db))
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/lib/ubiquity/plugins/myth-install-type.py, line 198, in install
May 17 07:58:53 mythbuntu /plugininstall.py: self.setup_roles()
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/lib/ubiquity/plugins/myth-install-type.py, line 178, in setup_roles
May 17 07:58:53 mythbuntu /plugininstall.py: vnc.create_password(passwd)
May 17 07:58:53 mythbuntu /plugininstall.py:   File 
/usr/lib/python3/dist-packages/mythbuntu_common/vnc.py, line 59, in 
create_password
May 17 07:58:53 mythbuntu /plugininstall.py: raise ValueError('Password 
should be passed as bytes')
May 17 07:58:53 mythbuntu /plugininstall.py: ValueError: Password should be 
passed as bytes
May 17 07:58:53 mythbuntu /plugininstall.py: 


** Tags added: installer-crash

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

Title:
  Mythbuntu 14.04 installer crashes when testing updated mythbuntu-
  common 0.74 with VNC ticked in installation options

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

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


[Bug 1320439] Re: Mythbuntu 14.04 installer crashes when testing updated mythbuntu-common 0.74 with VNC ticked in installation options

2014-05-17 Thread Ubuntu Foundations Team Bug Bot
*** This bug is a duplicate of bug 1290460 ***
https://bugs.launchpad.net/bugs/1290460

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This particular bug has already been reported and is a duplicate of bug 
1290460, so it 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.
[This is an automated message.  I apologize if it reached you inappropriately; 
please just reply to this message indicating so.]

** This bug has been marked a duplicate of bug 1290460
   Mythbuntu Installer Crashes: File 
/usr/lib/python3/dist-packages/mythbuntu_common/vnc.py, line 58, in 
create_password ValueError: Password should be passed as bytes

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

Title:
  Mythbuntu 14.04 installer crashes when testing updated mythbuntu-
  common 0.74 with VNC ticked in installation options

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

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


[Bug 1312137] Re: Local menus broken for Qt apps after opening dialog

2014-05-17 Thread Huck-bernhard
There are a Duplicate Bugs 1302084, 1315717 to this.
But i am not sure which should be markt as Duplicate?

https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1315717

https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1302084

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

Title:
  Local menus broken for Qt apps after opening dialog

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

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


[Bug 1320438] Re: Unity launcher auto hide fails on screen unlock using Super+L

2014-05-17 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1320438/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Unity launcher auto hide fails on screen unlock using Super+L

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

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


[Bug 1315384] Re: python-indicate not showing up in message indictor

2014-05-17 Thread Jochen Fahrner
Lars, when I run that code standalone it works. But when I do the import
MessagingMenu from within a Gajim plugin, I get an ImportError
exception. Any ideas what's wrong there?

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

Title:
  python-indicate not showing up in message indictor

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

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


[Bug 1311148] Re: package libpostproc52 6:0.8.10-0ubuntu0.13.10.1 failed to install/upgrade: libpostproc52:amd64 6:0.git20120821-4 (Multi-Arch: no) is not co-installable with libpostproc52 which has m

2014-05-17 Thread Edip Ahmet
*** This bug is a duplicate of bug 1286836 ***
https://bugs.launchpad.net/bugs/1286836

Why Ubuntu still isnt stable.. It detects crash reports.. it is boring.
I hope Ubuntu 14.10 will be stable like Windows.

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

Title:
  package libpostproc52 6:0.8.10-0ubuntu0.13.10.1 failed to
  install/upgrade: libpostproc52:amd64 6:0.git20120821-4 (Multi-Arch:
  no) is not co-installable with libpostproc52 which has multiple
  installed instances

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

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


[Bug 1320022] Re: [Dell Latitude E6540] ALPS touchpad keeps having state reset

2014-05-17 Thread Pali
@Christopher M. Penalver (penalvch): Sorry, but I cannot. I already
wrote it:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/comments/50

If can specify which information or logs you need I can provide you it.

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

Title:
  [Dell Latitude E6540] ALPS touchpad keeps having state reset

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

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


[Bug 1320444] [NEW] Sync bijiben 3.12.2-1 (universe) from Debian unstable (main)

2014-05-17 Thread Vincent Cheng
Public bug reported:

Please sync bijiben 3.12.2-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Sync from Debian
  * Support stable tracker-1.0
- git_check_tracker_1-0.patch
- debian/control.in: bump dep on tracker-spargl-1.0-dev
- debian/rules: autoreconf

Tracker 1.0 support is included upstream as of 3.12, so the current delta
can be dropped.


Changelog entries since current utopic version 3.10.2-1ubuntu1:

bijiben (3.12.2-1) unstable; urgency=medium

  * New upstream release.
  * Add manpage for bijiben.

 -- Vincent Cheng vch...@debian.org  Mon, 12 May 2014 23:22:16 -0700

bijiben (3.12.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Vincent Cheng vch...@debian.org  Sat, 10 May 2014 00:03:33 -0700

bijiben (3.12.0-1) experimental; urgency=medium

  * Upload to experimental.
  * New upstream release.
- Bump build-dep on libgtk-3-dev to = 3.11.4.
- Add new build-dep on libtracker-sparql-1.0-dev. (Closes: #741426)
- Add new build-dep on desktop-file-utils (for desktop-file-validate).

 -- Vincent Cheng vch...@debian.org  Tue, 25 Mar 2014 15:57:23 -0700

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


** Tags: sync

** Tags added: sync

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

Title:
  Sync bijiben 3.12.2-1 (universe) from Debian unstable (main)

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

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


[Bug 1318182] Re: Settings background in fully transparent

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

** Changed in: gnome-tweak-tool (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/1318182

Title:
  Settings background in fully transparent

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

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


[Bug 1320446] [NEW] Resolution limited to 1024x768 on Intel G31/G33

2014-05-17 Thread Jerre Domitilli
Public bug reported:

Ubuntu Studio 14.04 amd64
Confirmed on 3 physical machines of different make/model. 
Confirmed in both upgrade and clean install.
Resolution limited to 1024x768 on Intel G31/G33
Related bug #1078695
https://bugs.launchpad.net/ubuntu/+source/x11-utils/+bug/1078695

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-27.50-lowlatency 3.13.11
Uname: Linux 3.13.0-27-lowlatency x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat May 17 01:57:13 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell Inspiron 530 [1028:020d]
InstallationDate: Installed on 2014-03-23 (54 days ago)
InstallationMedia: Ubuntu-Studio 14.04 Trusty Tahr - Alpha amd64 (20140221)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-27-lowlatency 
root=UUID=c05edc70-63fd-43aa-8fe3-5935d462e55f ro nomodeset quiet splash 
vt.handoff=7
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/20/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.15
dmi.board.name: 0RY007
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.15:bd06/20/2008:svnDellInc.:pnInspiron530:pvr:rvnDellInc.:rn0RY007:rvr:cvnDellInc.:ct3:cvrOEM:
dmi.product.name: Inspiron 530
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.54+git20140505.5126fcb2-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri: libgl1-mesa-dri 
10.3.0~git20140515.67041874-0ubuntu0sarvatt~trusty
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
10.3.0~git20140515.67041874-0ubuntu0sarvatt~trusty
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~trusty
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.911+git20140507.18416b51-0ubuntu0ricotz~trusty
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt
xserver.bootTime: Sat May 17 01:53:31 2014
xserver.configfile: /etc/X11/xorg.conf
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech USB Optical Mouse MOUSE, id 8
 inputGeneric USB+PS2 Keyboard KEYBOARD, id 9
 inputGeneric USB+PS2 Keyboard KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: amd64 apport-bug third-party-packages trusty ubuntu

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

Title:
  Resolution limited to 1024x768 on Intel G31/G33

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

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


[Bug 1312860] Re: [Asus A8JP] Fan speed control is frozen

2014-05-17 Thread Bernard_Ivo
Hello fellas,

I have a similar problem after fresh new instal of 14.04 Lubuntu on HP
nc6120. Chose Lubuntu as it is lighter than Ubuntu for this machine. The
fan behaves as described by Jörg. Similarly psensor does not show fan at
all, while the temperatures it shows are frozen at boot level hence
graphics are straight lines. The machine is with the latest updates.

Would you like me to extract some more info? Should I follow
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
or else?

Cheers,
Bernard

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

Title:
  [Asus A8JP] Fan speed control is frozen

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

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

[Bug 1257186] Re: memory leakage messages

2014-05-17 Thread Eric MORAND
This importance of this bug should probably be reexamined, because it
has impact on other softwares, like Netatalk. It prevents AFP shares
from being accessible and make Netatalk totally useless.

Here is a syslog trace where Netatalk crash because of this bug :

May 17 10:48:29 ace-of-spades afpd[3498]: 
===
May 17 10:48:29 ace-of-spades afpd[3498]: INTERNAL ERROR: Signal 11 in pid 3498 
(2.2.2)
May 17 10:48:29 ace-of-spades afpd[3498]: 
===
May 17 10:48:29 ace-of-spades afpd[3498]: BACKTRACE: 3 stack frames:
May 17 10:48:29 ace-of-spades afpd[3498]:  #0 
/usr/sbin/afpd(netatalk_panic+0x1f) [0x7f4acaaf08bf]
May 17 10:48:29 ace-of-spades afpd[3498]:  #1 /usr/sbin/afpd(+0x549bc) 
[0x7f4acaaf09bc]
May 17 10:48:29 ace-of-spades afpd[3498]:  #2 
/lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f4ac9440ff0]

See this bug report :
https://bugs.launchpad.net/ubuntu/+source/netatalk/+bug/810732

Disabling SMB password synchronization (for example with pam-auth-
update) not onyl remove the error message of this bug but also restore
Netatalk behavior.

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

Title:
  memory leakage messages

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

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


[Bug 1320214] Re: HP laptops: mute LED state is not synchronized correctly

2014-05-17 Thread Joonas Saarinen
It seems that the mute LED could be controlled by ALSA instead.

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

Title:
  HP laptops: mute LED state is not synchronized correctly

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

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


[Bug 1315020]

2014-05-17 Thread Catalin-varga
I verified the bug using the following environment:

FF 30.0b5
Build Id: 20140515140857
Os: Win 7 x64

The bug is still reproducible on beta.

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

Title:
  PDF.js prints blank pages

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

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


[Bug 1302081] Re: Menu in title bar is missing after a modal window child

2014-05-17 Thread Treviño
*** This bug is a duplicate of bug 1312137 ***
https://bugs.launchpad.net/bugs/1312137

** This bug is no longer a duplicate of bug 1315717
   Global MenuBar hidden in Qt applications after any dialog opens
** This bug has been marked a duplicate of bug 1312137
   Local menus broken for Qt apps after opening dialog

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

Title:
  Menu in title bar is missing after a modal window child

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/1302081/+subscriptions

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


[Bug 1302084] Re: Menu in the global title bar is missing after a window child in Qt5 applications

2014-05-17 Thread Treviño
I would like to keep this around, since the fact that appmenu-qt should
not export the menus on child windows is something that should be fixed
anyway.

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

Title:
  Menu in the global title bar is missing after a window child in Qt5
  applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1302084/+subscriptions

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


[Bug 1315717] Re: Global MenuBar hidden in Qt applications after any dialog opens

2014-05-17 Thread Treviño
*** This bug is a duplicate of bug 1312137 ***
https://bugs.launchpad.net/bugs/1312137

** This bug has been marked a duplicate of bug 1312137
   Local menus broken for Qt apps after opening dialog

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

Title:
  Global MenuBar hidden in Qt applications after any dialog opens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/1315717/+subscriptions

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


[Bug 1292627] Re: [Dell Inc. Inspiron 1521] suspend/resume failure

2014-05-17 Thread Yvon TANGUY
For some reason, I no longer have this problem with kernel
3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux

** Changed in: linux (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  [Dell Inc. Inspiron 1521] suspend/resume failure

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

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


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-05-17 Thread Inoki S.
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

Also affects me. Can anyone point me on how to replace this with let's
say gnome-screensaver? Or I simply de-install light locker and install
gnome screensaver.

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

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

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


[Bug 207135] Re: pulseaudio uses too much CPU

2014-05-17 Thread mishoo
Here it stays between 6% and 30% when *not* playing any sound. (lubuntu
14.04)

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

Title:
  pulseaudio uses too much CPU

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

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


[Bug 1320450] [NEW] page up/page down/home/end don't work properly in firefox 29

2014-05-17 Thread Alistair Buxton
Public bug reported:

To reproduce:

1. Go to youtube.com (logged in or not, doesn't matter.)
2. Press page down: nothing happens.
3. Click the grey background of the page.
3. Press page down: you go instantly to the bottom of the page.
4. Press page up a few times: you are stuck at the bottom.
5. Press home/end: they don't work at all.

This bug is not only limited to youtube.com, it happens on many
websites.

It is not something that I ever noticed with Firefox 28 and earlier.

I have reproduced the bug in safe mode.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: firefox 29.0+build1-0ubuntu0.14.04.2
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  al 2261 F pulseaudio
 /dev/snd/controlC1:  al 2261 F pulseaudio
 /dev/snd/controlC0:  al 2261 F pulseaudio
BuildID: 20140428193813
Channel: Unavailable
CurrentDesktop: XFCE
Date: Sat May 17 10:17:07 2014
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions:
 English (GB) Language Pack - langpack-en...@firefox.mozilla.org
 English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
 Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
InstallationDate: Installed on 2014-02-11 (94 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140210)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.5  metric 1
MostRecentCrashID: bp-7358c5d0-44ec-414f-98ab-e1cb92131216
PrefSources:
 prefs.js
 
[Profile]/extensions/{3d7eb24f-2740-49df-8937-200b1cc08f8a}/defaults/preferences/flashblock.js
Profiles: Profile0 (Default) - LastVersion=29.0/20140428193813
RelatedPackageVersions:
 rhythmbox-mozilla 3.0.2-0ubuntu2
 totem-mozilla 3.10.1-1ubuntu4
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/25/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0704
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A79XTD EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0X
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0704:bd11/25/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A79XTDEVO:rvrRevX.0X:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment removed: SubmittedCrashIDs.txt
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1320450/+attachment/4114287/+files/SubmittedCrashIDs.txt

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

Title:
  page up/page down/home/end don't work properly in firefox 29

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

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


[Bug 1303736] Re: Black screen after wakeup from suspending by closing the laptop lid

2014-05-17 Thread Inoki S.
What I also noticed is that the power management is somehow broken. I
set up my power manager to blank screen only when I close the lid while
being connected with an AC Adaptor, yet it shuts down and goes to sleep.
It should do this only when running from battery.

The indicator icon is also constantly up and running even though I
specified for it to be shown only when the battery is
charging/discharging.

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

Title:
  Black screen after wakeup from suspending by closing the laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1308488] Re: apparmor messages when opening pdfs attached to mail

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

** Changed in: evince (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/1308488

Title:
  apparmor messages when opening pdfs attached to mail

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

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


[Bug 1318563] Re: [ICH4 - Intel ICH5, playback] No sound at all

2014-05-17 Thread Luuk bijleveld
when I do pacmd list-sinks, it says I only have 1 sink available

 1 sink(s) available.
  * index: 0
name: alsa_output.pci-_00_1f.5.analog-stereo
driver: module-alsa-card.c
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
DYNAMIC_LATENCY
state: RUNNING
suspend cause: 
priority: 9959
volume: 0:  15% 1:  15%
0: -49,50 dB 1: -49,50 dB
balance 0,00
base volume:  63%
 -12,00 dB
volume steps: 65537
muted: no
current latency: 17,21 ms
max request: 3 KiB
max rewind: 64 KiB
monitor source: 0
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
 Stereo
used by: 1
linked by: 1
configured latency: 20,00 ms; range is 16,00 .. 371,52 ms
card: 0 alsa_card.pci-_00_1f.5
module: 5
properties:
alsa.resolution_bits = 16
device.api = alsa
device.class = sound
alsa.class = generic
alsa.subclass = generic-mix
alsa.name = Intel ICH5
alsa.id = Intel ICH
alsa.subdevice = 0
alsa.subdevice_name = subdevice #0
alsa.device = 0
alsa.card = 0
alsa.card_name = Intel ICH5
alsa.long_card_name = Intel ICH5 with ALC650F at irq 17
alsa.driver_name = snd_intel8x0
device.bus_path = pci-:00:1f.5
sysfs.path = /devices/pci:00/:00:1f.5/sound/card0
device.bus = pci
device.vendor.id = 8086
device.vendor.name = Intel Corporation
device.product.id = 24d5
device.product.name = 82801EB/ER (ICH5/ICH5R) AC'97 Audio 
Controller
device.form_factor = internal
device.string = front:0
device.buffering.buffer_size = 65536
device.buffering.fragment_size = 65536
device.access_mode = mmap+timer
device.profile.name = analog-stereo
device.profile.description = Analog Stereo
device.description = Built-in Audio Analog Stereo
alsa.mixer_name = Realtek ALC650F
alsa.components = AC97a:414c4723
module-udev-detect.discovered = 1
device.icon_name = audio-card-pci
ports:
analog-output;output-amplifier-on: Analog Output / Amplifier 
(priority 9910, latency offset 0 usec, available: unknown)
properties:

analog-output;output-amplifier-off: Analog Output / No 
Amplifier (priority 9900, latency offset 0 usec, available: unknown)
properties:

active port: analog-output;output-amplifier-on

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

Title:
  [ICH4 - Intel ICH5, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1318563/+subscriptions

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


[Bug 1313353] Re: Not all apps follow Global Menu vs LIM setting

2014-05-17 Thread Jan Groenewald
Screenshot of maximized terminal. Menu is not global.

** Attachment added: LIM.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1313353/+attachment/4114290/+files/LIM.png

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

Title:
  Not all apps follow Global Menu vs LIM setting

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

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


[Bug 1276650] Re: please update VLC to version 2.1.3

2014-05-17 Thread Benjamin Drung
Here's the debdiff for utopic - trusty-security.

** Patch added: vlc_2.1.4-0ubuntu14.04.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1276650/+attachment/4114291/+files/vlc_2.1.4-0ubuntu14.04.1.debdiff

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

Title:
  please update VLC to version 2.1.3

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

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


[Bug 1276650] Re: please update VLC to version 2.1.3

2014-05-17 Thread Benjamin Drung
** Attachment added: vlc_2.1.4-0ubuntu14.04.1.debian.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1276650/+attachment/4114292/+files/vlc_2.1.4-0ubuntu14.04.1.debian.tar.gz

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

Title:
  please update VLC to version 2.1.3

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

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


[Bug 1313353] Re: Not all apps follow Global Menu vs LIM setting

2014-05-17 Thread Jan Groenewald
0 jan@osprey:~$env
XDG_VTNR=7
LC_PAPER=en_ZA.UTF-8
SSH_AGENT_PID=1998
LC_ADDRESS=en_ZA.UTF-8
XDG_SESSION_ID=c2
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/jan
SELINUX_INIT=YES
LC_MONETARY=en_ZA.UTF-8
CLUTTER_IM_MODULE=xim
GPG_AGENT_INFO=/run/user/1000/keyring-ihe348/gpg:0:1
TERM=xterm
VTE_VERSION=3409
SHELL=/bin/bash
SSH_AGENT_LAUNCHER=upstart
IGNOREEOF=0
WINDOWID=79692285
LC_NUMERIC=en_ZA.UTF-8
UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1929
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ihe348
GTK_MODULES=overlay-scrollbar
http_proxy=http://proxy.aims.ac.za:3128/
HISTFILESIZE=2000
USER=jan
LC_TELEPHONE=en_ZA.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;
 
35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
DEBEMAIL=j...@aims.ac.za
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
SSH_AUTH_SOCK=/run/user/1000/keyring-ihe348/ssh
ftp_proxy=ftp://proxy.aims.ac.za:3128/
DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
DESKTOP_SESSION=ubuntu
PATH=/home/jan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jan/bin/:/home/jan/android-sdk-linux/tools:/home/jan/android-sdk-linux/platform-tools
QT_QPA_PLATFORMTHEME=appmenu-qt5
LC_IDENTIFICATION=en_ZA.UTF-8
PWD=/home/jan
JOB=gnome-session
XMODIFIERS=@im=ibus
EDITOR=/usr/bin/vim
QUILT_PATCHES=debian/patches
GNOME_KEYRING_PID=1927
LANG=en_US.UTF-8
GDM_LANG=en_US
MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path
LC_MEASUREMENT=en_ZA.UTF-8
COMPIZ_CONFIG_PROFILE=ubuntu
IM_CONFIG_PHASE=1
PS1=$? 
\[\e[32;1m\]\u\[\e[0m\]@\[\e[33;1m\]\h\[\e[0m\]:\[\e[34;1m\]\w\[\e[32;1m\]$\[\e[0m\]
https_proxy=https://proxy.aims.ac.za:3128/
GDMSESSION=ubuntu
HISTCONTROL=ignoredups:ignorespace
SESSIONTYPE=gnome-session
SHLVL=1
HOME=/home/jan
XDG_SEAT=seat0
LANGUAGE=en_US:en
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
UPSTART_INSTANCE=
UPSTART_EVENTS=started starting
LOGNAME=jan
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
QT4_IM_MODULE=ibus
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-5RXxa9fQm7
DEBFULLNAME=Jan Groenewald
LESSOPEN=| /usr/bin/lesspipe %s
TEXTDOMAIN=im-config
INSTANCE=Unity
UPSTART_JOB=unity-settings-daemon
CC=/usr/bin/colorgcc
XDG_RUNTIME_DIR=/run/user/1000
DISPLAY=:0
XDG_CURRENT_DESKTOP=Unity
GTK_IM_MODULE=ibus
LESSCLOSE=/usr/bin/lesspipe %s %s
LC_TIME=en_ZA.UTF-8
RSYNC_RSH=ssh
TEXTDOMAINDIR=/usr/share/locale/
LC_NAME=en_ZA.UTF-8
XAUTHORITY=/home/jan/.Xauthority
COLORTERM=gnome-terminal
_=/usr/bin/env
0 jan@osprey:~$

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

Title:
  Not all apps follow Global Menu vs LIM setting

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

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


[Bug 1316897] Re: [Sony VAIO SVT13136CXS] usb2 port does not work.

2014-05-17 Thread ATIpro
Excellent, this patch works fine on my SVT1112S1RS, so it should fix
usb2 issue on all Sony Vaio SVT ultrabooks without breaking anything
else. I hope that it will be added to the main Trusty kernel soon.

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

Title:
  [Sony VAIO SVT13136CXS] usb2 port does not work.

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

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


[Bug 1276650] Re: please update VLC to version 2.1.3

2014-05-17 Thread Benjamin Drung
And here are the signed .dsc file + debian.tar.gz.

** Attachment added: vlc_2.1.4-0ubuntu14.04.1.dsc
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1276650/+attachment/4114293/+files/vlc_2.1.4-0ubuntu14.04.1.dsc

** Changed in: vlc (Ubuntu Trusty)
   Status: Incomplete = New

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

Title:
  please update VLC to version 2.1.3

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

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


[Bug 1320453] [NEW] DriveManager_DBus spins at 100% for ~ 60 seconds after desktop login

2014-05-17 Thread TJ
Public bug reported:

Kubuntu 14.04 amd64 with nvidia drivers (331.38 and 331.67).

On log-in the process:

python3 /usr/lib/kde4/libexec/DriverManager_DBus

spins at 100% for about 60 seconds. During this time the desktop's
application launcher and other panel widgets do not respond.

The system has 3 GPUs:

$ lspci -nn | egrep 'VGA|3D'
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G84M [GeForce 
8600M GT] [10de:0407] (rev a1)
0f:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [Quadro NVS 
420] [10de:06f8] (rev a1)
10:00.0 3D controller [0302]: NVIDIA Corporation G98 [Quadro NVS 420] 
[10de:06f8] (rev a1)

The latter two GPUs are on an Nvidia Quadro NVS 420. I've used driver
versions 331.38 and 337.37 and the issue persists.

The X server is configured with 3 screens, screen 0 drives 2 monitors
using the 8600M, screen 1 drives 2 monitors via NVS 420 GPU #1, screen 2
drives 2 monitors via NVS 420 GPU #2. All  monitors are 1920x1200.

** Affects: kubuntu-driver-manager (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/1320453

Title:
  DriveManager_DBus spins at 100% for ~ 60 seconds after desktop login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-driver-manager/+bug/1320453/+subscriptions

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


[Bug 1320454] [NEW] package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2014-05-17 Thread specar
Public bug reported:

i dont't know

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: hylafax-server 2:6.0.5-5ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-63.94-generic-pae 3.2.57
Uname: Linux 3.2.0-63-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
AptOrdering: hylafax-server: Configure
Architecture: i386
Date: Sat May 17 11:44:35 2014
DuplicateSignature: package:hylafax-server:2:6.0.5-5ubuntu3:il sottoprocesso 
vecchio script di post-installation ha restituito lo stato di errore 1
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
InstallationMedia: Ubuntu 12.04 Precise - Build i386 LIVE Binary 
20120823-14:07
MarkForUpload: True
SourcePackage: hylafax
Title: package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade: il
  sottoprocesso vecchio script di post-installation ha restituito lo
  stato di errore 1

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

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


  1   2   3   4   5   >