[Bug 1235220] Re: Nova API returns unicode Location Header

2013-10-29 Thread Jesse Pretorius
Christopher - The domain name was api.cloudbuilder.co.za and the rest of
the URI was standard for the service. It may simply be that one of the
libraries being used defaults to using a unicode header.

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

Title:
  Nova API returns unicode Location Header

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

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


[Bug 1245127] Re: Application menu doesn't show up on Alt

2013-10-27 Thread Jesse Nazario
*** This bug is a duplicate of bug 1113008 ***
https://bugs.launchpad.net/bugs/1113008

** This bug has been marked a duplicate of bug 1113008
   F10 or Alt+accelerator opens the window menus within the window

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

Title:
  Application menu doesn't show up on Alt

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

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


[Bug 968533] Re: Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to 80% CPU and hud-service to 20-80% CPU

2013-10-20 Thread Jesse Johnson
@paultait22 In 13.04 disabling the Unity-specific addons is sufficient
to prevent bookmark scanning.  Thus you bug is specific to 13.10, so you
should create a separate bug report.  This will make sure that the
community fixes both bugs, not just one and missing the other.

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

Title:
  Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to
  80% CPU and hud-service to 20-80% CPU

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

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


[Bug 968533] Re: Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to 80% CPU and hud-service to 20-80% CPU

2013-10-20 Thread Jesse Johnson
@paultait22 I agree that the problems are almost certainly related, but
for bug fixing it is important to clarify what version resulted in what
variation of the bug so that devs can look at the changes between
versions and figure out where things went from bad to worse.  Most
developers don't have time to read the comments and aggregate all the
knowledge they contain.  Typically they read the initial bug report,
briefly scan the comments for clues, then declare the bug fixed as long
as the initial problem is solved.  Since your problem has one additional
condition, it is worth making a separate bug report that ALSO mentions
this bug report.

Hopefully in the future launchpad will offer an option for adding bug
variations so that a single report can house all the very similar but
non-identical bugs under one roof.

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

Title:
  Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to
  80% CPU and hud-service to 20-80% CPU

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

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


[Bug 1233703] Re: openvswitch-datapath-dkms fails to build kernel modules in cloud-repo

2013-10-09 Thread Jesse Pretorius
** Changed in: openvswitch (Ubuntu)
   Status: Incomplete = New

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

Title:
  openvswitch-datapath-dkms fails to build kernel modules in cloud-repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1233703/+subscriptions

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


[Bug 1233703] Re: openvswitch-datapath-dkms fails to build kernel modules in cloud-repo

2013-10-09 Thread Jesse Pretorius
** Changed in: openvswitch (Ubuntu)
   Status: Incomplete = New

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

Title:
  openvswitch-datapath-dkms fails to build kernel modules in cloud-repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1233703/+subscriptions

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


[Bug 1090150] Re: [Lenovo v480]: Wireless functionality is not working

2013-10-04 Thread Jesse Sung
Upgraded BIOS to version 1.16 (from 1.12) and can't reproduce this issue
any more. I'm setting the status of this bug to invliad, please feel
free to re-open it if it happens again.

** Changed in: linux (Ubuntu)
   Status: In Progress = Invalid

** Changed in: linux (Ubuntu Precise)
   Status: Confirmed = Invalid

** Changed in: linux (Ubuntu Quantal)
   Status: Confirmed = Invalid

** Changed in: linux (Ubuntu Raring)
   Status: Confirmed = Invalid

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

Title:
  [Lenovo v480]: Wireless functionality is not working

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

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


[Bug 1235220] Re: Nova API returns unicode Location Header

2013-10-04 Thread Jesse Pretorius
The following simple patch sorted the issue out for me:

root@api2:~# diff servers.py 
/usr/lib/python2.7/dist-packages/nova/api/openstack/compute/servers.py
1382c1382
 resp.headers['Location'] = image_ref
---
 resp.headers['Location'] = image_ref.encode('utf-8')


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

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

Title:
  Nova API returns unicode Location Header

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

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


[Bug 968533] Re: Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to 80% CPU and hud-service to 20-80% CPU

2013-10-03 Thread Jesse Johnson
@jdstrand Unfortunately on 13.04 this change did not affect Firefox cpu
usage.  Please create a separate bug report for the issue as I don't
want to deal with it once I upgrade. =)

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

Title:
  Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to
  80% CPU and hud-service to 20-80% CPU

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

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


[Bug 1232503] [NEW] Brightness change overlay doesn't appear

2013-09-28 Thread Jesse Wayde Brandao
Public bug reported:

In gnome 3.10 the overlay for when changing the brightness doesn't
appear and neither does the bar in the system tray get affected, even
though the brightness does in fact change.

** Affects: gnome-shell (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/1232503

Title:
  Brightness change overlay doesn't appear

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-09-23 Thread Jesse Sung
@jondra91,

04ca:2003 is not tagged as needing external firmware in the device
table. If firmware is needed to make HFP/HSP work, please file a new bug
and let me know the bug ID. Thanks.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 968533] Re: Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to 80% CPU and hud-service to 20-80% CPU

2013-09-21 Thread Jesse Johnson
@radiobuzzer

Lately the unity menu integration does not come as an addon. So, the
previous solution (to disable the globalmenu addon if ones has high CPU
load) does not work.

The addon, Unity Desktop Integration, is still present in Ubuntu
13.04, and probably will continue to be in some form for the foreseeable
future.  Without a Firefox addon Unity has no means of using a simple
API to access the bookmarks, so it is highly unlikely the addon will be
replaced with some non-addon based interface.  Perhaps you manually
removed the addon via the package manager?

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

Title:
  Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to
  80% CPU and hud-service to 20-80% CPU

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

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


[Bug 968533] Re: Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to 80% CPU and hud-service to 20-80% CPU

2013-09-21 Thread Jesse Johnson
@radiobuzzer

Lately the unity menu integration does not come as an addon. So, the
previous solution (to disable the globalmenu addon if ones has high CPU
load) does not work.

The addon, Unity Desktop Integration, is still present in Ubuntu
13.04, and probably will continue to be in some form for the foreseeable
future.  Without a Firefox addon Unity has no means of using a simple
API to access the bookmarks, so it is highly unlikely the addon will be
replaced with some non-addon based interface.  Perhaps you manually
removed the addon via the package manager?

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

