[Bug 119651] After 1 year of perfect operation, NetworkManager crashes on start-up...

2007-06-10 Thread Dralt
Public bug reported:

Found in the logs:

Jun  9 22:10:59 Mario NetworkManager: information^Istarting... 
Jun  9 22:10:59 Mario NetworkManager: information^Ieth1: Device is 
fully-supported using driver 'ipw3945'. 
Jun  9 22:10:59 Mario NetworkManager: information^Inm_device_init(): waiting 
for device's worker thread to start 
Jun  9 22:10:59 Mario NetworkManager: information^Inm_device_init(): device's 
worker thread started, continuing. 
Jun  9 22:10:59 Mario NetworkManager: information^INow managing wireless 
(802.11) device 'eth1'. 
Jun  9 22:10:59 Mario NetworkManager: information^IDeactivating device eth1. 
Jun  9 22:10:59 Mario avahi-daemon[5267]: Found user 'avahi' (UID 105) and 
group 'avahi' (GID 111).
Jun  9 22:10:59 Mario avahi-daemon[5267]: Successfully dropped root privileges.
Jun  9 22:10:59 Mario avahi-daemon[5267]: avahi-daemon 0.6.17 starting up.
Jun  9 22:10:59 Mario avahi-daemon[5267]: Successfully called chroot().
Jun  9 22:10:59 Mario avahi-daemon[5267]: Successfully dropped remaining 
capabilities.
Jun  9 22:10:59 Mario avahi-daemon[5267]: No service found in 
/etc/avahi/services.
Jun  9 22:10:59 Mario avahi-daemon[5267]: Joining mDNS multicast group on 
interface eth0.IPv4 with address 192.168.1.200.
Jun  9 22:10:59 Mario avahi-daemon[5267]: New relevant interface eth0.IPv4 for 
mDNS.
Jun  9 22:10:59 Mario avahi-daemon[5267]: Network interface enumeration 
completed.
Jun  9 22:10:59 Mario avahi-daemon[5267]: Registering new address record for 
192.168.1.200 on eth0.IPv4.
Jun  9 22:10:59 Mario avahi-daemon[5267]: Registering HINFO record with values 
'I686'/'LINUX'.
Jun  9 22:11:00 Mario NetworkManager: WARNING^I nm_hal_deinit (): libhal 
shutdown failed - Connection is closed 
Jun  9 22:11:00 Mario NetworkManager: WARNING^I nm_signal_handler (): Caught 
signal 11.  Generating backtrace... 
Jun  9 22:11:00 Mario NetworkManager: information^ISuccessfully reconnected 
to the system bus. 
Jun  9 22:11:00 Mario NetworkManager: *** START 
**
Jun  9 22:11:00 Mario NetworkManager: (no debugging symbols found)
Jun  9 22:11:00 Mario NetworkManager: Using host libthread_db library 
/lib/tls/i686/cmov/libthread_db.so.1.
Jun  9 22:11:00 Mario NetworkManager: (no debugging symbols found)
Jun  9 22:11:00 Mario last message repeated 4 times
Jun  9 22:11:00 Mario NetworkManager: [Thread debugging using libthread_db 
enabled]
Jun  9 22:11:00 Mario NetworkManager: [New Thread -1211999792 (LWP 5246)]
Jun  9 22:11:00 Mario NetworkManager: [New Thread -1212003440 (LWP 5259)]
Jun  9 22:11:00 Mario NetworkManager: (no debugging symbols found)
Jun  9 22:11:00 Mario last message repeated 12 times
Jun  9 22:11:00 Mario NetworkManager: 0xe410 in __kernel_vsyscall ()
Jun  9 22:11:00 Mario NetworkManager: *** END 
**

If I attempt to restart NetworkManager on the command line several times
in a row, it will eventually start without crashing.

Again, this system has been working great with NetworkManager since the release 
of Feisty Fawn.
Before that, this system was working fine with NetworkManger and Dapper for 
more than a year.

After some update, (I could not pinpoint which one.), everything went to
Hell.

Please advise on what information you need to get to the bottom of this.
I suspect it's going to create a tidal wave of complaints.

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

-- 
After 1 year of perfect operation, NetworkManager crashes on start-up...
https://bugs.launchpad.net/bugs/119651
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 119652] ntpdate debugging mode adjusts local clock but shouldn't

2007-06-10 Thread Mike
Public bug reported:

Binary package hint: ntpdate

According to the man page, running ntpdate with the -d flag shouldnt'
change the clock:

  -d Enable the debugging mode, in which ntpdate will go through all 
the steps, but not adjust the local  clock.
  Information useful for general debugging will also be printed.

but when run:

[EMAIL PROTECTED]:~# date
Sun Jun 10 02:12:36 EDT 2007
[EMAIL PROTECTED]:~# ntpdate -d ntp.ac.il
10 Jun 02:12:43 ntpdate[27232]: ntpdate [EMAIL PROTECTED] Wed Mar  7 20:43:31 
UTC 2007 (1)
transmit(128.139.6.20)
receive(128.139.6.20)
transmit(128.139.6.20)
receive(128.139.6.20)
transmit(128.139.6.20)
receive(128.139.6.20)
transmit(128.139.6.20)
receive(128.139.6.20)
transmit(128.139.6.20)
server 128.139.6.20, port 123
stratum 1, precision -9, leap 00, trust 000
refid [GPS], delay 0.04323, dispersion 0.00040
transmitted 4, in filter 4
reference time:ca161426.0b851eb8  Sun, Jun 10 2007  2:09:42.045
originate timestamp: ca16144d.9ae147ae  Sun, Jun 10 2007  2:10:21.605
transmit timestamp:  ca1614db.75bfdf7e  Sun, Jun 10 2007  2:12:43.459
filter delay:  0.04323  0.04556  0.04486  0.04373
 0.0  0.0  0.0  0.0
filter offset: -141.956 -141.956 -141.956 -141.956
 0.00 0.00 0.00 0.00
delay 0.04323, dispersion 0.00040
offset -141.956143

10 Jun 02:10:21 ntpdate[27232]: step time server 128.139.6.20 offset 
-141.956143 sec
[EMAIL PROTECTED]:~# date
Sun Jun 10 02:10:23 EDT 2007

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

-- 
ntpdate debugging mode adjusts local clock but shouldn't
https://bugs.launchpad.net/bugs/119652
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 66864] Re: crash from saving Office document

2007-06-10 Thread akkiet
Hi. It's no longer an issue. I stop using Ubuntu for sometimes now.

On 6/9/07, Brian Murray [EMAIL PROTECTED] wrote:

 Thanks for taking the time to report this bug and helping to make Ubuntu
 better.  You reported this bug a while ago and there hasn't been any
 activity in it recently.  We were wondering is this still an issue for
 you?  Thanks in advance.

 ** Changed in: openoffice.org (Ubuntu)
  Assignee: (unassigned) = Brian Murray

 --
 crash from saving Office document
 https://bugs.launchpad.net/bugs/66864
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
crash from saving Office document
https://bugs.launchpad.net/bugs/66864
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 119646] Re: Feisty Fawn Alt CD install errors

2007-06-10 Thread DarkMageZ
is it possible to use the cd-rom drive from the other system? might be
the cd drive.

could also be the drivers for that cd drive :s

-- 
Feisty Fawn Alt CD install errors
https://bugs.launchpad.net/bugs/119646
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 119467] Re: make non-essential packages Recommends and not Depends

2007-06-10 Thread Cictani
I don't understand the problem.

kubuntu-desktop is just a meta package so if you deinstall one of it's
dependencies you don't have installed the kubuntu-desktop meta package
anymore so it will be removed. (and only kubuntu-desktop package not its
other dependencies)

And no apt does not install recommends by default.

So it is not a bug it's a feature.

-- 
make non-essential packages Recommends and not Depends
https://bugs.launchpad.net/bugs/119467
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 119653] init not responding anymore / problems shutting down

2007-06-10 Thread dAniel hAhler
Public bug reported:

Binary package hint: upstart

Lately I have a strange thing happening on my server:
When I exit e.g. vim, some bash process eats up all cpu cycles. This looks like 
the su process I'm in - likely using screen.
It showed up as su - and -su in ps fauxww.
I could not really find out where this process comes from or what it does 
(attaching gdb did not really help, when I've tried; once the last entry was 
termsig_sighandler):
When I killed it, or its parent, it was respawn.

Therefor it's probably from init or just some su - mechanism. In the
last case it may not really be related to the crash, mentioned below.

