[Bug 115170] Flicker in VGA out with i810 driver

2007-05-17 Thread Alvaro del Castillo
Public bug reported:

Binary package hint: xserver-xorg-video-intel

When I use at the same time the LCD of my Dell X1 laptop and the VGA out 
connected to a projector 
the image sent to the projectort flickers. I had the same problem with the Dell 
X300. 

When I use only the VGA out, not showing the image also in the laptop,
the image doesn't flicker at all.

00:02.0 VGA compatible controller: Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller (rev 03)

(II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor=X.Org Foundation
compiled for 7.2.0, module version = 1.7.4
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Flicker in VGA out with i810 driver
https://bugs.launchpad.net/bugs/115170
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115169] find -name does not work as expected

2007-05-17 Thread Andrew Foster
Public bug reported:

On my dapper system (findutils 4.2.27-1ubuntu1), the `find` program does
not give me accurate results.

In my ~/test directory, I have one .txt file and one .asp file. In a
subdirectory called includes, I have another .txt file and another .asp
file. However, `ls` and `find` do not agree.

Where the files are:

  [EMAIL PROTECTED]:~/test$ ls *.txt
  test.txt

  [EMAIL PROTECTED]:~/test$ ls includes/*.txt
  includes/test.txt

  [EMAIL PROTECTED]:~/test$ ls *.asp 
  default.asp

  [EMAIL PROTECTED]:~/test$ ls includes/*.asp
  includes/subscribe_inc.asp

The first problem is that running find from the root of the folder tree
does not return includes/subscribe_inc.asp as expected.

  [EMAIL PROTECTED]:~/test$ find . -name *.asp
  ./default.asp

Howeer, the .txt files are reported as expected:

  [EMAIL PROTECTED]:~/test$ find . -name *.txt
  ./test.txt
  ./includes/test.txt

If I try to find the asp files from the from the parent directory
however, it is correct.

  [EMAIL PROTECTED]:~$ find test -name *.asp
  test/includes/subscribe_inc.asp
  test/default.asp

All files are owned by andy - modes on all dirs 755, all files 644.

Cheers

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

-- 
find -name does not work as expected
https://bugs.launchpad.net/bugs/115169
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115168] Ooo Base - Formular Asistent - Problem

2007-05-17 Thread Josef Bauer
Public bug reported:

Binary package hint: openoffice.org-base

The Ooo Base  Database Formular Assistent make no Formulars. Can create a 
Formular not ready, on the last step is no aktion by the Assistent. Can klick 
on Finish but no Aktion.
Is the latest Ooo Base 2.2 and Ubuntu.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Ooo Base - Formular Asistent - Problem
https://bugs.launchpad.net/bugs/115168
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112590] Re: no internet connection until I restart router

2007-05-17 Thread armatus
I have the same bug.
If i remove (comment all lines) avahi-autoipd it can work without restarting?
Where can i reject running dhclientd on start? 
i have static ip.
my interfaces in attachment.

** Attachment added: interfaces
   http://librarian.launchpad.net/7679241/interfaces

-- 
no internet connection until I restart router
https://bugs.launchpad.net/bugs/112590
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 95654] Re: [needs-packaging] medit

2007-05-17 Thread Arthur Loiret
Uploaded in debian, see http://packages.qa.debian.org/m/medit.html

** Changed in: Ubuntu
   Status: In Progress = Fix Released

-- 
[needs-packaging] medit
https://bugs.launchpad.net/bugs/95654
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 84106] Re: tar --owner and --group options don't work

2007-05-17 Thread Micah Cowan
Thank you for your bug report. It turns out that the errors you are
experiencing are not bugs, they are errors in your understanding of how
to use tar.

The -f switch is intended to be followed _immediately_ with a filename.
Following it with another option, such as --owner, or the -z option as
part of an option string, is erroneous. The reason it works when not
preceded with a dash, is that this is the old-style of specifying
options in tar, in which all of the options were clumped together as one
argument, and all parameters to those options were specified after that.

tar should possibly emit an error when you are using --owner and
--group, but not creating an archive: they are meant to be used during
archive creation, and not extraction. They indicate what values to set
the uid and gid of files in the archive. These values in the archive are
usually ignored during extraction, unless you extract them as root, or
specify the --same-owner option.

If you have been relying on the tar manpage for documentation, I would
recommend you use the texinfo-based documentation at
http://www.gnu.org/software/tar/manual/ , which is far more complete and
informative.

** Changed in: tar (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
tar --owner and --group options don't work
https://bugs.launchpad.net/bugs/84106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 43961] Re: Power down after shutdown does not work...

2007-05-17 Thread DavorCubranic
One happy-ending story: after upgrading from Ubuntu Dapper (see comment
131) to Kubuntu Feisty, shutdown works again! Out of the box too, I
haven't touched anything after the install.

-- 
Power down after shutdown does not work...
https://bugs.launchpad.net/bugs/43961
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 103454] Re: [needs-packaging] pokerth

2007-05-17 Thread Arthur Loiret
** Changed in: Ubuntu
   Status: Confirmed = Rejected

-- 
[needs-packaging] pokerth
https://bugs.launchpad.net/bugs/103454
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 85146] Re: emacs21 aborts while typing

2007-05-17 Thread Micah Cowan
** Changed in: emacs21 (Ubuntu)
   Importance: Undecided = Medium
   Status: Unconfirmed = Confirmed

-- 
emacs21 aborts while typing
https://bugs.launchpad.net/bugs/85146
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105442] Re: [needs-packaging] gnormalize

2007-05-17 Thread Arthur Loiret
Seems to have a package in debian,
http://sponsors.debian.net/viewpkg.php?id=204

-- 
[needs-packaging] gnormalize
https://bugs.launchpad.net/bugs/105442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115168] Re: Ooo Base - Formular Asistent - Problem

2007-05-17 Thread Freddy Martinez
*** This bug is a duplicate of bug 72262 ***
https://bugs.launchpad.net/bugs/72262

marking as a know duplicate

** This bug has been marked a duplicate of bug 72262
   Form Wizard in Base does not complete

-- 
Ooo Base - Formular Asistent - Problem
https://bugs.launchpad.net/bugs/115168
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105450] Re: [needs-packaging] ecksdee

2007-05-17 Thread Arthur Loiret
I'm going to intend to package ecksdee for Ubuntu.

** Changed in: Ubuntu
 Assignee: MOTU = Arthur Loiret

-- 
[needs-packaging] ecksdee
https://bugs.launchpad.net/bugs/105450
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115171] Partition Tool in Base Installer Refuses to work around a Partition Problem

2007-05-17 Thread Sam Williams
Public bug reported:

I recently upgraded from Edgy to Feisty on my Dell Inspiron Laptop.
After a few reboots I encountered a filesysten problem where I was
dropped to a prompt because e2fsck could not repair the filesystem
problem. Running the fsck.ext3 utility manually didn't work, nor could I
boot up the Ubuntu Feisty Install/Live CD and properly perform the
repair.

After numerous attempts to repair the damaged filesystem I finally
decided to backup any files in the /home partition to a remote usb
drive. I then wanted to reinstall Ubuntu Feisty. Since I liked my former
partitioning arrangement I decided to keep what I had before and simply
reformat each and reinstall over the top.

When I got to the disk partitioner portion of the installation I tried
to select the partition that had previously demonstrated problems. Each
time it would start trying to write the partition information to disk
and never return control to me.

I then thought that something must be really screwed up with the disk
and thought I would just have the partitioner do an automatic format of
the hard drive. The partitioner did remove all the other partitions and
created only an ext3 and swap partition. Again when it came time to
format the partition I ran into problems. It refused to reformat. Now
the laptop is no longer usable.

After a couple of days I had a thought that perhaps all I needed was to
wipe the disk clean and reformat with something like Knoppix. Once this
reformatting was complete I would then go and re-install Feisty per my
initial layout.

Knoppix was able to get past the problem without an issues at all. I was
allowed to reformat the disk any way I chose. After using Knoppix I was
able to return to the Feisty installer and everything turned out fine.

For the record I used Knoppix 5.1 CD which uses a mke2fs version
1.40-wip with a build date of 14-11-2006.  Checking the version of the
Feisty mke2fs I found that it to used version 1.40-WIP with EXT2FS
library with a build date of 14-11-2006.

The problem I encountered with the filesystem error is really bad, but
having an installer that can't work around the problem is worse.

** Affects: base-installer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Partition Tool in Base Installer Refuses to work around a Partition Problem
https://bugs.launchpad.net/bugs/115171
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105568] Re: MSI laptop: brightness not controllable with Brightness applet

2007-05-17 Thread kilou
I have installed HAL 0.5.9 on my MSI S260 laptop and I also have msi-
laptop module with force=1 loaded. It is true that now there is a LCD
brightness slider in Gnome power manager applet but it still doesn't
have any effect on the actual brightness settings. The only way for me
to adjust brightness is with echo nb between 0 and 8 
/sys/devices/platform/msi-laptop-pf/lcd_level

-- 
MSI laptop: brightness not controllable with Brightness applet
https://bugs.launchpad.net/bugs/105568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 85384] Re: id fails to report secondary groups w/ samba

2007-05-17 Thread Micah Cowan
Definitely not a bug with coreutils' id, which just uses libc routines
like getgrent() to obtain group info.

I'm not certain, but I'm fairly confident that you'll find that libc in
turn gets those entries through samba, in the case of windows shares.
I'm assigning it to libc, as it could be a libc bug, but I would not be
surprised to see them determine that it is a bug with samba, once they
have time to look at it.

** Changed in: glibc (Ubuntu)
Sourcepackagename: coreutils = glibc

-- 
id fails to report secondary groups w/ samba
https://bugs.launchpad.net/bugs/85384
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109688] Re: [apport] kicker crashed with SIGSEGV in QGArray::QGArray()

2007-05-17 Thread Johann-Nikolaus Andreae
Yes is is the KNewstiker.
I youse OpenSuse 10.2. On a second partition i have install kubuntu use the 
same partition for /home
Afterlogin the kicker krash traying to load the newsticker.
With OpenSuse 10.2 knewstiker works fine.

** Attachment added: kickerrc
   http://librarian.launchpad.net/7680478/kickerrc

-- 
[apport] kicker crashed with SIGSEGV in QGArray::QGArray()
https://bugs.launchpad.net/bugs/109688
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105568] Re: MSI laptop: brightness not controllable with Brightness applet

2007-05-17 Thread kilou
...and the brightness applet still doesn't work for me. My HAL version
is 0.5.9-1ubuntu2~feisty (latest HAL update from Ubuntu repos). Does
this problem only apply to those who need to use the force=1 option to
load msi-laptop module???

-- 
MSI laptop: brightness not controllable with Brightness applet
https://bugs.launchpad.net/bugs/105568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 115086] Report Needed

2007-05-17 Thread Wanderlust
  Here is gdb report. I couldn't gt anything else, ause there is no 
file in /var/crash  
I hope it will be useful  
  
best regards  
Wanderlust  
  
--- Оригінальне повідомлення ---  
Від кого: Hilario J. Montoliu \(hjmf\) ([EMAIL PROTECTED])  
Кому: [EMAIL PROTECTED]  
Дата: 16 травня, 22:56:43  
Тема: [Bug 115086] Report Needed  
  
 Thank you Wanderlust for submitting this report.  
  
 Could you please try to obtain a backtrace by following the instructions on  
 [1], or upload the crash report that probably was generated during the crash  
 and that should be located at /var/crash/ to [2].  
  
 Please indicate which extensions/plugins do you have enabled; and if this 
 crash  
 is reproducible describe the steps that lead to it (it is very important for 
 us  
 to have a test case for each crash).  
  
 This will greatly aid us in tracking down your problem.  
  
 Thanks in advance.  
  
 H. Montoliu  
  
 [1] https://wiki.ubuntu.com/MozillaTeam/Bugs  
 [2] https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/115086/+addcomment 
  
  
 ** Summary changed:  
  
 - Firefox crash with BadShmSeg error  
 + firefox crashed  
  
 ** Description changed:  
  
 Binary package hint: firefox  
 +  
 + ... Firefox crash with BadShmSeg error  
 +  
  
 Firefox crashes on website http://my.nnm.ru/bookmarks/316189 (requires 
 autorisation).  
 Error in gnome-terminal:  
  
 [EMAIL PROTECTED]:/home/Video$ firefox  
 ** Message: GetValue variable 1 (1)  
 ** Message: GetValue variable 2 (2)  
 ** Message: GetValue variable 1 (1)  
 ** Message: GetValue variable 2 (2)  
 ** Message: GetValue variable 1 (1)  
 ** Message: GetValue variable 2 (2)  
 ** Message: GetValue variable 1 (1)  
 ** Message: GetValue variable 2 (2)  
 Improper call to JPEG library in state 202  
 Unable to read JPEG data  
 Improper call to JPEG library in state 202  
 Unable to read JPEG data  
 The program 'Gecko' received an X Window System error.  
 This probably reflects a bug in the program.  
 The error was 'BadShmSeg (invalid shared segment parameter)'.  
 (Details: serial 230 error_code 166 request_code 143 minor_code 2)  
 (Note to programmers: normally, X errors are reported asynchronously;  
 that is, you will receive the error a while after causing it.  
 To debug your program, run it with the --sync command line  
 option to change this behavior. You can then get a meaningful  
 backtrace from your debugger if you break on the gdk_x_error() function.)  
  
 ** Tags added: mt-needreport  
  
 ** Changed in: firefox (Ubuntu)  
 Importance: Undecided = Medium  
 Assignee: (unassigned) = Hilario J. Montoliu (hjmf)  
 Status: Unconfirmed = Needs Info  
  
 --  
 firefox crashed  
 https://bugs.launchpad.net/bugs/115086  
 You received this bug notification because you are a direct subscriber  
 of the bug.  
  
  
  
  
---  
Ищите новую работу просто и быстро на JOB.ukr.net  
http://job.ukr.net

-- 
firefox crashed
https://bugs.launchpad.net/bugs/115086
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 113772] Re: [apport] kdeinit crashed with SIGSEGV

2007-05-17 Thread agrabah
I have the same problem. I also reported it once (but it was marked as a
duplicate of this bug), and got another bug this morning. This bug is
hardly reproducible, as it happens - at least in my case - at kde
startup. The only thing I can think of that might be the cause is: at
those two startups I turned on my machine, let it boot, at than didn't
log in at once at the kubuntu login screen. The computer sat there for
about 30 minutes. I'll try to experiment with that a bit, and report
back.

Tine

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113772
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 104778] Re: kdevelop freezes on startup after adding kdebase-dev and korundum

2007-05-17 Thread Piotr Sniady
After a couple of weeks and several Ubuntu upgrades the problem
magically disappeared itself.

** Changed in: kdevelop (Ubuntu)
   Status: Unconfirmed = Fix Committed

-- 
kdevelop freezes on startup after adding kdebase-dev and korundum
https://bugs.launchpad.net/bugs/104778
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 62571] Re: Soundconverter silently fails when inadequate permissions

2007-05-17 Thread William Grant
This is fixed in 0.9.6 or so.

** Changed in: soundconverter (upstream)
   Status: Confirmed = Fix Released

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

-- 
Soundconverter silently fails when inadequate permissions
https://bugs.launchpad.net/bugs/62571
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112860] Re: IDE drive not detected under VMware WS5

2007-05-17 Thread dean gaudet
i haven't tried your kernel yet -- i just have my own 2.6.22-rc1 based
off the feisty /boot/config-foo, and i'm seeing the same problem (vmware
5.5.2)... i've enabled NO_HZ but booting nohz=off doesn't change the
result.  it looks like the mpt fusion device is recognized but somehow
/dev/sda isn't created.  i've attached some serial console output.

** Attachment added: dmesg output
   http://librarian.launchpad.net/7680495/console.txt

-- 
IDE drive not detected under VMware WS5
https://bugs.launchpad.net/bugs/112860
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 85146] Re: emacs21 aborts while typing

2007-05-17 Thread Micah Cowan
Notes from the backtrace: The crash is due to a call to abort() at
xdisp.c:12026 (which emacs then catches and rethrows, in
fatal_error_signal() in emacs). It is a deliberate abortion (fall-
through assertion) in try_window_id, at the final else clause of:

if (first_unchanged_at_end_row
   first_unchanged_at_end_row-y  it.last_visible_y
   !last_text_row_at_end)
 ...
else if (last_text_row_at_end)
 ...
else if (last_text_row)
 ...
else if (first_unchanged_at_end_row == NULL
last_text_row == NULL
last_text_row_at_end == NULL)
 ...
else
  abort();   //  =

try_window_id() has been passed the value selected_window; so there
must be something wrong with that value or the state of the currently
selected window (I'd guess the latter).

-- 
emacs21 aborts while typing
https://bugs.launchpad.net/bugs/85146
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 35662] Re: nm-applet fails to start

2007-05-17 Thread PaulSchulz
*** This bug is a duplicate of bug 37128 ***
https://bugs.launchpad.net/bugs/37128

This fix also works for me.
I was getting the same errors on DELL Precision M65 after the following:
- Ubuntu 6.10 upgraded to 7.04 via GUI (upgrade manager)

-- 
nm-applet fails to start
https://bugs.launchpad.net/bugs/35662
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 115009] Re: Please merge cdebootstrap 0.4.3 from Debian

2007-05-17 Thread Luca Falavigna
Package built. Thank you.

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

-- 
Please merge cdebootstrap 0.4.3 from Debian
https://bugs.launchpad.net/bugs/115009
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115173] Re: [apport] mpeg2enc crashed with SIGSEGV in PictureReader::ReadFrame()

2007-05-17 Thread [EMAIL PROTECTED]

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

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

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

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

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

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

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

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

-- 
[apport] mpeg2enc crashed with SIGSEGV in PictureReader::ReadFrame()
https://bugs.launchpad.net/bugs/115173
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 42759] Re: Firestarter init fails on system boot when NetworkManager is used

2007-05-17 Thread dave s
On 16/05/07, Azalin [EMAIL PROTECTED] wrote:
 Dear Dave,

 so not to cloud the launchpad bug report with our conversation I
 decided to mail you directly. I hope that is ok.


Yep no problem


 In any case, what I mean with SOMEONE fix the problem is that someone
 from Canonical or at least someone involved in maintaining Firestarter
 should fix this problem.


Its worrying that this has been left out in the cold especially with a
fix sitting there.


 As far as your fix is concerned, why not try the supplied script in
 the bugreport and place it as 50firestarter (make it executable) in
 the dispatcher.d directory of NetworkManager. That script will not be
 replaced by an update, at least I doubt it and if it will then it will
 most defenitely be replaced by something that is also trying to fix
 this issue so no harm can come from that. Whilst when firestarter is
 updated, the firestarter script might be updated and thus your edited
 version might be replaced. The problem most likely will reappear. With
 the dispatcher script I assume it works for wireless connections as
 well.

Just tested it - works a treat with my wifi.



 I would say, just give it a go.

 Cheers,

 Alex.


--

The unavoidable price of reliability is simplicity.

-- C.A.R. Hoare

-- 
Firestarter init fails on system boot when NetworkManager is used
https://bugs.launchpad.net/bugs/42759
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 115173] [apport] mpeg2enc crashed with SIGSEGV in PictureReader::ReadFrame()

2007-05-17 Thread [EMAIL PROTECTED]
Public bug reported:

Binary package hint: mjpegtools

Problem while encoding a video with LIVES

ProblemType: Crash
Architecture: i386
Date: Wed May 16 15:44:17 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/mpeg2enc
Package: mjpegtools 1:1.8.0-0.2ubuntu3
PackageArchitecture: i386
ProcCmdline: mpeg2enc -F 3 -n p -f 0 -b 1152 -B 145 -V 500 -4 1 -2 1 -g 6 -G 18 
-r 24 -o tmpvid.m1v
ProcCwd: /tmp/livestmp/339147230
ProcEnviron:
 
PATH=/opt/gutenprint/bin:/opt/gutenprint/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C
Signal: 11
SourcePackage: mjpegtools
StacktraceTop:
 PictureReader::ReadFrame ()
 SeqEncoder::Pass1EncodeFrame ()
 SeqEncoder::EncodeStream ()
 ?? ()
 __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
Uname: Linux pc1 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] mpeg2enc crashed with SIGSEGV in PictureReader::ReadFrame()
https://bugs.launchpad.net/bugs/115173
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115171] Re: Partition Tool in Base Installer Refuses to work around a Partition Problem

2007-05-17 Thread C. Scott Mark
I don't know how applicable this would be, but that sounds like it might
be bad sectors in just the right spot to screw things up.  As for the
the lockup, how long were you waiting?  Sometimes the wait can be
amazingly long.  How many partitions were you using, their name, and
type?

 Did you try changing the order of the partitions on the drive?

 I'll see if I can recreate the problem with a little editing here and
there to see if it's hardware or software problem.

C. Scott Mark

-- 
Partition Tool in Base Installer Refuses to work around a Partition Problem
https://bugs.launchpad.net/bugs/115171
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113440] Re: Xfce-4 battery monitor using too much cpu

2007-05-17 Thread harrisony
** Changed in: xfce4-battery-plugin (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Xfce-4 battery monitor using too much cpu
https://bugs.launchpad.net/bugs/113440
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 87652] Re: No sound in linux-image-2.6.20-8-powerpc G4

2007-05-17 Thread sam tygier
doing a brave (or stupid?) dist-upgrade
just to note dist-upgrades are not recommended in ubuntu. see
http://www.ubuntu.com/getubuntu/upgrading

-- 
No sound in linux-image-2.6.20-8-powerpc G4 
https://bugs.launchpad.net/bugs/87652
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115175] [apport] gs-esp crashed with SIGSEGV in jbig2_image_get_pixel()

2007-05-17 Thread VF
Public bug reported:

Binary package hint: gs-esp

?

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Mon May 14 15:25:30 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gs-esp
Package: gs-esp 8.15.4.dfsg.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: gs -sDEVICE=png16m -sOutputFile=- -dSAFER -dPARANOIDSAFER 
-dNOPAUSE -dFirstPage=1 -dLastPage=1 -q - 
/home/vfotop1/Desktop/research/20030179901.pdf -c showpage -c quit
ProcCwd: /home/vfotop1
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: gs-esp
StacktraceTop:
 jbig2_image_get_pixel () from /usr/lib/libgs-esp.so.8
 jbig2_decode_refinement_region ()
 jbig2_symbol_dictionary () from /usr/lib/libgs-esp.so.8
 jbig2_parse_segment () from /usr/lib/libgs-esp.so.8
 jbig2_data_in () from /usr/lib/libgs-esp.so.8
Uname: Linux pli007 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: gs-esp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gs-esp crashed with SIGSEGV in jbig2_image_get_pixel()
https://bugs.launchpad.net/bugs/115175
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115175] Re: [apport] gs-esp crashed with SIGSEGV in jbig2_image_get_pixel()

2007-05-17 Thread VF

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

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

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

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

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

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

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

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

-- 
[apport] gs-esp crashed with SIGSEGV in jbig2_image_get_pixel()
https://bugs.launchpad.net/bugs/115175
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105568] Re: MSI laptop: brightness not controllable with Brightness applet

2007-05-17 Thread dimitri
On my S420, with HAL from feisty backports this slider is functional now
(slow, but it works). Do you load the module manually? I noticed it only
works with the slider by adding to /etc/modules the line msi-laptop
force=1 and rebooting. Please try this and get back to me. You can also
check and complete http://megawiki.org/ and join the mailing list to
share your experiences with this module, so it can be improved.

-- 
MSI laptop: brightness not controllable with Brightness applet
https://bugs.launchpad.net/bugs/105568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115142] Re: New distribution conditions based on trademark claim

2007-05-17 Thread William Grant
I'll handle the Ubuntification once the new version is in Debian. Thanks
for notifying us!

If you're changing the name, does it really need to be in non-free?

** Changed in: ion3 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = William Grant
   Status: Unconfirmed = Confirmed

-- 
New distribution conditions based on trademark claim
https://bugs.launchpad.net/bugs/115142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109833] Re: Resuming from s2ram on a Dell Inspiron E1505 causes distorted screen

2007-05-17 Thread Bug Watch Updater
** Changed in: xorg-server (upstream)
   Status: Unknown = Confirmed

-- 
Resuming from s2ram on a Dell Inspiron E1505 causes distorted screen 
https://bugs.launchpad.net/bugs/109833
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 75883] Re: libncurses.so symlink is pointing to wrong location

2007-05-17 Thread Matthias Klose
fixed in 5.5-5ubuntu3


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

** Changed in: ncurses (Ubuntu)
 Assignee: (unassigned) = Matthias Klose

-- 
libncurses.so symlink is pointing to wrong location
https://bugs.launchpad.net/bugs/75883
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 69698] Re: airodump-ng is unable to set monitor mode

2007-05-17 Thread Ashley Hooper
For the record, my wireless card chipset is an Ralinktech RT61, PCMCIA
version.  I've now upgraded to Feisty and with the Serialmonkey drivers
it seems to be working okay!

-- 
airodump-ng is unable to set monitor mode
https://bugs.launchpad.net/bugs/69698
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 113679] Re: xorg freezes when running openoffice

2007-05-17 Thread Petri Väkeväinen
Actually that is a bit inconvenient as the box also runs vdr and the
second display is used for tv. AFAIK the NV driver doesn't support
multiple displays.

I also remembered that I updated the xorg.conf file with RenderAccel =
false after last crash when I was searching for a solution to this
bug, and forgot to mention that. It's now been a week since the last
crash, but I wouldn't call this the solution yet as the crashing has
always been very random.

I'll keep you posted.

-- 
xorg freezes when running openoffice
https://bugs.launchpad.net/bugs/113679
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 36492] Re: french symbols map for macintosh is incomplete

2007-05-17 Thread Bug Watch Updater
** Changed in: xkeyboard-config (upstream)
   Status: Confirmed = Needs Info

-- 
 french symbols map for macintosh is incomplete
https://bugs.launchpad.net/bugs/36492
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 28326] Re: i810 Xv crashes after suspend - infinite resprawn

2007-05-17 Thread Bug Watch Updater
** Changed in: xorg-server (upstream)
   Status: Unknown = Confirmed

-- 
i810 Xv crashes after suspend - infinite resprawn
https://bugs.launchpad.net/bugs/28326
You received this bug notification because you are a member of Kubuntu
Team, which is a subscriber of a duplicate bug.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 5801] Re: (NVidia only) Wrong default and maximum resolution on widescreen monitor (stretched 1024x768) on GeForce 6200

2007-05-17 Thread Bug Watch Updater
** Changed in: xorg-server (upstream)
   Status: Unknown = Rejected

-- 
(NVidia only) Wrong default and maximum resolution on widescreen monitor 
(stretched 1024x768) on GeForce 6200
https://bugs.launchpad.net/bugs/5801
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 115141] Re: [apport] enemylines3 crashed with SIGSEGV

2007-05-17 Thread William Grant
** Tags added: need-i386-retrace

-- 
[apport] enemylines3 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/115141
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115053] Re: Synce project is now at version 0.10.0, so the Ubuntu packages should be updated

2007-05-17 Thread William Grant
** Changed in: libsynce (Ubuntu)
   Importance: Undecided = Wishlist
   Status: Unconfirmed = Confirmed

-- 
Synce project is now at version 0.10.0, so the Ubuntu packages should be updated
https://bugs.launchpad.net/bugs/115053
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115073] Re: Trouble loading a library fresh after installation: libbfd-2.17.50.0.6.so: cannot open shared object file

2007-05-17 Thread William Grant
Which version of the skyeye package do you have installed? It works fine
here.

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

-- 
Trouble loading a library fresh after installation: libbfd-2.17.50.0.6.so: 
cannot open shared object file
https://bugs.launchpad.net/bugs/115073
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114846] Re: Rhythmbox-0.10.0 unable to parse podcast feed URL

2007-05-17 Thread Bug Watch Updater
** Changed in: rhythmbox (upstream)
   Status: Unknown = Unconfirmed

-- 
Rhythmbox-0.10.0 unable to parse podcast feed URL
https://bugs.launchpad.net/bugs/114846
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114834] Re: [apport] evolution-2.10 crashed with SIGSEGV in camel_message_info_uint32()

2007-05-17 Thread Bug Watch Updater
** Changed in: evolution (upstream)
   Status: Unknown = Confirmed

-- 
[apport] evolution-2.10 crashed with SIGSEGV in camel_message_info_uint32()
https://bugs.launchpad.net/bugs/114834
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114833] Re: When icon disappears, custom launcher gets huge icon

2007-05-17 Thread Bug Watch Updater
** Changed in: gnome-panel (upstream)
   Status: Unknown = Unconfirmed

-- 
When icon disappears, custom launcher gets huge icon
https://bugs.launchpad.net/bugs/114833
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114800] Re: If the vpn server is in the same subnet, no route to it should be added to the routing table.

2007-05-17 Thread Bug Watch Updater
** Changed in: network-manager (upstream)
   Status: Unknown = Unconfirmed

** Changed in: deluge (upstream)
   Status: Unknown = Unconfirmed

-- 
If the vpn server is in the same subnet, no route to it should be added to the 
routing table.
https://bugs.launchpad.net/bugs/114800
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114779] Re: [apport] gdmgreeter crashed with SIGSEGV

2007-05-17 Thread Bug Watch Updater
** Changed in: gdm (upstream)
   Status: Unknown = Needs Info

-- 
[apport] gdmgreeter crashed with SIGSEGV
https://bugs.launchpad.net/bugs/114779
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114160] Re: make possible to mute sound on boot with a key combinaison

2007-05-17 Thread Bug Watch Updater
** Changed in: gdm (upstream)
   Status: Unknown = Unconfirmed

-- 
make possible to mute sound on boot with a key combinaison
https://bugs.launchpad.net/bugs/114160
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109723] Re: incorrect title when using a rtl language

2007-05-17 Thread Bug Watch Updater
** Changed in: gedit (upstream)
   Status: Unknown = Unconfirmed

-- 
incorrect title when using a rtl language
https://bugs.launchpad.net/bugs/109723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109429] Re: evince does not let me save a copy of file

2007-05-17 Thread Bug Watch Updater
** Changed in: evince (upstream)
   Status: Unknown = Rejected

-- 
evince does not let me save a copy of file
https://bugs.launchpad.net/bugs/109429
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113649] Re: incorrect ps rendering

2007-05-17 Thread Bug Watch Updater
** Changed in: evince (upstream)
   Status: Unknown = Rejected

-- 
incorrect ps rendering
https://bugs.launchpad.net/bugs/113649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113493] Re: Gnome weather report doesn't search for next location entry

2007-05-17 Thread Bug Watch Updater
** Changed in: gnome-applets (upstream)
   Status: Unknown = Unconfirmed

-- 
Gnome weather report doesn't search for next location entry
https://bugs.launchpad.net/bugs/113493
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 97114] Re: creating password-protected zip from nautilus menu

2007-05-17 Thread Bug Watch Updater
** Changed in: fileroller (upstream)
   Status: Unknown = Unconfirmed

-- 
creating password-protected zip from nautilus menu
https://bugs.launchpad.net/bugs/97114
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 86709] Re: [apport] gnome-panel crashed with SIGSEGV in panel_applet_lockable()

2007-05-17 Thread Bug Watch Updater
** Changed in: gnome-panel (upstream)
   Status: Needs Info = Rejected

-- 
[apport] gnome-panel crashed with SIGSEGV in panel_applet_lockable()
https://bugs.launchpad.net/bugs/86709
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 54251] Re: Popup Send and receive mail has scrollbars since GNOME 2.15.90

2007-05-17 Thread Bug Watch Updater
** Changed in: evolution (upstream)
   Status: Fix Released = Confirmed

-- 
Popup Send and receive mail has scrollbars since GNOME 2.15.90
https://bugs.launchpad.net/bugs/54251
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 45379] Re: Log out tooltip wording suggestion

2007-05-17 Thread Bug Watch Updater
** Changed in: gnome-panel (upstream)
   Status: Confirmed = Rejected

-- 
Log out tooltip wording suggestion
https://bugs.launchpad.net/bugs/45379
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 40125] Re: Doesn't bring the network back online when resuming from suspend / hibernate

2007-05-17 Thread Bug Watch Updater
** Changed in: network-manager (upstream)
   Status: Rejected = Unconfirmed

-- 
Doesn't bring the network back online when resuming from suspend / hibernate
https://bugs.launchpad.net/bugs/40125
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 35491] Re: gnome logout prompt is invisible when xcompmgr active

2007-05-17 Thread Bug Watch Updater
*** This bug is a duplicate of bug 59244 ***
https://bugs.launchpad.net/bugs/59244

** Changed in: gnome-session (upstream)
   Status: Unconfirmed = Rejected

-- 
gnome logout prompt is invisible when xcompmgr active
https://bugs.launchpad.net/bugs/35491
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 33842] Re: Workspace switcher does not touch bottom of screen

2007-05-17 Thread Bug Watch Updater
** Changed in: gnome-panel (upstream)
   Status: Rejected = Unconfirmed

-- 
Workspace switcher does not touch bottom of screen
https://bugs.launchpad.net/bugs/33842
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 24221] Re: GNOME logout screen doesn't appear when the composite is enabled

2007-05-17 Thread Bug Watch Updater
*** This bug is a duplicate of bug 59244 ***
https://bugs.launchpad.net/bugs/59244

** Changed in: gnome-session (upstream)
   Status: Unconfirmed = Rejected

-- 
GNOME logout screen doesn't appear when the composite is enabled
https://bugs.launchpad.net/bugs/24221
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 114462] Re: Printing with Print range prints wrong page range

2007-05-17 Thread Bug Watch Updater
** Changed in: evince (upstream)
   Status: Unknown = Unconfirmed

-- 
Printing with Print range prints wrong page range
https://bugs.launchpad.net/bugs/114462
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115142] Re: New distribution conditions based on trademark claim

2007-05-17 Thread William Grant
** Bug watch added: Debian Bug tracker #422527
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422527

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

-- 
New distribution conditions based on trademark claim
https://bugs.launchpad.net/bugs/115142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115141] Symbolic threaded stack trace

2007-05-17 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://librarian.launchpad.net/7680805/%3Cfdopen%3E

-- 
[apport] enemylines3 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/115141
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109959] Re: [apport] kdeinit crashed with SIGSEGV

2007-05-17 Thread Jérôme Guelfucci
*** This bug is a duplicate of bug 113772 ***
https://bugs.launchpad.net/bugs/113772

** This bug has been marked a duplicate of bug 113772
   [apport] kdeinit crashed with SIGSEGV

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/109959
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 98725] Re: [feisty] liferea crash with undefined symbol PR_NewMonitor

2007-05-17 Thread Bug Watch Updater
** Changed in: liferea (Gentoo Linux)
   Status: Unknown = Confirmed

-- 
[feisty] liferea crash with undefined symbol PR_NewMonitor
https://bugs.launchpad.net/bugs/98725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 62629] Re: Kamera ioslave is very slow

2007-05-17 Thread Bug Watch Updater
** Changed in: kdegraphics (upstream)
   Status: In Progress = Fix Released

-- 
Kamera ioslave is very slow
https://bugs.launchpad.net/bugs/62629
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdegraphics in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 115141] Re: [apport] enemylines3 crashed with SIGSEGV

2007-05-17 Thread Apport retracing service

StacktraceTop:malloc_consolidate () from /lib/tls/i686/cmov/libc.so.6
_int_malloc () from /lib/tls/i686/cmov/libc.so.6
malloc () from /lib/tls/i686/cmov/libc.so.6
ReadInFile (filename=value optimized out) at ../../src/Xrm.c:1604
XrmGetFileDatabase (filename=0xb723480c /usr/share/X11/XErrorDB) at 
../../src/Xrm.c:1669

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://librarian.launchpad.net/7680804/%3Cfdopen%3E

-- 
[apport] enemylines3 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/115141
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 50213] Re: misinterpreted chars with file:// links in iso8859-x encoded docs

2007-05-17 Thread Bug Watch Updater
** Changed in: kdebase (upstream)
   Status: Unknown = Confirmed

-- 
misinterpreted chars with file:// links in iso8859-x encoded docs
https://bugs.launchpad.net/bugs/50213
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 114432] Re: Synaptic should recommend scrollkeeper, but not depend on it

2007-05-17 Thread Sebastian Heinlein
Insulting other people does not make our position stronger.

-- 
Synaptic should recommend scrollkeeper, but not depend on it
https://bugs.launchpad.net/bugs/114432
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 95274] Re: OpenOffice.org's Install new dicionaries wizard crashes OpenOffice.org Writer

2007-05-17 Thread ehamberg
I still get this crash with 2.2.0-1ubuntu3.

-- 
OpenOffice.org's Install new dicionaries wizard crashes OpenOffice.org Writer
https://bugs.launchpad.net/bugs/95274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 49288] Re: liblame0 executable stack

2007-05-17 Thread Jérôme Guelfucci
Ok thank you, maybe you could contact the developpers of lame at
http://sourceforge.net/projects/lame and offer them your patch.

-- 
liblame0 executable stack
https://bugs.launchpad.net/bugs/49288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115102] Re: [edgy - feisty] no more display with nvidia drivers, can't switch to console

2007-05-17 Thread Sitsofe Wheeler
Thank you for your bug report.

Rominet:
Looks like you did some thorough research before filing this. You've already 
got the Horiz and Vert sync lines, you've already tried ConnectedMonitor, 
you've indicated your monitor is a flat panel but connected via VGA, you've 
included a listing of /lib/linux-restricted-modules, you have included your 
Xorg.0.log and xorg.conf AND you've tried both nvidia-glx and nvidia-glx-new. 
Very impressive!

I'm near enough out of ideas unfortunately. Can you indicate whether
disabling EDID detection as described in Bug #111894 made any
difference...

** Changed in: Ubuntu
   Status: Unconfirmed = Needs Info

-- 
[edgy - feisty] no more display with nvidia drivers, can't switch to console
https://bugs.launchpad.net/bugs/115102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115092] Re: Unnecessary Reboots after Updates

2007-05-17 Thread Sebastian Heinlein
The notification is part of each package.

@RainCT: Please watch your language.

** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
Sourcepackagename: update-manager = linux-restricted-modules-2.6.22

-- 
Unnecessary Reboots after Updates
https://bugs.launchpad.net/bugs/115092
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114462] Re: Printing with Print range prints wrong page range

2007-05-17 Thread Volgovod
I'm very sorry for my previous message.
This is caused by my poor English and that I entangled
in files, which I printed into the PDF.
Printing i, ii, ... pages works fine with page range 1-...
I think this topic can be closed.

-- 
Printing with Print range prints wrong page range
https://bugs.launchpad.net/bugs/114462
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115177] sound off

2007-05-17 Thread corricorri
Public bug reported:

my sound not functional. are off all time.

ProblemType: Bug
Architecture: i386
Date: Thu May 17 09:29:28 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 1:2.18.1-0ubuntu3.1
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/corricorri
ProcEnviron:
 LANGUAGE=it_IT:it:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel
Uname: Linux corricorri-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 
2007 i686 GNU/Linux

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
sound off
https://bugs.launchpad.net/bugs/115177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115177] Re: sound off

2007-05-17 Thread corricorri

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

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

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

-- 
sound off
https://bugs.launchpad.net/bugs/115177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115169] Re: find -name does not work as expected

2007-05-17 Thread Markus Bertheau
Try putting *.txt and *.asp in single quotes:

find . -name '*.asp'

Everything will work as expected.

This bug can be closed as invalid.

-- 
find -name does not work as expected
https://bugs.launchpad.net/bugs/115169
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115122] Re: Update manager crashed during upgrade and left no diagnostic information

2007-05-17 Thread Sebastian Heinlein
Actually there is loggin mechanism: Please attach all files of your
/var/log/dist-upgrade/ folder.

Cheers,

Sebastian

** Summary changed:

- Update manager crashed during upgrade and left no diagnostic information
+ Dist-Upgrade failed silently

** Changed in: update-manager (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
Dist-Upgrade failed silently
https://bugs.launchpad.net/bugs/115122
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115102] Re: [edgy - feisty] no more display with nvidia drivers, can't switch to console

2007-05-17 Thread Sitsofe Wheeler
By the way the misreported card version sounds like a similar problem
that was mentioned in passing within Bug #107646 . It might be worth
spinning off a separate bug and posting the output of lspci and lspci
-vnn (assuming it is wrong in the first lspci output too).

-- 
[edgy - feisty] no more display with nvidia drivers, can't switch to console
https://bugs.launchpad.net/bugs/115102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115087] Re: Update manager fails - Read error read (5 input/output error)

2007-05-17 Thread Sebastian Heinlein
Please start Synaptic from SystemAdministration and click on the Reload
button in the toolbar.

If this does not work, open a Terminal and type the following command:

sudo apt-get update

Sebastian

** Changed in: apt (Ubuntu)
Sourcepackagename: update-manager = apt

-- 
Update manager fails - Read error  read (5 input/output error)
https://bugs.launchpad.net/bugs/115087
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115166] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-05-17 Thread Jérôme Guelfucci
Thank you for the bug report. Also, please answer these questions:

* Is this crash reproducible?
* If so, which are the steps that lead to it?

This will greatly aid us in tracking down your problem.

If you can reproduce the bug, please follow
https://wiki.ubuntu.com/MozillaTeam/Bugs?action=showredirect=DebuggingFirefox
to provide all info needed. Thank you.

** Changed in: firefox (Ubuntu)
 Assignee: (unassigned) = Jérôme Guelfucci
   Status: Unconfirmed = Needs Info

** Changed in: firefox (Ubuntu)
 Assignee: Jérôme Guelfucci = (unassigned)

** Tags added: need-i386-retrace

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/115166
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 115157] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-05-17 Thread Jérôme Guelfucci
Thank you for the bug report. Also, please answer these questions:

* Is this crash reproducible?
* If so, which are the steps that lead to it?

This will greatly aid us in tracking down your problem.

If you can reproduce the bug, please follow
https://wiki.ubuntu.com/MozillaTeam/Bugs?action=showredirect=DebuggingFirefox
to provide all info needed. Thank you.

** Changed in: firefox (Ubuntu)
 Assignee: (unassigned) = Jérôme Guelfucci
   Status: Unconfirmed = Needs Info

** Changed in: firefox (Ubuntu)
 Assignee: Jérôme Guelfucci = (unassigned)

** Tags added: need-i386-retrace

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/115157
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 96664] Re: Feisty upgrade failed because packages vanished from /var/cache/apt/archives

2007-05-17 Thread Sebastian Heinlein
Perhaps we should try to get a lock in the clean up script before
remving files.

** Changed in: apt (Ubuntu)
Sourcepackagename: update-manager = apt

-- 
Feisty upgrade failed because packages vanished from /var/cache/apt/archives
https://bugs.launchpad.net/bugs/96664
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99858] Re: Terminal will not successfully launch when SVideo is connected to TV

2007-05-17 Thread Sitsofe Wheeler
Thank you for your bug report.

This bug is not about the program terminal (deceptive isn't it?) but
instead seems to be nvidia binary driver related.

hardyn:
Can you indicate which version of Ubuntu you are running and what the output of
dpkg -l nvidia-\* | grep ii
is?

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

-- 
Terminal will not successfully launch when SVideo is connected to TV
https://bugs.launchpad.net/bugs/99858
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115166] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-05-17 Thread Apport retracing service

StacktraceTop:__kernel_vsyscall ()
raise () from /lib/tls/i686/cmov/libpthread.so.0
nsProfileLock::FatalSignalHandler (signo=11) at nsProfileLock.cpp:206

js_GetGCStringRuntime (str=0x0) at jsgc.c:508

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://librarian.launchpad.net/7680989/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/115166
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115166] Symbolic threaded stack trace

2007-05-17 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://librarian.launchpad.net/7680990/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/115166
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66820] Re: nobody cares about via interrupt

2007-05-17 Thread Sitsofe Wheeler
Jacob:
Does using nolapic by itself also solve the problem?

-- 
nobody cares about via interrupt
https://bugs.launchpad.net/bugs/66820
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115157] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-05-17 Thread Apport retracing service

StacktraceTop:__kernel_vsyscall ()
raise () from /lib/tls/i686/cmov/libpthread.so.0
nsProfileLock::FatalSignalHandler (signo=11) at nsProfileLock.cpp:206

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://librarian.launchpad.net/7681003/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/115157
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114422] Re: [apport] kdeinit crashed with SIGSEGV

2007-05-17 Thread Jérôme Guelfucci
*** This bug is a duplicate of bug 113772 ***
https://bugs.launchpad.net/bugs/113772

** This bug has been marked a duplicate of bug 113772
   [apport] kdeinit crashed with SIGSEGV

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/114422
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115157] Symbolic threaded stack trace

2007-05-17 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://librarian.launchpad.net/7681004/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/115157
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114566] Re: [apport] gretl_x11 crashed with SIGSEGV in g_type_check_instance_cast()

2007-05-17 Thread William Grant
** Tags added: need-i386-retrace

-- 
[apport] gretl_x11 crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/114566
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115066] Re: [apport] kdeinit crashed with SIGSEGV

2007-05-17 Thread Jérôme Guelfucci
Thank you for the bug report. Also, please answer these questions:

* Is this crash reproducible?
* If so, which are the steps that lead to it?

This will greatly aid us in tracking down your problem.

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

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/115066
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 115169] Re: find -name does not work as expected

2007-05-17 Thread Andrew Foster
Thanks Markus, apologies for the dud bug.

-- 
find -name does not work as expected
https://bugs.launchpad.net/bugs/115169
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115055] Re: [feisty] firefox crashed [EMAIL PROTECTED]

2007-05-17 Thread Alexander Sack
** Summary changed:

- [feisty] firefox crashed
+ [feisty] firefox crashed [EMAIL PROTECTED]

** Tags added: likely-dup

-- 
[feisty] firefox crashed [EMAIL PROTECTED]
https://bugs.launchpad.net/bugs/115055
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114566] Re: [apport] gretl_x11 crashed with SIGSEGV in g_type_check_instance_cast()

2007-05-17 Thread Apport retracing service

StacktraceTop:apply_gpt_changes ()
IA__g_cclosure_marshal_VOID__VOID (closure=0x8672510, return_value=0x0, 
n_param_values=1, param_values=0xbfb3b3dc, invocation_hint=0xbfb3b2ec, 
IA__g_closure_invoke (closure=0x8672510, return_value=0x0, n_param_values=1, 
param_values=0xbfb3b3dc, invocation_hint=0xbfb3b2ec) at gclosure.c:490
signal_emit_unlocked_R (node=0x8228268, detail=0, instance=0x866c918, 
emission_return=0x0, instance_and_params=0xbfb3b3dc) at gsignal.c:2440

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://librarian.launchpad.net/7681051/%3Cfdopen%3E

-- 
[apport] gretl_x11 crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/114566
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114566] Symbolic threaded stack trace

2007-05-17 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://librarian.launchpad.net/7681052/%3Cfdopen%3E

-- 
[apport] gretl_x11 crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/114566
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113891] Re: qalculate makes mistakes in factoring

2007-05-17 Thread William Grant
It might be advisable to file it upstream; I can't see us doing anything
about this.

-- 
qalculate makes mistakes in factoring
https://bugs.launchpad.net/bugs/113891
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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