Title:
  Alt-tab to Firefox sends Firefox to 100% CPU; unity-panel-service to
  80% CPU and hud-service to 20-80% CPU

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

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


[Bug 1218166] Re: [Dell XPS 13] Horizontal/Vertical scrolling feature on touchpad does not work.

2013-09-12 Thread Jesse Sung
** Changed in: linux (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  [Dell XPS 13] Horizontal/Vertical scrolling feature on touchpad does
  not work.

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

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


[Bug 1218166] Re: [Dell XPS 13] Horizontal/Vertical scrolling feature on touchpad does not work.

2013-09-12 Thread Jesse Sung
Re-installed 12.04.2 and found that:

* On a fresh installed 12.04.2 with kernel 3.5.0-23, edge scroll works.
* After a system upgrade, kernel bumped to 3.5.0-40, and edge scroll stops 
working.
* Use the same file system above and boot with 3.5.0-23, edge scroll works 
again.

Something between 3.5.0-23 and 3.5.0-40 breaks the edge scroll support.

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

Title:
  [Dell XPS 13] Horizontal/Vertical scrolling feature on touchpad does
  not work.

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

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


[Bug 1218166] Re: [Dell XPS 13] Horizontal/Vertical scrolling feature on touchpad [CyPS/2 Cypress Trackpad] does not work.

2013-09-12 Thread Jesse Sung
The breakage is between 3.5.0-27 and 3.5.0-28.

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

Title:
  [Dell XPS 13] Horizontal/Vertical scrolling feature on touchpad
  [CyPS/2 Cypress Trackpad] does not work.

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

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


Re: [Bug 1222372] Re: Lots of internet problems- can't update, browsers don't work, many webpages don't work, everything is slow, feels like a virus

2013-09-10 Thread jesse Smith
I think it was after an update.  I took it to work yesterday and our IT guy
looked at it and something changed.  I was able to download all the new
updates, took it home and it works fine.


On Tue, Sep 10, 2013 at 12:27 PM, Joseph Salisbury 
joseph.salisb...@canonical.com wrote:

 Did this issue start happening after an update/upgrade? Was there a
 kernel version where you were not having this particular problem? This
 will help determine if the problem you are seeing is the result of the
 introduction of a regression, and when this regression was introduced.
 If this is a regression, we can perform a kernel bisect to identify the
 commit that introduced the problem.


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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1222372

 Title:
   Lots of internet problems- can't update, browsers don't work, many
   webpages don't work, everything is slow, feels like a virus

 Status in “linux” package in Ubuntu:
   Incomplete

 Bug description:
   I'm really not sure what happened.  For the past week the internet has
 had lots of trouble.  Amazon.com doesn't work, youtube don't work.  I type
 in the address and the browser says that it can't find the webpage.  It
 can't download updates from ubuntu.  the whole system feels sluggish.
   Running ubutu 13.04

   ProblemType: Bug
   DistroRelease: Ubuntu 13.04
   Package: apport 2.9.2-0ubuntu8.3
   ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
   Uname: Linux 3.8.0-29-generic i686
   ApportLog:

   ApportVersion: 2.9.2-0ubuntu8.3
   Architecture: i386
   CrashReports:
640:0:110:89347:2013-09-08 04:40:46.437733650 -0500:2013-09-08
 04:40:47.437733650 -0500:/var/crash/_usr_bin_pkexec.0.crash
640:1000:110:1982412:2013-09-06 23:02:25.934889316 -0500:2013-09-07
 05:35:06.334824429
 -0500:/var/crash/_opt_allvideodownloader_AllVideoDownloader.1000.crash
600:105:110:0:2013-09-07 05:49:01.162870993 -0500:2013-09-07
 05:49:01.162870993
 -0500:/var/crash/_opt_allvideodownloader_AllVideoDownloader.1000.uploaded
644:0:110:0:2013-09-08 04:41:09.717734992 -0500:2013-09-08
 04:41:09.717734992 -0500:/var/crash/_usr_bin_pkexec.0.upload
664:1000:110:0:2013-09-07 05:35:05.314824373 -0500:2013-09-07
 05:35:05.314824373
 -0500:/var/crash/_opt_allvideodownloader_AllVideoDownloader.1000.upload
   Date: Sun Sep  8 05:23:29 2013
   InstallationDate: Installed on 2013-02-06 (213 days ago)
   InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386
 (20121017.2)
   MarkForUpload: True
   PackageArchitecture: all
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: apport
   UpgradeStatus: Upgraded to raring on 2013-06-14 (85 days ago)

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


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

Title:
  Lots of internet problems- can't update, browsers don't work, many
  webpages don't work, everything is slow, feels like a virus

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

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

[Bug 1222372] [NEW] Lots of internet problems- can't update, browsers don't work, many webpages don't work, everything is slow, feels like a virus

2013-09-08 Thread jesse Smith
Public bug reported:

I'm really not sure what happened.  For the past week the internet has had lots 
of trouble.  Amazon.com doesn't work, youtube don't work.  I type in the 
address and the browser says that it can't find the webpage.  It can't download 
updates from ubuntu.  the whole system feels sluggish.  
Running ubutu 13.04

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: apport 2.9.2-0ubuntu8.3
ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic i686
ApportLog:
 
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
CrashReports:
 640:0:110:89347:2013-09-08 04:40:46.437733650 -0500:2013-09-08 
04:40:47.437733650 -0500:/var/crash/_usr_bin_pkexec.0.crash
 640:1000:110:1982412:2013-09-06 23:02:25.934889316 -0500:2013-09-07 
05:35:06.334824429 
-0500:/var/crash/_opt_allvideodownloader_AllVideoDownloader.1000.crash
 600:105:110:0:2013-09-07 05:49:01.162870993 -0500:2013-09-07 
05:49:01.162870993 
-0500:/var/crash/_opt_allvideodownloader_AllVideoDownloader.1000.uploaded
 644:0:110:0:2013-09-08 04:41:09.717734992 -0500:2013-09-08 04:41:09.717734992 
-0500:/var/crash/_usr_bin_pkexec.0.upload
 664:1000:110:0:2013-09-07 05:35:05.314824373 -0500:2013-09-07 
05:35:05.314824373 
-0500:/var/crash/_opt_allvideodownloader_AllVideoDownloader.1000.upload
Date: Sun Sep  8 05:23:29 2013
InstallationDate: Installed on 2013-02-06 (213 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to raring on 2013-06-14 (85 days ago)

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


** Tags: apport-bug i386 raring

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

Title:
  Lots of internet problems- can't update, browsers don't work, many
  webpages don't work, everything is slow, feels like a virus

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-08 Thread Jesse Palser
Hi, tried to run apport-collect 1222017 in terminal in a live
environment but it crashes every time.  Now what can I do?

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] ProcModules.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809495/+files/ProcModules.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] BootDmesg.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809487/+files/BootDmesg.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] UdevDb.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1222017/+attachment/3809497/+files/UdevDb.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] WifiSyslog.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809499/+files/WifiSyslog.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] HookError_cloud_archive.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: HookError_cloud_archive.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809489/+files/HookError_cloud_archive.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] CurrentDmesg.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809488/+files/CurrentDmesg.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] ProcCpuinfo.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809492/+files/ProcCpuinfo.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Lspci.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1222017/+attachment/3809490/+files/Lspci.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Lsusb.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1222017/+attachment/3809491/+files/Lsusb.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] ProcEnviron.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809493/+files/ProcEnviron.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] ProcInterrupts.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809494/+files/ProcInterrupts.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] UdevLog.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809498/+files/UdevLog.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] PulseList.txt

