[Bug 1427545] [NEW] gnucash can never obtain a lock on sshfs

2015-03-03 Thread Michael Tsang
Public bug reported:

When I open my book on sshfs, it always prompt me cannot obtain a
lock.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gnucash 1:2.6.3-1build1
ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Mar  3 16:01:37 2015
InstallationDate: Installed on 2015-01-25 (36 days ago)
InstallationMedia: Ubuntu-Server 14.10 Utopic Unicorn - Release amd64 
(20141022.2)
SourcePackage: gnucash
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

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

Title:
  gnucash can never obtain a lock on sshfs

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/apparmor

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1426876] Re: SIM PIN Unlock doesn't always trigger an actual unlock action

2015-03-03 Thread Michał Sawicz
** Also affects: indicator-network (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/1426876

Title:
  SIM PIN Unlock doesn't always trigger an actual unlock action

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

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


[Bug 584632]

2015-03-03 Thread Ehsan-mozilla
(In reply to Jorg K from comment #23)
 I could use some help to locate the code that translates the click into
 identifying the element. Somewhere in ns(HTML)EditorEventListener.cpp, I
 suppose.

nsFrame::HandlePress is called when you click on an element, and at
least part of the selection normalization should probably happen inside
there.

(In reply to Jorg K from comment #24)
 I am having second thoughts. If I understood correctly, the idea is to
 continue adding to the pre-existing element at the end of the line instead
 of adding a new element which will lose the style or font. Is this really
 the correct approach?

It's probably the easiest way to fix this bug.  There are probably other
implementation strategies as well, but I can't think of an easier one.

 I have three more questions in this context:
 1) The paragraph is created when replying to an e-mail does have the correct
 style/font. It only gets lost after moving the caret around in the e-mail.
 How does Thunderbird communicate to the editor which style to use in the
 first place, in the case comment #23, the tt?

I don't know how Thunderbird works, but this information is usually
transferred to Gecko using document.execCommand calls.

 Why can't this method be
 used for any subsequently created text elements? 

I don't understand this question.

Note that the type-in state code is mostly used to handle sequences such
as calling document.execCommand(bold) and starting to type.  It
doesn't know how to handle anything more complicated (for example
remembering the styles to be used for an arbitrary element at an
arbitrary DOM position.)

 Currently further text
 elements are created with the default font, which is also configured in
 Thunderbird and must be communicated somehow to the editor.

Again, I don't know the Thunderbird specific parts here.

 2) Over in bug 1100966 (spell checker losing red underlines) another node is
 also created when clicking at the end of the line. Upon backspace, this node
 becomes empty and is merged (badly) with the preceding one, which in turn
 loses the underlines. Why didn't we consider to continue the existing node
 instead of creating a new one? In this case the merge would not happen.

Because it's possible to fix that code more easily, and also we use the
same joining code for other purposes such as when two nodes really need
to be joined because the content in between them is being deleted.
Fixing this bug would make the steps to reproduce in that bug change,
but these are separate issues.

 3) Another problem with losing the style/font can be observed after
 inserting an image, see comment #14. I think the proposed approach of
 reusing a pre-existing text element can't be used here, since the preceding
 element is an image. So wouldn't it be easier to make sure the chosen
 style/font is observed when creating another text element after the image?

I _think_ to fix that part you need to get Thunderbird tell Gecko about
how to format the new paragraph.  The fix suggested in comment 22 will
not fix all of the issues with the type-in style being lost.

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

Title:
  composer changes font mid email

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

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


[Bug 584632]

2015-03-03 Thread Mozilla-jorgk
I have to correct point 3) a little. In an e-mail with different fonts,
colours, bold, italics, clicking in the editor does communicate
something back to Thunderbird so it can update it's controls; or maybe
the editor just sets some global variables, that can be queried in the
UI.

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

Title:
  composer changes font mid email

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

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


[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-03 Thread Martin Pitt
Finally there are two dependency cycles which we need to fix:

Found ordering cycle on basic.target/start
Found dependency on sysinit.target/start
Found dependency on apparmor.service/start
Found dependency on remote-fs.target/start
Found dependency on remote-fs-pre.target/start
Found dependency on nfs-client.target/start
Found dependency on rpc-statd-notify.service/start
Found dependency on nfs-server.service/start
Found dependency on rpc-svcgssd.service/start
Found dependency on basic.target/start
Breaking ordering cycle by deleting job apparmor.service/start
Job apparmor.service/start deleted to break ordering cycle starting with 
basic.target/start

Found ordering cycle on basic.target/start
Found dependency on sysinit.target/start
Found dependency on console-setup.service/start
Found dependency on remote-fs.target/start
Found dependency on remote-fs-pre.target/start
Found dependency on nfs-client.target/start
Found dependency on rpc-statd-notify.service/start
Found dependency on nfs-server.service/start
Found dependency on rpc-svcgssd.service/start
Found dependency on basic.target/start
Breaking ordering cycle by deleting job console-setup.service/start
Job console-setup.service/start deleted to break ordering cycle starting with 
basic.target/start

This is because these two don't have native systemd units, and their
init.d script depends on $remote_fs. But remote-fs.target requires quite
a lot (networking, dbus, perhaps NetworkManager, etc.), and we do want
to protect those with apparmor. Also, apparmor only uses files in /, so
$local_fs is sufficient even for the hypothetical /usr on NFS case.

That's less true for console-setup: This does use files from /usr;
however, as we've never officially supported /usr on NFS, and nobody
ever tested that under upstart, I'm very much inclined to just fix its
init.d dependency to $local_fs, too.

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

** Changed in: apparmor (Ubuntu)
   Status: New = In Progress

** Changed in: apparmor (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: console-setup (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: console-setup (Ubuntu)
   Status: New = In Progress

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: apparmor (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: console-setup (Ubuntu)
   Status: In Progress = Fix Committed

** Summary changed:

- nfs-utils needs systemd unit or init.d script
+ Make NFS client/server work under systemd

** Changed in: console-setup (Ubuntu)
   Status: Fix Committed = In Progress

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 357864]

2015-03-03 Thread Neil-httl
(In reply to Josiah Bruner from comment #128)
 The backend changes in this patch causes it to not apply, that's all I was
 noting. :)
Sure, but they'll get merged out when I update anyway.

 What platform have you tested this on?
Windows and Linux.

(In reply to Ben Bucksch from comment #129)
 * If you really want to pref this feature away, I think the best way would
 be a checkbox in Account Settings... | Manage Identities
So, the presence of the customize option would depend on which identity you 
had selected?

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

Title:
  Editing the From field for the current email only (as text, not
  dropdown)

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

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


[Bug 584632]

2015-03-03 Thread Mozilla-jorgk
Thank you for your detailed answer which clarifies a lot of things. I
will investigate the interaction between Thunderbird and the editor
further.

Re. your last comment:
 I _think_ to fix that part you need to get Thunderbird tell Gecko about how
 to format the new paragraph. 

I tried with a div contenteditable in Firefox. The editor handles
insertion of images by itself. So the question is: How could
Thunderbird, the invoker of the editor, be notified, so it could in turn
do whatever it does normally (I need to investigate what that is
exactly) to communicate that the format required after the insertion?
Can an callback be installed that the editor calls when new nodes are
created in the DOM tree?

So far I get the following picture of the interaction between Thunderbird and 
the editor:
1) Thunderbird invokes the editor and communicates the initial conditions, 
font, size, etc.
2) The editor does all the editing. When new nodes are created in the DOM, no 
special style element is used, so to the Thunderbird user it looks like the 
style gets lost.
3) No callback to Thunderbird takes place while the editor is running.
4) Thunderbird may send commands to the editor, to change the font, bold, etc.
5) When the editing is done, Thunderbird receives a copy of the DOM (or the 
plain text or HTML) and stores it or sends it.

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

Title:
  composer changes font mid email

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

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


Re: [Bug 1412274] Re: my windows crashes all of the sudden

2015-03-03 Thread yac
I have 4.3.18_Ubuntu r96516

 Le Dimanche 1 mars 2015 13h10, Christopher M. Penalver 
christopher.m.penal...@gmail.com a écrit :
   

 yac, thank you for reporting this and helping make Ubuntu better. What
version of Virtualbox are you using?

As well, have you installed virtualbox-guest-x11 in the guest for
improved integration?

** Changed in: xorg (Ubuntu)
  Importance: Undecided = Low

** Changed in: xorg (Ubuntu)
      Status: New = Incomplete

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

Title:
  my windows crashes all of the sudden

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  my windows crashes all of the sudden.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Jan 18 18:32:44 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
  virtualbox-guest, 4.3.18, 3.16.0-28-generic, x86_64: installed
  virtualbox-guest, 4.3.18, 3.16.0-29-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2015-01-10 (8 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
  LANGUAGE=en_US
  PATH=(custom, no user)
  LANG=en_US.UTF-8
  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=4371c303-46f8-40a8-80bc-dce5529acc29 ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLogOld:
  
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Jan 18 18:31:18 2015
  xserver.configfile: default
  xserver.errors:
  AIGLX error: vboxvideo does not export required DRI extension
  AIGLX: reverting to software rendering
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: vboxvideo

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

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

Title:
  my windows crashes all of the sudden

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

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

[Bug 1347638] Re: Launch1 button doesn't work on shortcuts

2015-03-03 Thread Massimo
Today, after upgrading the kernel 3.13.0.46 (3.3.2015) I verified that the 
problem is finally solved. 
I remember that I have - 64-bit - Ubuntu 14:04:02 - .
Now the shortkut with Launch1  works perfectly.
Thank You !!!

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

Title:
  Launch1 button doesn't work on shortcuts

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/apparmor

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1427292] rainier (i386) - tests ran: 154, failed: 3

2015-03-03 Thread Brad Figg
tests ran: 154, failed: 3;
  
http://kernel.ubuntu.com/testing/rainier__3.13.0-46.77__2015-03-03_06-09-00/results-index.html

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

Title:
  linux: 3.13.0-46.77 -proposed tracker

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Martin Pitt
First test package available in 
https://launchpad.net/~pitti/+archive/ubuntu/systemd
I added the current upstream units as a big patch, and then added separate 
patches for our changes, so that it's easier to see what we changed; these also 
become easier to upstream that way.

TODO:
 - debian/nfs-common.gssd.upstart does some elaborate NEED_GSSD detection. The 
systemd unit just does ConditionPathExists=/etc/krb5.keytab which looks 
simpler; but I don't know enough about krb to say whether it's 
equivalent/sufficient, or whether we need the complicated parsing? Steve?

 - $NEED_STATD isn't taken into account. At the moment, rpc.statd is
started unconditionally.

 - unmounting the NFS mounts hangs on shutdown

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Martin Pitt
First test package available in 
https://launchpad.net/~pitti/+archive/ubuntu/systemd
I added the current upstream units as a big patch, and then added separate 
patches for our changes, so that it's easier to see what we changed; these also 
become easier to upstream that way.

