[Bug 1333617] Re: CVE-2014-4171

2014-06-26 Thread John Johansen
** Description changed:

- mm/shmem.c denial of service
+ mm/shmem.c in the Linux kernel through 3.15.1 does not properly
+ implement the interaction between range notification and hole punching,
+ which allows local users to cause a denial of service (i_mutex hold) by
+ using the mmap system call to access a hole, as demonstrated by
+ interfering with intended shmem activity by blocking completion of (1)
+ an MADV_REMOVE madvise call or (2) an FALLOC_FL_PUNCH_HOLE fallocate
+ call.
+ 
+ Break-Fix: - f00cdc6df7d7cfcabb5b740911e6788cb0802bdb

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

Title:
  CVE-2014-4171

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

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


[Bug 1297581] [PATCH] ALSA: hda - Add another headset pin quirk for some Dell machines

2014-06-26 Thread David Henningsson
Another quirk to make the headset mic work on some new Dell machines.

Cc: Hui Wang 
BugLink: https://bugs.launchpad.net/bugs/1297581
Signed-off-by: David Henningsson 
---
 sound/pci/hda/patch_realtek.c | 12 
 1 file changed, 12 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 60bf5ee..4ebbe03 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5199,6 +5199,18 @@ static const struct snd_hda_pin_quirk 
alc269_pin_fixup_tbl[] = {
{0x1b, 0x41f0},
{0x1d, 0x4071},
{0x1e, 0x41f0}),
+   SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", 
ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
+   {0x12, 0x4000},
+   {0x13, 0x90a60140},
+   {0x14, 0x90170110},
+   {0x15, 0x0221401f},
+   {0x16, 0x41f0},
+   {0x18, 0x41f0},
+   {0x19, 0x41f0},
+   {0x1a, 0x41f0},
+   {0x1b, 0x41f0},
+   {0x1d, 0x4071},
+   {0x1e, 0x41f0}),
{}
 };
 
-- 
1.9.1

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

Title:
  headset mic can't be detected on the machines with alc codec

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1297581/+subscriptions

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


[Bug 1256642] Re: Chromium shows "aw snap" error on every page

2014-06-26 Thread Petrus Rossouw
Started getting this also a few days ago. 
Nvidia and AMD64
Trusty
chromium-browser --version
Chromium 34.0.1847.116 Ubuntu 14.04 aura

Side note - I had problems with chromium before the "Aw, Snap's" started.
It would launch on my main monitor, but if I tried to move te window to another 
monitor (I have 6) the chromium window would go black. Moving it back to the 
main screen caused it to properly display content.

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

Title:
  Chromium shows "aw snap" error on every page

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

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


[Bug 1329103] Re: CVE-2014-4014

2014-06-26 Thread John Johansen
** Changed in: linux-lts-quantal (Ubuntu Precise)
   Status: New => Fix Committed

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

** Changed in: linux-lts-raring (Ubuntu Precise)
   Status: New => Fix Committed

** Description changed:

- The internal function inode_capable was used inappropriately. Depending
- on configuration, this may be usable to escalate privileges. A cursory
- inspection of my Fedora box suggests that it is not vulnerable to the
- obvious way to exploit this bug.
+ The capabilities implementation in the Linux kernel before 3.14.8 does
+ not properly consider that namespaces are inapplicable to inodes, which
+ allows local users to bypass intended chmod restrictions by first
+ creating a user namespace, as demonstrated by setting the setgid bit on
+ a file with group ownership of root.
  
  Break-Fix: - 23adbe12ef7d3d4195e80800ab36b37bee28cd03

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

Title:
  CVE-2014-4014

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

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


[Bug 1333612] Re: CVE-2014-4027

2014-06-26 Thread John Johansen
** Changed in: linux-lts-quantal (Ubuntu Precise)
   Status: New => Fix Committed

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

** Description changed:

- Jorge Daniel Sequeira Matias discovered an information leak in the
- rd_mcp backend of the iSCSI target subsystem in the Linux kernel
- (originally reported to the Debian Security Team and investigated by
- Nicholas A. Bellinger).
+ The rd_build_device_space function in drivers/target/target_core_rd.c in
+ the Linux kernel before 3.14 does not properly initialize a certain data
+ structure, which allows local users to obtain sensitive information from
+ ramdisk_mcp memory by leveraging access to a SCSI initiator.
  
  Break-Fix: - 4442dc8a92b8f9ad8ee9e7f8438f4c04c03a22dc

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

Title:
  CVE-2014-4027

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

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


[Bug 1286911] Re: Kernel Panic using 14.04

2014-06-26 Thread Simon Eriksson
Hello all, experiencing kernel panics with 14.04 LTS and xtables-addons
2.3. Is there a work around for this?

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

Title:
  Kernel Panic using 14.04

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

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


[Bug 1332777] Re: How To Keep Skin Looking Young

2014-06-26 Thread Graham Inggs
** Information type changed from Private to Public

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

Title:
  How To Keep Skin Looking Young

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

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


[Bug 1334973] Missing required logs.

2014-06-26 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1334973

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1334973

Title:
  Tips For Living A Life With Diabetes

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

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


[Bug 1334968] Status changed to Confirmed

2014-06-26 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/1334968

Title:
  [HP ProBook 445 G1] Microphone mute key does not work

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

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


[Bug 1334973] [NEW] Tips For Living A Life With Diabetes

2014-06-26 Thread liabrow roy
Public bug reported:

Managing diabetes could drive you lots of enunciate and soreness. What is 
crucial nigh brick with diabetes is that you score to acquire active this 
precondition, as often as realizable ,so you can conceptualise any backup from 
the symptoms. Advice, equal what follows, is honourable what you essential to 
get started.
If you are a diabetic, you pauperism to read how to eat on food in a healthy 
way. You may not impoverishment to free up sweets completely. You can eat 
afters every so ofttimes if you're blood sweetening is limited. It may be 
perspicacious to wait an after-meal deal by eliminating a predestinate total of 
carbs from your main pedagogy.
There are author trenchant slipway to step where your gore dulcorate levels are 
at, than urine dissolvent investigating. The only reading you will acquire 
nasal solvent levels is when your slaying glucose levels are greater than 200 
mg/dl. Solon faithful methods, such as investigating strips and digit sticks, 
are author precise and recommended by the ADA.
If you love diabetes or require to abstain it, you necessary to individual many 
animal manifestation in your animation. Doing this gift improve you slim land, 
and give also form your embody more alive to insulin, which module move you 
berth execution dulcify. Because fleshly activity lowers execution dulcorate so 
effectively, you cannot open to mistake your grooming if you are diabetic.
http://hyperglycemiaabout.com/

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

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

Title:
  Tips For Living A Life With Diabetes

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

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


[Bug 1277528] Re: [Asus N550JV] Bluetooth not working initially

2014-06-26 Thread Simone Fabris
I have the same problem on Asus N550JV, latest BIOS, Ubuntu 14.04

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

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

Title:
  [Asus N550JV] Bluetooth not working initially

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

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


[Bug 1334964] Status changed to Confirmed

2014-06-26 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/1334964

Title:
  [LENOVO IdeaPad U410] hibernate/resume failure

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

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


[Bug 1327487] Re: CVE-2014-3940

2014-06-26 Thread John Johansen
** Changed in: linux (Ubuntu Trusty)
   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/1327487

Title:
  CVE-2014-3940

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

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


[Bug 1325941] Re: CVE-2014-3917

2014-06-26 Thread John Johansen
** Changed in: linux-lts-quantal (Ubuntu Precise)
   Status: New => Fix Committed

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

** Changed in: linux-lts-raring (Ubuntu Precise)
   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/1325941

Title:
  CVE-2014-3917

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

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


[Bug 1319563] Re: CVE-2014-3145

2014-06-26 Thread John Johansen
** Changed in: linux-armadaxp (Ubuntu Precise)
   Status: New => Fix Released

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

** Changed in: linux-ti-omap4 (Ubuntu Precise)
   Status: New => Fix Committed

** Changed in: linux-lts-raring (Ubuntu Precise)
   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/1319563

Title:
  CVE-2014-3145

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

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


[Bug 1334968] [NEW] [HP ProBook 445 G1] Microphone mute key does not work

2014-06-26 Thread Po-Hsu Lin
Public bug reported:

