[Bug 695188] Re: hookutils.package_versions silently skips unknown packages

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 1.17-0ubuntu1

---
apport (1.17-0ubuntu1) natty; urgency=low

  * New upstream release:
- Better standard bug titles for Python crashes. Thanks Matt Zimmerman!
  (LP: #681574)
- Add handler for uncaught Java exceptions. There is no integration for
  automatically intercepting all Java crashes yet, see java/README.
  Thanks Matt Zimmerman! (LP: #548877)
- GTK frontend: Require GTK 3.0.
- launchpad.py: Default to production instance, not edge, since edge
  is obsolete now.
- hookutils.py, attach_alsa(): Fix crash if /proc/asound/cards does not
  exist. (LP: #626215)
- ui.py, format_filesize(): Fix to work with stricter locale.format() in
  Python 2.7. (LP: #688535). While we are at it, also change it to use
  base-10 units.
- hookutils.py, package_versions(): Always include all requested package
  names even if they're unknown to us. Thanks Matt Zimmerman!
  (LP: #695188)
- launchpad.py: When updating a bug, also add new tags. Thanks Brian
  Murray!
  * debian/apport.install: Install Java crash handler in
/usr/share/apport/apport.jar.
  * debian/control: Add Java build dependency so that the Java crash handler
will be built.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 31 Dec 2010 16:15:06 +0100

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

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

Title:
  hookutils.package_versions silently skips unknown packages

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


[Bug 695005] Re: merge python-numpy 1.5.1 from debian experimental

2010-12-31 Thread Sandro Tosi
Matthias, what transition are you talking about?

Also, numpy in natty already uses -support (better check information
before writing, don't you think?)

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

Title:
  merge python-numpy 1.5.1 from debian experimental

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


[Bug 690248] Re: In Maverick 'About Ubuntu' displays Natty info

2010-12-31 Thread Todd A.
I have the same issue, and was redirected here when reporting a duplicate bug 
(695734).  I am willing to test anything that may fix this.
Thanks

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

Title:
  In Maverick 'About Ubuntu' displays Natty info

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


[Bug 681574] Re: Standard title for Python crashes could be more specific

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 1.17-0ubuntu1

---
apport (1.17-0ubuntu1) natty; urgency=low

  * New upstream release:
- Better standard bug titles for Python crashes. Thanks Matt Zimmerman!
  (LP: #681574)
- Add handler for uncaught Java exceptions. There is no integration for
  automatically intercepting all Java crashes yet, see java/README.
  Thanks Matt Zimmerman! (LP: #548877)
- GTK frontend: Require GTK 3.0.
- launchpad.py: Default to production instance, not edge, since edge
  is obsolete now.
- hookutils.py, attach_alsa(): Fix crash if /proc/asound/cards does not
  exist. (LP: #626215)
- ui.py, format_filesize(): Fix to work with stricter locale.format() in
  Python 2.7. (LP: #688535). While we are at it, also change it to use
  base-10 units.
- hookutils.py, package_versions(): Always include all requested package
  names even if they're unknown to us. Thanks Matt Zimmerman!
  (LP: #695188)
- launchpad.py: When updating a bug, also add new tags. Thanks Brian
  Murray!
  * debian/apport.install: Install Java crash handler in
/usr/share/apport/apport.jar.
  * debian/control: Add Java build dependency so that the Java crash handler
will be built.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 31 Dec 2010 16:15:06 +0100

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

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

Title:
  Standard title for Python crashes could be more specific

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


[Bug 662998] Re: System freezes when running on battery

2010-12-31 Thread Thomas Lenarz
*** This bug is a duplicate of bug 656745 ***
https://bugs.launchpad.net/bugs/656745

Thanks a lot for the proposal.

However, it does not work for my configuration. Laptop still freezes
immediately after pulling the plug of the AC-Adaptor or on startup on
battery.

I created pcie_aspm as requested:

r...@tommes-laptop:/etc/pm/power.d# pwd
/etc/pm/power.d
r...@tommes-laptop:/etc/pm/power.d# ls -l
insgesamt 0
-rw-r--r-- 1 root root 0 2010-12-31 16:01 pcie_aspm
r...@tommes-laptop:/etc/pm/power.d# 

Cheers,
Thomas

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

Title:
  System freezes when running on battery

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


[Bug 626215] Re: IOError: [Errno 2] No such file or directory: '/proc/asound/cards'

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 1.17-0ubuntu1

---
apport (1.17-0ubuntu1) natty; urgency=low

  * New upstream release:
- Better standard bug titles for Python crashes. Thanks Matt Zimmerman!
  (LP: #681574)
- Add handler for uncaught Java exceptions. There is no integration for
  automatically intercepting all Java crashes yet, see java/README.
  Thanks Matt Zimmerman! (LP: #548877)
- GTK frontend: Require GTK 3.0.
- launchpad.py: Default to production instance, not edge, since edge
  is obsolete now.
- hookutils.py, attach_alsa(): Fix crash if /proc/asound/cards does not
  exist. (LP: #626215)
- ui.py, format_filesize(): Fix to work with stricter locale.format() in
  Python 2.7. (LP: #688535). While we are at it, also change it to use
  base-10 units.
- hookutils.py, package_versions(): Always include all requested package
  names even if they're unknown to us. Thanks Matt Zimmerman!
  (LP: #695188)
- launchpad.py: When updating a bug, also add new tags. Thanks Brian
  Murray!
  * debian/apport.install: Install Java crash handler in
/usr/share/apport/apport.jar.
  * debian/control: Add Java build dependency so that the Java crash handler
will be built.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 31 Dec 2010 16:15:06 +0100

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

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

Title:
  IOError: [Errno 2] No such file or directory: '/proc/asound/cards'

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


[Bug 548877] Re: Trap uncaught exceptions in Java programs

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 1.17-0ubuntu1

---
apport (1.17-0ubuntu1) natty; urgency=low

  * New upstream release:
- Better standard bug titles for Python crashes. Thanks Matt Zimmerman!
  (LP: #681574)
- Add handler for uncaught Java exceptions. There is no integration for
  automatically intercepting all Java crashes yet, see java/README.
  Thanks Matt Zimmerman! (LP: #548877)
- GTK frontend: Require GTK 3.0.
- launchpad.py: Default to production instance, not edge, since edge
  is obsolete now.
- hookutils.py, attach_alsa(): Fix crash if /proc/asound/cards does not
  exist. (LP: #626215)
- ui.py, format_filesize(): Fix to work with stricter locale.format() in
  Python 2.7. (LP: #688535). While we are at it, also change it to use
  base-10 units.
- hookutils.py, package_versions(): Always include all requested package
  names even if they're unknown to us. Thanks Matt Zimmerman!
  (LP: #695188)
- launchpad.py: When updating a bug, also add new tags. Thanks Brian
  Murray!
  * debian/apport.install: Install Java crash handler in
/usr/share/apport/apport.jar.
  * debian/control: Add Java build dependency so that the Java crash handler
will be built.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 31 Dec 2010 16:15:06 +0100

** Changed in: apport (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Trap uncaught exceptions in Java programs

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


[Bug 695935] Re: 2:2.13.902+git20101230~glasen~maverick~ppa1 causes login loop screen

2010-12-31 Thread bugbot
** Tags added: maverick

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

Title:
  2:2.13.902+git20101230~glasen~maverick~ppa1 causes login loop screen

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


[Bug 694693] Re: Update Manager, VLC crashes

2010-12-31 Thread madhu
Today again something swallows my message.  Just a minute ago the
message did appear in the box just above (Add comment)  indeed. But when
I clicked the back button that is seen just below the menu bar, it
disappeared. While I am typing this message I can see only the message I
typed 22 hours before . And the number I see on the right is #17. It is
the message I sent yesterday.  It will appear only after so me button is
pressed. MAY BE SOME BUG. When I clicked the 'Post comment' button,
yellow  green colour appeared quickly one after the other,and faded
away before the message is visible in the box. Need I doubt?  A
Launchpad viewer will not find any fault with it because the #16th
message will appear soon when I click a button; and so no break in the
continuity  Launchpad bug?..2 times experienced
loging out problem.

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

Title:
  Update Manager, VLC crashes

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


Re: [Bug 665815] Re: firefox oops this is embarrassing

2010-12-31 Thread bob brown
Open firefox
Open 3 tabs on three different websites
Close firefox
Reboot
Open firefox
See oops this is embarrassing 
Hit refresh
All ok tabs load immediately 

Additional notes
This PC has run ubuntu for 3 years without this problem. I did a fresh install 
because I installed an SSD which is now used to hold the OS. The home directory 
is also on the SSD.
Possibly related, this ubuntu install also has similar problems with open 
office.  If you restart ubuntu with an open spreadsheet, even if has not been 
modified, it has to be recovered.


On Dec 30, 2010, at 11:34 PM, RedSingularity redsingular...@gmx.com wrote:

 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 direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/665815
 
 Title:
  firefox oops this is embarrassing
 
 Status in “firefox” package in Ubuntu:
  Incomplete
 
 Bug description:
  Binary package hint: firefox
 
 The oops this is embarrassing appears every time you start firefox under 
 meerkat after a reboot.  No TABs display web content.  Hitting refresh brings 
 up the web pages on all TABs immediately.  Seems like a race of some kind.
 
 ProblemType: Bug
 DistroRelease: Ubuntu 10.10
 Package: firefox 3.6.11+build3+nobinonly-0ubuntu0.10.10.1
 ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
 Uname: Linux 2.6.35-22-generic x86_64
 Architecture: amd64
 Date: Sun Oct 24 01:09:36 2010
 ExecutablePath: /usr/lib/firefox-3.6.11/firefox
 FirefoxPackages:
 firefox 3.6.11+build3+nobinonly-0ubuntu0.10.10.1
 firefox-gnome-support 3.6.11+build3+nobinonly-0ubuntu0.10.10.1
 firefox-branding 3.6.11+build3+nobinonly-0ubuntu0.10.10.1
 abroswer N/A
 abrowser-branding N/A
 InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
 (20100816.1)
 InterpreterPath: /bin/dash
 ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
 SourcePackage: firefox
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/665815/+subscribe

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

Title:
  firefox oops this is embarrassing

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

[Bug 548877] Re: Trap uncaught exceptions in Java programs

2010-12-31 Thread Martin Pitt
As this doesn't yet automatically catch Java exceptions, I'm reopening
this.

** Changed in: apport (Ubuntu)
   Status: Fix Released = Triaged

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

Title:
  Trap uncaught exceptions in Java programs

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


[Bug 355529] Re: olive-gtk crashed with ImportError in on_menuitem_branch_status_activate()

2010-12-31 Thread Bilal Akhtar
Do remember that olive is a completely different package (its an RSS
reader). The other olive (bazaar frontend) is actually a part of the
bzr-gtk package.

** Package changed: olive (Ubuntu) = bzr-gtk (Ubuntu)

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

Title:
  olive-gtk crashed with ImportError in on_menuitem_branch_status_activate()

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


[Bug 695769] Re: ubiquity crashed with DBusException in call_blocking()

2010-12-31 Thread Charlie Kravetz
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

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

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

Title:
  ubiquity crashed with DBusException in call_blocking()

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


Re: [Bug 690248] Re: In Maverick 'About Ubuntu' displays Natty info

2010-12-31 Thread Stephan Harz
This bug was all ready talked here an not sure if anyone thought of a
fix as of yet.

On Fri, 2010-12-31 at 15:18 +, Todd A. wrote:
 I have the same issue, and was redirected here when reporting a duplicate bug 
 (695734).  I am willing to test anything that may fix this.
 Thanks


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

Title:
  In Maverick 'About Ubuntu' displays Natty info

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


[Bug 696029] [NEW] Installer crashed on Sony VAIO IDE HDD 40GB, CDROM Install 10.10

2010-12-31 Thread Gregory Farges
Public bug reported:

Binary package hint: ubiquity

Crashed around 70%

Hard drive is a 40GB IDE 5400 Hitachi fresh installed
Installation was launched from live cd (launched system, then installer)
Installation made from CDROM ubuntu desktop i386 10.10

Computer was connected to the Internet, installation planned to erase
all the disk

Any hint on cause much appreciated, I suspect faulty CDROM (made hell of
a noise during installation, maybe old optical drive, or badly burnt
CDROM

Thanks a lot, and happy new year's eve

** Affects: ubiquity (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/696029

Title:
  Installer crashed on Sony VAIO IDE HDD 40GB, CDROM Install 10.10

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


[Bug 696029] Re: Installer crashed on Sony VAIO IDE HDD 40GB, CDROM Install 10.10

2010-12-31 Thread Gregory Farges

** Attachment added: syslog
   https://bugs.launchpad.net/bugs/696029/+attachment/1780372/+files/syslog

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

Title:
  Installer crashed on Sony VAIO IDE HDD 40GB, CDROM Install 10.10

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


[Bug 696029] Re: Installer crashed on Sony VAIO IDE HDD 40GB, CDROM Install 10.10

2010-12-31 Thread Gregory Farges

** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/696029/+attachment/1780373/+files/partman

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

Title:
  Installer crashed on Sony VAIO IDE HDD 40GB, CDROM Install 10.10

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


[Bug 694980] Re: Mini10v driver issue with wireless

2010-12-31 Thread Fabio Marconi
Hello
using only wireless, (detache cable ecc..) produces same symptoms, there's no 
reason (at least so far from AP or router) for a difficult connection, if it 
works it has to works ever

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

Title:
  Mini10v driver issue with wireless

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


[Bug 662998] Re: System freezes when running on battery

2010-12-31 Thread Clayton Dillard
*** This bug is a duplicate of bug 656745 ***
https://bugs.launchpad.net/bugs/656745

I moved to kernel version 2.6.36-020636-generic #201010210905 several
days ago and have done many suspend/resume and dock/undock in my HP
8530W notebook without any issues with system lockup or freeze.  I also
moved away from using the proprietary Nvidia driver in favor of Nouvea
but doubt this has any affect on the issue.

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

Title:
  System freezes when running on battery

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


[Bug 656745] Re: dell vostro 3700 always crash (frozen) if I work with battery (power or thermal limit exceeded)

2010-12-31 Thread Clayton Dillard
I moved to kernel version 2.6.36-020636-generic #201010210905 several
days ago and have done many suspend/resume and dock/undock in my HP
8530W notebook without any issues with system lockup or freeze. I also
moved away from using the proprietary Nvidia driver in favor of Nouvea
but doubt this has any affect on the issue.

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

Title:
  dell vostro 3700 always crash (frozen)  if I work with battery (power or 
thermal limit exceeded)

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


[Bug 695749] Re: X (and whole system) freezes completely when OpenGL application, like glxgears is started on Ubuntu 10.x with S3 Inc. VT8375 [ProSavage8 KM266/KL266] video controller

2010-12-31 Thread bugbot
** Tags added: edgers

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

Title:
  X (and whole system) freezes completely when OpenGL application, like 
glxgears is started on Ubuntu 10.x with S3 Inc. VT8375 [ProSavage8 KM266/KL266] 
video controller

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


[Bug 672901] Re: libapache2-mod-wsgi v 3.2-2 attempt to install python3

2010-12-31 Thread 666f6f
Is there a workaround we can use?

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

Title:
  libapache2-mod-wsgi v 3.2-2 attempt to install python3

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


[Bug 695937] Re: Starting/stopping/restarting squid-deb-proxy is not clear

2010-12-31 Thread Jorge O. Castro
** Changed in: squid-deb-proxy (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/695937

Title:
  Starting/stopping/restarting squid-deb-proxy is not clear

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


[Bug 695723] Re: ata_id crashed with SIGSEGV in main() when inserting a data CD

2010-12-31 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, did you try several data cd's? The logs indicate there may have been 
bad sections on the cd itself.

This will help us to find and resolve the problem.

** Visibility changed to: Public

** Changed in: udev (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/695723

Title:
  ata_id crashed with SIGSEGV in main() when inserting a data CD

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


[Bug 694693] Re: Update Manager, VLC crashes

2010-12-31 Thread madhu
The disappeared message I meant was the #18 th message. Not the #16 th
one. And the colour was green.

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

Title:
  Update Manager, VLC crashes

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


[Bug 694391] Re: Kubuntu Firefox Installer Fails

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 4.0~b8+nobinonly-0ubuntu1

---
firefox (4.0~b8+nobinonly-0ubuntu1) natty; urgency=low

  * New upstream release v4.0b8 (FIREFOX_4_0b8_RELEASE)

  [ Chris Coulson chris.coul...@canonical.com ]
  * Add a hack to the launcher to handle being launched from an alternative,
which is a symlink to the launcher script, and breaks the current launch
mechanism. Also remove a useless stat() from the current script
- update debian/firefox.sh.in
  * Re-add patch that got dropped to not remove and re-add search plugins
during upgrade
- add 
debian/patches/bz534663_attXXX_normalize_distribution_searchplugins.patch
- update debian/patches/series
  * Move libmozgnome.so to the main package in common-binary-predeb-arch.
The previous method of deleting it from -gnome-support and copying it to
the main package from debian/tmp in each of the binary-predeb targets
meant that we were shipping an unstripped copy, which caused a lintian
error. This new method ensures we retain the stripped SO and we still
only move it after dh_shlibdeps has run
- update debian/rules
  * Support debug builds. By setting debug in DEB_BUILD_OPTIONS, firefox
will build with --enable-debug and --disable-optimize
- update debian/rules
- update debian/mozconfig.in
  * Really build with --disable-gnomevfs this time
- update debian/mozconfig.in
  * Refresh patches after landing of bmo: 588410 aka Fix make install to
work with omnijar
- remove debian/patches/bz588410_fix_make_install_with_omnijar.patch
- update debian/patches/series
  * Generate the en-US xpi at build time again for importing in to Launchpad
- update debian/rules
- update debian/translation-support/install.rdf.in

  [ Jamie Strandboge ja...@ubuntu.com ]
  * update debian/usr.bin.firefox.apparmor.10.10:
- deny write to /var/cache/fontconfig
- allow read to @{HOME}/.local/share/applications/mimeapps.list
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny read to @{HOME}/.local/share/recently-used.xbel
- deny execute of /usr/bin/gconftool-2
- allow read to @{HOME}/.thumbnails/*/*.png
- allow read/write to @{HOME}/.gnome2/firefox*-bin-*
  * update debian/usr.bin.firefox.apparmor.{9.04,10.04}:
- deny write to /var/cache/fontconfig
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny execute of /usr/bin/gconftool-2
- remove extraneous @{HOME}/.config/ibus/bus/
  * add debian/usr.bin.firefox.apparmor.11.04:
- based on 10.10
- remove redundant abstractions included by the gnome abstraction
  (LP: #692406)
  * debian/rules: updated for usr.bin.firefox.apparmor.11.04

  [ Micah Gersten mic...@ubuntu.com ]
  * Change xubuntu applications defaults list in natty apparmor profile; Path
changed in xubuntu-default-settings (11.04.0)
- update usr.bin.firefox.apparmor.11.04
  * fix LP: #694391 - Kubuntu Firefox Installer Fails; Add Replaces on
kubuntu-firefox-installer again in firefox-branding
- update debian/control

  [ Felix Geyer debfx-...@fobos.de ]
  * Re-add KDE integration (LP: #684482)
- update debian/patches/mozilla-kde.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/series
- update debian/rules
  * Make firefox-4.0 suggest firefox-kde-support
- update debian/control
- update debian/control.pp
 -- Chris Coulson chris.coul...@canonical.com   Fri, 31 Dec 2010 15:27:46 
+

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

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

Title:
  Kubuntu Firefox Installer Fails

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


[Bug 692406] Re: aa-logprof should not prompt for unusable repository

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 4.0~b8+nobinonly-0ubuntu1

---
firefox (4.0~b8+nobinonly-0ubuntu1) natty; urgency=low

  * New upstream release v4.0b8 (FIREFOX_4_0b8_RELEASE)

  [ Chris Coulson chris.coul...@canonical.com ]
  * Add a hack to the launcher to handle being launched from an alternative,
which is a symlink to the launcher script, and breaks the current launch
mechanism. Also remove a useless stat() from the current script
- update debian/firefox.sh.in
  * Re-add patch that got dropped to not remove and re-add search plugins
during upgrade
- add 
debian/patches/bz534663_attXXX_normalize_distribution_searchplugins.patch
- update debian/patches/series
  * Move libmozgnome.so to the main package in common-binary-predeb-arch.
The previous method of deleting it from -gnome-support and copying it to
the main package from debian/tmp in each of the binary-predeb targets
meant that we were shipping an unstripped copy, which caused a lintian
error. This new method ensures we retain the stripped SO and we still
only move it after dh_shlibdeps has run
- update debian/rules
  * Support debug builds. By setting debug in DEB_BUILD_OPTIONS, firefox
will build with --enable-debug and --disable-optimize
- update debian/rules
- update debian/mozconfig.in
  * Really build with --disable-gnomevfs this time
- update debian/mozconfig.in
  * Refresh patches after landing of bmo: 588410 aka Fix make install to
work with omnijar
- remove debian/patches/bz588410_fix_make_install_with_omnijar.patch
- update debian/patches/series
  * Generate the en-US xpi at build time again for importing in to Launchpad
- update debian/rules
- update debian/translation-support/install.rdf.in

  [ Jamie Strandboge ja...@ubuntu.com ]
  * update debian/usr.bin.firefox.apparmor.10.10:
- deny write to /var/cache/fontconfig
- allow read to @{HOME}/.local/share/applications/mimeapps.list
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny read to @{HOME}/.local/share/recently-used.xbel
- deny execute of /usr/bin/gconftool-2
- allow read to @{HOME}/.thumbnails/*/*.png
- allow read/write to @{HOME}/.gnome2/firefox*-bin-*
  * update debian/usr.bin.firefox.apparmor.{9.04,10.04}:
- deny write to /var/cache/fontconfig
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny execute of /usr/bin/gconftool-2
- remove extraneous @{HOME}/.config/ibus/bus/
  * add debian/usr.bin.firefox.apparmor.11.04:
- based on 10.10
- remove redundant abstractions included by the gnome abstraction
  (LP: #692406)
  * debian/rules: updated for usr.bin.firefox.apparmor.11.04

  [ Micah Gersten mic...@ubuntu.com ]
  * Change xubuntu applications defaults list in natty apparmor profile; Path
changed in xubuntu-default-settings (11.04.0)
- update usr.bin.firefox.apparmor.11.04
  * fix LP: #694391 - Kubuntu Firefox Installer Fails; Add Replaces on
kubuntu-firefox-installer again in firefox-branding
- update debian/control

  [ Felix Geyer debfx-...@fobos.de ]
  * Re-add KDE integration (LP: #684482)
- update debian/patches/mozilla-kde.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/series
- update debian/rules
  * Make firefox-4.0 suggest firefox-kde-support
- update debian/control
- update debian/control.pp
 -- Chris Coulson chris.coul...@canonical.com   Fri, 31 Dec 2010 15:27:46 
+

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

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

Title:
  aa-logprof should not prompt for unusable repository

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


[Bug 684482] Re: kmozillahelper doesn't work with firefox 4 beta 7

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 4.0~b8+nobinonly-0ubuntu1

---
firefox (4.0~b8+nobinonly-0ubuntu1) natty; urgency=low

  * New upstream release v4.0b8 (FIREFOX_4_0b8_RELEASE)

  [ Chris Coulson chris.coul...@canonical.com ]
  * Add a hack to the launcher to handle being launched from an alternative,
which is a symlink to the launcher script, and breaks the current launch
mechanism. Also remove a useless stat() from the current script
- update debian/firefox.sh.in
  * Re-add patch that got dropped to not remove and re-add search plugins
during upgrade
- add 
debian/patches/bz534663_attXXX_normalize_distribution_searchplugins.patch
- update debian/patches/series
  * Move libmozgnome.so to the main package in common-binary-predeb-arch.
The previous method of deleting it from -gnome-support and copying it to
the main package from debian/tmp in each of the binary-predeb targets
meant that we were shipping an unstripped copy, which caused a lintian
error. This new method ensures we retain the stripped SO and we still
only move it after dh_shlibdeps has run
- update debian/rules
  * Support debug builds. By setting debug in DEB_BUILD_OPTIONS, firefox
will build with --enable-debug and --disable-optimize
- update debian/rules
- update debian/mozconfig.in
  * Really build with --disable-gnomevfs this time
- update debian/mozconfig.in
  * Refresh patches after landing of bmo: 588410 aka Fix make install to
work with omnijar
- remove debian/patches/bz588410_fix_make_install_with_omnijar.patch
- update debian/patches/series
  * Generate the en-US xpi at build time again for importing in to Launchpad
- update debian/rules
- update debian/translation-support/install.rdf.in

  [ Jamie Strandboge ja...@ubuntu.com ]
  * update debian/usr.bin.firefox.apparmor.10.10:
- deny write to /var/cache/fontconfig
- allow read to @{HOME}/.local/share/applications/mimeapps.list
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny read to @{HOME}/.local/share/recently-used.xbel
- deny execute of /usr/bin/gconftool-2
- allow read to @{HOME}/.thumbnails/*/*.png
- allow read/write to @{HOME}/.gnome2/firefox*-bin-*
  * update debian/usr.bin.firefox.apparmor.{9.04,10.04}:
- deny write to /var/cache/fontconfig
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny execute of /usr/bin/gconftool-2
- remove extraneous @{HOME}/.config/ibus/bus/
  * add debian/usr.bin.firefox.apparmor.11.04:
- based on 10.10
- remove redundant abstractions included by the gnome abstraction
  (LP: #692406)
  * debian/rules: updated for usr.bin.firefox.apparmor.11.04

  [ Micah Gersten mic...@ubuntu.com ]
  * Change xubuntu applications defaults list in natty apparmor profile; Path
changed in xubuntu-default-settings (11.04.0)
- update usr.bin.firefox.apparmor.11.04
  * fix LP: #694391 - Kubuntu Firefox Installer Fails; Add Replaces on
kubuntu-firefox-installer again in firefox-branding
- update debian/control

  [ Felix Geyer debfx-...@fobos.de ]
  * Re-add KDE integration (LP: #684482)
- update debian/patches/mozilla-kde.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/series
- update debian/rules
  * Make firefox-4.0 suggest firefox-kde-support
- update debian/control
- update debian/control.pp
 -- Chris Coulson chris.coul...@canonical.com   Fri, 31 Dec 2010 15:27:46 
+

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

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

Title:
  kmozillahelper doesn't work with firefox 4 beta 7

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


[Bug 659450] Re: apparmor denied access to mountinfo

2010-12-31 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 4.0~b8+nobinonly-0ubuntu1

---
firefox (4.0~b8+nobinonly-0ubuntu1) natty; urgency=low

  * New upstream release v4.0b8 (FIREFOX_4_0b8_RELEASE)

  [ Chris Coulson chris.coul...@canonical.com ]
  * Add a hack to the launcher to handle being launched from an alternative,
which is a symlink to the launcher script, and breaks the current launch
mechanism. Also remove a useless stat() from the current script
- update debian/firefox.sh.in
  * Re-add patch that got dropped to not remove and re-add search plugins
during upgrade
- add 
debian/patches/bz534663_attXXX_normalize_distribution_searchplugins.patch
- update debian/patches/series
  * Move libmozgnome.so to the main package in common-binary-predeb-arch.
The previous method of deleting it from -gnome-support and copying it to
the main package from debian/tmp in each of the binary-predeb targets
meant that we were shipping an unstripped copy, which caused a lintian
error. This new method ensures we retain the stripped SO and we still
only move it after dh_shlibdeps has run
- update debian/rules
  * Support debug builds. By setting debug in DEB_BUILD_OPTIONS, firefox
will build with --enable-debug and --disable-optimize
- update debian/rules
- update debian/mozconfig.in
  * Really build with --disable-gnomevfs this time
- update debian/mozconfig.in
  * Refresh patches after landing of bmo: 588410 aka Fix make install to
work with omnijar
- remove debian/patches/bz588410_fix_make_install_with_omnijar.patch
- update debian/patches/series
  * Generate the en-US xpi at build time again for importing in to Launchpad
- update debian/rules
- update debian/translation-support/install.rdf.in

  [ Jamie Strandboge ja...@ubuntu.com ]
  * update debian/usr.bin.firefox.apparmor.10.10:
- deny write to /var/cache/fontconfig
- allow read to @{HOME}/.local/share/applications/mimeapps.list
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny read to @{HOME}/.local/share/recently-used.xbel
- deny execute of /usr/bin/gconftool-2
- allow read to @{HOME}/.thumbnails/*/*.png
- allow read/write to @{HOME}/.gnome2/firefox*-bin-*
  * update debian/usr.bin.firefox.apparmor.{9.04,10.04}:
- deny write to /var/cache/fontconfig
- allow read to @{PROC}/[0-9]*/mountinfo (LP: #659450)
- allow read to /tmp/.X[0-9]*-lock
- deny execute of /usr/bin/gconftool-2
- remove extraneous @{HOME}/.config/ibus/bus/
  * add debian/usr.bin.firefox.apparmor.11.04:
- based on 10.10
- remove redundant abstractions included by the gnome abstraction
  (LP: #692406)
  * debian/rules: updated for usr.bin.firefox.apparmor.11.04

  [ Micah Gersten mic...@ubuntu.com ]
  * Change xubuntu applications defaults list in natty apparmor profile; Path
changed in xubuntu-default-settings (11.04.0)
- update usr.bin.firefox.apparmor.11.04
  * fix LP: #694391 - Kubuntu Firefox Installer Fails; Add Replaces on
kubuntu-firefox-installer again in firefox-branding
- update debian/control

  [ Felix Geyer debfx-...@fobos.de ]
  * Re-add KDE integration (LP: #684482)
- update debian/patches/mozilla-kde.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/series
- update debian/rules
  * Make firefox-4.0 suggest firefox-kde-support
- update debian/control
- update debian/control.pp
 -- Chris Coulson chris.coul...@canonical.com   Fri, 31 Dec 2010 15:27:46 
+

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

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

Title:
  apparmor denied access to mountinfo

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


[Bug 695538] Re: Installing progress misleading

2010-12-31 Thread Charlie Kravetz
Thank you for taking the time to make Xubuntu better. Since what you
submitted is not really a bug, or a problem, but rather an idea to
improve Xubuntu, I have marked it as wishlist. This lets the developers
take a look at it, and if possible, implement this in the future.

** Changed in: usb-creator (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: usb-creator (Ubuntu)
   Status: New = Triaged

** Tags added: xubuntu

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

Title:
  Installing progress misleading

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


[Bug 668318] Re: evolution calendar cannot change first day of week

2010-12-31 Thread Charlie Kravetz
*** This bug is a duplicate of bug 643910 ***
https://bugs.launchpad.net/bugs/643910

Andre Klapper: You are, of course, correct. Thank you for catching that.
I thought the duplicate check was done, but I assumed it. I will try
harder to get this right in the future.

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

Title:
  evolution calendar cannot change first day of week

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


[Bug 580006] Re: Headphone jack sense missing on Lenovo Thinkpad SL410 and SL510

2010-12-31 Thread madbiologist
The abovementioned fix is included upstream in kernel 2.6.37-rc8.  From
the changelog:

commit 022c92befa539174125b0a1b5e52dd57affefe9f
Author: David Henningsson
Date:   Fri Dec 17 20:43:04 2010 +0100

ALSA: HDA: Add auto-mute for Thinkpad SL410/SL510

BugLink: http://launchpad.net/bugs/580006

SKU turns off auto-mute for these machines, so ignore the SKU.

Signed-off-by: David Henningsson
Signed-off-by: Takashi Iwai

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

Title:
  Headphone jack sense missing on Lenovo Thinkpad SL410 and SL510

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


[Bug 355529] Re: olive-gtk crashed with ImportError in on_menuitem_branch_status_activate()

2010-12-31 Thread Jelmer Vernooij
Olive is a different package in Ubuntu, but the upstream project is (and
was) the Olive Bazaar frontend, which is no longer part of bzr-gtk.

** Changed in: bzr-gtk (Ubuntu)
   Status: New = Invalid

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

Title:
  olive-gtk crashed with ImportError in on_menuitem_branch_status_activate()

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


[Bug 355529] Re: olive-gtk crashed with ImportError in on_menuitem_branch_status_activate()

2010-12-31 Thread Jelmer Vernooij
Olive for Bazaar is no longer packaged in Ubuntu.

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

Title:
  olive-gtk crashed with ImportError in on_menuitem_branch_status_activate()

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


[Bug 257827] Re: brightness changes twice when using hotkeys

2010-12-31 Thread Daniel Willemin
The patch didn't help with the double increment in my case. Still
happens.

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

Title:
  brightness changes twice when using hotkeys

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


[Bug 695975] Re: Installer crashes upon CDROM I/O errors

2010-12-31 Thread Paolo Rotolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't start working on it yet, because
your description didn't include enough information.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingUbiquity/AttachingLogs as separate
attachments by visiting your bug's web page. Thanks in advance.

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

Title:
  Installer crashes upon CDROM I/O errors

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


[Bug 695970] Re: installer crashed

2010-12-31 Thread Paolo Rotolo
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 695970
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  installer crashed

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


[Bug 504634] Re: About Mozilla Firefox window default size too small (some text is hidden)

2010-12-31 Thread Chris Coulson
This is a non-issue in Natty, as this dialog has been completely
redesigned

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

** Changed in: firefox-3.5 (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  About Mozilla Firefox window default size too small (some text is hidden)

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


[Bug 696033] [NEW] [natty] Stuck connecting to the store after startup

2010-12-31 Thread Michael Terry
Public bug reported:

Binary package hint: rhythmbox-ubuntuone-music-store

Opening rhythmbox, and then clicking on the Ubuntu One store immediately
gives me a 'Connecting' screen that never goes away.  I get the
following in the console:

(rhythmbox:12312): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
** (rhythmbox:12312): DEBUG: SyncDaemon already running, initializing 
SyncdaemonDaemon object
** (rhythmbox:12312): DEBUG: Loading the real store page

liboauth: data to
sign='GEThttps%3A%2F%2Fone.ubuntu.com%2Fmusic%2Floginoauth_callback%3DNone%26oauth_consumer_key%3Dubuntuone%26oauth_nonce%3DJq0afhswgTWzniFacUoKZc9Gv%26oauth_signature_method
%3DHMAC-
SHA1%26oauth_timestamp%3D129385%26oauth_token%3DbvHNJ76WzGtsrwg2JR8g%26oauth_verifier%3DNone%26oauth_version%3D1.0'


liboauth: 
key='hammertime6R8h3Zx4S7mM3bFCj2rdnwXwg7wxJP8ZkGC1wMq0tf5lGQbF4CqqbgWVJrLWsnMGSzz3sS8vVcR9b5xw'

** (rhythmbox:12312): DEBUG: navigation requested to
https://one.ubuntu.com/music/login?oauth_callback=Noneoauth_consumer_key=ubuntuoneoauth_nonce=Jq0afhswgTWzniFacUoKZc9Gvoauth_signature_method
=HMAC-
SHA1oauth_timestamp=129385oauth_token=bvHNJ76WzGtsrwg2JR8goauth_verifier=Noneoauth_version=1.0oauth_signature=Yu9yaBNYgXTTRdrCgTuYA2OgAPQ%3D

(rhythmbox:12312): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
** (rhythmbox:12312): DEBUG: navigation requested to 
https://one.ubuntu.com/music/store-invalid-token
** (rhythmbox:12312): DEBUG: firing authentication
** (rhythmbox:12312): DEBUG: navigation requested to 
file:///usr/share/libubuntuone/1/javascript/load_error.html?https://one.ubuntu.com/music/store-invalid-token
** (rhythmbox:12312): DEBUG: Got new credentials from ubuntu-sso

liboauth: data to
sign='GEThttps%3A%2F%2Fone.ubuntu.com%2Fmusic%2Floginoauth_callback%3DNone%26oauth_consumer_key%3Dubuntuone%26oauth_nonce%3DOJJlEhCrgFwyZDeK0rRspTbEqZ%26oauth_signature_method
%3DHMAC-
SHA1%26oauth_timestamp%3D129386%26oauth_token%3DbvHNJ76WzGtsrwg2JR8g%26oauth_verifier%3DNone%26oauth_version%3D1.0'


liboauth: 
key='hammertime6R8h3Zx4S7mM3bFCj2rdnwXwg7wxJP8ZkGC1wMq0tf5lGQbF4CqqbgWVJrLWsnMGSzz3sS8vVcR9b5xw'

** (rhythmbox:12312): DEBUG: navigation requested to 
https://one.ubuntu.com/music/login?oauth_callback=Noneoauth_consumer_key=ubuntuoneoauth_nonce=OJJlEhCrgFwyZDeK0rRspTbEqZoauth_signature_method=HMAC-SHA1oauth_timestamp=129386oauth_token=bvHNJ76WzGtsrwg2JR8goauth_verifier=Noneoauth_version=1.0oauth_signature=bdaAcgbR%2FFq0vLlqGnCjaeLuW6U%3D
** (rhythmbox:12312): DEBUG: navigation requested to 
https://one.ubuntu.com/music/store-invalid-token
** (rhythmbox:12312): DEBUG: firing authentication
** (rhythmbox:12312): DEBUG: navigation requested to 
file:///usr/share/libubuntuone/1/javascript/load_error.html?https://one.ubuntu.com/music/store-invalid-token
** (rhythmbox:12312): DEBUG: Got new credentials from ubuntu-sso

liboauth: data to
sign='GEThttps%3A%2F%2Fone.ubuntu.com%2Fmusic%2Floginoauth_callback%3DNone%26oauth_consumer_key%3Dubuntuone%26oauth_nonce%3DXQ7tmhXsHdybAW01YyOee6sX7%26oauth_signature_method
%3DHMAC-
SHA1%26oauth_timestamp%3D129387%26oauth_token%3DbvHNJ76WzGtsrwg2JR8g%26oauth_verifier%3DNone%26oauth_version%3D1.0'


liboauth: 
key='hammertime6R8h3Zx4S7mM3bFCj2rdnwXwg7wxJP8ZkGC1wMq0tf5lGQbF4CqqbgWVJrLWsnMGSzz3sS8vVcR9b5xw'

** (rhythmbox:12312): DEBUG: navigation requested to
https://one.ubuntu.com/music/login?oauth_callback=Noneoauth_consumer_key=ubuntuoneoauth_nonce=XQ7tmhXsHdybAW01YyOee6sX7oauth_signature_method
=HMAC-
SHA1oauth_timestamp=129387oauth_token=bvHNJ76WzGtsrwg2JR8goauth_verifier=Noneoauth_version=1.0oauth_signature=EpWDGNkpOC%2FzNNcSfdAb%2FtB7C40%3D

(rhythmbox:12312): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
** (rhythmbox:12312): DEBUG: navigation requested to 
https://one.ubuntu.com/music/store-invalid-token
** (rhythmbox:12312): DEBUG: firing authentication
** (rhythmbox:12312): DEBUG: navigation requested to 
file:///usr/share/libubuntuone/1/javascript/load_error.html?https://one.ubuntu.com/music/store-invalid-token
** (rhythmbox:12312): DEBUG: Got new credentials from ubuntu-sso

liboauth: data to
sign='GEThttps%3A%2F%2Fone.ubuntu.com%2Fmusic%2Floginoauth_callback%3DNone%26oauth_consumer_key%3Dubuntuone%26oauth_nonce%3DnuMdxz3y7pilHrXapHKx%26oauth_signature_method
%3DHMAC-
SHA1%26oauth_timestamp%3D129387%26oauth_token%3DbvHNJ76WzGtsrwg2JR8g%26oauth_verifier%3DNone%26oauth_version%3D1.0'


liboauth: 
key='hammertime6R8h3Zx4S7mM3bFCj2rdnwXwg7wxJP8ZkGC1wMq0tf5lGQbF4CqqbgWVJrLWsnMGSzz3sS8vVcR9b5xw'

** (rhythmbox:12312): DEBUG: navigation requested to 

[Bug 696033] Re: [natty] Stuck connecting to the store after startup

2010-12-31 Thread Michael Terry


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

Title:
  [natty] Stuck connecting to the store after startup

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


[Bug 695978] Re: installation is blocking

2010-12-31 Thread Paolo Rotolo
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 695978
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  installation is blocking

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


[Bug 695983] Re: installation is blocking

2010-12-31 Thread Paolo Rotolo
*** This bug is a duplicate of bug 695978 ***
https://bugs.launchpad.net/bugs/695978

** This bug has been marked a duplicate of bug 695978
   installation is blocking
 * You can subscribe to bug 695978 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/695978/+subscribe

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

Title:
  installation is blocking

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


[Bug 695646] Re: Critical wordpress update: HTML sanitization

2010-12-31 Thread Jamie Strandboge
** Changed in: wordpress (Ubuntu)
   Importance: Undecided = High

** Changed in: wordpress (Ubuntu)
   Status: New = Triaged

** Also affects: wordpress (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: wordpress (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: wordpress (Ubuntu Natty)
   Importance: High
   Status: Triaged

** Changed in: wordpress (Ubuntu Maverick)
   Importance: Undecided = High

** Changed in: wordpress (Ubuntu Lucid)
   Importance: Undecided = High

** Changed in: wordpress (Ubuntu Maverick)
   Status: New = Triaged

** Changed in: wordpress (Ubuntu Lucid)
   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/695646

Title:
  Critical wordpress update: HTML sanitization

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


[Bug 695611] Re: palimpsest cannot recognize NTFS volumes that it previously created upon RAID arrays

2010-12-31 Thread Tim Kuechler

** Attachment added: palimpsest after array is formatted (format volume don't 
partition) and them mounted both using palimpsest
   
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/695611/+attachment/1780377/+files/RAID10_Array.jpg

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

Title:
  palimpsest cannot recognize NTFS volumes that it previously created upon RAID 
arrays

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


[Bug 680899] Re: some compiz commands/plugins don ’t work, no idea how to debug

2010-12-31 Thread Curtis Hovey
The compiz additions to keyboard shortcuts is also missing. The
Initiate window picker is gone, so the common way of setting scale is
missing. super+w works, but it was set to my F15. The cssm setting app
does not honour the F15 key, it can be set, but scale is not activated.

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

Title:
  some compiz commands/plugins don’t work, no idea how to debug 

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

[Bug 696012] Re: package fglrx (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-12-31 Thread Paolo Rotolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

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

This will help us to find and resolve the problem.

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

Title:
  package fglrx (not installed) failed to install/upgrade: subprocess new 
pre-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 695646] Re: Critical wordpress update: HTML sanitization

2010-12-31 Thread Artur Rona
I can prepare a full debdiff for lucid and maverick, but I prefer to use
bzr which is broken on Ubuntu natty. If someone else want to fix it in
lucid and maverick, feel free.

** Changed in: wordpress (Ubuntu Natty)
   Status: Triaged = In Progress

** Changed in: wordpress (Ubuntu Natty)
 Assignee: (unassigned) = Artur Rona (ari-tczew)

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

Title:
  Critical wordpress update: HTML sanitization

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


[Bug 694493] Re: postfix default installation yields errors with encrypted user directories

2010-12-31 Thread Scott Kitterman
** Changed in: postfix (Ubuntu)
   Status: New = Confirmed

** Package changed: postfix (Ubuntu) = ubuntu-docs (Ubuntu)

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

Title:
  postfix default installation yields errors with encrypted user directories

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


[Bug 661235] Re: live-cd boot does not work with nvidia ion (ZOTAC GeForce 9300-ITX WiFi) nor with GeForce 210

2010-12-31 Thread typo
I've reinstalled Ubuntu using the Ubuntu 10.04.1 live-cd (32-bit) and
then upgraded to Ubuntu 10.10. I'm using Ubuntu 10.10 with nouveau on my
nvidia ion hardware right now. The bug seems to be somewhere else in the
live-cd, e.g. casper. Therefore I propose to divide my problem from the
problem of Martin O'Mahony.

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

Title:
  live-cd boot does not work with nvidia ion (ZOTAC GeForce 9300-ITX WiFi) nor 
with GeForce 210

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


[Bug 696035] [NEW] gnome-volume-control sliders work incorrectly

2010-12-31 Thread Tobias Quinn
Public bug reported:

Binary package hint: gnome-media

The channel sliders using gnome-volume-control always decrease the
volume of the channel when using the mouse scroll wheel. The expected
behaviour is for a mouse scroll wheel to be able to adjust the volume
both up an down.

This is fixed in the upstream git branch gnome-2-32 of gnome-media but
not in the released tarball.

A patch is attached to fix the problem.

gnome-media:
  Installed: 2.32.0-0ubuntu3
  Candidate: 2.32.0-0ubuntu3
  Version table:
 *** 2.32.0-0ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: gnome-media (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/696035

Title:
  gnome-volume-control sliders work incorrectly

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


[Bug 696035] Re: gnome-volume-control sliders work incorrectly

2010-12-31 Thread Tobias Quinn

** Patch added: Fix the slider behaviour in gnome-volume-control
   
https://bugs.launchpad.net/bugs/696035/+attachment/1780382/+files/gnome_volume_control_fix_channel_bars.patch

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

Title:
  gnome-volume-control sliders work incorrectly

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


[Bug 696034] [NEW] Error while Sending message. Syntax error. p49sm7243191wes.18

2010-12-31 Thread trevor
Public bug reported:

Binary package hint: evolution

For some reason Evolution no longer allows me to send emails to a list
of addresses.  My lists have not changed but I keep getting the error
message.  I am using Ubuntu 10.10, version 1.207.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Dec 31 16:09:35 2010
ExecutablePath: /usr/bin/evolution
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_GB.utf8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

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

Title:
  Error while Sending message. Syntax error. p49sm7243191wes.18

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


[Bug 696034] Re: Error while Sending message. Syntax error. p49sm7243191wes.18

2010-12-31 Thread trevor


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

Title:
  Error while Sending message. Syntax error. p49sm7243191wes.18

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


[Bug 646335] Re: package libc-bin 2.11.1-0ubun tu7.2 failed to install/upgrade: le sous-processus scr ipt post-installation installé a retourné une er reur de sortie d'état 134

2010-12-31 Thread Charlie Kravetz
Thanks for your report.

This looks like a hardware issue. Could you run memtest on your system?
(boot a live CD / USB key and select test memory)?

** Changed in: eglibc (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/646335

Title:
  package libc-bin 2.11.1-0ubuntu7.2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 134

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

[Bug 695646] Re: Critical wordpress update: HTML sanitization

2010-12-31 Thread Jamie Strandboge
ACK patch for Lucid.

** Changed in: wordpress (Ubuntu Lucid)
   Status: Triaged = Confirmed

** Tags added: security-verification

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

Title:
  Critical wordpress update: HTML sanitization

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


[Bug 695447] Re: Unable to view documents from folder documents or any other folders

2010-12-31 Thread Fabio Marconi
** Changed in: ubuntu
   Status: Fix Committed = Invalid

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

Title:
  Unable to view documents from folder documents or any other folders

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


[Bug 692406] Re: aa-logprof should not prompt for unusable repository

2010-12-31 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/firefox

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

Title:
  aa-logprof should not prompt for unusable repository

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


[Bug 696042] [NEW] sporadic boot hang; possible kernel panic

2010-12-31 Thread pip
Public bug reported:

Boot hangs with 'lock' lights flashing in synchronisation.  A hard boot is the 
only cure.
This occurs more than once daily  is very unpredictable.  Consequently I am 
unable to reproduce this bug on either of two machines that it occurs on.

The last stable kernel was 2.6.35-23.

2.6.37-10 would not boot at all without acpi=off, so this is an
improvement on that.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.37-11-generic 2.6.37-11.25
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7
Uname: Linux 2.6.37-11-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pip 931 F lxpanel
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
   Mixer name   : 'Realtek ALC250 rev 2'
   Components   : 'AC97a:414c4752'
   Controls  : 33
   Simple ctrls  : 21
Date: Fri Dec 31 16:20:01 2010
Frequency: Once a day.
HibernationDevice: RESUME=UUID=52a28855-ab72-4233-8efe-cbb9237efa24
InstallationMedia: Lubuntu 10.10 Maverick Meerkat - i386 (20101010)
Lsusb:
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: RM plc IAL55
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-11-generic 
root=UUID=6d2cc3e2-26e8-4e7c-ba53-99bd17209ec9 ro vt.handoff=7 quiet splash
RelatedPackageVersions: linux-firmware 1.44
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
dmi.bios.date: 04/25/2006
dmi.bios.vendor: Insyde Software Corporation
dmi.bios.version: 1.01A
dmi.board.name: Alviso
dmi.board.vendor: Intel Corporation
dmi.board.version: V1.0
dmi.chassis.type: 10
dmi.chassis.vendor: COMPAL
dmi.modalias: 
dmi:bvnInsydeSoftwareCorporation:bvr1.01A:bd04/25/2006:svnRMplc:pnIAL55:pvr:rvnIntelCorporation:rnAlviso:rvrV1.0:cvnCOMPAL:ct10:cvr:
dmi.product.name: IAL55
dmi.sys.vendor: RM plc

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


** Tags: apport-bug i386 kernel-config natty needs-upstream-testing 
regression-update

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

Title:
  sporadic boot hang; possible kernel panic

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


[Bug 696042] Re: sporadic boot hang; possible kernel panic

2010-12-31 Thread pip


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

Title:
  sporadic boot hang; possible kernel panic

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


[Bug 696041] [NEW] Grub chooses to load the wrong kernel as default.

2010-12-31 Thread Simon Bull
Public bug reported:

Binary package hint: grub

Description:Ubuntu 10.10
Release:10.10

grub:
  Installed: (none)
  Candidate: 0.97-29ubuntu60
  Version table:
 0.97-29ubuntu60 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

grub2:
  Installed: (none)
  Candidate: 1.98+20100804-5ubuntu3
  Version table:
 1.98+20100804-5ubuntu3 0
500 http://archive.ubuntu.com/ubuntu/ maverick/universe i386 Packages

What happened:
Using update manager, I updated to a newer kernel. Upon restart, GRUB chose the 
wrong kernel to boot from. Therefore causing Ubuntu to boot into tty with many 
errors. To solve this issue, I had to boot from an older kernel by pressing the 
'Esc' key once I was back on the POST BIOS. Then I had to manually change the 
boot order by using startup manager.

What should have happened:
Upon using update manager that GRUB would select the correct kernel to boot 
from. (With no manual input from the user).

Regards
Simon

** Affects: grub (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/696041

Title:
  Grub chooses to load the wrong kernel as default.

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


[Bug 696039] [NEW] No application shortcut created

2010-12-31 Thread Forage
Public bug reported:

Binary package hint: bombono-dvd

Package: bombono-dvd-testing
Version: 1.0.0-1ppa1~maverick2
OS: Ubuntu 10.10

No menu item for Bombono is being created in 'Applications/Sound 
Video' when installing the package. In addition, the command 'bombono-
dvd' is not recognized when trying to start the application from the
terminal. It's only possible to launch the application when you specify
the complete path '/opt/bombono-dvd-testing/bin/bombono-dvd'.

It would be very handy to have the menu item in the first place ;-)

** Affects: bombono-dvd (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/696039

Title:
  No application shortcut created

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


[Bug 696038] [NEW] rabbitmq user appears in login list of users

2010-12-31 Thread Curtis Hovey
Public bug reported:

Binary package hint: gdm

After upgrading to natty, the rabbitmq user was added to the list of
user who can login.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gdm 2.32.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7
Uname: Linux 2.6.37-11-generic i686
NonfreeKernelModules: nvidia wl
Architecture: i386
Date: Fri Dec 31 11:21:35 2010
ProcEnviron:
 LANGUAGE=en_US.UTF-8:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_AG.utf8
 SHELL=/bin/bash
SourcePackage: gdm

** Affects: gdm (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/696038

Title:
  rabbitmq user appears in login list of users

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


[Bug 696038] Re: rabbitmq user appears in login list of users

2010-12-31 Thread Curtis Hovey


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

Title:
  rabbitmq user appears in login list of users

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


[Bug 671977] Re: Inbox folder on IMAP disappears spontaneously

2010-12-31 Thread ridgerunner7
btw, you missed one pkg: evolution-data-server-common
down-graded fine after adding that last pkg. I'm willing to try again when you 
find the typos.

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

Title:
  Inbox folder on IMAP disappears spontaneously

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


[Bug 31709] Re: Brasero, GNOME's burn:/// and K3b slow dvd burn speed

2010-12-31 Thread Raphaël Droz
Just to confirm that, in the Ali + SHW-162C case, adding
pata_ali.atapi_dma=1 worked like a charm.

I also think that the Ali DMA should be auto-detected by the kernel (or
at least, if a LKML known thread explains the reasons it is disabled by
default, then the URL should be noted here).

My hardware :
IDE interface: ALi Corporation M5229 IDE (rev c7)
DVD driver: Model=TSSTcorpCD/DVDW SH-W162C, FwRev=TS10

(more details in the lspci attachment)


** Attachment added: lspci (asrock dual SATA2)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/31709/+attachment/1780385/+files/lspci.xvn.raph.log

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

Title:
  Brasero, GNOME's burn:/// and K3b slow dvd burn speed

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


[Bug 696044] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: nvidia-current kernel module failed to build

2010-12-31 Thread Troy Boyd
Public bug reported:

I do not know what happened.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Dec 31 10:11:02 2010
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: Dell Inc. Precision M65
PackageVersion: 195.36.24-0ubuntu1~10.04
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   3.3V 32-bit PC Card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-27-generic 
root=UUID=13daa376-a52e-4b03-836f-67d33622c37b ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04 failed to 
install/upgrade: nvidia-current kernel module failed to build
dmi.bios.date: 10/16/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.name: 0JF242
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd10/16/2008:svnDellInc.:pnPrecisionM65:pvr:rvnDellInc.:rn0JF242:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Precision M65
dmi.sys.vendor: Dell Inc.
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-27-generic

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: 
nvidia-current kernel module failed to build

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


[Bug 696043] [NEW] package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-12-31 Thread vaderj
Public bug reported:

initial install of server 10.04, no updates ran. apt-get'ed ubuntu-
desktop and on first reboot, attempted to install fglrx via hardware
drivers screen when crash happened. only open app is firefox

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: fglrx 2:8.723.1-0ubuntu5
Uname: Linux 2.6.32.27-tcmc-10.08-1-xen x86_64
Architecture: amd64
Date: Fri Dec 31 10:31:24 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
SourcePackage: fglrx-installer
Title: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32.27-tcmc-10.08-1-xen

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10

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


[Bug 696044] Re: package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: nvidia-current kernel module failed to build

2010-12-31 Thread Troy Boyd


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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: 
nvidia-current kernel module failed to build

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


[Bug 696043] Re: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-12-31 Thread vaderj


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

Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10

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


[Bug 696040] [NEW] kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter
Public bug reported:

[  929.157065] [ cut here ]
[  929.157071] kernel BUG at 
/build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!
[  929.157074] invalid opcode:  [#1] SMP 
[  929.157076] last sysfs file: 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
[  929.157077] CPU 0 
[  929.157078] Modules linked in: binfmt_misc rfcomm sco bnep l2cap parport_pc 
ppdev arc4 snd_hda_codec_intelhdmi snd_hda_codec_conexant joydev snd_hda_intel 
snd_hda_codec snd_hwdep thinkpad_acpi snd_pcm snd_seq_midi iwlagn snd_rawmidi 
uvcvideo snd_seq_midi_event videodev snd_seq iwlcore v4l1_compat psmouse 
snd_timer qcserial v4l2_compat_ioctl32 snd_seq_device mac80211 usb_wwan 
serio_raw intel_ips usbserial snd tpm_tis snd_page_alloc btusb cfg80211 
bluetooth soundcore tpm nvram tpm_bios lp parport sha256_generic aesni_intel 
cryptd aes_x86_64 aes_generic dm_crypt i915 nouveau ttm drm_kms_helper 
sdhci_pci ahci libahci sdhci e1000e led_class drm i2c_algo_bit video intel_agp 
output
[  929.157109] 
[  929.157111] Pid: 1597, comm: Xorg Not tainted 2.6.35-24-generic #42-Ubuntu 
4384GEG/4384GEG
[  929.157113] RIP: 0010:[a01aa307]  [a01aa307] 
i915_gem_evict_everything+0xe7/0x1b0 [i915]
[  929.157126] RSP: 0018:880131055a98  EFLAGS: 00010202
[  929.157127] RAX: 8801323ce108 RBX: 8801323ce000 RCX: 880130639040
[  929.157128] RDX:  RSI: ea0004295c78 RDI: 8801323cf318
[  929.157130] RBP: 880131055ad8 R08:  R09: 
[  929.157131] R10: dead00100100 R11:  R12: 
[  929.157132] R13: 88012e382800 R14: 8801323cf318 R15: 8801323cf340
[  929.157134] FS:  7fb2a875f840() GS:880001e0() 
knlGS:
[  929.157135] CS:  0010 DS:  ES:  CR0: 8005003b
[  929.157136] CR2: 7f22785f6000 CR3: 00013046b000 CR4: 06f0
[  929.157138] DR0:  DR1:  DR2: 
[  929.157139] DR3:  DR6: 0ff0 DR7: 0400
[  929.157141] Process Xorg (pid: 1597, threadinfo 880131054000, task 
880132ae44a0)
[  929.157142] Stack:
[  929.157143]  8801323cf320 01ff8801323cf320 880131055ad8 
0140
[  929.157145] 0 88012e382800 8801323ce000 8801323cf320 
8801323ce028
[  929.157147] 0 880131055b48 a01ab047 880037474ad8 
8800374a8080
[  929.157149] Call Trace:
[  929.157157]  [a01ab047] i915_gem_evict_something+0x297/0x2b0 [i915]
[  929.157163]  [a01ab1eb] i915_gem_object_bind_to_gtt+0x18b/0x370 
[i915]
[  929.157169]  [a01ab568] i915_gem_object_pin+0x198/0x1b0 [i915]
[  929.157175]  [a01abcc6] 
i915_gem_object_pin_and_relocate+0x56/0x390 [i915]
[  929.157181]  [a01ad24e] i915_gem_do_execbuffer+0x5be/0xe30 [i915]
[  929.157187]  [8112bee2] ? map_vm_area+0x32/0x50
[  929.157194]  [a01ae1a8] i915_gem_execbuffer2+0xc8/0x210 [i915]
[  929.157203]  [a0069433] drm_ioctl+0x463/0x520 [drm]
[  929.157209]  [a01ae0e0] ? i915_gem_execbuffer2+0x0/0x210 [i915]
[  929.157213]  [8114e7f0] ? mem_cgroup_charge_common+0x70/0x90
[  929.157217]  [8111c89c] ? do_anonymous_page+0x11c/0x350
[  929.157220]  [81162f0d] vfs_ioctl+0x3d/0xd0
[  929.157222]  [811637e1] do_vfs_ioctl+0x81/0x340
[  929.157225]  [8158db2e] ? do_page_fault+0x15e/0x350
[  929.157227]  [81163b21] sys_ioctl+0x81/0xa0
[  929.157230]  [8100a0f2] system_call_fastpath+0x16/0x1b
[  929.157231] Code: 75 aa 4c 89 f7 e8 ca fa 3d e1 4c 3b bb 40 13 00 00 0f 84 
7d 00 00 00 c6 45 cf 01 4c 89 f7 e8 61 ca e8 e0 66 90 80 7d cf 00 74 81 0f 0b 
eb fe eb 03 90 90 90 48 8d 83 20 13 00 00 48 3b 83 20 13 
[  929.157249] RIP  [a01aa307] i915_gem_evict_everything+0xe7/0x1b0 
[i915]
[  929.157254]  RSP 880131055a98
[  929.157256] ---[ end trace fbf78e0456fea9ef ]---

Steps to reproduce:
1.) Get a Lenovo T510 (latest BIOS installed)
2.) Don't use discrete graphics mode
3.) Install ubuntu 10.10
4.) Visit http://www.aclu.org/passengers-stories-recent-travel/ with Firefox
5.) Click around in the element ul id=slidy (the graphics below 
...slightly edited for clarity and length...) for some seconds to minutes.

I could reproduce this bug three times in a row.

When this bug occurs, Xorg freezes. You can still get a shell in via ssh
for example.

** Affects: linux (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/696040

Title:
  kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

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


[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter

** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780406/+files/dmesg.log

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

Title:
  kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

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


[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780407/+files/lspci-vnvn.log

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

Title:
  kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

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


[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter

** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780408/+files/uname-a.log

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

Title:
  kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

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


[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter

** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780409/+files/version.log

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

Title:
  kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

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


[Bug 695836] Re: from ubuntu 9.04 Can't visulize windows 7 desktop

2010-12-31 Thread Paolo Rotolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

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

Title:
  from ubuntu 9.04 Can't visulize windows 7 desktop

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


[Bug 695836] Re: from ubuntu 9.04 Can't visulize windows 7 desktop

2010-12-31 Thread Paolo Rotolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

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

Title:
  from ubuntu 9.04 Can't visulize windows 7 desktop

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


[Bug 695646] Re: Critical wordpress update: HTML sanitization

2010-12-31 Thread Jamie Strandboge
Uploaded fix to the ubuntu-security-proposed PPA.

** Changed in: wordpress (Ubuntu Lucid)
   Status: Confirmed = In Progress

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

Title:
  Critical wordpress update: HTML sanitization

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


[Bug 695611] Re: palimpsest cannot recognize NTFS volumes that it previously created upon RAID arrays

2010-12-31 Thread Tim Kuechler
Screenshot showing palimpsest after system is shutdown and restarted.

1) Array auto started at reboot from /etc/mdadm/mdadm.conf using:

ARRAY /dev/md0 level=raid10 num-devices=4 metadata=01.02 name=ubuntu-
server:0 UUID=c60eb2ea:6a911abf:75743422:12ffb49d

2) Array auto mounted at reboot from /etc/fstab entry:

UUID=23559D7F45CD5191 /media/bliss ntfs rw,utf8 0 0

Note that palimpsest unaware that array is mounted and has read the
/dev/md0 partition table incorrectly (there isn't one, but palimpsest
assumes there is one)

OUTPUT from /proc/mdstat:

cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
md0 : active raid10 sdc[1] sde[3] sdb[0] sdd[2]
  3907028864 blocks super 1.2 64K chunks 2 near-copies [4/4] []
  
unused devices: none


OUTPUT from mdadm:

mdadm --detail /dev/md0
mdadm: metadata format 01.02 unknown, ignored.
/dev/md0:
Version : 01.02
Creation Time : Sun Dec 26 11:35:44 2010
Raid Level : raid10
Array Size : 3907028864 (3726.03 GiB 4000.80 GB)
Used Dev Size : 3907028864 (3726.03 GiB 4000.80 GB)
Raid Devices : 4
Total Devices : 4
Preferred Minor : 0
Persistence : Superblock is persistent

Update Time : Tue Dec 28 07:30:23 2010
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0

Layout : near=2, far=1
Chunk Size : 64K

Name : ubuntu-server:0 (local to host ubuntu-server)
UUID : c60eb2ea:6a911abf:75743422:12ffb49d
Events : 24

Number Major Minor RaidDevice State
0 8 16 0 active sync /dev/sdb
1 8 32 1 active sync /dev/sdc
2 8 48 2 active sync /dev/sdd
3 8 64 3 active sync /dev/sde

OUTPUT from parted:

parted -l
Model: ATA HDS722580VLAT20 (scsi)
Disk /dev/sda: 82.3GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End SizeType  File system Flags
 1  1049kB  78.9GB  78.9GB  primary   ext4boot
 2  78.9GB  82.3GB  3398MB  extended
 5  78.9GB  82.3GB  3398MB  logical   linux-swap(v1)


Error: /dev/sdb: unrecognised disk label  

Error: /dev/sdc: unrecognised disk label

Error: /dev/sdd: unrecognised disk label

Error: /dev/sde: unrecognised disk label

Model: Linux Software RAID Array (md)
Disk /dev/md0: 4001GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End SizeFile system  Flags
 1  0.00B  4001GB  4001GB  ntfs

OUTPUT from ntsinfo (ntsprogs installed)

ntfsinfo -m /dev/md0
Volume Information
Name of device: /dev/md0
Device state: 11
Volume Name: bliss
Volume State: 1
Volume Version: 3.1
Sector Size: 512
Cluster Size: 4096
Volume Size in Clusters: 976757215
MFT Information
MFT Record Size: 1024
MFT Zone Multiplier: 1
MFT Data Position: 24
MFT Zone Start: 0
MFT Zone End: 122094655
MFT Zone Position: 4
Current Position in First Data Zone: 122094655
Current Position in Second Data Zone: 0
LCN of Data Attribute for FILE_MFT: 4
FILE_MFTMirr Size: 4
LCN of Data Attribute for File_MFTMirr: 488378607
Size of Attribute Definition Table: 2560
FILE_Bitmap Information
FILE_Bitmap MFT Record Number: 6
State of FILE_Bitmap Inode: 0
Length of Attribute List: 0
Attribute List: (null)
Number of Attached Extent Inodes: 0
FILE_Bitmap Data Attribute Information
Decompressed Runlist: not done yet
Base Inode: 6
Attribute Types: not done yet
Attribute Name Length: 0
Attribute State: 3
Attribute Allocated Size: 122097664
Attribute Data Size: 122094656
Attribute Initialized Size: 122094656
Attribute Compressed Size: 0
Compression Block Size: 0
Compression Block Size Bits: 0
Compression Block Clusters: 0



** Attachment added: palimpsest after system is shutdown and restarted.  Array 
started from /etc/mdadm/mdadm.conf.  Array mounted from /etc/fstab. palimpsest 
unaware that array is mounted and reads /dev/md0 partition table incorrectly
   
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/695611/+attachment/1780410/+files/RAID%20After%20Reboot.jpg

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

Title:
  palimpsest cannot recognize NTFS volumes that it previously created upon RAID 
arrays

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


[Bug 643835] Re: system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

2010-12-31 Thread Charlie Kravetz
** 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/643835

Title:
  system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

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


[Bug 695978] Re: installation is blocking

2010-12-31 Thread Leo Albert Jackson Jr
Please keep to this report and avoid making duplicate if possible. We 
appreciate the time it takes to file bugs.
Here is some good information on reporting bugs. 
http://www.ubuntu.com/community/report-problem. We set to incomplete because it 
needs infomation can you reproduce this bug?
Regards,
Leo Jacskon  


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

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

Title:
  installation is blocking

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


[Bug 695723] Re: ata_id crashed with SIGSEGV in main() when inserting a data CD

2010-12-31 Thread Don Cristóbal
Hmmm. I think we'll have to close this as invalid. I don't have that CD
any more and other CDs don't cause the crash. However, there will be
another misbehaviour to report: When ejecting CDs manually (pushing the
button on the CD drive), they don't seem to get unmounted properly.
Folders still display but files are not there (obviously). I'll file a
separate report.

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

Title:
  ata_id crashed with SIGSEGV in main() when inserting a data CD

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


[Bug 600542] Re: Support Application Indicators

2010-12-31 Thread Ed Bruck
Application Indicator support has been added upstream.

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

Title:
  Support Application Indicators

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


[Bug 696046] [NEW] package tex-common 2.06 fai led to install/upgrade: ErrorMessage: サ ブプロセス installed post-installatio n script はエラー終了ステータス 1 を返しました

2010-12-31 Thread jizou
Public bug reported:

Binary package hint: tex-common

Bug happen when I used Update-Manager.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: tex-common 2.06
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Jan  1 01:35:25 2011
ErrorMessage: ErrorMessage: サブプロセス installed post-installation script 
はエラー終了ステータス 1 を返しました
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 2.06 failed to install/upgrade: ErrorMessage: サブプロセス 
installed post-installation script はエラー終了ステータス 1 を返しました

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package tex-common 2.06 failed to install/upgrade: ErrorMessage: サブプロセス 
installed post-installation script はエラー終了ステータス 1 を返しました

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

[Bug 696046] Re: package tex-common 2.06 failed to install/upgrade: ErrorMessage: サブ プロセス installed post-installation s cript はエラー終了ステータス 1 を返しました

2010-12-31 Thread jizou


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

Title:
  package tex-common 2.06 failed to install/upgrade: ErrorMessage: サブプロセス 
installed post-installation script はエラー終了ステータス 1 を返しました

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

[Bug 696045] [NEW] package texlive-base 2009-7 f ailed to install/upgrade: ErrorMessage: サ ブプロセス installed post-installatio n script はエラー終了ステータス 1 を返しました

2010-12-31 Thread jizou
Public bug reported:

Binary package hint: texlive-base

Bug happen when I use Update-Manager.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: texlive-base 2009-7
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Jan  1 01:32:01 2011
ErrorMessage: ErrorMessage: サブプロセス installed post-installation script 
はエラー終了ステータス 1 を返しました
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
PackageArchitecture: all
SourcePackage: texlive-base
Title: package texlive-base 2009-7 failed to install/upgrade: ErrorMessage: 
サブプロセス installed post-installation script はエラー終了ステータス 1 を返しました

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package texlive-base 2009-7 failed to install/upgrade: ErrorMessage: サブプロセス 
installed post-installation script はエラー終了ステータス 1 を返しました

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

[Bug 696045] Re: package texlive-base 2009-7 faile d to install/upgrade: ErrorMessage: サブ プロセス installed post-installation s cript はエラー終了ステータス 1 を返しました

2010-12-31 Thread jizou


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

Title:
  package texlive-base 2009-7 failed to install/upgrade: ErrorMessage: サブプロセス 
installed post-installation script はエラー終了ステータス 1 を返しました

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

[Bug 668392] Re: HP blu-ray drive gets softreset failed errors on 64 bit but not 32 bit

2010-12-31 Thread Phillip Susi
I wonder if it is the controller or the drive that is broken, and why
the 32bit kernel works?  Or did the 32 bit kernel work for you Markus?
Also do you have a bios setting for AHCI/IDE Compatibility mode?  AFAIK,
that setting should allow ata_generic to work, and not ahci, or vice
versa.

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

Title:
  HP blu-ray drive gets softreset failed errors on 64 bit but not 32 bit

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


[Bug 668392] Re: HP blu-ray drive gets softreset failed errors on 64 bit but not 32 bit

2010-12-31 Thread Phillip Susi
By the way, do you have other drives attached to this controller that
work?  Is it just the LG optical drive that fails to come up after the
hard reset?

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

Title:
  HP blu-ray drive gets softreset failed errors on 64 bit but not 32 bit

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


[Bug 653327] Re: f-spot crashes when image has wrong date

2010-12-31 Thread strangedata
Does anyone know how to export tags from f-spot and import them on
digiKam? I don't see other possible workaround at the moment.

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

Title:
  f-spot crashes when image has wrong date

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


[Bug 695611] Re: palimpsest cannot recognize NTFS volumes that it previously created upon RAID arrays

2010-12-31 Thread Tim Kuechler
Screen shot from second user hickimau, also reports same issue. Note
that the Meta data version of the RAID array is 1.2.  This is the same
version as the RAID array that is reported in this bug.  Also, according
to the forum thread referenced above, the underlying disk hardware is
the same model : WD20EARS (SATA 2TB 5400 RPM Western Digital Green
Drives)

Also Note that palimpsest reports the same partition sizes in both post-
reboot screen  shots (this one and the one above) with the exception of
the second free block.

Common parameters in the two configurations:

Disk Hardware (WD20EARS)
NTFS File system
RAID Array metadata version

Differing parameters:

RAID Array size: (2TB vs 4TB)
RAID Array disk count: (2 vs 4)
RAID Array mode: (RAID1 vs RAID10)
RAID ARRAY Base Disk Formatting (Partition tables on each base disk vs NO 
partition tables on each base disk)


** Attachment added: Screenshot showing exact same bug as reported by another 
user (hickimau) in UBUNTU forums
   
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/695611/+attachment/1780458/+files/Screenshot-Disk_Utility.png

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

Title:
  palimpsest cannot recognize NTFS volumes that it previously created upon RAID 
arrays

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


[Bug 630647] Re: system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

2010-12-31 Thread Charlie Kravetz
** 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/630647

Title:
  system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

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


[Bug 510021] Re: CD/DVD won't unmount after manual removal

2010-12-31 Thread Don Cristóbal
I have the same bug on Xubuntu 11.04 alpha1... but the problem cannot be
in gnome-mount:

$ apt-cache policy gnome-mount
gnome-mount:
  Instalados: (ninguno)
  Candidato:  (ninguno)
  Tabla de versión:

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

Title:
  CD/DVD won't unmount after manual removal

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

[Bug 643835] Re: system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

2010-12-31 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, according to this report, you are not using the
most recent version of this package for your Ubuntu release. Please
upgrade to the most recent version and let us know if you are still
having this issue. Thanks in advance.

** Changed in: system-config-printer (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/643835

Title:
  system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

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


[Bug 641465] Re: system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

2010-12-31 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, according to this report, you are not using the
most recent version of this package for your Ubuntu release. Please
upgrade to the most recent version and let us know if you are still
having this issue. Thanks in advance.

** Visibility changed to: Public

** Changed in: system-config-printer (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/641465

Title:
  system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

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


[Bug 630647] Re: system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

2010-12-31 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, according to this report, you are not using the
most recent version of this package for your Ubuntu release. Please
upgrade to the most recent version and let us know if you are still
having this issue. Thanks in advance.

** Changed in: system-config-printer (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/630647

Title:
  system-config-printer.py crashed with SIGSEGV in cupsArrayFind()

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


Re: [Bug 608837] Re: OpenOffice Calc Undo Paste does not complete Undo Paste in empty cells

2010-12-31 Thread Alvin Kho
Could you please clarify/define Maverick? I still have the original 
problem as described in detail in my original bug report 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/608837 
Thank you.

Operating system: Linux 2.6.31-22-generic #69-Ubuntu SMP Wed Nov 24 
08:51:08 UTC 2010 i686 GNU/Linux
Open Office version: openoffice.org-core 1:3.1.1-5ubuntu1.2 Wed Jun 2 
20:36:57 UTC 2010
 

Christopher M. Penalver wrote, On 12/31/2010 04:42 AM:
 In Maverick, could not reproduce this issue highlighting columns A B C
 - copy - place cursor in D1 - paste - undo. Can you reproduce this
 in Maverick?

 lsb_release -rd
 Description:  Ubuntu 10.10
 Release:  10.10

 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

 ** Changed in: openoffice.org (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/608837

Title:
  OpenOffice Calc Undo Paste does not complete Undo Paste in empty cells

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


[Bug 588783] Re: Data-CD not unmounted when using Eject-Button

2010-12-31 Thread Don Cristóbal
I have the same bug on Xubuntu 11.04 alpha1. The weirdest thing is: Even
though the CD is ejected, its folder structure is still accessible (both
in Thunar and from the terminal, so it can't be a Thunar-specific cache
problem). However, trying to open files results in an I/O error.

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

Title:
  Data-CD not unmounted when using Eject-Button

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


[Bug 588783] Re: Data-CD not unmounted when using Eject-Button

2010-12-31 Thread Don Cristóbal
Sorry for double-posting: Even recently opened files remain accessible!
And not all folders are there, just some. Very strange.

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

Title:
  Data-CD not unmounted when using Eject-Button

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


[Bug 497886] Re: Please update package aspell-sk to version 2.01-2

2010-12-31 Thread Pali
Any chance to update it in maverick and add ascii version?

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

Title:
  Please update package aspell-sk to version 2.01-2

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


[Bug 695646] Re: Critical wordpress update: HTML sanitization

2010-12-31 Thread Jamie Strandboge
Uploaded fix for maverick to the ubuntu-security-proposed PPA using the
upstream patch, which applied cleanly.

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

Title:
  Critical wordpress update: HTML sanitization

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