[Bug 1318264] Re: Fix traceback to correctly deal with source port already in use errors

2014-05-10 Thread Scott Kitterman
** Description changed:

+ [Impact]
+ 
+  * Causes random tracebacks on DNS lookups when break functionality of
+ packages that use the module.  In the case the bug was filed for, the
+ impact would be a postfix server returning servfail and deferring
+ message traffic.
+ 
+  * The code represents a missed change for the port from python to
+ python3.
+ 
+ [Test Case]
+ 
+  * This bug only happens when multiple DNS queries attempt to use the
+ same port at the same time.  It's very difficult to reproduce and as far
+ as I know impossible to do it consistently.  The attached script
+ demonstrates the new code working and the old code failing.  That and
+ code inspection are the best ways to verify this.
+ 
+ [Regression Potential]
+ 
+  * Regression potential is nil.
+ 
  Note:  This is an extract from a private bug.
  
  Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 192, in getSource
  self.s.bind(('', source_port))
  OSError: [Errno 98] Address already in use
  
  During handling of the above exception, another exception occurred:
  Traceback (most recent call last):
  File "/usr/bin/policyd-spf", line 662, in 
  instance_dict, configData, peruser)
  File "/usr/bin/policyd-spf", line 508, in _spfcheck
  res = spf.check2(ip, sender, helo)
  File "/usr/lib/python3/dist-packages/spf.py", line 363, in check2
  receiver=receiver,timeout=timeout,verbose=verbose,querytime=querytime).check()
  File "/usr/lib/python3/dist-packages/spf.py", line 607, in check
  spf = self.dns_spf(self.d)
  File "/usr/lib/python3/dist-packages/spf.py", line 1179, in dns_spf
  a = [t for t in self.dns_txt(domain) if RE_SPF.match(t)]
  File "/usr/lib/python3/dist-packages/spf.py", line 1227, in dns_txt
  dns_list = self.dns(domainname, rr)
  File "/usr/lib/python3/dist-packages/spf.py", line 1357, in dns
  for k, v in DNSLookup(name, qtype, self.strict, timeout):
  File "/usr/lib/python3/dist-packages/spf.py", line 193, in DNSLookup
  resp = req.req()
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 238, in req
  self.sendUDPRequest(server)
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 263, in sendUDPRequest
  self.conn()
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 199, in conn
  self.getSource()
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 196, in getSource
  if msg[0] != 98: raise
  TypeError: 'OSError' object is not subscriptable
  warning: missing attribute action in input from private/policyd-spf
  warning: command /usr/bin/policyd-spf exit status 1
  
  Note that the policy server exiting non-zero will intefere with mail
  delivery.

** Attachment added: "Reduced test case showing the problem and the fix"
   
https://bugs.launchpad.net/ubuntu/+source/py3dns/+bug/1318264/+attachment/4109593/+files/dns_sockettest.py

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

Title:
  Fix traceback to correctly deal with source port already in use errors

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

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


[Bug 1308794] Re: Checkstyle unusable on Trusty

2014-05-10 Thread Bug Watch Updater
** Changed in: checkstyle (Debian)
   Status: New => Fix Committed

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

Title:
  Checkstyle unusable on Trusty

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

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


[Bug 1318274] [NEW] Installation crashed while attempting to install Grub to /dev/sda and all other disk attempted.

2014-05-10 Thread albert fishnets
Public bug reported:

Attempted install on a system with Ubuntu 13.10 on it previously. Could
not install grub to ?dev/sda.

Used the drop down menu to select other drives and installation failed
each time.

Installing 14.04 from a USB drive on 64-bit intel sysemt with an X85
Bridge on the motherboard. Previously had issues loading the install
dialog in 13.10 and 13.04 when more than one drive was present.

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 10 18:59:03 2014
InstallCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug 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/1318274

Title:
  Installation crashed while attempting to install Grub to /dev/sda and
  all other disk attempted.

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

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


[Bug 1318264] Re: Fix traceback to correctly deal with source port already in use errors

2014-05-10 Thread Scott Kitterman
Low priority for pre-14.04 due to lack of rdepends likely to have
significant usage.

** Changed in: py3dns/trunk
   Importance: Undecided => High

** Changed in: py3dns/3.0
   Importance: Undecided => High

