[Bug 85032] defoma-hints crash when no terminal

2007-02-14 Thread Francesco Potortì
Public bug reported:

Binary package hint: defoma

defoma-hints truetype /usr/share/fonts/truetype/msoffice97/*

When the above command is invoked in an Emacs buffer, it spits out an
error for each font saying that the terminal cannot position the cursor,
then does a segmentation fault (but I find no core dump).

** Affects: defoma (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
defoma-hints crash when no terminal
https://launchpad.net/bugs/85032

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


[Bug 85023] Re: Screen corruption when used with screen

2007-02-14 Thread Mika Fischer
I extracted the fix from upstream svn.

http://svn.gnome.org/viewcvs/vte?rev=1680&view=rev

The patch fixes the issue for me. It's attached.

** Attachment added: "Patch from upstream svn fixing this issue"
   http://librarian.launchpad.net/6425605/92_fix_scrolling.patch

** Changed in: gnome-terminal (Ubuntu)
Sourcepackagename: gnome-terminal => vte

-- 
Screen corruption when used with screen
https://launchpad.net/bugs/85023

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


[Bug 80970] Re: Drag and drop organizing bookmarks doesn't work

2007-02-14 Thread Bug Watch Updater
** Changed in: firefox (upstream)
   Status: Unconfirmed => Rejected

-- 
Drag and drop organizing bookmarks doesn't work
https://launchpad.net/bugs/80970

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


[Bug 56233] Re: sis5513 dma errors

2007-02-14 Thread Bug Watch Updater
** Changed in: linux (upstream)
   Status: Unknown => Confirmed

-- 
sis5513 dma errors
https://launchpad.net/bugs/56233

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


[Bug 55394] Re: cervisia fails to start libcvsservice0

2007-02-14 Thread foolishchild
Sorry - didn't notice your emails.
Have retried and the error no longer occurs, so to close is probably correct.

apt-show-versions libcvsservice0 ; apt-show-versions cvs
libcvsservice0/edgy uptodate 4:3.5.5-0ubuntu1
cvs/edgy uptodate 1:1.12.13-3

As you see, edgy versions are different.

-- 
cervisia fails to start libcvsservice0
https://launchpad.net/bugs/55394

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


[Bug 84981] Re: installation-guide not translated

2007-02-14 Thread Matthew East
Ubuntu uses Malone as its bug tracker. I've opened the task here for
you.

** Also affects: installation-guide (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
installation-guide not translated
https://launchpad.net/bugs/84981

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


Re: [Bug 84992] Re: Apport not working due to edge.launchpad.net failure

2007-02-14 Thread Björn Tillenius
On Wed, Feb 14, 2007 at 02:05:03AM -, Robert Collins wrote:
> + apport talks to the 'edge' launchpad server, which is currently disabled
> + because it has a different copy of the database schema than the regular
> + servers. This has occured because we recently deployed a significant set
> + of database patches. Its likely that the apport support in launchpad is
> + now in production and apport should start talking to the production
> + server alias 'launchpad.net' instead of edge.

Yes, apport can switch to using launchpad.net instead of edge now, all
needed functionality and bug fixes have been rolled out to production.

-- 
Apport not working due to edge.launchpad.net failure
https://launchpad.net/bugs/84992

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


[Bug 85032] crashes on non font files

2007-02-14 Thread Francesco Potortì
I discovered that the crash happens when using non font files. I had a
.gif and a cache file in the same directory, and when examining those
defoma crashes.

-- 
defoma-hints crash when no terminal
https://launchpad.net/bugs/85032

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


[Bug 55394] Re: cervisia fails to start libcvsservice0

2007-02-14 Thread Lothar Braun
** Changed in: kdesdk (Ubuntu)
   Status: Rejected => Fix Released

-- 
cervisia fails to start libcvsservice0
https://launchpad.net/bugs/55394

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


[Bug 85033] Spamprobe segfaults on bad mime input

2007-02-14 Thread Jakob Østergaard
Public bug reported:

Binary package hint: spamprobe

In version 1.2a-1 from Ubuntu (and vanilla 1.2a) spamprobe can segfault
on certain Mime input.

The bug is in MimeDecoder.cc, around line 88:
 unsigned int index = (unsigned)ch;
 if (BASE64_CHARS[index] >= 0) {

ch is a signed char. If ch is negative, the (unsigned) cast will first
zero-extend the negative char to a negative int, and thereafter treat it
as unsigned, causing 'index' to be a very very large integer.
BASE64_CHARS only holds 256 entries and using 'index' as index in this
array causes the segfault.

The proper fix is to write:
 unsigned int index = (unsigned char)ch;
 if (BASE64_CHARS[index] >= 0) {

This completely fixes the problem.

Please note that spamprobe version 1.4 contains another fix for this
problem which, in my oppinion, is overly convoluted and only fixes the
real problem "by accident". I would recommend that the simple solution
above is added to the Ubuntu 1.2a spamprobe package.

** Affects: spamprobe (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Spamprobe segfaults on bad mime input
https://launchpad.net/bugs/85033

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


[Bug 84595] Re: [UVF exception request] wormux 0.7.9-2

2007-02-14 Thread Reinhard Tartler
I know there is active work going on in wormux in the debian games team.
I trust the people over there, so in case of problems we can ask them
and can be confident that we get patches for that. If Adr2000 promises
to monitor problems about wormux in feisty and looks for potential
patches in the DGT svn, I'm okay!

-- 
[UVF exception request] wormux 0.7.9-2
https://launchpad.net/bugs/84595

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


[Bug 84059] Re: latest feisty kernel does not boot

2007-02-14 Thread Miek Gieben
The latest kernel upgrade, 2.6.20-8.x seems to fix to issue.

-- 
latest feisty kernel does not boot
https://launchpad.net/bugs/84059

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


[Bug 69217] Re: lvm on cryptsetup with initramfs infinite loop

2007-02-14 Thread Yves-Eric Martin
FWIW, it may not be the right thing to do, but John Lenz's modification
works for me (^_^)

-- 
lvm on cryptsetup with initramfs infinite loop
https://launchpad.net/bugs/69217

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


[Bug 83419] Re: bluetooth not working on X72IA6 laptop

2007-02-14 Thread Marcel Holtmann
Check with hciconfig and lsusb if the Bluetooth adapter is really
recognized.

-- 
bluetooth not working on X72IA6 laptop
https://launchpad.net/bugs/83419

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


[Bug 84293] Re: please sync nexuiz-data 2.2.3-1/unstable

2007-02-14 Thread Reinhard Tartler
** Summary changed:

- [UVF exception request] nexuiz-data 2.2.3-1
+ please sync nexuiz-data 2.2.3-1/unstable

** Description changed:

  Binary package hint: nexuiz-data
  
  nexuiz |2.2.3-1 | http://archive.ubuntu.com feisty/universe Sources
  nexuiz-data |2.2.1-1 | http://archive.ubuntu.com feisty/universe Sources
  nexuiz |2.2.3-1 | http://ftp.debian.org unstable/main Sources
  nexuiz-data |2.2.3-1 | http://ftp.debian.org unstable/main Sources
  
  nexuiz 2.2.3-1 depends on nexuiz-data (>= 2.2.3-1), so nexuiz is
  currently uninstallable (bug #84283)
  
- Since it's only data files, I think there is not much to diff.
- 
  We just need to sync, here is the Debian changelog:
  
  nexuiz-data (2.2.3-1) unstable; urgency=low
  
[ Bruno "Fuddl" Kleinert ]
* New upstream release
  
   -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>  Fri, 26 Jan 2007 18:22:02
  +0100
- 
- Build log attached.

-- 
please sync nexuiz-data 2.2.3-1/unstable
https://launchpad.net/bugs/84293

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


[Bug 85034] If beryl is installed, configure gstreamer properly [feisty]

2007-02-14 Thread Thomas Wolfe
Public bug reported:

So, for a bit I could play videos in totem with whatever the defaults
are for output for video via gstreamer-properties (XV)

about a week ago (after some updates, don't know which) video playback
stopped working with beryl running and would only work in metacity.
popping up gstreamer-properties and switching the output to No XV solved
the problem for me (although much higher cpu usage).

My question is, first, is No XV needed to play videos in totem and such with 
beryl?
Second, if it is, when the user installs beryl, can it setup gstreamer to use 
No XV?

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
If beryl is installed, configure gstreamer properly [feisty]
https://launchpad.net/bugs/85034

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


[Bug 84604] Re: [UVF exception request] sylpheed 2.3.1-0ubuntu1

2007-02-14 Thread Reinhard Tartler
+1.

** Changed in: sylpheed (Ubuntu)
 Assignee: MOTU UVF Team => Laurent Bigonville

** Changed in: sylpheed (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
[UVF exception request] sylpheed 2.3.1-0ubuntu1
https://launchpad.net/bugs/84604

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


[Bug 81614] Re: Totem crashed while installing ubuntu and crashes on every run

2007-02-14 Thread squigglewiggle

** Attachment added: "/var/log/messages (crash happened at 4:26 pm)"
   http://librarian.launchpad.net/6425696/messages

-- 
Totem crashed while installing ubuntu and crashes on every run
https://launchpad.net/bugs/81614

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


[Bug 81614] Re: Totem crashed while installing ubuntu and crashes on every run

2007-02-14 Thread squigglewiggle

** Attachment added: "/var/log/syslog (crash happened at 4:26 pm)"
   http://librarian.launchpad.net/6425697/syslog

-- 
Totem crashed while installing ubuntu and crashes on every run
https://launchpad.net/bugs/81614

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


[Bug 81614] Re: Totem crashed while installing ubuntu and crashes on every run

2007-02-14 Thread squigglewiggle
Hey sebastien,
Attached another set of the 3 logs. Crash happened at 4:26pm when I tried to 
run the movie player again. Don't really think i'm capable of looking through 
them and finding out what is wrong.

If the logfiles are normal as per what you've said, think anything else
might be the case? where can I look to help solve the problem and get
the movie player working? It's never worked since I've installed ubuntu.
Video under windows works fine though (running a dual boot)

-- 
Totem crashed while installing ubuntu and crashes on every run
https://launchpad.net/bugs/81614

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


[Bug 85035] Problem with Microsoft confort curve 2000 USB keyboard

2007-02-14 Thread Stéphane Magnenat
Public bug reported:

Under feisty, my Microsoft confort curve 2000 USB keyboard sometimes produces 
several times the same letter although the key was pressed only once. I think 
the problem is related to USB and not to the keboard as dmesg shows the 
following messages several times :
usb 2-1: reset low speed USB device using uhci_hcd and address 3

Thanks, have a nice day

Stephane

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Problem with Microsoft confort curve 2000 USB keyboard
https://launchpad.net/bugs/85035

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


[Bug 84960] Re: firefox crashes when opening a download pop up on ubuntu 6.10

2007-02-14 Thread olivier perrier
By "download pop-up", I mean I was trying to download subtitles, so I
right click on the hyperlink, click on "save the target of the link as",
enter the name and then firefox opens the pop up with a progressbar and
the name of the file. This pop up was a blank one and all firefox
windows became blank. When I was trying to move them, I could not and
windows were duplicate (I let marks) following the mouse.

** Summary changed:

- firefox crashes when opening a download pop up on ubuntu 6.06
+ firefox crashes when opening a download pop up on ubuntu 6.10

-- 
firefox crashes when opening a download pop up on ubuntu 6.10
https://launchpad.net/bugs/84960

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


[Bug 81614] Re: Totem crashed while installing ubuntu and crashes on every run

2007-02-14 Thread squigglewiggle

** Attachment added: "/var/log/Xorg.0.log (crash happened at 4:26 pm)"
   http://librarian.launchpad.net/6425698/Xorg.0.log

-- 
Totem crashed while installing ubuntu and crashes on every run
https://launchpad.net/bugs/81614

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


[Bug 78603] Re: Pinnacle PCTV USB Analog doesnt work in Edgy

2007-02-14 Thread mikael henrikson
this is a PAL device. attaching lsmod.
/m

** Attachment added: "lsmod"
   http://librarian.launchpad.net/6425704/lsmod

-- 
Pinnacle PCTV USB Analog doesnt work in Edgy
https://launchpad.net/bugs/78603

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


[Bug 84494] Re: impossible to shutdown the system

2007-02-14 Thread Herman Kremer
dmidecode

** Attachment added: "dmidecode"
   http://librarian.launchpad.net/6425713/dmidecode

-- 
impossible to shutdown the system
https://launchpad.net/bugs/84494

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


[Bug 61334] Re: Require python-beagle to get beagle live search working, but the package only recommend

2007-02-14 Thread Vincenzo Ciancia
Well, one cannot install python-beagle if the user is not willing to use
beagle at all (it will depend on mono etc.), however the current
situation is ugly: you can't know how to enable beagle-live unless you
look at the recommends - and synaptic does not install recommends by
default. In my opinion there are three solutions: put a note in the
beagle plugin options saying that to have live beagle queries one should
install the python-beagle package, or make a deskbar-beagle-live package
depending on both beagle and python-beagle, or make a dependency from
beagle to python-beagle because, I guess, an ubuntu without python makes
few sense. Some opinion?

-- 
Require python-beagle to get beagle live search working, but the package only 
recommend
https://launchpad.net/bugs/61334

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


[Bug 84494] Re: impossible to shutdown the system

2007-02-14 Thread Herman Kremer
lspci

** Attachment added: "lspci"
   http://librarian.launchpad.net/6425714/lspci

-- 
impossible to shutdown the system
https://launchpad.net/bugs/84494

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


[Bug 83621] Re: [Feisty] increase volume on keyboard

2007-02-14 Thread quinnman
The sound can be muted anyway. I should add I am using asus laptop. Soundcard 
is  HDA NVidia (Alsa mixer) and as a track to be controlled via keyboard is 
selected PCM.
Now, there is another problem. Today I tried it again and there is no OSD 
showing the volume level while adjusting the volume on keyboard. The volume is 
changed, but the progress isn't shown.

-- 
[Feisty] increase volume on keyboard
https://launchpad.net/bugs/83621

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


Re: [Bug 47630] Re: with no windows open, double alt-tab results in crashing kwin

2007-02-14 Thread jaded Phoenix
Yuriy Kozlov (Yuriy Kozlov <[EMAIL PROTECTED]>), 09/02/2007 11:17:
| Does this still happen to you with a newer version of KDE?

No, I believe it's been fixed. In Edgy all seems ok.

-- 
with no windows open, double alt-tab results in crashing kwin
https://launchpad.net/bugs/47630

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


[Bug 85037] typo in gnome-app-install

2007-02-14 Thread Martin Pool
Public bug reported:

Totem invited me to install new codecs (which is very cool), but the
dialog box has a spelling error.  I think this is from gnome-app-
install?

Anyhow it says "Restrictied software" and it should be "Restricted"

The message would be more helpful if it was possible to find out what
the restrictions _are_ but that's a separate bug...

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
typo in gnome-app-install
https://launchpad.net/bugs/85037

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


[Bug 85034] Re: If beryl is installed, configure gstreamer properly [feisty]

2007-02-14 Thread William Grant
Beryl isn't packaged in Ubuntu. Thus, it's got nothing to do with us if
you need to change settings for video playback. Rejecting.

** Changed in: Ubuntu
   Status: Unconfirmed => Rejected

-- 
If beryl is installed, configure gstreamer properly [feisty]
https://launchpad.net/bugs/85034

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


[Bug 72035] Re: Problem with radeon.ko driver on Fujitsu Siemens laptop

2007-02-14 Thread Łukasz Nowak
Hello. Problem exists on Edgy Eft LiveCD. Shall I try any other LCD?
Beta/Alpha? For now system reinstallation (it is not running ubuntu
right now) is not acceptable (company's lap).

-- 
Problem with radeon.ko driver on Fujitsu Siemens laptop
https://launchpad.net/bugs/72035

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


[Bug 77668] Re: Improve confirm dialog of the GTK+ frontend

2007-02-14 Thread Michael Vogt
** Changed in: apt-listchanges (Ubuntu)
 Assignee: (unassigned) => Michael Vogt
   Status: Unconfirmed => Fix Released

-- 
Improve confirm dialog of the GTK+ frontend
https://launchpad.net/bugs/77668

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


[Bug 85013] Re: Fiesty Alpha 3 cpu time 99-100 percent when "Control" Center is visible

2007-02-14 Thread Sebastien Bacher
what version of gnome-conter-center package are you using? a such bug
has been fixed yesterday, are you sure you are uptodate?

** Changed in: control-center (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs

-- 
Fiesty Alpha 3 cpu time 99-100 percent when "Control" Center is visible
https://launchpad.net/bugs/85013

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


[Bug 53818] Re: OpenOffice doesn't work with files which names is non-UTF-8

2007-02-14 Thread uqbar
Confirmed also for directories in Openoffice 2.0 under Kubuntu Edgy.

You can "Open" a file contained into a directory whose name is not UTF8,
but when you save it the application tries to re-create the whole path
with only UTF8 names.

-- 
OpenOffice doesn't work with files which names is non-UTF-8
https://launchpad.net/bugs/53818

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


[Bug 47630] Re: with no windows open, double alt-tab results in crashing kwin

2007-02-14 Thread Yuriy Kozlov
** Changed in: kdebase (Ubuntu)
   Status: Needs Info => Fix Released

-- 
with no windows open, double alt-tab results in crashing kwin
https://launchpad.net/bugs/47630

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


[Bug 58083] Re: No keyboard previews

2007-02-14 Thread Sebastien Bacher
Tony, please don't advice people to do manual changes like that, that
sort of hacks can break upgrades months later and then people are
confused and blame the distribution for things they broke themself and
not good for anybody.

That can be fixed and is fixed to feisty. Preview from keymaps is a
small feature why people make so much noise about it? The patch is non
trivial and we have no xorg maintainer at the moment which explains why
nobody is wanting to take the responsability to do that change on a
stable distribution

-- 
No keyboard previews
https://launchpad.net/bugs/58083

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


[Bug 85038] [apport] feisty firefox-bin crashed on login of beryl xfce with SIGSEGV in __kernel_vsyscall()

2007-02-14 Thread sky
Public bug reported:

Binary package hint: firefox

Firefox was started in the precedente session, just logged in xfce + beryl on 
an feisty kubuntu.
It didn't start, just crashed without being seen

ProblemType: Crash
Date: Wed Feb 14 09:11:18 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/firefox/firefox-bin
Package: firefox 2.0.0.1+0dfsg-0ubuntu2
ProcCmdline: /usr/lib/firefox/firefox-bin
ProcCwd: /home/schum
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: firefox
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/tls/i686/cmov/libpthread.so.0
 ?? ()
 ?? ()
 ?? ()
Uname: Linux skyag 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] feisty firefox-bin crashed on login of beryl xfce with SIGSEGV in 
__kernel_vsyscall()
https://launchpad.net/bugs/85038

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


[Bug 84738] Re: UVFe request: ksynaptics

2007-02-14 Thread Reinhard Tartler
+1

** Changed in: ksynaptics (Ubuntu)
 Assignee: MOTU UVF Team => Fathi Boudra
   Status: Unconfirmed => Confirmed

-- 
UVFe request: ksynaptics
https://launchpad.net/bugs/84738

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


Re: [Bug 80834] Re: Unexpected crash while playing ogg file in g_hash_table_foreach

2007-02-14 Thread Antti S. Lankila
Sebastien Bacher wrote:
> Antti, could you get a new crash file, the crash format changed
>   

I promise, next time it crashes. It has worked good lately.

-- 
Antti

-- 
Unexpected crash while playing ogg file in g_hash_table_foreach
https://launchpad.net/bugs/80834

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


[Bug 85038] Re: [apport] feisty firefox-bin crashed on login of beryl xfce with SIGSEGV in __kernel_vsyscall()

2007-02-14 Thread sky

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6425734/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6425735/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6425736/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6425737/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6425738/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6425739/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6425740/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6425741/ThreadStacktrace.txt

-- 
[apport] feisty firefox-bin crashed on login of beryl xfce with SIGSEGV in 
__kernel_vsyscall()
https://launchpad.net/bugs/85038

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


[Bug 85037] Re: typo in gnome-app-install

2007-02-14 Thread Michael Vogt
Thanks for your bugreport.

This is fixed in my local tree and it will be part of the next upload.

Cheers,
 Michael

** Changed in: Ubuntu
Sourcepackagename: None => gnome-app-install
   Status: Unconfirmed => Fix Committed

-- 
typo in gnome-app-install
https://launchpad.net/bugs/85037

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


[Bug 84230] Re: some alternative entries are not updated

2007-02-14 Thread Nicolas Dumoulin
Sorry, but I don't understand your conclusion.

My initial problem doesn't concern update-alternatives, but the update
of alternatives configuration done by the installation of sun-java6
package.

Best regards

-- 
some alternative entries are not updated
https://launchpad.net/bugs/84230

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


[Bug 17878] Re: hard disk being accessed every 4 sec.

2007-02-14 Thread Slade Winstone
I'm suffering from this too.

Running Edgy, 2.6.17-11-generic on an Asus A8M laptop.  I'm seeing
constant hdd access every 2-3 seconds.

Does anybody have any ideas?

-- 
hard disk being accessed every 4 sec.
https://launchpad.net/bugs/17878

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


[Bug 58083] Re: No keyboard previews

2007-02-14 Thread Sergey V. Udaltsov
This is really interesting though. That hack implies that xkb-data-legacy 
provides everything X need to work properly. Does this mean xkeyboard-config 
package is broken somehow or what?
(and I respectfully disagree with Sebastian - it is still 2 months till feisty, 
and this bug is visible to _everyone_ trying to add new layout to the keyboard 
configuration).

-- 
No keyboard previews
https://launchpad.net/bugs/58083

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


[Bug 85041] Please add 'report a bug' menu item

2007-02-14 Thread Martin Pitt
Public bug reported:

Binary package hint: firefox

In Feisty we added a 'report a bug' menu item to launchpad-integration.
Firefox should get the same to profit from the additional debug data (OS
information, package hooks) collected by apport.

This eventually requires an DE agnostic apport GUI command (will add
this soon). As soon as it is there, this should call

   ubuntu-bug -p firefox -P 

(see /usr/share/apport/apport-gtk --help for explanation of -p and -P).

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

-- 
Please add 'report a bug' menu item
https://launchpad.net/bugs/85041

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


[Bug 85039] not sure what happend

2007-02-14 Thread Darren
Public bug reported:

Binary package hint: python-minimal

was printing from evince and running firefox and the crash report opened

** Affects: python-defaults (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
not sure what happend
https://launchpad.net/bugs/85039

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


[Bug 84588] Re: MonitorsDB doesn't include Samsung SyncMaster 214T (which reports wrong capabilities)

2007-02-14 Thread sebas
I'm also asking myself if we shouldn't use the hwdata package (which
brings the MonitorsDB file with it). Guidance ships the same file (but
I'm unsure if not the hwdata version is used anyway.)

In any case, it probably makes more sense to file this bug against the
hwdata package. The guidance team only updates the file shipped from
time to time, and the 214T doesn't seem to be in there.

-- 
MonitorsDB doesn't include Samsung SyncMaster 214T (which reports wrong 
capabilities)
https://launchpad.net/bugs/84588

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


[Bug 60990] Re: Ghemical won't load on dapper after updates installed

2007-02-14 Thread Jouni Mettala
> Window system doesn't support OpenGL.

This is OpenGL problem. SInce /etc/X11/xorg.conf has probably changed
many times since I ask if this is still problem.

If problem exist now please attach /etc/X11/xorg.conf and output of
glxinfo. If it's working now we can close this bug.

-- 
Ghemical won't load on dapper after updates installed
https://launchpad.net/bugs/60990

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


[Bug 85039] Re: not sure what happend

2007-02-14 Thread Darren

** Attachment added: "crash report"
   http://librarian.launchpad.net/6425754/_usr_bin_python.1000.crash

-- 
not sure what happend
https://launchpad.net/bugs/85039

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


[Bug 34155] Re: sleep and hibernate don't work on Dell C640 (regression from breezy)

2007-02-14 Thread Erik_Andren
This is still an issue in feisty current.

-- 
sleep and hibernate don't work on Dell C640 (regression from breezy)
https://launchpad.net/bugs/34155

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


[Bug 85042] [apport] rhythmbox-metadata crashed while importing music

2007-02-14 Thread Ferdinand
Public bug reported:

Binary package hint: rhythmbox

I have all the Gstreamer packages to support wavpack, mpc etc.
While importing my music over the network it repeatedly crashed. Probably 
because it crashed on mpc but I don't know for sure.

ProblemType: Crash
Date: Wed Feb 14 10:09:54 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/rhythmbox/rhythmbox-metadata
Package: rhythmbox 0.9.7.90-0ubuntu1
ProcCmdline: /usr/lib/rhythmbox/rhythmbox-metadata unix:tmpdir=/tmp
ProcCwd: /home/ferdi
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: rhythmbox
StacktraceTop:
 ?? () from /usr/lib/gstreamer-0.10/libgstogg.so
 ?? ()
 ?? ()
 ?? ()
 gst_pad_pull_range () from /usr/lib/libgstreamer-0.10.so.0
Uname: Linux ferdi-desktop 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] rhythmbox-metadata crashed while importing music
https://launchpad.net/bugs/85042

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


[Bug 84738] Re: UVFe request: ksynaptics

2007-02-14 Thread Reinhard Tartler
-1.

The proposed package build-depends on libsynaptics-dev (>= 0.14.6c), but
feisty only contains 0.14.6b-1. Please fix that first.

** Changed in: ksynaptics (Ubuntu)
   Status: Confirmed => Unconfirmed

-- 
UVFe request: ksynaptics
https://launchpad.net/bugs/84738

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


[Bug 85042] Re: [apport] rhythmbox-metadata crashed while importing music

2007-02-14 Thread Ferdinand

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6425762/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6425763/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6425764/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6425765/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6425766/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6425767/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6425768/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6425769/ThreadStacktrace.txt

-- 
[apport] rhythmbox-metadata crashed while importing music
https://launchpad.net/bugs/85042

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


Re: [Bug 81426] Re: [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()

2007-02-14 Thread Antti S. Lankila
Sebastien Bacher wrote:
> Thanks for your bug report. The crash looks like a memory corruption.
> Could you try to get a valgrind log for it? (you can follow the
> instructions from https://wiki.ubuntu.com/Valgrind for that)
>   

I found out that I could workaround the issue by uninstalling the 
finnish locale for GNOME. (Sorry, I forgot to go mention it on the bug 
report. It was during a working day and I simply forgot about the whole 
issue.) After reinstalling the language packages, it crashes again, so 
let me see what happens with valgrind...

This message war printed 4 times to STDERR:

(GNOME Control Center:1670): Gtk-WARNING **: Failed to set text from 
markup due to error parsing markup: Virhe rivillä 1, kohdassa 9: 
Virheellinen UTF-8-merkistöinen teksti

The finnish part says: "Error on line N, position M: Malformed UTF-8
text".


I don't know how long I should let this gnome-control-center run on 
valgrind. I just do not see the window appearing despite waiting for 5 
minutes, and valgrind says it detected more than 1000 errors and 
stops reporting new errors. I hope it's okay that I just aborted it.

-- 
Antti

-- 
[apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()
https://launchpad.net/bugs/81426

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

[Bug 85031] Re: [apport] apt-listchanges crashed with IOError in mail_changes()

2007-02-14 Thread Michael Vogt
Thanks for your bugreport.

apt-listchanges will now fallback to pager if sendmail is not available
on the system.

Cheers, 
 Michael

** Changed in: apt-listchanges (Ubuntu)
 Assignee: (unassigned) => Michael Vogt
   Status: Unconfirmed => Fix Released

-- 
[apport] apt-listchanges crashed with IOError in mail_changes()
https://launchpad.net/bugs/85031

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


[Bug 45302] Re: keyboard is not detected

2007-02-14 Thread Don
I've just realised that the keyboard is not recognised before X boots
up.

Pressing enter during the init scripts normally makes blank lines appear
in the output, however when the keyboard is not recognised this doesn't
happen and caps lock doesn't light up.

-- 
keyboard is not detected
https://launchpad.net/bugs/45302

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


[Bug 85044] signal strength bar is weird

2007-02-14 Thread David Prieto
Public bug reported:

Binary package hint: network-manager

This is what the progress bar that represents signal strength looks in
the nm-applet, using clearlooks or most other GTK themes:

http://img175.imageshack.us/img175/8260/pantallazo1copiaxz2.png

All other gnome apps show their progress bars like this:

http://img175.imageshack.us/img175/5366/pantallazo1ea7.png

So, is it a bug what is causing NM to display its progress bars
differently, or is it on purpose?

I'm using Feisty and NetworkManager 0.6.4, by the way.

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

-- 
signal strength bar is weird
https://launchpad.net/bugs/85044

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


[Bug 85043] Synaptic is not in Control Center

2007-02-14 Thread Luis Araujo
Public bug reported:

The icon of Synaptic is not in control center. Run synaptic in a
terminal is ok.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Synaptic is not in Control Center
https://launchpad.net/bugs/85043

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


[Bug 85041] Re: Please add 'report a bug' menu item

2007-02-14 Thread Martin Pitt
** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium
   Status: Unconfirmed => Confirmed
   Target: None => ubuntu-7.04

-- 
Please add 'report a bug' menu item
https://launchpad.net/bugs/85041

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


[Bug 85013] Re: Fiesty Alpha 3 cpu time 99-100 percent when "Control" Center is visible

2007-02-14 Thread James
I am using gnome-center 1:2.17.91-0ubuntu2. I update several
times a day.

-- 
Fiesty Alpha 3 cpu time 99-100 percent when "Control" Center is visible
https://launchpad.net/bugs/85013

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


[Bug 81426] Re: [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()

2007-02-14 Thread Antti S. Lankila
It seems launchpad ate the email attachment.

** Attachment added: "The valgrind log"
   http://librarian.launchpad.net/6425796/valgrind.log.1859.gz

-- 
[apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()
https://launchpad.net/bugs/81426

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


[Bug 85028] Re: Gnome pannel not responding

2007-02-14 Thread William Grant
This is a crash in Beryl. Beryl isn't yet packaged in Ubuntu, so we can
offer no support. Contacting the people who develop Beryl is probably a
better idea.

** Changed in: Ubuntu
   Status: Unconfirmed => Rejected

-- 
Gnome pannel not responding
https://launchpad.net/bugs/85028

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


[Bug 85027] Re: Gnome pannel not responding

2007-02-14 Thread William Grant
*** This bug is a duplicate of bug 85028 ***

** This bug has been marked a duplicate of bug 85028
   Gnome pannel not responding

-- 
Gnome pannel not responding
https://launchpad.net/bugs/85027

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


[Bug 85025] Re: Login after installation.

2007-02-14 Thread William Grant
** Changed in: hal (Ubuntu)
Sourcepackagename: hal => None

-- 
Login after installation.
https://launchpad.net/bugs/85025

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


[Bug 84984] Re: Synaptic not in Gnome Control Center panel

2007-02-14 Thread Sebastien Bacher
** Changed in: control-center (Ubuntu)
Sourcepackagename: control-center => synaptic

-- 
Synaptic not in Gnome Control Center panel
https://launchpad.net/bugs/84984

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


[Bug 85047] Mozilla crashes on start download file

2007-02-14 Thread MassimoLazzarini
Public bug reported:

Binary package hint: mozilla-browser

My english is very bad i don't remember past tense so put all in the present.
Ubuntu 6.10 - Gnome
 download a file with mozilla. 
search for directory in which save it.
decided to create a new directory so i switch to file manager windows.  
don't find the mozilla windows (where say in which directory save file)
re-do download open new mozilla saving windows
push download button
mozilla and mozilla mail crash
Firefox don't crash

** Affects: mozilla (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Mozilla crashes on start download file
https://launchpad.net/bugs/85047

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


[Bug 85046] 6.10 live-cd not on AMD Sempron/GF6600

2007-02-14 Thread Ton Smal
Public bug reported:

I have a 6.06 and a 6.10 live-cd.
Both cd's work very well on my Intel Celeron computer (video on board).
The 6.06 cd works also on my AMD Sempron computer BUT the 6.10 version crashes.
The crash comes directly after choosing "Start or install Ubuntu" and I saw 
somthing like "..initrd.tgz .."
The computer "hangs" at "Try kill"  not sync
I have made a picture of the screen but I don't know where I can "attach" this 
jpg-file in this bug-report
(Attention : the 6.06 live-cd version has no prblems with my AMD Sempron 
computer)
The computer has a built-in Geforce 6600 video-card.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
6.10 live-cd not on AMD Sempron/GF6600
https://launchpad.net/bugs/85046

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


[Bug 85045] crash after try connect stream

2007-02-14 Thread oslokapa
Public bug reported:

Binary package hint: firefox

(PL) niestety nie znam sie. juz nic nie bede raportował

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

-- 
crash after try connect stream
https://launchpad.net/bugs/85045

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

[Bug 58083] Re: No keyboard previews

2007-02-14 Thread Tony Lewis
Sebastian, it's more than just "preview from keymaps", whatever that is.
After upgrading to Edgy, I lost my multimedia keys.  I went to reassign
my keyboard mapping from the pull down in the Kubuntu Systems Settings,
and there were *no* keyboards to choose from, therefore no graphical way
I could see to get my multimedia keys back.

Without being precious about it, IMO, this is a significant
inconvenience.

If this is affecting everyone, then the small change to the packages as
above might be worth it.  If it's just me or a subset of people, then I
don't understand what went wrong in my upgrade process (OK, so I didn't
use update-manager)

-- 
No keyboard previews
https://launchpad.net/bugs/58083

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


[Bug 85042] Re: [apport] rhythmbox-metadata crashed while importing music

2007-02-14 Thread Sebastien Bacher
*** This bug is a duplicate of bug 71253 ***

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 71253
   Crash on fast clicking on rating in automatic playlist

-- 
[apport] rhythmbox-metadata crashed while importing music
https://launchpad.net/bugs/85042

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


[Bug 84976] Re: Report Problem Could not upload report data to Launchpad

2007-02-14 Thread Martin Pitt
*** This bug is a duplicate of bug 84992 ***

** This bug has been marked a duplicate of bug 84992
   Apport not working due to edge.launchpad.net failure

-- 
Report Problem Could not upload report data to Launchpad
https://launchpad.net/bugs/84976

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


[Bug 85048] rovoked certificates are shown as valid

2007-02-14 Thread Alex
Public bug reported:

Binary package hint: tinyca

create a CA
create a certificate with that CA
revoke it

in the certificate list, the certificate is shown as "valid"
in the history of the CA , its shown as revoked.

click on the already revoked certificate and try to renew the
certificate , the message is : "cant renew Certifikate with Status:
VALID Please Revoke the Certifikate first" .  While on the same
certificate, try to revoke it , the message is : "revoking the
Certificate failed" , in the command details field, the message from
openssl is "ERROR:Already revoked, serial number XX".

** Affects: tinyca (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
rovoked certificates are shown as valid
https://launchpad.net/bugs/85048

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


[Bug 85013] Re: Fiesty Alpha 3 cpu time 99-100 percent when "Control" Center is visible

2007-02-14 Thread James
Some automatic updates just came in. Snaptic still shows

gnome-control-center 1:2.17.91-0ubuntu2. I don't know
what the updates were, but the cpu usage has gone down
to 9-10 percent with the control center visible.

-- 
Fiesty Alpha 3 cpu time 99-100 percent when "Control" Center is visible
https://launchpad.net/bugs/85013

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


[Bug 84896] Re: Broken udev rule

2007-02-14 Thread Martin Pitt
libgphoto2 (2.3.0-0ubuntu2) feisty; urgency=low

  * packaging/generic/print-camera-list.c: Ignore zero vendor IDs, since they
will match on parent devices without a vendor/product ID (since we have to
use ATTRS, not just ATTR). This avoids messing up other device's
permissions. (LP: #76077)
  * packaging/generic/check_ptp_camera: Run with bash, since the script has
some bashisms that avoid calling cat several times. This makes the script
work again. (LP: #67532)
  * debian/control: Adapt maintainers for Ubuntu.

 -- Martin Pitt <[EMAIL PROTECTED]>  Tue, 13 Feb 2007 17:10:02
+0100


** Changed in: libgphoto2 (Ubuntu)
   Status: Unconfirmed => Fix Released

-- 
Broken udev rule
https://launchpad.net/bugs/84896

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


[Bug 45302] Re: keyboard is not detected

2007-02-14 Thread kmon
I've no longer access to this laptop, so I'm unsubscribing to this bug.

Sorry for the inconvenience

-- 
keyboard is not detected
https://launchpad.net/bugs/45302

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


[Bug 85049] kaffeine doesn't open smb:/ files

2007-02-14 Thread sk0rp10
Public bug reported:

Binary package hint: kaffeine

Distribution : Feisty
Reproducibility :Always

Kaffeine does not play any smb:/ file , issuing the following error
message:


10:54:44: xine: cannot find input plugin for MRL [smb://hostname/filename.avi]
10:54:44: xine: input plugin cannot open MRL [smb://hostname/filename.avi]
10:54:43: xine: found input plugin : CIFS/SMB input plugin based on libsmbclient

Steps to reproduce:

Open a network shared movie trough Kaffeine file open dialog

** Affects: kaffeine (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
kaffeine doesn't open smb:/ files
https://launchpad.net/bugs/85049

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


[Bug 85046] Re: 6.10 live-cd not on AMD Sempron/GF6600

2007-02-14 Thread Ton Smal
See the picture of the screen at the crash

** Attachment added: "The picture of the screen at the crash"
   http://librarian.launchpad.net/6425805/C%3A%5CTemp%5Cbug.jpg

-- 
6.10 live-cd not on AMD Sempron/GF6600
https://launchpad.net/bugs/85046

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


[Bug 84992] Re: Apport not working due to edge.launchpad.net failure

2007-02-14 Thread Martin Pitt
** Changed in: apport (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) => Martin Pitt

-- 
Apport not working due to edge.launchpad.net failure
https://launchpad.net/bugs/84992

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


[Bug 84985] Re: apport doesn't pick up totem crash

2007-02-14 Thread Martin Pitt
I temporarily had to disable apport because kernels 2.6.20-6 and -7 had
a broken crash handling. -8 fixes it again, and so apport 0.53 reenables
crash detection. Can you please do a dist-upgrade and check again?
Thanks!

** Changed in: apport (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
apport doesn't pick up totem crash
https://launchpad.net/bugs/84985

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


[Bug 84604] Re: [UVF exception request] sylpheed 2.3.1-0ubuntu1

2007-02-14 Thread Reinhard Tartler
while rebuilding the package, I noticed that the upstream tarball
contains the upstream tarball internally. Did you coordinate with debian
so that we can be confident that 'your' orig.tar.gz matches the version
in debian?

-- 
[UVF exception request] sylpheed 2.3.1-0ubuntu1
https://launchpad.net/bugs/84604

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


[Bug 85043] Re: Synaptic is not in Control Center

2007-02-14 Thread Michael Vogt
*** This bug is a duplicate of bug 84984 ***

** Changed in: Ubuntu
Sourcepackagename: None => synaptic

** This bug has been marked a duplicate of bug 84984
   Synaptic not in Gnome Control Center panel

-- 
Synaptic is not in Control Center
https://launchpad.net/bugs/85043

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


[Bug 83974] Re: [feisty] apport-gtk is opening a wrong URL

2007-02-14 Thread Martin Pitt
OK, so the computed URL is right, it seems to get mangled when calling
firefox or gnome-open.

What happens if you do this on the command line:

  firefox https://edge.launchpad.net/ubuntu/+source/bash/+filebug
  gnome-open https://edge.launchpad.net/ubuntu/+source/bash/+filebug

Does either or both show this error?

-- 
[feisty] apport-gtk is opening a wrong URL
https://launchpad.net/bugs/83974

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


[Bug 81614] Re: Totem crashed while installing ubuntu and crashes on every run

2007-02-14 Thread Sebastien Bacher
thank you for the efforts on that. Could you also attach
/var/log/kern.log?

-- 
Totem crashed while installing ubuntu and crashes on every run
https://launchpad.net/bugs/81614

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


[Bug 85052] Mplayer doesn't support smb:/

2007-02-14 Thread sk0rp10
Public bug reported:

Binary package hint: mplayer

Distribution : Feisty
Reproducibility : Always

Mplayer hangs while attempting to reproduce a smb:/ file

example:

mplayer -wid 85983469 -slave  -vo xv,sdl,x11 -ao alsa,oss,sdl,arts
-framedrop  -contrast 0 -brightness 0 -hue 0 -saturation 0  -cache 128
'smb://hostname/filename.avi' -identify

Doesn't give any output. (the command was automatically generated by
KMplayer)

** Affects: mplayer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Mplayer doesn't support smb:/
https://launchpad.net/bugs/85052

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


[Bug 85050] 6.10 konqueror file sharing dialog not displaying properly

2007-02-14 Thread keitha
Public bug reported:

Binary package hint: konqueror

I select a folder in konqueror, right click, Properties, Share.
Then select Configure FIle Sharing, then enter password.

The 2 lines of text at the top of the dialog are unreadable (hopefully
as shown in screenshot).

This is a brand new clean 6.10 install (from live cd). I have not
changed anything at all. This is the first thing I tried and it didn't
work :-(

** Affects: kdebase (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
6.10 konqueror file sharing dialog not displaying properly
https://launchpad.net/bugs/85050

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


[Bug 84995] Re: while performing distribution upgrade, a fatal error occured

2007-02-14 Thread Michael Vogt
Thanks for your bugreport.

Please update to update-manager 0.57.2. This should fix the problem.

Thanks,
 Michael

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) => Michael Vogt
   Status: Unconfirmed => Fix Released

-- 
while performing distribution upgrade, a fatal error occured
https://launchpad.net/bugs/84995

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


[Bug 85050] Re: 6.10 konqueror file sharing dialog not displaying properly

2007-02-14 Thread keitha

** Attachment added: "screenshot"
   http://librarian.launchpad.net/6425815/snapshot1.png

-- 
6.10 konqueror file sharing dialog not displaying properly
https://launchpad.net/bugs/85050

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


[Bug 84738] Re: UVFe request: ksynaptics

2007-02-14 Thread Fathi Boudra
it is in the tunnel:
https://launchpad.net/ubuntu/+source/libsynaptics/+bug/84681

-- 
UVFe request: ksynaptics
https://launchpad.net/bugs/84738

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


[Bug 84984] Re: Synaptic not in Gnome Control Center panel

2007-02-14 Thread Michael Vogt
Thanks for your bugreport.

The launcher is moved back to its old location in my bzr tree.

Cheers,
 Michael

** Changed in: synaptic (Ubuntu)
 Assignee: (unassigned) => Michael Vogt
   Status: Unconfirmed => Fix Committed

-- 
Synaptic not in Gnome Control Center panel
https://launchpad.net/bugs/84984

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


[Bug 85051] Rhythmbox hangs when it can't connect

2007-02-14 Thread Noah Slater
Public bug reported:

Binary package hint: rhythmbox

If you try to connect to an internet radio station that is timing
rhythmbox can sometimes get stuck and just hangs. I have to restart to
try again.

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Rhythmbox hangs when it can't connect
https://launchpad.net/bugs/85051

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


[Bug 80684] Re: Randomly stops playing radio streams

2007-02-14 Thread Sebastien Bacher
comment from upstream:

"Could you provide a working example URI that demonstrates the problem
please?

The one mentioned in the launchpad bug doesn't seem to work (or rather: I can't
reach hbr1.com, and hbr2.com looks like a random search engine/ad spam site).

I suspect the problem is chained oggs though (= bug #320984)."

-- 
Randomly stops playing radio streams
https://launchpad.net/bugs/80684

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


[Bug 79185] Re: MPQC does not support multiprocessor support?

2007-02-14 Thread Jouni Mettala
** Also affects: mpqc (Debian)
   Importance: Undecided
   Status: Unconfirmed

-- 
MPQC does not support multiprocessor support?
https://launchpad.net/bugs/79185

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


[Bug 85054] rhythmbox hangs on certain radio stations

2007-02-14 Thread Noah Slater
Public bug reported:

Binary package hint: rhythmbox

rhythmbox hangs when planing certain radio stations such as:

http://ubuntu.hbr1.com:19800/trance.ogg

See the following comment for a possible reason:

https://launchpad.net/ubuntu/+source/rhythmbox/+bug/57568/comments/10

I don't see this is acceptable. If a radio station gives back a 404 the
application should not hang and have to be forcefully killed.

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
rhythmbox hangs on certain radio stations
https://launchpad.net/bugs/85054

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


[Bug 85053] [apport] totem-video-thumbnailer crashed with SIGSEGV in vorbis_synthesis()

2007-02-14 Thread quinnman
Public bug reported:

Binary package hint: totem

Crashed while browsing fat32 formated disk with ogg video file.

ProblemType: Crash
Date: Wed Feb 14 11:07:04 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem-video-thumbnailer
Package: totem-gstreamer 2.17.91-0ubuntu2
ProcCmdline: /usr/bin/gnome-video-thumbnailer -s 128 
file:///media/dokumenty/Dokumenty/Download/monday_1450_Debian.ogg 
/tmp/.gnome_thumbnail.O4N4NT
ProcCwd: /home/jeff
ProcEnviron:
 LANGUAGE=cs_CZ:cs:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=cs_CZ.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: totem
StacktraceTop:
 vorbis_synthesis () from /usr/lib/libvorbis.so.0
 ?? () from /usr/lib/gstreamer-0.10/libgstvorbis.so
 ?? () from /usr/lib/gstreamer-0.10/libgstvorbis.so
 ?? () from /usr/lib/libgstreamer-0.10.so.0
 gst_pad_push () from /usr/lib/libgstreamer-0.10.so.0
Uname: Linux jeff-laptop 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 
x86_64 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV in vorbis_synthesis()
https://launchpad.net/bugs/85053

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


[Bug 85053] Re: [apport] totem-video-thumbnailer crashed with SIGSEGV in vorbis_synthesis()

2007-02-14 Thread quinnman

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6425828/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6425829/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6425830/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6425831/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6425832/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6425833/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6425834/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6425835/ThreadStacktrace.txt

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV in vorbis_synthesis()
https://launchpad.net/bugs/85053

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


[Bug 75513] Re: should check origin of source packages

2007-02-14 Thread Martin Pitt
This should do it:

https://lists.ubuntu.com/archives/ubuntu-devel/2007-January/023261.html

** Changed in: apport (Ubuntu)
   Status: Confirmed => In Progress

-- 
should check origin of source packages
https://launchpad.net/bugs/75513

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


[Bug 85017] Re: gnome-cups-manager does not appear in the control center

2007-02-14 Thread Sebastien Bacher
** Changed in: control-center (Ubuntu)
Sourcepackagename: control-center => gnome-cups-manager

-- 
gnome-cups-manager does not appear in the control center
https://launchpad.net/bugs/85017

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


[Bug 85055] [apport] gnome-panel crashed with SIGSEGV in __pthread_mutex_unlock_usercnt()

2007-02-14 Thread leon van der Ree
Public bug reported:

Binary package hint: gnome-panel

Happend after or during updating.

How can I see if this is a duplicate of for example: 82146
And if it is a duplicate, is this still valuable: do/don't you need this data 
then anymore.

ProblemType: Crash
Date: Wed Feb 14 11:04:47 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 2.17.91-0ubuntu1
ProcCmdline: gnome-panel --sm-config-prefix /gnome-panel-xPU2Wz/ --sm-client-id 
117f00010100011710140700066460012 --screen 0
ProcCwd: /usr/bin
ProcEnviron:
 [EMAIL PROTECTED]
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
 __pthread_mutex_unlock_usercnt ()
 malloc () from /lib/tls/i686/cmov/libc.so.6
 g_malloc () from /usr/lib/libglib-2.0.so.0
Uname: Linux leon-laptop 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
scanner video

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-panel crashed with SIGSEGV in __pthread_mutex_unlock_usercnt()
https://launchpad.net/bugs/85055

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


[Bug 85055] Re: [apport] gnome-panel crashed with SIGSEGV in __pthread_mutex_unlock_usercnt()

2007-02-14 Thread leon van der Ree

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/6425843/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/6425844/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/6425845/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/6425846/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/6425847/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/6425848/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/6425849/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/6425850/ThreadStacktrace.txt

-- 
[apport] gnome-panel crashed with SIGSEGV in __pthread_mutex_unlock_usercnt()
https://launchpad.net/bugs/85055

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


  1   2   3   4   5   6   7   8   9   10   >