However, in this state I cannot reboot anymore: reboot sends a message to all 
ttys, but then nothing happens.
On the last reboot I've tried init 2 (just for testing) and this was the 
result:
# init 2
*** glibc detected *** /sbin/init: malloc(): memory corruption (fast): 
0x080b38c0 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7e3e6fc]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x7e)[0xb7e3f60e]
/lib/tls/i686/cmov/libc.so.6(realloc+0x146)[0xb7e410d6]
/sbin/init[0x805145b]
/sbin/init[0x80514eb]
/sbin/init[0x8053605]
/sbin/init[0x8053866]
/sbin/init[0x8053dae]
/sbin/init[0x80532f5]
/sbin/init[0x8055813]
/sbin/init[0x804a033]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7debebc]
/sbin/init[0x8049ad1]
=== Memory map: 
08048000-0805d000 r-xp  08:03 4947969/sbin/init
0805d000-0805e000 rwxp 00015000 08:03 4947969/sbin/init
0805e000-080c1000 rwxp 0805e000 00:00 0  [heap]
b7c0-b7c21000 rwxp b7c0 00:00 0
b7c21000-b7d0 ---p b7c21000 00:00 0
b7dc9000-b7dd4000 r-xp  08:03 1441829/lib/libgcc_s.so.1
b7dd4000-b7dd5000 rwxp a000 08:03 1441829/lib/libgcc_s.so.1
b7dd5000-b7dd6000 rwxp b7dd5000 00:00 0
b7dd6000-b7f11000 r-xp  08:03 1983235/lib/tls/i686/cmov/libc-2.5.so
b7f11000-b7f12000 r-xp 0013b000 08:03 1983235/lib/tls/i686/cmov/libc-2.5.so
b7f12000-b7f14000 rwxp 0013c000 08:03 1983235/lib/tls/i686/cmov/libc-2.5.so
b7f14000-b7f17000 rwxp b7f14000 00:00 0
b7f23000-b7f25000 rwxp b7f23000 00:00 0
b7f25000-b7f3e000 r-xp  08:03 1441816/lib/ld-2.5.so
b7f3e000-b7f4 rwxp 00019000 08:03 1441816/lib/ld-2.5.so
bfcb8000-bfccd000 rw-p bfcb8000 00:00 0  [stack]
e000-f000 r-xp  00:00 0  [vdso]

Unfortunately, I had not upstart-dbg installed then yet, and could not
reproduce it yet.

AFAIR I've not tried shutdown -f, but I do not believe it would have helped, 
given that upstart was not responding anymore, e.g. initctl list hung:
# strace initctl list
...
bind(3, {sa_family=AF_FILE, path=@/com/ubuntu/upstart/11549}, 28) = 0
setsockopt(3, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
sendmsg(3, {msg_name(22)={sa_family=AF_FILE, path=@/com/ubuntu/upstart}, 
msg_iov(1)=[{upstart\n\0\0\1\0S, 13}], msg_controllen=0, msg_flags=0}, 0) = 13
getsockname(3, {sa_family=AF_FILE, path=@/com/ubuntu/upstart/11549���
}, [28]) = 0
recvmsg(3,


Any hint to debug this further?

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

-- 
init not responding anymore / problems shutting down
https://bugs.launchpad.net/bugs/119653
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 115980] Re: Kontakt gave an error that it was allready running and could not open a second time

2007-06-10 Thread YumeNoEien
I've been using ubuntu for about a year now, and it happened two times at 
most. I'm sorry i don't have more information. I don't know how to recreate 
it.

On Saturday 09 June 2007 02:52:50 Richard Johnson wrote:
 Was this a one time only crash? Or are you getting it over and over?
 This one is impossible to debug with the information available.

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

-- 
Kontakt gave an error that it was allready running and could not open a second 
time
https://bugs.launchpad.net/bugs/115980
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 119654] Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Public bug reported:

Binary package hint: firefox

I am running Kubuntu Fiesty (on top of an Ubuntu install).

I also added the Kubuntu KDE 3.5.7 repo recently, upgraded.  Now I
removed the repo but I don't believe the apps have downgraded.

When in KDE and my uptime for the computer is over about a day I start
to get seg faults (with core dumps) when trying to start Firefox, VLC,
and some gnome apps (I think all the ones I try to load).

The only error message given when these apps are in run in the Konsole
is Segmentation Fault, core dumped.

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

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 119654] Re: Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Core dump of firefox

** Attachment added: Firefox dump
   http://launchpadlibrarian.net/8037412/_usr_lib_firefox_firefox-bin.1000.crash

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 119654] Re: Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Core dump of VLC

** Attachment added: VLC Dump
   http://launchpadlibrarian.net/8037413/_usr_bin_vlc.1000.crash

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 119654] Re: Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Core dump of Grip

** Attachment added: Grip dump
   http://launchpadlibrarian.net/8037414/_usr_bin_grip.1000.crash

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 119654] Re: Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Core dump of Totem

** Attachment added: Totem Dump
   http://launchpadlibrarian.net/8037417/_usr_bin_totem.1000.crash

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 115980] Re: Kontakt gave an error that it was allready running and could not open a second time

2007-06-10 Thread Sarah Hobbs
No problem.  Marking as fixed.

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

-- 
Kontakt gave an error that it was allready running and could not open a second 
time
https://bugs.launchpad.net/bugs/115980
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 119654] Re: Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Core dump of EasyTag

** Attachment added: EasyTag dump
   http://launchpadlibrarian.net/8037416/_usr_bin_easytag.1000.crash

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 119654] Re: Firefox and gnome apps seg fault in KDE

2007-06-10 Thread greg_g
Core dump of gmusicbrowser (an app from this repo deb
http://squentin.free.fr/gmusicbrowser ./ )

** Attachment added: gmusicbrowser dump
   http://launchpadlibrarian.net/8037419/_usr_bin_gmusicbrowser.1000.crash

-- 
Firefox and gnome apps seg fault in KDE
https://bugs.launchpad.net/bugs/119654
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 119598] Re: [WISH] A GUI checkbox for the KDE_NO_IPV6 setting

2007-06-10 Thread mumme
Great !

Thanks!

-- 
[WISH] A GUI checkbox for the KDE_NO_IPV6 setting
https://bugs.launchpad.net/bugs/119598
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 105161] Re: kaffeine crashes when playing avi or entering xine settings

2007-06-10 Thread Diwaker Gupta
I can confirm this bug. Here's my stack trace:

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1239360880 (LWP 27594)]
[New Thread -1265144944 (LWP 27638)]
[New Thread -1247061104 (LWP 27637)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb5b7d47f in KXineWidget::getXineLog () from /usr/lib/kde3/libxinepart.so
#7  0xb5b6dac1 in XinePart::slotError () from /usr/lib/kde3/libxinepart.so
#8  0xb5b7667e in XinePart::qt_invoke () from /usr/lib/kde3/libxinepart.so
#9  0xb6aa288b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#10 0xb6aa2dc0 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#11 0xb5b7c333 in KXineWidget::signalXineError ()
   from /usr/lib/kde3/libxinepart.so
#12 0xb5b8c25f in KXineWidget::initXine () from /usr/lib/kde3/libxinepart.so
#13 0xb5b650b7 in XinePart::slotPlay () from /usr/lib/kde3/libxinepart.so
#14 0xb5b72940 in XinePart::openURL () from /usr/lib/kde3/libxinepart.so
#15 0x0807580b in ?? ()
#16 0x0809194f in ?? ()
#17 0xb6aa288b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#18 0x0809ae9e in ?? ()
#19 0x080a582b in ?? ()
#20 0x080bad74 in ?? ()
#21 0xb6aa288b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#22 0xb6e464f7 in QListView::doubleClicked () from /usr/lib/libqt-mt.so.3
#23 0xb742a3a7 in KListView::contentsMouseDoubleClickEvent ()
   from /usr/lib/libkdeui.so.4
#24 0xb6bd7e2d in QScrollView::viewportMouseDoubleClickEvent ()
   from /usr/lib/libqt-mt.so.3
#25 0xb6bd94e8 in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3
#26 0xb6ba175e in QListView::eventFilter () from /usr/lib/libqt-mt.so.3
#27 0xb6aa1e38 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#28 0xb6aa1eb6 in QObject::event () from /usr/lib/libqt-mt.so.3
#29 0xb6ad958f in QWidget::event () from /usr/lib/libqt-mt.so.3
#30 0xb6a39a60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#31 0xb6a3bc1e in QApplication::notify () from /usr/lib/libqt-mt.so.3
#32 0xb71fdc32 in KApplication::notify () from 

[Bug 106913] Re: cedega 6 crashes feisty desktop

2007-06-10 Thread thom_raindog
As seen in this thread:
[url]http://www.cedega.com/forum/viewtopic.php?t=8221highlight=gddbparser[/url]
at the fourth post, someone gets an error like that using superkaramba.
Maybe it IS time to look into the whole thing?

-- 
cedega 6 crashes feisty desktop
https://bugs.launchpad.net/bugs/106913
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 65540] Re: kdeprint make cupsd use all the system ressources

