[Bug 773891] Re: package libaio-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/include/libaio.h', which is also in package libaio:i386 0.3.104-1

2011-05-15 Thread Alex Burfee
hello,

here are the results for aptitude search aia:

i   libaio-dev - Linux kernel AIO access 
library - development files 
i   libaio1- Linux kernel AIO access 
library - shared library
p   libaio1-dbg- Linux kernel AIO access 
library - debugging symbols 
p   libio-aio-perl - asynchronous IO module for 
Perl 
i   libsane-hpaio  - HP SANE backend for 
multi-function peripherals  

i gent this error when i try to install oracle 10g xe on ubuntu 11.04 x64 
following the instructions from here:
http://www.ubuntugeek.com/how-to-install-oracle-10g-xe-in-64-bit-ubuntu.html

the .deb is for x86 but i managed to install it on ubuntu 11.10 x64
following the same instructions.

thanks,
Alex

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

Title:
  package libaio-dev (not installed) failed to install/upgrade: trying
  to overwrite '/usr/include/libaio.h', which is also in package
  libaio:i386 0.3.104-1

-- 
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 782973] Re: virtfs isn't enabled

2011-05-15 Thread Ryota Ozaki
Oops. The version of qemu-kvm package is 0.14.0+noroms-0ubuntu4.

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

Title:
  virtfs isn't enabled

-- 
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 782973] [NEW] virtfs isn't enabled

2011-05-15 Thread Ryota Ozaki
Public bug reported:

Binary package hint: qemu-kvm

kvm command fails with the below  message when I try to use virtfs:

  kvm -kernel /boot/System.map-2.6.38-8-generic -initrd 
/boot/initrd.img-2.6.38-8-generic -virtfs 
local,path=./natty_root,mount_tag=hoge,security_model=none   
  kvm: -virtfs local,path=./natty_root,mount_tag=hoge,security_model=none: 
there is no option group virtfs
  virtfs is not supported by this qemu build.

To enable virtfs, libattr1-dev package is required. The package should
be listed in build dependency.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  virtfs isn't enabled

-- 
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 774852] Re: Postfix 'local' crashes

2011-05-15 Thread Albrecht Dreß
Side note: the following code runs fine on my box:

code
#include sys/resource.h
#include stdio.h

int main(int argc, char **argv)
{
struct rlimit rl;
int result;

result = getrlimit(RLIMIT_NOFILE, rl);
printf(%d - %d %d\n, result, (int) rl.rlim_cur, (int) rl.rlim_max);
return 0;
}
/code

Running it as user, the result is

albrecht@antares:~/ubuntu$ ./test_lim 
0 - 1024 4096

Strange!!

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

Title:
  Postfix 'local' crashes

-- 
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 723871] Re: qemu-kvm-0.14.0 Aborts with -vga qxl

2011-05-15 Thread Boris Derzhavets
 In this case, qemu-kvm and QEMU are very much related but this bug does
 not happen to affect QEMU.

In meantime, yes due to the most recent 3 commits .View :-

http://cgit.freedesktop.org/spice/qemu/log/?h=spice.v35

12 days spice: drop obsolete iothread lockingspice.v35   
Gerd Hoffmann  2   -14/+0
12 days spice: don't call displaystate callbacks from spice server context.  
Gerd Hoffmann  4   -13/+29
12 days spice: don't create updates in spice server context. 
Gerd Hoffmann  3   -27/+54

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

Title:
  qemu-kvm-0.14.0 Aborts with -vga qxl

-- 
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 782583] Re: Please merge etckeeper 0.53 (main) from Debian unstable (main)

2011-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package etckeeper - 0.53ubuntu1

---
etckeeper (0.53ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. (LP: #782583) Remaining changes:
- etckeeper.conf, debian/control: default to bzr.
- etckeeper.spec: Change version to match Ubuntu version
- commit.d/50vcs-commit: Avoid failure in initial commit if etckeeper
  is not installed from a tty (like early during installation)

etckeeper (0.53) unstable; urgency=low

  [ Joey Hess ]
  * Install bzr hook lazily, clean up some compatibility code. (Jelmer Vernooij)

  [ Josh Triplett ]
  * Only set environment variables for commit authorship (EMAIL,
GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_EMAIL) if they don't
already exist.

  [ Joey Hess ]
  * Add .pyc and .pyo files to ignore.
  * Add lvm/backup and lvm/cache to ignore. Closes: #462355
  * Avoid warning about special or hard linked files that are ignored
by hg. Thanks Sjoerd Mullender for patch.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=688991
 -- Angel Abad angela...@ubuntu.com   Sun, 15 May 2011 15:10:40 +0100

** Changed in: etckeeper (Ubuntu)
   Status: Confirmed = Fix Released

** Bug watch added: Red Hat Bugzilla #688991
   https://bugzilla.redhat.com/show_bug.cgi?id=688991

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

Title:
  Please merge etckeeper 0.53 (main) from Debian unstable (main)

-- 
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 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-05-15 Thread Joshua Lückers
This bug report is being closed due to your last comment regarding this
being not being reproducible. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  php5 crashed with SIGSEGV in start_thread()

-- 
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 588953] Re: Unable to add /dev/md0 as storage pool

2011-05-15 Thread Joshua Lückers
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  Unable to add /dev/md0 as storage pool

-- 
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 615708] Re: help for domname contains Launchpad translations metadata?

2011-05-15 Thread Joshua Lückers
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  help for domname contains Launchpad translations metadata?

-- 
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 608239] Re: W2k3 guests freeze during restart

2011-05-15 Thread Joshua Lückers
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  W2k3 guests freeze during restart

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


Re: [Bug 719448] Re: The once parameter does not work with -boot

2011-05-15 Thread Clint Byrum
Excerpts from Deric Sullivan's message of Fri May 13 13:52:58 UTC 2011:
 Martin, thanks for the clarification on how/when the fixed package moves from 
 -proposed to -updates.
 But is there anything else needed?  I waited 10 days to be safe, and still 
 the package is not in -updates.  It's also still listed on the Pending 
 Ubuntu stable release updates web page.
 

Deric, last week was the Ubuntu Developer Summit. We were all quite busy
having face to face meetings to discuss the plans for Oneiric. I'm sure
it will move to -updates soon.

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

Title:
  The once parameter does not work with -boot

-- 
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 781929] Re: Zenmap doesn't have an icon