2013-09-08 Thread Jesse Palser
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809496/+files/PulseList.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-08 Thread Jesse Palser
apport information

** Tags added: apport-collected raring

** Description changed:

- Hi, I installed Kubuntu 13.10 64Bit Beta1 from DVD.  Installation
- successfully completes, but after I remove the DVD and reboot I get a
- GRUB prompt and no OS ?  Seems like UEFI GRUB install did not work
- properly.  My motherboard is an Asus Sabertooth 990FX Gen2.0 AMD with
- UEFI and Secure Boot.  The Kubuntu UEFI hard drive is properly listed in
- the motherboard's BIOS.  I don't know how to proceed, please instruct...
- JeZ+Lee
+ Hi, I installed Kubuntu 13.10 64Bit Beta1 from DVD.  Installation 
successfully completes, but after I remove the DVD and reboot I get a GRUB 
prompt and no OS ?  Seems like UEFI GRUB install did not work properly.  My 
motherboard is an Asus Sabertooth 990FX Gen2.0 AMD with UEFI and Secure Boot.  
The Kubuntu UEFI hard drive is properly listed in the motherboard's BIOS.  I 
don't know how to proceed, please instruct...JeZ+Lee
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  kubuntu6136 F pulseaudio
+  /dev/snd/controlC1:  kubuntu6136 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ CasperVersion: 1.331
+ DistroRelease: Ubuntu 13.04
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  lono wireless extensions.
+ LiveMediaBuild: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
+ MachineType: To be filled by O.E.M. To be filled by O.E.M.
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed boot=casper maybe-ubiquity quiet splash --
+ ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
+ RelatedPackageVersions:
+  linux-restricted-modules-3.8.0-19-generic N/A
+  linux-backports-modules-3.8.0-19-generic  N/A
+  linux-firmware1.106
+ RfKill:
+  
+ Tags:  raring
+ Uname: Linux 3.8.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 01/11/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 1503
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: SABERTOOTH 990FX R2.0
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: Rev 1.xx
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1503:bd01/11/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FXR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.name: To be filled by O.E.M.
+ dmi.product.version: To be filled by O.E.M.
+ dmi.sys.vendor: To be filled by O.E.M.

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1222017/+attachment/3809486/+files/AlsaInfo.txt

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-08 Thread Jesse Palser
Hi, updated my motherboard's BIOS and reinstalled Kubuntu 13.10 64Bit Beta1 but 
UEFI GRUB is still not working.  ubuntu@kubuntu:~$ sudo dmidecode -s 
bios-version  1903   kubuntu@kubuntu:~$ sudo dmidecode -s bios-release-date
07/08/2013

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-08 Thread Jesse Palser
Hi, please visit this URL to see what I get when I boot my Kubuntu 13.10
64Bit Beta1 desktop:
http://16bitsoft.com/V2/Images/Stuff/Kubuntu_13_10_64Bit_Beta1_GRUB_Error-01.png

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-08 Thread Jesse Palser
Hi, I disabled Secure Boot in my BIOS and reinstalled Kubuntu 13.10
64Bit Beta1 but still have a non-working UEFI GRUB.  What is next?   -
JeZ+Lee

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-08 Thread Jesse Palser
Yes, turning off UEFI and Secure Boot in BIOS allows Kubuntu 13.10
64Bit Beta1 GRUB to install properly.

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] [NEW] UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-06 Thread Jesse Palser
Public bug reported:

Hi, I installed Kubuntu 13.10 64Bit Beta1 from DVD.  Installation
successfully completes, but after I remove the DVD and reboot I get a
GRUB prompt and no OS ?  Seems like UEFI GRUB install did not work
properly.  My motherboard is an Asus Sabertooth 990FX Gen2.0 AMD with
UEFI and Secure Boot.  The Kubuntu UEFI hard drive is properly listed in
the motherboard's BIOS.  I don't know how to proceed, please instruct...
JeZ+Lee

** Affects: linux (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/1222017

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1222017] Re: UEFI GRUB Fails After 13.10 Beta1 Installation?

2013-09-06 Thread Jesse Palser
Hi, I can't run any commands in a terminal because I can't get the OS to
boot...

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

Title:
  UEFI GRUB Fails After 13.10 Beta1 Installation?

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-09-04 Thread Jesse Sung
** Changed in: linux (Ubuntu Quantal)
   Status: Fix Released = In Progress

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

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1090150] Re: [Lenovo v480]: Wireless functionality is not working

2013-09-04 Thread Jesse Sung
** Changed in: linux (Ubuntu)
   Status: Incomplete = In Progress

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

Title:
  [Lenovo v480]: Wireless functionality is not working

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

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


[Bug 898087] Re: Keyboard shortcuts set in Gnome Control Center - Keyboard do not have affect if those same shortcuts are set in Compiz

