[Bug 1361646] Re: Atheros wireless AR9285 keeps disconnecting

2014-08-26 Thread Ian Booth
I ran the 3.17-rc2 kernel and the issue still occurs.

** Tags added: kernel-bug-exists-upstream

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

Title:
  Atheros wireless AR9285 keeps disconnecting

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

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


[Bug 1359530] Re: Device trying to suspend when screen is turned off by proximity sensor (during a call)

2014-08-26 Thread landua
Actually in Android the system will try to invoke the early_suspend during a 
phone call. but it can not go to the deep sleep because of the wakelock. so I 
suggest that the psensor driver should be added the wakelock to prevent the 
issue.
Please add and check the follows:

--- a/mediatek/custom/common/kernel/alsps/tmd2772_auto/tmd2772.c
+++ b/mediatek/custom/common/kernel/alsps/tmd2772_auto/tmd2772.c
@@ -64,6 +64,7 @@ static u8  offset_data=0;
 #define PRO_OFFSET 1
 static u16 tmp_data=0;
 #define OFFDATA_DEFAULT 1
+struct wake_lock psensor_lock;
 //end
 /**
  * extern functions
@@ -2417,6 +2418,7 @@ int TMD2772_ps_operate(void* self, uint32_t command, 
void* buff_in, int size_in,
tmd2772_ps_calibrate_call(obj->client);
TMD2772_init_client(obj->client);
#endif
+   wake_lock(&psensor_lock);
if((err = 
TMD2772_enable_ps(obj->client, 1)))
{
APS_ERR("enable ps fail: %d\n", 
err); 
@@ -2437,6 +2439,7 @@ int TMD2772_ps_operate(void* self, uint32_t command, 
void* buff_in, int size_in,
}
else
{
+   wake_unlock(&psensor_lock);
if((err = 
TMD2772_enable_ps(obj->client, 0)))
{
APS_ERR("disable ps fail: 
%d\n", err); 
@@ -2819,7 +2822,7 @@ static int TMD2772_i2c_probe(struct i2c_client *client, 
const struct i2c_device_
 
mutex_init(&mutex);
TMD2772_i2c_client = client;
-   
+   wake_lock_init(&psensor_lock,WAKE_LOCK_SUSPEND,"psensor wakelock");
if(1 == obj->hw->polling_mode_ps)
//if (1)
{

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

Title:
  Device trying to suspend when screen is turned off by proximity sensor
  (during a call)

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

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


[Bug 948251] Re: Dia generates SVG without care for spaces in text

2014-08-26 Thread Christopher M. Penalver
** Description changed:

- Reproduce:
- Take a look at the dia file in the attached archive. Note that in the right 
block the formula uses non-breaking space, while the right block's formula has 
just regular spaces.
- Try to export this dia into SVG (it doesn't matter which one).
+ 1) lsb_release -rd
+ Description:  Ubuntu 14.04.1 LTS
+ Release:  14.04
  
- What happens:
- You'll ged something like an svg file attached. Right block gets converted as 
if no spaces are present there.
+ 2) apt-cache policy dia
+ dia:
+   Installed: 0.97.2-15ubuntu1
+   Candidate: 0.97.2-15ubuntu1
+   Version table:
+  *** 0.97.2-15ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
+ 100 /var/lib/dpkg/status
  
- What i expect to happen:
- SVG should be the same as the diagram.
+ 3) What is expected to happen via a terminal:
+ cd ~/Desktop && wget 
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/948251/+attachment/4187893/+files/d.dia
 && dia --nosplash d.dia
+ 
+ File > Export > Determine file type: Cairo Scalable Vector Graphic
+ (*.svg) > Save > open exported file in Dia and it looks exactly the
+ same.
+ 
+ 4) What happens instead is it doesn't.

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

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

** Summary changed:

- Dia generates SVG without care for spaces in text
+ Attached Dia file exported SVG doesn't look the same

** Summary changed:

- Attached Dia file exported SVG doesn't look the same
+ Attached Dia file exported to SVG doesn't look the same

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

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

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

Title:
  Attached Dia file exported to SVG doesn't look the same

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

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


[Bug 986321] Re: READ/Write FPDMA QUEUED failures

2014-08-26 Thread Ken Pratt
btrfs raid10 setups cause the hardware reset to happen very frequently.
I have a eSATA enclosue (SansDigital) that has two eSATA ports and
contains 2 banks of 4 drives. 4 per eSATA port (port multiplier).  I
encounter no problems when using RAID1 with BTRFS across 8 drives.
However, when I use the  btrfs balance start -dconvert=raid10
-mconvert=raid10 to convert the set of 8 drives from a RAID1 to a
RAID10, it all falls apart with SATA hardware resets.  I am guessing
that the btrfs driver sits above all this and that the error is in the
SATA code and not the btrfs code which relies 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/986321

Title:
  READ/Write FPDMA QUEUED failures

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

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


[Bug 1361619] Re: [System Product Name, VIA VT1708B 8-Ch, Green Line Out, Rear] No sound at all| Also no sound from Front or any other rear panel port

2014-08-26 Thread hemantkumar
Am a newbie to Ubuntu.
1.  I don't know whether front  panel supports jack detection. If you can tell 
me how to check i can do and let you know.
2. Update on Audio not working: In system settings->Sound, Output tab, when i 
changed Play sound through from Digital Output(S/PDIF) to Analog Output(Built 
in Audio) Audio works both in front and in back panel green port.

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

Title:
  [System Product Name, VIA VT1708B 8-Ch, Green Line Out, Rear] No sound
  at all| Also no sound  from Front or any other rear panel port

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

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


[Bug 1274436] Re: Fix CPU probing on ppc

2014-08-26 Thread Adam Conrad
20:13  That patch is completely bogus, as it's patching bogus code.
20:14  If it's going to fork and call shell utilities anyway, it 
should just call a 
 reliable one (nproc(1)) instead of trying to learn how to 
parse cpuinfo on every 
 arch.

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

Title:
  Fix CPU probing on ppc

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

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


[Bug 1308530] Re: Cannot login after an upgrade from Saucy to Trusty with Ubiquity and encrypted home directory

2014-08-26 Thread David Sanders
** Changed in: ubuntu-release-notes
 Assignee: (unassigned) => David Sanders (davidism71)

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

Title:
  Cannot login after an upgrade from Saucy to Trusty with Ubiquity and
  encrypted home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1308530/+subscriptions

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


[Bug 948251] Re: Dia generates SVG without care for spaces in text

2014-08-26 Thread Christopher M. Penalver
Extracted Dia file.

** Attachment added: "d.dia"
   
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/948251/+attachment/4187893/+files/d.dia

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

Title:
  Dia generates SVG without care for spaces in text

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

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


[Bug 1361930] [NEW] linux: 3.11.0-26.46 -proposed tracker

2014-08-26 Thread AceLan Kao
Public bug reported:

This bug is for tracking the 3.11.0-26.46 upload package. This bug will
contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-stable-Prepare-package-start:Wednesday, 27. August 2014 01:56 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Wednesday, 27. August 2014 01:56 UTC

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


** Tags: kernel-release-tracking-bug

** Tags added: kernel-release-tracking-bug

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

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

Title:
  linux: 3.11.0-26.46 -proposed tracker

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

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


[Bug 945159] Re: dia consumes 100% cpu

2014-08-26 Thread Christopher M. Penalver
Iulian-Nicu Șerbănoiu, could you please provide an example file that
demonstrates this problem?

** This bug is no longer a duplicate of bug 923954
   CPU 100% usage in UML properties dialog

** Changed in: dia (Ubuntu)
   Status: New => Incomplete

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

Title:
  dia consumes 100% cpu

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

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

[Bug 923954] Re: CPU 100% usage in UML properties dialog

2014-08-26 Thread Christopher M. Penalver
Charles Capps, could you please post an example Dia file that
demonstrates this problem?

** Tags removed: compiz cpu dia

** Changed in: dia (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/923954

Title:
  CPU 100% usage in UML properties dialog

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

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


[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-08-26 Thread Christopher M. Penalver
Kim Tyler, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318837/comments/30
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1361929] [NEW] Names of days aren't translated properly when system language is set to Spanish

2014-08-26 Thread Richard Griswold
Public bug reported:

When the system language is set to Spanish, Thunar still displays the
names of the days in English.  See attached screen shot.  The rest of
the interface, as well as “today” (hoy) are translated properly.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: thunar 1.6.3-1ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: XFCE
Date: Tue Aug 26 18:50:10 2014
ExecutablePath: /usr/bin/thunar
InstallationDate: Installed on 2012-07-02 (785 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
SourcePackage: thunar
UpgradeStatus: Upgraded to trusty on 2014-04-20 (128 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: "Screen shot of Thunar showing the days in English when 
the rest of the interface is in Spanish"
   https://bugs.launchpad.net/bugs/1361929/+attachment/4187887/+files/Thunar.png

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

Title:
  Names of days aren't translated properly when system language is set
  to Spanish

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

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

[Bug 1294861] Re: time zone files are not set up correctly

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/eglibc

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

Title:
  time zone files are not set up correctly

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

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


[Bug 503296] Re: no image dimension pop-up window for png export

2014-08-26 Thread Christopher M. Penalver
Charles Werner, what is needed is the Dia file before export.

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

Title:
  no image dimension pop-up window for png export

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

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


[Bug 1287811] Re: 168c:0036 [Acer Aspire E1-772G] Bluetooth device not detected

2014-08-26 Thread Christopher M. Penalver
Patryk Cisek, if you have build errors, you would want to  try a
different commit. Regarding mainline-build-one, I don't use it so I
wouldn't have a suggestion for it.

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

Title:
  168c:0036 [Acer Aspire E1-772G] Bluetooth device not detected

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

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


[Bug 1313123] Re: wine1.6-i386 recommends of ocl-icd-libopencl1 is making it uninstallable on nvidia due to conflict with libopencl1

2014-08-26 Thread Scott Ritchie
*** This bug is a duplicate of bug 1247736 ***
https://bugs.launchpad.net/bugs/1247736

** This bug is no longer a duplicate of bug 1333008
   Trying to install Wine 1.6 or PlayOnLinux or Q4wine, window pops saying it 
must remove Nvidia 304.117 or nvidia-libopencl1-304.
** This bug has been marked a duplicate of bug 1247736
   [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

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

Title:
  wine1.6-i386 recommends of ocl-icd-libopencl1 is making it
  uninstallable on nvidia due to conflict with libopencl1

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

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


[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-08-26 Thread Kim Tyler
After latest updates, problem has gone away.  I will continue to use it
for a while to ensure that wireless doesn't freeze as it had beofre.
If, I will open new problem.

For me, please assume that this problem is fixed.

uname gives :- Linux host 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13
15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1361914] Re: Ubiquity offers to erase existing OS rather than use entire disc even when more than one disc exists

2014-08-26 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1361914

** Tags added: iso-testing

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

Title:
  Ubiquity offers to erase existing OS rather than use entire disc even
  when more than one disc exists

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

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


[Bug 1359127] Re: [needs-packaging] Need librmagic-ruby in Ubuntu 14.04.1 in trusty for ins

2014-08-26 Thread Yu-Cheng Chou
According to http://packages.ubuntu.com/en/saucy/librmagick-ruby,
librmagic-ruby is a transitional package for ruby-imagemagick.


** Changed in: ubuntu
 Assignee: Yu-Cheng Chou (ianchou821) => (unassigned)

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

Title:
  [needs-packaging] Need librmagic-ruby in Ubuntu 14.04.1 in trusty for
  ins

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

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


[Bug 1361922] Status changed to Confirmed

2014-08-26 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [ASUSTeK COMPUTER INC. 1015CX] suspend/resume failure

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

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


[Bug 1361922] Re: [ASUSTeK COMPUTER INC. 1015CX] suspend/resume failure

2014-08-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  [ASUSTeK COMPUTER INC. 1015CX] suspend/resume failure

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

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


[Bug 1361922] [NEW] [ASUSTeK COMPUTER INC. 1015CX] suspend/resume failure

2014-08-26 Thread Alberto
Public bug reported:

i don't know

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-10-generic 3.16.0-10.15
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.6-0ubuntu2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alberto2930 F pulseaudio
Date: Wed Aug 27 02:55:48 2014
DuplicateSignature: suspend/resume:ASUSTeK COMPUTER INC. 1015CX:1015CX.1001
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=20109f59-acfd-4a2c-93c0-d2d0b044ecf4
InstallationDate: Installed on 2014-08-08 (18 days ago)
InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha i386 (20140731)
InterpreterPath: /usr/bin/python3.4
MachineType: ASUSTeK COMPUTER INC. 1015CX
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 psbdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-10-generic 
root=UUID=f45b2f6b-8eea-4502-b8ad-e9b15c7c9bdd ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-10-generic N/A
 linux-backports-modules-3.16.0-10-generic  N/A
 linux-firmware 1.132
SourcePackage: linux
StagingDrivers: keucr
Title: [ASUSTeK COMPUTER INC. 1015CX] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 05/30/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1015CX.1001
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: 1015CX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1015CX.1001:bd05/30/2012:svnASUSTeKCOMPUTERINC.:pn1015CX:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1015CX:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
dmi.product.name: 1015CX
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: apport-kerneloops i386 resume staging suspend utopic

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

Title:
  [ASUSTeK COMPUTER INC. 1015CX] suspend/resume failure

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

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


[Bug 1294861] Re: time zone files are not set up correctly

2014-08-26 Thread Chris Halse Rogers
Hello Chris, or anyone else affected,

Accepted eglibc into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/eglibc/2.19-0ubuntu6.2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: eglibc (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  time zone files are not set up correctly

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

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


[Bug 1361908] Re: Brother- DCP7065-DN printer not found

2014-08-26 Thread David Oxland
The scanner remains unfound

** Attachment added: "Screenshot from 2014-08-26 17:58:32.png"
   
https://bugs.launchpad.net/ubuntu/+source/sane-frontends/+bug/1361908/+attachment/4187863/+files/Screenshot%20from%202014-08-26%2017%3A58%3A32.png

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

Title:
  Brother- DCP7065-DN printer not found

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

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


[Bug 1318867] Re: Cant't move shortcut of .desktop file with Type=Link

2014-08-26 Thread Doug McMahon
*** This bug is a duplicate of bug 1278437 ***
https://bugs.launchpad.net/bugs/1278437

** This bug has been marked a duplicate of bug 1278437
   can't move link type .desktop files around on desktop

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

Title:
  Cant't move shortcut of .desktop file with Type=Link

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

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


[Bug 1358312] Re: Phonon stable release update to 4.8 beta

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/phonon-backend-vlc

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

Title:
  Phonon stable release update to 4.8 beta

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

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


[Bug 1361670] Re: NO wireless network

2014-08-26 Thread Joseph Salisbury
** Package changed: linux (Ubuntu) => bcmwl (Ubuntu)

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

Title:
  NO wireless network

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

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


[Bug 1357746] Re: Compiz fails to load with xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1 on some Intel hardware

2014-08-26 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1357746

** Tags added: iso-testing

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

Title:
  Compiz  fails to load with xserver-xorg-video-intel
  2:2.99.914-1~exp1ubuntu1 on some Intel hardware

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

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


[Bug 1361914] Re: Ubiquity offers to erase existing OS rather than use entire disc even when more than one disc exists

2014-08-26 Thread Erick Brunzell
And here's a picture showing that it did provide the option of selecting
which disc to use after clicking on Continue.

** Attachment added: "select_disc.JPG"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1361914/+attachment/4187861/+files/select_disc.JPG

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

Title:
  Ubiquity offers to erase existing OS rather than use entire disc even
  when more than one disc exists

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

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


[Bug 1361908] Re: Brother- DCP7065-DN printer not found

2014-08-26 Thread David Oxland
I am embarrassed;
 I believe I messed up the printer myself via settings in the machine itself a 
few days ago.
I just now fingered through settings and found "reset network settings";   did 
that and 
deleted all the broken versions anda new  install went along correctly? 
Test page printed without error.
 If it holds for a few days I'll say repaired/solved.

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

Title:
  Brother- DCP7065-DN printer not found

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

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


[Bug 1361914] [NEW] Ubiquity offers to erase existing OS rather than use entire disc even when more than one disc exists

2014-08-26 Thread Erick Brunzell
Public bug reported:

In comparison to bug #1265192 this is a minor issue but I felt I should
report it anyway. I'm testing Ubuntu GNOME Utopic Beta 1 candidates and
noticed with a simple two disc setup where Trusty resides on one disc
and the other disc is bare I get no entire disc option but rather just
erase Trusty. But the button said Continue rather than Install now so I
took the bait and the next screen does offer the choice of selecting
either the 160GB drive where Trusty resides or the blank 80GB drive.
I'll attach a screenshot of the options offered. I did abort the
operation because I'm too busy to restore my backup if things should go
awry.

Here's the output of parted -l:

ubuntu-gnome@ubuntu-gnome:~$ sudo parted -l
Model: ATA WDC WD800BB-63JK (scsi)
Disk /dev/sda: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start  End  Size  Type  File system  Flags


Model: ATA WDC WD1600AABB-5 (scsi)
Disk /dev/sdb: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   EndSizeType  File system Flags
 1  1049kB  158GB  158GB   primary   ext4boot
 2  158GB   160GB  2136MB  extended
 5  158GB   160GB  2136MB  logical   linux-swap(v1)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.19.2
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic i686
ApportVersion: 2.14.6-0ubuntu2
Architecture: i386
CasperVersion: 1.343
CurrentDesktop: GNOME
Date: Wed Aug 27 00:00:26 2014
InstallCmdLine: file=/cdrom/preseed/ubuntu-gnome.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha i386 (20140826)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 ubiquity-2.19.2 ubuntu-gnome utopic

** Attachment added: "erase_instead_entire.png"
   
https://bugs.launchpad.net/bugs/1361914/+attachment/4187845/+files/erase_instead_entire.png

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

Title:
  Ubiquity offers to erase existing OS rather than use entire disc even
  when more than one disc exists

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

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


[Bug 1358312] Please test proposed package

2014-08-26 Thread Chris Halse Rogers
Hello Jonathan, or anyone else affected,

Accepted phonon-backend-vlc into trusty-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/phonon-
backend-vlc/0.7.80-0ubuntu1~ubuntu14.04 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you 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/1358312

Title:
  Phonon stable release update to 4.8 beta

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

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


[Bug 1358312] Re: Phonon stable release update to 4.8 beta

2014-08-26 Thread Chris Halse Rogers
phonon-backend-gstreamer SRU removes some transitional packages labelled
“Can be removed in 14.10”. Given this is being SRU'd to 14.04, you might
want to either back that out or explain why it's safe :)

** Changed in: phonon-backend-vlc (Ubuntu Trusty)
   Status: New => Fix Committed

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

Title:
  Phonon stable release update to 4.8 beta

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

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

[Bug 1358312] Re: Phonon stable release update to 4.8 beta

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/phonon

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

Title:
  Phonon stable release update to 4.8 beta

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

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


[Bug 1358312] Re: Phonon stable release update to 4.8 beta

2014-08-26 Thread Chris Halse Rogers
Hello Jonathan, or anyone else affected,

Accepted phonon into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/phonon/4:4.7.80-0ubuntu1~ubuntu14.04
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Tags added: verification-needed

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

Title:
  Phonon stable release update to 4.8 beta

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

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


[Bug 1358312] Re: Phonon stable release update to 4.8 beta

2014-08-26 Thread Chris Halse Rogers
That's got a very high buildsystem-change/actual-code -change ratio! :)

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

Title:
  Phonon stable release update to 4.8 beta

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

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


[Bug 839588] Re: Python 2.7 unable to find it's header files in virtualenv

2014-08-26 Thread James E. Blair
This is a problem in Precise with projects that have a setup_requires.

root@bare-precise-hpcloud-b1-1:~# virtualenv /usr/local/zuul-env
New python executable in /usr/local/zuul-env/bin/python
Installing setuptools, pip...done.
root@bare-precise-hpcloud-b1-1:~# /usr/local/zuul-env/bin/pip install /tmp/zuul 
>local-log 2>&1

/usr/local/zuul-env/local/lib/python2.7/site-packages/pip/pep425tags.py:62: 
RuntimeWarning: invalid Python installation: unable to open 
/usr/zuul-env/lib/python2.7/config/Makefile (No such file or directory)
  warnings.warn("{0}".format(e), RuntimeWarning)
Unpacking /tmp/zuul
  Running setup.py (path:/tmp/pip-cLt2Eg-build/setup.py) egg_info for package 
from file:///tmp/zuul
Traceback (most recent call last):
  File "", line 17, in 
  File "/tmp/pip-cLt2Eg-build/setup.py", line 22, in 
pbr=True)
  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/setuptools/dist.py", 
line 260, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/setuptools/dist.py", 
line 285, in fetch_build_eggs
replace_conflicting=True
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/pkg_resources.py", line 
631, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/pkg_resources.py", line 
871, in best_match
return self.obtain(req, installer)
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/pkg_resources.py", line 
883, in obtain
return installer(requirement)
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/setuptools/dist.py", 
line 333, in fetch_build_egg
cmd.ensure_finalized()
  File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
  File 
"/usr/local/zuul-env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py",
 line 212, in finalize_options
prefix, exec_prefix = get_config_vars('prefix', 'exec_prefix')
  File "/usr/lib/python2.7/sysconfig.py", line 476, in get_config_vars
_init_posix(_CONFIG_VARS)
  File "/usr/lib/python2.7/sysconfig.py", line 344, in _init_posix
raise IOError(msg)
IOError: invalid Python installation: unable to open 
/usr/zuul-env/lib/python2.7/config/Makefile (No such file or directory)

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

Title:
  Python 2.7 unable to find it's header files in virtualenv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/839588/+subscriptions

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


[Bug 1361911] Re: I have recently rebooted after the latest software update and suddenly my laptop is running slower than slow. top shows compliz is taking between 20% to more often 130% or more of th

2014-08-26 Thread Doug Gray
More investigation - significant improvement after rediscovering the
external screen.  Still have rather high compliz cpu usage with the
external screen connected.  I will update when I have more.

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

Title:
  I have recently rebooted after the latest software update and suddenly
  my laptop is running slower than slow.  top shows compliz is taking
  between 20% to more often 130% or more of the CPU (dual CPU).   My
  system was running really well now it is very very slow.

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

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


[Bug 1361890] Re: package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-08-26 Thread Joseph Salisbury
Also, saucy is now EOL.  You may want to upgrade and see if this issue
still happens with the latest supported release.

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

Title:
  package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1361809] Re: iwlwifi 0000:03:00.0: fail to flush all tx fifo queues Q 2

2014-08-26 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/

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

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

Title:
  iwlwifi :03:00.0: fail to flush all tx fifo queues Q 2

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

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


[Bug 1361890] Re: package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-08-26 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc2-utopic/

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

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

Title:
  package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1348365] Re: MTP should not respond to new connection requests if the screen is locked

2014-08-26 Thread Michał Sawicz
It has been, now? Just not in a proposed one necessarily?

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

Title:
  MTP should not respond to new connection requests if the screen is
  locked

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

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


[Bug 1359304] Re: draw can't start if impress is removed

2014-08-26 Thread Alex
Hm, thanks. I'm in Trusty (with proposed and backports enabled), newest
version in my sources looks to be 4.2.4-0ubuntu2. I'll assume this has
been fixed in 4.3 as I can easily replicate.

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

Title:
  draw can't start if impress is removed

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

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


[Bug 1359530] Re: Device trying to suspend when screen is turned off by proximity sensor (during a call)

2014-08-26 Thread Ricardo Salveti
Yeah, checking android this is actually an expected behavior (the phone
will not suspend anyway because of a wakelock).

The question I had initially was actually regarding the proximity
sensor, and how would that work when an app decides to use it without
any general suspend blocker. Not sure if the hardware will trigger the
cpu in order for the device to not be suspended when the proximity
sensor is active.

But at least for voicecall, you're right, we can mark this bug as
invalid.

** Changed in: powerd
   Status: In Progress => Invalid

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

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

Title:
  Device trying to suspend when screen is turned off by proximity sensor
  (during a call)

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

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


[Bug 1355837] Re: Upgrading from 12.04 LTS Kubuntu to 14.4 LTS

2014-08-26 Thread Robert Welsh
Adding log files for debug.

** Attachment added: "dist-upgrade.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1355837/+attachment/4187843/+files/dist-upgrade.tar.gz

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

Title:
  Upgrading from 12.04 LTS Kubuntu to 14.4 LTS

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

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


[Bug 1338758] Re: Re-provisioning GPRS/MMS contexts requires re-starting ofono

2014-08-26 Thread Antti Kaijanmäki
Removing the "Reset" button from the UI for now as we have no reasonable
way of implementing it.

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

Title:
  Re-provisioning GPRS/MMS contexts requires re-starting ofono

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

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


[Bug 1361755] Re: glxinfo says im using llvm for rendering instead of AMD kabini (my gfX card)

2014-08-26 Thread elhoir
false positive. I have just booted up again my laptop and now is running
correctly ..

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

Title:
  glxinfo says im using llvm for rendering instead of AMD kabini (my gfX
  card)

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

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


[Bug 1361911] [NEW] I have recently rebooted after the latest software update and suddenly my laptop is running slower than slow. top shows compliz is taking between 20% to more often 130% or more of

2014-08-26 Thread Doug Gray
Public bug reported:

I have recently rebooted after the latest software update and suddenly
my laptop is running slower than slow.

'Top 'shows compliz is taking between 20% to more often 130% or more of
the CPU (dual CPU).   My system was running really well now it is very
very slow.

doug@doug-AOD255E:~$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

doug@doug-AOD255E:~$ apt-cache policy compiz
compiz:
  Installed: 1:0.9.11.2+14.04.20140714-0ubuntu1
  Candidate: 1:0.9.11.2+14.04.20140714-0ubuntu1
  Version table:
 *** 1:0.9.11.2+14.04.20140714-0ubuntu1 0
500 http://au.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1:0.9.11+14.04.20140409-0ubuntu1 0
500 http://au.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
doug@doug-AOD255E:~$ apt-cache policy unity
unity:
  Installed: 7.2.2+14.04.20140714-0ubuntu1.1
  Candidate: 7.2.2+14.04.20140714-0ubuntu1.1
  Version table:
 *** 7.2.2+14.04.20140714-0ubuntu1.1 0
500 http://au.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
100 /var/lib/dpkg/status
 7.2.0+14.04.20140416-0ubuntu1 0
500 http://au.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
doug@doug-AOD255E:~$

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: i386
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Aug 27 09:21:53 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics 
Controller [8086:a011] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
InstallationDate: Installed on 2014-08-16 (10 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
MachineType: Acer AOD255E
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=e6ef8dfb-6153-419b-ba33-d5d31364e19c ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/15/2011
dmi.bios.vendor: Acer
dmi.bios.version: V3.15(DDR3)
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JE02_PT_E
dmi.board.vendor: Acer
dmi.board.version: V3.15(DDR3)
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V3.15(DDR3)
dmi.modalias: 
dmi:bvnAcer:bvrV3.15(DDR3):bd02/15/2011:svnAcer:pnAOD255E:pvrV3.15(DDR3):rvnAcer:rnJE02_PT_E:rvrV3.15(DDR3):cvnAcer:ct10:cvrV3.15(DDR3):
dmi.product.name: AOD255E
dmi.product.version: V3.15(DDR3)
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Wed Aug 27 09:02:31 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   25042 
 vendor AUO
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: apport-bug compiz-0.9 i386 trusty ubuntu

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

Title:
  I have recently rebooted after the latest software update and suddenly
  my laptop is running slower than slow.  top shows compliz is taking
  between 20% to more often 130% or more of the CPU (dual CPU).   My
  system was running really well now it is very very slow.

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

-- 
ubuntu-bugs mailing list
ubuntu-b

[Bug 1359860] Re: i think i got a bug or something

2014-08-26 Thread Brian Murray
** Project changed: errors => ubuntu

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

Title:
  i think i got a bug or something

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

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


[Bug 1295623] Re: Sometimes input breaks and only edges are responsive

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~dandrader/qtmir/missingTouchEnd-lp1295623

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

Title:
  Sometimes input breaks and only edges are responsive

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

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


[Bug 1359285] Re: [SRU] bug #43027, ipmi-locate only works on ia64

2014-08-26 Thread Narinder Gupta
tested and verified by HP and it works here is the out on one of their
Gen9 server.

root@DL120gen9:~# ipmi-locate

Probing KCS device using DMIDECODE... done

IPMI Version: 2.0

IPMI locate driver: DMIDECODE

IPMI interface: KCS

BMC driver device:

BMC I/O base address: 0xCA2

Register spacing: 1


Probing SMIC device using DMIDECODE... FAILED


Probing BT device using DMIDECODE... FAILED


Probing SSIF device using DMIDECODE... FAILED


Probing KCS device using SMBIOS... FAILED


Probing SMIC device using SMBIOS... FAILED


Probing BT device using SMBIOS... FAILED


Probing SSIF device using SMBIOS... FAILED


Probing KCS device using ACPI... FAILED


Probing SMIC device using ACPI... FAILED


Probing BT device using ACPI... FAILED


Probing SSIF device using ACPI... FAILED


Probing KCS device using PCI... FAILED


Probing SMIC device using PCI... FAILED


Probing BT device using PCI... FAILED


Probing SSIF device using PCI... FAILED


root@DL120gen9:~# dpkg -l | grep freeipmi

ii  freeipmi 1.1.5-3ubuntu3.2
all  GNU implementation of the IPMI protocol

ii  freeipmi-bmc-watchdog1.1.5-3ubuntu3.2
amd64GNU implementation of the IPMI protocol - BMC watchdog

ii  freeipmi-common  1.1.5-3ubuntu3.2
all  GNU implementation of the IPMI protocol - common files

ii  freeipmi-ipmidetect  1.1.5-3ubuntu3.2
amd64GNU IPMI - IPMI node detection tool

ii  freeipmi-tools   1.1.5-3ubuntu3.2
amd64GNU implementation of the IPMI protocol - tools

ii  libfreeipmi121.1.5-3ubuntu3.2
amd64GNU IPMI - libraries

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

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

Title:
  [SRU] bug #43027, ipmi-locate only works on ia64

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

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


[Bug 1350373] Re: Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

2014-08-26 Thread Andrey Kislyuk
Is there an estimate for when this will hit release and cloud images? We
are blocked by this, and I don't see a reference to it in
https://launchpad.net/ubuntu/+source/linux.

Thanks.

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

Title:
  Kernel BUG in paravirt_enter_lazy_mmu when running as a Xen PV guest

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

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


[Bug 1361906] Stacktrace.txt

2014-08-26 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1361906/+attachment/4187812/+files/Stacktrace.txt

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

Title:
  gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()

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

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


[Bug 1361906] ThreadStacktrace.txt

2014-08-26 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1361906/+attachment/4187814/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1361906/+attachment/4187797/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()

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

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


[Bug 1361906] StacktraceSource.txt

2014-08-26 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1361906/+attachment/4187813/+files/StacktraceSource.txt

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

Title:
  gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()

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

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


[Bug 1361909] [NEW] gparted issues many error messages when started from console

2014-08-26 Thread Kevin O'Gorman
Public bug reported:

When starting from a terminal, gparted issues a very large number of
error messages, which are meaningless to the user.  Presumably these go
nowhere when starting it from a GUI.

Screenshot attached.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gparted 0.18.0-1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Tue Aug 26 16:21:06 2014
InstallationDate: Installed on 2014-08-11 (15 days ago)
InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140723)
SourcePackage: gparted
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** Attachment added: "screenshot of running 'gparted' from a terminal"
   
https://bugs.launchpad.net/bugs/1361909/+attachment/4187815/+files/Gparted%20-%2008262014%20-%2004%3A18%3A14%20PM.png

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

Title:
  gparted issues many error messages when started from console

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

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


[Bug 1361906]

2014-08-26 Thread Apport retracing service
StacktraceTop:
 g_mutex_unlock_slowpath (mutex=, prev=) at 
/build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1327
 g_mutex_unlock (mutex=) at 
/build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1350
 g_vfs_ftp_task_acquire_connection (task=0x7fa0c5ad1d40) at gvfsftptask.c:266
 g_vfs_ftp_task_sendv (task=0x7fa0c5ad1d40, flags=G_VFS_FTP_PASS_550, 
reply=reply@entry=0x0, format=format@entry=0x4105a9 "CWD %s", 
varargs=varargs@entry=0x7fa0c5ad1b78) at gvfsftptask.c:632
 g_vfs_ftp_task_sendv (varargs=0x7fa0c5ad1b78, format=0x4105a9 "CWD %s", 
reply=0x0, flags=G_VFS_FTP_PASS_550, task=0x7fa0c5ad1d40) at gvfsftptask.c:515

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

Title:
  gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()

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

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


[Bug 1359860] [NEW] i think i got a bug or something

2014-08-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

hi i have used ubuntu for sometime now. i have never really had any
issues with it, but now i cant seem to keep it open. here is one of the
lists of info i got from running a help me thing.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
i think i got a bug or something
https://bugs.launchpad.net/bugs/1359860
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1328677] Re: unity first-run stamp should not be in XDG_CACHE_HOME

2014-08-26 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/lp.1328677-fixv2

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

Title:
  unity first-run stamp should not be in XDG_CACHE_HOME

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

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


[Bug 1336665] Re: [Launcher] Weird bounce back effect when organising items

2014-08-26 Thread Michał Sawicz
** Changed in: unity8
   Status: New => Triaged

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

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

Title:
  [Launcher] Weird bounce back effect when organising items

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

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


[Bug 1336330] Re: [Launcher] Visual cue needed to separate pinned applications from unpinned

2014-08-26 Thread Michał Sawicz
** Changed in: unity8
   Status: New => Incomplete

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

** Changed in: unity8
   Status: Incomplete => Fix Released

** Branch linked: lp:~mzanetti/unity8/launcher-clip-pinned-corners

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

Title:
  [Launcher] Visual cue needed to separate pinned applications from
  unpinned

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

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


[Bug 1361908] [NEW] Brother- DCP7065-DN printer not found

2014-08-26 Thread David Oxland
Public bug reported:

ubuntu 14.04 LTS  Lenovo H53564 bit
I had reported, a few weeks ago that this printer was not offered on the sane 
list.
Shortly after an update from ubuntu it did appear on the list was correctly 
identified and installed working correctly although without the scanner ability 
 "not found by any scan program.
Recently calling for a print job brings up "printer not found" or "is printer 
connected"
 a delete and reinstall finds the printer OK but these errors continue.
 I have disconnected and reconnected printer wires powered off and on but 
problem remains.
 Initially I was able to install using the driver for 7085 and will try that 
again.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: sane 1.0.14-9
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Aug 26 16:03:53 2014
InstallationDate: Installed on 2014-06-01 (86 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: sane-frontends
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-frontends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Brother- DCP7065-DN printer not found

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

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


[Bug 1361907] [NEW] an unresolvable problem occured while calculating the upgrade

2014-08-26 Thread AC7NJ
Public bug reported:

trying to upgrade from 12.04 LTS to 14.04 LTS

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.17
ProcVersionSignature: Ubuntu 3.13.0-34.60~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu17.7
Architecture: amd64
Date: Tue Aug 26 16:07:31 2014
EcryptfsInUse: Yes
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1409093390
 com.ubuntu.update-manager show-details true
 com.ubuntu.update-manager window-height 500
 com.ubuntu.update-manager window-width 600
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
Symptom: ubuntu-release-upgrader-core
UpgradeStatus: Upgraded to precise on 2014-08-26 (0 days ago)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade precise running-unity

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

Title:
  an unresolvable problem occured while calculating the upgrade

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

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


[Bug 1361906] [NEW] gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()

2014-08-26 Thread Wade Menard
Public bug reported:

Ubuntu 14.10

A clicked on a gvfs ftp mount in a Shotwell Save As dialog and it went
boom.

ProblemType: Crash
DistroRelease: Ubuntu 14.10
Package: gvfs-backends 1.20.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
ApportVersion: 2.14.6-0ubuntu2
Architecture: amd64
CrashCounter: 1
CurrentDesktop: Unity
Date: Tue Aug 26 18:09:46 2014
ExecutablePath: /usr/lib/gvfs/gvfsd-ftp
InstallationDate: Installed on 2014-07-04 (53 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
ProcCmdline: /usr/lib/gvfs/gvfsd-ftp --spawner :1.4 /org/gtk/gvfs/exec_spaw/3
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
Signal: 6
SourcePackage: gvfs
StacktraceTop:
 g_mutex_unlock_slowpath (mutex=, prev=) at 
/build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1327
 g_mutex_unlock (mutex=) at 
/build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1350
 g_vfs_ftp_task_acquire_connection (task=0x7fa0c5ad1d40) at gvfsftptask.c:266
 g_vfs_ftp_task_sendv (task=0x7fa0c5ad1d40, flags=G_VFS_FTP_PASS_550, 
reply=reply@entry=0x0, format=format@entry=0x4105a9 "CWD %s", 
varargs=varargs@entry=0x7fa0c5ad1b78) at gvfsftptask.c:632
 g_vfs_ftp_task_sendv (varargs=0x7fa0c5ad1b78, format=0x4105a9 "CWD %s", 
reply=0x0, flags=G_VFS_FTP_PASS_550, task=0x7fa0c5ad1d40) at gvfsftptask.c:515
Title: gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio cdrom dip lpadmin mediatomb plugdev pulse sambashare sudo 
vboxusers

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


** Tags: amd64 apport-crash need-amd64-retrace utopic

** Information type changed from Private to Public

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

Title:
  gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath()

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

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


[Bug 1311316] Re: After locking screen there is no input field to type password for unlock

2014-08-26 Thread Jeffrey Nappi
I am also experiencing this every couple days.

Dual Monitors on Intel HD Graphics 4000 (Lenovo Thinkpad T530 w/ dock)

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

Title:
  After locking screen there is no input field to type password for
  unlock

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

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


[Bug 726125] Re: Evolution crashes when Ctrl-C Ctrl-V are used on a text in sequence

2014-08-26 Thread Bug Watch Updater
** Changed in: evolution
   Status: New => Won't Fix

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

Title:
  Evolution crashes when Ctrl-C Ctrl-V are used on a text in sequence

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

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


[Bug 1281590] Re: unity-control-center crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-08-26 Thread Alberto Salvia Novella
** Description changed:

- sabj
- 
  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb 18 18:21:43 2014
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2013-12-08 (72 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20131206)
  ProcCmdline: unity-control-center
  ProcEnviron:
-  PATH=(custom, no user)
-  LANGUAGE=ru
-  XDG_RUNTIME_DIR=
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANGUAGE=ru
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x7fc2f30cc414 <__GI___pthread_mutex_lock+4>:  mov
0x10(%rdi),%esi
-  PC (0x7fc2f30cc414) ok
-  source "0x10(%rdi)" (0x20d8) not located in a known VMA region (needed 
readable region)!
-  destination "%esi" ok
-  Stack memory exhausted (SP below stack segment)
+  Segfault happened at: 0x7fc2f30cc414 <__GI___pthread_mutex_lock+4>:  mov
0x10(%rdi),%esi
+  PC (0x7fc2f30cc414) ok
+  source "0x10(%rdi)" (0x20d8) not located in a known VMA region (needed 
readable region)!
+  destination "%esi" ok
+  Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity-control-center
  StacktraceTop:
-  __GI___pthread_mutex_lock (mutex=0x0) at ../nptl/pthread_mutex_lock.c:66
-  ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
-  ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
-  ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
-  start_thread (arg=0x7fc2c19a5700) at pthread_create.c:312
+  __GI___pthread_mutex_lock (mutex=0x0) at ../nptl/pthread_mutex_lock.c:66
+  ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
+  ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
+  ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
+  start_thread (arg=0x7fc2c19a5700) at pthread_create.c:312
  Title: unity-control-center crashed with SIGSEGV in 
__GI___pthread_mutex_lock()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_unity-control-center:
-  activity-log-manager 0.9.7-0ubuntu10
-  deja-dup 29.5-0ubuntu2
-  gnome-control-center 1:3.6.3-0ubuntu50
+  activity-log-manager 0.9.7-0ubuntu10
+  deja-dup 29.5-0ubuntu2
+  gnome-control-center 1:3.6.3-0ubuntu50

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

Title:
  unity-control-center crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

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

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

[Bug 1356456] Re: linux-lowlatency: 3.2.0-68.70 -proposed tracker

2014-08-26 Thread Brad Figg
** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 13. August 2014 16:05 UTC
  kernel-stable-master-bug:1355387
  kernel-stable-Certification-testing-end:Monday, 18. August 2014 11:01 UTC
  kernel-stable-Security-signoff-end:Monday, 18. August 2014 11:01 UTC
  kernel-stable-Prepare-package-end:Saturday, 23. August 2014 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 23. August 2014 00:01 UTC
  ppa-package-testing-start:Saturday, 23. August 2014 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 26. August 2014 18:04 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Tuesday, 26. August 2014 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 26. August 2014 20:01 UTC
  kernel-stable-Regression-testing-start:Tuesday, 26. August 2014 20:01 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Tuesday, 26. August 2014 23:02 UTC
+ kernel-stable-Verification-testing-end:Tuesday, 26. August 2014 23:02 UTC

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

Title:
  linux-lowlatency: 3.2.0-68.70 -proposed tracker

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

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


[Bug 1268146] Re: Very high cpu usage for compiz in 14.04 (mesa incorrectly using llvmpipe)

2014-08-26 Thread sbng
I notice changes after reinstalling the intel driver. The name of my
display port change from eDP-01 to eDP1. After that, the high CPU issue
disappear and resolved.

#sudo lshw -C video
  *-display   
   description: VGA compatible controller
   product: 3rd Gen Core processor Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 09
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:45 memory:a000-a03f memory:9000-9fff 
ioport:2000(size=64)

#glxinfo | grep -i string
server glx vendor string: SGI
server glx version string: 1.4
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.0-devel
OpenGL core profile shading language version string: 3.30
OpenGL version string: 3.0 Mesa 10.3.0-devel
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0

# dpkg-query --show xserver-xorg-video-intel
xserver-xorg-video-intel2:2.99.910-0ubuntu1.1

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

Title:
  Very high cpu usage for compiz in 14.04 (mesa incorrectly using
  llvmpipe)

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

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


[Bug 1330037] Re: upower 0.99 transition

2014-08-26 Thread Martin Wimpress
mate-applets has upower 0.99/1.0 support since 1.8.1.

** Changed in: mate-applets (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/1330037

Title:
  upower 0.99 transition

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

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


[Bug 1330037] Re: upower 0.99 transition

2014-08-26 Thread Martin Wimpress
mate-power-manager has upower 0.99/1.0 support since 1.8.1.

** Changed in: mate-power-manager (Ubuntu)
   Status: New => Fix Released

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

Title:
  upower 0.99 transition

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

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


[Bug 1357376] Re: nvidia-331-updates 331.38-0ubuntu7.1: nvidia-331-updates kernel module failed to build

2014-08-26 Thread Jorge Taboada
Sorry, I just wanted to report this error but I understand that does not
match with Ubuntu 14.04 that using the kernel 3.13 and I was testing the
new version 3.17 rc2 where i get this error when compiling the new
kernel with make-kpkg

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

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

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

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


[Bug 1361899] Re: package nvidia-opencl-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package ocl-icd-libopencl1:amd64

2014-08-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nvidia-opencl-dev (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is
  also in package ocl-icd-libopencl1:amd64 2.1.3-4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1361899/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-08-26 Thread Martin Wimpress
mate-session-manager has had upower 0.99/1.0 support since 1.8.0.

** Changed in: mate-session-manager (Ubuntu)
   Status: New => Fix Released

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

Title:
  upower 0.99 transition

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

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


[Bug 1361902] [NEW] 14.04 /etc/network/interfaces is always overwritten by Preseed

2014-08-26 Thread YamakasY
Public bug reported:


I'm having trouble with my /etc/network/interfaces file that is
overwritten by every Preseed install.

I have found out that when I let the late_command crash and I manually
enter some identifier in:

/etc/network/interfaces

and

/target/etc/network/interfaces

the one in /etc/network/interfaces stays there, so no overwriting from
the target version in that case.

the fix to place the following in the late_command doesn't fix it
either:

cp /target/etc/network/interfaces /etc/network/interfaces

Any idea on how to fix this ?

** Affects: netcfg (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/1361902

Title:
  14.04 /etc/network/interfaces is always overwritten by Preseed

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

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


[Bug 1360641] Re: [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No sound at all

2014-08-26 Thread Raymond
you have to send email to the author if the patch not fix the bug

0xff06 is codec ssid
 
 0xff00 is pci ssid

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

Title:
  [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No
  sound at all

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

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


[Bug 1361594] Re: Memory corruption when runnning fs-check on a fat32-formatted partition

2014-08-26 Thread Curtis Gedak
Alexander, I believe the problem is with the underlying libparted
library.  The problem exists in Ubuntu 14.04 with libparted
2.3-19ubuntu1, and also with our latest GParted Live 0.19.1-1 with
libparted0debian1:i386 2.3-20.

As such, there is no need to perform the test I requested.

Instead I have requested an update GParted Live with libparted-3.2+ from
our Live Image maintainer.  It would be good to test once that is
available.

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

Title:
  Memory corruption when runnning  fs-check on a fat32-formatted
  partition

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

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


[Bug 1361899] [NEW] package nvidia-opencl-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package ocl-icd-libopencl1:amd64

2014-08-26 Thread John
Public bug reported:

Was just using Software and Updates to upgrade to Nvidia 340.32

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-opencl-dev (not installed)
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Tue Aug 26 17:52:29 2014
DpkgTerminalLog:
 Preparing to unpack .../nvidia-opencl-dev_5.5.22-3ubuntu1_amd64.deb ...
 Unpacking nvidia-opencl-dev:amd64 (5.5.22-3ubuntu1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/nvidia-opencl-dev_5.5.22-3ubuntu1_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also 
in package ocl-icd-libopencl1:amd64 2.1.3-4
DuplicateSignature: package:nvidia-opencl-dev:(not installed):trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package 
ocl-icd-libopencl1:amd64 2.1.3-4
ErrorMessage: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', 
which is also in package ocl-icd-libopencl1:amd64 2.1.3-4
InstallationDate: Installed on 2014-08-26 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: nvidia-cuda-toolkit
Title: package nvidia-opencl-dev (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in 
package ocl-icd-libopencl1:amd64 2.1.3-4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-cuda-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict trusty

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

Title:
  package nvidia-opencl-dev (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is
  also in package ocl-icd-libopencl1:amd64 2.1.3-4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1361899/+subscriptions

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


[Bug 1357376] Re: nvidia-331-updates 331.38-0ubuntu7.1: nvidia-331-updates kernel module failed to build

2014-08-26 Thread Jorge Taboada
I don't have any problem WIth my stable kernel 3.16.1 on Ubuntu 14.04,
only when I try to compile the new kernel with make-kpkg for install the
kernel like a deb package.

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

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

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

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


[Bug 1268146] Re: Very high cpu usage for compiz in 14.04 (mesa incorrectly using llvmpipe)

2014-08-26 Thread sbng
strangely, like comment #8 reinstalling the intel driver and reboot
works for me. Not sure what was the difference in reinstalling the intel
drivers. FYI.

sudo apt-get install --reinstall xserver-xorg-video-intel

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

Title:
  Very high cpu usage for compiz in 14.04 (mesa incorrectly using
  llvmpipe)

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

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


[Bug 1214252]

2014-08-26 Thread wzis
http://blog.digepresayuntamientos.com/administrator/components/com_banners/Cheo.php

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

Title:
  1.6.0 qemu-system-ppc64 doesn't allow console setting

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

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


[Bug 1357376] Re: nvidia-331-updates 331.38-0ubuntu7.1: nvidia-331-updates kernel module failed to build

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

** Changed in: nvidia-graphics-drivers-331-updates (Ubuntu)
   Status: New => Confirmed

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

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

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

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


[Bug 1297065] Re: [needs-packaging]openjdk-8 in ubuntu

2014-08-26 Thread Silvio Bierman
Done.

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

Title:
  [needs-packaging]openjdk-8 in ubuntu

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

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


[Bug 1361895] [NEW] Openjdk-8-jdk is a debug build

2014-08-26 Thread Silvio Bierman
Public bug reported:

The current openjdk-8-jdk package  for Ubuntu 14.10 installs a version
of java that reports "openjdk version 1.8.0_01-internal-fastdebug" as
its version. This is a debug build that works painfully slow. Using it
to run Eclipse and do stuff like building projects or even open source
everything takes about five times as long as when using openjdk-7-jdk.

This package should not contain a debug build, if at all a debug version
should be in a separate package.

Expected: getting a normal production build to run Java programs for
normal use.

Instead: II got a debug build that runs Java programs painfully slow
(and probably with a lot of memory overhead although I did not check
that).

silvio@mizuno:~$ lsb_release -rd
Description:Ubuntu Utopic Unicorn (development branch)
Release:14.10

silvio@mizuno:~$ apt-cache policy openjdk-8-jdk
openjdk-8-jdk:
  Installed: 8u20-b26-1ubuntu1
  Candidate: 8u20-b26-1ubuntu1
  Version table:
 *** 8u20-b26-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: openjdk-8 (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/1361895

Title:
  Openjdk-8-jdk is a debug build

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

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


[Bug 1361890] Status changed to Confirmed

2014-08-26 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1317038] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 126

2014-08-26 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

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

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

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 126

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

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

[Bug 1297522] Re: Since Trusty /proc/diskstats shows weird values

2014-08-26 Thread tobby
This is my affected VM.

** Attachment added: "XML of affected VM"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297522/+attachment/4187790/+files/fmec.xml

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

Title:
  Since Trusty /proc/diskstats shows weird values

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

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


[Bug 1354446] Re: [regression] Intermittent failure of TestTouchspotVisualizations.* tests

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:mir/0.7

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

Title:
  [regression] Intermittent failure of TestTouchspotVisualizations.*
  tests

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

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


[Bug 1348330] Re: mir_demo_server_shell --disable-overlays false renders incorrectly on android

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:mir/0.7

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

Title:
  mir_demo_server_shell --disable-overlays false renders incorrectly on
  android

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

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


[Bug 1357616] Re: keyboard is not translated

2014-08-26 Thread Adolfo Jayme
The ubuntu-keyboard Launchpad project still needs setup.

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

Title:
  keyboard is not translated

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

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


[Bug 1353867] Re: [regression] Mir clients get caught in an infinite exception loop when the server goes away ("Caught exception at Mir/EGL driver boundary")

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:mir/0.7

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

Title:
  [regression] Mir clients get caught in an infinite exception loop when
  the server goes away ("Caught exception at Mir/EGL driver boundary")

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

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


[Bug 1359264] Re: Surfaces receive input even while the screen is off

2014-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:mir/0.7

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

Title:
  Surfaces receive input even while the screen is off

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

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


[Bug 1361891] [NEW] Sync dirdiff 2.1-7 (universe) from Debian unstable (main)

2014-08-26 Thread Jackson Doak
Public bug reported:

Please sync dirdiff 2.1-7 (universe) from Debian unstable (main)
RC bug fixes

Changelog entries since current utopic version 2.1-5:

dirdiff (2.1-7) unstable; urgency=medium

  * patch in the correct rule in debian/rules 
  * Menu accelerators added. Thanks Tomas Pospisek. Closes: #716897

 -- Luciano Bello   Mon, 25 Aug 2014 20:48:21 +0200

dirdiff (2.1-6) unstable; urgency=high

  * Using tk8.5. Closes: #725686 (RC bug).
  * Standards-Version: 3.9.5
  * Hardening flags added.

 -- Luciano Bello   Sun, 24 Aug 2014 19:16:04 +0200

** Affects: dirdiff (Ubuntu)
 Importance: Wishlist
 Status: New

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

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

Title:
  Sync dirdiff 2.1-7 (universe) from Debian unstable (main)

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

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


[Bug 1360641] Re: [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No sound at all

2014-08-26 Thread claudiobz
Sorry,

but when I reboot the computer  it is necessary to add

hda-verb /dev/snd/hwC0D0 0x14 SET_EAPD 0x02

always, if I want listen with headphone.

How can make that permanently?

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

Title:
  [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No
  sound at all

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

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


[Bug 1361889] Re: Kmix missing

2014-08-26 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1361889

** Tags added: iso-testing

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

Title:
  Kmix missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1361889/+subscriptions

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


[Bug 1329153] Re: Writer: can't copy & paste to other apps properly using middle mouse button

2014-08-26 Thread Bryan Quigley
This works for me fine on Ubuntu 14.10 w/ LibreOffice 4.3 (in a remote
test it also seemed fine on 14.04).  Any chance you'll be upgrading to
(or have already) 14.04 soon?

** Changed in: libreoffice (Ubuntu)
   Status: New => Incomplete

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

Title:
  Writer: can't copy & paste to other apps properly using middle mouse
  button

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

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


[Bug 1297522] Re: Since Trusty /proc/diskstats shows weird values

2014-08-26 Thread Chris J Arges
Can you explain how you setup your guest vm? If you are using libvirt,
could you do a 'virsh dumpxml ' of the affected VM?

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

Title:
  Since Trusty /proc/diskstats shows weird values

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

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


[Bug 1361890] Re: package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-08-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.11.0-26-generic 3.11.0-26.45 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 594674] Re: Trash is not shown on --bind mounted filesystems

2014-08-26 Thread Holger Mauermann
Same issue with a btrfs partition, eg. mounted at ~/Videos with mount
options 'subvol=@videos'. If I delete a file it doesn't appear in the
Trash, but is moved to ~/Videos/.Trash-1000. This folder has to be
manually removed because 'Empty Trash' doesn't work.

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

Title:
  Trash is not shown on --bind mounted filesystems

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

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


<    1   2   3   4   5   6   7   8   9   >