TODO:
 - debian/nfs-common.gssd.upstart does some elaborate NEED_GSSD detection. The 
systemd unit just does ConditionPathExists=/etc/krb5.keytab which looks 
simpler; but I don't know enough about krb to say whether it's 
equivalent/sufficient, or whether we need the complicated parsing? Steve?

 - $NEED_STATD isn't taken into account. At the moment, rpc.statd is
started unconditionally.

 - unmounting the NFS mounts hangs on shutdown

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1427292] cavac (i386) - tests ran: 154, failed: 2

2015-03-03 Thread Brad Figg
tests ran: 154, failed: 2;
  
http://kernel.ubuntu.com/testing/cavac__3.13.0-46.77__2015-03-03_05-59-00/results-index.html

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

Title:
  linux: 3.13.0-46.77 -proposed tracker

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

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


[Bug 1427297] Re: linux-lts-trusty: 3.13.0-46.77~precise1 -proposed tracker

2015-03-03 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-46.77~precise1 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:Monday, 02. March 2015 17:02 UTC
  kernel-stable-master-bug:1427292
  kernel-stable-Certification-testing-end:Tuesday, 03. March 2015 02:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 03. March 2015 02:01 UTC
  kernel-stable-Prepare-package-end:Tuesday, 03. March 2015 03:42 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 03. March 2015 03:42 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 03. March 2015 03:49 UTC
  kernel-stable-Verification-testing-start:Tuesday, 03. March 2015 06:59 UTC
  kernel-stable-Regression-testing-start:Tuesday, 03. March 2015 06:59 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 03. March 2015 07:00 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 03. March 2015 07:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 03. March 2015 07:00 UTC
+ kernel-stable-Promote-to-updates-end:Tuesday, 03. March 2015 08:00 UTC

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

Title:
  linux-lts-trusty: 3.13.0-46.77~precise1 -proposed tracker

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

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


[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-03 Thread Martin Pitt
Finally there are two dependency cycles which we need to fix:

Found ordering cycle on basic.target/start
Found dependency on sysinit.target/start
Found dependency on apparmor.service/start
Found dependency on remote-fs.target/start
Found dependency on remote-fs-pre.target/start
Found dependency on nfs-client.target/start
Found dependency on rpc-statd-notify.service/start
Found dependency on nfs-server.service/start
Found dependency on rpc-svcgssd.service/start
Found dependency on basic.target/start
Breaking ordering cycle by deleting job apparmor.service/start
Job apparmor.service/start deleted to break ordering cycle starting with 
basic.target/start

Found ordering cycle on basic.target/start
Found dependency on sysinit.target/start
Found dependency on console-setup.service/start
Found dependency on remote-fs.target/start
Found dependency on remote-fs-pre.target/start
Found dependency on nfs-client.target/start
Found dependency on rpc-statd-notify.service/start
Found dependency on nfs-server.service/start
Found dependency on rpc-svcgssd.service/start
Found dependency on basic.target/start
Breaking ordering cycle by deleting job console-setup.service/start
Job console-setup.service/start deleted to break ordering cycle starting with 
basic.target/start

This is because these two don't have native systemd units, and their
init.d script depends on $remote_fs. But remote-fs.target requires quite
a lot (networking, dbus, perhaps NetworkManager, etc.), and we do want
to protect those with apparmor. Also, apparmor only uses files in /, so
$local_fs is sufficient even for the hypothetical /usr on NFS case.

That's less true for console-setup: This does use files from /usr;
however, as we've never officially supported /usr on NFS, and nobody
ever tested that under upstart, I'm very much inclined to just fix its
init.d dependency to $local_fs, too.

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

** Changed in: apparmor (Ubuntu)
   Status: New = In Progress

** Changed in: apparmor (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: console-setup (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: console-setup (Ubuntu)
   Status: New = In Progress

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: apparmor (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: console-setup (Ubuntu)
   Status: In Progress = Fix Committed

** Summary changed:

- nfs-utils needs systemd unit or init.d script
+ Make NFS client/server work under systemd

** Changed in: console-setup (Ubuntu)
   Status: Fix Committed = In Progress

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package rpcbind - 0.2.1-6ubuntu2

---
rpcbind (0.2.1-6ubuntu2) vivid; urgency=medium

  * Add systemd unit. Patch by Simon McVittie. (Closes: #748074, LP: #1312976)
 -- Martin Pitt martin.p...@ubuntu.com   Tue, 03 Mar 2015 08:32:38 +0100

** Changed in: rpcbind (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1403377] Re: The compress function works abnormal for trash, disk and so on

2015-03-03 Thread Anthony Wong
** Changed in: ubuntukylin
   Importance: High = Medium

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

Title:
  The compress function works abnormal for trash, disk and so on

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

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


[Bug 1427529] Re: qtmir fails a test against Qt 5.4.1

2015-03-03 Thread Timo Jyrinki
Orientation seems to work fine on the phone, so this might be something
that only affects builder machines and maybe would need some mocking?

** Description changed:

  Interestingly one test fails in qtmir when built against Qt 5.4.1 - does
  it rely on some sort of bug that got fixed?
  
  Some changelogs:
  - 
https://qt.gitorious.org/qt/qtbase/source/69196b38c481610ef30bfe8ce8e7ba6826729ab8:dist/changes-5.4.1
  - 
https://qt.gitorious.org/qt/qtsensors/source/2abe02fb8dd6b33eb5f891789217bf9de283331e:dist/changes-5.4.1
  
  ^ dummy plug-in no longer built on Linux, generic to be used?
  
  Build logs:
  
  
https://launchpadlibrarian.net/199221051/buildlog_ubuntu-vivid-amd64.qtmir_0.4.4%2B15.04.20150227.1-0ubuntu2~test1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/19974/buildlog_ubuntu-vivid-armhf.qtmir_0.4.4%2B15.04.20150227.1-0ubuntu2~test1_BUILDING.txt.gz
  
  ---
   3/11 Test  #3: Screen, ..***Failed0.13 sec
  Running main() from gtest_main.cc
  [==] Running 1 test from 1 test case.
  [--] Global test environment set-up.
  [--] 1 test from ScreenTest
  [ RUN  ] ScreenTest.OrientationSensor
  
/build/buildd/qtmir-0.4.4+15.04.20150227.1/tests/mirserver/Screen/screen_test.cpp:58:
 Failure
  Value of: screen-orientationSensorEnabled()
    Actual: false
  Expected: true
  [  FAILED  ] ScreenTest.OrientationSensor (5 ms)
  [--] 1 test from ScreenTest (5 ms total)
  
  [--] Global test environment tear-down
  [==] 1 test from 1 test case ran. (6 ms total)
  [  PASSED  ] 0 tests.
  [  FAILED  ] 1 test, listed below:
  [  FAILED  ] ScreenTest.OrientationSensor
  
   1 FAILED TEST
  qtmir.sensor: Screen - nativeOrientation is: 1
  qtmir.sensor: Screen - initial currentOrientation is: 1
  ---
+ 
+ See information about Qt 5.4.1 landing at
+ https://wiki.ubuntu.com/Touch/QtTesting - usable already from the
+ landing PPA.

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

Title:
  qtmir fails a test against Qt 5.4.1

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

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

[Bug 1427292] rizzo (i386) - tests ran: 157, failed: 4

2015-03-03 Thread Brad Figg
tests ran: 157, failed: 4;
  
http://kernel.ubuntu.com/testing/rizzo__3.13.0-46.77__2015-03-03_06-17-00/results-index.html

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

Title:
  linux: 3.13.0-46.77 -proposed tracker

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

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


[Bug 1427560] [NEW] [FFe] Qt 5.4.1

2015-03-03 Thread Timo Jyrinki
Public bug reported:

Dear Release Team,

I'd like to get Qt 5.4.1 bugfix release to vivid. While generally
bugfixes only, it's a big piece of software that affects many
components. The reason for FFe is that the bugfixes included in 5.4.1
seem worth getting for all targets including mem leaks, crash and
networking and HiDPI fixes.

Change files for some of the main Qt components (most others have not
much changes at all):

qtbase: http://qt.gitorious.org/qt/qtbase/blobs/5.4.1/dist/changes-5.4.1
qtconnectivity: 
http://qt.gitorious.org/qt/qtconnectivity/blobs/5.4.1/dist/changes-5.4.1
qtdeclarative: 
http://qt.gitorious.org/qt/qtdeclarative/blobs/5.4.1/dist/changes-5.4.1
qtlocation: http://qt.gitorious.org/qt/qtlocation/blobs/5.4.1/dist/changes-5.4.1
qtmultimedia: 
http://qt.gitorious.org/qt/qtmultimedia/blobs/5.4.1/dist/changes-5.4.1
qtquickcontrols: 
http://qt.gitorious.org/qt/qtquickcontrols/blobs/5.4.1/dist/changes-5.4.1
qtsensors: http://qt.gitorious.org/qt/qtsensors/blobs/5.4.1/dist/changes-5.4.1
qtwebkit: http://qt.gitorious.org/qt/qtwebkit/blobs/5.4.1/dist/changes-5.4.1

This would include the following Qt source packages, version 5.4.1.
Packages marked with *) currently assumed to get synced without changes
from Debian:

pyqt5 *)
qtbase-opensource-src
qtconnectivity-opensource-src *)
qtdeclarative-opensource-src
qtdoc-opensource-src
qtenginio-opensource-src *)
qtgraphicaleffects-opensource-src
qtimageformats-opensource-src *)
qtlocation-opensource-src
qtmultimedia-opensource-src
qtquick1-opensource-src *)
qtquickcontrols-opensource-src
qtserialport-opensource-src *)
qtscript-opensource-src *)
qtsensors-opensource-src
qtsvg-opensource-src *)
qttools-opensource-src *)
qttranslations-opensource-src *)
qtwayland-opensource-src *)
qtwebkit-opensource-src
qtwebkit-examples-opensource-src *)
qtwebsockets-opensource-src *)
qtx11extras-opensource-src *)
qtxmlpatterns-opensource-src *)

qtwayland is also a new source package in Ubuntu that would get its
first sync as part of this FFe - see qtwayland's own FFe at bug
#1427225.

The following gles (OpenGL ES on x86 for emulator use) counterparts
would also get updated: qt3d-opensource-src-gles qtbase-opensource-src-
gles qtdeclarative-opensource-src-gles qtlocation-opensource-src-gles
qtmultimedia-opensource-src-gles

Finally, the following packages would see a no-change rebuild: qt3d-
opensource-src qtfeedback-opensource-src qtpim-opensource-src qtsystems-
opensource-src ciborium gsettings-qt maliit-framework qtmir qtubuntu
ubuntu-ui-toolkit unity8 qtmir-gles qtubuntu-gles ubuntu-ui-toolkit-gles
appmenu-qt5 qtcreator qtcreator-plugin-remotelinux calibre fcitx-qt5
frameworkintegration gammaray plasma-framework stellarium kwin - note
this list might change if a new private header user appears, ie a
package that depends on either qtbase-abi-5-4-0 or qtdeclarative-
abi-5-4-0.