2007-06-10 Thread Sarah Hobbs
** Changed in: kdebase (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
kdeprint make cupsd use all the system ressources
https://bugs.launchpad.net/bugs/65540
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 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-06-10 Thread dAniel hAhler
I can confirm what Jose reported. I have e.g.
  respawn
  /sbin/getty 38400 tty2exec /sbin/getty 38400 tty2
in my server's /etc/init.d/tty2.

I'll attach the used /etc/inittab file.

This seems to be reported in bug 95210 (dupe) originally.

** Attachment added: inittab - which causes failure
   http://launchpadlibrarian.net/8037424/inittab-fails-migrate

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
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 13497] Re: Locked password on live CD interferes with screen lock

2007-06-10 Thread Sarah Hobbs
okay, closing by changelog doesn't work.  Manually marking as fix
released.

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

-- 
Locked password on live CD interferes with screen lock
https://bugs.launchpad.net/bugs/13497
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 108870] Re: [Feisty regression] install two or more debian files with right click on them and install doesn't work

2007-06-10 Thread Sarah Hobbs
Looks good.

Fdoving, you're going to do a full debdiff for this, presumably?

** Changed in: kubuntu-default-settings (Ubuntu)
   Status: Confirmed = In Progress

-- 
[Feisty regression] install two or more debian files with right click on them 
and install doesn't work
https://bugs.launchpad.net/bugs/108870
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 89983] Re: Feisty reports suspend failed after resuming from suspend

2007-06-10 Thread nino
I also get this bug on an Intel P915GM chipset laptop with a Celeron M
processor. For all intents and purposes the suspends seems to work fine
- everything shuts down and the power led starts blinking, indicating
the computer is sleeping, and when I resume the battery isn't drained
more than expected.

From syslog, edited for brevity, full log attached:
Jun 10 01:15:46 molotov gnome-power-manager: (nino) Suspending computer because 
the DBUS method Suspend() was invoked
-- snipped messages from network interfaces going down, DHCP releases etc --
Jun 10 01:15:59 molotov kernel: [ 2687.54] ACPI: PCI interrupt for device 
:02:00.0 disabled
Jun 10 01:15:59 molotov kernel: [ 2687.664000] ACPI: PCI interrupt for device 
:06:02.0 disabled
Jun 10 08:02:14 molotov gnome-power-manager: (nino) An unknown error occured 
code='32' quark='g-exec-error-quark'
Jun 10 08:02:14 molotov gnome-power-manager: (nino) Resuming computer
Jun 10 08:02:14 molotov gnome-power-manager: (nino) suspend failed
Jun 10 08:02:14 molotov kernel: [ 2690.256000] PM: Preparing system for mem 
sleep
Jun 10 08:02:14 molotov kernel: [ 2690.256000] Disabling non-boot CPUs ...
Jun 10 08:02:14 molotov kernel: [ 2690.256000] Stopping tasks ... done.
Jun 10 08:02:14 molotov kernel: [ 2691.028000] Suspending console(s)

Here the computer seems to be entering suspension again, after the fact?
lots of suspend messages edited out...

Jun 10 08:02:14 molotov kernel: [ 2692.688000] pci :00:02.1: suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] pci :00:02.0: suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] agpgart-intel :00:00.0: 
suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] acpi acpi: suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] ACPI: Transitioning device 
[FAN0] to D0
Jun 10 08:02:14 molotov kernel: [ 2692.688000] ACPI: Transitioning device 
[FAN0] to D0
Jun 10 08:02:14 molotov kernel: [ 2692.688000] PM: Entering mem sleep
Jun 10 08:02:14 molotov kernel: [ 2692.688000] platform bluetooth: LATE suspend
-- snipped --
Jun 10 08:02:14 molotov kernel: [ 2692.688000] HDA Intel :00:1b.0: LATE 
suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] pci :00:02.1: LATE suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] pci :00:02.0: LATE suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] agpgart-intel :00:00.0: LATE 
suspend
Jun 10 08:02:14 molotov kernel: [ 2692.688000] Back to C!
Jun 10 08:02:14 molotov kernel: [27059.688000] agpgart-intel :00:00.0: 
EARLY resume
Jun 10 08:02:14 molotov kernel: [27059.688000] pci :00:02.0: EARLY resume
Jun 10 08:02:14 molotov kernel: [27059.688000] pci :00:02.1: EARLY resume
Jun 10 08:02:14 molotov kernel: [27059.688000] HDA Intel :00:1b.0: EARLY 
resume
-- snipped --
Jun 10 08:02:14 molotov kernel: [27059.688000] platform bluetooth: EARLY resume
Jun 10 08:02:14 molotov kernel: [27059.688000] PM: Finishing wakeup.
Jun 10 08:02:14 molotov kernel: [27059.688000] acpi acpi: resuming
Jun 10 08:02:14 molotov kernel: [27059.688000] ACPI: [Power Resource - CTHT] 
resume failed: -8
Jun 10 08:02:14 molotov kernel: [27059.688000] ACPI: Transitioning device 
[FAN0] to D3
Jun 10 08:02:14 molotov kernel: [27059.688000] ACPI: Transitioning device 
[FAN0] to D3
Jun 10 08:02:14 molotov kernel: [27059.704000] agpgart-intel :00:00.0: 
resuming
-- snipped --
Jun 10 08:02:14 molotov kernel: [27061.152000]  hci0: PM: resume from 0, parent 
4-1:1.0 still 2
Jun 10 08:02:14 molotov kernel: [27061.152000] Restarting tasks ... 6usb 4-1: 
USB disconnect, address 2
Jun 10 08:02:14 molotov kernel: [27061.224000] done.
Jun 10 08:02:14 molotov kernel: [27061.224000] Enabling non-boot CPUs ...

After this my network interfaces start up and normal things happen.

I'm not sure how the kernel is supposed to act when suspending - is it
normal that messages from the suspension are logged after the computer
resumes?

Mariano Draghi : I don't think your bug #112659 is a dup of this one -
our computers suspend and stay suspended, we just get a spurious error
message.

** Attachment added: /var/log/syslog
   http://launchpadlibrarian.net/8037430/syslog

-- 
Feisty reports suspend failed after resuming from suspend
https://bugs.launchpad.net/bugs/89983
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 119656] Bookmark of Google Toolbar can't work in Firefox. (PowerPC)

2007-06-10 Thread FourDollars
Public bug reported:

Binary package hint: firefox

Mac mini (PowerPC) with Ubuntu 7.04
Firefox 2.0.0.4 with Google Toolbar 3.0.20070525L

ProblemType: Bug
Architecture: powerpc
Date: Sun Jun 10 14:59:54 2007
DistroRelease: Ubuntu 7.04
Package: firefox 2.0.0.4+1-0ubuntu1
PackageArchitecture: powerpc
SourcePackage: firefox
Uname: Linux mac-mini 2.6.20-16-powerpc #3 Thu Jun 7 19:32:55 UTC 2007 ppc 
GNU/Linux

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

-- 
Bookmark of Google Toolbar can't work in Firefox. (PowerPC)
https://bugs.launchpad.net/bugs/119656
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 119656] Re: Bookmark of Google Toolbar can't work in Firefox. (PowerPC)

2007-06-10 Thread FourDollars

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8037435/Dependencies.txt

-- 
Bookmark of Google Toolbar can't work in Firefox. (PowerPC)
https://bugs.launchpad.net/bugs/119656
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 119657] There is no flash support in Firefox. (PowerPC)

2007-06-10 Thread FourDollars
Public bug reported:

Binary package hint: firefox

Mac mini (PowerPC) with Ubuntu 7.04
There is no flash support in Firefox 2.0.0.4 of Ubuntu 7.04

ProblemType: Bug
Architecture: powerpc
Date: Sun Jun 10 15:08:17 2007
DistroRelease: Ubuntu 7.04
Package: firefox 2.0.0.4+1-0ubuntu1
PackageArchitecture: powerpc
SourcePackage: firefox
Uname: Linux mac-mini 2.6.20-16-powerpc #3 Thu Jun 7 19:32:55 UTC 2007 ppc 
GNU/Linux

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

-- 
There is no flash support in Firefox. (PowerPC)
https://bugs.launchpad.net/bugs/119657
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 119657] Re: There is no flash support in Firefox. (PowerPC)

2007-06-10 Thread FourDollars

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8037439/Dependencies.txt