2011-05-15 Thread Daniil Bubnov
i wonder what should happen so that developers will add this damn icon,
it looks awfully without icon

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

Title:
  Zenmap doesn't have an icon

-- 
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 783193] [NEW] package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-05-15 Thread Tuomas Heino
Public bug reported:

Natty installation with text mode installer, openssh-server task
selected. May be an issue with the (default, most likely .fi) mirror
used.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: openssh-server 1:5.8p1-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Sun May 15 22:45:00 2011
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
SourcePackage: openssh
Title: package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

-- 
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 783193] Re: package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-05-15 Thread Tuomas Heino
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/783193

Title:
  package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

-- 
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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2011-05-15 Thread molostoff
+1, this affects me as well too

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

Title:
  libvirt-bin hypervisor does not support virConnectNumOfInterfaces /
  unable to create domain with virt-manager using network bridge

-- 
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 780740] Re: package smbclient 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: lectura insuficiente en buffer_copy para error en dpkg-deb durante `./usr/bin/smbclient'

2011-05-15 Thread lara hurtado jose
parece ser que era un error al momento de la descarga del paquete ya que para 
arreglarlo lo unico que hice fue limpiar los paquetes descargados (para que no 
iniciara de cache) y luego volverlos a descargar y se arreglo ademas como no se 
ingles lo siguiente es de google translator:
seems to have been an error when downloading the package as to fix what I did 
was clean the downloaded packages (not to start the cache) and then re-download 
and settlement. also not English, this is google translator, of course, since 
it resolved to proceed with this report?

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

Title:
  package smbclient 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade:
  lectura insuficiente en buffer_copy para error en dpkg-deb durante
  `./usr/bin/smbclient'

-- 
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 642333] Re: package qemu-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/qemu/keymaps/fr', which is also in package qemu 0:0.9.1-1ubuntu1

2011-05-15 Thread Launchpad Bug Tracker
[Expired for qemu-kvm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package qemu-common (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/qemu/keymaps/fr', which is also in package
  qemu 0:0.9.1-1ubuntu1

-- 
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 588025] Re: [upstream] [3.3] Impress crashes when inserting hyper-link / URL into comment

2011-05-15 Thread Christopher M. Penalver
Attachment from upstream bug.

** Attachment added: test-daisy-1.odt
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/588025/+attachment/2129204/+files/test-daisy-1.odt

** Also affects: libreoffice (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/588025

Title:
  [upstream] [3.3] Impress crashes when inserting hyper-link / URL into
  comment

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


[Bug 588025] Re: [upstream] [3.3] Impress crashes when inserting hyper-link / URL into comment

2011-05-15 Thread Christopher M. Penalver
Andre, this issue is unreproducible in LibreOffice Impress via the
Terminal:

loimpress -nologo

click Create button - Insert - Comment - paste following into
comment:

https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/588025

clicked Spacebar, notice no crash. Does this work for you?

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy libreoffice-impress
libreoffice-impress:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

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

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

Title:
  [upstream] [3.3] Impress crashes when inserting hyper-link / URL into
  comment

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


[Bug 693615] Re: Unity launcher displays no 'add application to launcher' option for skype

2011-05-15 Thread JackVrouwes
I installed the Archive Manager also called file-roller.  I checked it
in Main Menu, and I can launch it from the terminal.  However, it does
not show up in either Search or Installed of the Dash.   How do I
enter it in the launcher?

There seems to be no connection to the Gnome Main Menu capability and
the Unity Dash functions.  IMHO such connecting functionality should
be added to unity,

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

Title:
  Unity launcher displays no 'add application to launcher' option for
  skype

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


[Bug 782907] [NEW] package plymouth 0.8.2-2ubuntu23 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-15 Thread Bogdan
Public bug reported:

Binary package hint: plymouth

While updating the system, encountered this crash.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: plymouth 0.8.2-2ubuntu23
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Sun May 15 09:04:51 2011
DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MachineType: ASUSTeK Computer Inc. K52F
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
SourcePackage: plymouth
TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
Title: package plymouth 0.8.2-2ubuntu23 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/28/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K52F.205
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K52F
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK52F.205:bd12/28/2009:svnASUSTeKComputerInc.:pnK52F:pvr1.0:rvnASUSTeKComputerInc.:rnK52F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K52F
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-package natty

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

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

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


[Bug 782907] Re: package plymouth 0.8.2-2ubuntu23 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-15 Thread Bogdan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782907

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

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


[Bug 782908] [NEW] type 'exceptions.TypeError': __init__() takes exactly 2 arguments (1 given)

2011-05-15 Thread Jeremy Neptune
Public bug reported:

Binary package hint: aptdaemon

I tried to cancel an install in the software centre.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: aptdaemon 0.41+bzr657-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
NonfreeKernelModules: nvidia
Annotation: Applying software changes failed
Architecture: i386
Date: Sun May 15 02:08:45 2011
DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop
ExecutablePath: /usr/sbin/aptd
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: aptdaemon
Title: type 'exceptions.TypeError': __init__() takes exactly 2 arguments (1 
given)
TransactionDepends: [['mysql-query-browser=5.0r14+openSUSE-2.2ubuntu1', 
'mysql-gui-tools-common=5.0r14+openSUSE-2.2ubuntu1'], [], [], [], [], [], []]
TransactionErrorCode: error-unknown
TransactionKwargs: {}
TransactionLocale: en_US.UTF8
TransactionOutput:
 
TransactionPackages: [[dbus.String(u'mysql-admin')], [], [], [], [], []]
TransactionRole: role-commit-packages
UpgradeStatus: Upgraded to natty on 2011-04-25 (19 days ago)

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


** Tags: apport-crash i386 natty unity-2d

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

Title:
  type 'exceptions.TypeError': __init__() takes exactly 2 arguments (1
  given)

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


[Bug 782908] Re: type 'exceptions.TypeError': __init__() takes exactly 2 arguments (1 given)

2011-05-15 Thread Jeremy Neptune
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782908

Title:
  type 'exceptions.TypeError': __init__() takes exactly 2 arguments (1
  given)

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


[Bug 756237] Re: wxRuby crashes with segmentation fault in pixman_image_composite32

2011-05-15 Thread David Beswick
This bug seems to be also occurring for GNUstep in Debian and Ubuntu.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613221

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

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

Title:
  wxRuby crashes with segmentation fault in pixman_image_composite32

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


[Bug 688140] Re: Touchpad spontaneously pastes on scrolling

2011-05-15 Thread Christopher M. Penalver
bugbot, thank you for following up. Unreproducible in Natty.

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy xserver-xorg-input-synaptics
xserver-xorg-input-synap
lsb_release -rd
Desctics:
  Installed: 1.3.99+git20110116.0e27ce3a-0ubuntu12
  Candidate: 1.3.99+git20110116.0e27ce3a-0ubuntu12
  Version table:
 *** 1.3.99+git20110116.0e27ce3a-0ubuntu12 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Expired = 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/688140

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 368104] Re: Wifi using ndiswrapper works only after suspend

2011-05-15 Thread Roman V Andreev
Hi team,
I have same issue as described above. My Lenovo S10-3 is running under Ubuntu 
10.04 LTS and from the first day of usage Ubuntu I have problem with wireless 
Atheros AR9285 (ath9k). The one solution what works for me - after starting 
Ubuntu and logging in, I suspend system to RAM and then wake it up. After that 
wi-fi and bluetooth interfaces immediately appears in the system and works 
well. 

Dmesg attached

** Attachment added: DMESG after waking up (Wi-Fi works fine)
   
https://bugs.launchpad.net/ubuntu/+source/ndiswrapper/+bug/368104/+attachment/2129224/+files/dmesg

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

Title:
  Wifi using ndiswrapper works only after suspend

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


[Bug 777606] Re: Panel turns black when maximizing terminal

2011-05-15 Thread Dei Graleitur
Addition: I installed the Lubuntu desktop (wow... it's awesome), and
this issue still exists, so it's not contained to Xubuntu. It also
happens with LxTerm.  If I move the panel from the top to the left, it
blacks out just the same.  I'm also using Nvidia driver (270.x.x) and
using (a custom build) of 2.6.38.6 (stock kernel, not with Ubuntu mods).

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

Title:
  Panel turns black when maximizing terminal

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


[Bug 283666] Re: [upstream] impress slideshow does not show cropped .eps images

2011-05-15 Thread Christopher M. Penalver
** Description changed:

  Binary package hint: openoffice.org
  
- When an .eps image is cropped in OOo Impress, this appears to work in
- the editing view, but in the slideshow the image either disappears
- completely or shows a tiny part from the top left corner (whose size
- appears to be unrelated to the cropping parameters).  Uncropping the
- image causes it to reappear.
+ 1) lsb_release -rd
+ Description:  Ubuntu 11.04
+ Release:  11.04
+ 
+ 2) apt-cache policy libreoffice-impress
+ libreoffice-impress:
+   Installed: 1:3.3.2-1ubuntu5
+   Candidate: 1:3.3.2-1ubuntu5
+   Version table:
+  *** 1:3.3.2-1ubuntu5 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.3.2-1ubuntu4 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+ 
+ 3) What is expected to happen in LibreOffice Impress via the Terminal:
+ 
+ cd ~/Desktop  wget
+ 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/283666/+attachment/403321/+files/croptest.odp
+  loimpress -nologo croptest.odp
+ 
+ press F5, the cropped .eps graph viewable in edit mode is viewed in
+ Slide Show successfully.
+ 
+ 4) What happens instead is it shows a blank slide in Slide Show.
+ 
+ WORKAROUND: click the graph - Format - Default Format and notice the
+ graph is viewable in Slide Show.
+ 
+ WORKAROUND Crop the file in an alternate image manipulation program,
+ then insert the file.
+ 
+ Original Reporter Comments:
+ When an .eps image is cropped in OOo Impress, this appears to work in the 
editing view, but in the slideshow the image either disappears completely or 
shows a tiny part from the top left corner (whose size appears to be unrelated 
to the cropping parameters).  Uncropping the image causes it to reappear.
  
  This bug does not affect cropping of .jpg, .bmp, .png, .gif or .svg
  images.
  
  Present in amd64 Hardy, amd64 Intrepid and amd64 Jaunty.