The Qt 5.4.1 landing would happen via CI Train, via silo 012 that has
already many of the packages built as test builds: https://launchpad.net
/~ci-train-ppa-service/+archive/ubuntu/landing-012

Debian does not yet have all wished packages syncable, but they will be
copy-package:d once available.

The estimated landing would be on week 12. QA sign-off process
(https://lists.ubuntu.com/archives/ubuntu-devel/2015-March/038710.html)
will take some time after the silo is otherwise ready.

General info at https://wiki.ubuntu.com/Touch/QtTesting and the landing
details at
https://docs.google.com/a/canonical.com/spreadsheets/d/1xXhsnTwzvm5p6gDbUrDpRPSJV9tX4SHCptC9yUYCMmE/edit#gid=1981588972

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qt5.4

** Tags added: qt5.4

** Description changed:

  Dear Release Team,
  
  I'd like to get Qt 5.4.1 bugfix release to vivid. While generally
  bugfixes only, it's a big piece of software that affects many
- components. The reason is that the bugfixes included in 5.4.1 seem worth
- getting for all targets including mem leaks, crash and networking and
- HiDPI fixes.
+ components. The reason for FFe is that the bugfixes included in 5.4.1
+ seem worth getting for all targets including mem leaks, crash and
+ networking and HiDPI fixes.
  
  Change files for some of the main Qt components (most others have not
  much changes at all):
  
  qtbase: http://qt.gitorious.org/qt/qtbase/blobs/5.4.1/dist/changes-5.4.1
  qtconnectivity: 
http://qt.gitorious.org/qt/qtconnectivity/blobs/5.4.1/dist/changes-5.4.1
  qtdeclarative: 
http://qt.gitorious.org/qt/qtdeclarative/blobs/5.4.1/dist/changes-5.4.1
  qtlocation: 
http://qt.gitorious.org/qt/qtlocation/blobs/5.4.1/dist/changes-5.4.1
  qtmultimedia: 
http://qt.gitorious.org/qt/qtmultimedia/blobs/5.4.1/dist/changes-5.4.1
  qtquickcontrols: 
http://qt.gitorious.org/qt/qtquickcontrols/blobs/5.4.1/dist/changes-5.4.1
  qtsensors: http://qt.gitorious.org/qt/qtsensors/blobs/5.4.1/dist/changes-5.4.1
  qtwebkit: http://qt.gitorious.org/qt/qtwebkit/blobs/5.4.1/dist/changes-5.4.1
  
 

[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Bug Watch Updater
** Changed in: rpcbind (Debian)
   Status: Unknown = New

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Bug Watch Updater
** Changed in: rpcbind (Debian)
   Status: Unknown = New

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1427587] [NEW] Missing driver for EW-7711ULC USB wifi dongle

2015-03-03 Thread Kaare Baastrup
Public bug reported:

There is no driver for  EW-7711ULC in the kernel.

But the soruce code for the driver is to be found here.

http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450
/ew-7711ulc

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

** Description changed:

- There is no for  EW-7711ULC in the kernel.
+ There is no driver for  EW-7711ULC in the kernel.
  
  But the soruce code for the driver is to be found here.
  
- 
- 
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450/ew-7711ulc
+ 
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450
+ /ew-7711ulc

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

Title:
  Missing driver for EW-7711ULC USB wifi dongle

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

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


[Bug 1406023] Re: [theme] [design] no option to change home screen wallpaper

2015-03-03 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
   Status: New = Triaged

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

Title:
  [theme] [design] no option to change home screen wallpaper

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

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


[Bug 1427646] Re: Asus X200MA Black Screen with Kernel 3.13.0-45 and -46

2015-03-03 Thread Christopher M. Penalver
Keith Brown, thank you for reporting this and helping make Ubuntu
better. Could you please test the latest upstream kernel available from
the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-3.XY-rcZ

Where XY and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-3.XY-rcZ

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

Thank you for your understanding.

** Description changed:

- Filing this report was recommended to me in the thread to report 1416849
- Booted into blank screen after the security update...
- 
  I also use an Asus X200MA with Ubuntu 14.04 and have had the same issue
  i.e. a black screen since the update from 3.13.0-40 to 3.13.0-45. The
  update to 3.13.0-46 didn't help so I'm back to using 3.13.0-40.
- 
- I tried Christopher Penalver's suggestion and upgraded the BIOS to the latest 
version 504 (from November 2014). With 3.13.0-46 this results in an initially 
scrambled screen that slowly becomes a white screen after a minute or so. I can 
still use 3.13.0-40.
-  
- $ lsb_release -rd
- Description:  Ubuntu 14.04.2 LTS
- Release:  14.04
- 
- $ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date:
- X200MA.504
- 11/13/2014
- 
- Thanks a lot.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-40-generic 3.13.0-40.69
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  keith  1868 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  keith  1868 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Mar  3 12:42:53 2015
  HibernationDevice: RESUME=UUID=1548f566-1957-44c3-9f27-50f04de5c14e
  InstallationDate: Installed on 2014-12-09 (83 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
-  Bus 001 Device 005: ID 0bda:5603 Realtek Semiconductor Corp. 
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
+  Bus 001 Device 005: ID 0bda:5603 Realtek Semiconductor Corp.
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X200MA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic.efi.signed 
root=UUID=f8c60039-f9d3-42ba-bebe-1d854dfb4d08 ro quiet splash
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-40-generic N/A
-  linux-backports-modules-3.13.0-40-generic  N/A
-  linux-firmware 1.127.11
+  linux-restricted-modules-3.13.0-40-generic N/A
+  linux-backports-modules-3.13.0-40-generic  N/A
+  linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/13/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.504
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.504:bd11/13/2014:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Tags added: regression-update

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

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

-- 
You received this bug notification because you are a member 

[Bug 1420839] Re: [Acer Extensa 5620Z] Supend/Resume fail (reboots)

2015-03-03 Thread Joan CiberSheep
Thank you for your comment, Christopher.

I confirm that I have had updated the BIOS before the behaviour of this
report was observed therefore I change the status to confirmed as
suggested.

Thanks you.

PS: the result of  sudo dmidecode -s bios-version  sudo dmidecode -s 
bios-release-date is,
V1.35  
07/03/2008


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

** Tags removed: bios-outdated-1.35

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

Title:
  [Acer Extensa 5620Z] Supend/Resume fail (reboots)

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

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


[Bug 1422466] Re: Nautilus window not being matched to launcher icon in Ubuntu 15.04

2015-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bamf (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/1422466

Title:
  Nautilus window not being matched to launcher icon in Ubuntu 15.04

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

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


[Bug 1427605] Re: il programma di installazione si blocca in fase di creazione utente

2015-03-03 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We noticed that you were installing the LTS version of
Ubuntu using an older version of the installation media.  The latest
point release of 12.04 is 12.04.5. Please try installing from that
version of the installation media and see if that resolves your issue.
Thanks in advance!

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

** Changed in: ubiquity (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/1427605

Title:
  il programma di installazione si blocca in fase di creazione utente

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

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


[Bug 1421746] Re: Enabling HWE Stack in precise broke my system

2015-03-03 Thread Christopher M. Penalver
Bib, could you please boot into http://cdimage.ubuntu.com/daily-
live/current/ and then run the apport-collect?

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

Title:
  Enabling HWE Stack in precise broke my system

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

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


[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed

2015-03-03 Thread Christopher M. Penalver
Jakub Vaněk, the next step is to fully reverse commit bisect from kernel
3.13 to 3.19 in order to identify the last bad commit, followed
immediately by the first good one. Once this commit has been identified,
then it may be reviewed as a candidate for backporting into your
release. Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
?

Please note, finding adjacent kernel versions is not fully commit
bisecting.

Thank you for your understanding.

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

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

Title:
  Kernel OOPS when SMC pcmcia wifi is removed

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

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

[Bug 674920] Re: Hinting: menu underline too thick in Firefox

2015-03-03 Thread Matthew Paul Thomas
I too have different font rendering (in my case, hinting) in
Firefox+Thunderbird than in every other Ubuntu app, and no-one has ever
figured out why.

Anyway, as David implied, this is not a problem with the Ubuntu font,
since the font doesn't do underlining. It's more likely to be a problem
with Pango.

** Project changed: ubuntu-font-family = pango1.0 (Ubuntu)

** Changed in: pango1.0 (Ubuntu)
   Status: Triaged = Confirmed

** Changed in: pango1.0 (Ubuntu)
Milestone: 1.00 = None

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

Title:
  Hinting: menu underline too thick in Firefox

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

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


[Bug 1424491] Re: apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

2015-03-03 Thread Forage
By running sudo apt-get install libcheese* you are basically reverting the 
mesa updates of 14.0.4.2. It'll remove all the new packages and give you the 
graphic stack compared to before installing the LTS enabled stack. Hence you 
can install fglrx again.
You'll still have the new Utopic kernel though. I'm not sure if that's a good 
or bad thing. I can imagine some incompatibility issues without the new mesa 
stack, but if it works for you for the time being...

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

Title:
  apt-get fails to install fglrx or fglrx-updates in 14.04.2 and 12.04.5

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

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


[Bug 1427662] [NEW] [FFe] Release UITK 1.2

2015-03-03 Thread Zoltan Balogh
Public bug reported:

   [ Albert Astals Cid ]
  * Fix infinite icon size grow when asked for a non square icon
Fixes: LP: #1422835
  * IconProvider: Make sure icons fit in the given size
  [ Christian Dywan ]
  * Skip select_text_longtap_when_active under opengles2.
Fixes: LP: #1401140
  * Support for multiple devices with push_to_phone.sh.
  * Take OrientationHelper y coordinate from real parent height.
Fixes: LP: #1413194
  * Update popover position upon pointer movement.
Fixes: LP: #1199502, LP: #1415532
  [ Sebastien Bacher ]
  * document that MainView's applicationName is used to set the gettext
domain. Fixes: LP: #1421661.
  [ Tiago Salem Herrmann ]
  * Drop cache once properties are successfully restored.
  [ Timo Jyrinki ]
  * Add dist-upgrade option to the UITK Test Plan script. Output the
selected parameters in the beginning.
  [ Tim Peeters ]
  * Add MainView 1.2 which removes the deprecated toolbar support.
  * Enable PageStack header animations for MainView 1.2.
  * Fix the size and anchors of a Page that is loaded inside a Loader.
This is useful when a Page is Loaded by a Tab. Fixes: LP: #1424635
  * Fix UITK gallery content page width.
Fixes: LP: #1424635, LP: #1425470
  [ Zsombor Egri ]
  * Alarm services regression fix. Fixes: LP: #1401883
  * Implement ListItem dragging support in ListView.
Fixes: LP: #119535
  * Introducing select/multiselect mode in ListItem.
  * Moving the tst_focus.qml under exceptions till we fix DatePicker
binding loops.
  * RTL (Right To Left) support in ListItem.
  * RTM branch diff merge. Fixes: LP: #1358610.
  * Second stage of simplification - divider group property is an item,
simplifying the anchoring of the contentItem. PropertyChange does
not backup the property binding, uses QQmlPropertyPrivate::write()
with parameter to keep bindings. ListItemAnimator uses behavior to
animate snapping. Styling got styledItem context property to obey
general styling rules. clicked() and pressAndHold() emission fix
when content is swiped.
  * Transferring the ListItem attached properties to ListItemStyle API.
Most of the style API became redundant, and removed. Few API from
ListItem were also removed as not needed. ListItemAnimator,
UCListItemAttached and UCActionPanel classes removed.
Panel swiping overshoot made elastic. Snapping animation transformed
into SmoothedAnimation, uses velocity of 60GU/second. Turning
warnings to be reported in the error property.
SHOW_SERVICEPROPERTIES_WARNINGS environment variable set will
display them in the console. Fixes: LP: #1423203.
  * Updating documentation and imports for 1.2  Vivid (Qt 5.4).

** Affects: ubuntu-ui-toolkit (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/1427662

Title:
  [FFe] Release UITK 1.2

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

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


[Bug 1403554] Re: svnsync: E130003: The XML response contains invalid XML

2015-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: subversion (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/1403554

Title:
  svnsync: E130003: The XML response contains invalid XML

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

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


[Bug 1427663] [NEW] No padding on right side of Header

2015-03-03 Thread Christian Dywan
Public bug reported:

When there's text at the right edge of the Header there's no padding/
spacing/ margin at all, which is especially visible with a RTL locale
such as Hebrew.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: rtl

** Attachment added: noPaddingOnRightHeader.png
   
https://bugs.launchpad.net/bugs/1427663/+attachment/4333268/+files/noPaddingOnRightHeader.png

** Tags added: rtl

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

Title:
  No padding on right side of Header

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

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


[Bug 1426428] Re: Sync can-utils 0.0+git20150204-1 (universe) from Debian unstable (main)

2015-03-03 Thread LocutusOfBorg
the new file is a new binary, with no correlation with existing tools,
so I guess no regressions are possible.

** Summary changed:

- Sync can-utils 0.0+git20150204-1 (universe) from Debian unstable (main)
+ [Ffe] Sync can-utils 0.0+git20150204-1 (universe) from Debian unstable (main)

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

Title:
  [Ffe] Sync can-utils 0.0+git20150204-1 (universe) from Debian unstable
  (main)

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

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


[Bug 1427117] Re: MainView does not handle the RTL system setting

2015-03-03 Thread Christian Dywan
** Tags added: rtl

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

Title:
  MainView does not handle the RTL system setting

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

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


[Bug 1421880] Re: Rotation Lock in line does not work

2015-03-03 Thread Christian Dywan
To be clear: the switch in system settings does work.

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

Title:
  Rotation Lock in line does not work

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

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


[Bug 1421880] Re: Rotation Lock in line does not work

2015-03-03 Thread Christian Dywan
The Rotation Lock indicator doesn't work at all for me - on Mako,
vivid.

** Changed in: ubuntu-system-settings (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/1421880

Title:
  Rotation Lock in line does not work

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

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


[Bug 1427663] Re: No padding on right side of Header

2015-03-03 Thread Tim Peeters
** Tags added: header

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

Title:
  No padding on right side of Header

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

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


[Bug 1427662] Re: [FFe] Release UITK 1.2

2015-03-03 Thread Zoltan Balogh
** Description changed:

-[ Albert Astals Cid ]
-   * Fix infinite icon size grow when asked for a non square icon
- Fixes: LP: #1422835
-   * IconProvider: Make sure icons fit in the given size
-   [ Christian Dywan ]
-   * Skip select_text_longtap_when_active under opengles2.
- Fixes: LP: #1401140
-   * Support for multiple devices with push_to_phone.sh.
-   * Take OrientationHelper y coordinate from real parent height.
- Fixes: LP: #1413194
-   * Update popover position upon pointer movement.
- Fixes: LP: #1199502, LP: #1415532
-   [ Sebastien Bacher ]
-   * document that MainView's applicationName is used to set the gettext
- domain. Fixes: LP: #1421661.
-   [ Tiago Salem Herrmann ]
-   * Drop cache once properties are successfully restored.
-   [ Timo Jyrinki ]
-   * Add dist-upgrade option to the UITK Test Plan script. Output the
- selected parameters in the beginning.
-   [ Tim Peeters ]
-   * Add MainView 1.2 which removes the deprecated toolbar support.
-   * Enable PageStack header animations for MainView 1.2.
-   * Fix the size and anchors of a Page that is loaded inside a Loader.
- This is useful when a Page is Loaded by a Tab. Fixes: LP: #1424635
-   * Fix UITK gallery content page width.
- Fixes: LP: #1424635, LP: #1425470
-   [ Zsombor Egri ]
-   * Alarm services regression fix. Fixes: LP: #1401883
-   * Implement ListItem dragging support in ListView.
- Fixes: LP: #119535
-   * Introducing select/multiselect mode in ListItem.
-   * Moving the tst_focus.qml under exceptions till we fix DatePicker
- binding loops.
-   * RTL (Right To Left) support in ListItem.
-   * RTM branch diff merge. Fixes: LP: #1358610.
-   * Second stage of simplification - divider group property is an item,
- simplifying the anchoring of the contentItem. PropertyChange does
- not backup the property binding, uses QQmlPropertyPrivate::write()
- with parameter to keep bindings. ListItemAnimator uses behavior to
- animate snapping. Styling got styledItem context property to obey
- general styling rules. clicked() and pressAndHold() emission fix
- when content is swiped.
-   * Transferring the ListItem attached properties to ListItemStyle API.
- Most of the style API became redundant, and removed. Few API from
- ListItem were also removed as not needed. ListItemAnimator,
- UCListItemAttached and UCActionPanel classes removed.
- Panel swiping overshoot made elastic. Snapping animation transformed
- into SmoothedAnimation, uses velocity of 60GU/second. Turning
- warnings to be reported in the error property.
- SHOW_SERVICEPROPERTIES_WARNINGS environment variable set will
- display them in the console. Fixes: LP: #1423203.
-   * Updating documentation and imports for 1.2  Vivid (Qt 5.4).
+ Dear release team,
+ 
+ I would like to request a feature freeze exception for the Ubuntu UI
+ Toolkit package and release it to 15.04. While it is a bugfix only
+ release, it is still a huge change and it is the next layer above Qt and
+ bellow the Ubuntu Touch applications.
+ 
+ 
+ The test before the reelase I will conduct according to the UITK Test Plan 
https://wiki.ubuntu.com/Process/Merges/TestPlan/ui-toolkit what consists of 
running all tests for the available core applications.
+ 
+ The test results will be put in the regular place like all other test
+ results: http://people.canonical.com/~bzoltan/
+ 
+ The changes of these releaase are listed here:
+ 
+ 
+   [ Albert Astals Cid ]
+   * Fix infinite icon size grow when asked for a non square icon
+ Fixes: LP: #1422835
+   * IconProvider: Make sure icons fit in the given size
+   [ Christian Dywan ]
+   * Skip select_text_longtap_when_active under opengles2.
+ Fixes: LP: #1401140
+   * Support for multiple devices with push_to_phone.sh.
+   * Take OrientationHelper y coordinate from real parent height.
+ Fixes: LP: #1413194
+   * Update popover position upon pointer movement.
+ Fixes: LP: #1199502, LP: #1415532
+   [ Sebastien Bacher ]
+   * document that MainView's applicationName is used to set the gettext
+ domain. Fixes: LP: #1421661.
+   [ Tiago Salem Herrmann ]
+   * Drop cache once properties are successfully restored.
+   [ Timo Jyrinki ]
+   * Add dist-upgrade option to the UITK Test Plan script. Output the
+ selected parameters in the beginning.
+   [ Tim Peeters ]
+   * Add MainView 1.2 which removes the deprecated toolbar support.
+   * Enable PageStack header animations for MainView 1.2.
+   * Fix the size and anchors of a Page that is loaded inside a Loader.
+ This is useful when a Page is Loaded by a Tab. Fixes: LP: #1424635
+   * Fix UITK gallery content page width.
+ Fixes: LP: #1424635, LP: #1425470
+   [ Zsombor Egri ]
+   * Alarm services regression fix. Fixes: LP: #1401883
+   * Implement ListItem dragging support in ListView.
+ Fixes: LP: #119535
+   * Introducing select/multiselect mode in ListItem.
+   * Moving the 

[Bug 1273203] Re: ubuntu-restricted-extras Recommends unavailable package: libavcodec-extra-53

2015-03-03 Thread Rolf Leggewie
proposed solution for trusty (Yes, I really think that is a good choice
for a version, much more informative than 60ubuntu0.1)

** Patch added: debdiff for trusty
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-restricted-extras/+bug/1273203/+attachment/4333269/+files/LP1273203.patch

** Changed in: ubuntu-restricted-extras (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: ubuntu-restricted-extras (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: ubuntu-restricted-extras (Ubuntu Trusty)
Milestone: None = ubuntu-14.04.3

** Description changed:

  ubuntu-restricted-extras (59) currently recommends an unavailable
  package: libavcodec-extra-53. This was deleted from the archive as part
  of the libav migration (bug #1253071).
  
  Please update the package dependencies accordingly.
+ 
+ SRU discussion: I'll be brief. This ticket was recently fixed for vivid.
+ The metapackage recommends an unavailable package, the proposed patch
+ fixes that. Regression-potential is 0.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-restricted-extras 59
  ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
  Uname: Linux 3.13.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 27 11:57:45 2014
  InstallationDate: Installed on 2012-06-26 (579 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: ubuntu-restricted-extras
  UpgradeStatus: Upgraded to trusty on 2014-01-03 (23 days ago)

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

Title:
  ubuntu-restricted-extras Recommends unavailable package: libavcodec-
  extra-53

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

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


[Bug 1427667] Re: option --custom-tarball doesn't work

2015-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: goget-ubuntu-touch (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/1427667

Title:
  option --custom-tarball doesn't work

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

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


[Bug 1427667] [NEW] option --custom-tarball doesn't work

2015-03-03 Thread Jean-Baptiste Lallement
Public bug reported:

The option --custom-tarball doesn't work. The tarball is pushed
correctly bug the custom bits are not installed.

Output of the command below on krillin/devel-proposed:

/tmp/custom⟫ ubuntu-device-flash -v touch --bootstrap --channel devel-proposed 
--custom-tarball custom.tar.xz --recovery-image recovery.img
2015/03/03 12:30:21 Expecting the device to be in the bootloader... waiting
2015/03/03 12:30:21 Device is |krillin|
2015/03/03 12:30:21 Flashing version 130 from devel-proposed channel and server 
https://system-image.ubuntu.com to device krillin
18.78 MB / 330.48 MB 
[__]
 5.68 % 1.47 MB/s 3m32s2015/03/03 12:30:34 Start pushing 
/tmp/custom/custom.tar.xz to device
2015/03/03 12:30:34 Start pushing 
/home/j-lallement/.cache/ubuntuimages/pool/device-12f1e7fabd46b2e69d76bf15e9fb55f7d27c7cea6556888d62693f37aaa49364.tar.xz
 to device
2015/03/03 12:30:34 Start pushing 
/home/j-lallement/.cache/ubuntuimages/ubuntu-touch/devel-proposed/krillin/version-130.tar.xz
 to device
2015/03/03 12:30:34 Start pushing 
/home/j-lallement/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2015/03/03 12:30:34 Start pushing 
/home/j-lallement/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
19.08 MB / 330.48 MB 
[__]
 5.77 % 1.47 MB/s 3m32s2015/03/03 12:30:35 Done pushing 
/home/j-lallement/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2015/03/03 12:30:35 Done pushing 
/home/j-lallement/.cache/ubuntuimages/ubuntu-touch/devel-proposed/krillin/version-130.tar.xz
 to device
2015/03/03 12:30:35 Done pushing 
/home/j-lallement/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
32.64 MB / 330.48 MB 
[===___]
 9.88 % 1.47 MB/s 3m22s2015/03/03 12:30:44 Done pushing 
/tmp/custom/custom.tar.xz to device
35.06 MB / 330.48 MB 
[_]
 10.61 % 1.47 MB/s 3m20s2015/03/03 12:30:46 Done pushing 
/home/j-lallement/.cache/ubuntuimages/pool/device-12f1e7fabd46b2e69d76bf15e9fb55f7d27c7cea6556888d62693f37aaa49364.tar.xz
 to device
330.48 MB / 330.48 MB 
[=]
 100.00 % 1.43 MB/s 
2015/03/03 12:34:13 Start pushing 
/home/j-lallement/.cache/ubuntuimages/pool/ubuntu-01e47d353a832cb012ac06e945906f26ad802376d5ccc17fea20196220dd7a85.tar.xz
 to device
2015/03/03 12:35:03 Done pushing 
/home/j-lallement/.cache/ubuntuimages/pool/ubuntu-01e47d353a832cb012ac06e945906f26ad802376d5ccc17fea20196220dd7a85.tar.xz
 to device
2015/03/03 12:35:03 Created ubuntu_command: 
/home/j-lallement/.cache/ubuntuimages/ubuntu_commands133497168
2015/03/03 12:35:04 Rebooting into recovery to flash

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubuntu-device-flash 0.16-0ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar  3 13:44:07 2015
InstallationDate: Installed on 2013-09-03 (545 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130902)
SourcePackage: goget-ubuntu-touch
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: goget-ubuntu-touch (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug vivid

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

Title:
  option --custom-tarball doesn't work

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

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

[Bug 1427669] [NEW] ??

2015-03-03 Thread Keith
Public bug reported:

?

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic i686
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Tue Mar  3 07:44:20 2015
DistUpgraded: 2015-02-09 16:17:38,224 DEBUG enabling apt cron job
DistroCodename: utopic
DistroVariant: ubuntu
DkmsStatus:
 nvidia-304, 304.125, 3.16.0-30-generic, i686: installed
 nvidia-304, 304.125, 3.16.0-31-generic, i686: installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Device [1179:fce0]
Lsusb:
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 10f1:1a34 Importek 
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: TOSHIBA Satellite C655
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=6ad9e927-7756-4cfe-80eb-888f35f51202 ro plymouth:debug drm.debug=0xe
SourcePackage: xorg
UpgradeStatus: Upgraded to utopic on 2015-02-09 (21 days ago)
dmi.bios.date: 08/01/2011
dmi.bios.vendor: INSYDE
dmi.bios.version: 1.20
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis Manufacturer
dmi.chassis.version: OEM Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr1.20:bd08/01/2011:svnTOSHIBA:pnSatelliteC655:pvrPSC2EU-02Y02H:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: Satellite C655
dmi.product.version: PSC2EU-02Y02H
dmi.sys.vendor: TOSHIBA
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Mon Mar  2 20:47:14 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   21825 
 vendor SEC
xserver.version: 2:1.16.0-1ubuntu1.3

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


** Tags: apport-bug i386 ubuntu utopic

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

Title:
  ??

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

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


[Bug 1427662] Re: [FFe] Release UITK 1.2

2015-03-03 Thread Tim Peeters
** Description changed:

  Dear release team,
  
  I would like to request a feature freeze exception for the Ubuntu UI
  Toolkit package and release it to 15.04. While it is a bugfix only
  release, it is still a huge change and it is the next layer above Qt and
- bellow the Ubuntu Touch applications.
+ below the Ubuntu Touch applications.
  
- 
- The test before the reelase I will conduct according to the UITK Test Plan 
https://wiki.ubuntu.com/Process/Merges/TestPlan/ui-toolkit what consists of 
running all tests for the available core applications.
+ The test before the release I will conduct according to the UITK Test
+ Plan https://wiki.ubuntu.com/Process/Merges/TestPlan/ui-toolkit what
+ consists of running all tests for the available core applications.
  
  The test results will be put in the regular place like all other test
  results: http://people.canonical.com/~bzoltan/
  
  The changes of these releaase are listed here:
  
- 
-   [ Albert Astals Cid ]
+   [ Albert Astals Cid ]
    * Fix infinite icon size grow when asked for a non square icon
  Fixes: LP: #1422835
    * IconProvider: Make sure icons fit in the given size
    [ Christian Dywan ]
    * Skip select_text_longtap_when_active under opengles2.
  Fixes: LP: #1401140
    * Support for multiple devices with push_to_phone.sh.
    * Take OrientationHelper y coordinate from real parent height.
  Fixes: LP: #1413194
    * Update popover position upon pointer movement.
  Fixes: LP: #1199502, LP: #1415532
    [ Sebastien Bacher ]
    * document that MainView's applicationName is used to set the gettext
  domain. Fixes: LP: #1421661.
    [ Tiago Salem Herrmann ]
    * Drop cache once properties are successfully restored.
    [ Timo Jyrinki ]
    * Add dist-upgrade option to the UITK Test Plan script. Output the
  selected parameters in the beginning.
    [ Tim Peeters ]
    * Add MainView 1.2 which removes the deprecated toolbar support.
    * Enable PageStack header animations for MainView 1.2.
    * Fix the size and anchors of a Page that is loaded inside a Loader.
  This is useful when a Page is Loaded by a Tab. Fixes: LP: #1424635
    * Fix UITK gallery content page width.
  Fixes: LP: #1424635, LP: #1425470
    [ Zsombor Egri ]
    * Alarm services regression fix. Fixes: LP: #1401883
    * Implement ListItem dragging support in ListView.
  Fixes: LP: #119535
    * Introducing select/multiselect mode in ListItem.
    * Moving the tst_focus.qml under exceptions till we fix DatePicker
  binding loops.
    * RTL (Right To Left) support in ListItem.
    * RTM branch diff merge. Fixes: LP: #1358610.
    * Second stage of simplification - divider group property is an item,
  simplifying the anchoring of the contentItem. PropertyChange does
  not backup the property binding, uses QQmlPropertyPrivate::write()
  with parameter to keep bindings. ListItemAnimator uses behavior to
  animate snapping. Styling got styledItem context property to obey
  general styling rules. clicked() and pressAndHold() emission fix
  when content is swiped.
    * Transferring the ListItem attached properties to ListItemStyle API.
  Most of the style API became redundant, and removed. Few API from
  ListItem were also removed as not needed. ListItemAnimator,
  UCListItemAttached and UCActionPanel classes removed.
  Panel swiping overshoot made elastic. Snapping animation transformed
  into SmoothedAnimation, uses velocity of 60GU/second. Turning
  warnings to be reported in the error property.
  SHOW_SERVICEPROPERTIES_WARNINGS environment variable set will
  display them in the console. Fixes: LP: #1423203.
    * Updating documentation and imports for 1.2  Vivid (Qt 5.4).

** Description changed:

  Dear release team,
  
  I would like to request a feature freeze exception for the Ubuntu UI
  Toolkit package and release it to 15.04. While it is a bugfix only
  release, it is still a huge change and it is the next layer above Qt and
  below the Ubuntu Touch applications.
  
  The test before the release I will conduct according to the UITK Test
  Plan https://wiki.ubuntu.com/Process/Merges/TestPlan/ui-toolkit what
  consists of running all tests for the available core applications.
  
  The test results will be put in the regular place like all other test
  results: http://people.canonical.com/~bzoltan/
  
- The changes of these releaase are listed here:
+ The changes of these release are listed here:
  
    [ Albert Astals Cid ]
    * Fix infinite icon size grow when asked for a non square icon
  Fixes: LP: #1422835
    * IconProvider: Make sure icons fit in the given size
    [ Christian Dywan ]
    * Skip select_text_longtap_when_active under opengles2.
  Fixes: LP: #1401140
    * Support for multiple devices with push_to_phone.sh.
    * Take OrientationHelper y coordinate from real parent height.
  Fixes: LP: #1413194
    * Update popover position upon pointer 

Re: [Bug 1427225] Re: [FFe] qtwayland from debian NEW

2015-03-03 Thread Scott Kitterman
The difference is that if it's a direct Ubuntu upload, so archive admin will 
have to do source New.  We have time to get it from Debian.

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

Title:
  [FFe] qtwayland from debian NEW

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

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


[Bug 1425189] Re: Sync gtk-sharp2 2.12.10-5.1 (main) from Debian unstable (main)

2015-03-03 Thread Colin Watson
This bug was fixed in the package gtk-sharp2 - 2.12.10-5.1
Sponsored for Logan Rosen (logan)

---
gtk-sharp2 (2.12.10-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches: add upstream commits
0001-glib-Fix-native-GLib-warnings-when-disposing-SourceP,
0002-Check-that-source_handlers-contains-the-tag from version 2.12.26,
fixing warning spam from removing nonexistent event sources with
recent GLib. This was filed as RC, since it can consume significant
disk space in long-running Gtk# apps. (Closes: #776145)

 -- Simon McVittie s...@debian.org  Sat, 21 Feb 2015 11:52:55 +

** Changed in: gtk-sharp2 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Sync gtk-sharp2 2.12.10-5.1 (main) from Debian unstable (main)

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

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


[Bug 329852] Re: pppd or pptpd fails when client try to connect

2015-03-03 Thread Jari
I have same issue, system was ok before kernel update 3.13.0-45. After
update I could't connect any more. mppe might be broken on this kernel?

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

Title:
  pppd or pptpd fails when client try to connect

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

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


[Bug 1427560] Re: [FFe] Qt 5.4.1

2015-03-03 Thread Scott Kitterman
Ack.  Approved as long as it meets all the CI non-regression
requirements.

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New = Triaged

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

Title:
  [FFe] Qt 5.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1427560/+subscriptions

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


[Bug 329852] Re: pppd or pptpd fails when client try to connect

2015-03-03 Thread Jari
I have same issue, system was ok before kernel update 3.13.0-45. After
update I could't connect any more. mppe might be broken on this kernel?

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

Title:
  pppd or pptpd fails when client try to connect

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

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


[Bug 1427719] [NEW] [MIR] libjson-maybexs-perl, libcpanel-json-xs-perl (b-d of libyaml-tiny-perl)

2015-03-03 Thread Matthias Klose
Public bug reported:

libjson-maybexs-perl, libcpanel-json-xs-perl (b-d of libyaml-tiny-perl)

these look ok, no major issues in Debian and Ubuntu

** Affects: libcpanel-json-xs-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libjson-maybexs-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Also affects: libcpanel-json-xs-perl (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/1427719

Title:
  [MIR] libjson-maybexs-perl, libcpanel-json-xs-perl (b-d of libyaml-
  tiny-perl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcpanel-json-xs-perl/+bug/1427719/+subscriptions

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


[Bug 1256110]

2015-03-03 Thread Steve Dodier-Lazaro
Reopening the report.

A note to devs / people willing to write a patch: the location bar, in
button mode, provides a facility to paste into folder. It does not
when in toolbar mode, but e.g. the folder icon directly left of the
path could be given a right click menu *identical* to the buttons in the
other location bar mode. That'd provide at least a hidden way to provide
this (and future) feature(s).

One could also add a Parent Folder submenu to items in the list (right
after/before the actions, but not at the end since the end is a
convenient shortcut for Properties) and give that parent folder the
*same* content as location bar buttons.

Any other Design SIG input is very welcome...

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1256110]

2015-03-03 Thread Michael Orlitzky
(In reply to Steve Dodier-Lazaro from comment #11)
 In what sense is that bug fixed? I don't understand how I am supposed to
 open a terminal for the current folder in the list view. Is it an accident?

It's not, at least as of Thunar 1.6.3 (neither is the bug marked as a
duplicate).

Here is all we're trying to accomplish:

1) Open Thunar
2) Choose View - View as Detailed List from the menu
3) Right click a file in $HOME, and choose Copy
4) Navigate to /usr/bin
5) Try to right click to paste the file
6) You can't, because everywhere you could right click selects a file, and 
gives you the file context menu.

Can someone please change the status back to NEW?

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1427720] Re: [MIR] libdevel-checkbin-perl (b-d of libsub-name-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libdevel-checkbin-perl 0.02-1 in vivid: universe/misc - main
libdevel-checkbin-perl 0.02-1 in vivid amd64: universe/perl/optional/100% - 
main
libdevel-checkbin-perl 0.02-1 in vivid arm64: universe/perl/optional/100% - 
main
libdevel-checkbin-perl 0.02-1 in vivid armhf: universe/perl/optional/100% - 
main
libdevel-checkbin-perl 0.02-1 in vivid i386: universe/perl/optional/100% - main
libdevel-checkbin-perl 0.02-1 in vivid powerpc: universe/perl/optional/100% - 
main
libdevel-checkbin-perl 0.02-1 in vivid ppc64el: universe/perl/optional/100% - 
main
7 publications overridden.


** Changed in: libdevel-checkbin-perl (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/1427720

Title:
  [MIR] libdevel-checkbin-perl (b-d of libsub-name-perl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdevel-checkbin-perl/+bug/1427720/+subscriptions

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


[Bug 1256110]

2015-03-03 Thread Steve Dodier-Lazaro
In what sense is that bug fixed? I don't understand how I am supposed to
open a terminal for the current folder in the list view. Is it an
accident?

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1256110] Re: Missing terminal and search in right click menu (detail view)

2015-03-03 Thread Bug Watch Updater
** Changed in: thunar
   Status: Fix Released = Confirmed

** Changed in: thunar
   Importance: Wishlist = Low

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1427727] Re: [MIR] libtest-cleannamespaces-perl, libmodule-runtime-conflicts-perl (new b-d's of libmoose-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libtest-cleannamespaces-perl 0.16-1 in vivid: universe/misc - main
libtest-cleannamespaces-perl 0.16-1 in vivid amd64: universe/perl/optional/100% 
- main
libtest-cleannamespaces-perl 0.16-1 in vivid arm64: universe/perl/optional/100% 
- main
libtest-cleannamespaces-perl 0.16-1 in vivid armhf: universe/perl/optional/100% 
- main
libtest-cleannamespaces-perl 0.16-1 in vivid i386: universe/perl/optional/100% 
- main
libtest-cleannamespaces-perl 0.16-1 in vivid powerpc: 
universe/perl/optional/100% - main
libtest-cleannamespaces-perl 0.16-1 in vivid ppc64el: 
universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libtest-cleannamespaces-perl (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/1427727

Title:
  [MIR] libtest-cleannamespaces-perl,  libmodule-runtime-conflicts-perl
  (new b-d's of libmoose-perl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmodule-runtime-conflicts-perl/+bug/1427727/+subscriptions

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


[Bug 1331214] Re: MAAS (amttool) cannot control AMT version 8

2015-03-03 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/amt_wsman-1.7

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

Title:
  MAAS (amttool) cannot control AMT version  8

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Martin Pitt
** Also affects: console-setup (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: console-setup (Ubuntu)
   Status: New = In Progress

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1374166] Re: Document how to add swap space on Azure resource disk

2015-03-03 Thread Ben Howard
I'm happy to report that this will be fixed in the next SRU of Cloud-
init currently in -proposed.  For Bug #1422919, we backported bits to
support GPT partition tables. In testing the -proposed package, I
confirmed that things worked.

@trialotto, can you please try the package in -proposed and report back?
I think that we can finally put this issue to bed.

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

Title:
  Document how to add swap space on Azure resource disk

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

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


[Bug 1427734] Re: [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libsyntax-perl 0.004-1 in vivid: universe/perl - main
libsyntax-perl 0.004-1 in vivid amd64: universe/perl/optional/100% - main
libsyntax-perl 0.004-1 in vivid arm64: universe/perl/optional/100% - main
libsyntax-perl 0.004-1 in vivid armhf: universe/perl/optional/100% - main
libsyntax-perl 0.004-1 in vivid i386: universe/perl/optional/100% - main
libsyntax-perl 0.004-1 in vivid powerpc: universe/perl/optional/100% - main
libsyntax-perl 0.004-1 in vivid ppc64el: universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libsyntax-perl (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/1427734

Title:
  [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

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

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


[Bug 1427736] [NEW] linux: 3.2.0-78.113 -proposed tracker

2015-03-03 Thread Seth Forshee
Public bug reported:

This bug is for tracking the 3.2.0-78.113 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:Tuesday, 03. March 2015 15:32 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 03. March 2015 15:32 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-lbm
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

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


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

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

** Tags added: precise

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-lbm
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New = In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) = Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-lbm
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package-lbm
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: 

[Bug 1331214] Re: MAAS (amttool) cannot control AMT version 8

2015-03-03 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/amt_wsman-1.7

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

Title:
  MAAS (amttool) cannot control AMT version  8

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

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


[Bug 1425699] Re: kernel panic on IBM Power8 PPC MAAS ephemeral image

2015-03-03 Thread Joseph Salisbury
Was there a prior Trusty kernel that did not have the panic?

Also, does this also happen with newer release, such as Utopic or Vivid?

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

Title:
  kernel panic on IBM Power8 PPC MAAS ephemeral image

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

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


[Bug 1402726] Comment bridged from LTC Bugzilla

2015-03-03 Thread bugproxy
The targeted release for this LP#?being 14.04.2, I am not quite sure the
status of Fix Release (true status for Vivid) is appropriate. Let me
know how to handle the case for trusty/utopic.

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

Title:
  monstartup: out of memory and no file gmon.out produced.

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

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


[Bug 1396104] Re: [UbuntuShape] Add background color support

2015-03-03 Thread Loïc Molinari
Yes, that problem has been here for so long that I think we should keep
that behavior in order to avoid breaking apps. Adding a new
backgroundColor property with the right behavior would fix it. The old
behavior being disabled as soon as the new property is set. We should
mark the old color property deprecated as well.

This is actually implemented in the shape rewrite branch.

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

Title:
  [UbuntuShape] Add background color support

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

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


[Bug 1363150] Re: [FFe] Fcitx input method integration in Unity

2015-03-03 Thread William Hua
Resubscribing ubuntu-release.

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

Title:
  [FFe] Fcitx input method integration in Unity

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-03-03 Thread Sebastien Bacher
That commit creates issues, for example the spotify linux client
segfaults with it, see https://bugzilla.gnome.org/show_bug.cgi?id=745536

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

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1427730] Re: ibus-daemon crashed with SIGABRT in g_assertion_message()

2015-03-03 Thread Apport retracing service
*** This bug is a duplicate of bug 1048161 ***
https://bugs.launchpad.net/bugs/1048161

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1048161, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333459/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333461/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333462/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333463/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333464/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333465/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1427730/+attachment/4333466/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1048161
   ibus-daemon crashed with SIGABRT in g_assertion_message()

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  ibus-daemon crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1427734] Re: [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libsyntax-keyword-junction-perl 0.003008-1 in vivid: universe/misc - main
libsyntax-keyword-junction-perl 0.003008-1 in vivid amd64: 
universe/perl/optional/100% - main
libsyntax-keyword-junction-perl 0.003008-1 in vivid arm64: 
universe/perl/optional/100% - main
libsyntax-keyword-junction-perl 0.003008-1 in vivid armhf: 
universe/perl/optional/100% - main
libsyntax-keyword-junction-perl 0.003008-1 in vivid i386: 
universe/perl/optional/100% - main
libsyntax-keyword-junction-perl 0.003008-1 in vivid powerpc: 
universe/perl/optional/100% - main
libsyntax-keyword-junction-perl 0.003008-1 in vivid ppc64el: 
universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libsyntax-keyword-junction-perl (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/1427734

Title:
  [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

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

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


[Bug 1427734] Re: [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libscope-guard-perl 0.20-1 in vivid: universe/perl - main
libscope-guard-perl 0.20-1 in vivid amd64: universe/perl/optional/100% - main
libscope-guard-perl 0.20-1 in vivid arm64: universe/perl/optional/100% - main
libscope-guard-perl 0.20-1 in vivid armhf: universe/perl/optional/100% - main
libscope-guard-perl 0.20-1 in vivid i386: universe/perl/optional/100% - main
libscope-guard-perl 0.20-1 in vivid powerpc: universe/perl/optional/100% - main
libscope-guard-perl 0.20-1 in vivid ppc64el: universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libscope-guard-perl (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/1427734

Title:
  [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

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

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


[Bug 1425995] Re: mysql does not always create a Unix socket on startup

2015-03-03 Thread Simon Déziel
# System reboot signal

150303 10:15:04 [Note] /usr/sbin/mysqld: Normal shutdown
150303 10:15:04 [Note] Event Scheduler: Purging the queue. 0 events
150303 10:15:04  InnoDB: Starting shutdown...
150303 10:15:05  InnoDB: Shutdown completed; log sequence number 1595745
150303 10:15:05 [Note] /usr/sbin/mysqld: Shutdown complete


# Machine is back

150303 10:15:26 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
150303 10:15:26 [Note] Plugin 'FEDERATED' is disabled.
150303 10:15:26 InnoDB: The InnoDB memory heap is disabled
150303 10:15:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150303 10:15:26 InnoDB: Compressed tables use zlib 1.2.8
150303 10:15:26 InnoDB: Using Linux native AIO
150303 10:15:26 InnoDB: Initializing buffer pool, size = 128.0M
150303 10:15:26 InnoDB: Completed initialization of buffer pool
150303 10:15:26 InnoDB: highest supported file format is Barracuda.
150303 10:15:26  InnoDB: Waiting for the background threads to start
150303 10:15:26 mysqld_safe Starting mysqld daemon with databases from 
/var/lib/mysql
150303 10:15:26 [Warning] Using unique option prefix key_buffer instead of 
key_buffer_size is deprecated and will be removed in a future release. Please 
use the full name instead.
150303 10:15:26 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
150303 10:15:26 [Note] Plugin 'FEDERATED' is disabled.
150303 10:15:26 InnoDB: The InnoDB memory heap is disabled
150303 10:15:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150303 10:15:26 InnoDB: Compressed tables use zlib 1.2.8
150303 10:15:26 InnoDB: Using Linux native AIO
150303 10:15:26 InnoDB: Initializing buffer pool, size = 128.0M
150303 10:15:26 InnoDB: Completed initialization of buffer pool
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
150303 10:15:26  InnoDB: Retrying to lock the first data file
150303 10:15:27 InnoDB: 5.5.41 started; log sequence number 1595745
150303 10:15:27 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
150303 10:15:27 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
150303 10:15:27 [Note] Server socket created on IP: '127.0.0.1'.
150303 10:15:27 [Note] Event Scheduler: Loaded 0 events
150303 10:15:27 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.41-0ubuntu0.14.04.1'  socket: '/var/run/mysqld/mysqld.sock'  
port: 3306  (Ubuntu)
InnoDB: Unable to lock ./ibdata1, error: 11

# error: 11 goes on and on

150303 10:17:08  InnoDB: Unable to open the first data file
InnoDB: Error in opening ./ibdata1
150303 10:17:08  InnoDB: Operating system error number 11 in a file operation.
InnoDB: Error number 11 means 'Resource temporarily unavailable'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
150303 10:17:08 InnoDB: Could not open or create data files.
150303 10:17:08 InnoDB: If you tried to add new data files, and it failed here,
150303 10:17:08 InnoDB: you should now edit innodb_data_file_path in my.cnf back
150303 10:17:08 InnoDB: to what it was, and remove the new ibdata files InnoDB 
created
150303 10:17:08 InnoDB: in this failed attempt. InnoDB only wrote those files 
full of
150303 10:17:08 InnoDB: zeros, but did not yet use them in any way. But be 
careful: do not
150303 10:17:08 InnoDB: remove old data files which contain your precious data!
150303 10:17:08 [ERROR] Plugin 'InnoDB' init function returned error.
150303 10:17:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
150303 10:17:08 [ERROR] Unknown/unsupported storage engine: InnoDB
150303 10:17:08 [ERROR] Aborting

150303 10:17:08 [Note] /usr/sbin/mysqld: Shutdown complete

150303 10:17:08 mysqld_safe Number of processes running now: 0
150303 10:17:08 mysqld_safe mysqld restarted
150303 10:17:08 [Warning] Using unique option prefix key_buffer instead of 
key_buffer_size is deprecated and will be removed in a future release. Please 
use the full name instead.
150303 10:17:08 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.
150303 10:17:08 [Note] Plugin 'FEDERATED' is disabled.
150303 10:17:08 InnoDB: The InnoDB memory heap is disabled
150303 10:17:08 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150303 10:17:08 InnoDB: Compressed tables use zlib 1.2.8
150303 10:17:08 InnoDB: Using Linux native AIO
150303 10:17:08 InnoDB: Initializing buffer pool, size = 128.0M
150303 10:17:08 InnoDB: Completed initialization of buffer pool
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not 

[Bug 1427734] [NEW] [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

2015-03-03 Thread Matthias Klose
Public bug reported:

libtest-strict-perl
  B:libmoose-autobox-perl
lib-autobox-perl
  libscope-guard-perl
libsyntax-keyword-junction-perl
  libsyntax-perl

no issues, maintained by the Debian Perl Group

** Affects: libautobox-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libmoose-autobox-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libscope-guard-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libsyntax-keyword-junction-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libsyntax-perl (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Also affects: libautobox-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libscope-guard-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libsyntax-keyword-junction-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libsyntax-perl (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/1427734

Title:
  [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

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

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


[Bug 1425681] Re: grub2 does not install on encrypted lvm

2015-03-03 Thread sudodus
A. I'm afraid that this 64-bit alternate installer does not work in UEFI
mode and that it does not create GUID partition tables, so it works only
with BIOS/CSM mode and it creates MSDOS partition tables. I think it is
a limitation of the alternate installer and not a bug. Use the 64-bit
desktop installer for UEFI.

B. I have tested Lubuntu with encrypted disk with the desktop installers
and the 32-bit alternate installer. And now I am testing the this 64-bit
alternate installer once more ... and it works in the same way as the
32-bit version.

Both alternate installers work according to the attached modified
version of the test-case.

I know a little more now about the encrypted systems, not only the test-
cases, but also what happens afterwards.

1. We have more than one bug (probably more than two bugs).

2a. All Ubuntu flavour desktop test-cases with encryption have only
encrypted disk with LVM, not encrypted home inside the encrypted disk.

2b. I have managed to make cryptswap work (inside encrypted LVM with the
alternate installer), but only in the first session. After reboot it
disappears.

2c. So I suggest test-cases for Lubuntu alternate and desktop with only 
encrypted LVM and skip the encrypted home. This way it
will be rather similar to the other Ubuntu flavour desktop test-cases with 
encryption, and much easier to get working again.

3. The alternate testcase will probably work with some simple changes
and the work-around (detour into a text screen) is only to unmount some
partition(s) on the target drive. I think it should be done *earlier*
than the installer does it now.

4. Knowing this (after a lot of testing) the desktop testcase can
probably be simplified too. But there is an additional bug due to the
zRAM, that must be switched off or (better) accepted.

Summary: I think that a developer can make encryption work rather
easily, so that we can get nice and polished test-cases (that work). I
think it is quite possible to revive the alternate test-case before the
release of Vivid (with automatic unmounting of that partition, often
/dev/sda1).

See the attached text version of a modified Lubuntu alternate test-case.
Look for # tags in order to find what is modified.


** Attachment added: modified test-case for Lubuntu alternate with encryption
   
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1425681/+attachment/4333477/+files/encryption-alternate-install-all.txt

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

Title:
  grub2 does not install on encrypted lvm

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

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


[Bug 1421880] Re: Rotation Lock in line does not work

2015-03-03 Thread Charles Kerr
*** This bug is a duplicate of bug 1410915 ***
https://bugs.launchpad.net/bugs/1410915

** This bug has been marked a duplicate of bug 1410915
   com.ubuntu.touch.system rotation-lock can't be changed by the checkbox in 
indicators

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

Title:
  Rotation Lock in line does not work

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

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


[Bug 1295603] Re: ibus-daemon crashed with SIGABRT in g_assertion_message()

2015-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ibus (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/1295603

Title:
  ibus-daemon crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1374166] Re: Document how to add swap space on Azure resource disk

2015-03-03 Thread Ben Howard
I'm happy to report that this will be fixed in the next SRU of Cloud-
init currently in -proposed.  For Bug #1422919, we backported bits to
support GPT partition tables. In testing the -proposed package, I
confirmed that things worked.

@trialotto, can you please try the package in -proposed and report back?
I think that we can finally put this issue to bed.

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

Title:
  Document how to add swap space on Azure resource disk

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

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


[Bug 1399600] Re: [MIR] python-jingo

2015-03-03 Thread Matthias Klose
Override component to main
python-jingo 0.7-2 in vivid: universe/misc - main
python-jingo 0.7-2 in vivid amd64: universe/python/optional/100% - main
python-jingo 0.7-2 in vivid arm64: universe/python/optional/100% - main
python-jingo 0.7-2 in vivid armhf: universe/python/optional/100% - main
python-jingo 0.7-2 in vivid i386: universe/python/optional/100% - main
python-jingo 0.7-2 in vivid powerpc: universe/python/optional/100% - main
python-jingo 0.7-2 in vivid ppc64el: universe/python/optional/100% - main
python-jingo-doc 0.7-2 in vivid amd64: universe/doc/optional/100% - main
python-jingo-doc 0.7-2 in vivid arm64: universe/doc/optional/100% - main
python-jingo-doc 0.7-2 in vivid armhf: universe/doc/optional/100% - main
python-jingo-doc 0.7-2 in vivid i386: universe/doc/optional/100% - main
python-jingo-doc 0.7-2 in vivid powerpc: universe/doc/optional/100% - main
python-jingo-doc 0.7-2 in vivid ppc64el: universe/doc/optional/100% - main
python3-jingo 0.7-2 in vivid amd64: universe/python/optional/100% - main
python3-jingo 0.7-2 in vivid arm64: universe/python/optional/100% - main
python3-jingo 0.7-2 in vivid armhf: universe/python/optional/100% - main
python3-jingo 0.7-2 in vivid i386: universe/python/optional/100% - main
python3-jingo 0.7-2 in vivid powerpc: universe/python/optional/100% - main
python3-jingo 0.7-2 in vivid ppc64el: universe/python/optional/100% - main
19 publications overridden.


** Changed in: python-jingo (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: python-jingo (Ubuntu)
Milestone: ubuntu-14.12 = None

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

Title:
  [MIR] python-jingo

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

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


[Bug 1427529] Re: qtmir fails a test against Qt 5.4.1

2015-03-03 Thread Timo Jyrinki
** Description changed:

  Interestingly one test fails in qtmir when built against Qt 5.4.1 - does
  it rely on some sort of bug that got fixed?
  
  Some changelogs:
  - 
https://qt.gitorious.org/qt/qtbase/source/69196b38c481610ef30bfe8ce8e7ba6826729ab8:dist/changes-5.4.1
  - 
https://qt.gitorious.org/qt/qtsensors/source/2abe02fb8dd6b33eb5f891789217bf9de283331e:dist/changes-5.4.1
  
  ^ dummy plug-in no longer built on Linux, generic to be used?
  
  Build logs:
  
  
https://launchpadlibrarian.net/199221051/buildlog_ubuntu-vivid-amd64.qtmir_0.4.4%2B15.04.20150227.1-0ubuntu2~test1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/19974/buildlog_ubuntu-vivid-armhf.qtmir_0.4.4%2B15.04.20150227.1-0ubuntu2~test1_BUILDING.txt.gz
  
  ---
   3/11 Test  #3: Screen, ..***Failed0.13 sec
  Running main() from gtest_main.cc
  [==] Running 1 test from 1 test case.
  [--] Global test environment set-up.
  [--] 1 test from ScreenTest
  [ RUN  ] ScreenTest.OrientationSensor
  
/build/buildd/qtmir-0.4.4+15.04.20150227.1/tests/mirserver/Screen/screen_test.cpp:58:
 Failure
  Value of: screen-orientationSensorEnabled()
    Actual: false
  Expected: true
  [  FAILED  ] ScreenTest.OrientationSensor (5 ms)
  [--] 1 test from ScreenTest (5 ms total)
  
  [--] Global test environment tear-down
  [==] 1 test from 1 test case ran. (6 ms total)
  [  PASSED  ] 0 tests.
  [  FAILED  ] 1 test, listed below:
  [  FAILED  ] ScreenTest.OrientationSensor
  
   1 FAILED TEST
  qtmir.sensor: Screen - nativeOrientation is: 1
  qtmir.sensor: Screen - initial currentOrientation is: 1
  ---
  
  See information about Qt 5.4.1 landing at
  https://wiki.ubuntu.com/Touch/QtTesting - usable already from the
  landing PPA.
+ 
+ All Qt 5.4.1 bugs https://bugs.launchpad.net/bugs/+bugs?field.tag=qt5.4

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

Title:
  qtmir fails a test against Qt 5.4.1

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

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

[Bug 1427714] Re: Clock app requires timers support from the platform

2015-03-03 Thread Nekhelesh Ramananthan
Clock App Timer design is tracked at bug 1427566.

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

Title:
  Clock app requires timers support from the platform

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

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


[Bug 1427720] [NEW] [MIR] libdevel-checkbin-perl (b-d of libsub-name-perl)

2015-03-03 Thread Matthias Klose
Public bug reported:

 libdevel-checkbin-perl (b-d of libsub-name-perl)

no issues, maintined by the Debian Perl Group

** Affects: libdevel-checkbin-perl (Ubuntu)
 Importance: Undecided
 Status: 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/1427720

Title:
  [MIR] libdevel-checkbin-perl (b-d of libsub-name-perl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdevel-checkbin-perl/+bug/1427720/+subscriptions

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Martin Pitt
** No longer affects: console-setup (Ubuntu)

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1312976] Re: Make NFS client/server work under systemd

2015-03-03 Thread Martin Pitt
** No longer affects: console-setup (Ubuntu)

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

Title:
  Make NFS client/server work under systemd

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

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


[Bug 1357757] Re: package software-center 13.10-0ubuntu4.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: software-center (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/1357757

Title:
  package software-center 13.10-0ubuntu4.1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1427724] Re: [MIR] libio-all-perl

2015-03-03 Thread Matthias Klose
Override component to main
libspiffy-perl 0.41-1 in vivid: universe/perl - main
libspiffy-perl 0.41-1 in vivid amd64: universe/perl/optional/100% - main
libspiffy-perl 0.41-1 in vivid arm64: universe/perl/optional/100% - main
libspiffy-perl 0.41-1 in vivid armhf: universe/perl/optional/100% - main
libspiffy-perl 0.41-1 in vivid i386: universe/perl/optional/100% - main
libspiffy-perl 0.41-1 in vivid powerpc: universe/perl/optional/100% - main
libspiffy-perl 0.41-1 in vivid ppc64el: universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libspiffy-perl (Ubuntu)
   Status: New = Fix Released

** Summary changed:

- [MIR] libio-all-perl
+ [MIR] new b-d's of libinline-c-perl

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

Title:
  [MIR] new b-d's of libinline-c-perl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfile-readbackwards-perl/+bug/1427724/+subscriptions

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


[Bug 991134] Re: Can' t open mixer default (Hauppage HVR-950Q)

2015-03-03 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/vivid/tvtime/merge

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

Title:
  Can' t open mixer default (Hauppage HVR-950Q)

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

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


[Bug 779670] Re: The usage of --defaults-file is undocumented in the man

2015-03-03 Thread Simon Déziel
** Changed in: mysql-5.5 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  The usage of --defaults-file is undocumented in the man

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

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


[Bug 1424639] Re: [FFE] eventlet 0.17.1

2015-03-03 Thread Chuck Short
** Summary changed:

- [FFE] eventlet 0.17.0
+ [FFE] eventlet 0.17.1

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

Title:
  [FFE] eventlet 0.17.1

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

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


[Bug 1427724] Re: [MIR] libio-all-perl

2015-03-03 Thread Matthias Klose
Override component to main
libpegex-perl 0.55-1 in vivid: universe/misc - main
libpegex-perl 0.55-1 in vivid amd64: universe/perl/optional/100% - main
libpegex-perl 0.55-1 in vivid arm64: universe/perl/optional/100% - main
libpegex-perl 0.55-1 in vivid armhf: universe/perl/optional/100% - main
libpegex-perl 0.55-1 in vivid i386: universe/perl/optional/100% - main
libpegex-perl 0.55-1 in vivid powerpc: universe/perl/optional/100% - main
libpegex-perl 0.55-1 in vivid ppc64el: universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libpegex-perl (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/1427724

Title:
  [MIR] new b-d's of libinline-c-perl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfile-readbackwards-perl/+bug/1427724/+subscriptions

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


[Bug 1427724] Re: [MIR] libio-all-perl

2015-03-03 Thread Matthias Klose
Override component to main
libfile-readbackwards-perl 1.05-1 in vivid: universe/perl - main
libfile-readbackwards-perl 1.05-1 in vivid amd64: universe/perl/optional/100% 
- main
libfile-readbackwards-perl 1.05-1 in vivid arm64: universe/perl/optional/100% 
- main
libfile-readbackwards-perl 1.05-1 in vivid armhf: universe/perl/optional/100% 
- main
libfile-readbackwards-perl 1.05-1 in vivid i386: universe/perl/optional/100% - 
main
libfile-readbackwards-perl 1.05-1 in vivid powerpc: universe/perl/optional/100% 
- main
libfile-readbackwards-perl 1.05-1 in vivid ppc64el: universe/perl/optional/100% 
- main
7 publications overridden.


** Changed in: libfile-readbackwards-perl (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/1427724

Title:
  [MIR] new b-d's of libinline-c-perl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfile-readbackwards-perl/+bug/1427724/+subscriptions

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


[Bug 1427727] Re: [MIR] libtest-cleannamespaces-perl, libmodule-runtime-conflicts-perl (new b-d's of libmoose-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libmodule-runtime-conflicts-perl 0.001-1 in vivid: universe/misc - main
libmodule-runtime-conflicts-perl 0.001-1 in vivid amd64: 
universe/perl/optional/100% - main
libmodule-runtime-conflicts-perl 0.001-1 in vivid arm64: 
universe/perl/optional/100% - main
libmodule-runtime-conflicts-perl 0.001-1 in vivid armhf: 
universe/perl/optional/100% - main
libmodule-runtime-conflicts-perl 0.001-1 in vivid i386: 
universe/perl/optional/100% - main
libmodule-runtime-conflicts-perl 0.001-1 in vivid powerpc: 
universe/perl/optional/100% - main
libmodule-runtime-conflicts-perl 0.001-1 in vivid ppc64el: 
universe/perl/optional/100% - main
7 publications overridden.


** Changed in: libmodule-runtime-conflicts-perl (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/1427727

Title:
  [MIR] libtest-cleannamespaces-perl,  libmodule-runtime-conflicts-perl
  (new b-d's of libmoose-perl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmodule-runtime-conflicts-perl/+bug/1427727/+subscriptions

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


[Bug 1427296] rizzo (amd64) - tests ran: 183, failed: 4

2015-03-03 Thread Brad Figg
tests ran: 183, failed: 4;
  
http://kernel.ubuntu.com/testing/rizzo__3.13.0-46.77__2015-03-03_13-21-00/results-index.html

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

Title:
  linux-keystone: 3.13.0-22.36 -proposed tracker

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

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


[Bug 1427733] [NEW] linux: 3.13.0-47.78 -proposed tracker

2015-03-03 Thread Seth Forshee
Public bug reported:

This bug is for tracking the 3.13.0-47.78 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:Tuesday, 03. March 2015 15:29 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 03. March 2015 15:29 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

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


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

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

** Tags added: trusty

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New = In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) = Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/promote-to-proposed
 

[Bug 1402726] Re: monstartup: out of memory and no file gmon.out produced.

2015-03-03 Thread Steve Langasek
The task that's marked as fix released is the one corresponding to the
current development release (vivid).  There is an SRU task open for
fixing in trusty.

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

Title:
  monstartup: out of memory and no file gmon.out produced.

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

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


[Bug 1366876] Re: Xorg freeze

2015-03-03 Thread James Ferguson
Sadly, since this happens typically once every 1-3 days, and on a work
machine, with 14.04 required, so I'm not really able to try out a fresh
install.  It might be worth my while trying out the LTS stack, to get a
more recent kernel.  Right now I'm having a problem installing the
utopic LTS (https://wiki.ubuntu.com/Kernel/LTSEnablementStack), but if I
can get past that I'll see if it improves things.

It did happen to me yesterday with no syslog message apart from [drm]
stuck on render ring.

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

Title:
  Xorg freeze

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

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


[Bug 1427708] Re: indicator-sound-service crashed with g_error(Unable to get session bus: No se puede conectar: Conexi\303\263n rehusada)

2015-03-03 Thread Charles Kerr
** Summary changed:

- indicator-sound-service crashed with signal 5 in main()
+ indicator-sound-service crashed with g_error(Unable to get session bus: No 
se puede conectar: Conexi\303\263n rehusada)

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

Title:
  indicator-sound-service crashed with g_error(Unable to get session
  bus: No se puede conectar: Conexi\303\263n rehusada)

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

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


[Bug 1427734] Re: [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

2015-03-03 Thread Matthias Klose
Override component to main
libmoose-autobox-perl 0.15-1 in vivid: universe/perl - main
libmoose-autobox-perl 0.15-1 in vivid amd64: universe/perl/optional/100% - main
libmoose-autobox-perl 0.15-1 in vivid arm64: universe/perl/optional/100% - main
libmoose-autobox-perl 0.15-1 in vivid armhf: universe/perl/optional/100% - main
libmoose-autobox-perl 0.15-1 in vivid i386: universe/perl/optional/100% - main
libmoose-autobox-perl 0.15-1 in vivid powerpc: universe/perl/optional/100% - 
main
libmoose-autobox-perl 0.15-1 in vivid ppc64el: universe/perl/optional/100% - 
main
7 publications overridden.


** Changed in: libmoose-autobox-perl (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/1427734

Title:
  [MIR] libmoose-autobox-perl (new b-d's of libtest-strict-perl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libautobox-perl/+bug/1427734/+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   10   >