[Bug 561475] Re: when sysctl net.ipv6.bindv6only=1, xinetd can not bind to both IPv4 and IPv6 on same port

2012-04-15 Thread LtWorf
In general the open group defines that parameter to be 0 by default:
http://pubs.opengroup.org/onlinepubs/007904875/functions/xsh_chap02_10.html

So all the developers assume it to be 0 unless they set it explicitly in
their code.

You might want to patch your broken application instead of reporting a
bug caused by local settings.

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

Title:
  when sysctl net.ipv6.bindv6only=1, xinetd can not bind to both IPv4
  and IPv6 on same port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinetd/+bug/561475/+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 592442] Re: fopen fails on some SSL urls

2012-04-15 Thread Anders Østhus
I'm seeing this issue on 12.04 as well.

Just for completeness I've tested with the same script on the latest
10.04, 10.10, 11.04, 11.10 and 12.04.

The script I'm using is:
?php
$ufurl = https://graph.facebook.com/19292868552;;
$fp = fopen($ufurl, 'r');
$data = fread($fp, 1);
var_dump($data);
?

Results:
10.04:
PHP 5.3.2-1ubuntu4.14 with Suhosin-Patch
OpenSSL 0.9.8k 25 Mar 2009
Data recieved from Facebook.

10.10:
PHP 5.3.3-1ubuntu9.10 with Suhosin-Patch
OpenSSL 0.9.8o 01 Jun 2010
Data recieved from Facebook.

11.04:
PHP 5.3.5-1ubuntu7.7 with Suhosin-Patch
OpenSSL 0.9.8o 01 Jun 2010
Data recieved from Facebook.

11.10:
PHP 5.3.6-13ubuntu3.6 with Suhosin-Patch
OpenSSL 1.0.0e 6 Sep 2011
Data recieved from Facebook.

12.04 (latest available packages):
PHP 5.3.10-1ubuntu3 with Suhosin-Patch
OpenSSL 1.0.1 14 Mar 2012
Result:
PHP Warning:  fopen(): SSL: crypto enabling timeout in /home/ubuntu/ssltest.php 
on line 3
PHP Warning:  fopen(): Failed to enable crypto in /home/ubuntu/ssltest.php on 
line 3
PHP Warning:  fopen(https://graph.facebook.com/19292868552): failed to open 
stream: operation failed in /home/ubuntu/ssltest.php on line 3
PHP Warning:  fread() expects parameter 1 to be resource, boolean given in 
/home/ubuntu/ssltest.php on line 4
bool(false)

So it seems like this is a regression in either PHP or OpenSSL. I'm
guessing OpenSSL, since I'm seeing similar behavior in Ruby aswell.

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

Title:
  fopen fails on some SSL urls

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/592442/+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 592442] Re: fopen fails on some SSL urls

2012-04-15 Thread Anders Østhus
Seems like this issue is tracked in #965371 for Precise.

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

Title:
  fopen fails on some SSL urls

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/592442/+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 981520] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-04-15 Thread Apport retracing service
*** This bug is a duplicate of bug 913809 ***
https://bugs.launchpad.net/bugs/913809

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/981520/+attachment/3064670/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/981520/+attachment/3064672/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/981520/+attachment/3064673/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/981520/+attachment/3064674/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/981520/+attachment/3064675/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/981520/+attachment/3064676/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/981520/+attachment/3064677/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 913809

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/981520/+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 729719] Re: munin-cgi-graph fails on multigraphs

2012-04-15 Thread Bug Watch Updater
** Changed in: munin (Debian)
   Status: New = Fix Released

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

Title:
  munin-cgi-graph fails on multigraphs

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/729719/+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 981835] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-04-15 Thread Apport retracing service
*** This bug is a duplicate of bug 944179 ***
https://bugs.launchpad.net/bugs/944179

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/981835/+attachment/3067271/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/981835/+attachment/3067273/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/981835/+attachment/3067274/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/981835/+attachment/3067275/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/981835/+attachment/3067276/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/981835/+attachment/3067277/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/981835/+attachment/3067278/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 944179

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/981835/+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 980682] Re: package bind9 1:9.8.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package bind9 1:9.8.1.dfsg.P1-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/980682/+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 980682] Re: package bind9 1:9.8.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-15 Thread Dario Bertini
I got this as well, now apt and dpkg are completely unusable, I attached
my last terminal session in which I tried to uninstall bind9 to get rid
of the problem


** Attachment added: aptoutput
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/980682/+attachment/3073028/+files/aptoutput

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

Title:
  package bind9 1:9.8.1.dfsg.P1-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/980682/+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 722938] Re: This RRD was created on another architecture

2012-04-15 Thread Dmitry Katsubo
The problem exists in 1.3.8 as well. Looking at Debian PTS, it seems
like 1.3.1 was the latest unaffected version in 1.3.x series.

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

Title:
  This RRD was created on another architecture

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/722938/+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 982704] [NEW] package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-04-15 Thread Jim Roberts
Public bug reported:

doing a upgrade

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba-common-bin 2:3.6.3-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic i686
ApportVersion: 2.0.1-0ubuntu3
Architecture: i386
Date: Sun Apr 15 18:37:57 2012
DuplicateSignature:
 Setting up samba-common-bin (2:3.6.3-2ubuntu1) ...
 update-alternatives: error: /var/lib/dpkg/alternatives/testparm corrupt: line 
not terminated while trying to read status
 dpkg: error processing samba-common-bin (--configure):
  subprocess installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
SourcePackage: samba
Title: package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to precise on 2012-04-06 (9 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

2012-04-15 Thread Jim Roberts
-- 
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/982704

Title:
  package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

2012-04-15 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/982704/+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 982739] [NEW] package winbind 2:3.6.3-2ubuntu2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-04-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

sudo apt-get dist-upgrade
get this error

cat /etc/issue
Ubuntu precise (development branch) \n \l

Linux lemb-VM 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09
UTC 2012 i686 athlon i386 GNU/Linux

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: winbind 2:3.6.3-2ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
ApportVersion: 2.0.1-0ubuntu3
AptOrdering:
 winbind: Configure
 libpam-winbind: Configure
Architecture: i386
Date: Mon Apr 16 05:34:15 2012
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: samba
Title: package winbind 2:3.6.3-2ubuntu2 failed to install/upgrade: подпроцесс 
установлен сценарий post-installation возвратил код ошибки 1
UpgradeStatus: Upgraded to precise on 2012-03-30 (16 days ago)

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


** Tags: apport-package i386 precise
-- 
package winbind 2:3.6.3-2ubuntu2 failed to install/upgrade: подпроцесс 
установлен сценарий post-installation возвратил код ошибки 1
https://bugs.launchpad.net/bugs/982739
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in Ubuntu.

-- 
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 982739] Re: package winbind 2:3.6.3-2ubuntu2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-04-15 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu = samba (Ubuntu)

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

Title:
  package winbind 2:3.6.3-2ubuntu2 failed to install/upgrade: подпроцесс
  установлен сценарий post-installation возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/982739/+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 981416] Re: Passthrough via SPDIF stopped working

2012-04-15 Thread Ken Norris
Thanks for the feedback. I'm in awe.

I think it unlikely to be a cable matter but will get hw to test.