-- 
There is no flash support in Firefox. (PowerPC)
https://bugs.launchpad.net/bugs/119657
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 119210] Re: no audio on HP Pavilion dv2310us

2007-06-10 Thread Alan Alvarez

** Attachment added: alsa-info
   http://launchpadlibrarian.net/8037441/alsa-info.txt

-- 
no audio on HP Pavilion dv2310us
https://bugs.launchpad.net/bugs/119210
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 103346] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
** Tags added: need-i386-retrace

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/103346
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 95391] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
** Tags added: need-i386-retrace

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/95391
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 95391] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-06-10 Thread Apport retracing service

StacktraceTop:__kernel_vsyscall ()
raise () from /lib/tls/i686/cmov/libpthread.so.0
?? ()
?? ()
?? ()

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/8037445/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/95391
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 67110] Re: Kernel instabilty on Medion MD41300 with Hyperthreading enabled / Mobile Pentium 4 HT 3.06Ghz

2007-06-10 Thread Leszek Lesner
I disabled Hyperthreading due to several issues with different kernels and 
distributions. So I did not test it with the latest Ubuntu Release or any new 
kernel (kernel 2.6.20 or above)
I also had a chat with the SMP Kernel and Medion MD41300 with one Linux Geek 
that worked for Medion. He told me that this problem is mostly caused by 
hardware and that a beta bios should solve it. But sadly this beta bios never 
got it to an final and so the problem still exist. It is also interesting that 
the freebsd version i tested here worked without any problem. The Linux Geek 
told me that on some devices it would help if you disable USB Legacy Support. 
BTW I tested the Ubuntu 7.04 Desktop CD Live mode and it seems to work without 
crashes. But I had to disable USB Legacy Support for get it working. 

I hope this helps a little bit ;)

___
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192

-- 
Kernel instabilty on Medion MD41300 with Hyperthreading enabled / Mobile 
Pentium 4 HT 3.06Ghz
https://bugs.launchpad.net/bugs/67110
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 95391] Symbolic threaded stack trace

2007-06-10 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/8037446/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/95391
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 103346] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-06-10 Thread Apport retracing service

StacktraceTop:__kernel_vsyscall ()
raise () from /lib/tls/i686/cmov/libpthread.so.0
?? ()
?? ()
?? ()

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/8037447/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/103346
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 103346] Symbolic threaded stack trace

2007-06-10 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/8037448/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/103346
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 98699] Re: [Feisty] Java 6 doesn't work with Ant

2007-06-10 Thread mkoch
This bug was reported against an Feisty RC. It was fixed in Feisty
Final.

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

-- 
[Feisty] Java 6 doesn't work with Ant
https://bugs.launchpad.net/bugs/98699
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 110049] Re: Firefox needs a better clue file

2007-06-10 Thread Jen Fraggle
** Changed in: firefox (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Firefox needs a better clue file
https://bugs.launchpad.net/bugs/110049
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 96034] Re: [FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
ptlump, is this still an issue for you? We are trying to sort this issue
and would like to know if this still happens.

If it can be reproduced, please describe the steps to do it.

Thanks in advance.


** Summary changed:

- FireFox Crashed
+ [FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

** Description changed:

  Binary package hint: firefox
  
- Logged out, restarted, logged in and started FF. Ver. 2.0.0.2 and it
- crashed.
+ ... FireFox Crashed
+ 
+ 
+ Logged out, restarted, logged in and started FF. Ver. 2.0.0.2 and it crashed.
  
  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  Date: Sun Mar 25 13:18:30 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/lib/firefox/firefox-bin
  Package: firefox 2.0.0.2+1-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: /usr/lib/firefox/firefox-bin
  ProcCwd: /home/peyre
  ProcEnviron:
   SHELL=/bin/bash
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/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 peyre-desktop 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 
2007 i686 GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video
+ 
+ Extracted from symbolized stacktrace:
+ (file: http://launchpadlibrarian.net/6937202/%3Cfdopen%3E)
+ ...
+ #3  signal handler called
+ #4  IA__g_slice_alloc (mem_size=8) at gslice.c:423
+ #5  IA__g_slist_prepend (list=0x894d818, data=0x8a38788) at gslist.c:91
+ #6  IA__gdk_window_invalidate_maybe_recurse (window=0x8a38788, region=0x...
+ #7  IA__gdk_window_invalidate_region (window=0x8a38788, region=0x8c6bd40...
+ #8  IA__gdk_window_invalidate_rect (window=0x8a38788, rect=0xbfbbea7c, i...
+ #9  nsWindow::Invalidate (this=0x8a56240, [EMAIL PROTECTED], aIsSynchron...
+ #10 nsViewManager::UpdateWidgetArea (this=0x86abe08, aWidgetView=0x8a561...
+ #11 nsViewManager::UpdateWidgetArea (this=0x86abe08, aWidgetView=0x86b61...
+ #12 nsViewManager::UpdateView (this=0x86abe08, aView=0x8ca1340, [EMAIL 
PROTECTED]
+ ...

** Tags added: mt-confirm mt-needtestcase

** Tags removed: mt-needsummary

-- 
[FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
https://bugs.launchpad.net/bugs/96034
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 63452] Re: Please backport brasero CD burning tool from Ubuntu Edgy

2007-06-10 Thread Mantas Kriaučiūnas
** Also affects: feisty-backports (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
Please backport brasero CD burning tool from Ubuntu Edgy
https://bugs.launchpad.net/bugs/63452
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 118953] Re: blender causes entire system to hang on adding anything

2007-06-10 Thread ragas

OK, I downloaded the recent version from Blender website but the problem 
persists. 
Could this be related to python ?

-- 
blender causes entire system to hang on adding anything
https://bugs.launchpad.net/bugs/118953
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 119658] there should be a “locate ” function in the main window

2007-06-10 Thread cosechy
Public bug reported:

Binary package hint: synaptic

i think there should be a box which can locate packages, that is, to search 
by a list of exact names, all results displayed in one page, just as in a 
apt-get command line. to make it as easy as apt-get, there should also be a 
mark all button
this feature can be merged with the original search
i don't use synaptic myself, but there are many people still think linux is 
terrible thing totally or mainly with console interface. to introduce ubuntu to 
them, i think there should be a way keeping user out of the console on usual 
things

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

-- 
there should be a “locate” function in the main window
https://bugs.launchpad.net/bugs/119658
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 119460] Re: mozembed pygtk segfault in everything but eclipse.

2007-06-10 Thread encompass
*** This bug is a duplicate of bug 26436 ***
https://bugs.launchpad.net/bugs/26436

** This bug has been marked a duplicate of bug 26436
   gtkmozembed crashs with python

-- 
mozembed pygtk segfault in everything but eclipse.
https://bugs.launchpad.net/bugs/119460
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 103192] Re: Activity on a LIRC remote does not wake computer from Gnomescreensaver

2007-06-10 Thread encompass
You mean, when the screensaver is running it hurts the plasma screens?

-- 
Activity on a LIRC remote does not wake computer from Gnomescreensaver
https://bugs.launchpad.net/bugs/103192
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 65174] Re: Installing Lirc support should be simpler

2007-06-10 Thread encompass
I can create a gui for the device setup.  I program in python. I also
have a generic IRC reader... one that is recommended by lirc project.
If you can tell me how to implement this device without having to
recompile from source, I would be more than happy to make a gui frontend
to do all that. :D

-- 
Installing Lirc support should be simpler
https://bugs.launchpad.net/bugs/65174
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 119660] Autofs should be reloaded when state of network interface changes

2007-06-10 Thread Andreas Roth
Public bug reported:

Binary package hint: autofs

At the moment the autofs deamon is started by a regular init script. If the 
autofs daemon loads its configuration from the network (NIS or LDAP), the 
configuration is only available after the network interface is up.
Using the init script, the autofs daemon tries to load the configuration when 
the network interface is not yet ready (e.g. no DHCP address assigned yet, 
etc). 
I suggest to put a little script in /etc/network/if-up.d/ and 
/etc/network/if-down.d/ to reload the autofs daemon, so that the configuration 
gets updated when the state of one of the network interfaces changes.

At the moment I'm using a very simple script on my machine:
#!/bin/sh
# Not for loopback!
[ $IFACE != lo ] || exit 0
/etc/init.d/autofs reload

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

-- 
Autofs should be reloaded when state of network interface changes
https://bugs.launchpad.net/bugs/119660
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 119660] Re: Autofs should be reloaded when state of network interface changes

2007-06-10 Thread Andreas Roth
I forget to mention the Ubuntu version. It's on feisty fawn.