2013-08-20 Thread Jesse Johnson
Devs, please mark this bug as not fixed.

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

Title:
  Keyboard shortcuts set in Gnome Control Center - Keyboard do not have
  affect if those same shortcuts are set in Compiz

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

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


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-15 Thread Jesse Pretorius
@james-page We're testing your upstart openvswitch-switch.conf file on
Precise. It's looking good so far. Can this bug be marked as relevant
for Precise too, please? Once it's in Saucy we'd definitely like to see
it backported to Precise.

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

Title:
  openvswitch based interfaces not started in time during boot

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

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


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-15 Thread Jesse Pretorius
@james-page We're testing your upstart openvswitch-switch.conf file on
Precise. It's looking good so far. Can this bug be marked as relevant
for Precise too, please? Once it's in Saucy we'd definitely like to see
it backported to Precise.

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

Title:
  openvswitch based interfaces not started in time during boot

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

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


[Bug 997038] Re: can't wake up from suspend

2013-08-13 Thread Jesse Sung
System still hangs after resume with raring kernel 3.8.0-27, w/ or w/o fglrx 
(2:9.012-0ubuntu1) doesn't make any difference.
Upgrade to saucy (kernel 3.11.0-1 with unity-system-compositor) doesn't help 
either.

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

Title:
  can't wake up from suspend

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

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


[Bug 1209124] [NEW] Support for Intel 7260 bluetooth [8087:07dc]

2013-08-07 Thread Jesse Sung
Public bug reported:

Some 7260 modules are found in the newly released systems. It needs
external firmware to work. Support for this module can be found in 3.10
and need to be backported to 3.5 and 3.8.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Jesse Sung (wenchien)
 Status: Fix Released

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

Title:
  Support for Intel 7260 bluetooth [8087:07dc]

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

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


[Bug 41179]