CID: 201307-13919 HP ProBook 445 G1

The microphone mute key does not work on this system
Keystroke cannot be detected by xev, but it shows:
keycode 465 press
keycode 465 release
from "sudo showkey -k"

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-30-generic 3.13.0-30.54
ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1508 F pulseaudio
 /dev/snd/pcmC1D0c:   ubuntu 1508 F...m pulseaudio
 /dev/snd/controlC0:  ubuntu 1508 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
CurrentDesktop: Unity
Date: Fri Jun 27 01:10:10 2014
HibernationDevice: RESUME=UUID=be96939f-ffde-4407-a99e-17beebf60ad5
InstallationDate: Installed on 2014-06-27 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP ProBook 445 G1 Notebook PC
ProcFB:
 0 radeondrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=fd8269ec-b9ab-4f08-8eaf-6c3bfa26a4e1 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-30-generic N/A
 linux-backports-modules-3.13.0-30-generic  N/A
 linux-firmware 1.127.4
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/05/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CPE Ver. F.21
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1950
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 91.0B
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CPEVer.F.21:bd09/05/2013:svnHewlett-Packard:pnHPProBook445G1NotebookPC:pvrA201BC1203:rvnHewlett-Packard:rn1950:rvrKBCVersion91.0B:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 445 G1 Notebook PC
dmi.product.version: A201BC1203
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201307-13919 amd64 apport-bug blocks-hwcert blocks-hwcert-enablement 
taipei-lab trusty

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

Title:
  [HP ProBook 445 G1] Microphone mute key does not work

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

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


[Bug 1327667] Re: blabble + qt5.3 on flo #73 crash

2014-06-26 Thread Olivier Tilloy
I can reliably reproduce the crash on flo with image #101. Here is the
backtrace I’m getting:

#0  operator-> (this=0x2c)
at 
../../include/QtQml/5.3.0/QtQml/private/../../../../../src/qml/qml/ftw/qflagpointer_p.h:221
#1  allCreatedObjects (this=0x0)
at 
../../include/QtQml/5.3.0/QtQml/private/../../../../../src/qml/qml/qqmlobjectcreator_p.h:92
#2  QQmlVMEGuard::guard (this=this@entry=0x1476ff4, creator=0x0)
at qml/qqmlvme.cpp:116
#3  0xb6c2e3f8 in QQmlIncubatorPrivate::incubate (this=0x1476fa8, i=...)
at qml/qqmlincubator.cpp:389
#4  0xb6c2eaf6 in QQmlIncubationController::incubateFor (
this=this@entry=0x1303b70, msecs=)
at qml/qqmlincubator.cpp:404
#5  0xb6e1a544 in incubate (this=0x1303b68) at items/qquickwindow.cpp:135
#6  QQuickWindowIncubationController::timerEvent (this=0x1303b68)
at items/qquickwindow.cpp:118
#7  0xb627ceca in QObject::event(QEvent*) ()
   from /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
#8  0xb67b79a4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
   from /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
#9  0xb67bb13a in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
Cannot access memory at address 0x2d4ff0e0

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

Title:
  blabble + qt5.3 on flo #73 crash

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

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

[Bug 1334954] Re: Complete HUAWEI Mobile broadband E352 support

2014-06-26 Thread Lars Melin
The kernel oops is btw from ModemManager and not from usb_modeswitch. 
Make sure by checking the system log (after removing the faulty config in 
usb_modeswitch.conf) that  usb_modeswitch switches the dongle from 12d1:14fe to 
12d1:1506 at every insert.
If it does, then assign  the bug to NetworkManager which should handle the 
dongles direct ethernet interface (cdc_ncm, huawei_cdc_ncm, and cdc_wdm.  see 
the log for those). 
It should not be handled by ModemManager which is for ppp dialup even though 
the dongle supports that mode.

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

Title:
  Complete HUAWEI Mobile broadband E352 support

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

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


[Bug 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
I have resolved this for this install; this box had an actual user
account called `haproxy`. I renamed this account to something else and
attempted the update again. It was successful that time.

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1319561] Re: CVE-2014-3144

2014-06-26 Thread John Johansen
** Changed in: linux-armadaxp (Ubuntu Precise)
   Status: New => Fix Released

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

** Changed in: linux-ti-omap4 (Ubuntu Precise)
   Status: New => Fix Committed

** Changed in: linux-lts-raring (Ubuntu Precise)
   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/1319561

Title:
  CVE-2014-3144

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

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