-- 
Autofs should be reloaded when state of network interface changes
https://bugs.launchpad.net/bugs/119660
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 119659] libata inconsistency through kernel updates

2007-06-10 Thread Radu Cristian Fotescu
Public bug reported:

Binary package hint: kernel-image-2.6.20-16-386-di

With Ubuntu Feisty, each and every kernel update switches the forcefully
use of libata for PATA drives from ON to OFF to ON to OFF...

Here's what I've experienced with Kubuntu 7.04:
* kernel 2.6.20-12: IDE (PATA) /dev/hda goes into /dev/sda
* kernel 2.6.20-13: IDE (PATA) goes back to /dev/hda
* kernel 2.6.20-14: IDE (PATA) /dev/hda goes again /dev/sda
* kernel 2.6.20-15: IDE (PATA) goes back to /dev/hda
* kernel 2.6.20-16: IDE (PATA) /dev/hda goes again /dev/sda

Is this project (Ubuntu/Kubuntu) really having a management? (Sorry, I
had to say that. The aforementioned inconsistency is outrageous.)

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
libata inconsistency through kernel updates
https://bugs.launchpad.net/bugs/119659
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 119658] Re: there should be a “locate ” function in the main window

2007-06-10 Thread Áron Sisak
Thanks for your report. Your idea might get more attention and have the
possibility of being implemented if you submit a specification for it.
First check whether the idea is already registered
https://launchpad.net/ubuntu/+specs, and if so, contact the
specification's drafter about your ideas. Otherwise, you can start
writing a spec yourself. https://wiki.ubuntu.com/FeatureSpecifications

** Changed in: synaptic (Ubuntu)
   Importance: Undecided = Wishlist
   Status: Unconfirmed = Rejected

-- 
there should be a “locate” function in the main window
https://bugs.launchpad.net/bugs/119658
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 118948] Re: gnome-compiz-preferences does not start

2007-06-10 Thread Petr Tomeš
Not sure if I should set 0 value of the key. The key could not have
been deleted. After this steps I have got no started application :(

[EMAIL PROTECTED]:~$ gnome-compiz-preferences
Segmentation fault (core dumped)
[EMAIL PROTECTED]:~$


2007/6/10, Juan Pablo Salazar Bertín [EMAIL PROTECTED]:
 After step 2), you have to right click shadow_radius again, choose Edit
 Key... and click OK. Otherwise the change won't be saved.

 --
 gnome-compiz-preferences does not start
 https://bugs.launchpad.net/bugs/118948
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
gnome-compiz-preferences does not start
https://bugs.launchpad.net/bugs/118948
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 95660] Re: [needs-packaging] glsof

2007-06-10 Thread Caspar Clemens Mierau
Right now glsof is in alpha stadium. I currently does not build on
Ubuntu (neither from tarball nor from svn). As I had contact to its
developer before I filed a bug.

See
https://sourceforge.net/tracker/?func=detailatid=635939aid=1733969group_id=103785

-- 
[needs-packaging] glsof
https://bugs.launchpad.net/bugs/95660
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 114952] Re: scim-qtimm doesn't depend on scim

2007-06-10 Thread Steve Kowalik
scim-qtimm (0.9.4-2ubuntu1) gutsy; urgency=low

  * Manually merge from Debian unstable.
- Use the Ubuntu orig, since the md5sum from Debian is different.
  * Remaining Ubuntu changes:
- Add kubuntu_01_no_debugging.dpatch to reduce needless debugging
- Link plugin against qt libraries.
- Munge Maintainer field as per spec.
  * scim-qtimm now Depends on scim. (LP: #114952)

scim-qtimm (0.9.4-2) unstable; urgency=low

  * Add scim | skim to Depends. Closes: #426801

 -- Steve Kowalik [EMAIL PROTECTED]   Sun, 10 Jun 2007 17:16:08 +1000

** Changed in: scim-qtimm (Ubuntu)
   Status: Confirmed = Fix Released

-- 
scim-qtimm doesn't depend on scim
https://bugs.launchpad.net/bugs/114952
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 66670] Re: No mouse at boot work 99 percent of the time after that....

2007-06-10 Thread encompass
My wife... who now uses the computer has not reported that this problem
exists anymore... it seels to be resolved.  Thanks.

-- 
No mouse at boot work 99 percent of the time after that
https://bugs.launchpad.net/bugs/66670
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 52713] Re: rt2500 - wireless-assistant - kubuntu 6.06

2007-06-10 Thread Manu
I'm using kubuntu 7.04, and rt2500 with the same WPA-PSK settings as
under dapper.

First, I had to test feisty with live CD before upgrading!

then, I had to remove knetworkmanager which was'nt able to manage WPA-
PSK!

I wrote a new /etc/network/interfaces (with few differences from
Dapper's one)

auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

auto eth0
iface eth0 inet dhcp

auto ra0
iface ra0 inet static
address 192.168.1.111
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
post-up iwconfig ra0 essid nameofessid
post-up iwconfig ra0 mode managed
post-up iwpriv ra0 set Channel=11
post-up iwpriv ra0 set AuthMode=WPAPSK
post-up iwpriv ra0 set EncrypType=TKIP
post-up iwpriv ra0 set WPAPSK=key64bithexa1234657987654321344654987654321321654


THEN:
sudo /etc/init.d/networking restart

I could ping the gateway, but couldn't ping google
Problem with DNS seems evident, so I had to rewrote /etc/resolv.conf:
nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver 192.168.1.254
nameserver 127.0.0.1
nameserver 0.0.0.0


THEN:
sudo /etc/init.d/networking stop
sudo ifdown ra0
sudo /etc/init.d/networking start
sudo ifup ra0

tadam!! everything was OK!

Knetworkmanager still can't handle WPA-PSK...other users with rt2500
chipset experiment the same problem on French forum.

Manu

-- 
rt2500 - wireless-assistant - kubuntu 6.06
https://bugs.launchpad.net/bugs/52713
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 87367] Re: Firefox Crash [EMAIL PROTECTED] [EMAIL PROTECTED]

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
Is this still an issue for you? We are trying to sort this issue and
would like to know if this still happens.

If it can be reproduced, please describe the steps to do it.

Thanks in advance.


** Tags added: mt-needtestcase mt-reject-candidate

-- 
Firefox Crash [EMAIL PROTECTED] [EMAIL PROTECTED]
https://bugs.launchpad.net/bugs/87367
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 52112] Re: Error message buffer shorter than subpacket when touching my keyring

2007-06-10 Thread Jérôme Guelfucci
Ok, I'm marking this as fixed.

** Changed in: gnupg (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Error message buffer shorter than subpacket when touching my keyring
https://bugs.launchpad.net/bugs/52112
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 112974] Re: Beryl seems to become more unstable the more you use it, until it finally crashes

2007-06-10 Thread harrisony
I dont think beryl is the problem looking at the crash Kicker is the app
crashing

-- 
Beryl seems to become more unstable the more you use it, until it finally 
crashes
https://bugs.launchpad.net/bugs/112974
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 95391] Re: [FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] -- /home/cs/.mozilla/plugins/libflashplayer.so

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
Retrace done.

Extract from retraced stacktrace:
...
#3  signal handler called
#4  ?? () from /home/cs/.mozilla/plugins/libflashplayer.so
#5  ?? () from /home/cs/.mozilla/plugins/libflashplayer.so
#6  start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  ioperm () from /lib/tls/i686/cmov/libc.so.6
#8  ?? ()
...
Tagging as mt-confirm mt-needtestcase for further processing

** Summary changed:

- [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
+ [FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED] -- /home/cs/.mozilla/plugins/libflashplayer.so

** Description changed:

  Binary package hint: firefox
+ 
+ ... [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
+ 
  
  This is on feisty, kernel -9
  
  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  Date: Sat Mar 24 10:09:12 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/lib/firefox/firefox-bin
  Package: firefox 2.0.0.2+1-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: /usr/lib/firefox/firefox-bin
  ProcCwd: /home/cs
  ProcEnviron:
   SHELL=/bin/bash
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=en_DK.UTF-8
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libpthread.so.0
   nsProfileLock::FatalSignalHandler (signo=-1210175500)
   
   ?? () from /home/cs/.mozilla/plugins/libflashplayer.so
  Uname: Linux t23 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Tags added: mt-confirm mt-needtestcase

** Tags removed: mt-needretrace

** Attachment added: Retraced Stacktrace
   http://launchpadlibrarian.net/8037464/retraced_Stacktrace.txt

-- 
[FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] 
-- /home/cs/.mozilla/plugins/libflashplayer.so
https://bugs.launchpad.net/bugs/95391
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 119657] Re: There is no flash support in Firefox. (PowerPC)

2007-06-10 Thread DarkMageZ
You could try installing the mozilla-plugin-gnash package which will give you 
some flash support.
If you are a coder you could help adobe port flash to ppc by helping make the 
ActionScript Virtual Machine which they opensourced to the Mozilla Foundation 
work on ppc.

-- 
There is no flash support in Firefox. (PowerPC)
https://bugs.launchpad.net/bugs/119657
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 103346] Re: [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
Thank you for the bug report however this report lacks information we
need to investigate it further. Of course this is not your fault, but
the coredump attached to your report doesn't provide useful information
for us. For this reason, we are now going to close the bug - please feel
free to reopen when you have more information at hand.

And please don't doubt to report any other crashes/issues you might have
in the future.

Further information can be found at [1].

[1] https://wiki.ubuntu.com/MozillaTeam/Bugs


** Changed in: firefox (Ubuntu)
   Status: Needs Info = Rejected

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/103346
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 95391] Retraced Thread Stacktrace

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
Retraced Thread Stacktrace

