[Bug 1195524] Re: race condition / transient failure to provision

2013-06-29 Thread Raphaël Badin
 2013/06/28 15:08:12 EnvMonitor: Detected host name change: ubuntu - 
 gwaclhostblkhljy4re3yp9swkdwp63kswkss9bqhn0zm3f3gunipzu5vwdr8qzw
 2013/06/28 15:08:12 Setting host name: 
 gwaclhostblkhljy4re3yp9swkdwp63kswkss9bqhn0zm3f3gunipzu5vwdr8qzw
 Is it expected?

Yes, this machine was created using (a slightly modified version of)
this script: http://bazaar.launchpad.net/~gwacl-
hackers/gwacl/trunk/view/head:/example/management/run.go

The name is randomly generated.  It is a bit long (64 characters) but I
guess this cannot be the cause of our problem.

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

Title:
  race condition / transient failure to provision

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1195524/+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 1195524] Re: race condition / transient failure to provision

2013-06-29 Thread Raphaël Badin
The doc (http://msdn.microsoft.com/en-
us/library/windowsazure/jj157194.aspx) explicitly says the hostname can
get 64 characters long: HostName: Required. Specifies the host name for
the VM. Host names are ASCII character strings 1 to 64 characters in
length. Used with the LinuxProvisioningConfigurationSet configuration
set.

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

Title:
  race condition / transient failure to provision

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1195524/+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 1185250] Re: package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2013-06-29 Thread Jay Jaeger
Robie, your response to the others was unhelpful.  This is NOT a local
configuration problem, but rather an endemic problem with mythbuntu.
Based on info on the Internet regarding past releases, this appears to
be a result of mythbuntu's configuration making changes to smb.conf,
which results in the update failing.  It happens on ALL mythbuntu
systems with SMB - so it is not unique to the other repoters' systems.
It would be more helpful for the Ubuntu folks and the mythbuntu folks to
put their heads together and find out what causes this on ALL mythbuntu
systems with SMB when they try to upgrade.  In the meantime, the
workaround seems to be to not include samba in the GUI driven automatic
update process, and the update it using apt-get upgrade, though I have
not yet tried that.  See
http://ubuntuforums.org/showthread.php?t=1881553 .

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

Title:
  package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1185250/+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 1195524] Re: race condition / transient failure to provision

2013-06-29 Thread Stephen A. Zarkos
Hello!

Thank you for confirming that.  I think the hostname just looked odd so
just wanted to confirm as we don't have access to this environment.

If the instance is still available we really need more logs to figure
out what went wrong.  This will help determine if there's something
wrong on the VM (disk or network issue) or a timing issue that we may be
able work around.

We know the timeout set on the socket by httplib is the system default
timeout for sockets, so if the following http request from
ReportRoleProperties() was 'blocked' it would throw an exception on a
timeout or other IO error.  However, clearly the EnvMonitor was not able
to complete in this case.  Most likely the ifup call could not complete
for some reason.  If this is not a reliable operation then perhaps
disabling the HostMonitor a good solution, of course the VMs other
services may not be aware of a hostname change.

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

Title:
  race condition / transient failure to provision

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1195524/+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 1124384] [upstart/raring] possible regression found

2013-06-29 Thread Ubuntu Foundations Team Bug Bot
As a part of the Stable Release Updates quality process a search for
Launchpad bug reports using the version of upstart from raring-proposed
was performed and bug 1195955 was found.  Please investigate this bug
report to ensure that a regression will not be created by this SRU. In
the event that this is not a regression remove the verification-failed
tag from this bug report and tag 1195955 bot-stop-nagging. Thanks!

** Tags added: verification-failed

-- 
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/1124384

Title:
  Configuration reload clears event that others jobs may be waiting on

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1124384/+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 1124384] Re: Configuration reload clears event that others jobs may be waiting on

2013-06-29 Thread Jean-Baptiste Lallement
I confirm the regression in upstart 1.8-0ubuntu1.1 in Raring which also exists 
in 1.8-0ubuntu7 in Saucy caused by a typo in upstart.postinst:
 83 elif dpkg --compare-version $UPSTART_VERSION_RUNNING ge 1.6.1; 
then

The right option is --compare-versions

-- 
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/1124384

Title:
  Configuration reload clears event that others jobs may be waiting on

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1124384/+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 1173522] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.10 failed to install/upgrade: 子进程 已安装的 post-installation 脚本 返回了错误号 10

2013-06-29 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.10 failed to
  install/upgrade: 子进程 已安装的 post-installation 脚本 返回了错误号 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1173522/+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 1178373] Re: Restart spawns a password box

2013-06-29 Thread Jane Atkinson
Still seeing this here as well, on an up-to-date install.

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

Title:
  Restart spawns a password box

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

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


[Bug 907275] Re: Gnome Save as dialog bug

2013-06-29 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Invalid

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

Title:
  Gnome Save as dialog bug

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

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


[Bug 1195772] Re: being asked on all sites to webapps plugin needs permission to run

2013-06-29 Thread mikbini
I also noticed that I no longer have the Desktop Integration section
in chrome://settings/

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

Title:
  being asked on all sites to webapps plugin needs permission to run

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

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


[Bug 907275] Re: Gnome Save as dialog bug

2013-06-29 Thread Timothy Arceri
** Bug watch added: GNOME Bug Tracker #679865
   https://bugzilla.gnome.org/show_bug.cgi?id=679865

** Changed in: gtk
   Importance: Medium = Unknown

** Changed in: gtk
   Status: Invalid = Unknown

** Changed in: gtk
 Remote watch: GNOME Bug Tracker #540788 = GNOME Bug Tracker #679865

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

Title:
  Gnome Save as dialog bug

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

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


[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-06-29 Thread Alexandre Magno
Lian, the package of the proposed repository is OK. You can to make
pinning — https://help.ubuntu.com/community/PinningHowto:

1) sudo touch /etc/apt/preferences.d/lucid-proposed-100
2) sudo chmod 755 /etc/apt/preferences.d/lucid-proposed-100
3) Edit the file with this content:
Package: *
Pin: release a=precise-proposed
Pin-Priority: 100
4) Mark the proposed repository
   See this old picture: 
https://help.ubuntu.com/community/Repositories/Ubuntu#Updates_Tab
   Read if prefer: https://wiki.ubuntu.com/Testing/EnableProposed
5) sudo apt-get update
6) Simulate: sudo apt-get upgrade -s
7) None? Then the pinning is OK.
8) sudo apt-get install lsb/precise-proposed

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

Title:
  lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No
  child processes (called by teamviewerd)

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

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

[Bug 1172945] Re: Acer Aspire 5742G brightness Fn keys doesn't change brightness

2013-06-29 Thread Uga Ugggf
Comment #10 worked for me also, brightness fn keys work but the
brightness notification isn't displayed when using them.

Acer AO756, Mint 15, Cinnamon 64bit

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

Title:
  Acer Aspire 5742G brightness Fn keys doesn't change brightness

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

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


[Bug 907275] Re: Gnome Save as dialog bug

2013-06-29 Thread Bug Watch Updater
** Changed in: gtk
   Status: Unknown = Confirmed

** Changed in: gtk
   Importance: Unknown = Medium

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

Title:
  Gnome Save as dialog bug

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

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


[Bug 939023] Re: X server crashes when evdev is enabled

2013-06-29 Thread rkismet
*** This bug is a duplicate of bug 931397 ***
https://bugs.launchpad.net/bugs/931397

Hoping maybe someone can help me out. i installed 2.8.0 on mythbuntu
12.04.2 lts as per (
http://www.mythtv.org/wiki/Remapping_remote_control_key_codes_greater_than_255
) now im getting stuck during boot on the purple mythbuntu splash
screen. i can ssh into the box.

id be good with either a fix, remove, or even a work around to block
whatever is the issue.

thanks in advance
-Mot
Log above by accident

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

Title:
  X server crashes when evdev is enabled

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

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


[Bug 1195965] [NEW] Screen locking issue

2013-06-29 Thread babis x
Public bug reported:

When i turned on my laptop today for once more a small window opened telling me 
that my system has a problem .Usually lately i ignore these messages because 
they ask me to give my ubuntu password and for security reassons after all 
these which are happenning in my computer,but this time i checked it little bit 
more.
So i pressed report the problem and another window appeared .This new window 
had the name  authenticate and the following writting: Please enter your 
password to access problem reports of system programs.An application is 
attempting to perform an action that requires privileges.AUTHENTICATION IS 
REQUIRED TO PERFORM THIS ACTION.Password...
Under this on the left  bottom had also  a small upside down triagle and the 
word Details.
I pressed the Details and appeared: Action :com.ubuntu.apport.apport-gtk-root   
  Vendor : Apport
Pressing the Vendor word SOMETHING VERY STRANGE HAPPENNED:
A new window came out: Close Firefox.  Firefox is already running,but is not 
responding.To open a new window , you must first close the existing Firefox 
process, or restart your system .OK  .
BUT  FIREFOX WAS NOT OPENED / AND THIS HAS HAPPENED IN THE PAST FEW TIMES .
I mean that quite few times has happenned that WITHOUT firefox opened the 
system tells me THAT FIREFOX IS ALREADY RUNNING !!!
Any way i had to press OK to that so firefox opened by itself on 
https://wiki.ubuntu.com/Apport.
I stop everything there and i put on the side this Authenticate window.I did 
not gave my password (Please tell me if this comes out from you in UBUNTU , and 
WHY FIREFOX it seems to be open when it is not )
After that i checked my hotmail account to see if you have sent me something 
from the yesterday problems i had faced and reported to you.I had no answer so 
i log out from hotmail and i went to my other email account in 
AOL.(lifegoesonlifegoe...@aol.com) I succesfully loged in BUT when i tried to 
chek my inbox the screen( i had only this window in AOL opened) got dark and 
was not responding.I press Ubuntu Help and after while the screen got lighter 
but i could check my emails,AGAIN got darker and i had to press alt+f2 several 
times ( was not openning)and finally to send this report to you with all of 
these details.PLEASE ONCE MORE I NEED YOUR HELP.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-screensaver 3.6.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic i686
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
Date: Sat Jun 29 09:39:58 2013
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 3600
 org.gnome.desktop.session session-name 'ubuntu'