[Bug 1334676] Re: Applications have a dead open dbus connection (since image #96)

2014-06-26 Thread I Ahmad
** Also affects: messaging-app
   Importance: Undecided
   Status: New

** No longer affects: messaging-app

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

Title:
  Applications have a dead open dbus connection (since image #96)

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

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


[Bug 1334964] [NEW] [LENOVO IdeaPad U410] hibernate/resume failure

2014-06-26 Thread Brian Walton
Public bug reported:

Issue occurs on occasion when laptop goes into hibernation, it will
sometimes not allow the OS to boot up properly and will require a hard
reset.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.15.0-6-generic 3.15.0-6.11
ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
Uname: Linux 3.15.0-6-generic x86_64
Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
ApportVersion: 2.14.3-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  phantom3313 F pulseaudio
Date: Wed Jun 25 00:47:38 2014
DuplicateSignature: hibernate/resume:LENOVO IdeaPad U410:65CN89WW
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
HibernationDevice: RESUME=UUID=6ef445f3-4ec3-401b-bbb5-8433beb033c3
InstallationDate: Installed on 2014-06-10 (16 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
InterpreterPath: /usr/bin/python3.4
MachineType: LENOVO IdeaPad U410
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic.efi.signed 
root=UUID=b81f86dc-0438-428d-9bdc-548699b3beed ro quiet splash vt.handoff=7
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.15.0-6-generic N/A
 linux-backports-modules-3.15.0-6-generic  N/A
 linux-firmware1.131
SourcePackage: linux
StagingDrivers: keucr
Title: [LENOVO IdeaPad U410] hibernate/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 09/04/2012
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 65CN89WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo
dmi.board.vendor: LENOVO
dmi.board.version: 3193WIN8 STD MLT
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo U410
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr65CN89WW:bd09/04/2012:svnLENOVO:pnIdeaPadU410:pvrLenovoU410:rvnLENOVO:rnLenovo:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoU410:
dmi.product.name: IdeaPad U410
dmi.product.version: Lenovo U410
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-kerneloops hibernate need-duplicate-check resume staging 
utopic

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

Title:
  [LENOVO IdeaPad U410] hibernate/resume failure

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

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


[Bug 1308348] Re: network settings indicator missing from panel

2014-06-26 Thread Mathew Hodson
ConnyLo, you have the wrong version installed. You need to enable the
-proposed repository.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on
how to enable and use -proposed.

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

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

Title:
  network settings indicator missing from panel

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

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


[Bug 1334961] [NEW] package owncloud-client 1.6.0+dfsg-1 failed to install/upgrade: trying to overwrite '/etc/ownCloud/sync-exclude.lst', which is also in package libowncloudsync0:amd64 1.5.3

2014-06-26 Thread michael da cova
Public bug reported:

on start up owncloud failed from first boot, now when started by hand
the tray icon is far left and not next to others

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: owncloud-client 1.6.0+dfsg-1
ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
Uname: Linux 3.15.0-6-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.3-0ubuntu2
Architecture: amd64
Date: Fri Jun 27 01:05:24 2014
DuplicateSignature: package:owncloud-client:1.6.0+dfsg-1:trying to overwrite 
'/etc/ownCloud/sync-exclude.lst', which is also in package 
libowncloudsync0:amd64 1.5.3
ErrorMessage: trying to overwrite '/etc/ownCloud/sync-exclude.lst', which is 
also in package libowncloudsync0:amd64 1.5.3
InstallationDate: Installed on 2014-04-07 (80 days ago)
InstallationMedia: It
SourcePackage: owncloud-client
Title: package owncloud-client 1.6.0+dfsg-1 failed to install/upgrade: trying 
to overwrite '/etc/ownCloud/sync-exclude.lst', which is also in package 
libowncloudsync0:amd64 1.5.3
UpgradeStatus: Upgraded to utopic on 2014-06-26 (0 days ago)

** Affects: owncloud-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict utopic

** Description changed:

  on start up owncloud failed from first boot, now when started by hand
- the tray icon is fat left and not next to others
+ the tray icon is far left and not next to others
  
  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: owncloud-client 1.6.0+dfsg-1
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  Date: Fri Jun 27 01:05:24 2014
  DuplicateSignature: package:owncloud-client:1.6.0+dfsg-1:trying to overwrite 
'/etc/ownCloud/sync-exclude.lst', which is also in package 
libowncloudsync0:amd64 1.5.3
  ErrorMessage: trying to overwrite '/etc/ownCloud/sync-exclude.lst', which is 
also in package libowncloudsync0:amd64 1.5.3
  InstallationDate: Installed on 2014-04-07 (80 days ago)
  InstallationMedia: It
  SourcePackage: owncloud-client
  Title: package owncloud-client 1.6.0+dfsg-1 failed to install/upgrade: trying 
to overwrite '/etc/ownCloud/sync-exclude.lst', which is also in package 
libowncloudsync0:amd64 1.5.3
  UpgradeStatus: Upgraded to utopic on 2014-06-26 (0 days ago)

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

Title:
  package owncloud-client 1.6.0+dfsg-1 failed to install/upgrade: trying
  to overwrite '/etc/ownCloud/sync-exclude.lst', which is also in
  package libowncloudsync0:amd64 1.5.3

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

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


[Bug 1334954] Re: Complete HUAWEI Mobile broadband E352 support

2014-06-26 Thread Lars Melin
Please state which Ubuntu version,  linux kernel version, and usb_modeswitch 
version  you are using and also the content of the udev popup message.
The usb_modeswitch.conf file is for global configs and should not be used for 
individual device configuration, there should be a device config file named 
12d1:14fe in the usb_modeswitch data package which you can find in  
/usr/share/usb_modeswitch/configPack.tar.gz 

What you have entered in usb_modeswitch.conf is an incomplete device
config (no switch method/switch message) so I doubt it has any effect,
you should remove that.

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

Title:
  Complete HUAWEI Mobile broadband E352 support

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

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


[Bug 1334495] Re: Two different fonts mixed to display Chinese text in all desktop applications

2014-06-26 Thread Lukas Bunsen
Also, all characters in the attached text are very common, so it
shouldn't be the case that some characters are displayed by a fall back
font because they don't exist in the first choice.

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

Title:
  Two different fonts mixed to display Chinese text in all desktop
  applications

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

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


[Bug 1332624] Re: cant' swipe the keyboard away anymore

2014-06-26 Thread Olivier Tilloy
** Changed in: ubuntu-keyboard
   Status: New => In Progress

** Changed in: mir
   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/1332624

Title:
  cant' swipe the keyboard away anymore

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

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


Re: [Bug 1323391] Re: Update to 0.27.1 point release

2014-06-26 Thread Jean-Yves Avenard
I'll merge the devel/027candidates and make a 0.27.2 tag later today

On Friday, June 27, 2014, Mario Limonciello  wrote:

> It has been uploaded to utopic:
>
> https://launchpad.net/ubuntu/utopic/+source/mythtv/2:0.27.1+fixes.20140624.aa822f5-0ubuntu1
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1323391
>
> Title:
>   Update to 0.27.1 point release
>
> Status in “mythtv” package in Ubuntu:
>   Triaged
> Status in “mythtv” source package in Trusty:
>   In Progress
> Status in “mythtv” source package in Utopic:
>   Triaged
>
> Bug description:
>   [Impact]
>
>* Upstream has just released a bug fix point release for the 0.27
>   MythTV release.  As Mythbuntu is only does LTS releases, upstream
>   would like to see this updated in our base OS before the next
>   Mythbuntu point release.
>
>* Before reviewing and filing additional bugs, upstream would like to
>   see users on this point release release.
>
>* Most of the fixes are directly user facing.  The biggest
>   improvement is to the the LiveTV performance and to the fullscreen
>   behavior to both XFCE as well as Unity.
>
>   [Test Case]
>
>* Set up a functional production mythtv install with the 0.27
>   release.  Upgrade to 0.27.1 and ensure that no new regressions have
>   been introduced.
>
>   [Regression Potential]
>
>* upstream has been staging all of the fixes in a devel/027candidates
>   branch for the last few months with continuous calls to feedback and
>   more resulting fixes.  They just recently tagged 0.27.1
>
>* Regression potential is low due to this iterative process as well
>   as the fact that it's a bug fix only release.
>
>* All of the changes and individual fixed bugs are called out in the
>   upstream changelog for 0.27.1:
>
>   http://www.mythtv.org/wiki/Release_Notes_-_0.27.1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/1323391/+subscriptions
>

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

Title:
  Update to 0.27.1 point release

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

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

[Bug 1334495] Re: Two different fonts mixed to display Chinese text in all desktop applications

2014-06-26 Thread Lukas Bunsen
I experimented a bit more yesterday. I didn't find a option for the sub-
locales in KDE, but installed language-selector-gnome, where it is
possible to change.

To be on the safe side, I just also directly edited /etc/default/locale
as suggested by you.

After reboot:

"cat /etc/default/locale
LANG="de_DE.UTF-8""

"locale
LANG=de_DE.UTF-8
LANGUAGE=de:en:zh:en
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY=de_DE.UTF-8
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
LC_ADDRESS=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_ALL="

The problem still exists.

Additionally I tried some more programmes. My impression now is that the
problem only exists with KDE, e.g. QT programmes and things like all
window titles. In Gnome applications (I tried Geany and Pidgin) Chinese
text is displayed normally, in Thunderbird too (not sure what toolkit
thunderbird uses).

I deinstalled "fonts-arphic-ukai" which seemed to be the "italic" font
used. Now, text is still displayed using two different fonts, but the
"italic" font changed. (I am using "italic" and "normal" to describe how
the fonts look, but it is not equal to a text's attribute in Latin
script. The difference between the two fonts could perhaps be compared
to serif and sans serif in Latin script)

In the font settings, everything is set to Ubuntu, except for the
monospace font which is set to Monospace.

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

Title:
  Two different fonts mixed to display Chinese text in all desktop
  applications

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

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


[Bug 1333609] Re: CVE-2014-1739

2014-06-26 Thread John Johansen
** Changed in: linux-armadaxp (Ubuntu Precise)
   Status: New => Fix Released

** Changed in: linux-ec2 (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-quantal (Ubuntu Precise)
   Status: New => Fix Committed

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Fix Committed

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

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

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

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

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

** Changed in: linux-ti-omap4 (Ubuntu Precise)
   Status: New => Fix Committed

** Description changed:

- The ioctl media_enum_entities() discloses 200 bytes of the kernel
- process stack.
+ The media_device_enum_entities function in drivers/media/media-device.c
+ in the Linux kernel before 3.14.6 does not initialize a certain data
+ structure, which allows local users to obtain sensitive information from
+ kernel memory by leveraging /dev/media0 read access for a
+ MEDIA_IOC_ENUM_ENTITIES ioctl call.
  
  Break-Fix: 1651333b09743887bc2dd3d158a11853a2be3fe7
  e6a623460e5fc960ac3ee9f946d3106233fd28d8

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

Title:
  CVE-2014-1739

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

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


[Bug 1331382] Re: QT5.3: Header is missing icons from gallery app and the top most images sit under the white banner that should be the header

2014-06-26 Thread Olivier Tilloy
** Changed in: gallery-app
   Status: In Progress => 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/1331382

Title:
  QT5.3: Header is missing icons from gallery app and the top most
  images sit under the white banner that should be the header

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1331382/+subscriptions

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


[Bug 1334959] [NEW] Run tests in autopkgtest

2014-06-26 Thread Martin Pitt
Public bug reported:

This might save us from regressions from changed dependencies one day.

** Affects: autopilot (Ubuntu)
 Importance: Wishlist
 Assignee: Martin Pitt (pitti)
 Status: Triaged

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

Title:
  Run tests in autopkgtest

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

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


[Bug 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
** Attachment added: "modified.conffile..etc.haproxy.haproxy.cfg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+attachment/4140330/+files/modified.conffile..etc.haproxy.haproxy.cfg.txt

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1334958] Re: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
# this config needs haproxy-1.1.28 or haproxy-1.2.1

global
log 127.0.0.1   local0
log 127.0.0.1   local1 notice
#log loghostlocal0 info
maxconn 4096
#chroot /usr/share/haproxy
user haproxy
group haproxy
daemon
#debug
#quiet
stats socket /etc/haproxy/haproxysock level admin


defaults
log global
modehttp
option  httplog
option  dontlognull
retries 3
option redispatch
maxconn 2000
contimeout  5000
clitimeout  5
srvtimeout  5

listen stats :1936
mode http
stats enable
stats hide-version
stats realm Haproxy\ Statistics
stats uri /
stats auth redacted:redacted

frontend myFlo-HTTP
bind 192.0.2.55:80
default_backend myFlo-Servers-RR
acl scheduler   url_sub -i schedule #ACL for scheduler requests

use_backend myFlo-Servers-SRC if scheduler

frontend myFloLite-HTTP
bind 192.168.100.8:80
default_backend myFloLite-Servers

backend myFloLite-Servers
mode http
balance roundrobin
option httpchk HEAD /
server liteweb1:80 192.168.100.9 check port 80 inter 2000
server liteweb2:80 192.168.100.10 check port 80 inter 2000

backend myFlo-Servers-RR
mode http
balance roundrobin
option httpchk HEAD /health_check.html HTTP/1.1\r\nHost:\ haproxy.test
server myfloweb1:80 192.168.100.5 check port 80 inter 2000
server myfloweb2:80 192.168.100.14 check port 80 inter 2000

backend myFlo-Servers-SRC
mode http
balance source
option httpchk HEAD /health_check.html HTTP/1.1\r\nHost:\ haproxy.test
server myfloweb1:80 192.168.100.5 check port 80 inter 2000
server myfloweb2:80 192.168.100.14 check port 80 inter 2000

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1333605] Re: CVE-2014-0203

2014-06-26 Thread John Johansen
** Description changed:

- It was discovered that the proc_ns_follow_link() function did not
- properly return the LAST_BIND value in the last pathname component as is
- expected for procfs symbolic links, which could lead to excessive
- freeing of memory and consequent slab corruption. A local, unprivileged
- user could use this flaw to crash the system.
+ The __do_follow_link function in fs/namei.c in the Linux kernel before
+ 2.6.33 does not properly handle the last pathname component during use
+ of certain filesystems, which allows local users to cause a denial of
+ service (incorrect free operations and system crash) via an open system
+ call.

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

Title:
  CVE-2014-0203

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

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


[Bug 1334958] [NEW] package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-06-26 Thread Mark Henderson
Public bug reported:

Doing release upgrade from 12.04 to 14.04.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: haproxy 1.4.24-2
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Fri Jun 27 15:36:08 2014
DuplicateSignature: package:haproxy:1.4.24-2:ErrorMessage: subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2012-10-02 (633 days ago)
InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
SourcePackage: haproxy
Title: package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-06-27 (0 days ago)
modified.conffile..etc.default.haproxy:
 # Set ENABLED to 1 if you want the init script to start haproxy.
 ENABLED=1
 # Add extra flags here.
 #EXTRAOPTS="-de -m 16"
mtime.conffile..etc.default.haproxy: 2012-10-02T12:34:46.10
mtime.conffile..etc.haproxy.haproxy.cfg: 2014-06-27T14:46:05.313880

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


** Tags: amd64 apport-package need-duplicate-check trusty

** Attachment removed: "modified.conffile..etc.haproxy.haproxy.cfg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1334958/+attachment/4140329/+files/modified.conffile..etc.haproxy.haproxy.cfg.txt

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

Title:
  package haproxy 1.4.24-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1298119] Re: CVE-2014-0131

2014-06-26 Thread John Johansen
** Changed in: linux-ec2 (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-quantal (Ubuntu Precise)
   Status: New => Fix Committed

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

** Changed in: linux (Ubuntu Lucid)
   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/1298119

Title:
  CVE-2014-0131

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

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


[Bug 1334676] Re: Applications have a dead open dbus connection (since image #96)

2014-06-26 Thread Martin Pitt
This should still have an open bug task. Tentatively assigning to
ubuntu-sdk-libs, but of course that's too broad.

Suggestions how to continue debugging:

 * Bisect http://people.canonical.com/~lzemczak/landing-
team/96.commitlog and see which new component actually introduced this
regression and then assing to that, and possibly revert

 * This assertion:

   process 7262: arguments to dbus_connection_close() were incorrect,
assertion "connection->generation == _dbus_current_generation" failed in
file ../../dbus/dbus-connection.c line 2890.

  seems to be the best hint we have at the moment, and it's consistent
with having a bus connection which is still registered (dbus-monitor
doesn't show it as closed), but already dead as the application tried to
close it in an invalid way. This is coming from libdbus-1-3, so it's not
anything using gdbus or qdbus. Suggesting to add a breakpoint there and
when the assertion hits see where/what in the stack tries to close that
connection.

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

** Changed in: ubuntu-touch-meta (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Applications have a dead open dbus connection (since image #96)

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

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


[Bug 1334957] Re: There are netcp error on dmesg

2014-06-26 Thread Ike Panhc
Looks like disable CONFIG_IOMMU_SUPPORT can fix this issue

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

Title:
  There are netcp error on dmesg

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

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


[Bug 1251281] Re: gnome-flashback (metacity) fails to start without hardware acceleration, cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

2014-06-26 Thread Eugene San
Hi all,

I've reworked my solution and now, I guess, at least parts of it are
ready to be merged as SRU.

Summary:
* gnome-{session,desktop} - No backports this time, only bug fixing patches.
* metacity - Backport fresh gtk3 port with composting support and no artifacts.
* gnome-panel - Backport new upstream snapshot and follow upstream guidelines 
in Ubuntu packaging. For example provide only gnome-flashback.
* indicator-appmenu - Fix missing appmenu support for non-LightDM started 
sessions.
* ubuntu-themes - Add support of XFWM4 (in case some one still would prefer it 
over new fixed Metacity).
* gnome-window-applets - New package to mimic Unity style window controls on 
panel.
* cardapio - New package for main menu replacement with search capabilities 
(similar to Whisker from Xubuntu).
* gnome-flashback-desktop - New meta package for unity like environment 
(installs all of the above).

Packages:
https://launchpad.net/~eugenesan/+archive/ppa/+packages?field.name_filter=gnome&field.status_filter=published&field.series_filter=trusty
https://launchpad.net/~eugenesan/+archive/ppa/+packages?field.name_filter=meta&field.status_filter=published&field.series_filter=trusty

Notes:
* If you still want to use official gnome-panel packages you might want to 
comment out gnome-fallback in /etc/upstart-xsessions.
* Solution works mainly due addition of 
0105_gsm-presence-check-also-monitor.patch (will be reported upstream) and 
0104_cmdline_option_disable-acceleration-check.patch (thanks to 
albertsmuktupavels).
* I am still looking for a solution for missing NetworkManager applet and 
inability to mount media. Seems like polkit settings are to blame for that. 
Many permissions are defined only for active users, while "virtual" sessions' 
users registered as non-active. It would be nice if someone could provide a 
solution.
* I've tested above changes only with x2go and natively.
* If you installed previously backported packages from my PPA, you will need to 
downgrade them manually or "re-install" my PPA using ppa-purge and 
add-apt-repository.

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

Title:
  gnome-flashback (metacity) fails to start without hardware
  acceleration, cloud/remote environments
  (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

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

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


[Bug 1323391] Re: Update to 0.27.1 point release

2014-06-26 Thread Mario Limonciello
It has been uploaded to utopic:
https://launchpad.net/ubuntu/utopic/+source/mythtv/2:0.27.1+fixes.20140624.aa822f5-0ubuntu1

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

Title:
  Update to 0.27.1 point release

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

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


[Bug 1334957] [NEW] There are netcp error on dmesg

2014-06-26 Thread Ike Panhc
Public bug reported:

[   21.362456] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.363082] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.363097] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.363112] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.370198] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.370213] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.370224] keystone-netcp 209.netcp: bad response context, got 
0x
[   21.902777] keystone-netcp 209.netcp: bad response context, got 
0x

$ cat /proc/version
Linux version 3.13.0-6-keystone (buildd@kishi06) (gcc version 4.7.3 
(Ubuntu/Linaro 4.7.3-12ubuntu1) ) #9-Ubuntu SMP Tue Jun 24 15:59:35 UTC 2014

** Affects: linux-keystone (Ubuntu)
 Importance: Undecided
 Assignee: Ike Panhc (ikepanhc)
 Status: Confirmed

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

Title:
  There are netcp error on dmesg

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

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


[Bug 1334954] [NEW] Complete HUAWEI Mobile broadband E352 support

2014-06-26 Thread Runar Ingebrigtsen
Public bug reported:

usb_modeswitch kernel module tells me to report this bug :)

The modem works fine, it's just not stable.
Unplugging and reinserting creates a kernel oops that seems to prevent halting 
the system.

First time I plugged it in, I got an U-DEV popup error message. A little
after that, there was a question about PIN code and the modem worked.

Unplugging and reinstering the device, it won't work. I have to reboot.

I added four lines in usb_modeswitch.conf:
DefaultVendor=12d1
DefaultProduct=14fe
TargetVendor=12d1
TargetProduct=1506

At the last reboot, this made the U-DEV popup disappear and the modem
asks for the PIN and works.

The work_device.txt attachment shows the kernel log for this event.

I will upload the log for when I unplug and reinsert the device as a
separate file.

** Affects: usb-modeswitch (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 3g huawei modem

** Attachment added: "kernel log for plugging in and using the modem"
   
https://bugs.launchpad.net/bugs/1334954/+attachment/4140316/+files/working_device.txt

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

Title:
  Complete HUAWEI Mobile broadband E352 support

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

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


[Bug 1334940] Re: Can't scan videos on ubuntu touch (flo, image 100)

2014-06-26 Thread Ricardo Salveti
Worked fine after I added the following at 
/etc/apparmor.d/usr.bin.mediascanner-service-2.0:
"""
  /dev/ashmem rw,

  # libhybris
  /{,var/}run/shm/hybris_shm_data rw,
  /usr/lib/@{multiarch}/libhybris/*.so mr,
  /{,android/}system/build.prop r,
  # These libraries can be in any of:
  #  /vendor/lib
  #  /system/lib
  #  /system/vendor/lib
  #  /android/vendor/lib
  #  /android/system/lib
  #  /android/system/vendor/lib
  /{,android/}vendor/lib/**   r,
  /{,android/}vendor/lib/**.som,
  /{,android/}system/lib/**   r,
  /{,android/}system/lib/**.som,
  /{,android/}system/vendor/lib/**r,
  /{,android/}system/vendor/lib/**.so m,

  # attach_disconnected path
  /dev/socket/property_service rw,

  # Android logging triggered by platform. Can safely deny
  deny /dev/log_main w,
  deny /dev/log_radio w,
  deny /dev/log_events w,
  deny /dev/log_system w,

  /{,android/}system/etc/media_codecs.xml r,
  owner @{HOME}/.cache/gstreamer*/rw,
"""

** Changed in: mediascanner2 (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Can't scan videos on ubuntu touch (flo, image 100)

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

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


[Bug 1334954] Re: Complete HUAWEI Mobile broadband E352 support

2014-06-26 Thread Runar Ingebrigtsen
reinserting the mode gives kernel oops with NULL pointer reference

** Attachment added: "kernel log for reinserting"
   
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1334954/+attachment/4140320/+files/reinsert.txt

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

Title:
  Complete HUAWEI Mobile broadband E352 support

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

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


[Bug 1334954] Re: Complete HUAWEI Mobile broadband E352 support

2014-06-26 Thread Runar Ingebrigtsen
Unplugging the modem.

** Attachment added: "kernel log from unplugging"
   
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1334954/+attachment/4140319/+files/unplug.txt

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

Title:
  Complete HUAWEI Mobile broadband E352 support

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

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


[Bug 212433] Re: can't save config file

2014-06-26 Thread Antonino Perricone
Hello,
I am still unble to save preferences:

(medit:20091): Moo-WARNING **: in file mooapp/mooapp.c, line 1449,
function moo_app_save_prefs: could not save config files: Errore
nell'aprire il file «/home/perry/.local/share/medit/prefs.xml»: Permesso
negato

(sorry for italian sentences: the translatio is: Error opening file
«/home/perry/.local/share/medit/prefs.xml»: Permission denied)

I am using lubuntu14.04

apt-cache policy medit:
medit:
  Installato: 1.1.1-2
  Candidato:  1.1.1-2
  Tabella versione:
 *** 1.1.1-2 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
100 /var/lib/dpkg/status

Thanks,
Perry

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

Title:
  can't save config file

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

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

[Bug 1334953] Status changed to Confirmed

2014-06-26 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/1334953

Title:
  [HP 15 Touchsmart] AMD Radeon HD 8400[1002:9830] ghost image appears
  with specific resolutions

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

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


[Bug 1332183] Re: Installing gnome-session-flashback in Ubuntu GNOME Trusty provides a Flashback (Compiz) session when compiz is not installed

2014-06-26 Thread Tim
thanks Lance, have uploaded to trusty queue.

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

Title:
  Installing gnome-session-flashback in Ubuntu GNOME Trusty provides a
  Flashback (Compiz) session when compiz is not installed

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

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


[Bug 1334953] [NEW] [HP 15 Touchsmart] AMD Radeon HD 8400[1002:9830] ghost image appears with specific resolutions

2014-06-26 Thread Po-Hsu Lin
Public bug reported:

CID: 201310-14248 HP 15 Touchsmart

There are 5 resolution options available:
1366 * 768
1280 * 720
1152 * 768
1024 * 768
800 * 600

When using the open-source video driver, the 1280 * 720 and 1152 * 768 
resolution does not work well with it, there will be some ghost images.
Screenshot captured by the Screenshot program looks good. But it looks bad with 
human eyes, see attachment for the photo.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-30-generic 3.13.0-30.54
ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1649 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1649 F pulseaudio
CRDA:
 country TW:
  (2402 - 2472 @ 40), (3, 27)
  (5270 - 5330 @ 40), (3, 17), DFS
  (5735 - 5815 @ 40), (3, 30)
CurrentDesktop: Unity
Date: Fri Jun 27 00:06:15 2014
HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
InstallationDate: Installed on 2014-06-26 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-30-generic N/A
 linux-backports-modules-3.13.0-30-generic  N/A
 linux-firmware 1.127.4
RfKill:
 0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.09
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 2192
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 41.1A
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 088710025E112
dmi.sys.vendor: Hewlett-Packard

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


** Tags: 201310-14248 amd64 apport-bug taipei-lab trusty

** Attachment added: "P6270120.JPG"
   
https://bugs.launchpad.net/bugs/1334953/+attachment/4140299/+files/P6270120.JPG

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

Title:
  [HP 15 Touchsmart] AMD Radeon HD 8400[1002:9830] ghost image appears
  with specific resolutions

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

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

[Bug 1334953] Re: [HP 15 Touchsmart] AMD Radeon HD 8400[1002:9830] ghost image appears with specific resolutions

2014-06-26 Thread Po-Hsu Lin
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1334953/+attachment/4140315/+files/Xorg.0.log

** Description changed:

  CID: 201310-14248 HP 15 Touchsmart
  
  There are 5 resolution options available:
  1366 * 768
  1280 * 720
  1152 * 768
  1024 * 768
  800 * 600
  
  When using the open-source video driver, the 1280 * 720 and 1152 * 768 
resolution does not work well with it, there will be some ghost images.
- Screenshot captured by the Screenshot program looks good.
- See attachment for the photo.
+ Screenshot captured by the Screenshot program looks good. But it looks bad 
with human eyes, see attachment for the photo.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-30-generic 3.13.0-30.54
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  ubuntu 1649 F pulseaudio
-  /dev/snd/controlC0:  ubuntu 1649 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ubuntu 1649 F pulseaudio
+  /dev/snd/controlC0:  ubuntu 1649 F pulseaudio
  CRDA:
-  country TW:
-   (2402 - 2472 @ 40), (3, 27)
-   (5270 - 5330 @ 40), (3, 17), DFS
-   (5735 - 5815 @ 40), (3, 30)
+  country TW:
+   (2402 - 2472 @ 40), (3, 27)
+   (5270 - 5330 @ 40), (3, 17), DFS
+   (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Fri Jun 27 00:06:15 2014
  HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
  InstallationDate: Installed on 2014-06-26 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-30-generic N/A
-  linux-backports-modules-3.13.0-30-generic  N/A
-  linux-firmware 1.127.4
+  linux-restricted-modules-3.13.0-30-generic N/A
+  linux-backports-modules-3.13.0-30-generic  N/A
+  linux-firmware 1.127.4
  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: 12/06/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.09
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 2192
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 41.1A
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 088710025E112
  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/1334953

Title:
  [HP 15 Touchsmart] AMD Radeon HD 8400[1002:9830] ghost image appears
  with specific resolutions

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

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

[Bug 1334940] Re: Can't scan videos on ubuntu touch (flo, image 100)

2014-06-26 Thread Ricardo Salveti
As mediascanner uses gst directly, I imagine the policy needs to be
similar to media-hub (libhybris/etc).

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

Title:
  Can't scan videos on ubuntu touch (flo, image 100)

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

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


[Bug 1334940] Re: Can't scan videos on ubuntu touch (flo, image 100)

2014-06-26 Thread Ricardo Salveti
I thought I checked that when submitting this bug, but yeah, follows the denial:
Jun 27 04:46:40 ubuntu-phablet kernel: [   92.764892] type=1400 
audit(1403844400.411:73): apparmor="DENIED" operation="open" parent=3331 
profile="/usr/bin/mediascanner-service-2.0" 
name="/android/system/lib/libmedia_compat_layer.so" pid=3405 
comm="multiqueue0:src" requested_mask="r" denied_mask="r" fsuid=32011 ouid=0


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

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

Title:
  Can't scan videos on ubuntu touch (flo, image 100)

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

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


[Bug 1327021] Re: regression in snapshot performance in trusty

2014-06-26 Thread Serge Hallyn
This seems to have gotten much better in utopic.  Whereas in a trusty
container I get

real1m23.083s

in a utopic container I get

real0m49.224s

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

** Changed in: libvirt (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) => (unassigned)

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

Title:
  regression in snapshot performance in trusty

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

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


[Bug 1334919] Re: gcc48, gcc49: vect-nop-move.c fails on powerpc64le-unknown-linux-gnu (FSF PR 61542)

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

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

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

** Tags added: bot-comment

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

Title:
  gcc48, gcc49: vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  (FSF PR 61542)

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

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


[Bug 1334952] Re: nautilus crashed when drag-dropping a file out of banshee

2014-06-26 Thread Wade Menard
I didn't realize I didn't have debugging symbols loaded on this system.
Is the retrace sufficient?

** Information type changed from Private to Public

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

Title:
  nautilus crashed when drag-dropping a file out of banshee

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

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


[Bug 1334950] Status changed to Confirmed

2014-06-26 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/1334950

Title:
  [HP 15 Touchsmart] Mute LED is not working

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

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


[Bug 1242678] Re: evince cannot render some EPS files

2014-06-26 Thread Ubuntu Foundations Team Bug Bot
The attachment "libspectre_0.2.7-2ubuntu1_0.2.7-2ubuntu2.debdiff" seems
to be a debdiff.  The ubuntu-sponsors team has been subscribed to the
bug report so that they can review and hopefully sponsor the debdiff.
If the attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

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

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

Title:
  evince cannot render some EPS files

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

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


[Bug 1334940] Re: Can't scan videos on ubuntu touch (flo, image 100)

2014-06-26 Thread Jamie Strandboge
Are there any apparmor denials for mediascanner? (grep DEN
/var/log/syslog)

** Changed in: mediascanner2 (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/1334940

Title:
  Can't scan videos on ubuntu touch (flo, image 100)

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

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


[Bug 1274652] Re: [intel] [haswell] XMir: Vertical line on big screens

2014-06-26 Thread Launchpad Bug Tracker
[Expired for XMir because there has been no activity for 60 days.]

** Changed in: xmir
   Status: Incomplete => Expired

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

Title:
  [intel] [haswell] XMir: Vertical line on big screens

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

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


[Bug 1020475] Re: The installer encountered an error copying files to the hard disk

2014-06-26 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  The installer encountered an error copying files to the hard disk

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

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


[Bug 1187291] Re: empathy-call crashed with SIGSEGV in object_remove_closure()

2014-06-26 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

** Changed in: empathy (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  empathy-call crashed with SIGSEGV in object_remove_closure()

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

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


[Bug 1182407] Re: non-standard date format

2014-06-26 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

** Changed in: empathy (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  non-standard date format

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

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


[Bug 1313376] Re: Ricoh SG3110dn PPD missing paper sizes

2014-06-26 Thread Launchpad Bug Tracker
[Expired for foomatic-db (Ubuntu) because there has been no activity for
60 days.]

** Changed in: foomatic-db (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Ricoh SG3110dn PPD missing paper sizes

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

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


[Bug 1295926] Re: [Panasonic CF-29PTQGZBM] suspend/resume failure

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Panasonic CF-29PTQGZBM] suspend/resume failure

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

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


[Bug 1310806] Re: [HP 520 Notebook PC] PC doesn't turn off after clicking shutdown

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [HP 520 Notebook PC] PC doesn't turn off after clicking shutdown

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

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


[Bug 1274652] Re: [intel] [haswell] XMir: Vertical line on big screens

2014-06-26 Thread Launchpad Bug Tracker
[Expired for Mir because there has been no activity for 60 days.]

** Changed in: mir
   Status: Incomplete => Expired

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

Title:
  [intel] [haswell] XMir: Vertical line on big screens

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

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


[Bug 1312679] Re: [Asus K43SD] ELAN PS/2 Port Smart-Pad not detected

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Asus K43SD] ELAN PS/2 Port Smart-Pad not detected

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

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


[Bug 1274652] Re: [intel] [haswell] XMir: Vertical line on big screens

2014-06-26 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [intel] [haswell] XMir: Vertical line on big screens

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

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


[Bug 1313147] Re: [Dell System XPS L502X, Realtek ALC665, Speaker, Internal] volume slider problem

2014-06-26 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [Dell System XPS L502X, Realtek ALC665, Speaker, Internal] volume
  slider problem

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

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


[Bug 1309866] Re: acer aspire 5755G touchpad FREEZE

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  acer aspire 5755G touchpad FREEZE

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

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


[Bug 1310959] Re: [Hewlett-Packard HP Pavilion dv7 Notebook PC] suspend/resume failure

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Hewlett-Packard HP Pavilion dv7 Notebook PC] suspend/resume failure

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

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


[Bug 1309730] Re: [Dell Inspiron One 2310 Intel] After upgrading from 13.10 to 14.04 system says major disk failure when using kernel 3.13.0.24

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Dell Inspiron One 2310 Intel] After upgrading from 13.10 to 14.04
  system says major disk failure when using kernel 3.13.0.24

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

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


[Bug 1313405] Re: [Hewlett-Packard HP Pavilion 15 Notebook PC] suspend/resume failure [non-free: fglrx]

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Hewlett-Packard HP Pavilion 15 Notebook PC] suspend/resume failure
  [non-free: fglrx]

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

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


[Bug 1310276] Re: [Dell Vostro 3500] Computer hangs when opening system settings

2014-06-26 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Dell Vostro 3500] Computer hangs when opening system settings

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

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


[Bug 1294044] Re: Network manager fails to connect to WiFi

2014-06-26 Thread Václav Šmilauer
I was able to work around the problem by adding

   options iwlwifi 11n_disable=1

to /etc/modprobe.d/iwlwifi-disable-80211n-local.conf

Can any of you test that?

Thanks to http://forum.ubuntuusers.de/topic/wlan-faellt-sporadisch-aus/
for the hint.

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

Title:
  Network manager fails to connect to WiFi

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

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


[Bug 1300436] Re: [Lenovo ThinkPad X201] suspend/resume failure

2014-06-26 Thread Václav Šmilauer
This was fixed in the distribution kernel already, apparently.

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

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

Title:
  [Lenovo ThinkPad X201] suspend/resume failure

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

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


[Bug 1265192] Re: Reinstallation wipes out all/other partitions

2014-06-26 Thread Fred Palmer
One more:
http://askubuntu.com/questions/488708/cannot-access-windows-after-re-installing-ubuntu-on-dual-boot-pc

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

Title:
  Reinstallation wipes out all/other partitions

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

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


[Bug 1334950] [NEW] [HP 15 Touchsmart] Mute LED is not working

2014-06-26 Thread Po-Hsu Lin
Public bug reported:

CID: 201310-14248 HP 15 Touchsmart

There is a mute key on this system, along with a Mute LED on it.
The mute key works fine, but the LED is not working at all.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-30-generic 3.13.0-30.54
ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1649 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1649 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
CurrentDesktop: Unity
Date: Thu Jun 26 23:57:42 2014
HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
InstallationDate: Installed on 2014-06-26 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-30-generic N/A
 linux-backports-modules-3.13.0-30-generic  N/A
 linux-firmware 1.127.4
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.09
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 2192
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 41.1A
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 088710025E112
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201310-14248 amd64 apport-bug blocks-hwcert blocks-hwcert-enablement 
taipei-lab trusty

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

Title:
  [HP 15 Touchsmart] Mute LED is not working

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

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


[Bug 1334949] Status changed to Confirmed

2014-06-26 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/1334949

Title:
  [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not
  work

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

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


[Bug 1334948] Re: [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not work

2014-06-26 Thread Po-Hsu Lin
Still not working after upgraded to 3.13.0-30

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

Title:
  [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not
  work

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

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


[Bug 1334947] Re: [HP 15 Touchsmart] Wireless key does not work

2014-06-26 Thread Po-Hsu Lin
After upgraded to 3.13.0-30, this issue is now gone.

** Changed in: linux (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/1334947

Title:
  [HP 15 Touchsmart] Wireless key does not work

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

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


[Bug 1334948] Status changed to Confirmed

2014-06-26 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/1334948

Title:
  [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not
  work

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

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


[Bug 1332126] Re: backintime-kde crashes (kde4systrayicon.py)

2014-06-26 Thread Thomas Maeder
I don't remember whether I switched users, but I may well have.

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

Title:
  backintime-kde crashes (kde4systrayicon.py)

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

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


[Bug 1332764] Re: [Dell Studio 1458] Black (off) screen after waking from suspend

2014-06-26 Thread Christopher M. Penalver
Atul, could you specify which prior release specifically you didn't have
this problem with?

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

Title:
  [Dell Studio 1458] Black (off) screen after waking from suspend

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

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


[Bug 1334949] [NEW] [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not work

2014-06-26 Thread Po-Hsu Lin
Public bug reported:

CID: 201310-14248 HP 15 Touchsmart

3-finger and 4-finger gestures does not work on the touchpad of this system.
(two finger scrolling still works as expected)

xinput shows 3-finger detection is supported:
ubuntu@201310-14248:~$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Chicony Wireless Device   id=10   [slave  pointer  (2)]
⎜   ↳ ELAN Touchscreen  id=12   [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPadid=14   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Chicony Wireless Device   id=9[slave  keyboard (3)]
↳ HP Truevision HD  id=11   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=13   [slave  keyboard (3)]
↳ HP WMI hotkeysid=15   [slave  keyboard (3)]
ubuntu@201310-14248:~$ xinput --list-props 14 | grep "Capa"
Synaptics Capabilities (321):   1, 0, 1, 1, 1, 1, 1

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
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 1809 F pulseaudio
  ubuntu 2469 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1809 F pulseaudio
  ubuntu 2469 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jun 26 23:18:32 2014
HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
InstallationDate: Installed on 2014-06-26 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e 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
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.09
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 2192
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 41.1A
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 088710025E112
dmi.sys.vendor: Hewlett-Packard

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


** Tags: 201310-14248 amd64 apport-bug certification-grey multitouch-touchpad 
taipei-lab trusty

** Attachment added: "xinput-list-props.log"
   
https://bugs.launchpad.net/bugs/1334949/+attachment/4140248/+files/xinput-list-props.log

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

Title:
  [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not
  work

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

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

[Bug 1334948] [NEW] [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not work

2014-06-26 Thread Po-Hsu Lin
Public bug reported:

CID: 201310-14248 HP 15 Touchsmart

3-finger and 4-finger gestures does not work on the touchpad of this system.
(two finger scrolling still works as expected)

xinput shows 3-finger detection is supported:
ubuntu@201310-14248:~$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Chicony Wireless Device   id=10   [slave  pointer  (2)]
⎜   ↳ ELAN Touchscreen  id=12   [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPadid=14   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Chicony Wireless Device   id=9[slave  keyboard (3)]
↳ HP Truevision HD  id=11   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=13   [slave  keyboard (3)]
↳ HP WMI hotkeysid=15   [slave  keyboard (3)]
ubuntu@201310-14248:~$ xinput --list-props 14 | grep "Capa"
Synaptics Capabilities (321):   1, 0, 1, 1, 1, 1, 1

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
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 1809 F pulseaudio
  ubuntu 2469 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1809 F pulseaudio
  ubuntu 2469 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jun 26 23:18:32 2014
HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
InstallationDate: Installed on 2014-06-26 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e 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
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.09
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 2192
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 41.1A
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 088710025E112
dmi.sys.vendor: Hewlett-Packard

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


** Tags: 201310-14248 amd64 apport-bug certification-grey multitouch-touchpad 
taipei-lab trusty

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

Title:
  [HP 15 Touchsmart] Touchpad 3-finger and 4-finger gestures does not
  work

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

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

[Bug 1277210] Re: dragonegg: FTBFS: ABIHack.inc:1666:36: error: 'TARGET_CPU_DEFAULT_max' was not declared in this scope

2014-06-26 Thread Bug Watch Updater
** Changed in: dragonegg (Debian)
   Status: Confirmed => Fix Released

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

Title:
  dragonegg: FTBFS: ABIHack.inc:1666:36: error: 'TARGET_CPU_DEFAULT_max'
  was not declared in this scope

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

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


[Bug 1334947] [NEW] [HP 15 Touchsmart] Wireless key does not work

2014-06-26 Thread Po-Hsu Lin
Public bug reported:

CID: 201310-14248 HP 15 Touchsmart

The wireless key on this system does not work at all,
the keystroke cannot be detected by showkey / xev.

Steps:
1. Install 14.04, boot to desktop
2. Try to control the wireless by pressing the wireless hotkey

Expected result:
* Wireless could be controlled by the hotkey.

Actual result:
* Nothing happened

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
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 1829 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1829 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jun 26 22:03:39 2014
HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
InstallationDate: Installed on 2014-06-26 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e 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
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.09
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 2192
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 41.1A
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 088710025E112
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201310-14248 amd64 apport-bug blocks-hwcert blocks-hwcert-enablement 
taipei-lab trusty

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

Title:
  [HP 15 Touchsmart] Wireless key does not work

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

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


[Bug 1334944] [NEW] Installing libavcodec-extra-54 removes vlc-nox

2014-06-26 Thread Sworddragon
Public bug reported:

I'm using Ubuntu 14.10 dev with vlc-nox 2.1.4-1 and one dependency of
vlc-nox is "libavcodec54 (>= 6:9.1-1) | libavcodec-extra-54 (>= 6:9.13)"
but removing libavcodec-extra-54 will also remove vlc-nox:

sworddragon@ubuntu:~$ sudo apt-get install libavcodec-extra-54
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  liba52-0.7.4 libass4 libavformat54 libbasicusageenvironment0 libbluray1 
libbsd0 libcddb2 libcdio13 libchromaprint0 libcrystalhd3 libdc1394-22 libdca0 
libdirac-encoder0 libdirectfb-1.2-9 libdvbpsi9 libdvdnav4 libdvdread4 libebml4
  libenca0 libfaad2 libfreerdp1 libgcrypt20 libgroupsock1 libiso9660-8 libkate1 
libldb1 liblircclient0 liblivemedia23 libmad0 libmatroska6 libmodplug1 
libmpcdec6 libmpeg2-4 libmtp-common libmtp9 libntdb1 libpostproc52 
libproxy-tools
  libresid-builder0c2a librtmp1 libsdl-image1.2 libsidplay2 libsmbclient 
libspeexdsp1 libssh2-1 libswscale2 libtalloc2 libtar0 libtdb1 libtevent0 
libts-0.0-0 libtwolame0 libupnp6 libusageenvironment1 libva-x11-1 libvcdinfo0 
libvlc5
  libvlccore7 libwbclient0 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 
libxcb-xv0 libzvbi-common libzvbi0 python-talloc samba-dsdb-modules samba-libs 
tsconf vlc-data
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libopencore-amrnb0 libopencore-amrwb0 libvo-aacenc0 libvo-amrwbenc0
The following packages will be REMOVED:
  libavcodec54 vlc vlc-nox
The following NEW packages will be installed:
  libavcodec-extra-54 libopencore-amrnb0 libopencore-amrwb0 libvo-aacenc0 
libvo-amrwbenc0
0 upgraded, 5 newly installed, 3 to remove and 0 not upgraded.
Need to get 2625 kB of archives.
After this operation, 13.7 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.

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

Title:
  Installing libavcodec-extra-54 removes vlc-nox

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

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


[Bug 1321351] Re: Mouse randomly starts moving and clicking

2014-06-26 Thread Christopher M. Penalver
Elijah Lynn, just to clarify, this same problem occurs in Windows?

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

Title:
  Mouse randomly starts moving and clicking

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

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


[Bug 1334617] Re: [X550LB, Realtek ALC233, Mic, Internal] not working Ubuntu 14.04

2014-06-26 Thread Raymond
try recording in stereo with audacity to check whether the left and
right channels are out of phase.


if yes, try hint 

inv_dmic=1

do your notebook support trrs headset Jack ?

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

Title:
  [X550LB, Realtek ALC233, Mic, Internal] not working Ubuntu 14.04

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

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


[Bug 1334943] [NEW] Left-edge long-swipe dash fade-in not working every time

2014-06-26 Thread Ricardo Salveti
Public bug reported:

Attached picture shows the bug.

Started since we landed qt 5.3, and can't reproduce it all the time.

Reproducible with emulator, flo and mako.

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

** Attachment added: "emulator-unity8.png"
   
https://bugs.launchpad.net/bugs/1334943/+attachment/4140192/+files/emulator-unity8.png

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

Title:
  Left-edge long-swipe dash fade-in not working every time

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

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


[Bug 927782] Re: Include experimental alx driver in the quantal kernel

2014-06-26 Thread Anthony Wong
** Changed in: linux
 Assignee: James M. Leddy (jm-leddy) => (unassigned)

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

Title:
  Include experimental alx driver in the quantal kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/927782/+subscriptions

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


[Bug 1194074] Re: Default index.html blindly overwritten

2014-06-26 Thread Michael Lustfield
Apache goes against the Debian policy on this one. They have to because
of some hacks in some plugins that are supposed to enhance security. The
default is simply a default. Some people will actually store websites in
/etc/nginx/www/ on debian systems. There's no way to correct everyone
that isn't willing to learn how to administer a system.

Even if we stick things where they don't belong (/var/www/html), people
will still treat that like what they should overwrite which means we
would then have to manage the package maintained version and the user
version.

I'm okay with sticking a README file in the default location, but ... I
really doubt anyone that needs to read it will actually read it.

For reference, I'm maintaining the package, and the first thing I do
after installing nginx is rm /etc/nginx/sites-available/default. Some
people prefer stuff be in /var/www, some prefer /srv, some even think
/opt, and yet others think everything should be in /home. We adhere to
the Debian policy which leaves the admin free to do whatever they want
by way of simply creating their own config instead of using default.

Honestly, my intention with the default config was "it works", here are
some examples and a quick intro to a config, now do it yourself.

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

Title:
  Default index.html blindly overwritten

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

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


[Bug 1316243] Re: [SRU] Prevent DoS via OOXML

2014-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libreoffice - 1:3.5.7-0ubuntu6.1

---
libreoffice (1:3.5.7-0ubuntu6.1) precise; urgency=medium

  * guard symlink change for special cased platforms

libreoffice (1:3.5.7-0ubuntu6) precise; urgency=low

  [ Ritesh Khadgaray ]
  * fix symlink permissions (LP: #1200277)

  [ Bjoern Michaelsen ]
  * add OOXML fix (LP: #1316243)
  * drop unused and upstreamed patches:
- lp-1194740-fdo-50304-fix-xls-row-height-again.diff
- lp-1194740-fdo-51878-fix-regression-of-size-ballooning.diff
 -- Bjoern MichaelsenThu, 08 May 2014 
23:48:13 +0200

** Changed in: libreoffice (Ubuntu Precise)
   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/1316243

Title:
  [SRU] Prevent DoS via OOXML

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

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


[Bug 1334940] [NEW] Can't scan videos on ubuntu touch (flo, image 100)

2014-06-26 Thread Ricardo Salveti
Public bug reported:

current build number: 100
device name: flo
channel: ubuntu-touch/utopic-proposed
last update: 2014-06-27 02:47:20
version version: 100
version ubuntu: 20140626.2
version device: 20140625

Flashed a clean image, tried to import the videos from 
http://people.canonical.com/~rsalveti/videos/, but mediascanner 2 is unable to 
index such files.
phablet@ubuntu-phablet:~$ mediascanner-service-2.0 
Mount directory does not exist
0 files deleted from disk.
In subdir /home/phablet/Videos
Extracting metadata from 
/home/phablet/Videos/big_buck_bunny_480p_H264_AAC_25fps_1800K.MP4.
Error when indexing: Unable to discover file 
/home/phablet/Videos/big_buck_bunny_480p_H264_AAC_25fps_1800K.MP4
Extracting metadata from 
/home/phablet/Videos/big_buck_bunny_480p_MPEG4_MP3_25fps_1600K.AVI.
Error when indexing: Unable to discover file 
/home/phablet/Videos/big_buck_bunny_480p_MPEG4_MP3_25fps_1600K.AVI
Extracting metadata from /home/phablet/Videos/sintel[REC].mp4.
Error when indexing: Unable to discover file 
/home/phablet/Videos/sintel[REC].mp4
Extracting metadata from /home/phablet/Videos/sintel_trailer-1080p.mp4.
Error when indexing: Unable to discover file 
/home/phablet/Videos/sintel_trailer-1080p.mp4
Watching subdirectory /home/phablet/Videos, 1 watches in total.

** Affects: mediascanner2 (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/1334940

Title:
  Can't scan videos on ubuntu touch (flo, image 100)

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

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


[Bug 1200277] Re: [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop, 100% broken.

2014-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libreoffice - 1:3.5.7-0ubuntu6.1

---
libreoffice (1:3.5.7-0ubuntu6.1) precise; urgency=medium

  * guard symlink change for special cased platforms

libreoffice (1:3.5.7-0ubuntu6) precise; urgency=low

  [ Ritesh Khadgaray ]
  * fix symlink permissions (LP: #1200277)

  [ Bjoern Michaelsen ]
  * add OOXML fix (LP: #1316243)
  * drop unused and upstreamed patches:
- lp-1194740-fdo-50304-fix-xls-row-height-again.diff
- lp-1194740-fdo-51878-fix-regression-of-size-ballooning.diff
 -- Bjoern MichaelsenThu, 08 May 2014 
23:48:13 +0200

** Changed in: libreoffice (Ubuntu Precise)
   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/1200277

Title:
  [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop,
  100% broken.

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

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


[Bug 1242678] Re: evince cannot render some EPS files

2014-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libspectre - 0.2.7-2ubuntu1.1

---
libspectre (0.2.7-2ubuntu1.1) trusty; urgency=medium

  * fix-document-rotation.patch: Some PostScript and EPS files do not
get displayed by evince when rotated by 90 or 270 degrees. This is
due to a bug in libspectre fixed by this upstream patch
(LP: #1242678, Freedesktop bug #76450).
 -- Till KamppeterTue, 10 Jun 2014 22:13:44 +0200

** Changed in: libspectre (Ubuntu Trusty)
   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/1242678

Title:
  evince cannot render some EPS files

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

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


[Bug 1334940] Re: Can't scan videos on ubuntu touch (flo, image 100)

2014-06-26 Thread Ricardo Salveti
Worked fine when mediascanner 1 was used instead.

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

Title:
  Can't scan videos on ubuntu touch (flo, image 100)

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

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


  1   2   3   4   5   6   7   8   9   >