2013-08-07 Thread Jesse Glick
(In reply to jhorak from comment #104)
 do the libsecret supports KDE right now?

https://wiki.gnome.org/Libsecret says it does.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 217300]

2013-08-07 Thread Jesse Glick
(In reply to jhorak from comment #104)
 do the libsecret supports KDE right now?

https://wiki.gnome.org/Libsecret says it does.

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

Title:
  Seahorse integration

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

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


[Bug 41179]

2013-08-06 Thread Jesse Glick
(In reply to Brian Smith (:briansmith), was bsm...@mozilla.com (:bsmith) from 
comment #94)
 The Gnome keyring should never store/protect a password that the user
 entered. Instead, it should store a randomly-generated key

Agreed that it feels unnatural to have to define a master password when
you are using the native keyring. But bear in mind that the whole
approach of continuing to use proprietary password storage, and keeping
only a single decryption key in the native keyring, is unnatural to
users and has the sole merit (I presume) of requiring fewer code
changes. Proper integration means storing all passwords as regular
entries in the native (login) keyring, where they can be inspected and
even edited using standard tools like seahorse. This is what Chrome
seems to do, and what you would expect any polite application to do.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 41179]

2013-08-06 Thread Jesse Glick
 explain how a user would switch from Linux to Windows and bring their
passwords with them

Same way you would for secrets used by any other application: enter them
again. This is an OS/desktop issue, not the responsibility of an
individual application. Of course if you have decided to use cloud
password storage like Sync then that would be your means of sharing
secrets across machines.

By the way Windows seems to have no general service comparable to GNOME
Keyring or KDE Wallet or OS X Keychain. It does have CryptProtectData,
meaning that on Windows it is appropriate for Firefox to store its own
passwords so long as it uses this API to prevent them from being kept on
disk in cleartext.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 217300]

2013-08-06 Thread Jesse Glick
 explain how a user would switch from Linux to Windows and bring their
passwords with them

Same way you would for secrets used by any other application: enter them
again. This is an OS/desktop issue, not the responsibility of an
individual application. Of course if you have decided to use cloud
password storage like Sync then that would be your means of sharing
secrets across machines.

By the way Windows seems to have no general service comparable to GNOME
Keyring or KDE Wallet or OS X Keychain. It does have CryptProtectData,
meaning that on Windows it is appropriate for Firefox to store its own
passwords so long as it uses this API to prevent them from being kept on
disk in cleartext.

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

Title:
  Seahorse integration

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

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


[Bug 217300]

2013-08-05 Thread Jesse Glick
(In reply to Brian Smith (:briansmith), was bsm...@mozilla.com (:bsmith) from 
comment #94)
 The Gnome keyring should never store/protect a password that the user
 entered. Instead, it should store a randomly-generated key

Agreed that it feels unnatural to have to define a master password when
you are using the native keyring. But bear in mind that the whole
approach of continuing to use proprietary password storage, and keeping
only a single decryption key in the native keyring, is unnatural to
users and has the sole merit (I presume) of requiring fewer code
changes. Proper integration means storing all passwords as regular
entries in the native (login) keyring, where they can be inspected and
even edited using standard tools like seahorse. This is what Chrome
seems to do, and what you would expect any polite application to do.

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

Title:
  Seahorse integration

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

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


[Bug 800226]

2013-08-01 Thread Jesse Barnes
It's in Linus's tree:

commit b708a1d5ea7880b399dbd45cacafff6ae8d73171
Author: Jesse Barnes jbar...@virtuousgeek.org
Date:   Mon Jun 11 14:39:56 2012 -0400

drm/i915: don't enumerate HDMID if an eDP panel is already active on
the por

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

Title:
  [Sandybridge GT1] No display on dell all-in-one

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

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


[Bug 1045517] Re: update-manager crashed with AttributeError in _on_download_changed(): 'NoneType' object has no attribute 'set_value'

2013-07-30 Thread jesse
Hit as well after a reboot. Auto logged it and was greeted with the
crash in the system tray.

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

Title:
  update-manager crashed with AttributeError in _on_download_changed():
  'NoneType' object has no attribute 'set_value'

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

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


[Bug 997483] Re: VT_WAITACTIVE does not work well with a multiseat setup

2013-07-22 Thread Jesse Sung
Sorry, since I don't have a multiseat setup any more, we'll need other's
help to do the test.

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

Title:
  VT_WAITACTIVE does not work well with a multiseat setup

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

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


[Bug 1090150] Re: [Lenovo v480]: Wireless functionality is not working

2013-07-19 Thread Jesse Sung
Jeff, please setup ssh access when you're free to do so, thanks.
Does this also happens in raring?

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

Title:
  [Lenovo v480]: Wireless functionality is not working

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

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


[Bug 1152324] Re: [Lenovo b485]: Can't install precise 12.04.2 from live image or via PXE

2013-06-28 Thread Jesse Sung
Hi Jeff,

Can you try to boot with legacy mode instead of EFI and see if installer
works? Thanks.

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

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

Title:
  [Lenovo b485]: Can't install precise 12.04.2 from live image or via
  PXE

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

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


[Bug 1092045] Re: [Dell Optiplex 7010 DT] ACPI Error, stuck in suspend randomly

2013-06-27 Thread Jesse Sung
Running fwts s3 --s3-multiple=30 --s3-min-delay=30 --s3-max-delay=30
with various combinations:

* 3.2.0-23 + precise xorg stack: works well
* 3.2.0-23 + precise xorg stack + fglrx 8.960-0ubuntu1.1: failed
* 3.2.0-23 + precise xorg stack + fglrx 8.881-0ubuntu4.1: unable to do the 
test, xorg got segmentation fault
* 3.5.0-34 + precise xorg stack: works well
* 3.5.0-34 + lts-quantal xorg stack: works well
* 3.5.0-34 + lts-quantal xorg stack + fglrx-experimental-12: failed

The radeon driver works better than fglrx on this system.

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

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

Title:
  [Dell Optiplex 7010 DT] ACPI Error, stuck in suspend randomly

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

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


[Bug 946311]

2013-06-27 Thread Jesse Barnes
I guess it's either fixed or the reporter gave up...

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

Title:
  only external screen is working with asus zenbook ux31e [eDP1]

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

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


[Bug 1175632] Re: transmission forgets path configuration and creates strange directories

2013-06-27 Thread Jesse
I can also confirm  this bug. I have to setup transmission again every
time I restart it, because it can't seem to remember any of my settings.
And it's been leaving a directory called h0$'\t'ding-limit in my home
folder. I didn't realize that Transmission was the culprit until it also
created a directory called -gtk-play -i complete-download -d
'transmission torrent downloadP (obviously containing nothing.

something strange has happened to the Transmission code, this much is
clear.

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

Title:
  transmission forgets path configuration and creates strange
  directories

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

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


[Bug 1092045] Re: [Dell Optiplex 7010 DT] ACPI Error, stuck in suspend randomly

2013-06-25 Thread Jesse Sung
Tried to boot into text mode and proceed S3 tests. Suspend/resume works
no matter fglrx is installed or not. But with fglrx installed, although
s3/resume works, display would be turned off after resume.

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

Title:
  [Dell Optiplex 7010 DT] ACPI Error, stuck in suspend randomly

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

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


[Bug 1090150] Re: [Lenovo v480]: Wireless functionality is not working

2013-06-21 Thread Jesse Sung
Jeff,

Can you setup ssh access for me? Thanks.

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

Title:
  [Lenovo v480]: Wireless functionality is not working

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

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


[Bug 1090150] Re: [Lenovo v480]: Wireless functionality is not working

2013-06-21 Thread Jesse Sung
** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  [Lenovo v480]: Wireless functionality is not working

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

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


[Bug 1145493] Re: [Lenovo E49, S430, v580]: Unacceptable bluetooth connectivity time and range.

2013-06-21 Thread Jesse Sung
Jeff,

Does the firmware we talked about on irc helps?

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

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

Title:
  [Lenovo E49, S430, v580]: Unacceptable bluetooth connectivity time and
  range.

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

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


[Bug 1097932] Re: [Lenovo e335] - After suspend with FGLRX or WITHOUT - The system loses primary display.

2013-06-21 Thread Jesse Sung
Hi,

From the boot messages, this machine has 4GB memory. Can you remove one memory 
module, make it 2GB only, and try S3 again?
Thank you.

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

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

Title:
  [Lenovo e335] - After suspend with FGLRX or WITHOUT - The system loses
  primary display.

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-06-17 Thread Jesse Sung
Karl and Elijah, can you try 3.8.0-25.37+bt01 in
http://people.canonical.com/~jesse/lp1065400/ (for raring)? Thanks!

Elijah, this is only in ubuntu for now. You can find previous work to
make it into upstream in #1 and #2. I'm working on a new version for
upstream.

Michel, as long as module works after firmware loaded, I may suggest
tthat it is not related to this issue...

Mike, please try 3.8.0-25.37+bt01 in
http://people.canonical.com/~jesse/lp1065400/ (for raring). If the
module disappeared from usb bus after failing to load firmware, you may
need a cold boot, which removes power from the module and clears partial
loaded firmware from it. If you don't want the kernel module to load
firmware, please remove or rename the hcd file.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1179109] Re: After upgrading to 13.04 Rhythmbox crashes, when trying to sync with a MP3 player and removes files from player

2013-06-15 Thread Jesse van Herk
*** This bug is a duplicate of bug 1173574 ***
https://bugs.launchpad.net/bugs/1173574

** This bug has been marked a duplicate of bug 1173574
   Can't transfer music to external device

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

Title:
  After upgrading to 13.04 Rhythmbox crashes, when trying to sync with a
  MP3 player and removes files from player

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

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


[Bug 1190160] Re: Can't sign in: window goes blank

2013-06-14 Thread Jesse Glick
hotot{,-common,-gtk} 1:0.9.8.5+git20120630.884797d-1 in gnome-shell on
13.04, all updates. Was working fine for months. Recently it started
showing a blank grey window for the main display and all secondary
windows (preferences, about); the status icon still works.

I tried

sudo apt-get purge hotot{,-common,-gtk}
rm -rf ~/.{config,cache}/hotot
sudo apt-get install hotot
hotot

This showed the introductory screen as usual. I enter my Twitter handle
and press the big arrow. Again the screen goes blank grey. No messages
on stderr, Ctrl-C shows only

Traceback (most recent call last):
  File /usr/bin/hotot, line 14, in module
hotot.hotot.main()
  File /usr/lib/python2.7/dist-packages/hotot/hotot.py, line 403, in main
gtk.main()
KeyboardInterrupt

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

Title:
  Can't sign in: window goes blank

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

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


[Bug 1190160] Re: Can't sign in: window goes blank

2013-06-14 Thread Jesse Glick
And confirmed that hotot-qt works even less.

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

Title:
  Can't sign in: window goes blank

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-06-03 Thread Jesse Sung
** Changed in: linux (Ubuntu)
   Status: Fix Released = In Progress

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-05-30 Thread Jesse Glick
Switched to Quassel which works fine.

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1184632] [NEW] package libc6-dev-i386 (not installed) failed to install/upgrade: trying to overwrite '/usr/include/fpu_control.h', which is also in package libc6-dev-amd64 2.17-0ubuntu5