** Attachment added: Retraced Thread Stacktrace
   http://launchpadlibrarian.net/8037465/retraced_Thread_Stacktrace.txt

-- 
[FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] 
-- /home/cs/.mozilla/plugins/libflashplayer.so
https://bugs.launchpad.net/bugs/95391
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 52752] Re: Kernel hangs during boot sequence since Revision 2.6.15-25 on Thinkpad T60

2007-06-10 Thread Jérôme Guelfucci
Ok, I'm marking this as fixed.

** Changed in: linux-source-2.6.15 (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Kernel hangs during boot sequence since Revision 2.6.15-25 on Thinkpad T60
https://bugs.launchpad.net/bugs/52752
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 51591] Re: acpid: can't open /proc/acpi/event

2007-06-10 Thread Jérôme Guelfucci
Ok, Thank you. I'm marking this as fixed.

** Changed in: acpid (Ubuntu)
   Status: Needs Info = Fix Released

-- 
acpid: can't open /proc/acpi/event
https://bugs.launchpad.net/bugs/51591
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 63452] Re: Please backport brasero CD burning tool and libburn4+libisofs4 from Ubuntu Gutsy

2007-06-10 Thread Mantas Kriaučiūnas
** Summary changed:

- Please backport brasero CD burning tool from Ubuntu Edgy
+ Please backport brasero CD burning tool and libburn4+libisofs4 from Ubuntu 
Gutsy

** Description changed:

- Please backport brasero CD burning tool from Ubuntu Edgy - it's usable
+ Please backport brasero CD burning tool from Ubuntu Gutsy - it's usable
  CD burning tool, and I think it's better than gnomebaker.
+ 
+ Please notice, that version in Ubuntu Feisty (I not tested version from
+ feisty-proposed) is not working at all - disk copying and .iso burning,
+ CD writing doesn't work :(

** Tags added: feisty

-- 
Please backport brasero CD burning tool and libburn4+libisofs4 from Ubuntu Gutsy
https://bugs.launchpad.net/bugs/63452
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 95391] Re: [FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] -- /home/cs/.mozilla/plugins/libflashplayer.so

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
The crash seems that was caused by adobe's flash plugin which we can do
anything about it, since it is closed source. You might want to report
it upstream directly.

Notice that you are not using ubuntu's packaged flash plugin (package
flashplugin-nonfree) I recommend  you to migrate to the packaged
version. It might not prevent those crashes, but the plugin will be
always up-to-date by apt the way the other apps are.

** Changed in: firefox (Ubuntu)
   Status: Needs Info = Rejected

-- 
[FEISTY] firefox crashed [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] 
-- /home/cs/.mozilla/plugins/libflashplayer.so
https://bugs.launchpad.net/bugs/95391
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 57310] Re: No support for horizontal scrolling with Apple Mighty Mouse

2007-06-10 Thread encompass
The mouse is still not fixed... infact... it has regressed and I can't
use button 8, the sqeeze button, it is now assigned to button 2.  That
is not fun.

-- 
No support for horizontal scrolling with Apple Mighty Mouse
https://bugs.launchpad.net/bugs/57310
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 119658] Re: there should be a “locate ” function in the main window

2007-06-10 Thread Caspar Clemens Mierau
Please note that there is a Search button on top, able to do searches
in a comfortable way. I think this is what you suggest? Also you can
quite easily mark all entries of a search result.

-- 
there should be a “locate” function in the main window
https://bugs.launchpad.net/bugs/119658
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 119649] Re: [apport] firefox-bin crashed with SIGILL in __kernel_vsyscall()

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
** Tags added: need-i386-retrace

-- 
[apport] firefox-bin crashed with SIGILL in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/119649
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 119210] Re: no audio on HP Pavilion dv2310us

2007-06-10 Thread Daniel T Chen
Needs model=laptop.  Fixed already in upstream alsa-driver 1.0.14 and in
gutsy's linux-source-2.6.22.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Medium = Low
   Status: Confirmed = Fix Committed

-- 
no audio on HP Pavilion dv2310us
https://bugs.launchpad.net/bugs/119210
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 71757] Re: Login Manager and Splash Screen Crashed

2007-06-10 Thread Áron Sisak
Thanks for reporting this bug. Can you try if this still happens in
Feisty?

** Changed in: gnome-art (Ubuntu)
 Assignee: (unassigned) = Áron Sisak
   Status: Unconfirmed = Needs Info

-- 
Login Manager and Splash Screen Crashed
https://bugs.launchpad.net/bugs/71757
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 69713] Re: Can't install or download themes!

2007-06-10 Thread Áron Sisak
Thanks for taking the time to report this bug. Unfortunately we can't
fix it, because your description didn't include enough information. You
may find it helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be
grateful if you would then provide a more complete description of the
problem.

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

** Changed in: gnome-art (Ubuntu)
 Assignee: (unassigned) = Áron Sisak
   Status: Unconfirmed = Needs Info

-- 
Can't install or download themes!
https://bugs.launchpad.net/bugs/69713
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 119662] Selection highlight and cursor disappear.

2007-06-10 Thread Yves
Public bug reported:

Binary package hint: kile

When writing a LaTeX document with loads of table and figure floats, with 
folding turned on or off, making a selection with the mouse or keyboard often 
results in the (blue) highlight not showing and after that clicking the mouse 
or moving the cursor with the arrow keys doesn't show the blinking cursor 
anymore. So you can only see where you are typing, when you start typing. 
Making selections still works, but you can't see what you selected. The same 
for the cursor, if I click somewhere, I can type from there, but it doesn't 
show the cursor.

Opening and closing Kile fixes the problem.

My setup: Ubuntu 7.04  Feisty Fawn  64-bit edition (GNOME) on an AMD X2
4200+ with a HIS X1650XT. Kile is version 1.9 from the repository.

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

-- 
Selection highlight and cursor disappear.
https://bugs.launchpad.net/bugs/119662
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 119649] Re: [apport] firefox-bin crashed with SIGILL in __kernel_vsyscall()

2007-06-10 Thread Apport retracing service

StacktraceTop:__kernel_vsyscall ()
raise () from /lib/tls/i686/cmov/libpthread.so.0
?? ()
?? ()
?? ()

** Tags removed: need-i386-retrace

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/8037491/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGILL in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/119649
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 119649] Symbolic threaded stack trace

2007-06-10 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/8037492/%3Cfdopen%3E

-- 
[apport] firefox-bin crashed with SIGILL in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/119649
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 119608] Re: gnome-terminal and compiz / minimize and maximize behaviour

2007-06-10 Thread Marcus Moeller
To be more specific. 'I can then no longer minimize it' means I cannot
switch back to individual window size (middle window control button on
default install).

On this machine I got an:  Intel Corporation 82852/855GM Integrated
Graphics Device

Best Regards
Marcus

-- 
gnome-terminal and compiz / minimize and maximize behaviour
https://bugs.launchpad.net/bugs/119608
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 119415] Re: wpa-conf managed appears no longer supported

2007-06-10 Thread Reinhard Tartler
** Bug watch added: Debian Bug tracker #428137
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428137

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

** Changed in: wpasupplicant (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
wpa-conf managed appears no longer supported
https://bugs.launchpad.net/bugs/119415
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 118221] Re: kernel 2.6.20-16 nvidia-glx and nvidia-glx-new won't load

2007-06-10 Thread Sitsofe Wheeler
Wilbur:
There's definitely something in your files which looks hand edited but it's not 
going to result in this particular problem (although it may cause you a 
different problem sometime down the line, possibly when you go to upgrade that 
Ubuntu install to 7.10...).