InstallationDate: Installed on 2013-02-12 (136 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screensaver
Symptom: security
Title: Screen locking issue
UpgradeStatus: Upgraded to raring on 2013-05-14 (45 days ago)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

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

Title:
  Screen locking issue

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

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


Re: [Bug 1187046] Re: rbd driver uses sync flush which blocks qemu thread/causes guest latency

2013-06-29 Thread James Page
Hi Serge

On 26/06/13 15:18, Serge Hallyn wrote:
 Did anyone ever come up with a reasonable test case so we can SRU this?
 If so, then we can go ahead and mark this as affecting Raring and
 proceed with SRU based on the packages linked in comment #1.

I'll chase this up again.

Cheers

James
-- 
James Page
Ubuntu Core Developer
Debian Maintainer
james.p...@ubuntu.com

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

Title:
  rbd driver uses sync flush which blocks qemu thread/causes guest
  latency

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

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


[Bug 1063354] Re: Sudden Read-Only Filesystems

2013-06-29 Thread Marcus Andersson
'noncq' does not solve the problem for me. I still can't go beyond
kernel 3.0.0 without a lockup after a few minutes.

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

Title:
  Sudden Read-Only Filesystems

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

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


[Bug 1189850]

2013-06-29 Thread Coacher
This bug just reappeared with xf86-video-intel-2.21.10. Next thing I am
going to try is this commit you've posted above.

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

Title:
  saucy has frequent image corruption (intel, sna)

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

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


[Bug 1189850]

2013-06-29 Thread Chris Wilson
commit 22fd5ca947b58901927d100d2b1aa0f1672b3435
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Fri Jun 28 16:54:08 2013 +0100

drm/i915: Only clear write-domains after a successful wait-seqno

In the introduction of the non-blocking wait, I cut'n'pasted the wait
completion code from normal locked path. Unfortunately, this neglected
that the normal path returned early if the wait returned early. The
result is that read-only waits may return whilst the GPU is still
writing to the bo.

Fixes regression from
commit 3236f57a0162391f84b93f39fc1882c49a8998c7 [v3.7]
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Fri Aug 24 09:35:09 2012 +0100

drm/i915: Use a non-blocking wait for set-to-domain ioctl

Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66163
Cc: sta...@vger.kernel.org
Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch

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

Title:
  saucy has frequent image corruption (intel, sna)

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

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


[Bug 1189850] Re: saucy has frequent image corruption (intel, sna)

2013-06-29 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Confirmed = Fix Released

** Bug watch added: freedesktop.org Bugzilla #66163
   https://bugs.freedesktop.org/show_bug.cgi?id=66163

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

Title:
  saucy has frequent image corruption (intel, sna)

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

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


[Bug 1195589] Re: typo in upstart.postinst 1.8-0ubuntu1.1

2013-06-29 Thread Oliver Willemse
I just got the new version via 'raring-proposed' and can confirm:

dpkg: error: unknown option --compare-version

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or
`more' !

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

Title:
  typo in upstart.postinst 1.8-0ubuntu1.1

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

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


[Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-06-29 Thread Doug McMahon
Re: the 'compiz-fix-1195522' ppa -
The unity package is unsuitable for compiz packages, wrong api-version

At least here the bzr3751 bzr3752 compiz is ok with maxed windows but
unmaxed windows keep getting smaller each time opened

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

Title:
  Regression: Broken (click-through) window decoration on some maximized
  windows

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

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


Re: [Bug 1186441] Re: synaptic does not run

2013-06-29 Thread Daniel Hartwig
On 29 June 2013 06:56, ill 1186...@bugs.launchpad.net wrote:
 I just tried the command again, and now I get: # /usr/bin/synaptic-pkexec

That command should be run as the desktop user, not root.  The prompt
(#) indicates running as root.  If you run as the logged in user, then
it should work as you previously reported.

You have not answered another question: which terminal program are you
using when you run these commands? (gnome-terminal, konsole, xterm,
etc.)

This error:
 No protocol specified
 No protocol specified

 (synaptic:3106): Gtk-WARNING **: cannot open display: :0


indicates that the active user on that terminal (root) is not
authorized to access the display for the logged in user (that is, the
desktop user).  This is not a bug, but a security feature.  You can
seek help on authorization elsewhere, perhaps by consulting the
xauth(1) and xhost(1) manuals.

 affects ubuntu/synaptic
 status invalid


** Changed in: synaptic (Ubuntu)
   Status: New = Invalid

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

Title:
  synaptic does not run

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

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


[Bug 1180067] Re: No icons on buttons

2013-06-29 Thread Dmitry Shachnev
GamePad64: any chance you can test the version in raring-proposed?

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

Title:
  No icons on buttons

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

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


[Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-06-29 Thread MC Return
It is crazy - 65 people affected by this bug and I cannot reproduce it
here :(

But I was experiencing this bug with 0.9.9, but then it got fixed - at
least that is what I remember...

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

Title:
  Regression: Broken (click-through) window decoration on some maximized
  windows

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

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


[Bug 1022005] Re: Ubuntu one Crashes during startup.

2013-06-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntuone-client (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/1022005

Title:
  Ubuntu one Crashes during startup.

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

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


[Bug 1194791] Re: gufw does not start from System Settings - Firewall Configuration

2013-06-29 Thread jean-christophe manciot
@costales (costales): It might be important to note that my Ubuntu is
used as a VM under Windows 7/VirtualBox 4.2.14

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

Title:
  gufw does not start from System Settings - Firewall Configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/1194791/+subscriptions

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

[Bug 1195973] Dependencies.txt

2013-06-29 Thread Bien Baldonado Jr.
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1195973/+attachment/3717851/+files/Dependencies.txt

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

Title:
  FGLRX Fully Installed but system still uses VESA

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

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


[Bug 1195973] [NEW] FGLRX Fully Installed but system still uses VESA

2013-06-29 Thread Bien Baldonado Jr.
Public bug reported:

So I installed Ubuntu 12.04 LTS on my HP ProBook 4445s. I applied all
updates on the update manager then installed the FGLRX through
Additional Drivers application.

I then checked the system information if it reports the correct video
driver, since issues with FGLRX were apparent on releases before 12.04
(11.04 and 11.10) on my experience. I was surprised that the problem is
still there.

Thinking that it might just be an installation problem, before I
reformatted my notebook computer again, I tried to run a few
applications through WINE. Surprisingly everything works well, with the
hardware acceleration and all. As I've read on a few reports,
applications use the hardware acceleration quite well. But as for the
desktop experience and videos, the system only uses VESA.

After reformat and installation and updates and driver installation, system 
information still reports VESA.
--- 
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
DistroRelease: Ubuntu 12.04
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
NonfreeKernelModules: fglrx wl
Package: gnome-control-center 1:3.4.2-0ubuntu0.11
PackageArchitecture: amd64
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Tags:  precise running-unity
Uname: Linux 3.5.0-34-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3.2
 deja-dup22.0-0ubuntu4
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected precise running-unity

** Tags added: apport-collected precise running-unity

** Description changed:

  So I installed Ubuntu 12.04 LTS on my HP ProBook 4445s. I applied all
  updates on the update manager then installed the FGLRX through
  Additional Drivers application.
  
  I then checked the system information if it reports the correct video
  driver, since issues with FGLRX were apparent on releases before 12.04
  (11.04 and 11.10) on my experience. I was surprised that the problem is
  still there.
  
  Thinking that it might just be an installation problem, before I
  reformatted my notebook computer again, I tried to run a few
  applications through WINE. Surprisingly everything works well, with the
  hardware acceleration and all. As I've read on a few reports,
  applications use the hardware acceleration quite well. But as for the
  desktop experience and videos, the system only uses VESA.
  
- After reformat and installation and updates and driver installation,
- system information still reports VESA.
+ After reformat and installation and updates and driver installation, system 
information still reports VESA.
+ --- 
+ ApportVersion: 2.0.1-0ubuntu17.3
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
+ MarkForUpload: True
+ NonfreeKernelModules: fglrx wl
+ Package: gnome-control-center 1:3.4.2-0ubuntu0.11
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_PH:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_PH.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
+ Tags:  precise running-unity
+ Uname: Linux 3.5.0-34-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ usr_lib_gnome-control-center:
+  activity-log-manager-control-center 0.9.4-0ubuntu3.2
+  deja-dup22.0-0ubuntu4
+  gnome-bluetooth 3.2.2-0ubuntu5
+  indicator-datetime  0.3.94-0ubuntu2

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

Title:
  FGLRX Fully Installed but system still uses VESA

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

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


Re: [Bug 1194791] Re: gufw does not start from System Settings - Firewall Configuration

2013-06-29 Thread costales
It has to work too ;)
On Jun 29, 2013 10:45 AM, jean-christophe manciot 
manciot.jeanchristo...@gmail.com wrote:

 @costales (costales): It might be important to note that my Ubuntu is
 used as a VM under Windows 7/VirtualBox 4.2.14

 --
 You received this bug notification because you are subscribed to gui-ufw
 in Ubuntu.
 https://bugs.launchpad.net/bugs/1194791

 Title:
   gufw does not start from System Settings - Firewall Configuration

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/gui-ufw/+bug/1194791/+subscriptions


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

Title:
  gufw does not start from System Settings - Firewall Configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/1194791/+subscriptions

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

[Bug 1148033] Re: GDBus.Error:org.openobex:Error.Failed: Unable to request session

2013-06-29 Thread Ali Najafi
I can do something now that I’ve never tried before.
I can “browse the files” on the phone by copying the device address (for 
example 00:25:E7:B1:53:3E) and type in Files (Nautilus):
obex://[00:25:E7:B1:53:3E]/
After then, the phone is mounted like a USB drive and it’s possible to copy 
from or paste in it.
Still the Send To function doesn’t work.
But where I have the device address? From Bluetooth Settings after pairing the 
device.

I went further! 
When mounted, instead of Send To, I selected Copy To, went to File System (/), 
pressed Ctrl+L and typed the above-mentioned device address. This time the file 
was sent to the phone just like the Send To command. The difference here is 
that the phone never asks to allow connection.

Can you please someone try these procedures to find if they work?

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

Title:
  GDBus.Error:org.openobex:Error.Failed: Unable to request session

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

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

[Bug 1126108] Re: 0.0.6 regression: disappears entirely when disabling BT

2013-06-29 Thread Ali Najafi
** Tags added: saucy

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

Title:
  0.0.6 regression: disappears entirely when disabling BT

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

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


[Bug 749084] Re: Regression: D-Bus Plugin stopped working, introspection stuff needs rewrite for 0.9.x as methods don't show up in dbus-tool

2013-06-29 Thread Sami Jaktholm
I wouldn't say that dbus plugin is completely broken and plain useless for 
everyone as I've been able to
- fetch current settings
- modify settings
- activate and deactivate actions.

Now, following things doesn't work:
- the list method (a list of option object paths for a plugin)
- plugin metadata
- introspection

Most of the broken features are not essential for this plugin to be
useful.

The list method is the most important but not essential since the object
paths are always constructed with same pattern:
/org/freedesktop/compiz/*plugin*/screen0/*option_name*. You don't need
the list method to find the object path.

Plugin metadata is not that useful unless you are building a compiz
setting editor and don't want to use python and compizconfig.
Introspection is just a nice addition - not critical to the usage of
dbus plugin.

These should, of course, be fixed but the situation is not so bad this
bug implies.

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

Title:
  Regression: D-Bus Plugin stopped working, introspection stuff needs
  rewrite for 0.9.x as methods don't show up in dbus-tool

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

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


[Bug 749084] Re: Regression: D-Bus Plugin stopped working, introspection stuff needs rewrite for 0.9.x as methods don't show up in dbus-tool

2013-06-29 Thread MC Return
Sami, sorry for my misinterpretation then.
I did not know that so much is still possible.

Thanks for enlightening me.
I will reduce the priority of this bug.

** Changed in: compiz
   Importance: High = Medium

** Description changed:

  Binary package hint: compiz
  
  In the current version of compiz in Natty (beta 1), the dbus-plugin
  doesn't work. If inspected with d-feet, the org.freedesktop.compiz entry
  exists, but contains no methods and attributes. Compiz itself is working
  fine.
  
  I'm using a new sandy bridge chipset with onboard intel graphics.
- --- 
+ ---
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  DRM.card0.DP.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.DP.2:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.HDMI.A.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1680x1050 1280x1024 1280x1024 1440x900 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
-  edid-base64: 
AP///wAmzQlWAQEBATIUAQOBMB54Knj1plVImyYSUFS/74CBgHFPgUCzAJUAAQEBAQEBITmQMGIaJ0BosDYA2igRAAAc/wAxMTA0MDA1MDAxMzk2/QA3TB1RDwAKICAgICAg/ABQTEUyMjA3V1MKICAgAEY=
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1680x1050 1280x1024 1280x1024 1440x900 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
+  edid-base64: 
AP///wAmzQlWAQEBATIUAQOBMB54Knj1plVImyYSUFS/74CBgHFPgUCzAJUAAQEBAQEBITmQMGIaJ0BosDYA2igRAAAc/wAxMTA0MDA1MDAxMzk2/QA3TB1RDwAKICAgICAg/ABQTEUyMjA3V1MKICAgAEY=
  DRM.card0.HDMI.A.2:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.VGA.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroRelease: Ubuntu 11.04
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Intel Corporation Device [8086:2002]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Intel Corporation Device [8086:2002]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
  InstallationMedia_: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
  Package: compiz 1:0.9.4+bzr20110407-0ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
-  LANGUAGE=de_AT:en
-  PATH=(custom, no user)
-  LANG=de_AT.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_AT:en
+  PATH=(custom, no user)
+  LANG=de_AT.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=19e7faaa-39f1-4991-8eaa-e45e12b9c72f ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  ProcVersionSignature_: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Renderer: Unknown
  Tags:  natty natty ubuntu compiz-0.9
  Uname: Linux 2.6.38-8-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
-  
+ 
  dmi.bios.date: 03/01/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BLH6710H.86A.0105.2011.0301.1654
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DH67BL
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG10189-204
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0105.2011.0301.1654:bd03/01/2011:svn:pn:pvr:rvnIntelCorporation:rnDH67BL:rvrAAG10189-204:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.4+bzr20110407-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6
+ 
+ ==
+ Update regarding the state of the dbus plugin in Compiz 0.9.10
+ ==
+ 
+ Following works:
+ 
+ - fetch 

[Bug 749084] Re: Regression: D-Bus Plugin stopped working, introspection stuff needs rewrite for 0.9.x as methods don't show up in dbus-tool

2013-06-29 Thread MC Return
Sami, I've updated the bug description. Thanks 4 checking that out. +1

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

Title:
  Regression: D-Bus Plugin stopped working, introspection stuff needs
  rewrite for 0.9.x as methods don't show up in dbus-tool

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

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


[Bug 1193639] Re: randomly freeze of sysem during use a battery

2013-06-29 Thread DeST
in my case the freeze also occur with the kernel 3.8.0.19

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

Title:
  randomly freeze of sysem during use a battery

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

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


[Bug 1195980] [NEW] dmsetup: there is no any warning about 4K logical block size

2013-06-29 Thread Alexander Sashnov
Public bug reported:

dmsetup: there is no any warning about 4K logical block size (no warning
by programm, no warning in man page).

How to reproduce:

Followed page 7 of http://mbroz.fedorapeople.org/talks/DeviceMapperBasics/dm.pdf
I tried following:

dmsetup-test.sh:
-
#!/bin/sh

sudo dmsetup create bad_disk  EOF
  0 8   linear /dev/sda1 0
  8 1   error
  9 100 linear /dev/sda1 9
EOF

sudo badblocks /dev/mapper/bad_disk
-


Actual result:

Script output is:
4
5
6
7

In /var/log/kernel.log (tail -f, then press ENTER to make a gap and run script 
in another console).
Following was added during this script worked:

Jun 29 16:08:54 HP-635 kernel: [33498.146296] Buffer I/O error on device dm-1, 
logical block 8
Jun 29 16:08:54 HP-635 kernel: [33498.147299] Buffer I/O error on device dm-1, 
logical block 8
Jun 29 16:08:54 HP-635 kernel: [33498.147614] Buffer I/O error on device dm-1, 
logical block 8
Jun 29 16:08:54 HP-635 kernel: [33498.147981] Buffer I/O error on device dm-1, 
logical block 8
Jun 29 16:08:54 HP-635 kernel: [33498.148276] Buffer I/O error on device dm-1, 
logical block 8
Jun 29 16:08:54 HP-635 kernel: [33498.148639] Buffer I/O error on device dm-1, 
logical block 8


Expected result:

1. Warning from dmsetup: sectors in mapping table is not aligned by 8

2. Warning about aligment in 'man dmsetup' in section TABLE FORMAT.


Additional info:

$ sudo dmsetup table /dev/mapper/bad_disk 
0 8 linear 8:1 0
8 1 error 
9 100 linear 8:1 9

$ sudo blockdev --report /dev/mapper/bad_disk 
RORA   SSZ   BSZ   StartSecSize   Device
rw   256   512   512  0   55808   /dev/mapper/bad_disk

$ sudo blockdev --report /dev/sda
RORA   SSZ   BSZ   StartSecSize   Device
rw   256   512  4096  0320072933376   /dev/sda

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: dmsetup 2:1.02.74-6ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic i686
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
Date: Sat Jun 29 15:47:24 2013
InstallationDate: Installed on 2013-05-02 (58 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: lvm2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

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

Title:
  dmsetup: there is no any warning about 4K logical block size

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

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


[Bug 1195524] Re: race condition / transient failure to provision

2013-06-29 Thread Raphaël Badin
 2013/06/28 15:08:12 EnvMonitor: Detected host name change: ubuntu - 
 gwaclhostblkhljy4re3yp9swkdwp63kswkss9bqhn0zm3f3gunipzu5vwdr8qzw
 2013/06/28 15:08:12 Setting host name: 
 gwaclhostblkhljy4re3yp9swkdwp63kswkss9bqhn0zm3f3gunipzu5vwdr8qzw
 Is it expected?

Yes, this machine was created using (a slightly modified version of)
this script: http://bazaar.launchpad.net/~gwacl-
hackers/gwacl/trunk/view/head:/example/management/run.go

The name is randomly generated.  It is a bit long (64 characters) but I
guess this cannot be the cause of our problem.

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

Title:
  race condition / transient failure to provision

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

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


[Bug 907275] Re: Gnome Save as dialog bug

2013-06-29 Thread Chris Wilson
** Changed in: hundredpapercuts
   Importance: Undecided = Low

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

Title:
  Gnome Save as dialog bug

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

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


[Bug 749084] Re: Regression: D-Bus Plugin stopped working, introspection stuff needs rewrite for 0.9.x as methods don't show up in dbus-tool

2013-06-29 Thread MC Return
** Description changed:

  Binary package hint: compiz
  
  In the current version of compiz in Natty (beta 1), the dbus-plugin
  doesn't work. If inspected with d-feet, the org.freedesktop.compiz entry
  exists, but contains no methods and attributes. Compiz itself is working
  fine.
  
  I'm using a new sandy bridge chipset with onboard intel graphics.
  ---
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  DRM.card0.DP.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DRM.card0.DP.2:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DRM.card0.HDMI.A.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1680x1050 1280x1024 1280x1024 1440x900 1280x960 1152x864 1024x768 
1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 640x480 640x480 
640x480 640x480 720x400
   edid-base64: 
AP///wAmzQlWAQEBATIUAQOBMB54Knj1plVImyYSUFS/74CBgHFPgUCzAJUAAQEBAQEBITmQMGIaJ0BosDYA2igRAAAc/wAxMTA0MDA1MDAxMzk2/QA3TB1RDwAKICAgICAg/ABQTEUyMjA3V1MKICAgAEY=
  DRM.card0.HDMI.A.2:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroRelease: Ubuntu 11.04
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2002]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
  InstallationMedia_: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
  Package: compiz 1:0.9.4+bzr20110407-0ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=de_AT:en
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=19e7faaa-39f1-4991-8eaa-e45e12b9c72f ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  ProcVersionSignature_: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Renderer: Unknown
  Tags:  natty natty ubuntu compiz-0.9
  Uname: Linux 2.6.38-8-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  
  dmi.bios.date: 03/01/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BLH6710H.86A.0105.2011.0301.1654
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DH67BL
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG10189-204
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0105.2011.0301.1654:bd03/01/2011:svn:pn:pvr:rvnIntelCorporation:rnDH67BL:rvrAAG10189-204:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.4+bzr20110407-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6
  
  ==
  Update regarding the state of the dbus plugin in Compiz 0.9.10
  ==
  
  Following works:
  
  - fetch current settings
  - modify settings
  - activate and deactivate actions.
  
  Now, following things don't work:
  
  - the list method (a list of option object paths for a plugin)
  - plugin metadata
  - introspection
  
- Patches by the community are welcome.
+ Most of the broken features are not essential for this plugin to be
+ useful.
+ 
+ The list method is the most important but not essential since the object
+ paths are always constructed with same pattern:
+ /org/freedesktop/compiz/*plugin*/screen0/*option_name*. You don't need
+ the list method to find the object path.
+ 
+ Plugin metadata is not that useful unless you are building a compiz
+ setting editor and don't want to use python and compizconfig.
+ Introspection is just a nice addition - not critical to the usage of
+ dbus plugin.
+ 
+ Patches by the community are still welcome.

** Changed in: compiz
   Importance: Medium = Low

** Summary changed:

- Regression: D-Bus Plugin stopped working, introspection stuff needs rewrite 
for 0.9.x as methods don't show up in dbus-tool
+ Regression: D-Bus Plugin's introspection stuff needs rewrite for 0.9.x as 
methods don't show up in dbus-tool (list method, plugin-metadata and 
introspection are broken)

-- 
You received this bug 

[Bug 1184164] Re: backlight does not dim on AC adapter unplug

2013-06-29 Thread chreko
Add the following script to /etc/pm/power.d 
--
#!/bin/bash

case $1 in
true)
echo Enable screen power saving
echo 5  
/sys/class/backlight/acpi_video0/device/backlight/acpi_video0/brightness
;;
false)
echo Disable screen power saving
echo 10  
/sys/class/backlight/acpi_video0/device/backlight/acpi_video0/brightness
;;
esac

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

Title:
  backlight does not dim on AC adapter unplug

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

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


[Bug 1177115] Re: New partition table confirmation is broken

2013-06-29 Thread Chris Wilson
** Changed in: hundredpapercuts
   Status: Fix Committed = Fix Released

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

Title:
  New partition table confirmation is broken

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

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


[Bug 872356] Re: Empathy incorrectly shown running in messaging menu and problem with status indicator

2013-06-29 Thread Chris Wilson
** Changed in: hundredpapercuts
   Status: Triaged = 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/872356

Title:
  Empathy incorrectly shown running in messaging menu and problem with
  status indicator

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

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


[Bug 1130784] Re: [needs-packaging] PyQt5

2013-06-29 Thread Dmitry Shachnev
Quick status update:

 No dbus.mainloop.qt package yet, I'll discuss with upstream possible
ways to avoid conflicts with PyQt4.

Upstream renamed that to dbus.mainloop.pyqt5 in the current snapshot,
I've updated the packaging but it's commented out until the next
upstream release.

 No split by modules yet (requested in comment #10), but I'm going to
split out at least WebKit module.

Split by modules is now done.

I went ahead and committed the current version to DPMT SVN. Sponsorship
welcome :)

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

Title:
  [needs-packaging] PyQt5

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

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


[Bug 1195982] [NEW] Opening an ntfs locked fs on the launcher does nothing.

2013-06-29 Thread threarth
Public bug reported:

Ubuntu 13.04 x86_64

If you try to open an ntfs-locked fs from the launcher you'll see
nothing, while if you try to do it from Files (the file manager in
ubuntu 13.04) you'll get an error message saying that the disk contains
an unclean filesystem.

Unity launcher should give error messages in such situations, otherwise
one couldn't understand what is happening.

It is a common situation if you dual-boot with windows 8, such its new
hibernation-and-fast-restart feature locks ntfs filesystem to prevent
their alterations.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Sat Jun 29 11:37:09 2013
InstallationDate: Installed on 2013-06-27 (1 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** Description changed:

  Ubuntu 13.04 x86_64
  
  If you try to open an ntfs-locked fs from the launcher you'll see
- nothing, while if you try if from Files (the file manager in ubuntu
- 13.04) you'll get an error message saying that the disk contains an
- unclean filesystem.
+ nothing, while if you try to do it from Files (the file manager in
+ ubuntu 13.04) you'll get an error message saying that the disk contains
+ an unclean filesystem.
  
  Unity launcher should give error messages in such situations, otherwise
  one couldn't understand what is happening.
  
  It is a common situation if you dual-boot with windows 8, such its new
  hibernation-and-fast-restart feature locks ntfs filesystem to prevent
  their alterations.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Jun 29 11:37:09 2013
  InstallationDate: Installed on 2013-06-27 (1 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Opening an ntfs locked fs on the launcher does nothing.

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

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

[Bug 1195965] Re: Screen locking issue

2013-06-29 Thread Ads20000
Yeah, even in Windows, Firefox doesn't like you reopening it too
quickly, just wait a bit or try loading gnome-control-center (press
`Ctrl` + `Alt` + `T` and then type (without quotes) 'sudo apt-get
install gnome-control-center  gnome-control-center') and right-
clicking on firefox and pressing 'Kill' and then reloading Firefox.

The Firefox thing looks odd, but it is either a bug with Hotmail (you
could be using outlook.com with your Hotmail account anyway)/AOL and
incompatibilities with Firefox or a bug with Firefox. Try using Chromium
(press `Ctrl` + `Alt` + `T` and then type (without quotes) 'sudo apt-get
install chromium-browser  chromium-browser) and seeing if you get the
same result.

Thanks for reporting!

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

Title:
  Screen locking issue

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

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


[Bug 1195717] Re: linux: 3.10.0-1.8 -proposed tracker

2013-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.10.0-1.8

---
linux (3.10.0-1.8) saucy; urgency=low

  [ Andy Whitcroft ]

  * Release Tracking Bug
- LP: #1195717

  [ Andy Whitcroft ]

  * Revert ubuntu: overlayfs -- follow change to do_splice_direct
interface
  * Revert ubuntu: overlayfs -- expose do_splice_direct prototype
  * Revert SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
reference
  * Revert ubuntu: overlayfs -- add FS_ALIAS
  * Revert ubuntu: overlayfs --
overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode
  * Revert ubuntu: overlayfs -- ovl-switch-to-inode_permission
  * Revert ubuntu: overlayfs -- vfs-export-inode_permission-to-modules
  * Revert ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link
  * Revert ubuntu: overlayfs --
overlayfs-fix-possible-leak-in-ovl_new_inode
  * Revert ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth
  * Revert ubuntu: overlayfs -- overlay-overlay-filesystem-documentation
  * Revert ubuntu: overlayfs -- overlayfs-implement-show_options
  * Revert ubuntu: overlayfs -- overlayfs-add-statfs-support
  * Revert ubuntu: overlayfs -- overlay filesystem
  * Revert ubuntu: overlayfs -- vfs-introduce-clone_private_mount
  * Revert ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules
  * Revert ubuntu: overlayfs -- vfs-add-i_op-dentry_open
  * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support

  [ Erez Zadok ]

  * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options

  [ Miklos Szeredi ]

  * ubuntu: overlayfs v18 -- -- vfs: add i_op-dentry_open()
  * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
  * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
  * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
  * ubuntu: overlayfs v18 -- -- overlay filesystem
  * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth

  [ Neil Brown ]

  * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
documentation

  [ Tim Gardner ]

  * [Config] CONFIG_SUNRPC_DEBUG=y
- LP: #1127319
 -- Andy Whitcroft a...@canonical.com   Fri, 28 Jun 2013 10:26:52 +0100

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

Title:
  linux: 3.10.0-1.8 -proposed tracker

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

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


[Bug 1156560] Re: xfce4-session-settings crashed with SIGSEGV in g_type_check_instance_cast()

2013-06-29 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1056565 ***
https://bugs.launchpad.net/bugs/1056565

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

** Changed in: xfce4-session (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/1156560

Title:
  xfce4-session-settings crashed with SIGSEGV in
  g_type_check_instance_cast()

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

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


[Bug 1127319] Re: rpcdebug: /proc/sys/sunrpc nodes do not exist

2013-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.10.0-1.8

---
linux (3.10.0-1.8) saucy; urgency=low

  [ Andy Whitcroft ]

  * Release Tracking Bug
- LP: #1195717

  [ Andy Whitcroft ]

  * Revert ubuntu: overlayfs -- follow change to do_splice_direct
interface
  * Revert ubuntu: overlayfs -- expose do_splice_direct prototype
  * Revert SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
reference
  * Revert ubuntu: overlayfs -- add FS_ALIAS
  * Revert ubuntu: overlayfs --
overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode
  * Revert ubuntu: overlayfs -- ovl-switch-to-inode_permission
  * Revert ubuntu: overlayfs -- vfs-export-inode_permission-to-modules
  * Revert ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link
  * Revert ubuntu: overlayfs --
overlayfs-fix-possible-leak-in-ovl_new_inode
  * Revert ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth
  * Revert ubuntu: overlayfs -- overlay-overlay-filesystem-documentation
  * Revert ubuntu: overlayfs -- overlayfs-implement-show_options
  * Revert ubuntu: overlayfs -- overlayfs-add-statfs-support
  * Revert ubuntu: overlayfs -- overlay filesystem
  * Revert ubuntu: overlayfs -- vfs-introduce-clone_private_mount
  * Revert ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules
  * Revert ubuntu: overlayfs -- vfs-add-i_op-dentry_open
  * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support

  [ Erez Zadok ]

  * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options

  [ Miklos Szeredi ]

  * ubuntu: overlayfs v18 -- -- vfs: add i_op-dentry_open()
  * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
  * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
  * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
  * ubuntu: overlayfs v18 -- -- overlay filesystem
  * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth

  [ Neil Brown ]

  * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
documentation

  [ Tim Gardner ]

  * [Config] CONFIG_SUNRPC_DEBUG=y
- LP: #1127319
 -- Andy Whitcroft a...@canonical.com   Fri, 28 Jun 2013 10:26:52 +0100

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

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

Title:
  rpcdebug: /proc/sys/sunrpc nodes do not exist

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

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


[Bug 1195965] Re: Screen locking issue

2013-06-29 Thread Ads20000
Edit: Made the post easier to read (had to rephrase one chunk which is
no in square brackets ([]) so you can see it is an edit) and removed the
AOL e-mail address (you can readd it babis x, if you are sure that you
want EVERYONE to be able to email you).

** Description changed:

- When i turned on my laptop today for once more a small window opened telling 
me that my system has a problem .Usually lately i ignore these messages because 
they ask me to give my ubuntu password and for security reassons after all 
these which are happenning in my computer,but this time i checked it little bit 
more.
- So i pressed report the problem and another window appeared .This new window 
had the name  authenticate and the following writting: Please enter your 
password to access problem reports of system programs.An application is 
attempting to perform an action that requires privileges.AUTHENTICATION IS 
REQUIRED TO PERFORM THIS ACTION.Password...
- Under this on the left  bottom had also  a small upside down triagle and the 
word Details.
- I pressed the Details and appeared: Action :com.ubuntu.apport.apport-gtk-root 
Vendor : Apport
+ When I turned on my laptop today for once, a small window opened telling
+ me that my system has a problem. Usually, lately, I ignore these
+ messages because they ask me to give my Ubuntu password and for security
+ reasons [I don't normally give it], but this time I checked it little
+ bit more.
+ 
+ So I pressed report the problem and another window appeared. This new
+ window had the name  authenticate and the following writing: Please
+ enter your password to access problem reports of system programs. An
+ application is attempting to perform an action that requires privileges.
+ AUTHENTICATION IS REQUIRED TO PERFORM THIS ACTION. Password...
+ 
+ Under this on the left bottom was a small upside down triangle and the word 
Details.
+ I pressed the Details and appeared: Action :com.ubuntu.apport.apport-gtk-root 
Vendor : Apport}
+ 
  Pressing the Vendor word SOMETHING VERY STRANGE HAPPENNED:
- A new window came out: Close Firefox.  Firefox is already running,but is not 
responding.To open a new window , you must first close the existing Firefox 
process, or restart your system .OK  .
- BUT  FIREFOX WAS NOT OPENED / AND THIS HAS HAPPENED IN THE PAST FEW TIMES .
- I mean that quite few times has happenned that WITHOUT firefox opened the 
system tells me THAT FIREFOX IS ALREADY RUNNING !!!
- Any way i had to press OK to that so firefox opened by itself on 
https://wiki.ubuntu.com/Apport.
- I stop everything there and i put on the side this Authenticate window.I did 
not gave my password (Please tell me if this comes out from you in UBUNTU , and 
WHY FIREFOX it seems to be open when it is not )
- After that i checked my hotmail account to see if you have sent me something 
from the yesterday problems i had faced and reported to you.I had no answer so 
i log out from hotmail and i went to my other email account in 
AOL.(lifegoesonlifegoe...@aol.com) I succesfully loged in BUT when i tried to 
chek my inbox the screen( i had only this window in AOL opened) got dark and 
was not responding.I press Ubuntu Help and after while the screen got lighter 
but i could check my emails,AGAIN got darker and i had to press alt+f2 several 
times ( was not openning)and finally to send this report to you with all of 
these details.PLEASE ONCE MORE I NEED YOUR HELP.
+ A new window came out: Close Firefox.  Firefox is already running,but is not 
responding.To open a new window , you must first close the existing Firefox 
process, or restart your system .OK  .
+ 
+ BUT FIREFOX WAS NOT OPENED / AND THIS HAS HAPPENED IN THE PAST FEW TIMES.
+ I mean that quite few times has happened that WITHOUT Firefox opened the 
system tells me THAT FIREFOX IS ALREADY RUNNING!!!
+ Anyway I had to press OK to that so Firefox opened by itself on 
https://wiki.ubuntu.com/Apport.
+ 
+ I stop everything there and I put on the side this Authenticate window.
+ I did not give my password (Please tell me if this comes out to you in
+ UBUNTU, and WHY FIREFOX seems to be open when it is not).
+ 
+ After that I checked my Hotmail account to see if you have sent me
+ something from the yesterday problems I had faced and reported to you. I
+ had no answer so I logged out from hotmail and I went to my other email
+ account in AOL. I succesfully logged in BUT when I tried to check my
+ inbox the screen (I only had this window in AOL opened) got dark and was
+ not responding. I pressed Ubuntu Help and after while the screen got
+ lighter but I could check my emails, AGAIN got darker and I had to press
+ alt+f2 several times (was not openning) and finally got to send this
+ report to you with all of these details.
+ 
+ PLEASE ONCE MORE I NEED YOUR HELP.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-screensaver 3.6.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 

[Bug 1000265] Re: [needs-packaging] sunbird standalone is not available

2013-06-29 Thread Mélodie
Hi Jeremy, too many depends. Compared to Contacts which was working
quite well, offering categories to be created on the fly and export it
looks like a bloatware. ;)

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/1000265

Title:
  [needs-packaging] sunbird standalone is not available

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

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


[Bug 1195987] [NEW] nm-applet crashed in the background

2013-06-29 Thread Mark Shuttleworth
Public bug reported:

Not sure what triggereed this, crash report came up on boot.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: network-manager-gnome 0.9.8.0-1ubuntu2
ProcVersionSignature: Ubuntu 3.10.0-0.7-generic 3.10.0-rc7
Uname: Linux 3.10.0-0-generic x86_64
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
Date: Sat Jun 29 09:10:45 2013
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20120703-2
ExecutablePath: /usr/bin/nm-applet
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-05-13 (46 days ago)
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
IpRoute:
 default via 10.5.0.1 dev wlan0  proto static 
 10.5.0.0/16 dev wlan0  proto kernel  scope link  src 10.5.9.82  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcCmdline: nm-applet
ProcEnviron:
 PATH=(custom, no user)
 SHELL=/bin/false
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 LANGUAGE=en_GB:en
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-crash saucy third-party-packages

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

Title:
  nm-applet crashed in the background

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

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


[Bug 1195985] [NEW] Display does not dim when idle

2013-06-29 Thread chreko
Public bug reported:

My screen does not dim when idle. I have modified the settings in
org.gnome.settings-daemon.plugins.power as follow:

org.gnome.settings-daemon.plugins.power active true
org.gnome.settings-daemon.plugins.power button-hibernate 'hibernate'
org.gnome.settings-daemon.plugins.power button-power 'interactive'
org.gnome.settings-daemon.plugins.power button-sleep 'suspend'
org.gnome.settings-daemon.plugins.power button-suspend 'suspend'
org.gnome.settings-daemon.plugins.power critical-battery-action 'suspend'
org.gnome.settings-daemon.plugins.power idle-brightness 1
org.gnome.settings-daemon.plugins.power idle-dim-ac true
org.gnome.settings-daemon.plugins.power idle-dim-battery true
org.gnome.settings-daemon.plugins.power idle-dim-time 5
org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend'
org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend'
org.gnome.settings-daemon.plugins.power lid-close-suspend-with-external-monitor 
false
org.gnome.settings-daemon.plugins.power notify-perhaps-recall true
org.gnome.settings-daemon.plugins.power percentage-action 2
org.gnome.settings-daemon.plugins.power percentage-critical 3
org.gnome.settings-daemon.plugins.power percentage-low 10
org.gnome.settings-daemon.plugins.power priority 1
org.gnome.settings-daemon.plugins.power sleep-display-ac 600
org.gnome.settings-daemon.plugins.power sleep-display-battery 600
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend'
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type 'suspend'
org.gnome.settings-daemon.plugins.power time-action 120
org.gnome.settings-daemon.plugins.power time-critical 300
org.gnome.settings-daemon.plugins.power time-low 1200
org.gnome.settings-daemon.plugins.power use-time-for-policy true

Please note that:
1.) I can modify brightness through: echo 5  
/sys/class/backlight/acpi_video0/brightness
2.) The default value for org.gnome.settings-daemon.plugins.power 
idle-brightness is 30

I am using a notebook HP envy 14 with:
Ubuntu 13.04 AMD64
gnome-power-manager: 3.6.0-1ubuntu1

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

** Description changed:

  My screen does not dim when idle. I have modified the settings in
  org.gnome.settings-daemon.plugins.power as follow:
  
  org.gnome.settings-daemon.plugins.power active true
  org.gnome.settings-daemon.plugins.power button-hibernate 'hibernate'
  org.gnome.settings-daemon.plugins.power button-power 'interactive'
  org.gnome.settings-daemon.plugins.power button-sleep 'suspend'
  org.gnome.settings-daemon.plugins.power button-suspend 'suspend'
  org.gnome.settings-daemon.plugins.power critical-battery-action 'suspend'
- org.gnome.settings-daemon.plugins.power idle-brightness 0
+ org.gnome.settings-daemon.plugins.power idle-brightness 1
  org.gnome.settings-daemon.plugins.power idle-dim-ac true
  org.gnome.settings-daemon.plugins.power idle-dim-battery true
  org.gnome.settings-daemon.plugins.power idle-dim-time 5
  org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend'
  org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend'
  org.gnome.settings-daemon.plugins.power 
lid-close-suspend-with-external-monitor false
  org.gnome.settings-daemon.plugins.power notify-perhaps-recall true
  org.gnome.settings-daemon.plugins.power percentage-action 2
  org.gnome.settings-daemon.plugins.power percentage-critical 3
  org.gnome.settings-daemon.plugins.power percentage-low 10
  org.gnome.settings-daemon.plugins.power priority 1
  org.gnome.settings-daemon.plugins.power sleep-display-ac 600
  org.gnome.settings-daemon.plugins.power sleep-display-battery 600
  org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
  org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend'
  org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0
  org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type 'suspend'
  org.gnome.settings-daemon.plugins.power time-action 120
  org.gnome.settings-daemon.plugins.power time-critical 300
  org.gnome.settings-daemon.plugins.power time-low 1200
  org.gnome.settings-daemon.plugins.power use-time-for-policy true
  
  Please note that I can modify brightness through:
  
  echo 5  /sys/class/backlight/acpi_video0/brightness
  
- 
- I am runing:
- Ubuntu 13.04
+ I am using a notebook HP envy 14 with:
+ Ubuntu 13.04 AMD64
  gnome-power-manager: 3.6.0-1ubuntu1

** Description changed:

  My screen does not dim when idle. I have modified the settings in
  org.gnome.settings-daemon.plugins.power as follow:
  
  org.gnome.settings-daemon.plugins.power active true
  org.gnome.settings-daemon.plugins.power button-hibernate 'hibernate'
  org.gnome.settings-daemon.plugins.power button-power 'interactive'
  

[Bug 607560] Re: jbd2 writing block every 5 - 10 seconds, preventing disk spin-down and making noise

2013-06-29 Thread Shandrinov.WaD
Notebook Lenovo G770

wad@wad-G770:~/$ cat /etc/*rele*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION=Ubuntu 13.04
VERSION=13.04, Raring Ringtail

wad@wad-G770:~/$ uname -a
Linux wad-G770 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

wad@wad-G770:~/$ sudo iotop -o -d 10
Total DISK READ: 125.85 K/s | Total DISK WRITE: 303.86 K/s
  TID  PRIO  USER DISK READ  DISK WRITE  SWAPIN IOCOMMAND  
 
  282 be/3 root0.00 B/s   12.74 K/s  0.00 % 84.76 % [jbd2/sda5-8]
 9228 be/4 wad   118.28 K/s  407.81 B/s  0.00 %  9.52 % geany
 9071 be/4 wad 0.00 B/s   93.59 K/s  0.00 %  0.46 % thunderbird
 9109 be/4 wad   407.81 B/s6.37 K/s  0.00 %  0.15 % thunderbird
 9095 be/4 wad 0.00 B/s  121.47 K/s  0.00 %  0.00 % thunderbird

jbd2/sda5-8 takes up to 100% IO operation

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

Title:
  jbd2 writing block every 5 - 10 seconds, preventing disk spin-down and
  making noise

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

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


[Bug 991637] Re: unity launcher vanishes when switching to mirrored displays

2013-06-29 Thread Shuduo Sang
** Tags added: verification-done

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

Title:
  unity launcher vanishes when switching to mirrored displays

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

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


[Bug 607560] Re: jbd2 writing block every 5 - 10 seconds, preventing disk spin-down and making noise

2013-06-29 Thread Shandrinov.WaD
wad@wad-G770:~$ cat /etc/fstab

UUID=d154600d-a0ba-494a-a7f2-74773fbe748b /   ext4errors
=remount-ro 0   1

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

Title:
  jbd2 writing block every 5 - 10 seconds, preventing disk spin-down and
  making noise

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

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


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-06-29 Thread Pander
See also http://ubuntuforums.org/showthread.php?t=2086054

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

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

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


[Bug 1195730] Re: Maximized windows opened during login not actually maximized (when using 5.20 from -proposed)

2013-06-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (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/1195730

Title:
  Maximized windows opened during login not actually maximized (when
  using 5.20 from -proposed)

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

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


[Bug 1195965] Re: Screen locking issue

2013-06-29 Thread Ads20000
It also would be helpful to know what version of Firefox it is.

** Bug watch added: Mozilla Bugzilla #888603
   https://bugzilla.mozilla.org/show_bug.cgi?id=888603

** Also affects: gnome-screensaver via
   https://bugzilla.mozilla.org/show_bug.cgi?id=888603
   Importance: Unknown
   Status: Unknown

** No longer affects: gnome-screensaver

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=888603
   Importance: Unknown
   Status: Unknown

** Package changed: gnome-screensaver (Ubuntu) = firefox (Ubuntu)

** Summary changed:

- Screen locking issue
+ Firefox not responding in AOL Inbox

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

Title:
  Firefox not responding in AOL Inbox

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

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


[Bug 1191990] Re: add support for pam-auth-update

2013-06-29 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/libpwquality

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

Title:
  add support for pam-auth-update

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

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


[Bug 1195989] [NEW] Front audio. No sound at all

2013-06-29 Thread Norberto
Public bug reported:

Front audio don't work. Nor microphonr neither headphone

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-41.66-generic-pae 3.2.42
Uname: Linux 3.2.0-41-generic-pae i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC880 Analog [ALC880 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  administrador  10980 F pulseaudio
 /dev/snd/controlC1:  administrador  10980 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf010 irq 41'
   Mixer name   : 'Realtek ALC880'
   Components   : 'HDA:10ec0880,0880,00090500'
   Controls  : 32
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'SAA7134'/'saa7133[0] at 0xf0004000 irq 19'
   Mixer name   : 'SAA7134 Mixer'
   Components   : ''
   Controls  : 6
   Simple ctrls  : 3
Date: Sat Jun 29 12:03:50 2013
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: SAA7131/SAA7133/SAA7135 Video Broadcast Decoder - SAA7134
Symptom_DevicesInUse:
 10980 10980  administrador  F pulseaudio
 /dev/snd/controlC1:  administrador  F pulseaudio
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA Intel, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/23/2005
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: 20f
dmi.board.name: GA-8I915PM
dmi.board.vendor: NEC COMPUTERS INTERNATIONAL
dmi.chassis.type: 3
dmi.chassis.vendor: NEC COMPUTERS INTERNATIONAL
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr20f:bd01/23/2005:svnPackardBellNEC:pn000:pvrPB13215502:rvnNECCOMPUTERSINTERNATIONAL:rnGA-8I915PM:rvr:cvnNECCOMPUTERSINTERNATIONAL:ct3:cvrB8I:
dmi.product.name: 000
dmi.product.version: PB13215502
dmi.sys.vendor: Packard Bell NEC

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise running-unity

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

Title:
  Front audio. No sound at all

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

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


[Bug 1178205] Re: Screen brightness not changable via applet or hotkeys in Ubuntu 12.04 on Toshiba R850 notebook

2013-06-29 Thread Jens
This still exists on the current Ubuntu 12.04.2 kernel (3.5.0-43).

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

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

Title:
  Screen brightness not changable via applet or hotkeys in Ubuntu 12.04
  on Toshiba R850 notebook

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

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


[Bug 1195989] Re: Front audio. No sound at all

2013-06-29 Thread Daniel Letzeisen
I suggest trying the latest driver to make sure it has not already been
fixed: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

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

Title:
  Front audio. No sound at all

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

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


[Bug 1195973] Re: FGLRX Fully Installed but system still uses VESA

2013-06-29 Thread Daniel Letzeisen
System Information often says VESA:driver name, but that does not mean 
you're using the VESA driver. What is the the output of the following command?:
fglrxinfo

** Changed in: gnome-control-center (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/1195973

Title:
  FGLRX Fully Installed but system still uses VESA

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

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


[Bug 599729] Re: Wishlist: Settings In Mouse Preferences

2013-06-29 Thread Paul White
** Tags added: quantal raring saucy

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

Title:
  Wishlist: Settings In Mouse Preferences

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

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


[Bug 599729] Re: Wishlist: Settings In Mouse Preferences

2013-06-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unclutter (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/599729

Title:
  Wishlist: Settings In Mouse Preferences

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

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


[Bug 368862] Re: unclutter default idle time is too short

2013-06-29 Thread Paul White
** Tags added: quantal raring saucy

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

Title:
  unclutter default idle time is too short

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

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


[Bug 368862] Re: unclutter default idle time is too short

2013-06-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unclutter (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/368862

Title:
  unclutter default idle time is too short

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

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


[Bug 1195955] Re: Setting up upstart (1.8-0ubuntu1.1) ... dpkg: error: unknown option --compare-version

2013-06-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: upstart (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/1195955

Title:
  Setting up upstart (1.8-0ubuntu1.1) ... dpkg: error: unknown option
  --compare-version

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

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


[Bug 1195633] Re: Drop metacity/mutter theme in Albatross

2013-06-29 Thread Pasi Lallinaho
Marking as opinion; the Xubuntu artwork team needs to ack this change.

** Changed in: shimmer-themes (Ubuntu)
 Assignee: (unassigned) = Xubuntu Artwork (xubuntu-art)

** Changed in: shimmer-themes (Ubuntu)
   Status: Invalid = Opinion

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

Title:
  Drop metacity/mutter theme in Albatross

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1195633/+subscriptions

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


[Bug 1196005] [NEW] [Sony Corporation VPCYB25AB] suspend/resume failure [non-free: fglrx]

2013-06-29 Thread Eliel Floriano Resende do Prado
Public bug reported:

I was login on my system account then the warning window has been shown
up on my screen.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-1-generic 3.10.0-1.8
ProcVersionSignature: Ubuntu 3.10.0-1.8-generic 3.10.0-rc7
Uname: Linux 3.10.0-1-generic x86_64
NonfreeKernelModules: fglrx
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  elielprado   2363 F pulseaudio
 /dev/snd/controlC0:  elielprado   2363 F pulseaudio
CRDA:
 country CN:
(2402 - 2482 @ 40), (N/A, 20)
(5735 - 5835 @ 40), (N/A, 30)
Date: Sat Jun 29 08:00:17 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=9df8da68-3139-4ad5-84f0-203b30285fc4
InstallationDate: Installed on 2013-06-04 (24 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
InterpreterPath: /usr/bin/python3.3
MachineType: Sony Corporation VPCYB25AB
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1-generic 
root=UUID=0fd36511-ddc5-4926-bdef-cb5a5e5ef631 ro locale=pt_BR quiet splash 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-1-generic N/A
 linux-backports-modules-3.10.0-1-generic  N/A
 linux-firmware1.110
SourcePackage: linux
Title: [Sony Corporation VPCYB25AB] suspend/resume failure [non-free: fglrx]
UpgradeStatus: Upgraded to saucy on 2013-06-21 (8 days ago)
UserGroups:
 
dmi.bios.date: 09/13/2011
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: R0162Z7
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0162Z7:bd09/13/2011:svnSonyCorporation:pnVPCYB25AB:pvrC9014X0F:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VPCYB25AB
dmi.product.version: C9014X0F
dmi.sys.vendor: Sony Corporation

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


** Tags: amd64 apport-kerneloops package-from-proposed resume saucy suspend

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

Title:
  [Sony Corporation VPCYB25AB] suspend/resume failure [non-free: fglrx]

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

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


[Bug 1196006] [NEW] Manual page contains incorrect web links

2013-06-29 Thread Krzysztof Leszczyński
Public bug reported:

The manual page (try man XML::Twig) and the file
/usr/share/perl5/XML/Twig.pm contains the url
http://www.xmltwig.com/xmltwig/ and some related urls in the same
domain.

The domain xmltwig.com doesn't exist, the correct one is xmltwig.org

My Ubuntu release is 12.04 but I believe the bug exists in all known
versions.

** Affects: libxml-twig-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/1196006

Title:
  Manual page contains incorrect web links

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

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


[Bug 1196007] [NEW] udisksd[2225]: Error performing housekeeping for drive (WD USB 2.0 HDD)

2013-06-29 Thread Vincent Thiele
Public bug reported:

Syslog:
usb 1-1.4: reset high-speed USB device number 4 using ehci-pci
Jun 29 07:51:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 08:17:01  CRON[8751]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Jun 29 08:31:01  kernel: [50488.818692] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 08:31:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 09:11:01  kernel: [52885.386789] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 09:11:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 09:17:01  CRON[8887]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Jun 29 09:51:01  kernel: [55281.923105] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 09:51:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 10:17:01  CRON[9005]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Jun 29 10:31:01  kernel: [57678.491202] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 10:31:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 11:11:01  kernel: [60075.059328] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 11:11:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 11:17:01  CRON[9722]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Jun 29 11:51:01  kernel: [62471.659505] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 11:51:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)
Jun 29 12:17:01  CRON[10034]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Jun 29 12:31:01  kernel: [64868.195676] usb 1-1.4: reset high-speed USB 
device number 4 using ehci-pci
Jun 29 12:31:05  udisksd[2225]: Error performing housekeeping for drive 
/org/freedesktop/UDisks2/drives/WDC_WD2002FAEX_007BA0_WD_WMAY02192790: Error 
updating SMART data: sk_disk_check_sleep_mode: Operation not supported 
(udisks-error-quark, 0)

** Affects: udisks (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/1196007

Title:
  udisksd[2225]: Error performing housekeeping for drive (WD USB 2.0
  HDD)

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

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


[Bug 1105900] Re: Latest Kernel Version 3.2.0-36 Causing EXT4-fs Errors

2013-06-29 Thread Salik Rafiq
After one week my log shows a single buddy error. This is a distinct
improvement.  Hopefully the next kernel update will totally cure it.

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

Title:
  Latest Kernel Version 3.2.0-36 Causing EXT4-fs Errors

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

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


[Bug 1195524] Re: race condition / transient failure to provision

2013-06-29 Thread Raphaël Badin
The doc (http://msdn.microsoft.com/en-
us/library/windowsazure/jj157194.aspx) explicitly says the hostname can
get 64 characters long: HostName: Required. Specifies the host name for
the VM. Host names are ASCII character strings 1 to 64 characters in
length. Used with the LinuxProvisioningConfigurationSet configuration
set.

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

Title:
  race condition / transient failure to provision

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

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


[Bug 1195965] Re: Firefox not responding in AOL Inbox

2013-06-29 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=888603.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-06-29T10:12:04+00:00 Ads2 wrote:

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20130623 
Firefox/24.0 (Nightly/Aurora)
Build ID: 20130623082401

Steps to reproduce:

Tried to access AOL Inbox - Only Firefox running


Actual results:

Firefox stopped responding


Expected results:

Firefox kept on working

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1195965/comments/4


On 2013-06-29T10:31:56+00:00 Andre Klapper wrote:

Why was this reported to bugzilla.mozilla.org? I don't see any such
request in
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1195965

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1195965/comments/6


** Changed in: firefox
   Status: Unknown = New

** Changed in: firefox
   Importance: Unknown = Medium

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

Title:
  Firefox not responding in AOL Inbox

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

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


[Bug 1195821] Re: xcp-xapi openvswitch cannot set a network other than /24

2013-06-29 Thread Vangelis Tasoulas
The bug still is a valid bug as it exists in Ubuntu precise, and that's what I 
reported.
As you said, there is no need to discuss the bug fix here as well, but a 
possible sync 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/1195821

Title:
  xcp-xapi openvswitch cannot set a network  other than /24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen-api/+bug/1195821/+subscriptions

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


[Bug 1196005] Status changed to Confirmed

2013-06-29 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [Sony Corporation VPCYB25AB] suspend/resume failure [non-free: fglrx]

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

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


[Bug 1126108] Re: 0.0.6 regression: disappears entirely when disabling BT

2013-06-29 Thread Ali Najafi
@Robert Ancell
I’m not much technical. Is there any guide for me to try your package?

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

Title:
  0.0.6 regression: disappears entirely when disabling BT

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

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

[Bug 1190170] Re: no gui shutdown in lubuntu

2013-06-29 Thread amjjawad
I confirm this bug has been fixed - Lubuntu 13.10 Alpha 1 Fresh New
Install after updating the system.

Thank you for fixing this :)

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

Title:
  no gui shutdown in lubuntu

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

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


[Bug 1193950] Re: libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using a non-POSIX archiver

2013-06-29 Thread Benjamin Drung
** Summary changed:

- libkibi: FTBFS: aclocal: warning: couldn't open directory 'm4': No such file 
or directory
+ libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using a 
non-POSIX archiver

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

Title:
  libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using
  a non-POSIX archiver

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

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


[Bug 1175155] Re: Error: (22, 'Invalid argument')

2013-06-29 Thread Misiek
After last update 4.1.2-2ubuntu2.10 LTS version 12.04.02 is no longer affected.
All pci passtrough configurations are working again.

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

Title:
  Error: (22, 'Invalid argument')

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

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


[Bug 1193950] Re: libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using a non-POSIX archiver

2013-06-29 Thread Launchpad Bug Tracker
** Branch linked: lp:libkibi

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

Title:
  libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using
  a non-POSIX archiver

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

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


[Bug 1186631] Re: Black boxes appearing around menu items on some applications

2013-06-29 Thread amjjawad
I confirm this bug has been fixed - Lubuntu 13.10 Alpha 1 Fresh New
Install after updating the system.

Thank you for fixing this :)

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

Title:
  Black boxes appearing around menu items on some applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-artwork/+bug/1186631/+subscriptions

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


[Bug 1196012] [NEW] Backlight Settings not saved, when restarting PC

2013-06-29 Thread Medowar
Public bug reported:

When I shutdown my laptop, the backlight settings are not beeing saved.
however, going in suspend, the brightness is still the same. Laptop is
an Acer Aspire 6930G with a Nvidia Geforce 9600M GT, driver Version is
experimental-beta-310.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-48-generic 3.2.0-48.74
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  medowar1679 F pulseaudio
CRDA:
 country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf040 irq 46'
   Mixer name   : 'Nvidia MCP77/78 HDMI'
   Components   : 'HDA:10ec0888,1025015e,00100202 
HDA:14f12c06,1025015e,0010 HDA:10de0006,10de0101,0010'
   Controls  : 29
   Simple ctrls  : 16
Date: Sat Jun 29 13:48:58 2013
HibernationDevice: RESUME=UUID=451423b9-ebf8-4698-93c3-1f893f5936cb
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-48-generic 
root=UUID=24b19890-9075-4b53-840b-5196be825673 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-48-generic N/A
 linux-backports-modules-3.2.0-48-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/25/2008
dmi.bios.vendor: Acer
dmi.bios.version: v0.3204
dmi.board.name: Makalu
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrv0.3204:bd09/25/2008:svnAcer:pn:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

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


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

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

Title:
  Backlight Settings not saved, when restarting PC

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

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


[Bug 1024208] Re: [regression-r3320][GLES] td plugin (3d Windows for the cube) has severe clipping/transformation glitches

2013-06-29 Thread MC Return
Attaching a screenshot showing what is happening.
While all windows on all viewports are transformed and rendered correctly, the 
deformed cube itself, but also cube gears and the skydome have severe problems 
and are rendered completely incorrect.

** Attachment added: 3D Windows (td) f*ck up the cube completely, while all 
windows are rendered correctly
   
https://bugs.launchpad.net/compiz/+bug/1024208/+attachment/3717979/+files/td_glitches.png

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

Title:
  [regression-r3320][GLES] td plugin (3d Windows for the cube) has
  severe clipping/transformation glitches

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

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


[Bug 1196012] Status changed to Confirmed

2013-06-29 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Backlight Settings not saved, when restarting PC

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

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


[Bug 1103747] Re: Totem could not startup.

2013-06-29 Thread H2G
Same problem and same solution after upgrading from Ubuntu 12.10 to
13.04.

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

Title:
  Totem could not startup.

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

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


[Bug 1196014] [NEW] update-manager Details: installArchives()failed:

2013-06-29 Thread Klaus Dierolf Mayer
Public bug reported:

Details: installArchives()failed: dpkg:error:parsing file
'/var/lib/dpkg/available’ near line 60188 package `libcanberra-
gtk0:i386’:  `Depends’field, invalid package name `libgtk2.0
-../../../firefox-addons/extensions/langpack-es-
c...@firefox.mozzilla.org.xpi: character `/’ not allowed (only letters,
digits and characters `-+._’) Error in function:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: firefox 22.0+build2-0ubuntu0.12.10.1
ProcVersionSignature: Ubuntu 3.5.0-34.55-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.6.1-0ubuntu11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  klaus  2069 F pulseaudio
BuildID: 20130620123127
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Channel: Unavailable
Date: Sat Jun 29 13:47:44 2013
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2011-09-07 (660 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
IpRoute:
 default via 192.168.2.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.104  metric 1
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MarkForUpload: True
PrefSources:
 prefs.js
 
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
Profiles: Profile0 (Default) - LastVersion=21.0/20130512194354 (Out of date)
RelatedPackageVersions:
 google-talkplugin 3.17.0.0-1
 rhythmbox-mozilla 2.97-1ubuntu6.1
 totem-mozilla 3.4.3-0ubuntu5
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to quantal on 2013-04-06 (83 days ago)
WifiSyslog:
 
dmi.bios.date: 08/18/2010
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: 6.00 R1.20.2924.A1
dmi.board.name: D2924-A1
dmi.board.vendor: FUJITSU
dmi.board.version: S26361-D2924-A1
dmi.chassis.type: 3
dmi.chassis.vendor: FUJITSU
dmi.chassis.version: C$EIP2
dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.20.2924.A1:bd08/18/2010:svnFUJITSU:pnESPRIMOE9900:pvr:rvnFUJITSU:rnD2924-A1:rvrS26361-D2924-A1:cvnFUJITSU:ct3:cvrC$EIP2:
dmi.product.name: ESPRIMO E9900
dmi.sys.vendor: FUJITSU

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  update-manager  Details: installArchives()failed:

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

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

[Bug 1191990] Re: add support for pam-auth-update

2013-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libpwquality - 1.2.2-1

---
libpwquality (1.2.2-1) unstable; urgency=low


  [ Timo Aaltonen ]
  * libpam-pwquality: Add a config file for pam-auth-update.
(Closes: #703817, LP: #1191990)

  [ Michael Biebl ]
  * New upstream release.

 -- Michael Biebl bi...@debian.org  Sat, 29 Jun 2013 05:25:51 +0200

** Changed in: libpwquality (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/1191990

Title:
  add support for pam-auth-update

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

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


[Bug 1196014] Re: update-manager Details: installArchives()failed:

2013-06-29 Thread Chris Coulson
This seems like local filesystem corruption, In any case, this is not a
Firefox bug

** Package changed: firefox (Ubuntu) = ubuntu

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

Title:
  update-manager  Details: installArchives()failed:

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

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


[Bug 1016181] Re: ath chip reset failed

2013-06-29 Thread gouri
For the first time I just observed that wireless LAN failed on my Asus
n55s.

I can assert that this hasn't been happening for weeks. It may be the
first time this happens at all on this machine. Wireless LAN has always
worked well, and now failing.

For the past hour and the half, dmesg spits around 30 messages per
second burst rate, a repetition of

Jun 29 13:00:29 n55sf-l kernel: [727461.166426] ath: phy0: Chip reset failed
Jun 29 13:00:29 n55sf-l kernel: [727461.166428] ath: phy0: Unable to reset 
channel, reset status -22
Jun 29 13:00:29 n55sf-l kernel: [727461.166432] ath: phy0: Unable to set channel
Jun 29 13:00:29 n55sf-l kernel: [727461.180256] ath: phy0: DMA failed to stop 
in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
Jun 29 13:00:29 n55sf-l kernel: [727461.180268] ath: phy0: Could not stop RX, 
we could be confusing the DMA engine when we start RX up
Jun 29 13:00:29 n55sf-l kernel: [727461.251940] ath: phy0: Failed to stop TX 
DMA, queues=0x10f!

FWIW, here are the first messages before that endless loop :


Jun 29 12:33:45 n55sf-l kernel: [725859.090225] irq 17: nobody cared (try 
booting with the irqpoll option)
Jun 29 12:33:45 n55sf-l kernel: [725859.090240] Pid: 0, comm: swapper/0 
Tainted: G   O 3.5.0-34-generic #55-Ubuntu
Jun 29 12:33:45 n55sf-l kernel: [725859.090244] Call Trace:
Jun 29 12:33:45 n55sf-l kernel: [725859.090248]  IRQ  [810e1a8d] 
__report_bad_irq+0x3d/0xe0
Jun 29 12:33:45 n55sf-l kernel: [725859.090269]  [810e1f52] 
note_interrupt+0x1c2/0x210
Jun 29 12:33:45 n55sf-l kernel: [725859.090282]  [81391f8a] ? 
intel_idle+0xea/0x150
Jun 29 12:33:45 n55sf-l kernel: [725859.090292]  [810df6f7] 
handle_irq_event_percpu+0xa7/0x1f0
Jun 29 12:33:45 n55sf-l kernel: [725859.090300]  [810df88e] 
handle_irq_event+0x4e/0x80
Jun 29 12:33:45 n55sf-l kernel: [725859.090307]  [810e2a8a] 
handle_fasteoi_irq+0x5a/0x100
Jun 29 12:33:45 n55sf-l kernel: [725859.090319]  [81015072] 
handle_irq+0x22/0x40
Jun 29 12:33:45 n55sf-l kernel: [725859.090328]  [8168c08a] 
do_IRQ+0x5a/0xe0
Jun 29 12:33:45 n55sf-l kernel: [725859.090340]  [8168262a] 
common_interrupt+0x6a/0x6a
Jun 29 12:33:45 n55sf-l kernel: [725859.090343]  EOI  [81391f8a] ? 
intel_idle+0xea/0x150
Jun 29 12:33:45 n55sf-l kernel: [725859.090359]  [81391f6b] ? 
intel_idle+0xcb/0x150
Jun 29 12:33:45 n55sf-l kernel: [725859.090371]  [81525f09] 
cpuidle_enter+0x19/0x20
Jun 29 12:33:45 n55sf-l kernel: [725859.090378]  [81526549] 
cpuidle_idle_call+0xa9/0x240
Jun 29 12:33:45 n55sf-l kernel: [725859.090386]  [8101c45f] 
cpu_idle+0xaf/0x120
Jun 29 12:33:45 n55sf-l kernel: [725859.090394]  [8164f52e] 
rest_init+0x72/0x74
Jun 29 12:33:45 n55sf-l kernel: [725859.090405]  [81cf3bf3] 
start_kernel+0x3cf/0x3dc
Jun 29 12:33:45 n55sf-l kernel: [725859.090414]  [81cf3673] ? 
do_early_param+0x91/0x91
Jun 29 12:33:45 n55sf-l kernel: [725859.090424]  [81cf3356] 
x86_64_start_reservations+0x131/0x135
Jun 29 12:33:45 n55sf-l kernel: [725859.090432]  [81cf345a] 
x86_64_start_kernel+0x100/0x10f
Jun 29 12:33:45 n55sf-l kernel: [725859.090436] handlers:
Jun 29 12:33:45 n55sf-l kernel: [725859.090458] [a03cf370] ath_isr 
[ath9k]
Jun 29 12:33:45 n55sf-l kernel: [725859.090464] Disabling IRQ #17
Jun 29 12:33:46 n55sf-l wpa_supplicant[8690]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=e2:7d:2b:89:47:58 reason=4
Jun 29 12:33:46 n55sf-l kernel: [725859.398377] cfg80211: All devices are 
disconnected, going to restore regulatory settings
Jun 29 12:33:46 n55sf-l kernel: [725859.398388] cfg80211: Restoring regulatory 
settings
Jun 29 12:33:46 n55sf-l NetworkManager[1136]: info (wlan0): supplicant 
interface state: completed - disconnected
Jun 29 12:33:46 n55sf-l kernel: [725859.406889] cfg80211: Ignoring regulatory 
request Set by core since the driver uses its own custom regulatory domain
Jun 29 12:33:46 n55sf-l kernel: [725859.406930] cfg80211: World regulatory 
domain updated:
Jun 29 12:33:46 n55sf-l kernel: [725859.406934] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jun 29 12:33:46 n55sf-l kernel: [725859.406940] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (300 mBi, 2000 mBm)
Jun 29 12:33:46 n55sf-l kernel: [725859.406945] cfg80211:   (2457000 KHz - 
2482000 KHz @ 2 KHz), (300 mBi, 2000 mBm)
Jun 29 12:33:46 n55sf-l kernel: [725859.406949] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (300 mBi, 2000 mBm)
Jun 29 12:33:46 n55sf-l kernel: [725859.406953] cfg80211:   (517 KHz - 
525 KHz @ 4 KHz), (300 mBi, 2000 mBm)
Jun 29 12:33:46 n55sf-l kernel: [725859.406958] cfg80211:   (5735000 KHz - 
5835000 KHz @ 4 KHz), (300 mBi, 2000 mBm)
Jun 29 12:33:46 n55sf-l kernel: [725859.927455] ath: phy0: RX failed to go idle 
in 10 ms RXSM=0x
Jun 29 12:33:46 n55sf-l kernel: [725859.941833] ath: phy0: DMA failed to stop 
in 10 ms 

[Bug 1180067] Re: No icons on buttons

2013-06-29 Thread GamePad64
Yes, I have tested it now on a fresh Ubuntu installation with raring-
proposed enabled. Everything works like expected, icons display
normally.

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

Title:
  No icons on buttons

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

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


[Bug 1193950] Re: libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using a non-POSIX archiver

2013-06-29 Thread Benjamin Drung
** Changed in: libkibi (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  libkibi: FTBFS: warning: 'libkibi.la': linking libtool libraries using
  a non-POSIX archiver

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

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


[Bug 1196016] [NEW] package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade: Didn't notice full boot partition

2013-06-29 Thread Ralf Engels
Public bug reported:

apt-get (again) did not check for the available disk size and failed to
notice that the boot partition was too small.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: initramfs-tools 0.103ubuntu0.7
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv btrfs libcrc32c ufs 
qnx4 hfsplus hfs minix ntfs msdos xfs reiserfs usblp nls_iso8859_1 usb_storage 
pci_stub deflate zlib_deflate ctr twofish_generic twofish_x86_64_3way 
twofish_x86_64 twofish_common camellia_generic camellia_x86_64 dm_crypt 
serpent_sse2_x86_64 cryptd lrw serpent_generic xts gf128mul blowfish_generic 
blowfish_x86_64 blowfish_common cast5 des_generic kvm_intel xcbc kvm rmd160 
bnep sha512_generic rfcomm bluetooth parport_pc ppdev gpio_ich crypto_null 
joydev af_key xfrm_algo binfmt_misc nfsd nfs lockd fscache auth_rpcgss nfs_acl 
sunrpc ext2 snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
microcode psmouse serio_raw snd_seq_midi snd_rawmidi nvidia snd_seq_midi_event 
snd_seq snd_timer snd_seq_device snd mac_hid lpc_ich soundcore snd_page_alloc 
coretemp lp parport jfs vesafb hid_microsoft usbhid hid atl1e pata_marvell ahci 
libahci
ApportVersion: 2.9.2-0ubuntu8.2
Architecture: amd64
Date: Sat Jun 29 14:07:05 2013
DuplicateSignature: package:initramfs-tools:0.103ubuntu0.7:ErrorMessage: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: ErrorMessage: Unterprozess installiertes post-installation-Skript 
gab den Fehlerwert 1 zurück
MarkForUpload: True
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade: 
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
UpgradeStatus: Upgraded to raring on 2013-06-29 (0 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade:
  Didn't notice full boot partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1196016/+subscriptions

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

[Bug 1175155] Re: Error: (22, 'Invalid argument')

2013-06-29 Thread Misiek
Well, I rushed last comment.

Error: (22, 'Invalid argument') still appears in LTS 4.1.2-2ubuntu2.10, but 
only if I add Radeon HDA HDMI audio device. 
It isn't nessessary, since Xen is adding it automatically, and then it works, 
but listing it explicit in pci=['xx:xx.x'] is still causing bug to surface.

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

Title:
  Error: (22, 'Invalid argument')

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

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


[Bug 1196017] [NEW] Could not initialize the package information

2013-06-29 Thread abhishek kumar
Public bug reported:

i am using ubuntu 12.04 LTS .when i update by using update manager theh
i got the error

An unresolvable problem occurred while initializing the package
information.

Please report this bug against the 'update-manager' package and include
the following error message:

'E:Encountered a section with no Package: header, E:Problem with
MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-
backports_universe_binary-amd64_Packages, E:The package lists or status
file could not be parsed or opened.'

** Affects: update-manager (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/1196017

Title:
  Could not initialize the package information

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

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


[Bug 1180067] Re: No icons on buttons

2013-06-29 Thread Dmitry Shachnev
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  No icons on buttons

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

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


[Bug 1196019] [NEW] Chromium crashes with the error Illegal instruction (core dumped) with the newest apt-get version on Toshiba AC100, lubuntu 13.04

2013-06-29 Thread James Muirhead
Public bug reported:

I updated chromium-browser a few days ago using the Software Updater and
now it only provides the following error when run from command line...

Illegal instruction (core dumped)

When run from GUI, nothing usually happens and sometimes the crash
report box opens.

After a short discussion on the #AC100 forum at Freenode, we feel it may
be caused because the newest version has had Neon instructions compiled
in which are not compatable with the nVidia Tegra 2.

System: Toshiba AC100-10U (UK, 3G, 8GB)
OS: lubuntu 13.04
Policy Information...
chromium-browser:
  Installed: 28.0.1500.52-0ubuntu1.13.04.2
  Candidate: 28.0.1500.52-0ubuntu1.13.04.2
  Version table:
 *** 28.0.1500.52-0ubuntu1.13.04.2 0
500 http://ports.ubuntu.com/ubuntu-ports/ raring-updates/universe armhf 
Packages
500 http://ports.ubuntu.com/ubuntu-ports/ raring-security/universe 
armhf Packages
100 /var/lib/dpkg/status
 25.0.1364.160-0ubuntu3 0
500 http://ports.ubuntu.com/ubuntu-ports/ raring/universe armhf Package

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: chromium-browser 28.0.1500.52-0ubuntu1.13.04.2
Uname: Linux 3.1.10-6-ac100 armv7l
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: armhf
ChromiumPrefs: can't open profile 
/home/james/.config/chromium/Default/Preferences
Date: Sat Jun 29 12:44:07 2013
Desktop-Session:
 DESKTOP_SESSION = Lubuntu
 XDG_CONFIG_DIRS = /etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg
 XDG_DATA_DIRS = 
/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
MarkForUpload: True
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
chromium-default: CHROMIUM_FLAGS=
gconf-keys: /desktop/gnome/applications/browser/exec = 
b''/desktop/gnome/url-handlers/https/command = 
b''/desktop/gnome/url-handlers/https/enabled = 
b''/desktop/gnome/url-handlers/http/command = 
b''/desktop/gnome/url-handlers/http/enabled = 
b''/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = b''/desktop/gnome/interface/gtk_theme 
= b''

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf raring

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

Title:
  Chromium crashes with the error Illegal instruction (core dumped)
  with the newest apt-get version on Toshiba AC100, lubuntu 13.04

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

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


  1   2   3   4   5   >