** Changed in: libreoffice (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/283666

Title:
  [upstream] impress slideshow does not show cropped .eps images

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


[Bug 774814] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2011-05-15 Thread Swen Kühnlein
** 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/774814

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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


[Bug 782911] [NEW] package software-center 4.0 failed to install/upgrade: underprocess nytt pre-removal-skript gav felkod 1

2011-05-15 Thread Ulf Samuelsson
Public bug reported:

Binary package hint: software-center

Error was reported when I tried to do an upgrade using Synaptic

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: software-center 4.0
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
AptOrdering:
 software-center: Install
 software-center: Configure
Architecture: i386
Date: Sun May 15 08:34:16 2011
ErrorMessage: underprocess nytt pre-removal-skript gav felkod 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: software-center
Title: package software-center 4.0 failed to install/upgrade: underprocess nytt 
pre-removal-skript gav felkod 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package software-center 4.0 failed to install/upgrade: underprocess
  nytt pre-removal-skript gav felkod 1

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


[Bug 782911] Re: package software-center 4.0 failed to install/upgrade: underprocess nytt pre-removal-skript gav felkod 1

2011-05-15 Thread Ulf Samuelsson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782911

Title:
  package software-center 4.0 failed to install/upgrade: underprocess
  nytt pre-removal-skript gav felkod 1

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


[Bug 782913] [NEW] gir1.0-poppler-0.8 is removed

2011-05-15 Thread Mozbugbox
Public bug reported:

I cannot find a poppler gir package in natty. Please either update it to
gir1.2 or reinstall the gir1.0-poppler-0.8 package.

** Affects: gir-repository (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/782913

Title:
  gir1.0-poppler-0.8 is removed

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


[Bug 782914] Re: mythwelcome crashed with SIGSEGV in intel_region_buffer()

2011-05-15 Thread Torsten Geiler
** Visibility changed to: Public

** Description changed:

  Binary package hint: mythtv
  
  The Problem happens when exiting from mythfrontend to mythwelcome.
  Mythwelcome chrashes and the desktop is shown. The system was updated
  from 10.11 to 11.04. Now the problem appears.
- 
- Description:  Ubuntu 11.04
- Release:  11.04
- 
-   Installiert: 2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1
-   Kandidat:2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1
-   Versionstabelle:
-  *** 2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1 0
- 500 http://de.archive.ubuntu.com/ubuntu/ natty/multiverse i386 
Packages
- 100 /var/lib/dpkg/status
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: mythtv-frontend 2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Sat May 14 18:50:00 2011
  ExecutablePath: /usr/bin/mythwelcome
  ProcCmdline: mythwelcome
  ProcCwd: /home/togeil
  ProcEnviron:
-  LANGUAGE=de_DE:en
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_DE:en
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  Signal: 11
  SourcePackage: mythtv
  StacktraceTop:
-  intel_region_buffer () from /usr/lib/dri/i965_dri.so
-  intelClearWithBlit () from /usr/lib/dri/i965_dri.so
-  ?? () from /usr/lib/dri/i965_dri.so
-  _mesa_Clear () from /usr/lib/dri/libdricore.so
-  MythRenderOpenGL::ClearFramebuffer (this=0x9bc9110) at 
mythrender_opengl.cpp:706
+  intel_region_buffer () from /usr/lib/dri/i965_dri.so
+  intelClearWithBlit () from /usr/lib/dri/i965_dri.so
+  ?? () from /usr/lib/dri/i965_dri.so
+  _mesa_Clear () from /usr/lib/dri/libdricore.so
+  MythRenderOpenGL::ClearFramebuffer (this=0x9bc9110) at 
mythrender_opengl.cpp:706
  UserGroups: adm admin cdrom dialout lpadmin mythtv plugdev sambashare video

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

Title:
  mythwelcome crashed with SIGSEGV in intel_region_buffer()

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

[Bug 774395] Re: nautilus disconnects ftp connection when uploading new file

2011-05-15 Thread Jan
*** This bug is a duplicate of bug 574693 ***
https://bugs.launchpad.net/bugs/574693

** This bug is no longer a duplicate of bug 774096
   nautilus ftp file copy crashes connection
** This bug has been marked a duplicate of bug 574693
   nautilus ftp file transfer hangs in lucid
 * You can subscribe to bug 574693 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/574693/+subscribe

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

Title:
  nautilus disconnects ftp connection when uploading new file

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


[Bug 774096] Re: nautilus ftp file copy crashes connection

2011-05-15 Thread Jan
*** This bug is a duplicate of bug 574693 ***
https://bugs.launchpad.net/bugs/574693

** This bug has been marked a duplicate of bug 574693
   nautilus ftp file transfer hangs in lucid
 * You can subscribe to bug 574693 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/574693/+subscribe

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

Title:
  nautilus ftp file copy crashes connection

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


[Bug 782916] [NEW] problem with app-tabs: vanish with start new instance - close old instance - close new instance

2011-05-15 Thread xharx
Public bug reported:

Binary package hint: firefox

Problem is, that firefox forgets app-taps under certain circumstances:
When I open a new instance of firefox it opens without my configured app-taps. 
When I now close the old instance with the taps and then close the new instance 
(that one without taps) firefox will now restart as if no app-taps were 
configured.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun May 15 08:48:43 2011
FirefoxPackages:
 firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
 flashplugin-installer 10.2.159.1ubuntu1
 adobe-flashplugin N/A
 icedtea-plugin 1.1~20110420-0ubuntu1
InstallationMedia: Xubuntu 10.10 Maverick Meerkat - Release i386 (20101008.1)
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox
UpgradeStatus: Upgraded to natty on 2011-04-30 (14 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  problem with app-tabs: vanish with start new instance - close old
  instance - close new instance

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


[Bug 782916] Re: problem with app-taps: vanish with start new instance - close old instance - close new instance

2011-05-15 Thread xharx
** Summary changed:

- problem with app-taps: vanish with start new instance - close old instance - 
close new instance
+ problem with app-tabs: vanish with start new instance - close old instance - 
close new instance

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

Title:
  problem with app-tabs: vanish with start new instance - close old
  instance - close new instance

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


[Bug 782914] Re: mythwelcome crashed with SIGSEGV in intel_region_buffer()

2011-05-15 Thread Torsten Geiler
** Description changed:

  Binary package hint: mythtv
  
  The Problem happens when exiting from mythfrontend to mythwelcome.
  Mythwelcome chrashes and the desktop is shown. The system was updated
- from 10.11 to 11.04. Now the problem appears.
+ from 10.11 to 11.04. Now the problem appears. I'm not sure if it is a
+ ubuntu or mythtv issue. Disabling OpenGl in mythtv-frontend
+ configuration seems to be an workaround.
+ 
+ Description:  Ubuntu 11.04
+ Release:  11.04
+ 
+   Installiert: 2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1
+   Kandidat:2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1
+   Versionstabelle:
+  *** 2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ natty/multiverse i386 
Packages
+ 100 /var/lib/dpkg/status
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: mythtv-frontend 2:0.24.0+fixes.20110416.9ba3ece-0ubuntu1
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Sat May 14 18:50:00 2011
  ExecutablePath: /usr/bin/mythwelcome
  ProcCmdline: mythwelcome
  ProcCwd: /home/togeil
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: mythtv
  StacktraceTop:
   intel_region_buffer () from /usr/lib/dri/i965_dri.so
   intelClearWithBlit () from /usr/lib/dri/i965_dri.so
   ?? () from /usr/lib/dri/i965_dri.so
   _mesa_Clear () from /usr/lib/dri/libdricore.so
   MythRenderOpenGL::ClearFramebuffer (this=0x9bc9110) at 
mythrender_opengl.cpp:706
  UserGroups: adm admin cdrom dialout lpadmin mythtv plugdev sambashare video

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

Title:
  mythwelcome crashed with SIGSEGV in intel_region_buffer()

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

[Bug 782909] Re: qBittorrent will not display window in Natty Ubnutu 11.04

2011-05-15 Thread David M. Coe
** Also affects: qbittorrent (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/782909

Title:
  qBittorrent will not display window in Natty Ubnutu 11.04

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


[Bug 485017] Re: missing feature: friendly names

2011-05-15 Thread Fibonacci
This is still an issue.

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

Title:
  missing feature: friendly names

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


[Bug 775076] Re: banshee sound crackle

2011-05-15 Thread jk
Pausing did not help for me, I had to restart pulseaudio to get rid of
crackling sound. Also I can confirm that it affects all sound, not just
banshee.

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

Title:
  banshee sound crackle

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


[Bug 782853] Re: Installer crashed (Ubuntu 11.04)

2011-05-15 Thread Chris
Just for kicks, reboot the laptop, saw it had the full boot menu, so
tried booting up to Ubuntu, and it seems to be working OK.  So I do not
know if there is a problem or not.  The System Monitor shows 1GB of swap
space.  I haven't done a ton of stuff yet, but I did some stuff with
Firefox and setting some system preferences.  So I don't know if there's
anything for you all to do, but the message wanted me to report the
issue, so I did.  :-)

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

Title:
  Installer crashed (Ubuntu 11.04)

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


[Bug 657286] Re: eclipse-jdt should not depend on eclipse-cvs-plugin

2011-05-15 Thread Olivier Mengué
Not fixed in 11.04.

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

Title:
  eclipse-jdt should not depend on eclipse-cvs-plugin

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


[Bug 588025] Re: [upstream] [3.3] Impress crashes when inserting hyper-link / URL into comment

2011-05-15 Thread Andre
I'm using Lucid Lynx LTS. The installed version of OpenOffice.org still
crashes when inserting a link into a comment. Obviously this issue
doesn't affect many users, and I stay away from URLs in comments. So I
think, I can wait until 12.04 when the switch to LibreOffice will fix
the issue. Thanks for investigating.

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

Title:
  [upstream] [3.3] Impress crashes when inserting hyper-link / URL into
  comment

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


[Bug 725408] Re: installer hangs detecting existing partitions

2011-05-15 Thread Jean-Pierre
Phillip, in post # 23 you say 1) ntfs-3g canonicalizes the name so that
if you mount with /dev/mapper/foo, the device name listed in mtab is
/dev/dm-n, so you can not umount /dev/mapper/foo

A similar remark has just been posted to the ntfs-3g forum
http://tuxera.com/forum/viewtopic.php?f=3t=27391sid=cbf10a9a3e0fce875eebb4605ef24028
What ntfs-3g does to the device name is limited to removing occurrences
of .. and . in the device path, and resolving symbolic links for
security reasons. Is /dev/mapper/foo a symbolic link to /dev/dm-n ?
If so, the proper fix is to have it accepted by umount, instead of
working it around in all filesystem drivers.

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

Title:
  installer hangs detecting existing partitions

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


[Bug 324751] Re: [upstream] tab position in numbered Heading wrong exporting .dot to .doc

2011-05-15 Thread Christopher M. Penalver
ludo33200, regarding the issue of how Page 3's Heading has it's tab stop
move exporting the .dot to .doc is unreproducible in Ubuntu 11.04,
LibreOffice Writer via the Terminal:

cd ~/Desktop  wget
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/324751/+attachment/453260/+files/exportMSWord.zip
 file-roller -h exportMSWord.zip  cd exportMSWord  unoconv
--listener  unoconv --format=doc CRofficeTemplate.dot  lowriter
-nologo CRofficeTemplate.doc CRofficeTemplate.dot

notice how Page 3's Heading is the same in both the .dot and the .doc
file. Does this work for you?

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy libreoffice-writer
libreoffice-writer:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

apt-cache policy unoconv
unoconv:
  Installed: 0.3-6
  Candidate: 0.3-6
  Version table:
 *** 0.3-6 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
100 /var/lib/dpkg/status

** Summary changed:

- [upstream] Bad formatting when text document in saved as MS Word97
+ [upstream] tab position in numbered Heading wrong exporting .dot to .doc

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

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

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

Title:
  [upstream] tab position in numbered Heading wrong exporting .dot to
  .doc

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


[Bug 779616] Re: mupen64plus segfaults on start

2011-05-15 Thread Sven Eckelmann
I don't need screenshots of obvious things, but backtraces.

https://wiki.edubuntu.org/Backtrace
https://wiki.ubuntu.com/Bugs/ApportRetraces
https://wiki.edubuntu.org/Valgrind

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

Title:
  mupen64plus segfaults on start

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


[Bug 283666] Re: [upstream] impress slideshow does not show cropped .eps images

2011-05-15 Thread Christopher M. Penalver
** Changed in: libreoffice (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed = Triaged

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

** Also affects: df-libreoffice via
   http://bugs.freedesktop.org/show_bug.cgi?id=37215
   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/283666

Title:
  [upstream] impress slideshow does not show cropped .eps images

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


[Bug 782909] Re: qBittorrent will not display window in Natty Ubnutu 11.04

2011-05-15 Thread Christophe Dumez
Could you try removing the configuration file and start it again?
$ rm ~/.config/qBittorrent/qBittorrent.conf

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

Title:
  qBittorrent will not display window in Natty Ubnutu 11.04

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


[Bug 782496] Re: boinc crashes with *** buffer overflow detected *** on startup

2011-05-15 Thread LocutusOfBorg
this bug seems to be fixed here.

http://boinc.berkeley.edu/trac/changeset/23529

the new version is going to be pushed to public release really soon,
in the meantime if you want to see it you can download it here.

http://boinc.berkeley.edu/dl/?C=M;O=D

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

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

Title:
  boinc crashes with *** buffer overflow detected *** on startup

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


[Bug 773891] Re: package libaio-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/include/libaio.h', which is also in package libaio:i386 0.3.104-1

2011-05-15 Thread Alex Burfee
hello,

here are the results for aptitude search aia:

i   libaio-dev - Linux kernel AIO access 
library - development files 
i   libaio1- Linux kernel AIO access 
library - shared library
p   libaio1-dbg- Linux kernel AIO access 
library - debugging symbols 
p   libio-aio-perl - asynchronous IO module for 
Perl 
i   libsane-hpaio  - HP SANE backend for 
multi-function peripherals  

i gent this error when i try to install oracle 10g xe on ubuntu 11.04 x64 
following the instructions from here:
http://www.ubuntugeek.com/how-to-install-oracle-10g-xe-in-64-bit-ubuntu.html

the .deb is for x86 but i managed to install it on ubuntu 11.10 x64
following the same instructions.

thanks,
Alex

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

Title:
  package libaio-dev (not installed) failed to install/upgrade: trying
  to overwrite '/usr/include/libaio.h', which is also in package
  libaio:i386 0.3.104-1

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


[Bug 782918] [NEW] package thunderbird 3.1.9 nobinonly-0ubuntu4 failed to install/upgrade: poškozený systémový tar soubor - poškozený balík

2011-05-15 Thread ebear
Public bug reported:

Binary package hint: thunderbird

I cannot update the system due to the error with the thunderbird package

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: thunderbird 3.1.9+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
AptOrdering:
 thunderbird: Install
 thunderbird: Configure
 thunderbird-globalmenu: Configure
Architecture: i386
Date: Sun May 15 09:35:55 2011
ErrorMessage: poškozený systémový tar soubor - poškozený balík
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: thunderbird
Title: package thunderbird 3.1.9+nobinonly-0ubuntu4 failed to install/upgrade: 
poškozený systémový tar soubor - poškozený balík
UpgradeStatus: Upgraded to natty on 2011-04-29 (15 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package thunderbird 3.1.9 nobinonly-0ubuntu4 failed to
  install/upgrade: poškozený systémový tar soubor - poškozený balík

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

[Bug 782918] Re: package thunderbird 3.1.9 nobinonly-0ubuntu4 failed to install/upgrade: poškozený systémový tar soubor - poškozený balík

2011-05-15 Thread ebear
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782918

Title:
  package thunderbird 3.1.9 nobinonly-0ubuntu4 failed to
  install/upgrade: poškozený systémový tar soubor - poškozený balík

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

[Bug 782541] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the liblog4j1.2-java package. This might mean you need to manually fix this package.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the liblog4j1.2-java package. This might mean you need to manually fix
  this package.

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


[Bug 781165] Re: Wrong default icon used in GDM greeter

2011-05-15 Thread Vish
** Changed in: humanity-icon-theme (Ubuntu)
   Importance: Undecided = Low

** Changed in: humanity-icon-theme (Ubuntu)
   Status: New = Triaged

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

Title:
  Wrong default icon used in GDM greeter

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


[Bug 403830] Re: [upstream] Export to MS Word DOC formats

2011-05-15 Thread Christopher M. Penalver
Sridhar Dhanapalan, this functionality is available via unoconv. If you
have an file example.odt your editing, immediately save it to the
Desktop for example, then type at the Terminal:

cd ~/Desktop  --listener  unoconv -f doc example.odt

This will create a new file example.doc on the Desktop and continue
editing the example.odt as if you had the functionality built into the
OOo/LibreOffice GUI. Does that work for you?


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

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

** Summary changed:

- [upstream] Export to MS Word DOC formats
+ [upstream] Export functionality for all supported formats

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

Title:
  [upstream] Export functionality for all supported formats

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


[Bug 403830] Re: [upstream] Export functionality for all supported formats

2011-05-15 Thread Christopher M. Penalver
Terminal command correction:

cd ~/Desktop  unoconv --listener  unoconv -f doc example.odt

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy unoconv
unoconv:
  Installed: 0.3-6
  Candidate: 0.3-6
  Version table:
 *** 0.3-6 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
100 /var/lib/dpkg/status

apt-cache policy libreoffice-writer
libreoffice-writer:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

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

Title:
  [upstream] Export functionality for all supported formats

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


[Bug 782909] Re: qBittorrent will not display window in Natty Ubnutu 11.04

2011-05-15 Thread David M. Coe
You nailed it!  Thank you so much!!

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

Title:
  qBittorrent will not display window in Natty Ubnutu 11.04

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


[Bug 782829] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the ttf-mscorefonts-installer package. This might mean you need to manually fix this package.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the ttf-mscorefonts-installer package. This might mean you need to
  manually fix this package.

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


[Bug 782791] Re: aptdaemon crashed when trying to install aqualung

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  aptdaemon crashed when trying to install aqualung

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


[Bug 782760] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the gconf-cleaner package. This might mean you need to manually fix this package.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the gconf-cleaner package. This might mean you need to manually fix
  this package.

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


[Bug 782733] Re: type 'exceptions.SystemError': E:I am not able to install any package in ubuntu 11.04

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I am not able to install any
  package in ubuntu 11.04

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


[Bug 782732] Re: nao consigo instalra plugins de audio no ubunto.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug is no longer a duplicate of bug 782731
   nao consigo instalra plugins de audio no ubunto.
** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  nao consigo instalra plugins de audio no ubunto.

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


[Bug 782731] Re: nao consigo instalra plugins de audio no ubunto.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  nao consigo instalra plugins de audio no ubunto.

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


[Bug 782716] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the akonadi-server package. This might mean you need to manually fix this package.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.


** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the akonadi-server package. This might mean you need to manually fix
  this package.

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


[Bug 782573] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the libvirtodbc0 package. This might mean you need to manually fix this package.

2011-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

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 #659438, 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.


** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the libvirtodbc0 package. This might mean you need to manually fix
  this package.

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


[Bug 485017] Re: missing feature: friendly names

2011-05-15 Thread Juan Sebastián Marulanda
Still happening in Natty.

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

Title:
  missing feature: friendly names

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


[Bug 782909] Re: qBittorrent will not display window in Natty Ubnutu 11.04

2011-05-15 Thread Christophe Dumez
I'm guessing this is a duplicate of 
https://bugs.launchpad.net/ubuntu/+bug/773307
There is a workaround there (besides not using unity).

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

Title:
  qBittorrent will not display window in Natty Ubnutu 11.04

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


[Bug 782907] Re: package plymouth 0.8.2-2ubuntu23 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-15 Thread Ubuntu QA's Bug Bot
*** This bug is a duplicate of bug 691985 ***
https://bugs.launchpad.net/bugs/691985

Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Unfortunately, the package installation error message
that you have received is actually a failure with lzma and a generic one
at that.  The following steps may help resolve the issue.  Please
execute the following command, as it will clear your package cache, in a
terminal:

sudo apt-get clean

Then try performing the update again as this may resolve your issue.  We
plan to make lzma errors more informative and that work is being tracked
in bug 691985 which I will mark this a duplicate of.

** Tags added: lzma-efail

** This bug has been marked a duplicate of bug 691985
   lzma: Encoder error: -2147467259 is too vague and causes unhelpful 
apport-package reports
 * You can subscribe to bug 691985 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/691985/+subscribe

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

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

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


[Bug 179159] Re: [Upstream] [hardy] openoffice - oowriter - save pdf with odt (automatically) would be very helpfull (or odt+doc)

2011-05-15 Thread Christopher M. Penalver
** Description changed:

  (wish)
  
  It would be very helpful to some users to allow instant saving of
  odt+pdf.
  
- So with each Save or Save As, a .pdf would be auto created 
+ So with each Save or Save As, a .pdf would be auto created
  (with same options as previously set, and with file name same like odt but 
other extension).
  
  For other users saving odt+doc would be very helpfull.
  
  It is trivial to do by hand, by gets tiresome if you work with bigger
  number of documents (or save different versions and/or update) and you
  try to send .doc versions to read for MS users (or .PDF to
  print/archive)
+ 
+ WORKAROUND: Use unoconv to save open document into as many file formats
+ simultaneously as desired via the Terminal:
+ 
+ unoconv --listener  unoconv -f doc example.odt  unoconv -f pdf
+ example.odt
+ 
+ apt-cache policy unoconv
+ unoconv:
+   Installed: 0.3-6
+   Candidate: 0.3-6
+   Version table:
+  *** 0.3-6 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  [Upstream] [hardy] openoffice - oowriter - save pdf with odt
  (automatically) would be very helpfull (or odt+doc)

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


Re: [Bug 371289] Re: fail to delete directory over sshfs with nautilus

2011-05-15 Thread Robin van Leeuwen
2011/4/17 rshadow 371...@bugs.launchpad.net:
 Create .Trash directory is not fix the problem. I think we need `rm -fr`
 for Shift+Delete.

Indeed, creating a .Trash directory is not the answer. Nautilus gives
the option when i try to delete:

Can't move to trash, do you want to skip op delete

When i click delete, it deletes regular files just fine and empty
directories are also deleted fine.
Except non-empty directoties, those give the error Permission
denied, but since i clicked delete
it should bypass the .Trash directory alltogether.

I don't think rm -rf is the answer either.
Because this isn't exactly the error which you'd expect when  delete
when rm -rf would be the answer.

On a local filesystem:

rvl@home:~$ mkdir d
rvl@home:~$ touch d/f
rvl@home:~$ rm d
rm: cannot remove `d': Is a directory
rvl@home:~$ rmdir d
rmdir: failed to remove `d': Directory not empty

So something tells me that rm -rf won't work either, (and i  guess
that rm -rf is already used)

man rm:
  -f, --force
  ignore nonexistent files, never prompt

So the -f won't fix a permission problem.


-- 
Robin van Leeuwen   |   http://www.rldsoftware.nl   |   Public Key:
http://www.rldsoftware.nl/key.txt

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

Title:
  fail to delete directory over sshfs with nautilus

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

Re: [Bug 371289] Re: fail to delete directory over sshfs with nautilus

2011-05-15 Thread Robin van Leeuwen
2011/5/15 Robin van Leeuwen robinvanleeu...@gmail.com:
 2011/4/17 rshadow 371...@bugs.launchpad.net:
 Create .Trash directory is not fix the problem. I think we need `rm -fr`
 for Shift+Delete.

 Indeed, creating a .Trash directory is not the answer. Nautilus gives
 the option when i try to delete:

 Can't move to trash, do you want to skip op delete

 When i click delete, it deletes regular files just fine and empty
 directories are also deleted fine.
 Except non-empty directoties, those give the error Permission
 denied, but since i clicked delete
 it should bypass the .Trash directory alltogether.

 I don't think rm -rf is the answer either.
 Because this isn't exactly the error which you'd expect when  delete
 when rm -rf would be the answer.

 On a local filesystem:

 rvl@home:~$ mkdir d
 rvl@home:~$ touch d/f
 rvl@home:~$ rm d
 rm: cannot remove `d': Is a directory
 rvl@home:~$ rmdir d
 rmdir: failed to remove `d': Directory not empty

 So something tells me that rm -rf won't work either, (and i  guess
 that rm -rf is already used)

 man rm:
      -f, --force
              ignore nonexistent files, never prompt

 So the -f won't fix a permission problem.
 Robin van Leeuwen   |   http://www.rldsoftware.nl   |   Public Key:
 http://www.rldsoftware.nl/key.txt



This is all on natty (11.04) by the way


-- 
Robin van Leeuwen   |   http://www.rldsoftware.nl   |   Public Key:
http://www.rldsoftware.nl/key.txt

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

Title:
  fail to delete directory over sshfs with nautilus

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

[Bug 779616] Re: mupen64plus segfaults on start

2011-05-15 Thread Sven Eckelmann
And I asked to install -16 from the ppa - did that change anything? Do
they have the same backtrace? You must also install all relevant -dbg
packages.

And please show the file permissions of ~/.config/mupen64plus,
~/.local/share/mupen64plus, ~/.cache/mupen64plus and bellow.

An strace log could also be interesting. https://wiki.ubuntu.com/Strace

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

Title:
  mupen64plus segfaults on start

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


[Bug 782925] [NEW] ecryptfs-migrate-home not migrate files with long names

2011-05-15 Thread Jiří Navrátil
Public bug reported:

Binary package hint: ecryptfs-utils

I migrated home dir on reiserfs to ecryptfs via /usr/bin/ecryptfs-
migrate-home command

some files were not migrated, because of long file names

i recommend to add check for file names length supported by ecryptfs
prior migration (like check for available free space and used files)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ecryptfs-utils 87-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun May 15 08:34:06 2011
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=cs_CZ:en
 PATH=(custom, user)
 LANG=cs_CZ.UTF-8
 SHELL=/bin/bash
SourcePackage: ecryptfs-utils
UpgradeStatus: Upgraded to natty on 2011-04-30 (14 days ago)

** Affects: ecryptfs-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty 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/782925

Title:
  ecryptfs-migrate-home not migrate files with long names

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


[Bug 782925] Re: ecryptfs-migrate-home not migrate files with long names

2011-05-15 Thread Jiří Navrátil
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782925

Title:
  ecryptfs-migrate-home not migrate files with long names

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


[Bug 418073] Re: [upstream] Calc hangs with .xls file with 3D graph from Excel

2011-05-15 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Unknown = Confirmed

** Changed in: df-libreoffice
   Importance: Unknown = Medium

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

Title:
  [upstream] Calc hangs with .xls file with 3D graph from Excel

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


[Bug 410081] Re: [upstream] Saving takes too long

2011-05-15 Thread Christopher M. Penalver
** Also affects: libreoffice (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/410081

Title:
  [upstream] Saving takes too long

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


[Bug 761616] Re: Mouse edge + button doesn't work

2011-05-15 Thread frado
I've the same problem with 11.04 64bit, it is very annoying to me.

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

Title:
  Mouse edge + button doesn't work

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


[Bug 782909] Re: qBittorrent will not display window in Natty Ubnutu 11.04

2011-05-15 Thread David M. Coe
It is not a duplicate because the window doesn't open at all.

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

Title:
  qBittorrent will not display window in Natty Ubnutu 11.04

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


[Bug 377215] Re: [upstream] function TINV gets Error:502

2011-05-15 Thread Christopher M. Penalver
** Also affects: libreoffice (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/377215

Title:
  [upstream] function TINV gets Error:502

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


[Bug 782927] [NEW] type 'exceptions.SystemError': E:I wasn't able to locate file for the kde-l10n-fr package. This might mean you need to manually fix this package.

2011-05-15 Thread Eric Marin
Public bug reported:

Binary package hint: aptdaemon

crash during language update from English to French

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: aptdaemon 0.41+bzr646-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Annotation: Applying software changes failed
Architecture: i386
Date: Sun May 15 10:16:12 2011
DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop
ExecutablePath: /usr/sbin/aptd
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: aptdaemon
Title: type 'exceptions.SystemError': E:I wasn't able to locate file for the 
kde-l10n-fr package. This might mean you need to manually fix this package.
TransactionDepends: [[], [], [], [], [], [], []]
TransactionErrorCode: error-unknown
TransactionKwargs: {}
TransactionLocale: fr_FR.UTF8
TransactionOutput:
 
TransactionPackages: [[dbus.String(u'thunderbird-locale-en-us'), 
dbus.String(u'thunderbird-locale-en-gb'), 
dbus.String(u'thunderbird-locale-fr')], [], [], [], [], []]
TransactionRole: role-commit-packages
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-crash i386 natty

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the kde-l10n-fr package. This might mean you need to manually fix this
  package.

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


[Bug 782927] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the kde-l10n-fr package. This might mean you need to manually fix this package.

2011-05-15 Thread Eric Marin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782927

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the kde-l10n-fr package. This might mean you need to manually fix this
  package.

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


[Bug 688140] BootDmesg.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129253/+files/BootDmesg.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] Re: Touchpad spontaneously pastes on scrolling

2011-05-15 Thread Christopher M. Penalver
Just had this happen while posting comments into a bug on Launchpad via
Firefox.

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy xserver-xorg-input-synaptics
xserver-xorg-input-synaptics:
  Installed: 1.3.99+git20110116.0e27ce3a-0ubuntu12
  Candidate: 1.3.99+git20110116.0e27ce3a-0ubuntu12
  Version table:
 *** 1.3.99+git20110116.0e27ce3a-0ubuntu12 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

apt-cache policy firefox
firefox:
  Installed: 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  Candidate: 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  Version table:
 *** 4.0.1+build1+nobinonly-0ubuntu0.11.04.2 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 4.0.1+build1+nobinonly-0ubuntu0.11.04.1 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ natty-security/main i386 Packages
 4.0+nobinonly-0ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Fix Released = New

** Tags added: apport-collected compiz-0.9 natty needs-reassignment
regression-update ubuntu

** Description changed:

  Binary package hint: xserver-xorg-input-synaptics
  
  1) lsb_release -rd
  Description:  Ubuntu 10.10
  Release:  10.10
  
  2) apt-cache policy xserver-xorg-input-synaptics
  xserver-xorg-input-synaptics:
Installed: 1.2.2-2ubuntu5
Candidate: 1.2.2-2ubuntu5
Version table:
   *** 1.2.2-2ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
  100 /var/lib/dpkg/status
  
   apt-cache policy gedit
  gedit:
Installed: 2.30.3-1ubuntu1
Candidate: 2.30.3-1ubuntu1
Version table:
   *** 2.30.3-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy openoffice.org-calc
  openoffice.org-calc:
Installed: 1:3.2.1-7ubuntu1
Candidate: 1:3.2.1-7ubuntu1
Version table:
   *** 1:3.2.1-7ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy firefox
  firefox:
Installed: 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
Candidate: 3.6.12+build1+nobinonly-0ubuntu0.10.10.1
Version table:
   *** 3.6.12+build1+nobinonly-0ubuntu0.10.10.1 0
  500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu/ maverick-security/main i386 
Packages
  100 /var/lib/dpkg/status
   3.6.10+build1+nobinonly-0ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
  
  3) What is expected to happen is that when one slides their finger in an
  upward motion on the right hand side of the laptop touchpad, it does not
  spontaneously paste.
  
  4) What happened instead in gedit, Firefox, and OpenOffice Calc is while
  scrolling upwards with the touchpad, it pastes without my fingers being
  on the keyboard at all, nor have I set any hotkey or special mouse
  control to do so. It just happened in this box while typing out this
  bug. It happens intermittently but often enough to be highly annoying
  and buggable.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-input-synaptics 1.2.2-2ubuntu5
  ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
  Uname: Linux 2.6.35-23-generic i686
  Architecture: i386
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x800 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wAGr3SBAAEQAQOAIRV4Chz1l1hQjicnUFQBAQEBAQEBAQEBAQEBAQEBxxsAoFAgFzAwIDYAS88QAAAYDwAg/gBBVU8KICAgICAgICAg/gBCMTU0RVcwOCBWMSAKAEM=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Thu Dec  9 11:35:03 2010
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: TOSHIBA Satellite L305D
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-23-generic 
root=UUID=3ca1ae7f-bcfd-4efc-b62e-83f7d3c022cb ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-input-synaptics
  dmi.bios.date: 09/01/2009
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 1.80
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: AMD
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.80:bd09/01/2009:svnTOSHIBA:pnSatelliteL305D:pvrPSLC8U-03701QB:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnAMD:ct10:cvrNone:
  

[Bug 688140] CurrentDmesg.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129254/+files/CurrentDmesg.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] DkmsStatus.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: DkmsStatus.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129256/+files/DkmsStatus.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] GconfCompiz.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129257/+files/GconfCompiz.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] Dependencies.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129255/+files/Dependencies.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] GdmLog.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129258/+files/GdmLog.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] GdmLog1.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129259/+files/GdmLog1.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] GdmLog2.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129260/+files/GdmLog2.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] Lsusb.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129262/+files/Lsusb.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] Lspci.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129261/+files/Lspci.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] ProcCpuinfo.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129263/+files/ProcCpuinfo.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] ProcInterrupts.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129264/+files/ProcInterrupts.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] ProcModules.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129265/+files/ProcModules.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] UdevDb.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129266/+files/UdevDb.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] UdevLog.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/688140/+attachment/2129267/+files/UdevLog.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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


[Bug 688140] UnitySupportTest.txt

2011-05-15 Thread Christopher M. Penalver
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/688140/+attachment/2129268/+files/UnitySupportTest.txt

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

Title:
  Touchpad spontaneously pastes on scrolling

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