At any rate I think you're right that something racy is happening in
/lib .Now technically this has turned into a support query rather a bug
report - How do I do software RAID0 (oh and that scares me too. RAID0
- Yikes!). As such you might be better off using one of the support
methods described on http://www.ubuntu.com/support/communitysupport . At
a random guess (given I don't know how your system is set up) I suspect
you will need to add raid0 and md to /etc/initramfs-tools/modules and
then rebuild initrd. Without that the system might not know how to do
RAID when it is doing its bootstrapping. This may then allow you to
mount your root partition directly. I don't use RAID myself on my Ubuntu
machines so I'm in a poor position to advise you but you might be able
to glean some more information from
https://help.ubuntu.com/community/FakeRaidHowto and
https://help.ubuntu.com/community/Installation/RAID1 (I'd try and stick
with grub and since you are using software linux raid you don't need to
have dmraid etc.).

It's probably a good idea to retitle this bug too.

-- 
kernel 2.6.20-16 nvidia-glx and nvidia-glx-new won't load
https://bugs.launchpad.net/bugs/118221
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 113213] Re: outdated resources prevent kxdocker from starting

2007-06-10 Thread Emmet Hikory
*** This bug is a duplicate of bug 55782 ***
https://bugs.launchpad.net/bugs/55782

** This bug is no longer a duplicate of bug 89747
   kxdocker crashes on initial startup in Feisty Herd 5

** This bug has been marked a duplicate of bug 55782
   doesnt open in edgy

-- 
outdated resources prevent kxdocker from starting
https://bugs.launchpad.net/bugs/113213
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 110439] Re: Blank kxdocker_conf.xml

2007-06-10 Thread Emmet Hikory
*** This bug is a duplicate of bug 55782 ***
https://bugs.launchpad.net/bugs/55782

** This bug is no longer a duplicate of bug 89747
   kxdocker crashes on initial startup in Feisty Herd 5

** This bug has been marked a duplicate of bug 55782
   doesnt open in edgy

-- 
Blank kxdocker_conf.xml
https://bugs.launchpad.net/bugs/110439
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 105423] Re: kxdocker crashes every time I try to start it

2007-06-10 Thread Emmet Hikory
*** This bug is a duplicate of bug 55782 ***
https://bugs.launchpad.net/bugs/55782

** This bug is no longer a duplicate of bug 89747
   kxdocker crashes on initial startup in Feisty Herd 5

** This bug has been marked a duplicate of bug 55782
   doesnt open in edgy

-- 
kxdocker crashes every time I try to start it
https://bugs.launchpad.net/bugs/105423
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 98625] Re: Reminder pop-up for exchange calender items does not work

2007-06-10 Thread Kuropka
I observed the same here. If I start Evolution after reboot, no exchange
pop-ups appear. After unchecking and rechecking my exchange calendar in
Edit-Preferences-Calendars and Tasks-Alarms, the pop-ups appear.
However this is not of persistent nature. After the next reboot by
default no exchange pop-ups appear as long as I do not uncheck and
recheck my exchange calender again.

So we make progress... but the current solution is still annoying.

-- 
Reminder pop-up for exchange calender items does not work
https://bugs.launchpad.net/bugs/98625
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 97017] Re: kxdocker crashed

2007-06-10 Thread Emmet Hikory
*** This bug is a duplicate of bug 55782 ***
https://bugs.launchpad.net/bugs/55782

** This bug is no longer a duplicate of bug 89747
   kxdocker crashes on initial startup in Feisty Herd 5

** This bug has been marked a duplicate of bug 55782
   doesnt open in edgy

-- 
kxdocker crashed
https://bugs.launchpad.net/bugs/97017
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 89747] Re: kxdocker crashes on initial startup in Feisty Herd 5

2007-06-10 Thread Emmet Hikory
*** This bug is a duplicate of bug 55782 ***
https://bugs.launchpad.net/bugs/55782

** This bug has been marked a duplicate of bug 55782
   doesnt open in edgy

-- 
kxdocker crashes on initial startup in Feisty Herd 5
https://bugs.launchpad.net/bugs/89747
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 27435] Re: Drivers which require an X11 restart should say so

2007-06-10 Thread Sebastian Heinlein
** Changed in: restricted-manager (Ubuntu)
Sourcepackagename: synaptic = restricted-manager

-- 
Drivers which require an X11 restart should say so
https://bugs.launchpad.net/bugs/27435
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 25703] Re: when kopete give new mail notification, and user tried to check mail, konquorer opens.

2007-06-10 Thread Amit Gholap
FF was made the default browser when it was launched. (FF asked whether it 
should be made the default one).
I dont know abt the kcontrol thing.
FF should make changes in kcontrol. I, an end user, dont know/care abt kcontrol.

Also... this bug is reproducible in 6.06 LTS.

-- 
when kopete give new mail notification, and user tried to check mail, konquorer 
opens.
https://bugs.launchpad.net/bugs/25703
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

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


[Bug 119016] Re: vlc-nox depends on missing libpostproc0d

2007-06-10 Thread Emmet Hikory
** Changed in: vlc (Ubuntu)
 Assignee: (unassigned) = Emmet Hikory
   Status: Confirmed = In Progress

-- 
vlc-nox depends on missing libpostproc0d
https://bugs.launchpad.net/bugs/119016
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 111574] Re: korganizer new subtask has 27.02.2935093 as default date

2007-06-10 Thread Emanuel Goscinski
It seems that this Bug doesn't appear anymore in Gutsy Gibbon. So if
somebody else could confirm that this bug doesn't appear in KDE 3.5.7 in
general, we could mark this bug as fixed in upstream

-- 
korganizer new subtask has 27.02.2935093 as default date 
https://bugs.launchpad.net/bugs/111574
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

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


[Bug 72630] Re: Xorg Via driver DRI OOPS (drm:via_mem_alloc ERROR)

2007-06-10 Thread Tormod Volden
** Summary changed:

- Xorg Via driver DRI OOPS
+ Xorg Via driver DRI OOPS (drm:via_mem_alloc ERROR)

** Changed in: xserver-xorg-video-via (Ubuntu)
 Assignee: Tormod Volden = (unassigned)
   Status: Needs Info = Confirmed

-- 
Xorg Via driver DRI OOPS (drm:via_mem_alloc ERROR)
https://bugs.launchpad.net/bugs/72630
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 105653] Re: dvdstyler .deb

2007-06-10 Thread davromaniak
1 - I will package the 1.5 version
2 - The problem with the icon came when I didn't include icons on my package
3 - This bug is strange, I don't have it on my vmware

I think I will begin packaging dvdstyler for gutsy in July.

Bye.

-- 
dvdstyler .deb
https://bugs.launchpad.net/bugs/105653
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 94226] Re: scanner doesn't work with ubuntu 7.04

2007-06-10 Thread Corey K
I have the same issue on Feisty--preview acquisition works perfectly,
then I try to scan, get weird, shortlived noise, and pop-up failure.

If there are any logs or anything I can send, please let me know.

Thanks,
Nitts

-- 
scanner doesn't work with ubuntu 7.04
https://bugs.launchpad.net/bugs/94226
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 3222] Re: gvim is hidden in menu

2007-06-10 Thread Sitsofe Wheeler
Marco:
I'm pleading with you - test the LiveCD and report back the result. What you 
have said doesn't make sense for the following reason: vim-gnome is not shipped 
on the LiveCD. You have to download it after the LiveCD has booted and when you 
download it you will have to get a fresh list of packages. At that point you 
will get the latest version of vim-gnome from the security updates area so it 
will be the latest version. Additionally the 
/usr/share/applications/gvim.desktop file I have was from vim-gui-common 
7.0-164+1ubuntu7.1 .

Please test this off a LiveCD and let us know if you get the same
result.

-- 
gvim is hidden in menu
https://bugs.launchpad.net/bugs/3222
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 119664] Kubuntu upgrade from Feisty to Gutsy failed due to conflicting file in kdepimlibs

2007-06-10 Thread Krzysztof Lichota
Public bug reported:

Binary package hint: kdepim

I have tried upgrading Kubuntu from Feisty to Gutsy using manual method:
1. Replaced feisty with gutsy in /etc/apt/sources.list
2. Run Adept Manager, fetched updates and did Full upgrade.
3. Installation aborted at some point (without giving opportunity to see apt 
output).
4. Running apt-get install -f showed the following problem:
[EMAIL PROTECTED]:~$ sudo apt-get install -f
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libkdepim1a
The following packages will be upgraded:
  libkdepim1a