2013-05-27 Thread Jesse P. Bohanan
Public bug reported:

Package failed to install when using apt-get to install gcc and g++ from
the Ubuntu Gnome terminal,

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: libc6-dev-i386 (not installed)
ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11
Uname: Linux 3.8.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Mon May 27 10:31:57 2013
ErrorMessage: trying to overwrite '/usr/include/fpu_control.h', which is also 
in package libc6-dev-amd64 2.17-0ubuntu5
InstallationDate: Installed on 2013-05-22 (5 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: eglibc
Title: package libc6-dev-i386 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/include/fpu_control.h', which is also in package 
libc6-dev-amd64 2.17-0ubuntu5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package libc6-dev-i386 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/include/fpu_control.h', which is also in
  package libc6-dev-amd64 2.17-0ubuntu5

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

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


[Bug 1004197] Re: Opening new server opens to black the first time

2013-05-17 Thread Jesse Gilles
Here is a me too.

I also click the 1 resize to window button as  a workaround...

ii  remmina  1.0.0-1ubuntu6.1
ii  remmina-common   1.0.0-1ubuntu6.1
ii  remmina-plugin-rdp   1.0.0-1ubuntu6.1
ii  remmina-plugin-vnc   1.0.0-1ubuntu6.1

00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics
Controller (rev 09)

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

No fix for this yet?  Pretty sad since it's the default RDP client for
an LTS release and this bug is one year old!

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

Title:
  Opening new server opens to black the first time

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

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


[Bug 956071]

2013-05-15 Thread Jesse Glick
Have not yet seen this bug in xserver-xorg-input-synaptics
1.6.2-1ubuntu6 (Raring).

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2013-05-14 Thread Jesse Glick
I have not encountered this bug after upgrading to Raring.

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-05-14 Thread Jesse Sung
Hi Karl,

Since the state of this issue is already fix released, it should be
working even you're not using a -proposed kernel.

Please attach the output of 'dmesg | grep Bluetooth', and, if it's
possible, could you try if the raring kernel works for you and attach
the output of 'dmesg | grep Bluetooth' also.

Thanks.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1145493] Re: [Lenovo E49, S430, v580]: Unacceptable bluetooth connectivity time and range.

2013-05-13 Thread Jesse Sung
** Changed in: linux (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  [Lenovo E49, S430, v580]: Unacceptable bluetooth connectivity time and
  range.

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-05-10 Thread Jesse Glick
Symptoms seem similar to #856631 but that was supposedly fixed some time
ago.

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-05-10 Thread Jesse Glick
Problem persists even when starting from scratch with a fresh ~/.purple
directory.

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1144226] Re: Asus X55 - Kernel Panic when booting the installer for 12.04.2

2013-05-09 Thread Jesse Sung
X55 uses an AR8161 which needs alx as its driver, and the module is not
provided in initrd, so it hangs after unable to mount rootfs.

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

Title:
  Asus X55 - Kernel Panic when booting the installer for 12.04.2

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

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


[Bug 1001405] Re: on startup-ed pidgin's window does not restore

2013-05-06 Thread Jesse Johnson
#6 works for me on Ubuntu 13.04.

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

Title:
  on startup-ed pidgin's window does not restore

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-04-29 Thread Jesse Glick
On freenode? Anything I could do to assist in diagnosing this?

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1174333] [NEW] Pidgin drops IRC connection every few minutes

2013-04-29 Thread Jesse Glick
Public bug reported:

Every few minutes, at irregular intervals, my IRC connection from Pidgin
is abruptly dropped. Pidgin soon reconnects automatically, but this is
still quite annoying since I am shown to other members as having dropped
off and rejoined. (Also this causes channel servers etc. to send me
fresh messages, popping up distracting notifications.) For example, in
just a half hour or so (trimming reconnect messages to show just
“mode”):

(09:25:57 AM) mode (+v jglick) by ChanServ
(09:32:21 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:33:58 AM) mode (+v jglick) by ChanServ
(09:36:52 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:38:52 AM) mode (+v jglick) by ChanServ
(09:49:16 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:50:08 AM) mode (+v jglick) by ChanServ
(09:55:01 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:55:35 AM) mode (+v jglick) by ChanServ