I have the digital pass-through configured with Mythtv  
(ALSA:hw:CARD=NVidia,DEV=3) as has worked well for months (The PulseAudio 
observation was a red herring, sorry. I don't use it.).
Tried other configurations but no dice.  DD 5.1  displays DD 3/2 on the 
receiver but stays silent. DTS still shows on the receiver as DD 3/2 but is 
silent. PCM works fine through the same optical cable.

Perhaps a MoBo fault? But don't know how to test.

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

Title:
  Passthrough via SPDIF stopped working

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

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


[Bug 972785] Re: Unable to add new startup applications

2012-04-15 Thread Robin Sheat
$ ls .local/share/applications/
alacarte-made.desktop   number-none_com-braid_1.desktop
bit-blot_com-aquaria_1.desktop  PenumbraOverture.desktop
frozenbyte-Survivor.desktop wine
frozenbyte-Trine.desktopwireshark.desktop
galaxy-nexus.desktopwolfire_com-lugaru_1.desktop
mimeapps.list

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

Title:
  Unable to add new startup applications

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

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


[Bug 910287] Re: ps hangs when listing root processes

2012-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: procps (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/910287

Title:
  ps hangs when listing root processes

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

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


[Bug 910287] Re: ps hangs when listing root processes

2012-04-15 Thread Michael Burge
I'm getting this also. I have a Skype instance that doesn't terminate
when closed, but otherwise appears to function normally. When I list all
processes with ps -ax, it hangs and can't be killed.

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

Title:
  ps hangs when listing root processes

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

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


[Bug 893225] Re: Window decorations disappear after suspend/resume

2012-04-15 Thread Lonnie Lee Best
One time, after suspending (and coming back), application's menus would
disappear after hovering over the Unity title bar (top-left panel bar).
If I hovered far-left the menu would stay up, but as soon as I'd try to
hover to one of the right-most menu-options it would disappear before I
could click and select it or anything from its drop-down-of-options. I
don't know it this is related, and I can't reproduce it either.

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

Title:
  Window decorations disappear after suspend/resume

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

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


[Bug 975453] Re: gnumeric sort by column does not work

2012-04-15 Thread Andreas Guelzow
No: delete all columns using clear and add column 1000. (It will never
automatically add 1 columns unless you specified that in
edit-preferences-sorting)

What did you think was the purpose of the clear button?

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

Title:
  gnumeric sort by column does not work

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

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


[Bug 975453] Re: gnumeric sort by column does not work

2012-04-15 Thread Andreas Guelzow
The maximum you can specify in edit-preferences-sorting appears to be
50, so it will never automatically add 1000 columns.

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

Title:
  gnumeric sort by column does not work

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

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


[Bug 867682] Re: telepathy-gabble crashed with signal 5 in g_simple_async_result_complete()

2012-04-15 Thread Jiri Vaclavovic
12.04, 64bit, occured usualy several seconds after system resume
(ThinkPad 420)

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

Title:
  telepathy-gabble crashed with signal 5 in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/867682/+subscriptions

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


[Bug 981850] Re: FFe: Sync ocrfeeder 0.7.9-1 (universe) from Debian sid (main)

2012-04-15 Thread Fabrice Coutadeur
** Changed in: ocrfeeder (Ubuntu)
   Status: New = In Progress

** Changed in: ocrfeeder (Ubuntu)
 Assignee: (unassigned) = Fabrice Coutadeur (fabricesp)

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

Title:
  FFe: Sync ocrfeeder 0.7.9-1 (universe) from Debian sid (main)

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

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


[Bug 982091] [NEW] YouTube video crashes 12.04 LTS

2012-04-15 Thread John Schanlaub
Public bug reported:

YouTube video crashes 12.04 to black screen and then goes to log-in
screen. Log back in and cycle repeats.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 11.0+build1-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  john   5186 F pulseaudio
BuildID: 20120410121533
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 22'
   Mixer name   : 'Realtek ALC1200'
   Components   : 'HDA:10ec0888,103c2a6d,00100101'
   Controls  : 48
   Simple ctrls  : 22
Channel: release
Date: Sun Apr 15 02:12:59 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120414)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.101  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
PciNetwork:
 
Plugins:
 Shockwave Flash - Lib=libflashplayer.so, 
Location=/usr/lib/flashplugin-installer
 iTunes Application Detector - Lib=librhythmbox-itms-detection-plugin.so, 
Location=/usr/lib/mozilla/plugins
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=11.0/20120410121533 (Running)
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/22/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 5.29
dmi.board.name: Nettle3
dmi.board.vendor: ECS
dmi.board.version: 2.1
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.29:bd05/22/2009:svnHewlett-Packard:pnD5468AT-ABAALONPAV:pvr1331211RE101EXPLO0:rvnECS:rnNettle3:rvr2.1:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: D5468AT-ABA ALONPAV
dmi.product.version: 1331211RE101EXPLO0
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug precise release-channel

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

Title:
  YouTube video crashes 12.04 LTS

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

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


[Bug 982091] Re: YouTube video crashes 12.04 LTS

2012-04-15 Thread John Schanlaub
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982091

Title:
  YouTube video crashes 12.04 LTS

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

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


[Bug 982084] Re: Default Applications Needs Its Own Icon!

2012-04-15 Thread Varun Priolkar
It needs more of a upstream change in gnome.

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

Title:
  Default Applications Needs Its Own Icon!

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

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


[Bug 982084] Re: Default Applications Needs Its Own Icon!

2012-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  Default Applications Needs Its Own Icon!

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

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


[Bug 981737] Re: compiz segfaults at initiation

2012-04-15 Thread Hugo Venhorst
Last night the system picked up on the crash and made an automated bug
report. Good chance it has some useful information. See bug #981907

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

Title:
  compiz segfaults  at initiation

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

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


[Bug 838792] Re: Restart logs out, even when there are no other people logged in

2012-04-15 Thread bruce
i encountered the same problem in ubuntu 10.04.4
maybe the following image can help you.
in the logout applet of cairo-dock ,only the option 'log out' and the option 
'lock screen'  is enabled,  all other options are disabled.
but after a relogin, everything is enabled.


** Attachment added: screenshot of the logout applet of cairo dock
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/838792/+attachment/3069341/+files/%E8%8F%9C%E5%8D%95_019.png

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

Title:
  Restart logs out, even when there are no other people logged in

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

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


[Bug 981750] Re: HAving problems playing videos in firefox from youtube and other sites. unable to play streaming audio anymore either.

2012-04-15 Thread Vadim Rutkovsky
** Package changed: gnome-terminal (Ubuntu) = firefox (Ubuntu)

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

Title:
  HAving problems playing videos in firefox from youtube and other
  sites. unable to play streaming audio anymore either.

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

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


[Bug 982094] [NEW] Compiz - Memory Leak and high CPU until- Unity 11.10

2012-04-15 Thread Oded Sela
Public bug reported:

After one week of work compiz takes ~500MiB of Memory usage and high CPU
utilizaiton. See top below.


odedse@tp-odedse:~$ top

top - 09:20:47 up 10 days, 17:06,  1 user,  load average: 0.13, 0.12, 0.13
Tasks: 231 total,   4 running, 227 sleeping,   0 stopped,   0 zombie
Cpu(s): 15.8%us,  3.3%sy,  0.0%ni, 80.6%id,  0.2%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   4009216k total,  3646524k used,   362692k free,   305680k buffers
Swap:  4073468k total,75904k used,  3997564k free,  1718960k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 2024 odedse20   0  805m 449m  16m R   38 11.5   1091:01 compiz  

odedse@tp-odedse:~$ uptime
 09:23:27 up 10 days, 17:08,  1 user,  load average: 0.17, 0.12, 0.13

odedse@tp-odedse:~$ ps aux |grep compiz
odedse2024  7.0 11.4 681664 460048 ?   Sl   Apr04 1093:00 compiz
odedse2307  0.0  0.0   2048   512 ?Ss   Apr04   0:00 /bin/sh -c 
/usr/bin/compiz-decorator

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

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

Title:
  Compiz - Memory Leak and high CPU until- Unity 11.10

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

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


[Bug 982070] Re: full screen doesn't display, it just stretches the player, , and after updating plugins sound works, video comes only for a second sometimes

2012-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: totem (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/982070

Title:
  full screen doesn't display, it just stretches the player,, and after
  updating plugins sound works, video comes only for a second sometimes

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

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


[Bug 982094] Re: Compiz - Memory Leak and high CPU until- Unity 11.10

2012-04-15 Thread Varun Priolkar
In 12.04 after 2 days of the computer being on, compiz memory usage is
78 MB...

** Changed in: compiz (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/982094

Title:
  Compiz - Memory Leak and high CPU until- Unity 11.10

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

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


[Bug 981920] Re: Sync moodle 1.9.9.dfsg2-6 (universe) from Debian unstable, security l10 fixes

2012-04-15 Thread Fabrice Coutadeur
** Changed in: moodle (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: moodle (Ubuntu)
 Assignee: (unassigned) = Fabrice Coutadeur (fabricesp)

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

Title:
  Sync moodle 1.9.9.dfsg2-6 (universe) from Debian unstable, security 
  l10 fixes

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

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


[Bug 981850] Re: FFe: Sync ocrfeeder 0.7.9-1 (universe) from Debian sid (main)

2012-04-15 Thread Fabrice Coutadeur
Sync requested: thank you!

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

** Changed in: ocrfeeder (Ubuntu)
 Assignee: Fabrice Coutadeur (fabricesp) = (unassigned)

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

Title:
  FFe: Sync ocrfeeder 0.7.9-1 (universe) from Debian sid (main)

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

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


[Bug 449419] Re: Shortcuts and Stack Plugins doesn't work properly sometimes

2012-04-15 Thread bruce
i have the same problem but even worse. the shortcuts applet  does not
work at all.

ubuntu 10.04.4
nautilus 2.31.1
cairo dock 3.0.0.0rc1
shortcuts 1.3.3

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

Title:
  Shortcuts and Stack Plugins doesn't work properly sometimes

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

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


[Bug 982098] [NEW] BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0

2012-04-15 Thread Viesturs Zariņš
Public bug reported:

Booted daily build on Dell XPS 15z.
Started installer, connected to wireless.

The screen switched to console for a second and switched back to desktop.
Error reporting dialog appeared.

System seems to be running fine after that.

ProblemType: KernelOops
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-23-generic 3.2.0-23.36
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
AcpiTables:
 
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 3337 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 23'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:10ec0269,10280446,00100100 
HDA:80862805,80860101,0010'
   Controls  : 24
   Simple ctrls  : 11
CasperVersion: 1.314
Date: Sun Apr 15 06:31:50 2012
Failure: oops
LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120414)
MachineType: Dell Inc. Dell System XPS 15Z
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --  acpi=off
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-1ubuntu18
SourcePackage: linux
StagingDrivers: mei
Title: BUG: unable to handle kernel NULL pointer dereference at 00f0
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/26/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 00WW5M
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/26/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn00WW5M:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS 15Z
dmi.sys.vendor: Dell Inc.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops kernel-oops precise staging

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  00f0

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

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


[Bug 982098] Re: BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0

2012-04-15 Thread Viesturs Zariņš
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982098

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  00f0

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

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


[Bug 682788] Re: Global menu is not ergonomical on large screens

2012-04-15 Thread Varun Priolkar
The problem should be solved by Locally Integrated Mienus which will
arrive in 12.10...

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

Title:
  Global menu is not ergonomical on large screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions

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


[Bug 531190] Re: upower (devkit-power) reporting bad data when AC cable is unplugged

2012-04-15 Thread HousieMousie2
Still present on 11.10, fully updated.
Toshiba NB505
(Dell)Alienware M17x

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

Title:
  upower (devkit-power) reporting bad data when AC cable is unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/devicekit-power/+bug/531190/+subscriptions

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


[Bug 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-04-15 Thread dino99
** Tags added: i386 precise

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

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

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


[Bug 1] Re: Microsoft has a majority market share

2012-04-15 Thread Leftfillall
** Branch linked: lp:~leftfillall/cruft/1reid

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

Title:
  Microsoft has a majority market share

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

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


[Bug 982103] [NEW] package lcdproc 0.5.5-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-15 Thread Suky
Public bug reported:

It persist even if quite a few updates/upgrades occurred.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: lcdproc 0.5.5-2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu3
AptOrdering:
 xdiagnose: Install
 lcdproc: Configure
 lcdproc-dbg: Configure
 lcdproc-extra-drivers: Configure
 xdiagnose: Configure
Architecture: i386
Date: Sun Apr 15 08:52:45 2012
DuplicateSignature:
 Setting up lcdproc (0.5.5-2) ...
 Starting LCDd: invoke-rc.d: initscript LCDd, action start failed.
 dpkg: error processing lcdproc (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: lcdproc
Title: package lcdproc 0.5.5-2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-04-08 (6 days ago)

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


** Tags: apport-package i386 precise

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

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

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

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


[Bug 982103] Re: package lcdproc 0.5.5-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-15 Thread Suky
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982103

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

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

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


[Bug 982103] Re: package lcdproc 0.5.5-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-15 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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

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

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


[Bug 977277] Re: UPNP discovery 3 times slower than in ubuntu 11.10

2012-04-15 Thread EricDHH
That's bad for ubuntu as multimedia os, within 11.10 totem coherence was
suspended so there are no other choices. Coherence was massive faster
than vlc. UPNP is growing very fast, we need a good software for this.

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

Title:
  UPNP discovery 3 times slower than in ubuntu 11.10

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

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


[Bug 982102] [NEW] Unity's keyboard shortcut overlay does not appear by pressing the Windows/Super key

2012-04-15 Thread Paul White
Public bug reported:

I've recently installed 12.04 o to my netbook. The shortcut overlay does
not appear when pressing the the Windows or Super key.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.10.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu3
Architecture: i386
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sun Apr 15 07:50:04 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c05d]
   Subsystem: Samsung Electronics Co Ltd Device [144d:c05d]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120408)
MachineType: SAMSUNG ELECTRONICS CO., LTD. N130
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=341ed6a5-cff0-48cd-b63e-53ac712a7a11 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/13/2009
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 05CM.M011.20091013.JIP
dmi.board.name: N130
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr05CM.M011.20091013.JIP:bd10/13/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnN130:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN130:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N130
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


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

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

Title:
  Unity's keyboard shortcut overlay does not appear by pressing the
  Windows/Super key

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

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


[Bug 982102] Re: Unity's keyboard shortcut overlay does not appear pressing Windows/Super key

2012-04-15 Thread Paul White
** Summary changed:

- Unity's keyboard shortcut overlay does not appear pressing Windows/Super key
+ Unity's keyboard shortcut overlay does not appear by pressing the 
Windows/Super key

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

Title:
  Unity's keyboard shortcut overlay does not appear by pressing the
  Windows/Super key

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

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


[Bug 981850] Re: FFe: Sync ocrfeeder 0.7.9-1 (universe) from Debian sid (main)

2012-04-15 Thread Fabrice Coutadeur
This bug was fixed in the package ocrfeeder - 0.7.9-1
Sponsored for Bernhard Reiter (ockham-razor)

---
ocrfeeder (0.7.9-1) unstable; urgency=low

  * New upstream release (Closes: #661499).
  * debian/copyright: update format URL to version 1.0.
  * debian/copyright: add copyright information for Debian files.
  * Drop 03_missing-help-file.patch, it's already in this release.

 -- Alberto Garcia agar...@igalia.com  Wed, 11 Apr 2012 22:26:53 +0300

** Changed in: ocrfeeder (Ubuntu)
   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/981850

Title:
  FFe: Sync ocrfeeder 0.7.9-1 (universe) from Debian sid (main)

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

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


[Bug 981785] Re: LibreOffice icons for writer and calc are not displayed under KDE

2012-04-15 Thread Julien Aubin
Attached the screenshot.

** Attachment added: IMG_0558.JPG
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/981785/+attachment/3069479/+files/IMG_0558.JPG

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

Title:
  LibreOffice icons for writer and calc are not displayed under KDE

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

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


[Bug 981314] Re: ply-buffer.c:184: ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

2012-04-15 Thread Steve Langasek
Bob,

The debug log you've attached doesn't show this workaround ever being
triggered - there are no messages about on_session_output being called
with a NULL boot_buffer.  I also see that the two debug logs you
attached were identical; did you perhaps attach the wrong one the second
time, or did no debug log get written the second time?

Anyway, the interesting bit in the log is this:

[ply-terminal-session.c]   ply_terminal_session_attach:ptmx not 
passed in, creating one
[ply-terminal-session.c]   open_pseudoterminal:opening 
device '/dev/ptmx'
[ply-terminal-session.c]   ply_terminal_session_attach:could 
not create pseudo-terminal: No space left on device
[main.c]  main:could not create 
session: No space left on device

This is because plymouth starts before the virtual-filesystems event is
emitted, guaranteeing a writable /dev.  When using an initramfs, /dev/
will have been mounted before execing init, so this always succeeds;
when it fails, attach_to_running_session() will deallocate the boot
buffer, and nothing allocates it again the next time this function is
called.

That gives enough information to hunt down a proper fix for this,
thanks.  Marking as triaged.

** Changed in: plymouth (Ubuntu)
   Status: Incomplete = Triaged

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

** Summary changed:

- ply-buffer.c:184: ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' 
failed.
+ assertion failure without initramfs: ply-buffer.c:184: 
ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

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

Title:
  assertion failure without initramfs: ply-buffer.c:184:
  ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

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

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


[Bug 959097] Re: FFe: Sync opennebula 3.2.1-2 (universe) from Debian sid (main)

2012-04-15 Thread Fabrice Coutadeur
This bug was fixed in the package opennebula - 3.2.1-2
Sponsored for Jaime Melis (j-melis)

---
opennebula (3.2.1-2) unstable; urgency=low

  * Fix Overwrites the admin password on upgrades: Merge proposed patch
from Guido Günther. (Closes: #666050).
  * Fix File conflict with opennebula 2.2.1-1: Add Breaks/Replaces on
opennebula ( 3.2.1-1~) (Closes: #665952).
  * Fix oneacct does not look in system wide locations for require's:
Backport upstream fix from bugID:1063 (Closes: #663075).
  * opennebula-node Recommends: openssh-server | ssh-server (Closes: #665948).
  * d/README.Debian: Update for new onehost syntax (Closes: #665975).
  * d/rules: Enable security hardening options and -Wl,--as-needed.

 -- Damien Raude-Morvan draz...@debian.org  Sun, 01 Apr 2012 13:20:07
+0200

opennebula (3.2.1-1) unstable; urgency=low

  [ Jaime Melis ]
  * New upstream release (3.2.1)
- New package structure (Closes: #611282)
- Network drivers (Closes: #657323)
  * Create password after installation
  * Sunstone init script (Closes: #657032 and Closes: #657030)
  * Enable sunstone_system_jquery.diff
  * Explain usage of controller as node (Closes: #657981)

  [ Damien Raude-Morvan ]
  * d/control: Wrap-and-sort.
  * Add lintian-overrides for ruby-script-but-no-ruby-dep
because ruby-opennebula already depends on ruby | ruby-interpreter.
  * d/copyright: Update to DEP-5 latest release and cleanup.
  * d/opennebula.install: Don't install OCCI UI yet (need more work for
FHS compliance).
  * d/rules: Add override to cleanup some extra-license-file.

 -- Damien Raude-Morvan draz...@debian.org  Wed, 22 Feb 2012 20:29:46
+0100

opennebula (3.2.0-1) UNRELEASED; urgency=low

  * New upstream release (3.2.0)
- Refresh all other patches for changes made upstream.
- Disable node_creation_help.diff for now.
- Disable sunstone_system_jquery.diff for now.
  * d/opennebula.manpages: Use upstream manpages when available.

 -- Jaime Melis jme...@opennebula.org  Thu, 19 Jan 2012 18:01:12 +0100

opennebula (3.0.0-1) UNRELEASED; urgency=low

  * New upstream release (3.0.0):
- d/patches/0015-Fix-scons-tests-for-xml-rpc-c-with-gcc-4.6.patch,
d/patches/0017-Fix-compilation-warnings-with-gcc4.6.patch: Drop, merged
upstream.
- Refresh all other patches for changes made upstream.
- Disable node_creation_help.diff for now.
  * d/opennebula.manpages: Use upstream manpages when available.
  * d/opennebula{,-doc}.install: Old script from /usr/lib/one/remotes/
and samples hooks, dropped.

 -- Damien Raude-Morvan draz...@debian.org  Fri, 07 Oct 2011 19:58:12
+0200

** Changed in: opennebula (Ubuntu)
   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/959097

Title:
  FFe: Sync opennebula 3.2.1-2 (universe) from Debian sid (main)

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

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

[Bug 919928] Re: Kernel Oops - BUG: unable to handle kernel paging request at 2d6d6c2f; EIP is at unlink_anon_vmas+0x3f/0x170

2012-04-15 Thread dino99
Actually tested:
- 3.2.0-23.37~pre201204140400
- 3.3.1-030301.201204021435
- 3.4.0-030400rc2.201204072235
- 3.4.0-999_3.4.0-999.201204140407

As explained into comment #10 above, i use and test the latest kernel
available.

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

Title:
  Kernel Oops - BUG: unable to handle kernel paging request at 2d6d6c2f;
  EIP is at unlink_anon_vmas+0x3f/0x170

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

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


[Bug 630203] Re: Macintosh keyboard layout is wrong

2012-04-15 Thread Anders Nor Berle
The norwegian mac keyboard layout is wrong as well, using a normal apple
usb keyboard. I found the following symbol replacement fixed the
problem, could this please be updated in ubuntu?

https://github.com/socketpuppet/Ubuntu-MacBook-Norwegian-keyboard

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

Title:
  Macintosh keyboard layout is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/630203/+subscriptions

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


[Bug 812394] Re: Disable hibernate option by default

2012-04-15 Thread SoloTurn
It makes me sad that you just disabled this. Either you underestimate
the number of people of users using Ubuntu, or you overestimate the few
bug reports you got about it.

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

Title:
  Disable hibernate option by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/812394/+subscriptions

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


[Bug 981314] Re: assertion failure without initramfs: ply-buffer.c:184: ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

2012-04-15 Thread Steve Langasek
Newer plymouth upstream includes the following change:

 {
   state.should_be_attached = attach_to_session;
   if (!attach_to_running_session (state))
-  ply_trace (could not create session: %m);
+{
+  ply_trace (could not redirect console session: %m);
+  if (! no_daemon)
+ply_detach_daemon (daemon_handle, EX_UNAVAILABLE);
+  return EX_UNAVAILABLE;
+}
 }
 
   state.boot_server = start_boot_server (state);

This removes the assertion, but simply by causing plymouthd to exit
instead.

That's going to be difficult to correct for.  We start plymouth early in
order to be able to capture early boot information, and so that mountall
can communicate with it for any interactions necessary while fscking the
filesystem; so we can't simply start plymouth later once /dev is
mounted.  So we need to do something other than what upstream has
implemented here.  If we're going to allow retrying console redirection
later, though, we need to carefully examine the failure path in
attach_to_running_session().

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

Title:
  assertion failure without initramfs: ply-buffer.c:184:
  ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

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

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


[Bug 982109] [NEW] [FFe] New screenshots for Ubuntu installer slideshow

2012-04-15 Thread Dylan McCall
Public bug reported:

This is a freeze exception request for one last update to ubiquity-
slideshow-ubuntu, including new screenshots for the Ubuntu slideshow.

This is pretty straight-forward: previously, screenshots shown in the
installer were from an older version of Ubuntu. Now, they're from 12.04.
And they're a little more consistent, too :)

You can see a preview slideshow with new screenshots over here:
http://people.ubuntu.com/~dylanmccall/ubiquity-slideshow-ubuntu/preview/
(You might need to Shift+Refresh if you've looked at that before, because 
browser caching is crazy and stuff).

I apologize that this took so long to happen. I wasn't expecting the
wallpaper to arrive when it did.

I am not intending to make any changes with this release except for the
screenshots.

--

Discussion in ubuntu-translators mailing list:
https://lists.ubuntu.com/archives/ubuntu-
translators/2012-April/005359.html

Discussion in ubuntu-doc mailing list: https://lists.ubuntu.com/archives
/ubuntu-doc/2012-April/016539.html

** Affects: ubiquity-slideshow-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  This is a freeze exception request for one last update to ubiquity-
  slideshow-ubuntu, including new screenshots for the Ubuntu slideshow.
  
  This is pretty straight-forward: previously, screenshots shown in the
  installer were from an older version of Ubuntu. Now, they're from 12.04.
  And they're a little more consistent, too :)
  
  You can see a preview slideshow with new screenshots over here:
  http://people.ubuntu.com/~dylanmccall/ubiquity-slideshow-ubuntu/preview/
  (You might need to Shift+Refresh if you've looked at that before, because 
browser caching is crazy and stuff).
  
  I apologize that this took so long to happen. I wasn't expecting the
  wallpaper to arrive when it did.
  
  I am not intending to make any changes with this release except for the
  screenshots.
+ 
+ --
+ 
+ Discussion in ubuntu-translators mailing list:
+ https://lists.ubuntu.com/archives/ubuntu-
+ translators/2012-April/005359.html
+ 
+ Discussion in ubuntu-doc mailing list: https://lists.ubuntu.com/archives
+ /ubuntu-doc/2012-April/016539.html

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

Title:
  [FFe] New screenshots for Ubuntu installer slideshow

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

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


[Bug 981314] Re: assertion failure without initramfs: ply-buffer.c:184: ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

2012-04-15 Thread Steve Langasek
Oh, in fact this delta is due to a patch in the Ubuntu package
(debian/patches/misc-changes.patch).  So we're already trying to
gracefully handle the missing-ptmx case, just not getting all the way
there.

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

Title:
  assertion failure without initramfs: ply-buffer.c:184:
  ply_buffer_append_bytes: Assertion `buffer != ((void *)0)' failed.

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

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


[Bug 867682] Re: telepathy-gabble crashed with signal 5 in g_simple_async_result_complete()

2012-04-15 Thread Bilal Shahid
filing the bug in upstream you people just subscribe to that one bug.

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

Title:
  telepathy-gabble crashed with signal 5 in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/867682/+subscriptions

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


[Bug 982115] [NEW] ubuntu big cursor

2012-04-15 Thread TesX
Public bug reported:

I've installed ubuntu on my iMac 2010 but the cursor is very big...
However in some widgets it is displayed to its normal size...

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  ubuntu big cursor

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

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


[Bug 982113] [NEW] Monitor connected via HDMI stays black

2012-04-15 Thread f00fbug
Public bug reported:

Hi

I tried the Ubuntu 12.04-beta2 LiveCD and decided to click on install
and after reboot I have only a black screen (Monitor shows: No Signal)
but the system is up as I can ssh into the box and reboot/shutdown it
remote. I have tried even a daily build but the same result no working
monitor setup

CD image used: http://cdimages.ubuntu.com/daily-live/current/precise-
desktop-amd64.iso

Monitor is a 24 with 2 HDMI Ports

connected to a Video Card with NVidia 9600 chip (HDMI Port)

I have tried also nomodeset but this change nothing. After that I
tried openSUSE 12.1 and it works with it's standard driver nouveau so
it seems an Ubuntu problem as Windows 7 works too with windows drivers
(NVidia get not used on this box).

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Monitor connected via HDMI stays black

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

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


[Bug 981920] Re: Sync moodle 1.9.9.dfsg2-6 (universe) from Debian unstable, security l10 fixes

2012-04-15 Thread Fabrice Coutadeur
Sync requested: thanks!

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

** Changed in: moodle (Ubuntu)
 Assignee: Fabrice Coutadeur (fabricesp) = (unassigned)

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

Title:
  Sync moodle 1.9.9.dfsg2-6 (universe) from Debian unstable, security 
  l10 fixes

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

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


[Bug 966869] Re: Back Button in Firefox 11.0 using GNOME shell on Oneiric Ocelot 11.10

2012-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (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/966869

Title:
  Back Button in Firefox 11.0 using GNOME shell on Oneiric Ocelot 11.10

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

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


[Bug 946663] Re: Installer stuck at Removing conflicting operating system files...

2012-04-15 Thread mcelrath
I'm seeing this bug, and I have neither NTFS partitions, nor a separate
/home.  I've told the installer to install everything in a single
partition at /.  I'm installing to a btrfs partition that I created
outside the installer (because I wanted to enable the compress option
and the installer won't let me do that) -- so the target root filesystem
already exists.  If I tell it to format the root partition, it works.

So this is a bug that only exists when the user choses NOT to format an
install partition.  Seems it could be / or /home (or probably anything
else)

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

Title:
  Installer stuck at Removing conflicting operating system files...

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

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


[Bug 230127] Re: Sound recorder doesn't work

2012-04-15 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Hardy reached EOL on May 12, 2011.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.

Please feel free to report any other bugs you may find.

** Changed in: sound-recorder (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/230127

Title:
  Sound recorder doesn't work

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

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


[Bug 229668] Re: yelp documentation crash on link mines manual [hardy]

2012-04-15 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Hardy reached EOL on May 12, 2011.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.

Please feel free to report any other bugs you may find.

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

** Changed in: yelp (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  yelp documentation crash on link mines manual [hardy]

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

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


[Bug 226957] Re: Hardcodes Ubuntu icon - should use distributor-logo.png

2012-04-15 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Hardy reached EOL on May 12, 2011.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.

Please feel free to report any other bugs you may find.

** Changed in: human-icon-theme (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/226957

Title:
  Hardcodes Ubuntu icon - should use distributor-logo.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/human-icon-theme/+bug/226957/+subscriptions

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


[Bug 982117] [NEW] totem crashes in libcogl (precise beta-2)

2012-04-15 Thread Stephan Frank
Public bug reported:

sfrank@aiko:~$ gdb /usr/bin/totem
GNU gdb (Ubuntu/Linaro 7.4-2012.02-0ubuntu2) 7.4-2012.02
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/totem...(no debugging symbols found)...done.
(gdb) 
(gdb) run
Starting program: /usr/bin/totem 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffe5fd2700 (LWP 6015)]
[New Thread 0x7fffd700 (LWP 6016)]

Program received signal SIGSEGV, Segmentation fault.
0x7fffefc05813 in cogl_object_unref ()
   from /usr/lib/x86_64-linux-gnu/libcogl.so.9

** Affects: totem (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/982117

Title:
  totem crashes in libcogl (precise beta-2)

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

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


[Bug 867682] Re: telepathy-gabble crashed with signal 5 in g_simple_async_result_complete()

2012-04-15 Thread Bilal Shahid
** Changed in: telepathy-gabble (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: telepathy-gabble (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: telepathy-gabble (Ubuntu)
   Status: Confirmed = Triaged

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

** Also affects: telepathy-gabble via
   https://bugs.freedesktop.org/show_bug.cgi?id=48720
   Importance: Unknown
   Status: Unknown

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

Title:
  telepathy-gabble crashed with signal 5 in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/867682/+subscriptions

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


[Bug 236944] Re: aptitude loop infinitely on ^D (eof) at prompt

2012-04-15 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Hardy reached EOL on May 12, 2011.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.

Please feel free to report any other bugs you may find.

** Changed in: aptitude (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/236944

Title:
  aptitude loop infinitely on ^D (eof) at prompt

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

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


[Bug 231890] Re: Synergy drops connections intermittently

2012-04-15 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Hardy reached EOL on May 12, 2011.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.

Please feel free to report any other bugs you may find.

** Changed in: synergy (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/231890

Title:
  Synergy drops connections intermittently

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

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


[Bug 925353] Re: All my Hotmail contacts appears offline , this was not happening on ubuntu oneiric , it only effects precice.

2012-04-15 Thread Bilal Shahid
** Changed in: telepathy-butterfly (Ubuntu)
   Status: Fix Released = Triaged

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

Title:
  All my Hotmail contacts appears offline  , this was not happening on
  ubuntu oneiric , it only effects precice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-butterfly/+bug/925353/+subscriptions

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


[Bug 982120] Re: compiz crashed with SIGSEGV in ExtensionPluginAnimAddon::prePaintOutput()

2012-04-15 Thread Volkodav
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in
  ExtensionPluginAnimAddon::prePaintOutput()

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

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


[Bug 981993] Re: Empathy Crash On Startup with SIGABRT

2012-04-15 Thread Bilal Shahid
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible now ?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: empathy (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/981993

Title:
  Empathy Crash On Startup with SIGABRT

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

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


[Bug 924857] Re: I try to see the list of msn contacts, apparently connected but not shown.

2012-04-15 Thread Bilal Shahid
*** This bug is a duplicate of bug 925353 ***
https://bugs.launchpad.net/bugs/925353

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

** Changed in: empathy (Ubuntu)
   Status: Expired = New

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

** This bug has been marked a duplicate of bug 925353
   All my Hotmail contacts appears offline  , this was not happening on ubuntu 
oneiric , it only effects precice.

** Changed in: empathy (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  I try to see the list of msn contacts, apparently connected but not
  shown.

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

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


[Bug 893483] Re: emphaty connects to msn but does not show onlineoffline accounts

2012-04-15 Thread Bilal Shahid
*** This bug is a duplicate of bug 925353 ***
https://bugs.launchpad.net/bugs/925353

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

** Changed in: empathy (Ubuntu)
   Status: Expired = New

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

** This bug has been marked a duplicate of bug 925353
   All my Hotmail contacts appears offline  , this was not happening on ubuntu 
oneiric , it only effects precice.

** Changed in: empathy (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  emphaty connects to msn but does not show onlineoffline accounts

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

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


[Bug 779110] Re: suspend fails on powerpc 2.6.38-1 in IOCTL PMU_IOC_SLEEP

2012-04-15 Thread ojordan
*** This bug is a duplicate of bug 949288 ***
https://bugs.launchpad.net/bugs/949288

Missed a '5' off one of the above links.  It should be
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/596515

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

Title:
  suspend fails on powerpc  2.6.38-1 in IOCTL PMU_IOC_SLEEP

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

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


[Bug 982102] Re: Unity's keyboard shortcut overlay does not appear by pressing the Windows/Super key

2012-04-15 Thread Paul White
** Description changed:

- I've recently installed 12.04 o to my netbook. The shortcut overlay does
- not appear when pressing the the Windows or Super key.
+ I've recently installed 12.04 on to my netbook. The shortcut overlay
+ does not appear when pressing the the Windows or Super key.
+ 
+ Does the screen size affect whether the overlay is displayed or not?
+ 
+ Discussion at http://ubuntuforums.org/showthread.php?t=1956927
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.10.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sun Apr 15 07:50:04 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
-Subsystem: Samsung Electronics Co Ltd Device [144d:c05d]
-Subsystem: Samsung Electronics Co Ltd Device [144d:c05d]
+  Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
+    Subsystem: Samsung Electronics Co Ltd Device [144d:c05d]
+    Subsystem: Samsung Electronics Co Ltd Device [144d:c05d]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120408)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N130
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=341ed6a5-cff0-48cd-b63e-53ac712a7a11 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/13/2009
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 05CM.M011.20091013.JIP
  dmi.board.name: N130
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr05CM.M011.20091013.JIP:bd10/13/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnN130:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN130:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N130
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.7.6-0ubuntu1
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

Title:
  Unity's keyboard shortcut overlay does not appear by pressing the
  Windows/Super key

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

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

[Bug 838461] Re: abiword crashed with SIGABRT in PD_Document::listUpdate()

2012-04-15 Thread Poltiser
apart from this crush - it crushes regularly after - tools - thesaurus
!!! in all recent versions of ubuntu, but it works in other distros...

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

Title:
  abiword crashed with SIGABRT in PD_Document::listUpdate()

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

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


[Bug 982123] [NEW] FFe: Sync lua5.2 5.2.0-2 (universe) from Debian unstable (main)

2012-04-15 Thread Micah Gersten
Public bug reported:

Please sync lua5.2 5.2.0-2 (universe) from Debian unstable (main)

Explanation of FeatureFreeze exception:
Builds, needed for dh-lua which is needed for lua-lgi which replaces lua-gtk 
which FTBFS (Bug #935289)

All changelog entries:

lua5.2 (5.2.0-2) unstable; urgency=low

  * Add pre/postrm scripts to remove alternatives (Closes: #668434)
  * debian/compat set to 9 to install debug symbols in the right place 
  * Standards-version set to 3.9.3, no changes

 -- Enrico Tassi gareuselesi...@debian.org  Thu, 12 Apr 2012 10:00:25
+0200

lua5.2 (5.2.0-1) unstable; urgency=low

  * Final 5.2 release
  * Link the shared library with -lm and -ldl

 -- Enrico Tassi gareuselesi...@debian.org  Sat, 24 Dec 2011 11:44:39
+0100

lua5.2 (5.2.0~rc5-1) experimental; urgency=low

  * Do not link against ncurses (patch by Sven Joachim) (Closes: #646165) 
  * Include manpages (Closes: #636149) 

 -- Enrico Tassi gareuselesi...@debian.org  Wed, 07 Dec 2011 18:40:43
+0100

lua5.2 (5.2.0~beta-1) experimental; urgency=low

  * Initial release. (Closes: #604972)

 -- Enrico Tassi gareuselesi...@debian.org  Sat, 30 Jul 2011 10:42:07
+0200

** Affects: ubuntu
 Importance: Wishlist
 Status: New

** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  FFe: Sync lua5.2 5.2.0-2 (universe) from Debian unstable (main)

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

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


[Bug 846642] Re: unity-panel-service crashed with SIGSEGV in g_variant_unref() from g_settings_get_boolean() from generate_format_string_full() from indicator_datetime_init()

2012-04-15 Thread Carla Sella
No could not reproduce the problem, do not exactly know what caused it
and do not have that same iso now.

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

Title:
  unity-panel-service crashed with SIGSEGV in g_variant_unref() from
  g_settings_get_boolean() from generate_format_string_full() from
  indicator_datetime_init()

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

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


[Bug 982126] [NEW] FFe: Sync lua-lgi 0.4+29+g74cbbb1-1 (universe) from Debian unstable (main)

2012-04-15 Thread Micah Gersten
Public bug reported:

Please sync lua-lgi 0.4+29+g74cbbb1-1 (universe) from Debian unstable
(main)

Explanation of FeatureFreeze exception:
Needs dh-lua to build (bug 982124)
Replaces lua-gtk which FTBFS (bug 935289) which has been removed from Debian 
and I requested removal in Ubuntu as well

All changelog entries:

lua-lgi (0.4+29+g74cbbb1-1) unstable; urgency=low

  * Initial release. (Closes: #657968)

 -- Enrico Tassi gareuselesi...@debian.org  Mon, 02 Apr 2012 13:16:07
+0200

** Affects: ubuntu
 Importance: Wishlist
 Status: New

** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  FFe: Sync lua-lgi 0.4+29+g74cbbb1-1 (universe) from Debian unstable
  (main)

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

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


[Bug 982125] [NEW] ...

2012-04-15 Thread Himanshu Parihar
Public bug reported:

..

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.8.7
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CasperVersion: 1.287
Date: Sun Apr 15 13:16:54 2012
LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 LANG=en_IN
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric ubiquity-2.8.7

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

Title:
  ...

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

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


[Bug 982125] Re: ...

2012-04-15 Thread Himanshu Parihar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982125

Title:
  ...

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

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


[Bug 982124] [NEW] FFe: Sync dh-lua 11 (universe) from Debian testing (main)

2012-04-15 Thread Micah Gersten
Public bug reported:

Please sync dh-lua 11 (universe) from Debian testing (main)

Explanation of FeatureFreeze exception:
Needed by lua-lgi which replaces lua-gtk which FTBFS
Should be accepted with bug 982123 (lua5.2) as it is needed for binary install 
of this package

All changelog entries:

dh-lua (11) unstable; urgency=low

  * During tests set PATH so that 'lua' points to 'lua5.1' or 'lua5.2'
depending on the current build. This avoids upstream tests that just
call 'lua' to end up using the wrong lua interpreter.

 -- Enrico Tassi gareuselesi...@debian.org  Mon, 02 Apr 2012 09:56:58
+0200

dh-lua (10) unstable; urgency=low

  * Honour DH_LUA_OPTS to fine tune the behaviour of dh-lua, mainly for
debugging or working around bugs in the toolchains. 
Supported options are:
- verbose
- skip-test-lua-synamic
- skip-test-app-dynamic
- skip-test-app-static

 -- Enrico Tassi gareuselesi...@debian.org  Sun, 01 Apr 2012 13:37:04
+0200

dh-lua (9) unstable; urgency=low

  * Svn add debian/source/format when creating the layout of a new package
  * lua-create-svnbuildpackage-layout sets svn prop mergeWithUpstream
  * LUA_SOURCES installs files in their dirname 
  * Make LUA_SOURCES available to the test infrastructure 
  * Honour DH_VERBOSE 

 -- Enrico Tassi gareuselesi...@debian.org  Sat, 31 Mar 2012 18:12:59
+0200

dh-lua (8) unstable; urgency=low

  * Standards-version to 3.9.3
  * make/dh-lua.Makefile.single:
- test-lua-app-dynamic target fixed, typo in the -fake variant
  target name
- subst_vars fixed to make global substitutions
  * template/lib.install.in adds a line per item in LUA_SOURCES

 -- Enrico Tassi gareuselesi...@debian.org  Sun, 25 Mar 2012 17:14:11
+0200

dh-lua (7) unstable; urgency=low

  * Support multiple test files in LUA_TEST (separated by ;)
  * Honour LUA_INIT=string in app.c
  * Make LUA_SOURCES available to the tests
  * Improved logging 

 -- Enrico Tassi gareuselesi...@debian.org  Wed, 22 Feb 2012 13:21:25
+0100

dh-lua (6) unstable; urgency=low

  * Compile with -Wall -Wextra
  * Cope with lua5.2 not having shake (yet) 
  * Avoid overwriting upstream .h file

 -- Enrico Tassi gareuselesi...@debian.org  Wed, 22 Feb 2012 11:07:32
+0100

dh-lua (5) unstable; urgency=low

  * Depend on liblua5.1-0-dev, liblua5.2-dev, lua5.1, lua5.2, dctrl-tools
  * Clean up logging 

 -- Enrico Tassi gareuselesi...@debian.org  Tue, 21 Feb 2012 12:52:31
+0100

dh-lua (4) unstable; urgency=low

  * Depend on libtool and pkg-config

 -- Enrico Tassi gareuselesi...@debian.org  Tue, 21 Feb 2012 10:32:46
+0100

dh-lua (3) unstable; urgency=low

  * Build-depend on markdown

 -- Enrico Tassi gareuselesi...@debian.org  Mon, 20 Feb 2012 22:54:29
+0100

dh-lua (2) unstable; urgency=low

  * Fixed build-depends and depends fields (debhelper = 8)
  * Put binaris in /usr/bin and not /bin/

 -- Enrico Tassi gareuselesi...@debian.org  Mon, 20 Feb 2012 22:50:28
+0100

dh-lua (1) unstable; urgency=low

  * Initial release. (Closes: #660251)

 -- Enrico Tassi gareuselesi...@debian.org  Sun, 19 Feb 2012 11:13:27
+0100

** Affects: ubuntu
 Importance: Wishlist
 Status: New

** Changed in: ubuntu
   Importance: Undecided = Wishlist

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

Title:
  FFe: Sync dh-lua 11 (universe) from Debian testing (main)

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

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


[Bug 980782] Re: Can't publish a file after stopping publishing it

2012-04-15 Thread Konstantine Rybnikov
Sure. Thanks.

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

Title:
  Can't publish a file after stopping publishing it

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

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


[Bug 935289] Re: Please remove lua-gtk source and binaries from precise

2012-04-15 Thread Micah Gersten
** Summary changed:

- lua-gtk version 0.9+20100528-2build1 FTBFS on i386 in precise
+ Please remove lua-gtk source and binaries from precise

** Description changed:

+ Removed in Debian and FTBFS in Ubuntu, superseded and I'm filing bugs to
+ get the new package in.
  
- This is a semi-automatic report based on the latest archive rebuild results 
[1].
- Apologies if it reaches you in error.
- 
- Excerpt from the buildlog:
- 
- /usr/include/glib-2.0/gobject/gvaluearray.h:72: error: wrong number of 
arguments specified for 'deprecated' attribute
- /usr/include/glib-2.0/gobject/gvaluearray.h:77: error: wrong number of 
arguments specified for 'deprecated' attribute
- /usr/include/glib-2.0/gobject/gvaluearray.h:81: error: wrong number of 
arguments specified for 'deprecated' attribute
- /usr/include/glib-2.0/gobject/gvaluearray.h:85: error: wrong number of 
arguments specified for 'deprecated' attribute
- /usr/include/glib-2.0/gobject/gvaluearray.h:90: error: wrong number of 
arguments specified for 'deprecated' attribute
- In file included from /usr/include/glib-2.0/glib-object.h:38,
-  from tmpfile.c:3:
- /usr/include/glib-2.0/gobject/gvaluetypes.h:250: error: wrong number of 
arguments specified for 'deprecated' attribute
- Your Gtk Version is 2.24.10
- Version 2.24.10-linux-i386 not supported; can't download.
- script/make-xml.lua failed.  The C file content is:
- #undef __OPTIMIZE__
- #define G_STDIO_NO_WRAP_ON_UNIX
- #include glib-object.h
- #include glib.h
- #include gmodule.h
- #include glib/gstdio.h
- 
- make[2]: *** [build/linux-i386/gnome/types.xml] Error 1
- make[1]: *** [all] Error 2
- make[1]: Leaving directory `/build/buildd/lua-gtk-0.9+20100528'
- make: *** [build-stamp] Error 2
- dpkg-buildpackage: error: debian/rules build gave error exit status 2
- **
- Build finished at 20120208-0856
- FAILED [dpkg-buildpackage died]
- 
- 
- The full buidlog can be found at 
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3160966/+files/buildlog_ubuntu-precise-i386.lua-gtk_0.9+20100528-2build1_FAILEDTOBUILD.txt.gz.
- 
- 
- [1] 
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20120201-precise.html
+ --- Reason ---
+ ROM; broken, superseeded by lua-lgi
+ --

** Changed in: lua-gtk (Ubuntu Precise)
   Status: New = Confirmed

** Bug watch added: Debian Bug tracker #668072
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668072

** Also affects: lua-gtk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668072
   Importance: Unknown
   Status: Unknown

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

Title:
  Please remove lua-gtk source and binaries from precise

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

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


[Bug 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-04-15 Thread Peter Eijlander
Crash occurred after opening Audacity. Ubuntu Precise beta2+ Unity 3d

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

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

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


[Bug 960535] Re: vpn submenu suddenly empty

2012-04-15 Thread Ralf Hildebrandt
Looking at the menus shows that ALL submenus are affected (not only VPN
Connections): more networks is also empty.

When that happens, the functionality is also reduced: Connection
information doesn't do anything, Edit Connections doesn't do
anything, nothing works.. I also cannot disconnect from my current WLAN.

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

Title:
  vpn submenu suddenly empty

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

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


[Bug 982129] Re: Openbox keeps crashing in lubuntu software-center

2012-04-15 Thread Bernard Decock
** Visibility changed to: Public

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

Title:
  Openbox keeps crashing in lubuntu software-center

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

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


[Bug 982127] Re: ubuntu 12.04 unity-2d-shell crashed with SIGSEGV while dismount a hard disk filesystem

2012-04-15 Thread angelohp
** Visibility changed to: Public

** This bug has been flagged as a security vulnerability

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

Title:
  ubuntu 12.04 unity-2d-shell crashed with SIGSEGV while dismount a hard
  disk filesystem

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

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


[Bug 982098] Re: BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0

2012-04-15 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  00f0

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

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


[Bug 981678] Re: Sync dragonegg 3.0-3 (universe) from Debian sid (main)

2012-04-15 Thread Micah Gersten
Taking a look.
For the record, being unseeded is not the reason it doesn't need an FFe, but 
rather we have all the changes except for the error message enhancement which 
is just bug fix.

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

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

Title:
  Sync dragonegg 3.0-3 (universe) from Debian sid (main)

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

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


[Bug 981420] Re: Regression: Touchpad always stops working on precise iff syndaemon is run

2012-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-input-synaptics (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/981420

Title:
  Regression: Touchpad always stops working on precise iff syndaemon is
  run

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

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


[Bug 596515] Re: [powerpc] built-in radeonfb driver prevents KMS from running

2012-04-15 Thread ojordan
*** This bug is a duplicate of bug 949288 ***
https://bugs.launchpad.net/bugs/949288

** This bug has been marked a duplicate of bug 949288
   Build in ATI/radeon framebuffers on PowerPC

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

Title:
  [powerpc] built-in radeonfb driver prevents KMS from running

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

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


[Bug 982131] [NEW] [M1110M, Realtek ID 272, Speaker, Internal] Underruns, dropouts or crackling sound

2012-04-15 Thread romeoescuyos
Public bug reported:

The problem is with IDJC. When i play an mp3, the audio is fine and then
it will buzz for a second and the audio stops abruptly. As for smplayer
I get several underruns and small gaps with the audio when listening to
online radio streams even if broadband internet requirements are met.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
ApportVersion: 1.23-0ubuntu4
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  neo2364 F pulseaudio
  neo6465 F jackd
 /dev/snd/pcmC0D0c:   neo6465 F...m jackd
 /dev/snd/pcmC0D0p:   neo6465 F...m jackd
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf060 irq 44'
   Mixer name   : 'Realtek ID 272'
   Components   : 'HDA:10ec0272,15581110,0011'
   Controls  : 5
   Simple ctrls  : 4
CheckboxSubmission: 46609f101942b75bcf10155904bc8c87
CheckboxSystem: 3e53d3ea5811723345f19eff5070f9ab
Date: Sun Apr 15 15:57:32 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Internal Audio - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: Underruns, dropouts, or crackling sound
Title: [M1110M, Realtek ID 272, Speaker, Internal] Underruns, dropouts or 
crackling sound
UpgradeStatus: Upgraded to oneiric on 2011-12-30 (107 days ago)
dmi.bios.date: 08/15/2011
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: M1110M
dmi.board.vendor: CLEVO CO.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd08/15/2011:svnCLEVOCO.:pnM1110M:pvrNotApplicable:rvnCLEVOCO.:rnM1110M:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: M1110M
dmi.product.version: Not Applicable
dmi.sys.vendor: CLEVO CO.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-04-12T12:34:05.729258

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


** Tags: apport-bug i386 oneiric 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/982131

Title:
  [M1110M, Realtek ID 272, Speaker, Internal] Underruns, dropouts or
  crackling sound

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

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


[Bug 982131] Re: [M1110M, Realtek ID 272, Speaker, Internal] Underruns, dropouts or crackling sound

2012-04-15 Thread romeoescuyos
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982131

Title:
  [M1110M, Realtek ID 272, Speaker, Internal] Underruns, dropouts or
  crackling sound

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

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


[Bug 975989] Re: [precise] PublicAccessChanged is not sent on unpublishing - TypeError: Expected a string or unicode object

2012-04-15 Thread Roman Yepishev
@Leo, yes, nautilus does not receive a notification that the file is
unpublished so it does not re-enable the publish menu item.

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

Title:
  [precise] PublicAccessChanged is not sent on unpublishing - TypeError:
  Expected a string or unicode object

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

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


[Bug 949288] Re: Build in ATI/radeon framebuffers on PowerPC

2012-04-15 Thread ojordan
I've made bugs that request radeonfb be built in (bug 779110) and bugs
that request radeonfb NOT be built in (bug 596515) duplicates of this
one.  These are obviously opposing bugs, but this bug is about finding a
setup that everybody is happy with.

From comments in bug 779110 it seems I have not made the intentions of
this bug report very clear.  As the title suggests the most imortant
request is to build back in the ATI and radeon framebuffers.  Building
back in these framebuffers fixes suspend, lack of tty terminals and
allows machines with rage 128 cards to actually use the r128 driver
(unlike other architectures, for powerpc it expects the framebuffer to
be there).

I've requested KMS to be on by default although the presence of radeonfb
will stop this from working (bug 596515).  It is very easy to turn off
radeonfb so I don't see this as a problem.  From kernels that have KMS
turned on by default (e.g. lucid) it seems this solves a race issue when
you do want to use it and this is why I have requested it.  It will not
have any effect in 12.04 until you turn off radeonfb.

Finally, the strange splash colours that I describe in the above
comments are similar to those described in bug 564471 and so I don't
want this bug to be distracted by them.

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

Title:
  Build in ATI/radeon framebuffers on PowerPC

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

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


[Bug 982136] [NEW] Sorry, an error has occurred and Ubuntu One needs to close. (IPCError)

2012-04-15 Thread Greg Auger
Public bug reported:

I don't think I have been using Ubuntu One on this 12.04 PC.

I wanted to start doing so.

Launching the control panel gives the message Sorry, an error has
occurred and Ubuntu One needs to close. Clicking on  Show Details
gives IPCError and no more details.

See the attached screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubuntuone-control-panel-qt 3.0.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu3
Architecture: amd64
Date: Sun Apr 15 09:08:59 2012
ExecutablePath: /usr/bin/ubuntuone-control-panel-qt
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120112)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntuone-control-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntuone-control-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  Sorry, an error has occurred and Ubuntu One needs to close.
  (IPCError)

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

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


  1   2   3   4   5   6   7   8   9   10   >