** Also affects: py3dns (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: py3dns (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: py3dns (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: py3dns (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: py3dns (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: py3dns (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Changed in: py3dns (Ubuntu Utopic)
   Status: New => Fix Released

** Changed in: py3dns (Ubuntu Utopic)
   Importance: Undecided => High

** Changed in: py3dns (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: py3dns (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: py3dns (Ubuntu Trusty)
 Assignee: (unassigned) => Scott Kitterman (kitterman)

** Changed in: py3dns (Ubuntu Trusty)
Milestone: None => ubuntu-14.04.1

** Changed in: py3dns (Ubuntu Precise)
   Status: New => Won't Fix

** Changed in: py3dns (Ubuntu Quantal)
   Status: New => Won't Fix

** Changed in: py3dns (Ubuntu Saucy)
   Status: New => Won't Fix

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

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

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

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

Title:
  Fix traceback to correctly deal with source port already in use errors

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

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


[Bug 1316110] Re: perf samples too long

2014-05-10 Thread Christopher M. Penalver
Michael Heuberger, this messages you see are intentional as per
https://lkml.org/lkml/2013/5/29/640 . In the future, instead of filing a
bug report for something you are unsure of, it would be best to raise a
question in the support tracker via
https://answers.launchpad.net/ubuntu/+source/linux/+addquestion .

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

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

Title:
  perf samples too long

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

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


[Bug 1186442] Re: df says / out of space but isn't

2014-05-10 Thread ill
It happens on new filesystems as well.

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

Title:
  df says / out of space but isn't

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

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


[Bug 1316110] Re: perf samples too long

2014-05-10 Thread Christopher M. Penalver
** Tags added: bios-outdated-0803

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

Title:
  perf samples too long

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

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


[Bug 1316740] Re: via-rhine kernel module: PHY status 786d, resetting

2014-05-10 Thread Christopher M. Penalver
** Tags added: bios-outdated-0602 regression-release

** Summary changed:

- via-rhine kernel module: PHY status 786d, resetting
+ [Asus P7H55-M/BR] via-rhine kernel module: PHY status 786d, resetting

** Summary changed:

- [Asus P7H55-M/BR] via-rhine kernel module: PHY status 786d, resetting
+ 1106:3106 [Asus P7H55-M/BR] via-rhine kernel module: PHY status 786d, 
resetting

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

Title:
  1106:3106 [Asus P7H55-M/BR] via-rhine kernel module: PHY status 786d,
  resetting

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

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


[Bug 1186442] Re: df says / out of space but isn't

2014-05-10 Thread C de-Avillez
OK. Since I see just the change of status with no comment, I am marking
WONTFIX.

** Changed in: coreutils (Ubuntu)
   Status: New => Won't Fix

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

Title:
  df says / out of space but isn't

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

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


[Bug 1313785] Re: Can't SSH with "juju ssh" command to EC2 instance.

2014-05-10 Thread Canonical Juju QA Bot
** Changed in: juju-core
   Status: Fix Committed => Fix Released

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

Title:
  Can't SSH with "juju ssh" command to EC2 instance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1313785/+subscriptions

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


[Bug 881526] Re: System freezes, kernel crashes, "[fglrx] ASIC hang happened"

2014-05-10 Thread Moreno Garcia
Problem:
Computer hangs after I leave it idle for a while.

System Info:
Linux blackmamba 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

lspci:
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM 
Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core 
processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core 
processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset 
Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 
Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset 
Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset 
Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset 
Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset 
Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset 
Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC 
Controller (rev 04)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA 
Controller [RAID mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family 
SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] Chelsea LP [Radeon HD 7730M]
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
08:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network 
Adapter (rev 01)

Using driver: 
fglrx-updates

Error message (from syslog):

May 10 22:12:02 blackmamba kernel: [29422.754134] <6>[fglrx] ASIC hang 
happened
May 10 22:12:02 blackmamba kernel: [29422.754139] CPU: 6 PID: 1410 
Comm: Xorg Tainted: PFC O 3.13.0-24-generic #47-Ubuntu
May 10 22:12:02 blackmamba kernel: [29422.754140] Hardware name: Dell 
Inc. Inspiron 7520/0DNMM8, BIOS A09 11/15/2012
May 10 22:12:02 blackmamba kernel: [29422.754141]  0001006f36d3 
8802525bbbd0 81715ac4 
May 10 22:12:02 blackmamba kernel: [29422.754144]  8802525bbbe0 
a037388e 0001006f36d2 a038293c
May 10 22:12:02 blackmamba kernel: [29422.754146]   
a047c05e 8802525bbc50 a047bfc9
May 10 22:12:02 blackmamba kernel: [29422.754148] Call Trace:
May 10 22:12:02 blackmamba kernel: [29422.754154]  [] 
dump_stack+0x45/0x56
May 10 22:12:02 blackmamba kernel: [29422.754199]  [] 
KCL_DEBUG_OsDump+0xe/0x10 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754231]  [] 
firegl_hardwareHangRecovery+0x1c/0x30 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754298]  [] 
? _ZN4Asic9WaitUntil15ResetASICIfHungEv+0x1e/0x30 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754360]  [] 
? _ZN4Asic9WaitUntil15WaitForCompleteEv+0xb9/0x130 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754422]  [] 
? _ZN4Asic19PM4ElapsedTimeStampEj14_LARGE_INTEGER12_QS_CP_RING_+0xd5/0x160 
[fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754454]  [] 
? MCIL_KernelMutex+0x134/0x320 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754517]  [] 
? 
_ZN15ExecutableUnits35flush_all_and_invalidate_HDP_cachesE12_QS_CP_RING_+0xc9/0xf0
 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754578]  [] 
? _ZN15ExecutableUnits14PM4idleGfxRingEv+0x1c/0x30 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754635]  [] 
? _ZN10QS_PRIVATE27synchronizeGraphicOperationEv+0x4f/0x90 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754681]  [] 
? _ZN9CMMlegacy29QSSynchronizeGraphicOperationEv+0x23/0x60 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754725]  [] 
? QSSynchronizeGraphicOperation+0xd/0x20 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754760]  [] 
? firegl_cmmqs_WaitForIdle+0x38/0x90 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754790]  [] 
? firegl_lock_device+0x329/0x520 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754819]  [] 
? firegl_lock+0xba/0x210 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754822]  [] 
? ns_capable+0x29/0x50
May 10 22:12:02 blackmamba kernel: [29422.754851]  [] 
? firegl_lock_device+0x520/0x520 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.754880]  [] 
? firegl_ioctl+0x1ed/0x250 [fglrx]
May 10 22:12:02 blackmamba kernel: [29422.75

[Bug 1314686] Re: Please add support for utopic

2014-05-10 Thread Canonical Juju QA Bot
** Changed in: juju-core
   Status: Fix Committed => Fix Released

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

Title:
  Please add support for utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1314686/+subscriptions

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


[Bug 1317925] Re: ppc-trusty base install missing grub2-common package

2014-05-10 Thread Ben Collins
Patch for linux kernel to recommend grub-ieee1275 sent to kernel-team
mailing list.

** Package changed: ubuntu-release-upgrader (Ubuntu) => linux (Ubuntu)

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

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Ben Collins (ben-collins)

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

Title:
  ppc-trusty base install missing grub2-common package

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

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


[Bug 1317610] Re: [MSI PR600] Random kernel panics

2014-05-10 Thread Christopher M. Penalver
** Summary changed:

- Random kernel panics
+ [MSI PR600] Random kernel panics

** Tags added: latest-bios-1.7

** Tags added: needs-upstream-testing regression-release

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

Title:
  [MSI PR600] Random kernel panics

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

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


[Bug 1318270] Re: Typo that can cause DoS of admin's email

2014-05-10 Thread Ante Karamatić
Marking it high since it's a regression.

** Changed in: spamassassin (Ubuntu)
   Importance: Undecided => High

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

Title:
  Typo that can cause DoS of admin's email

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

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


[Bug 1318270] [NEW] Typo that can cause DoS of admin's email

2014-05-10 Thread Ante Karamatić
Public bug reported:

There's a typo in /usr/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm,
line 118:

type => $Mail::SpamAssassin::Conf::CONF_TYPE_DURATIION,

DURATIION -> DURATION

Upstream bug:

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7018

This bug causes tons of email sent from amavis to admin of the mail
system.

** Affects: spamassassin (Ubuntu)
 Importance: High
 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/1318270

Title:
  Typo that can cause DoS of admin's email

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

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


[Bug 1318268] [NEW] df says / out of space but isn't

2014-05-10 Thread ill
Public bug reported:

when I do a df, I get:/$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 20G 19G 4.6M 100% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.8G 12K 1.8G 1% /dev
tmpfs 356M 904K 355M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.8G 80K 1.8G 1% /run/shm
none 100M 12K 100M 1% /run/user
/dev/sda1 80G 12G 65G 16% /home

but according to

/$ sudo du -hc --max-depth=1
12G ./home
15M ./etc
8.0K ./media
1.4G ./var
9.1M ./bin
153M ./boot
12K ./dev
666M ./lib
4.0K ./lib64
0 ./mnt
0 ./opt
du: cannot access ‘./proc/23086/task/23086/fd/4’: No such file or directory
du: cannot access ‘./proc/23086/task/23086/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/23086/fd/4’: No such file or directory
du: cannot access ‘./proc/23086/fdinfo/4’: No such file or directory
0 ./proc
352K ./root
1000K ./run
13M ./sbin
0 ./selinux
0 ./srv
0 ./sys
4.0K ./tmp
4.0G ./usr
0 ./cdrom
4.0K ./.config
18G .
18G total

says that nothing in / could be taking that much space, so a bug

** 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/1318268

Title:
   df says / out of space but isn't

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

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

[Bug 1318187] Re: [Asus M4A785TD-V EVO] suspend problem

2014-05-10 Thread Christopher M. Penalver
ROUCHY JMarc, thank you for reporting this and helping make Ubuntu better. 
Could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-3.15-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

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

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

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

Title:
  [Asus M4A785TD-V EVO] suspend problem

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

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


[Bug 1317987] Re: error: Cannot check QEMU binary qemu-system-ppc: No such file or directory

2014-05-10 Thread joh...@servergy.com
Here you go

(trusty)root@jade-rev4:/home2/qemu# dpkg -l | egrep "qemu-system-ppc|openbio"
ii  openbios-ppc1.1-1ubuntu1
all  PowerPC Open Firmware
ii  qemu-system-ppc 2.0.0~rc1+dfsg-0ubuntu3.1   
powerpc  QEMU full system emulation binaries (ppc)

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

Title:
  error: Cannot check QEMU binary qemu-system-ppc: No such file or
  directory

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

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


[Bug 1318267] [NEW] User name remains checked after logout

2014-05-10 Thread peterzay
Public bug reported:

login to userA
click on upper right panel applet
login to userB
logout from userB
log back in to userA
click on upper right panel applet
userA has a check beside it (ok)
userB has a check beside it (not ok)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: compiz-core 1:0.9.11+14.04.20140409-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
Date: Sat May 10 21:03:31 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.3.10, 3.13.0-24-generic, i686: installed
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/compiz
GraphicsCard:
 Subsystem: Dell Device [1028:0581]
 NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: NVIDIA Corporation Device [10de:0977]
InstallationDate: Installed on 2014-04-29 (11 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
MachineType: Dell Inc. Inspiron 660
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=8cf458ab-4ff9-4505-9a16-27da1ea7ec10 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0XR1GT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd10/14/2013:svnDellInc.:pnInspiron660:pvr:rvnDellInc.:rn0XR1GT:rvrA00:cvnDellInc.:ct3:cvr:
dmi.product.name: Inspiron 660
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
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.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat May 10 11:27:08 2014
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: nouveau

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


** Tags: apport-bug compiz-0.9 i386 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/1318267

Title:
  User name remains checked after logout

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

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


[Bug 1316272] Re: juju destroy-environment >=256 nodes fails

2014-05-10 Thread Curtis Hovey
** Changed in: juju-core
Milestone: 1.19.2 => 1.19.3

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

Title:
  juju destroy-environment >=256 nodes fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1316272/+subscriptions

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


[Bug 1318187] Re: suspend problem (trusty - 3.13.0-24-generic)

2014-05-10 Thread Christopher M. Penalver
** Tags added: latest-bios-2105

** Summary changed:

- suspend problem (trusty - 3.13.0-24-generic)
+ [Asus M4A785TD-V EVO] suspend problem

** Description changed:

- Hello,
+ System hangs up at restart time.
  
- suspend works  ONLY  if pm_trace is enable :
- 
- root@jmr-Ubuntu:/sys/power# cat pm_trace
+ WORKAROUND: Enable pm_trace :
+ /sys/power# cat pm_trace
  1
- 
- Otherwise system hangs up at restart time  (launchpad question n°
- 247773)
- 
- Thanks.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  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.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  jmr2387 F pulseaudio
-  /dev/snd/controlC0:  jmr2387 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  jmr2387 F pulseaudio
+  /dev/snd/controlC0:  jmr2387 F pulseaudio
  Date: Sat May 10 16:34:31 2014
  HibernationDevice: RESUME=UUID=d9982970-b39f-4476-bfff-68412480b34c
  InstallationDate: Installed on 2013-07-11 (302 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
-  eth0  no wireless extensions.
-  
-  lono wireless extensions.
+  eth0  no wireless extensions.
+ 
+  lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcEnviron:
-  LANGUAGE=fr_FR
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=fr_FR
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  ProcFB:
-  
+ 
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f66c54be-ad2b-49a9-bba7-15267d4bb467 ro splash quiet
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-24-generic N/A
-  linux-backports-modules-3.13.0-24-generic  N/A
-  linux-firmware 1.127
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
  RfKill:
-  
+ 
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-23 (16 days ago)
  dmi.bios.date: 07/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2105
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A785TD-V 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.:bvr2105:bd07/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

Title:
  [Asus M4A785TD-V EVO] suspend problem

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

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

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
(Just in case last comment was not clear: it's probably ok if you get a
different error after fixing the missing symbol issue. I'll be happy to
test an interim release...)

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

Title:
  Apache2.so: undefined symbol: modperl_xs_sv2request_rec

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

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


[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Note also that you might get a different error once this missing symbol
issue is fixed - this is a part of mod_perl and is meant to be used
under apache while servicing web requests, which would be great if it
worked. I suppose most people are using commercial alternatives, though,
perhaps because no one has been adequately testing things like this.

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

Title:
  Apache2.so: undefined symbol: modperl_xs_sv2request_rec

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

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


[Bug 1080465] Re: FTBFS against libav 9

2014-05-10 Thread Logan Rosen
This was fixed in 2.4.dfsg-1.

** Changed in: vice (Ubuntu)
   Status: New => Fix Released

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

Title:
  FTBFS against libav 9

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

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


[Bug 1315170] Re: Repeateadly WiFi disconnection since upgrade to Trusty

2014-05-10 Thread Christopher M. Penalver
** Tags removed: linux-firmware wifi

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

Title:
  Repeateadly WiFi disconnection since upgrade to Trusty

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

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


[Bug 1315358] Re: boot appears hung after switching display

2014-05-10 Thread Christopher M. Penalver
** Tags added: bios-outdated-a6

** Summary changed:

- boot appears hung after switching display
+ [Gigabyte GA-F2A55M-DS2 (rev. 1.0)] boot appears hung after switching display

** Summary changed:

- [Gigabyte GA-F2A55M-DS2 (rev. 1.0)] boot appears hung after switching display
+ 1002:9993 [Gigabyte GA-F2A55M-DS2 (rev. 1.0)] boot appears hung after 
switching display

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

Title:
  1002:9993 [Gigabyte GA-F2A55M-DS2 (rev. 1.0)] boot appears hung after
  switching display

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

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


[Bug 1308081] Re: 14.04 LTS Swap Stuck

2014-05-10 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 1315358
   boot appears hung after switching display

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

Title:
  14.04 LTS Swap Stuck

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

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


[Bug 1308751] Re: [Asus M4A88TD-M/USB3] Transfer to USB drive slows down to a crawl

2014-05-10 Thread Christopher M. Penalver
Ubuntu-QC-1, for regression testing purposes, could you please test
12.04.0 via http://old-releases.ubuntu.com/releases/12.04.0/ and advise
to the results?

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

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

Title:
  [Asus M4A88TD-M/USB3] Transfer to USB drive slows down to a crawl

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

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


[Bug 1308751] Re: Transfer to USB drive slows down to a crawl

2014-05-10 Thread Christopher M. Penalver
Orionds, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into a Ubuntu repository kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Summary changed:

- Transfer to USB drive slows down to a crawl
+ [Asus M4A88TD-M/USB3] Transfer to USB drive slows down to a crawl

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

Title:
  [Asus M4A88TD-M/USB3] Transfer to USB drive slows down to a crawl

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

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


[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Same failure in

Description:Ubuntu 14.04 LTS
Release: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/1318134

Title:
  Apache2.so: undefined symbol: modperl_xs_sv2request_rec

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

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


[Bug 1315360] Re: [Razer Blade] Trackpad detected as mouse only

2014-05-10 Thread Christopher M. Penalver
** Summary changed:

- Trackpad detected as mouse only
+ [Razer Blade] Trackpad detected as mouse only

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

Title:
  [Razer Blade] Trackpad detected as mouse only

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

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


[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Also fails in

Description:Ubuntu 13.10
Release:13.10

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

Title:
  Apache2.so: undefined symbol: modperl_xs_sv2request_rec

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

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


[Bug 1311382] Re: Ubuntu 14.04 does not mount MTP devices

2014-05-10 Thread Paulo J. S. Silva
Same problem here, my phone is a Xperia L. Sometimes it mounts and I can
browse files, but it usually fails. Morever, neither rhytmbox nor
banshee can see it.

I have also tried the upstream kernel and it did not solve the problem.

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

Title:
  Ubuntu 14.04 does not mount MTP devices

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

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


Re: [Bug 1317987] Re: error: Cannot check QEMU binary qemu-system-ppc: No such file or directory

2014-05-10 Thread Serge Hallyn
Quoting joh...@servergy.com (joh...@servergy.com):
> Hi,
> 
> (trusty)root@jade-rev4:/home2/qemu# dpkg -l | egrep "qemu-system-pcc|openb"

Just to make sure, could you replace qemu-system-pcc with qemu-system-ppc?  
Since
you say below that you can run it I assume that'll show the right thing.

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

Title:
  error: Cannot check QEMU binary qemu-system-ppc: No such file or
  directory

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

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


[Bug 1311297] Re: [ASUS Eeepc 1015PEM] Screen brightness cannot be adjusted

2014-05-10 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  [ASUS Eeepc 1015PEM] Screen brightness cannot be adjusted

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

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


[Bug 1308751] Re: Transfer to USB drive slows down to a crawl

2014-05-10 Thread Orionds
I noticed this slowness from Ubuntu 13.04 onwards. 12.04 was a lot
better though no speed demon. From 13.04 to 14.04 the transfer starts
more or less ok and then slows, almost stops dropping down to about
600kb/s, then speeds up again to about 3 mb/s flucuating up and down
from 1.2 mb/s to 3 mb/s. Sometimes, it holds around 4 to 5 mb/s when it
"behaves" better.

I have also seen it stop just before 100% transfer, hang around for up
to about 30 seconds before completing the write.

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

Title:
  Transfer to USB drive slows down to a crawl

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

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


[Bug 1315563] Re: 1217:7120 Built-in SD card reader not working

2014-05-10 Thread Christopher M. Penalver
** Summary changed:

- Built-in SD card reader not working
+ 1217:7120 Built-in SD card reader not working

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

Title:
  1217:7120 Built-in SD card reader not working

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

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


[Bug 27867]

2014-05-10 Thread Florent
Commenting on this bug since there is a lot of people saying “they
should do X” or “this requires Y” with apparently no knowledge of what
is happening.

Attention people:
THIS PROBABLY CANNOT BE FIXED, EVER.

What’s happening with this option
(browser.display.use_document_colors=false) is that the browser ignores
web page style (CSS) declarations for:

- text color
- background color
- border color
- background images

The problematic part here is background images. Let’s say a website uses
a dark background image (it could be a photograph, a gradient, a
repeated pattern, etc.), and declares `color: white` for the text. If we
display the background image but ignore the white color, and the user’s
default color for text is black, we end up with black text on a black
background. The user can’t read. If we keep a light background image,
but the user has set their default text color to white or something
similarly bright, we end up with light text on a light background and
poor or no readability.

So Firefox disables background images because there is no other obvious
way to make sure that text can be read if it keeps background images.

Now, what happens on many sites is that web designers and developers
have used background images to represent actual content, rather than
decorative backgrounds. Especially (but not exclusively) with one
questionable and inaccessible webdesign technique called CSS Sprites.
Some sites use background images to represent the content of most
navigation items and buttons. This is a misuse of the HTML and CSS
standards, but it’s still a fairly common (bad) practice. When
background images are disabled, those navigation items and buttons just
disappear (thought technically they’re still here and can be
clicked—they’re just transparent).

Keeping background images is not a solution since it would result in
unreadable text, that would nullify the purpose of the “Always use my
colors” option.

Possible solutions are:

1. Make every website that uses background images for content change
their site. Sadly there will always be websites that do not follow
accessibility best practices.

2. Build a brand new solution for a custom color and/or high contrast
mode, that analyzes background images and tries to determine
programmatically if they should be discarded or kept around.

I don’t see Mozilla committing weeks of developer time to design, build,
test and ship a new high contrast mode that can deal fairly well with
CSS Sprites and backgrounds-that-shouldn’t-be-backgrounds, unless
there’s a strong demand for it. Of course anyone with strong CSS and
(for instance) JavaScript knowledge is welcome to try something like
this and build a proof-of-concept.

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

Title:
  Background color is always white, top banner is never displayed in
  Firefox

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

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

[Bug 27867]

2014-05-10 Thread Grgoffe
Hi,

It seems to me that you're trying to keep the user(s) from doing
something stupid.

Users will almost ALWAYS try to do something stupid, not necessarily on
purpose but by accident. Like black text on a black background. It's
inescapable. Don't even try. Perhaps a disclaimer when the option to use
user settings instead of a sites settings would be enough? It would
CERTAINLY be for me. Maybe, you can add a button or something in a
predictable part of the display that would let the user change the
settings back to defaults for a specific site. Maybe two consecutive
"clicks" would switch away and then switch back? Maybe forever? Maybe
for just this one instance where the browser is displaying a particular
site?

I would find such a solution quite acceptable.

Thanks for your masterful, well thought out response for this bug.

George...

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

Title:
  Background color is always white, top banner is never displayed in
  Firefox

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

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


[Bug 1315496] Re: Occasional Lock-up on Suspend

2014-05-10 Thread Christopher M. Penalver
** Tags added: bios-outdated-a21

** Summary changed:

- Occasional Lock-up on Suspend
+ [Dell Latitude E6420] Occasional Lock-up on Suspend

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

Title:
  [Dell Latitude E6420] Occasional Lock-up on Suspend

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

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


[Bug 1249219] Re: [Lenovo B570] backlight control acpi_video0 instead intel_backlight

2014-05-10 Thread Christopher M. Penalver
Jeremie Tamburini, thank you for your comment. So your hardware and problem may 
be tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into a Ubuntu repository kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Summary changed:

- backlight control acpi_video0 instead intel_backlight
+ [Lenovo B570] backlight control acpi_video0 instead intel_backlight

** Summary changed:

- [Lenovo B570] backlight control acpi_video0 instead intel_backlight
+ 8086:0116 [Lenovo B570] backlight control acpi_video0 instead intel_backlight

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

Title:
  8086:0116 [Lenovo B570] backlight control acpi_video0 instead
  intel_backlight

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

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


[Bug 1214148] Re: [Toshiba Portege Z935-ST4N03] Intel video: Display backlight cannot be changed

2014-05-10 Thread Christopher M. Penalver
Vangelis Tasoulas, thank you for your comment. So your hardware and problem may 
be tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into a Ubuntu repository kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

Title:
  [Toshiba Portege Z935-ST4N03] Intel video: Display backlight cannot be
  changed

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

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


[Bug 688940] Re: Festival can not speak other voices than default english

2014-05-10 Thread Bug Watch Updater
** Changed in: festival (Debian)
   Status: Unknown => Fix Released

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

Title:
  Festival can not speak other voices than default english

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

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


[Bug 1315575] Re: 168c:0024 [HP Pavilion p6706f Desktop PC] Poor wireless connection with current kernel

2014-05-10 Thread Christopher M. Penalver
rob loranger, the next step is to fully reverse commit bisect in order
to identify the fix commit. Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
?

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

Title:
  168c:0024 [HP Pavilion p6706f Desktop PC] Poor wireless connection
  with current kernel

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

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


[Bug 859539] Re: usb-creator-gtk fails to install bootloader: "System policy prevents installing the bootloader"

2014-05-10 Thread rduplain
Note that usb-creator will provide a definitive confirmation window when
it succeeds. If you don't see a clear message telling you that it's
done, assume it crashed and the media may not boot.

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

Title:
  usb-creator-gtk fails to install bootloader: "System policy prevents
  installing the bootloader"

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

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


[Bug 859539] Re: usb-creator-gtk fails to install bootloader: "System policy prevents installing the bootloader"

2014-05-10 Thread rduplain
My latest workaround is to run from the command-line, in a fresh
terminal:

unset DBUS_SESSION_BUS_ADDRESS 
sudo usb-creator-gtk --allow-system-internal

This provided a working boot media for me after several repeat runs
hitting the bug in this thread. I am using bash shell (Ubuntu's
default), so change the unset call if you are running a different shell.
I found the variable to unset by running `env | grep -i dbus`.

I found this workaround based on the clue from @cppege-david-9ei9ny
regarding a segfault log in syslog related to dbus. I found this in my
/var/log/syslog:

May 10 19:40:03 hostname kernel: [ 9015.534921] usb-creator-
gtk[13914]: segfault at 4 ip 7f2d37ae2820 sp 7fff9c185c88 error
6 in libdbus-1.so.3.5.8[7f2d37abe000+42000]

OS: Ubuntu 12.04 x86_64 with all system updates applied. I'm running a
dbus/fluxbox X session and not ubuntu-desktop.

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

Title:
  usb-creator-gtk fails to install bootloader: "System policy prevents
  installing the bootloader"

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

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


[Bug 1318262] Re: ui freezes after a short perioud when browsing upnp media

2014-05-10 Thread MrMur
I forgot to say that this is repeatable everytime on two different
devices, at least for me in my environment

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

Title:
  ui freezes after a short perioud when browsing upnp media

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

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


[Bug 1246216] Re: perf samples too long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 50000

2014-05-10 Thread Luis Alvarado
This message appears for me exactly before the wireless connection drops
on my Asus Z87-Pro motherboard. The wireless card in question is the:

Network controller [0280]: Qualcomm Atheros AR9462 Wireless Network
Adapter [168c:0034] (rev 01)

Using Ubuntu 14.04 64 Bit. Kerne l3.13.0-26-generic

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

Title:
  perf samples too long (2519 > 2500), lowering
  kernel.perf_event_max_sample_rate to 5

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

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


[Bug 1318262] [NEW] ui freezes after a short perioud when browsing upnp media

2014-05-10 Thread MrMur
Public bug reported:

When browsing upnp content, vlc will freeze and start to consume 100% of
a CPU core. If you run from the terminal, the console will fill up
with...

total jobs = 100, too many jobstotal jobs = 100, too many jobstotal jobs
= 100, too many jobstotal jobs = 100, too many jobstotal jobs = 100, too
many jobstotal jobs = 100, too many jobstotal jobs = 100, too many
jobstotal jobs = 100, too many jobstotal jobs = 100, too many jobstotal
jobs = 100, too many jobstotal jobs = 100.

This happened on a 32 bit upgraded laptop (11.10 -> 12.04 -> 14.04) and
a newly installed 64 bit laptop (14.04).

The upnpn server in question is Mediatomb, running on Ubuntu 14.04
server, on top of Xen 4.4.

Thanks for reading.

** Affects: vlc (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/1318262

Title:
  ui freezes after a short perioud when browsing upnp media

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

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


[Bug 1311297] Re: [ASUS Eeepc 1015PEM] Screen brightness cannot be adjusted

2014-05-10 Thread Jason Conti
I don't know if it is the exact same issue but I am seeing this on my
Asus Eeepc 1001PXD. Narrowed it down to asle_set_backlight() failing
because it is selecting the wrong pipe. There is a commit upstream that
works around this by going through all the connectors and setting the
backlight if one is present: c91c9f32843 drm/i915: make asle
notifications update backlight on all connectors.

I backported this to the ubuntu-trusty.git, and it fixes the issue here.
There was a lot of refactoring in i915 between 3.13 and 3.14-rc1, so
unfortunately the upstream commit doesn't apply directly, but this patch
isn't much different.

Apologies if this isn't the same issue, let me know and I'll go file my
own bug report.

** Patch added: "backport-i915-asle-backlight-connectors.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1311297/+attachment/4109551/+files/backport-i915-asle-backlight-connectors.patch

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

Title:
  [ASUS Eeepc 1015PEM] Screen brightness cannot be adjusted

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

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


[Bug 1318260] [NEW] Extract to directory containing asterisk

2014-05-10 Thread Viliam Krizan
Public bug reported:

Extracting files to the folder containing an asterisk in name leads to
creating new folder (also applies when drag and dropped). The new folder
is created with the name of the original one, but replacing the
asterisk(s) with the name of the archive.

For ie.:
I have folder "foo **/" and an archive "archive.zip".

Expected:
When extracted to "foo **/" the file(s) should be extracted there.

What happens:
When extracted it first creates the new folder "foo archivearchive/" where it 
places the extracted file(s).

=

Ubuntu 14.04 LTS
file-roller 3.10.2.1-0ubuntu4.amd64

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: asterisk extract folder

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

Title:
  Extract to directory containing asterisk

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

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


[Bug 1186442] Re: df says / out of space but isn't

2014-05-10 Thread ill
** Changed in: coreutils (Ubuntu)
   Status: Opinion => New

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

Title:
  df says / out of space but isn't

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

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-05-10 Thread Mathias Einar Hole
Same problem:
ASUS N56JR
Ubuntu 14.04 AMD64
NVIDIA GeForce GTX 760M

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

Title:
  [nvidia-prime]Freeze while using touchpad

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

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


[Bug 1317987] Re: error: Cannot check QEMU binary qemu-system-ppc: No such file or directory

2014-05-10 Thread joh...@servergy.com
Hi,

(trusty)root@jade-rev4:/home2/qemu# dpkg -l | egrep "qemu-system-pcc|openb"
ii  netcat-openbsd  1.105-7ubuntu1  
powerpc  TCP/IP swiss army knife
ii  openbios-ppc1.1-1ubuntu1
all  PowerPC Open Firmware
ii  openbsd-inetd   0.20091229-2ubuntu3 
powerpc  OpenBSD Internet Superserver
(trusty)root@jade-rev4:/home2/qemu#

I can run a vm manually :

(trusty)root@jade-rev4:/home2/qemu# cat go3.sh
exec qemu-system-ppc -M ppce500 -nographic -kernel jade-kernel.bin \
-initrd jade-initrd-2.0.bin -m 1G -enable-kvm -drive \
 file=jade-ubuntu-14.04.qcow2,if=virtio -append "console=ttyS0 
syboot=break" \
 -no-shutdown -no-reboot -name Ubuntu-$$

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

Title:
  error: Cannot check QEMU binary qemu-system-ppc: No such file or
  directory

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

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


[Bug 1318259] [NEW] changing language setting temporary messed all filenames

2014-05-10 Thread Alexandros Prekates
Public bug reported:

After changing the language to english (from greece) and ther reverting
back to greece , all filenames with greek chars were messed up with
strange chars.


$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
C.UTF-8
POSIX
de_CH.utf8
el_CY.utf8
el_GR.utf8
en_AG
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW.utf8

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: systemsettings 4:4.11.5-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
Date: Sun May 11 02:29:28 2014
InstallationDate: Installed on 2014-01-20 (110 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
MarkForUpload: True
SourcePackage: kde-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 kde saucy settings systemsettings

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

Title:
  changing language setting temporary messed all filenames

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

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


Re: [Bug 1315221] Re: 8086:08b1 [Dell XPS 13 9333] iwlwifi regularly loses connection/becomes unusable on Intel 7260

2014-05-10 Thread Benjamin Winston
Hi Chris, I submitted the bug, and attached it to the existing bug.  Let me
know if I can help out.

Ben


On Fri, May 9, 2014 at 6:22 PM, Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> Benjamin Winston / Sam Lin, thank you for your comment. So your hardware
> and problem may be tracked, could you please file a new report with Ubuntu
> by executing the following in a terminal while booted into a Ubuntu
> repository kernel (not a mainline one) via:
> ubuntu-bug linux
>
> For more on this, please read the official Ubuntu documentation:
> Ubuntu Bug Control and Ubuntu Bug Squad:
> https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
> Ubuntu Kernel Team:
> https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
> Ubuntu Community:
> https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
>
> When opening up the new report, please feel free to subscribe me to it.
>
> Thank you for your understanding.
>
> Helpful bug reporting tips:
> https://wiki.ubuntu.com/ReportingBugs
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1315221
>
> Title:
>   8086:08b1 [Dell XPS 13 9333] iwlwifi regularly loses
>   connection/becomes unusable on Intel 7260
>
> Status in “linux” package in Ubuntu:
>   Confirmed
>
> Bug description:
>   My Intel 7260 network card regularly shows very poor performance
>   and/or loses its connection entirely. On several occasions I have been
>   unable to reestablish an association with the AP without rebooting.
>   This occurs even if the laptop is within a few feet of the AP. I did
>   not have this problem on 12.04 with a quantal backport kernel.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.13.0-24-generic 3.13.0-24.46
>   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
>   Date: Thu May  1 22:59:32 2014
>   HibernationDevice: RESUME=/dev/mapper/cswap0
>   InstallationDate: Installed on 2014-04-25 (6 days ago)
>   InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64
> (20140417)
>   MachineType: Dell Inc. XPS13 9333
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic
> root=/dev/mapper/root ro quiet splash vt.handoff=7
>   RelatedPackageVersions:
>linux-restricted-modules-3.13.0-24-generic N/A
>linux-backports-modules-3.13.0-24-generic  N/A
>linux-firmware 1.127
>   SourcePackage: linux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 12/11/2013
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A02
>   dmi.board.name: 0GFTRT
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 8
>   dmi.chassis.vendor: Dell Inc.
>   dmi.chassis.version: 0.1
>   dmi.modalias:
> dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
>   dmi.product.name: XPS13 9333
>   dmi.sys.vendor: Dell Inc.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1315221/+subscriptions
>

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

Title:
  8086:08b1 (rev 6b) [Dell XPS 13 9333] iwlwifi regularly loses
  connection/becomes unusable on Intel 7260

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

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

[Bug 1214148] Re: [Toshiba Portege Z935-ST4N03] Intel video: Display backlight cannot be changed

2014-05-10 Thread Vangelis Tasoulas
Solution in comment #25 solves the problem for me in a Toshiba Portege
Z830.

Thanks!

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

Title:
  [Toshiba Portege Z935-ST4N03] Intel video: Display backlight cannot be
  changed

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

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


[Bug 1251973] Re: Printing denied since upgrade

2014-05-10 Thread John Johansen
bzipitdoo,

Sorry for the delayed response.

I would not say this is the same problem, though it is similar. The
cupsd profile is not granting permission to lock /run/utmp which is
being asked for (I'm not sure why).

You can try fixing this by adding the line
  /run/utmp  k,

to the cupsd profile inside of the /etc/apparmor.d/usr.sbin.cupd file (I
would do it after the include, capability and network rules, so that it
is with the other file rules).

and then reload the profile OR restart apparmor (either will work,
restart is more generic and will reload all profiles)

  sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.cupsd
or
  /etc/init.d/apparmor restart

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

Title:
  Printing denied since upgrade

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

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


[Bug 1317449] Re: Please update to a version > 3.8.2

2014-05-10 Thread Adolfo Jayme
** Tags added: upgrade-software-version

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

** Changed in: sqlite3 (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Please update to a version > 3.8.2

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

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


[Bug 968974] Re: Some free applications looks like paid applications with price 0.00 and with buy button

2014-05-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~merlijn-sebrechts/software-center/software-center

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

Title:
  Some free applications looks like paid applications with price 0.00
  and with buy button

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

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


[Bug 1318251] Re: fonts under icons are changing unpredictablely

2014-05-10 Thread Adolfo Jayme
In that regard, Ubuntu's default font settings have not changed at all
from 13.10 to 14.04. If you log in to a guest session, can you still see
the wrong configuration?

Also, this is completely unrelated to usb-creator.

** Tags added: needs-reassignment

** Package changed: usb-creator (Ubuntu) => ubuntu

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

Title:
  fonts under icons are changing unpredictablely

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

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


[Bug 1315575] Re: 168c:0024 [HP Pavilion p6706f Desktop PC] Poor wireless connection with current kernel

2014-05-10 Thread Christopher M. Penalver
** Summary changed:

- poor wireless connection with current kernel
+ 168c:0024 [HP Pavilion p6706f Desktop PC] Poor wireless connection with 
current kernel

** Tags added: need-reverse-bisect

** Tags removed: kernel-fixed-upstream
** Tags added: kernel-fixed-upstream-3.15-rc4

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

Title:
  168c:0024 [HP Pavilion p6706f Desktop PC] Poor wireless connection
  with current kernel

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

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


Re: [Bug 1317987] [NEW] error: Cannot check QEMU binary qemu-system-ppc: No such file or directory

2014-05-10 Thread Serge Hallyn
Thanks for submitting this bug.  Can you confirm whether
the qemu-system-ppc package is installed?  Please show the
results of

dpkg -l | grep qemu-system-ppc
dpkg -l | grep openbios-ppc

 status: incomplete
 importance: medium


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

** Changed in: libvirt (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/1317987

Title:
  error: Cannot check QEMU binary qemu-system-ppc: No such file or
  directory

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

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


[Bug 1315575] Re: poor wireless connection with current kernel

2014-05-10 Thread Christopher M. Penalver
** Tags added: latest-bios-6.11

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

Title:
  poor wireless connection with current kernel

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

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


[Bug 1318137] Re: No degree sign in Inkscape menu

2014-05-10 Thread Adolfo Jayme
** Package changed: unity (Ubuntu) => unity-gtk-module (Ubuntu)

** Changed in: unity-gtk-module (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity-gtk-module (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/1318137

Title:
  No degree sign in Inkscape menu

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

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


[Bug 1316305] Re: Externa subwoofer asus sonicmaster doesn't work on Asus ux51vz

2014-05-10 Thread Raymond
your internal digital  Mic is at node 0x12 but asus-mode4  just add node
0x16 speaker and node 0x19 into Mic

ALC662_FIXUP_ASUS_MODE4] = {
.type = HDA_FIXUP_PINS,
.v.pins = (const struct hda_pintbl[]) {
{ 0x14, 0x99130110 }, /* speaker */
{ 0x16, 0x99130111 }, /* speaker */
{ 0x18, 0x01a19840 }, /* mic */
{ 0x19, 0x99a3094f }, /* int-mic */
{ 0x21, 0x0121441f }, /* HP */
{ }
},
.chained = true,
.chain_id = ALC662_FIXUP_SKU_IGNORE
},

you need hda-jack-retask to fix the subwoofer pin complex

http://voices.canonical.com/david.henningsson/2011/11/29/turn-your-mic-
jack-into-a-headphone-jack/



00:1b.0 0403: 8086:1e20 (rev 04)
Subsystem: 1043:15a7

seem you are not using latest alsa driver


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=61a75f138a351baf0fdc8c210cebd06b9ced4279


SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16),

ALC662_FIXUP_BASS_16] = {
.type = HDA_FIXUP_PINS,
.v.pins = (const struct hda_pintbl[]) {
{0x16, 0x80106111}, /* bass speaker */
{}
},
.chained = true,
.chain_id = ALC662_FIXUP_BASS_CHMAP,
},


refer to those bug report of Asus n series notebook which also use sonic
master , only right channel affect the subwoofer


pulseaudio can upmix stereo to surround40 by copy front to rear, the drawback 
is subwoofer only get the right channel and no left channel signal

[

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/patch_realtek.c

Node 0x12 [Pin Complex] wcaps 0x400401: Stereo
  Control: name="Internal Mic Phantom Jack", index=1, device=0
  Pincap 0x0020: IN
  Pin Default 0x90a60930: [Fixed] Mic at Int N/A
Conn = Digital, Color = Unknown
DefAssociation = 0x3, Sequence = 0x0
Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0

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

Title:
  Externa subwoofer asus sonicmaster doesn't work on Asus ux51vz

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

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


[Bug 1315575] Re: poor wireless connection with current kernel

2014-05-10 Thread Christopher M. Penalver
** Description changed:

  The new 3.13 kernel that came with kubuntu 14.04 creates some kind of
  issue with my internet connection. I get severe lag and stalled
  connections. I mostly noticed playing online games but also see package
  d/l progress pause/freeze during apt upgrades and sometimes my browser
  will not connect. The same day I upgraded there were no issues at all,
  now they are there. I found out it must be the kernel as i am currently
  using 3.11.0-19 and the issues have vanished.
  
  Please let me know what other info to provide.
  
  I thought I might also add that I had found another with this issue on
  AskUbuntu, http://askubuntu.com/questions/451724/wireless-connection-
  slow-inconsistent-after-fresh-install-ubuntu-14-04-realtek
+ 
+ ---
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: robbie 2373 
F pulseaudio robbie 2611 F pulseaudio /dev/snd/controlC0: robbie 2373 
F pulseaudio robbie 2611 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 14.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=4cdab342-8f2e-4745-b28f-a87a2e04612e
+ InstallationDate: Installed on 2013-10-21 (195 days ago)
+ InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1) MachineType: Hewlett-Packard p6706f
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=463c7cf5-3a73-41d1-a601-33258d72c68c ro quiet splash radeon.dpm=1 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ RelatedPackageVersions: linux-restricted-modules-3.13.0-24-generic N/A 
linux-backports-modules-3.13.0-24-generic N/A linux-firmware 1.127
+ RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no
+ Tags: trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-04-23 (12 days ago)
+ UserGroups: adm cdrom dialout dip disk lpadmin plugdev sambashare sudo 
_MarkForUpload: True
+ dmi.bios.date: 12/28/2011
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 6.11
+ dmi.board.name: 2AB1
+ dmi.board.vendor: FOXCONN
+ dmi.board.version: 1.00
+ dmi.chassis.asset.tag: MXX1020D7B
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.11:bd12/28/2011:svnHewlett-Packard:pnp6706f:pvr:rvnFOXCONN:rn2AB1:rvr1.00:cvnHewlett-Packard:ct3:cvr:
+ dmi.product.name: p6706f
+ dmi.sys.vendor: Hewlett-Packard

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

Title:
  poor wireless connection with current kernel

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

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


[Bug 385445] Re: [i965] [i915GM/GMS/910GML and GM965/GL960] Monitor does not turn back on and computer hangs when laptop lid is closed

2014-05-10 Thread Am Amorphis
Hi. Please reopen this bug. 
I have Dell D400 and LMDE 201403 Mate Edition with non-pae kernel.
Still have this problem.

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

Title:
  [i965] [i915GM/GMS/910GML and GM965/GL960] Monitor does not turn back
  on and computer hangs when laptop lid is closed

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

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


[Bug 1315697] Re: 1002:68e0 [Asus K52Je] Backlight not working after boot

2014-05-10 Thread Christopher M. Penalver
Michał Kozub, could you please test the latest mainline kernel via
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc5-utopic/ and
advise to the results?

If reproducible, could you please comment to using any of the following kernel 
parameters individually (not in combination):
video.use_bios_initial_backlight=0
video.use_native_backlight=1

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

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

Title:
  1002:68e0 [Asus K52Je] Backlight not working after boot

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

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

[Bug 1318254] Re: install from usb, made with unetbootin, crashed

2014-05-10 Thread Phillip Susi
You have packages from other distributions mixed in with the ubuntu
packages on the install disk.  You need to clean/format the disk before
using unetbootbin to make it an ubuntu install disk to prevent this from
happening.


** Changed in: ubiquity (Ubuntu)
   Status: New => Invalid

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

Title:
  install from usb, made with unetbootin, crashed

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

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


[Bug 1249219] Re: backlight control acpi_video0 instead intel_backlight

2014-05-10 Thread Jeremie Tamburini
On my Fujitsu Lifebook A512 I should be able to adjust the brightness
pressing Fn+F6 or Fn+F7. The brightness-indicator pop-up works but the
brightness doesn't change. This should be related to the cpi_video0 /
intel_backlight issue.

I found a workaround here
http://ubuntuforums.org/showthread.php?t=2192471

Basically it works creating the /usr/share/X11/xorg.conf.d/20-intel.conf
file with the following lines:

Section "Device"
Identifier  "card0"
Driver  "intel"
Option  "Backlight""intel_backlight"
BusID   "PCI:0:2:0"
EndSection

This makes the brightness shortcuts Fn+F6 and Fn+F7 work.

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

Title:
  backlight control acpi_video0 instead intel_backlight

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

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


[Bug 1316068] Re: error: disk 'hd0,msdos5' not found

2014-05-10 Thread Phillip Susi
Nevermind, just saw your second post.

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

Title:
  error: disk 'hd0,msdos5' not found

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

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


[Bug 1318241] Re: gparted crashes on scan

2014-05-10 Thread Phillip Susi
Your partition table is corrupt: it claims the disk is larger than it
actually is.  You may be able to use gdisk to repair this.


** Changed in: gparted (Ubuntu)
   Status: New => Invalid

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

Title:
  gparted crashes on scan

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

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


[Bug 1316068] Re: error: disk 'hd0,msdos5' not found

2014-05-10 Thread Phillip Susi
Looks like you forgot to follow up with the ls command.

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

Title:
  error: disk 'hd0,msdos5' not found

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

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


[Bug 1310777] Re: Setting "complex" display configurations in gnome-shell results in dead desktop space.

2014-05-10 Thread Brian the Lion
My previous work-around was not 100% reliable. Here is a reliable work-
around:

* Make sure that all of the displays you want to use are active using xrandr.
* Delete xorg.conf if it exists.
* Edit ~/.config/monitors.xml **by hand** to achieve the display geometry you 
want. After this, don't bother with nvidia-settings, arandr, or the "Displays" 
dialog.
* Run dbus-send --session --print-reply --dest=org.gnome.SettingsDaemon 
/org/gnome/SettingsDaemon/XRANDR 
org.gnome.SettingsDaemon.XRANDR_2.ApplyConfiguration int64:0 int64:0 to load 
the new monitor settings.
* Run the "Background" dialog and change the background image.

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

Title:
  Setting "complex" display configurations in gnome-shell results in
  dead desktop space.

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

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


[Bug 1318189] Re: Boot loader installation should be optional

2014-05-10 Thread Phillip Susi
*** This bug is a duplicate of bug 690926 ***
https://bugs.launchpad.net/bugs/690926

** This bug has been marked a duplicate of bug 690926
   Installer forces you to install grub somewhere

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

Title:
  Boot loader installation should be optional

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

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


[Bug 690926] Re: Installer forces you to install grub somewhere

2014-05-10 Thread Phillip Susi
** No longer affects: ubiquity (Ubuntu Natty)

** No longer affects: ubiquity (Ubuntu Oneiric)

** No longer affects: ubiquity (Ubuntu Precise)

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Installer forces you to install grub somewhere

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

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


[Bug 1318250] Re: 8086:08b1 (rev 73) [Clevo W740SU] Intel Wireless 7260 AC slow speeds and drops connection in ubunu 14.04

2014-05-10 Thread Christopher M. Penalver
jhouse, thank you for reporting this and helping make Ubuntu better. Could you 
please restore your system to the default firmware and kernel provided by 
Ubuntu, and then test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-3.15-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

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

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

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

Title:
  8086:08b1 (rev 73) [Clevo W740SU] Intel Wireless 7260 AC slow speeds
  and drops connection in ubunu 14.04

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

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


[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-05-10 Thread Phillip Susi
@Chris, yes, the problem is that grub-repair put a copy of grub in the
windows directory and configured the windows boot loader to chain load
grub, and that copy is now out of date.  Stick to booting Ubuntu/grub
first.

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

Title:
  Ubuntu 14.04 Update breaks grub, resulting in "error: symbol
  'grub_term_highlight_color' not found"

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

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


[Bug 1188092] Re: [Feature] WiFi support in Stone Peak (7265)

2014-05-10 Thread Christopher M. Penalver
** Summary changed:

- [Feature]  WiFi support in Stone Peak
+ [Feature]  WiFi support in Stone Peak (7265)

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

Title:
  [Feature]  WiFi support in Stone Peak (7265)

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

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


[Bug 1316816] Re: No wifi (BCM4321) after upgrade because linux-firmware-nonfree isn't installed (removed ?)

2014-05-10 Thread MarcRandolph
*** This bug is a duplicate of bug 1298610 ***
https://bugs.launchpad.net/bugs/1298610

Howdy, and thanks for your bug report. I believe  Bug #1298610 contains
the planned fixed, so I am marking this bug as a duplicate of that.

** This bug has been marked a duplicate of bug 1298610
   trusty installer: no wifi (Broadcom chipset, needs bcmwl or b43)

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

Title:
  No wifi (BCM4321) after upgrade because linux-firmware-nonfree isn't
  installed (removed ?)

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

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


[Bug 1318250] Re: 8086:08b1 (rev 73) [Clevo W740SU] Intel Wireless 7260 AC slow speeds and drops connection in ubunu 14.04

2014-05-10 Thread Christopher M. Penalver
** Tags added: needs-wifi-debug

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

Title:
  8086:08b1 (rev 73) [Clevo W740SU] Intel Wireless 7260 AC slow speeds
  and drops connection in ubunu 14.04

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

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


[Bug 1296534] Re: Touchpad of Toshiba CB30 not detected or working at all

2014-05-10 Thread BIlly Brumley
** Tags added: kernel-bug-reported-upstream

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

Title:
  Touchpad of Toshiba CB30 not detected or working at all

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

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


[Bug 1295905] Re: Unable to select Nvidia in PRIME Profiles within nvidia-settings

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

** Changed in: nvidia-graphics-drivers-331 (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/1295905

Title:
  Unable to select Nvidia in PRIME Profiles within nvidia-settings

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

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


[Bug 1318254] [NEW] install from usb, made with unetbootin, crashed

2014-05-10 Thread pascal
Public bug reported:

see 
http://www.linuxquestions.org/questions/linux-newbie-8/latest-lubuntu-14-04-32bit-is-a-pain-4175503081/
 too.
crash happens after the error "trying to overwrite 
´/etc/consoles-setup/compose.iso-8859-1.inc´, which is also in package 
console-setup 1.82" happens

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2
Architecture: i386
CasperVersion: 1.336ubuntu1
Date: Sun May 11 00:08:34 2014
InstallCmdLine: initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper 
quiet splash -- BOOT_IMAGE=/ubnkern
LiveMediaBuild: Lubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 lubuntu saucy third-party-packages ubiquity-2.15.26

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

Title:
  install from usb, made with unetbootin, crashed

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

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

[Bug 1316221] Re: [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

2014-05-10 Thread Aaron Wolf
Thanks, that all makes sense, except I have no optical drive, so I can't
use CD/DVD to update the BIOS, and none of the links or anything that I
searched for make it clear how to use the BIOS ISO via USB. I don't have
any Windows install; I have only Ubuntu. I am happy to update the BIOS
if I can figure out how to do it. I could even buy a USB DVD drive but
that is not efficient and won't be something I can do quickly. Thanks
for the help!

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

Title:
  [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

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

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


[Bug 1317425] Re: compiz crash and window decorator disappear

2014-05-10 Thread Marc-Andre Heroux
I am keeping adjusting my compiz settings, everything is working fine.
Takes only around 80 megs of memory. Maybe it was a conflicting key, not
sure. You guys may see something in the submitted debug files. I enable
back the compiz crash to get any output if the case happen again. Thank
you!

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

Title:
  compiz crash and window decorator disappear

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

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


[Bug 1305305] Re: 8086:08b1 [Sony VAIO SVP1321M2E] Wifi keeps dropping.

2014-05-10 Thread Christopher M. Penalver
** Description changed:

  Using a Sony Vaio Pro 13 with Ubuntu 14.04 the wifi keeps dropping. Sometimes 
all the time, at times after a bit longer (~10 min). A few packages ago it 
didn't drop, but was really, really, slow. Now it completely drops. Adding the 
following to modprobe.conf made no change:
  options iwlwifi 11ac_disable=1
  options iwlwifi 11n_disable=1
  
  After each new row I ran:
  sudo modprobe -rfv iwlwifi
  sudo modprobe -v iwlwifi
  
  Tried turning off the power management of wlan0 without any change.
+ 
+ Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 
6b)
+ Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:c060]
  
  WORKAROUND: Within 2 m I have full speed and no disconnects.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-generic 3.13.0.19.23
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  daniel 2105 F pulseaudio
   /dev/snd/controlC1:  daniel 2105 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Apr  9 22:44:08 2014
  HibernationDevice: RESUME=UUID=a8a44495-3583-451d-99c8-b5be0e8cf0ca
  InstallationDate: Installed on 2014-04-09 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140323)
  MachineType: Sony Corporation SVP1321M2EB
  ProcEnviron:
   LANGUAGE=sv
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1043V7
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1043V7:bd11/21/2013:svnSonyCorporation:pnSVP1321M2EB:pvrC60C0754:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVP1321M2EB
  dmi.product.version: C60C0754
  dmi.sys.vendor: Sony Corporation

** Summary changed:

- 8086:08b1 [Sony VAIO SVP1321M2E] Wifi keeps dropping.
+ 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.

** Tags added: needs-wifi-debug

** Changed in: linux (Ubuntu)
   Importance: Medium => Low

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

Title:
  8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.

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

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

[Bug 1296534] Re: Touchpad of Toshiba CB30 not detected or working at all

2014-05-10 Thread BIlly Brumley
Confirming this affects me, too (Chromebook Toshiba CB35 Leon).

I filed an upstream bug report.

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

Title:
  Touchpad of Toshiba CB30 not detected or working at all

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

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


[Bug 1318250] Re: Intel Wireless 7260 AC slow speeds and drops connection in ubunu 14.04

2014-05-10 Thread Christopher M. Penalver
** Description changed:

+ Slow speeds and drops connection in ubunu 14.04.
  
- Installing backports fixes the problem!
+ Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 
73)
+ Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4070]
+ 
+ WORKAROUND: Installing backports fixes the problem!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  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
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  ubuntu 2382 F pulseaudio
-  /dev/snd/controlC0:  ubuntu 2382 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ubuntu 2382 F pulseaudio
+  /dev/snd/controlC0:  ubuntu 2382 F pulseaudio
  CasperVersion: 1.340
  CurrentDesktop: Unity
  Date: Sat May 10 21:12:12 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Notebook W740SU
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-24-generic N/A
-  linux-backports-modules-3.13.0-24-generic  N/A
-  linux-firmware 1.127
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/04/2013:svnNotebook:pnW740SU:pvrNotApplicable:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W740SU
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

** Description changed:

  Slow speeds and drops connection in ubunu 14.04.
  
  Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 
73)
  Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4070]
  
- WORKAROUND: Installing backports fixes the problem!
+ WORKAROUND: Download the ucode file for the 3.13 kernel here:
+ 
http://wireless.kernel.org/en/users/Drivers/iwlwifi?action=AttachFile&do=get&target=iwlwifi-7260-ucode-22.0.6.0.tgz#Firmware
+ 
+ Download backports for 3.13 here:
+ http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/
+ 
+ Un-tar the downloaded files:
+ tar xvf backports-3.13.2-1.tar.xz
+ tar xvf iwlwifi-7260*
+ 
+ Then build backports for iwlwifi:
+ cd backports-3.13.2-1/
+ make defconfig-iwlwifi
+ make
+ sudo make install
+ 
+ Then copy the firmware ucode file to /lib/firmware
+ cd ..
+ cd iwlwifi*
+ sudo cp iwlwifi* /lib/firmware
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  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
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2382 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2382 F pulseaudio
  CasperVersion: 1.340
  CurrentDesktop: Unity
  Date: Sat May 10 21:12:12 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Notebook W740SU
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor:

[Bug 1318251] Re: fonts under icons are changing unpredictablely

2014-05-10 Thread gerard
If that could help and if you speak French, here are my first investigations on 
the forum, but no result.
At least you'll see screenshots

http://forum.ubuntu-fr.org/viewtopic.php?id=1570301

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

Title:
  fonts under icons are changing unpredictablely

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

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


[Bug 1317227] Re: linux: 3.5.0-51.75 -proposed tracker

2014-05-10 Thread Brad Figg
Promote-to-proposed is Fix Released, but some packages for this update
aren't published in Launchpad, on -proposed pocket:

linux-signed for version=3.5.0-51.75
linux-meta with ABI=51
linux-backports-modules-3.5.0 with ABI=51

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Released => Incomplete

** Description changed:

  This bug is for tracking the 3.5.0-51.75 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. May 2014 18:28 UTC
  kernel-stable-Certification-testing-end:Wednesday, 07. May 2014 19:04 UTC
  kernel-stable-Prepare-package-end:Thursday, 08. May 2014 02:19 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. May 2014 02:19 UTC
  kernel-stable-phase:PPA Testing
  kernel-stable-phase-changed:Thursday, 08. May 2014 03:04 UTC
  ppa-package-testing-start:Thursday, 08. May 2014 03:04 UTC
- kernel-stable-Promote-to-proposed-end:Friday, 09. May 2014 20:03 UTC

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

Title:
  linux: 3.5.0-51.75 -proposed tracker

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

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


[Bug 1318252] [NEW] nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module failed to build

2014-05-10 Thread David Hoffmann
Public bug reported:

I can't build it with kernel 3.15-rc4 (amd64)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-updates 331.38-0ubuntu7
Uname: Linux 3.15.0-eudyptula-00299-g28be335 x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
DKMSKernelVersion: 3.15.0-eudyptula-00299-g28be335
Date: Sat May 10 08:50:38 2014
InstallationDate: Installed on 2013-08-09 (273 days ago)
InstallationMedia: Lubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130423.1)
PackageVersion: 331.38-0ubuntu7
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: Upgraded to trusty on 2014-04-28 (11 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module
  failed to build

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

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


[Bug 1288161] Re: [Dell Inspiron 7737] System reboots itself after powered off

2014-05-10 Thread Sergey Sukiyazov
I  use kernel linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb and
this package seems has patch from comment #5, but the issue appears. I
try kubuntu 14.04 and the issue appears there too.

** Also affects: linux-lts-trusty (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/1288161

Title:
  [Dell Inspiron 7737] System reboots itself after powered off

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

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


[Bug 995034] Re: Second battery not found by acpi

2014-05-10 Thread Takeoo
** Description changed:

  Hi,
- acpi can not detect my second battery, so the indicator can't show me the 
status of it. Also the notebook switches off after reaching 0% level of the 
first battery, and i can't switch between them. Im using a "Lenovo ThinkPad 
Slice Battery 57Y4545"
+ it seems that acpi is not able to detect my second battery, so the indicator 
can't show me any status.
+ Also the notebook switches off after reaching 0% level of the primary 
battery, and i can not switch between them. I use a "Lenovo ThinkPad Slice 
Battery 57Y4545".
  
- But tp-smapi can finde it and shows me the correct information about it:
+ But tp-smapi is able finde it and shows me the correct information:
  user@notebook:/proc/acpi/battery/$ ls
  BAT0
  user@notebook:/sys/devices/platform/smapi$ ls
  ac_connected BAT0 BAT1 driver modalias power smapi_request subsystem uevent
  
  Any ideas?
  
  Moritz
  
- (I'm using a Lenovo Thinkpad T420 4180 W1H)
+ (Hardware: Lenovo Thinkpad T420 4180 W1H)

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

Title:
  Second battery not found by acpi

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

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


[Bug 1318251] Re: fonts under icons are changing unpredictablely

2014-05-10 Thread gerard
** Description changed:

  Hi
  
  I just installed 14.04. The fonts under icons on the desk are very thin
  with a white shadows. I far prefer the ones on 13.10.
  
  Anyway I solved the problem ... apparently by using :
  Unity Tweak Tool > appearance > fonts > hinting : none (this is my own 
translation from the French menu)
  
  The fonts changed into the same ones as on Ubuntu 13.10 BUT
  
  after reboot, back to the same thin fonts.
  
- How come it can change on seldom bases
+ How come it can change on random bases
  
  Thx for your answer

** Description changed:

  Hi
  
  I just installed 14.04. The fonts under icons on the desk are very thin
- with a white shadows. I far prefer the ones on 13.10.
+ with a white shadow. I far prefer the ones on 13.10, thicker.
  
  Anyway I solved the problem ... apparently by using :
  Unity Tweak Tool > appearance > fonts > hinting : none (this is my own 
translation from the French menu)
  
  The fonts changed into the same ones as on Ubuntu 13.10 BUT
  
  after reboot, back to the same thin fonts.
  
  How come it can change on random bases
  
- Thx for your answer
+ Thx for your help

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

Title:
  fonts under icons are changing unpredictablely

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

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


[Bug 1318250] Status changed to Confirmed

2014-05-10 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Intel Wireless 7260 AC slow speeds and drops connection in ubunu 14.04

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

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


[Bug 1318183] Re: Onboard does not recognize finger taps on Thinkpad X230t

2014-05-10 Thread marmuta
*** This bug is a duplicate of bug 1297692 ***
https://bugs.launchpad.net/bugs/1297692

Thanks, this is very likely the same problem as bug #1297692 then, I'll 
duplicate this one to it.
If you can, try the above PPA. There's a good chance it will work for you too.
Alternatively (or in addition to the PPA) consider turning off the wacom 
driver's gesture support:

xsetwacom --set "Wacom ISDv4 E6 Finger touch" Gesture off

This has the added advantage that you get to use multi-touch in Onboard
(and elsewhere), see
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1297692/comments/28

If you have trouble typing at first, please reboot once and retry.

** This bug has been marked a duplicate of bug 1297692
   Onboard not working with wacom driver

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

Title:
  Onboard does not recognize finger taps on Thinkpad X230t

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

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


[Bug 1315697] Re: 1002:68e0 [Asus K52Je] Backlight not working after boot

2014-05-10 Thread Christopher M. Penalver
** Description changed:

- As the summary states: there is no backlight on my Asus X52Je notebook
- after  boot - it works fine at the grub stage and splash sreen but
- afterwards it just goes black (though you can barely see something -
- that's why i could turn on the monitor clone option and use a secondary
- display). Function keys work and there is an entrance in
- /sys/class/backlight/ - it just doesn't do anything.
- 
- I've had this problem since 12.04 - i think it started after one of the
- software updates. It did work for quite some time before. I tried
- upgrading Ubuntu in hope that that would fix it, but to no avail - I'm
- now at 14.04 and all the versions up to this point had the same problem
- (12.10, 13.04, 13.10). I also tried latest mainline kernel but that
- didn't help.
+ There is no backlight on my Asus X52Je notebook after boot. It works
+ fine at the grub stage and splash sreen but afterwards it just goes
+ black (though you can barely see something - that's why i could turn on
+ the monitor clone option and use a secondary display). Function keys
+ work and there is an entrance in /sys/class/backlight/ - it just doesn't
+ do anything. I've had this problem since 12.04 - i think it started
+ after one of the software updates. It did work for quite some time
+ before. I'm now at 14.04 and all the versions up to this point had the
+ same problem (12.10, 13.04, 13.10).
  
  Also tried some common workarounds, like:
- 'acpi_backlight=vendor'
- 'acpi_osi=Linux'
- 'acpi=off'
- And the like, also with no effect.
- 
- Also updated BIOS to latest version form manufacturer - didn't help.
+ acpi_backlight=vendor
+ acpi_osi=Linux
+ acpi=off
  
  The attachements have the required diagnostic files.
- 
- Thanks,
- mk
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  drink  2012 F pulseaudio
-  /dev/snd/controlC0:  drink  2012 F pulseaudio
-  /dev/snd/pcmC0D0p:   drink  2012 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  drink  2012 F pulseaudio
+  /dev/snd/controlC0:  drink  2012 F pulseaudio
+  /dev/snd/pcmC0D0p:   drink  2012 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sat May  3 17:37:38 2014
  HibernationDevice: RESUME=UUID=517b6655-6f63-483f-80c0-087e4799c881
  MachineType: ASUSTeK Computer Inc. K52Je
  ProcFB:
-  
+ 
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=da0531fa-9dbd-4f69-9179-0dd5b2740f22 ro video.use_native_backlight=1
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-24-generic N/A
-  linux-backports-modules-3.13.0-24-generic  N/A
-  linux-firmware 1.127.1
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127.1
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-24 (9 days ago)
  dmi.bios.date: 01/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K52Je.212
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K52Je
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK52Je.212:bd01/26/2011:svnASUSTeKComputerInc.:pnK52Je:pvr1.0:rvnASUSTeKComputerInc.:rnK52Je:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K52Je
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

Title:
  1002:68e0 [Asus K52Je] Backlight not working after boot

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

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

<    1   2   3   4   5   6   >