There is no clear reason for the connection drop. My network connection
is still fine. I have not been idle (but neither have I been sending
chat messages; Pidgin shows me as “available” in the message tray). The
problem occurs on two different servers: irc.freenode.net (#jenkins);
and a private IRC server.

Empathy does not suffer from the same problem under identical
circumstances, so it is specific to Pidgin and not merely a server or
network bug. (I prefer to use Pidgin due to superior features, and since
Empathy seems completely broken in 13.04.)

Reproducible for me since I first tried to use Pidgin in 12.04 circa
July 2012, whatever version that was. (Until now was using Empathy as a
workaround for this bug.)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pidgin 1:2.10.7-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Mon Apr 29 09:48:45 2013
InstallationDate: Installed on 2013-04-26 (2 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

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

Title:
  Pidgin drops IRC connection every few minutes

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

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

[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-04-29 Thread Jesse Glick
Attaching debug log excerpt covering the timeline of a disconnect and
reconnect.

** Attachment added: Slightly redacted log file
   
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/1174333/+attachment/3658971/+files/pidgin1174333.log

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1144226] Re: Asus X55 - Kernel Panic when booting the installer for 12.04.2

2013-04-25 Thread Jesse Sung
USB installer works without any problem. This issue only happens with
network installation.

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

Title:
  Asus X55 - Kernel Panic when booting the installer for 12.04.2

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

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


[Bug 571985] Re: package xserver-xorg-core 2:1.6.4-2ubuntu4.2 failed to install/upgrade:

2013-04-19 Thread Jesse Noordegraaf
*** This bug is a duplicate of bug 572566 ***
https://bugs.launchpad.net/bugs/572566

** Description changed:

  Binary package hint: dpkg
  
- This is the error I got (see Summary) after waiting 3 hours for 10.04 to
+ This is the error I got (see Summary) after waiting for 10.04 to
  install. The warning dialogue says something about 10.04 failing to
  install and my system possibly being in an unstable, unusable state. It
- said something about launching a recovery [console? service? I can't
- remember] something-or-other, but Firefox interrupted with Launchpad
- because I had chosen to report the error. Well, I'm submitting this, and
- then I'm going to see what that Recovery part was all about. (It's in
- the window beneath this one. I dare not minimize Firefox... yet...)
+ was rather intimidating, and unfortunately I didn't write down
+ everything exactly. It said something about launching a recovery
+ [console? service? I can't remember], but Firefox interrupted with
+ Launchpad because I had chosen to report the error. Well, I'm submitting
+ this, and then I'm going to see what that Recovery part was all about.
  
- Ubuntu Guidelines recommend that I give the following information:
+ Here is the information that the Ubuntu Guidelines recommend I give:
  -Release: System  About Ubuntu tells me 10.04 since the install just went 
(but apparently failed?). Actually, I guess it's 9.10.
- -I don't know the version of the package. I don't even know what package 
failed. I'm assuming it was dpkg, since that's what was automatically filled in 
when I reached this page. (I reached this page via the Report Problem button, 
I think.) If it's dpkg, then apt-cache policy dpkg tells me dpkg:
+ -I don't know the version of the package. I don't actually know what package 
failed. I'm assuming it was dpkg, since that's what was automatically filled in 
when I reached this page. (I reached this page via the Report Problem button, 
I think.) If it's dpkg, then apt-cache policy dpkg tells me dpkg:
    Installed: 1.15.5.6ubuntu4
    Candidate: 1.15.5.6ubuntu4
    Version table:
   *** 1.15.5.6ubuntu4 0
  500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status
  
  -I expected 10.04 to continue with installation
- -Instead, I received some errors (see wa above), and finally ended up at 
this page, where I'm reporting the issue.
- 
- I've taken (a) photo(s) of the error dialogue(s) I received. I can email
- them to [who?] if they're interested. Please get back to me if you can
- regarding that at jesse.noordegr...@gmail.com.
+ -Instead, I received some errors (see above), and finally ended up at this 
page, where I'm reporting the issue.
  
  Please note that I am checking the security vulnerability checkbox
- because I received notification (see wa above) that my system may
- now be unstable.
- 
+ because I received notification that my system may now be unstable.
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: xserver-xorg-core 2:1.6.4-2ubuntu4.2
  ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
  Uname: Linux 2.6.31-20-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu Apr 29 18:27:08 2010
  DkmsStatus:
   nvidia-current, 195.36.15, 2.6.32-21-generic, i686: installed
   nvidia-current, 195.36.15, 2.6.31-20-generic, i686: installed
  ErrorMessage:
   ErrorMessage: package xserver-xorg-core is already installed and configured
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Lsusb:
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 002: ID 046d:0a0c Logitech, Inc.
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: MSI MS-7236
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic 
root=UUID=5594a34c-b94a-435e-afa1-d72cdf83f48a ro vga=795 quiet splash
  SourcePackage: dpkg
  Title: package xserver-xorg-core 2:1.6.4-2ubuntu4.2 failed to install/upgrade:
  dmi.bios.date: 09/11/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080012
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-7236
  dmi.board.vendor: MSI
  dmi.board.version: 2.2
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080012:bd09/11/2006:svnMSI:pnMS-7236:pvr2.2:rvnMSI:rnMS-7236:rvr2.2:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: MS-7236
  dmi.product.version: 2.2
  dmi.sys.vendor: MSI
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   i686
   kernel: 2.6.31-20-generic

** Attachment removed: A photo of the error dialogue
   

[Bug 1169682] [NEW] package libboost-system1.46.1 1.46.1-7ubuntu3 failed to install/upgrade: package libboost-system1.46.1 is already installed and configured

2013-04-16 Thread Jesse Storms
Public bug reported:

well i was playing a game called Minetest, but it crashed for one of
other reason. Then my system started to say something went wrong and
kept repeating the same messege. I restarted the system. After that my
system was again thatr message untill I sended the report. Now it stoped
doing that.

Thats it

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libboost-system1.46.1 1.46.1-7ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic i686
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Sun Apr 14 17:13:41 2013
ErrorMessage: package libboost-system1.46.1 is already installed and configured
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
SourcePackage: dpkg
Title: package libboost-system1.46.1 1.46.1-7ubuntu3 failed to install/upgrade: 
package libboost-system1.46.1 is already installed and configured
UpgradeStatus: Upgraded to precise on 2012-02-17 (424 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package libboost-system1.46.1 1.46.1-7ubuntu3 failed to
  install/upgrade: package libboost-system1.46.1 is already installed
  and configured

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

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


[Bug 1083088] Re: Update be2net driver in 12.10 (Quantal)

2013-04-14 Thread Jesse Sung
** Changed in: linux (Ubuntu Precise)
   Status: In Progress = Won't Fix

** Changed in: emulex
   Status: In Progress = Fix Released

** Changed in: linux
   Status: Incomplete = 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/1083088

Title:
  Update be2net driver in 12.10 (Quantal)

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-04-14 Thread Jesse Sung
** Changed in: linux (Ubuntu Precise)
 Assignee: vamana (kirillovvv) = Jesse Sung (wenchien)

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1035555] Re: dual monitor cursor jumps across screen when crossing display edge

2013-04-08 Thread Jesse Bowling
Including my /etc/X11/xorg.conf:

Section ServerLayout
Identifier aticonfig Layout
Screen  0  aticonfig-Screen[0]-0 1440 0
Screen aticonfig-Screen[1]-0 0 0
EndSection

Section Module
EndSection

Section ServerFlags
Option  Xinerama on
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]-0
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Monitor
Identifier   aticonfig-Monitor[1]-0
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Monitor
Identifier   0-CRT1
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
Option  PreferredMode 1920x1080
Option  TargetRefresh 60
Option  Position 0 0
Option  Rotate normal
Option  Disable false
EndSection

Section Monitor
Identifier   0-CRT2
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
Option  PreferredMode 1440x900
Option  TargetRefresh 60
Option  Position 1920 0
Option  Rotate normal
Option  Disable false
EndSection

Section Monitor
Identifier   1-CRT1
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
Option  PreferredMode 1440x900
Option  TargetRefresh 60
Option  Position 0 0
Option  Rotate normal
Option  Disable false
EndSection

Section Device
Identifier  aticonfig-Device[0]-0
Driver  fglrx
Option  Monitor-CRT1 0-CRT1
Option  Monitor-CRT2 0-CRT2
BusID   PCI:1:0:0
EndSection

Section Device
Identifier  aticonfig-Device[1]-0
Driver  fglrx
Option  Monitor-CRT1 1-CRT1
BusID   PCI:4:0:0
EndSection

Section Screen
Identifier aticonfig-Screen[0]-0
Device aticonfig-Device[0]-0
DefaultDepth 24
SubSection Display
Viewport   0 0
Virtual   3360 1920
Depth 24
EndSubSection
EndSection

Section Screen
Identifier aticonfig-Screen[1]-0
Device aticonfig-Device[1]-0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
EndSection

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

Title:
  dual monitor cursor jumps across screen when crossing display edge

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

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


[Bug 1164661] [NEW] Gray bar on left side of screen where task-bar should be when on auto hide

2013-04-04 Thread Jesse Fahrenkrog
Public bug reported:

Whenever I go into appearances and behavior and set the task-bar to auto
hide, this gray bar appears on the left side of the screen where the
task-bar would normally be. This causes issues because it covers the
side of any open windows. The task-bar will appear when I go to the edge
but appears jumpy, and sometimes disappears.

** Affects: unity (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/1164661

Title:
  Gray bar on left side of screen where task-bar should be when on auto
  hide

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-04-03 Thread Jesse Sung
Hi @Ray-Ven,

Humm... When things stop working, is there any error message? What does
`dmesg | grep Bluetooth` say?

Also, do you have a windows installed side-by-side with ubuntu on the laptop by 
any chance? If yes, could you try the following steps when you have time?
1. delete hcd files in /lib/firmware/
2. do a cold boot into windows, which would load the firmware
3. do a warm boot into ubuntu and see if things work as expected


Hey @thilo,

Sorry, the patch is not yet in raring. Still working on it.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 857615] Re: ~/.xmodmaprc has been renamed ~/.Xmodmap

2013-03-30 Thread Jesse Johnson
Same as comment #10 on Ubuntu 13.04.

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

Title:
  ~/.xmodmaprc has been renamed ~/.Xmodmap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/857615/+subscriptions

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


[Bug 1080701] Re: After 'Preparing to install Ubuntu' screen, raring installation hangs

2013-03-27 Thread jesse van dam
I had the same problem. i removed all the partitions using the ubuntu
disk utility and then did

 fdisk /dev/sda1

Then i got the following message

Device contains neither a valid DOS partition table, nor Sun, SGI or OSF 
disklabel
Building a new DOS disklabel with disk identifier 0x6a2a4941.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.

Warning: invalid flag 0x of partition table 4 will be corrected by
w(rite)

Then i did write by typing w

After that the problem was gone for me

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

Title:
  After 'Preparing to install Ubuntu' screen, raring installation hangs

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

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


[Bug 1081245] Re: Ubuntu 13.04 Live-CD Installer hangs

2013-03-27 Thread jesse van dam
*** This bug is a duplicate of bug 1080701 ***
https://bugs.launchpad.net/bugs/1080701

I fixed the problem by doing the following. Solution works only if you
want to complete override a disk. Please fill in the proper device of
the harddisk to which you want to install ubuntu

sudo parted /dev/sda
mktable
#fill in gpt
#say yes
mkpart ext2 0 10 
#ignore any performce warning since will overwritten anyhow
mkpart ext4 10 100%
set 1 bios_grub on
quit

and now start the installer and it should install.

Another note. If you get an error message like partition table is
incorrect after reboot you have to go into your bios and select/create
a/the uefi boot option.

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

Title:
  Ubuntu 13.04 Live-CD Installer hangs

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

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


[Bug 898087] Re: Keyboard shortcuts set in Gnome Control Center - Keyboard do not have affect if those same shortcuts are set in Compiz

2013-03-26 Thread Jesse Johnson
Still not working in Ubuntu 12.04 or 13.04.  Following steps of bug
reporter above still results in the same fail case.

This bug was first reported back in 2009 (see duplicates).  It is a
shame it has taken so long to properly fix.

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

Title:
  Keyboard shortcuts set in Gnome Control Center - Keyboard do not have
  affect if those same shortcuts are set in Compiz

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

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


[Bug 1006894] Re: Partitions are misaligned when using GPT on disks w/ 4096 byte physical sectors

2013-03-22 Thread Jesse Newland
Does anyone have any clever approaches for install this updated udeb
into a precise installer? Things I've tried:

* downloading and installing an updated deb in preseed/early_command fails 
since the postinst tries to run parted and it's too early to do so
* downloading and installing an updated deb in partman/early_command doesn't 
work since it runs it as a part of partman and thus runs partition twice
* expanding the package into the initrd and booting w/ that results in the old 
package (153ubuntu4) being installed over it.

Any other ideas? Thanks in advance.

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

Title:
  Partitions are misaligned when using GPT on disks w/ 4096 byte
  physical sectors

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1006894/+subscriptions

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-03-21 Thread Jesse Sung
Hi Ray-Ven,

If some functions work with some firmwares while others work with some
other firmwares, it sounds more like a firmware issue IMHO.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1152837] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2013-03-08 Thread Jesse Hembrook
Public bug reported:

typed samba from root command line
said to apt-get install samba4
did that
got this error while installing
(I'm trying to figure out how to network this pc with a Win 7 PC, over home hub)

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-25.39~precise1-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Fri Mar  8 20:19:21 2013
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-02-20 Thread Jesse Sung
Christophe, do the driver and firmware work for you?

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


<    4   5   6   7   8   9   10   11   12   13   >