1 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
267 not fully installed or removed.
Need to get 0B/581kB of archives.
After unpacking 139kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 95545 files and directories currently installed.)
Preparing to replace libkdepim1a 4:3.5.6-0ubuntu6 (using
.../libkdepim1a_4%3a3.5.7-1ubuntu3_i386.deb) ...
Unpacking replacement libkdepim1a ...
dpkg: error processing
/var/cache/apt/archives/libkdepim1a_4%3a3.5.7-1ubuntu3_i386.deb (--unpack):
 trying to overwrite
/usr/share/apps/kdepim/icons/crystalsvg/22x22/actions/checkedbox.png', which
is also in package korganizer
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libkdepim1a_4%3a3.5.7-1ubuntu3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Kubuntu upgrade from Feisty to Gutsy failed due to conflicting file in 
kdepimlibs
https://bugs.launchpad.net/bugs/119664
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 119663] ***MEMORY-WARNING***: [...]memory corruption due to late invocation of g_thread_init() has been detected[...] and lots of segfaults

2007-06-10 Thread Kjell Braden
Public bug reported:

Binary package hint: quodlibet

QuodLibet is crashing all the time, sometimes I can't even listen to a single 
track. When starting it I get the following message:
***MEMORY-WARNING***: quodlibet[6935]: GSlice: g_thread_init() must be called 
before all other GLib functions; memory corruption due to late invocation of 
g_thread_init() has been detected; this program is likely to crash, leak or 
unexpectedly abort soon...

(note that I get this warning when I start thunderbird, quodlibet,
pidgin and I have them with gnome-session, gconf-sanity-check-2,
metacity and gconftool-2 in the ~/.xsession-errors but only quodlibet
seems to crash. Not sure if it's a quodlibet-only problen, though)

gdb backtrace is attached, valgrind is in progress.
$ LC_ALL=c apt-cache policy quodlibet
quodlibet:
  Installed: 0.24-2ubuntu1
  Candidate: 0.24-2ubuntu1
  Version table:
 *** 0.24-2ubuntu1 0
500 http://archive.ubuntu.com gutsy/universe Packages
100 /var/lib/dpkg/status

I'm on gutsy.

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

-- 
***MEMORY-WARNING***: [...]memory corruption due to late invocation of 
g_thread_init() has been detected[...] and lots of segfaults
https://bugs.launchpad.net/bugs/119663
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 119663] Re: ***MEMORY-WARNING***: [...]memory corruption due to late invocation of g_thread_init() has been detected[...] and lots of segfaults

2007-06-10 Thread Kjell Braden

** Attachment added: gdb-quodlibet.txt
   http://launchpadlibrarian.net/8037497/gdb-quodlibet.txt

** Description changed:

  Binary package hint: quodlibet
  
  QuodLibet is crashing all the time, sometimes I can't even listen to a single 
track. When starting it I get the following message:
  ***MEMORY-WARNING***: quodlibet[6935]: GSlice: g_thread_init() must be called 
before all other GLib functions; memory corruption due to late invocation of 
g_thread_init() has been detected; this program is likely to crash, leak or 
unexpectedly abort soon...
+ 
+ (note that I get this warning when I start thunderbird, quodlibet,
+ pidgin and I have them with gnome-session, gconf-sanity-check-2,
+ metacity and gconftool-2 in the ~/.xsession-errors)
  
  gdb backtrace is attached, valgrind is in progress.
  $ LC_ALL=c apt-cache policy quodlibet
  quodlibet:
Installed: 0.24-2ubuntu1
Candidate: 0.24-2ubuntu1
Version table:
   *** 0.24-2ubuntu1 0
  500 http://archive.ubuntu.com gutsy/universe Packages
  100 /var/lib/dpkg/status
  
  I'm on gutsy.

** Description changed:

  Binary package hint: quodlibet
  
  QuodLibet is crashing all the time, sometimes I can't even listen to a single 
track. When starting it I get the following message:
  ***MEMORY-WARNING***: quodlibet[6935]: GSlice: g_thread_init() must be called 
before all other GLib functions; memory corruption due to late invocation of 
g_thread_init() has been detected; this program is likely to crash, leak or 
unexpectedly abort soon...
  
  (note that I get this warning when I start thunderbird, quodlibet,
  pidgin and I have them with gnome-session, gconf-sanity-check-2,
- metacity and gconftool-2 in the ~/.xsession-errors)
+ metacity and gconftool-2 in the ~/.xsession-errors but only quodlibet
+ seems to crash. Not sure if it's a quodlibet-only problen, though)
  
  gdb backtrace is attached, valgrind is in progress.
  $ LC_ALL=c apt-cache policy quodlibet
  quodlibet:
Installed: 0.24-2ubuntu1
Candidate: 0.24-2ubuntu1
Version table:
   *** 0.24-2ubuntu1 0
  500 http://archive.ubuntu.com gutsy/universe Packages
  100 /var/lib/dpkg/status
  
  I'm on gutsy.

-- 
***MEMORY-WARNING***: [...]memory corruption due to late invocation of 
g_thread_init() has been detected[...] and lots of segfaults
https://bugs.launchpad.net/bugs/119663
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 117957] Re: (gutsy)Need to modprobe nfs module before mounting nfs4 export

2007-06-10 Thread Laurent Bigonville
** Changed in: util-linux (Ubuntu)
Sourcepackagename: None = util-linux

-- 
(gutsy)Need to modprobe nfs module before mounting nfs4 export
https://bugs.launchpad.net/bugs/117957
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 109363] Re: outdated pciids in feisty

2007-06-10 Thread Stéphane Loeuillet
*** This bug is a duplicate of bug 96114 ***
https://bugs.launchpad.net/bugs/96114

Launching update-pciids at post-install could only work if installed when 
online.
If there's a way in post-install script to detect if we're connected, it should 
do something like that :

If (connected)
launch(update-pciids)
else
copy_tarball_version
Fi


** This bug has been marked a duplicate of bug 96114
   please update the pciutils database

-- 
outdated pciids in feisty
https://bugs.launchpad.net/bugs/109363
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 96114] Re: please update the pciutils database

2007-06-10 Thread Stéphane Loeuillet
pciutils 2.2.5 is out since 4 May 2007

---

See suggestion on bug#109363 to launch update-pciids at post-install

-- 
please update the pciutils database
https://bugs.launchpad.net/bugs/96114
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 119663] Re: ***MEMORY-WARNING***: [...]memory corruption due to late invocation of g_thread_init() has been detected[...] and lots of segfaults

2007-06-10 Thread Laurent Bigonville
A lot of application have this error; I guess it's a glib issue

-- 
***MEMORY-WARNING***: [...]memory corruption due to late invocation of 
g_thread_init() has been detected[...] and lots of segfaults
https://bugs.launchpad.net/bugs/119663
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 119649] Re: [apport] firefox-bin crashed with SIGILL in __kernel_vsyscall()

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
Retrace done.

Extract from retraced stacktrace:
...
#3  signal handler called
#4  ?? ()
#5  ?? ()
#6  ?? ()
#7  ?? ()
#8  ?? ()
#9  ?? ()
#10 pthread_getspecific ()
#11 ?? ()
#12 ?? ()
...

Third party extensions related to the crash per apport's err log:
...
WARNING: library 
/home/richard/.mozilla/firefox/qesb0urr.default/extensions/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}/components/libnstidy.so
 not found in system packages -- ignoring
WARNING: library 
/home/richard/.mozilla/firefox/qesb0urr.default/extensions/{9533f794-00b4-4354-aa15-c2bbda6989f8}/components/libnptray.so
 not found in system packages -- ignoring
...

Tagging as mt-confirm mt-needtestcase for further processing


** Tags added: mt-confirm mt-needtestcase

** Changed in: firefox (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Mozilla Bugs
   Status: Unconfirmed = Needs Info

** Attachment added: Retraced Stacktrace
   http://launchpadlibrarian.net/8037509/retraced_Stacktrace.txt

-- 
[FEISTY] firefox-bin crashed with SIGILL in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/119649
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 119649] Re: [FEISTY] firefox-bin crashed with SIGILL in __kernel_vsyscall()

2007-06-10 Thread Hilario J. Montoliu \(hjmf\)
Thank you DarkMageZ for your report,

Can you reproduce the crash? is it reproducible by disabling the
extensions shown in the retrace post? Please try to disable one by one
to isolate the one causing the crash.

Thank you in advance.

** Tags added: mt-needsummary

** Tags removed: mt-confirm

-- 
[FEISTY] firefox-bin crashed with SIGILL in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/119649
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 81707] Re: emacs-chess instalation doesn't work

2007-06-10 Thread Áron Sisak
Is this package still broken? I tried it now (again) and seems to work
perfectly on both Feisty and Gutsy.

-- 
emacs-chess instalation doesn't work
https://bugs.launchpad.net/bugs/81707
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   >