[Bug 108175] Re: incorrect sources.list addition on default install

2007-04-25 Thread Sebastian Heinlein
** Changed in: software-properties (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
incorrect sources.list addition on default install
https://bugs.launchpad.net/bugs/108175
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 26452] Re: netatalk not built with encrypted auth support

2007-04-25 Thread Rob Caskey
This one is ugly, looks like netatalk is practically unusable for file-
sharing until this gets fixed. Looks like the only reasonable way around
it is to rewrite about 6 or 7 different chunks of encryption code ~ 20
lines each, to use gnutls + gnucrypt instead of openssl, and I just
don't have the chops to do that. I'd really like to see this bug get
confirmed and upgraded in priority.

-- 
netatalk not built with encrypted auth support
https://bugs.launchpad.net/bugs/26452
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 109962] Re: Kubuntu Feisty will not boot on my laptop

2007-04-25 Thread Michael Broadbent
** Changed in: casper (Ubuntu)
Sourcepackagename: None => casper

-- 
Kubuntu Feisty will not boot on my laptop
https://bugs.launchpad.net/bugs/109962
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 109981] Problem with keep, backup to samba share

2007-04-25 Thread Kevin Schmidt
Public bug reported:

Binary package hint: rdiff-backup

backup goes to samba share

ProblemType: Crash
Architecture: i386
Date: Wed Apr 25 10:50:17 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/rdiff-backup
InterpreterPath: /usr/bin/python2.5
Package: rdiff-backup 1.1.5-3build1
PackageArchitecture: i386
ProcCmdline: /usr/bin/python /usr/bin/rdiff-backup --remove-older-than 2D 
/mnt/L_drive/keep
ProcCwd: /home/kmschmidt
ProcEnviron:
 
PATH=/home/kmschmidt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/rdiff-backup', '--remove-older-than', '2D', 
'/mnt/L_drive/keep']
SourcePackage: rdiff-backup
Uname: Linux kschmidt-m 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux

** Affects: rdiff-backup (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Problem with keep, backup to samba share
https://bugs.launchpad.net/bugs/109981
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 109981] Re: Problem with keep, backup to samba share

2007-04-25 Thread Kevin Schmidt

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

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

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

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/7406194/Traceback.txt

-- 
Problem with keep, backup to samba share
https://bugs.launchpad.net/bugs/109981
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 109879] Re: Numlock fails to function in feisty

2007-04-25 Thread Sarah
*** This bug is a duplicate of bug 21842 ***
https://bugs.launchpad.net/bugs/21842

so none of the methods to find the pid of the numlock key appear to work
- they each just spit out a ton of whitespace. the console still
functions and prints normally - it can cat files, etc. same goes for
finding the manufacturer and product name and system-version. upon
reflection, that makes sense, as i built the box (with a great deal of
help). i would think the system-version would not be blank, however?

-- 
Numlock fails to function in feisty
https://bugs.launchpad.net/bugs/109879
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 109879] Re: Numlock fails to function in feisty

2007-04-25 Thread Sarah
*** This bug is a duplicate of bug 21842 ***
https://bugs.launchpad.net/bugs/21842

the numlock problem has been fixed by a recent update.

the problem now lies in caps lock turning numlock off when triggered.
should i report this as a separate bug?

-- 
Numlock fails to function in feisty
https://bugs.launchpad.net/bugs/109879
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 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2007-04-25 Thread ivanxx
This is not a kernel issue, this is a by default behaviour:

You can/should use udev to force your kernel assign arbitrary names to devices 
as it finds them.
Take a look at my file /etc/udev/rules.d/50-local.rules:

# REGLAS PARA LOS DISPOSITIVOS QUE QUEREMOS CONTROLAR POR NOMBRE
BUS=="usb", SYSFS{manufacturer}=="Prolific Technology Inc.", 
SYSFS{product}=="USB-Serial Controller",KERNEL=="ttyUSB[0123]", 
SYMLINK+="misterhouse"
BUS=="usb", SYSFS{manufacturer}=="FTDI", KERNEL=="ttyUSB[0123]", 
SYMLINK+="wmr918"

You must find unique SYSFS strings to each of your devices and SYMLINK
an arbitrary name to it (this are my serial to USB adapters for serial
misterhouse home control software and a WMR918 weather Station with
serial output). Take a look at udev's HOWTOs all over the net, they're
quite useful.

Hope this helps!

-- 
Two USB serial adapters get different /dev/ttyUSBn names after reboot
https://bugs.launchpad.net/bugs/107208
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 103719] Re: Won't return from suspend on emachines M6810

2007-04-25 Thread Richard Green
With the feisty release kernel (2.6.20-15) The problem is still there.

As well as an additional problem:  I can hibernate the machine just
once.  After returning from hibernate, the system is in a 'screen
locked' state, which wakes up with a stroke on the touchpad, and I can
unlock the screen and continue working.  However, If I attempt to
hibernate the machine again, it goes dark, into a screenlock state, but
never powers down.

-- 
Won't return from suspend on emachines M6810
https://bugs.launchpad.net/bugs/103719
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 81378] Re: vlc in full screen

2007-04-25 Thread rohit
I confirm that - the workaround is better but not the full solution.
Screenshot attached.

** Attachment added: "Screenshot_vlc_not_true_fullscreen.png"
   http://librarian.launchpad.net/7406177/Screenshot_vlc_not_true_fullscreen.png

-- 
vlc in full screen
https://bugs.launchpad.net/bugs/81378
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 78282] Re: vnc4server does not start Desktop environment after security update

2007-04-25 Thread Roberto Farolini
"-extension XFIXES" adding this option to my vnc4server command line solved my 
problems.
I hope this helps.

Cheers,
Roberto

-- 
vnc4server does not start Desktop environment after security update
https://bugs.launchpad.net/bugs/78282
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 109982] ktorrent

2007-04-25 Thread francois pena
Private bug reported:

Binary package hint: kdelibs

(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)
[Thread debugging using libthread_db enabled]
[New Thread -1235069232 (LWP 8351)]
[New Thread -1242784880 (LWP 8639)]
[New Thread -1263453296 (LWP 8591)]
(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  0xb7e80b9b in dht::ParseRsp () from /usr/lib/libktorrent-2.1.so
#7  0xb7e80dc2 in dht::MakeRPCMsg () from /usr/lib/libktorrent-2.1.so
#8  0xb7e75f21 in dht::RPCServer::readPacket ()
   from /usr/lib/libktorrent-2.1.so
#9  0xb7e76222 in dht::RPCServer::qt_invoke ()
   from /usr/lib/libktorrent-2.1.so
#10 0xb6eba88b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#11 0xb6ebb330 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#12 0xb764404c in KNetwork::KClientSocketBase::readyRead ()
   from /usr/lib/libkdecore.so.4
#13 0xb7644086 in KNetwork::KClientSocketBase::slotReadActivity ()
   from /usr/lib/libkdecore.so.4
#14 0xb7656143 in KNetwork::KClientSocketBase::qt_invoke ()
   from /usr/lib/libkdecore.so.4
#15 0xb76561e6 in KNetwork::KDatagramSocket::qt_invoke ()
   from /usr/lib/libkdecore.so.4
#16 0xb6eba88b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#17 0xb6ebb1a2 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#18 0xb7247877 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#19 0xb6edd44a in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#20 0xb6e51a60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#21 0xb6e5388f in QApplication::notify () from /usr/lib/libqt-mt.so.3
#22 0xb7615ce2 in KApplication::notify () from /usr/lib/libkdecore.so.4
#23 0xb6de41e9 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#24 0xb6e43e59 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#25 0xb6df8d07 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#26 0xb6e6c136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#27 0xb6e6bf46 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#28 0xb6e53609 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#29 0x080653d6 in ?? ()
#30 0xb666bebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#31 0x08064ec1 in ?? ()

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Apr 25 15:23:24 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/kdeinit
Package: kdelibs4c2a 4:3.5.6-0ubuntu14
PackageArchitecture: i386
ProcCmdline: kdesktop\ [kdeinit]
ProcCwd: /home/bidouille
ProcEnviron:
 
Signal: 11
SourcePackage: kdelibs
StacktraceTo

[Bug 109982] Re: ktorrent

2007-04-25 Thread francois pena

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

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

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

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

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

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

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

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

-- 
ktorrent
https://bugs.launchpad.net/bugs/109982
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 109978] Re: After hibernate there is total loss of sound

2007-04-25 Thread Michael Broadbent
** Changed in: linux-source-2.6.20 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.20

-- 
After hibernate there is total loss of sound
https://bugs.launchpad.net/bugs/109978
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 109977] Re: After hibernate there is total loss of sound

2007-04-25 Thread Chris Burgan
*** This bug is a duplicate of bug 109978 ***
https://bugs.launchpad.net/bugs/109978

** This bug has been marked a duplicate of bug 10978
   gnome-font-properties and /etc/fonts/local.conf disagree

-- 
After hibernate there is total loss of sound
https://bugs.launchpad.net/bugs/109977
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 109977] Re: After hibernate there is total loss of sound

2007-04-25 Thread Michael Broadbent
*** This bug is a duplicate of bug 109978 ***
https://bugs.launchpad.net/bugs/109978

** This bug is no longer a duplicate of bug 10978
   gnome-font-properties and /etc/fonts/local.conf disagree

** This bug has been marked a duplicate of bug 109978
   After hibernate there is total loss of sound

-- 
After hibernate there is total loss of sound
https://bugs.launchpad.net/bugs/109977
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 109973] Re: [needs-packaging] mcs

2007-04-25 Thread Brian Murray
** Changed in: Ubuntu
   Importance: Undecided => Wishlist

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

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


[Bug 109723] Re: Gedit Right Aligned Language File Name Error

2007-04-25 Thread bobbocanfly
** Summary changed:

- Gedit Arabic File Name Titlebar Error
+ Gedit Right Aligned Language File Name Error

** Description changed:

  Binary package hint: gedit
  
  Running Ubuntu 7.04 with the default installation of gedit:
  
  I created a file on my desktop called  
  ةجةكصڑڵگڦﭟﯙﻺ (Arabic letters)
- saved that name then opened it up in gedit.  Gedit with the file title text 
moved to the left (like it should with Arabic characters) but the non arabic 
part of the title (the bit that says gedit and ~Desktop) is in the wrong place 
and slightly garbled.
+ saved that name then opened it up in gedit.  Gedit with the file title text 
moved to the left (like it should with Arabic characters) but the non arabic 
part of the title (the bit that says gedit and ~Desktop) is in the wrong place 
and slightly garbled. This only happens when the first character in the file 
name is aligned to the right (as with languages like Arabic and Hebrew), but 
not if the first letter is left aligned (like in standard English)
  
  This also happens when file names with Hebrew, Syriac and Thaana letters
- are used in file names. All of these languages are aligned left.
+ are used in file names.
  
  All characters used in finding this bug were from the Ubuntu Character
  Map. Screenshot of bug is attached in a comment below.

-- 
Gedit Right Aligned Language File Name Error
https://bugs.launchpad.net/bugs/109723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 108690] Re: Keyboard issues on CD boot menu

2007-04-25 Thread Renato Silva
I've found the switcher! When off my F2 really renames a file instead of
opening home or else...

Therefore the first problem actually is NOT of Ubuntu, but mine, but
still remains the second problem about the slash. I think it's better to
erase this bug and create anotehr one only with this second issue,
because the first actually doesn't exist.

It's just to mark this bug as rejected?  Can we Erase it?

-- 
Keyboard issues on CD boot menu
https://bugs.launchpad.net/bugs/108690
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 105947] Re: portrait CRW files (EOS 300D) are upside down

2007-04-25 Thread allee
On NO.  For whatever reason fix 0.12-0ubuntu3 never made it info feisty :(
Open again.

** Changed in: exiv2 (Ubuntu)
   Status: Fix Released => In Progress

-- 
portrait CRW files (EOS 300D) are upside down
https://bugs.launchpad.net/bugs/105947
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 101918] Re: [apport] package hotkey-setup failed to install/upgrade:

2007-04-25 Thread Lukasz Bruun
I posted a solution to this problem here:
http://ubuntuforums.org/showthread.php?p=2507854

-- 
[apport] package hotkey-setup failed to install/upgrade: 
https://bugs.launchpad.net/bugs/101918
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 96084] Re: boot - /bin/sh: can't access tty; job control turned off

2007-04-25 Thread hap0
I downloaded the final release of the LiveCD and everything works fine
now. I installed it last night without any incident.

I have a Core 2 Duo E6400, Gigabyte GA-965P-DS3 (Intel 965P Chipset),
1Gb RAM, nVidia 6800 Ultra. I only have IDE drives right now--both and
80GB IDE HDD, and IDE DVD-RW attached to the motherboard's only IDE
port. I have the JMicron setting in BIOS set to IDE.

-- 
boot - /bin/sh: can't access tty; job control turned off
https://bugs.launchpad.net/bugs/96084
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 88426] Re: kmenuedit does not save changes.

2007-04-25 Thread Jonathan Jesse
Confirming htis bug on feisty as lots of people have made comments they
are having issues w/ this bug.

** Changed in: kdebase (Ubuntu)
   Status: Needs Info => Confirmed

-- 
kmenuedit does not save changes.
https://bugs.launchpad.net/bugs/88426
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 85468] Re: NetworkManager finds wireless network, does not connect

2007-04-25 Thread thesooz
Yep same problem here with Dell Inspiron 2200 using Broadcom 4318 --
does anyone know when a fix will be out for this? Turning on and off the
wireless card from the notebook does not help for me. Attempting to use
the wicd/ndiswrapper 1.4.2 suggestion - will report back if it fixes the
problem.

-- 
NetworkManager finds wireless network, does not connect
https://bugs.launchpad.net/bugs/85468
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 109984] [dapper, edgy, feisty] Thinkpad T60p summarily powers off when docked

2007-04-25 Thread DaveAbrahams
Public bug reported:

When I insert my Thinkpad T60p into an IBM Advanced Mini-Dock, about
half the time the power will shut off immediately.  No clean shutdown;
no user interface interaction.  This seems to be most common when the
machine was originally booted in an non-docked state or when it's been
suspended and resumed while not docked.

IIRC, this stopped happening to me for a while with my dapper
installation when I compiled my own 2.6.18 kernel from source without
the ubuntu patches.  I figured that it was just due to the fact that
2.6.18 introduced real docking station support, but apparently it's
still broken in Feisty's 2.6.20 kernel.  Also I may be mis-remembering
this last part.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
[dapper,edgy,feisty] Thinkpad T60p summarily powers off when docked
https://bugs.launchpad.net/bugs/109984
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 109985] [feisty] drag stopped working

2007-04-25 Thread martin
Public bug reported:

Binary package hint: xserver-xorg-input-synaptics

After I upgraded from Edgy to Feisty, dragging stopped working. Single-
click, Double-click, scroll and circularscrolling all work perfectly.

I'm working on a NEC P550, and it used to work in Dapper and Edgy.
According to Device Manager it is an AlpsPS/2 ALPS GlidePoint (synclient
-h doesn't work).

Xorg section:

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
Option "CircularScrolling" "1"
Option "CircScrollTrigger" "4"
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.5"
Option "AccelFactor" "0.05"
Option "RightEdge" "890"
EndSection

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[feisty] drag stopped working
https://bugs.launchpad.net/bugs/109985
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 109984] Re: [dapper, edgy, feisty] Thinkpad T60p summarily powers off when docked

2007-04-25 Thread DaveAbrahams
 uname -a => Linux grogan 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31
UTC 2007 i686 GNU/Linux


** Attachment added: "dmesg.log"
   http://librarian.launchpad.net/7406227/dmesg.log

-- 
[dapper,edgy,feisty] Thinkpad T60p summarily powers off when docked
https://bugs.launchpad.net/bugs/109984
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 109984] Re: [dapper, edgy, feisty] Thinkpad T60p summarily powers off when docked

2007-04-25 Thread DaveAbrahams

** Attachment added: "lspci-vvnn.log"
   http://librarian.launchpad.net/7406228/lspci-vvnn.log

-- 
[dapper,edgy,feisty] Thinkpad T60p summarily powers off when docked
https://bugs.launchpad.net/bugs/109984
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 109983] Login Screen Keyboard Delay

2007-04-25 Thread bobbocanfly
Public bug reported:

I upgraded to Ubuntu 7.04 Feisty from a clean install of 6.10. Now when
i try to login the text box doesn't register the first stroke of any
key, so i have to press  or the first letter in
my username is omitted. I haven't changed any setting to do with the
login screen.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Login Screen Keyboard Delay
https://bugs.launchpad.net/bugs/109983
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 109982] Re: ktorrent

2007-04-25 Thread francois pena
** Visibility changed to: Private

** This bug has been flagged as a security issue

** Also affects: kdelibs (Baltix)
   Importance: Undecided
   Status: Unconfirmed

-- 
ktorrent
https://bugs.launchpad.net/bugs/109982
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 105145] Re: Spelling error in danish translation

2007-04-25 Thread TLE
Hello and thanks for your report
It is a little hard to tell from the date which version of Ubuntu you are 
likely using. Is this bug present in Feisty?
Regards Kenneth Nielsen (TLE)

** Changed in: monodevelop (Ubuntu)
 Assignee: (unassigned) => TLE
   Status: Unconfirmed => Needs Info

-- 
Spelling error in danish translation
https://bugs.launchpad.net/bugs/105145
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 76177] Re: allows mounting of EVMS partitions

2007-04-25 Thread Jerome Haltom
Well, there is evms_gather_info, which returns a complete overview of
the EVMS system state. It shows all EVMS volumes and their children. If
a device shows up as a "child", then we should obviously exclude it.
It's pretty slow to run though, and I'm not sure if it's appropriate to
be run repeatedly on every device detection. Maybe it is, as long as
it's watershed.

I'm also unsure how we should handle this case for systems that don't
use EVMS. How do we know they don't use EVMS if they don't have EVMS
installed? I am worried about the cast of a user inserting a hot
plugable device which contains an EVMS volume, but the machine not
having any of the EVMS packages installed. Do we want to attempt to
mount this device? Would this be non-destructable in all cases? What if
the user plugs it in, we auto mount it, and THEN the user installs EVMS
after the fact, which then builds the EVMS volume and we mount that TOO?
Or would we unmount the first volume once we knew it was a child? Before
mounting the parent.

All of these decisions are hard ones to program.

An easy way out would be to put EVMS back into the default install.

I'd vote for that for unrelated reasons. =)

Actually, I'd really like to have that conversation again sometime. =/

-- 
allows mounting of EVMS partitions
https://bugs.launchpad.net/bugs/76177
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 60536] Re: Sound Recorder doesn't work

2007-04-25 Thread Ghpu
Same problem here ,but only when the ESD daemon is active. The problem
disappears when i disactivate it in System/prefs/sound .

-- 
Sound Recorder doesn't work
https://bugs.launchpad.net/bugs/60536
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 109971] Re: I have updated from Ubuntu 6.10 to 7.04 and the mouse does not work

2007-04-25 Thread Chris Burgan
** Changed in: linux-source-2.6.20 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.20

-- 
I have updated from Ubuntu 6.10 to 7.04 and the mouse does not work
https://bugs.launchpad.net/bugs/109971
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 109931] Re: Feisty Release Notes should note upgrade to Bash 3.2 changes regex syntax

2007-04-25 Thread Johnathon
Confirming

** Changed in: bash (Ubuntu)
   Status: Needs Info => Confirmed

-- 
Feisty Release Notes should note upgrade to Bash 3.2 changes regex syntax
https://bugs.launchpad.net/bugs/109931
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 109862] Re: [apport] Xorg crashed with SIGSEGV in _rtld_global()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] Xorg crashed with SIGSEGV in _rtld_global()
https://bugs.launchpad.net/bugs/109862
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 109858] Re: [apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()
https://bugs.launchpad.net/bugs/109858
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 109855] Re: [apport] rdesktop crashed with SIGSEGV in XPutImage()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/109855
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 109855] Re: [apport] rdesktop crashed with SIGSEGV in XPutImage()

2007-04-25 Thread Apport retracing service

StacktraceTop:?? () from /lib/ld-linux.so.2
?? ()
?? ()
?? ()

** Tags removed: need-i386-retrace

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

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

2007-04-25 Thread Apport retracing service

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

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/109855
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 109624] Re: firefox crashed

2007-04-25 Thread flaie
ubuntu : edgy eft
firefox : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20060601 
Firefox/2.0.0.3 (Ubuntu-edgy)
Apport is the one witch is include on ubuntu Eft 

** Attachment added: "_usr_lib_firefox_firefox-bin.1000.crash"
   
http://librarian.launchpad.net/7406229/_usr_lib_firefox_firefox-bin.1000.crash

-- 
firefox crashed
https://bugs.launchpad.net/bugs/109624
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 108705] Re: Feisty CD boot: menu item translation

2007-04-25 Thread Renato Silva
** Changed in: casper (Ubuntu)
Sourcepackagename: None => casper

-- 
Feisty CD boot: menu item translation
https://bugs.launchpad.net/bugs/108705
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 90285] Re: firefox embedded flash "issues"

2007-04-25 Thread jkuhnert
Oh, this has been fixed/not noticed for a few weeks now. (with latest
feisty) It could possibly still be around for others but if I had
control over it I'd close the bug out as "fixed mysteriously" .

-- 
firefox embedded flash "issues" 
https://bugs.launchpad.net/bugs/90285
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 53923] Re: tifm: Texas Instruments Card reader not working

2007-04-25 Thread pogets
Thanks, maco, I used your original script (from comment 103) and my SD
card reader on a Toshiba Satellite M55-S325 is now working fine again
(as it was in Dapper). Great work!

-- 
tifm: Texas Instruments Card reader not working
https://bugs.launchpad.net/bugs/53923
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 109862] Symbolic threaded stack trace

2007-04-25 Thread Apport retracing service

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

-- 
[apport] Xorg crashed with SIGSEGV in _rtld_global()
https://bugs.launchpad.net/bugs/109862
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 109862] Re: [apport] Xorg crashed with SIGSEGV in _rtld_global()

2007-04-25 Thread Apport retracing service

StacktraceTop:?? () from /lib/ld-linux.so.2
?? ()
_rtld_global () from /lib/ld-linux.so.2
?? ()

** Tags removed: need-i386-retrace

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

-- 
[apport] Xorg crashed with SIGSEGV in _rtld_global()
https://bugs.launchpad.net/bugs/109862
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 109858] Re: [apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()

2007-04-25 Thread Apport retracing service

StacktraceTop:?? ()
inkscape_segv_handler (signum=11) at inkscape.cpp:537

IA__g_type_check_instance_is_a (type_instance=0x854a564, iface_type=141001336) 
at gtype.c:3115
Inkscape::Extension::Internal::OdfOutput::processGradient (this=0x8680f60, 
[EMAIL PROTECTED], item=0x9535b88, [EMAIL PROTECTED], [EMAIL PROTECTED])

** Tags removed: need-i386-retrace

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

-- 
[apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()
https://bugs.launchpad.net/bugs/109858
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 109858] Symbolic threaded stack trace

2007-04-25 Thread Apport retracing service

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

-- 
[apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()
https://bugs.launchpad.net/bugs/109858
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 109636] Re: [apport] mozilla-thunderbird-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-04-25 Thread Hilario J. Montoliu \(hjmf\)
*** This bug is a duplicate of bug 98831 ***
https://bugs.launchpad.net/bugs/98831

Attachment Coredump.gz removed as per reporter's request.

** Attachment removed: "CoreDump.gz"

   http://librarian.launchpad.net/7399044/CoreDump.gz

-- 
[apport] mozilla-thunderbird-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/109636
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 108993] Re: gnome-keyring-manager requires non-empty password

2007-04-25 Thread Christian A. Reiter
I am using Ubuntu Feisty.
Steps to reproduce:
Hm - first - I think it is no bug, just a missing feature or something the 
developers forgot - or didn't want to implement.
OK. 

Using a Computer with WLAN ability, , with a fresh user without previour 
gnome-keyring-manager use, just connect with network-manager to any wireless 
network you know the password.
Then NetworkManager asks you for the password, and if you enter it, it 
connects, AND now gnome-keyring-manager (I think so) asks you to choose a 
"master password" for its keyring (therefore use a new test user).
If you enter "foo" as password, everything is ok, but if you choose to choose 
NO password, what is unsecure but very handy at my home computer, the program 
complains about impossibility of that - I MUST use a password, passwords MAY 
not be empty.

In my opinion It should be to the user to choose. It is good if GNOME warns 
you, that this would be a security risk - maybe ask, "do you really want to 
take an empty password!?"
But the decicion should be done by the user, not by the operating system...
GNOME is in many things a great DE, but I (and many others...) don't like it if 
my computer wants to be more intelligent than I and doesn't let me do what I 
want ;-)

-- 
gnome-keyring-manager requires non-empty password
https://bugs.launchpad.net/bugs/108993
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 102965] Re: Accessing files on Edgy from Nokia 6233 via USB crashes system

2007-04-25 Thread Johnathon
Confirming due to multiple reporters.

Can you give any crash logs regarding this crash?
Can you check your dmesg (Terminal "dmesg") & system logs (System > 
Administration > System Log) for messages relating to the crash?


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

-- 
Accessing files on Edgy from Nokia 6233 via USB crashes system
https://bugs.launchpad.net/bugs/102965
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 8422] Re: Error message on ending VNC session

2007-04-25 Thread Peter Matulis
Confirm similar behaviour when connecting to WXP Pro via RDP with
tsclient 0.148 (and rdesktop 1.5.0) on Feisty.

** (tsclient:7987): WARNING **: 
Autoselected keyboard map en-us
X Error of failed request:  BadAtom (invalid Atom parameter)
  Major opcode of failed request:  23 (X_GetSelectionOwner)
  Atom id in failed request:  0x0
  Serial number of failed request:  3853
  Current serial number in output stream:  3853

-- 
Error message on ending VNC session
https://bugs.launchpad.net/bugs/8422
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 109986] ubuntu 7.04 won't load/install

2007-04-25 Thread hoagies
Public bug reported:

Binary package hint: debian-installer

I have problems with Ubuntu 7.04 "live cd" and Ubuntu 7.04 dvd,
(downloaded from torrent).  There are very many problems.  However I'll
give you the error code for the "live cd", which will not "load" at all:

Debian "Busy Box" gives me these errors:

initramfs  [128.583404] ata2.01:  failed to set xfermode (err_mask = 0x4)
initramfs (164.383869]  ata2.01: failed to set xfermode (err_mask = 0x4)
initramfs [169.384503] ata2.00:  failed to set xfermode (err_mask = 0x40)

The "md5sum" of this cd checks all the way through the burnt cd

There are "various problems with the (k) ubuntu dvd's, downloaded from
torrents":

1.  The "md5sum's" do not match the published omes
2.  They cause several artifacts like "black screens", etc.
3.  On one computer the "text install seems to be working", as the only 
function.  HOWEVER:

THE DISTRO SEES MY DRIVES AS SCSI. pr better. "/sda" drives, (at which
point I quit)

What's gonna be the next move, or better:  How do we proceed from here??

Note:  KNOPPIX 5.1.1 loads normally, and calls the drives and partitions
normally:  /hdax and /hdbx drives

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

-- 
ubuntu 7.04 won't load/install
https://bugs.launchpad.net/bugs/109986
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 109645] Re: Krdc crashed - after entering the logon name and password to log onto a Windows 2000 server it crashed leaving a dead RDP connection on the Terminal server.

2007-04-25 Thread mike williams
Similar problem started about the same time. Problems connecting to both
winxp and win2k advanced server. Terminal services shows disconnected
session after crash.

** Attachment added: "_usr_bin_rdesktop.1000.crash"
   http://librarian.launchpad.net/7406306/_usr_bin_rdesktop.1000.crash

-- 
Krdc crashed - after entering the logon name and password to log onto a Windows 
2000 server it crashed leaving a dead RDP connection on the Terminal server.
https://bugs.launchpad.net/bugs/109645
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 39951] Re: local ftp transfer via Konqueror leaves files named incorrectly

2007-04-25 Thread Jonathan Jesse
Marking this bug as rejected due to lack of response from the initial
requestor.  If you are still having problems with this bug, please feel
free to reopen it up.

Thanks,

Jonathan

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

-- 
local ftp transfer via Konqueror leaves files named incorrectly
https://bugs.launchpad.net/bugs/39951
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 91714] Re: ingredient update caused crash (intermitent problem)

2007-04-25 Thread Tobias Toedter
Hi,

thanks for the report. Unfortunately, I could not reproduce this error.
However, it seems related to another bug in qbrew, which has been
reported in Debian .

It's quite likely that this bug is resolved in the current version,
0.3.9-4, available in Feisty. However, that version has another bug
which prevents qbrew from displaying more than one ingredient in each
tab. See  for more information.

Although the latter bug has been fixed in version 0.3.10-1 (available in
Debian), I don't know if there's an update possible for Ubuntu 7.04.

Regards,
Tobias

** Changed in: qbrew (Ubuntu)
 Assignee: (unassigned) => Tobias Toedter

-- 
ingredient update caused crash (intermitent problem)
https://bugs.launchpad.net/bugs/91714
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 108705] Re: Feisty CD boot: menu item translation

2007-04-25 Thread Renato Silva
** Description changed:

- Binary package hint: linux-source-2.6.20
- 
  It's simple: when choosing the CD boot option for Brazilian Portuguese
  language, then all texts are translated except by that item for using a
  driver CD. I tried to simply find the item on Launchpad translation area
  and then translate it so that the next updates would include the
  translation, although it makes no sense when the system is installed,
  but only for the live CD. So I guess as we'll not have a new Feisty CD,
  it is an issue for Gusty...Anyway I failed on finding out the "thing" to
  translate, translations are a little complicated to understand and
  navigate.
- 
- PS: sorry, accidentally the bug was associated with Linux-source, but I
- don't know exactly the correct one.

-- 
Feisty CD boot: menu item translation
https://bugs.launchpad.net/bugs/108705
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 38096] Re: pc locks up when trying to shut down

2007-04-25 Thread Reuben Firmin
I am seeing this (or something very close to it) on Feisty, except the
problem seems to be intermittent. I click shutdown from within KDE, all
x applications exit, but the PC locks up somewhere between that and the
kubuntu splash coming up.

-- 
pc locks up when trying to shut down
https://bugs.launchpad.net/bugs/38096
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 109988] [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-04-25 Thread PradeepSridharan
Public bug reported:

Binary package hint: firefox

After upgrading the system from edgy to fiesty and when I access firefox
after the upgrade I got this error. Note: when accessing firefox from
KDE.

ProblemType: Crash
Architecture: i386
Date: Wed Apr 25 05:54:57 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/firefox/firefox-bin
Package: firefox 2.0.0.3+1-0ubuntu2
PackageArchitecture: i386
ProcCmdline: /usr/lib/firefox/firefox-bin 
http://wwwp.saudiaramco.com/irj/portal/anonymous#clr=N&lang=EN&category=&month=&year=2006&page=&lnchPath=
 -a firefox
ProcCwd: /home/pradeep
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: firefox
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/tls/i686/cmov/libpthread.so.0
 ?? ()
 ?? ()
 ?? ()
Uname: Linux pradeep-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

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

2007-04-25 Thread PradeepSridharan

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

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

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

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

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

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

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

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

-- 
[apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/109988
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 109987] [apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()

2007-04-25 Thread Carlos Wertheman
Public bug reported:

Binary package hint: arts

i just log in

ProblemType: Crash
Architecture: i386
Date: Tue Apr 24 18:36:05 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/artsd
Package: libarts1c2a 1.5.6-0ubuntu1
PackageArchitecture: i386
ProcCmdline: /usr/bin/artsd -F 18 -S 4096 -d -s 64 -m artsmessage -c drkonqi -l 
3 -f
ProcCwd: /home/invazor
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_PE.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: arts
StacktraceTop:
 Arts::Dispatcher::terminate () from /usr/lib/libmcop.so.1
 
 __kernel_vsyscall ()
 waitpid () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
Uname: Linux terminus 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

-- 
[apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()
https://bugs.launchpad.net/bugs/109987
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for arts in ubuntu.

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


[Bug 109987] Re: [apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()

2007-04-25 Thread Carlos Wertheman

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

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

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

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

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

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

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

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

-- 
[apport] artsd crashed with SIGSEGV in Arts::Dispatcher::terminate()
https://bugs.launchpad.net/bugs/109987
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for arts in ubuntu.

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


[Bug 109970] Re: [needs-packaging] Secret Maryo Chronicles

2007-04-25 Thread Matt Sicker
Sounds good.  Not a dupe.

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

-- 
[needs-packaging] Secret Maryo Chronicles
https://bugs.launchpad.net/bugs/109970
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 109931] Re: Feisty Release Notes should note upgrade to Bash 3.2 changes regex syntax

2007-04-25 Thread Johnathon
** Also affects: ubuntu-website (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
Feisty Release Notes should note upgrade to Bash 3.2 changes regex syntax
https://bugs.launchpad.net/bugs/109931
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 109703] Re: [nvidia-glx] X module Int10 fails to initialize - Feisty

2007-04-25 Thread dolphinholmer
Does anyone suspect this may be resolvable soon-ish? I'll have to re-install 
Dapper if not.
Thanks.

-- 
[nvidia-glx] X module Int10 fails to initialize - Feisty
https://bugs.launchpad.net/bugs/109703
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 72350] Re: got sigsev error

2007-04-25 Thread slaroy
The computer that had this error was an old laptop. I'm no longer using it,
so I can't confirm or deny.

Steve

On 4/25/07, Kieran Hogg <[EMAIL PROTECTED]> wrote:
>
> Is this behaviour still in Feisty?
>
> ** Changed in: adept (Ubuntu)
>Status: Unconfirmed => Needs Info
>
> --
> got sigsev error
> https://bugs.launchpad.net/bugs/72350
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
got sigsev error
https://bugs.launchpad.net/bugs/72350
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for adept in ubuntu.

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


[Bug 74799] Re: Azureus always crashes on launch

2007-04-25 Thread Sam Brightman
*** This bug is a duplicate of bug 57875 ***
https://bugs.launchpad.net/bugs/57875

Adding that I also know this is not really the place, but that there are
simpler ways out of this mess: it's pretty obvious to me that changing
bug names to be more specific would be an excellent starting point.
People are voting for/duping bugs based on simple symptom rather than
cause (i.e. THE BUG). Encourage people with separate symptoms to file
separate bugs. BTW, as far as I know Azureus has never been non-
launching (in a fresh configuration - it is quite clear in some cases
what (part of) the cause is, and it's not something that could be
detected before going in to the repository).

The problem of vagueness seems to me to have confused things somewhat
for these bugs just recently. This bug seems pretty clearly to be a dup
of bug 68020 (possibly providing useful extra information), yet it was
marked as not so. It has also been marked a dup of bug 57875, which it
is NOT. Bug 57875 seems to have become confused with bug 68020 as well.
I'm not going to change anything yet, as Ulf has been quite active on
these - you see to have provided a fix for the issue with the splash
problem on bug 57875, and then a contradictory stack dump that suggests
it is another bug (namely, bug 68020 - notification window crash). Even
worse, other users have added a second cause, seemingly amd64 related,
to bug 57875.

To summarise:

This bug should be marked duplicate of bug 68020 unless the original poster can 
confirm it is not (possibly adding a comment that it may be a compile issue to 
that bug)
This bug should be marked NOT a duplicate of bug 57875.
The title of bug 57875 should be changed to something like "Azureus crashes 
drawing splash screen image at startup"
Title of bug 68020 should be changed likewise to reference the notification 
window.
Investigate all the dups of bug 57875 to see what's really going on.
Check to make sure the amd64 issue has been filed elsewhere.

If I don't hear objections, I'll do it myself.

-- 
Azureus always crashes on launch
https://bugs.launchpad.net/bugs/74799
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 39048] Re: Audio CD not recognized

2007-04-25 Thread Jonathan Jesse
Good morning,

I am marking this bug as rejected due to lack of response from the
initial requestor.  If you are having problems with this bug still,
please make sure your system is completly up to date and then re-open
this bug.

Thanks and have a great day,

Jonathan

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

-- 
Audio CD not recognized
https://bugs.launchpad.net/bugs/39048
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 36321] Re: Incomplete logout options with XGL

2007-04-25 Thread John Dong
This is not a bug, but rather misconfiguration..
If you start Xgl as a session (rather than having GDM hosted on Xgl), X cookies 
are not forwarded by default. Make sure your Xgl starter script contains two 
lines like:
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"


and you will get full logout options.

** Changed in: xserver-xgl (Ubuntu)
   Status: Needs Info => Rejected

** Changed in: gnome-session (Ubuntu)
   Status: Needs Info => Rejected

-- 
Incomplete logout options with XGL
https://bugs.launchpad.net/bugs/36321
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 109989] SRU for ltsp

2007-04-25 Thread Oliver Grawert
Public bug reported:

Binary package hint: ltsp-server

Referring to bug 105709

The bugs affects every user who logged in on a thin client and tries to
log in directly on the ltsp server later.

The bug has been adressed through a workaround in the script. in gutsy
gnome-session/gnome_sound_play() should be inspected to fix the real
cause that makes gnome-session hang if no sound backend is available.

the patch to fix the issue is attached inline in teh above mentioned
bug, a package is ready for to upload to feisty-proposed.

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

** Affects: ltsp (Ubuntu Feisty)
 Importance: Undecided
 Status: Unconfirmed

-- 
SRU for ltsp
https://bugs.launchpad.net/bugs/109989
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 105443] Re: DRI disabled with fglrx in feisty

2007-04-25 Thread Mark Jovalekic
It seems, that this is the same/similar  bug as #78684
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/78684

Do you have an Intel chipset?

-- 
DRI disabled with fglrx in feisty
https://bugs.launchpad.net/bugs/105443
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 77059] Re: MP3 Support is Broken In Feisty

2007-04-25 Thread JamesL
Same problem here - I could play mp3 files fine this morning, but for
some reason it broke this afternoon. Deleting ~/.xine solved the
problem, but I've no idea what started it. As an aside, this problem
causes Amarok to crash intermittantly.

I tried installing xine-ui and oxine to get a more meaningful error
message but couldn't get more than "Could not find demux plugin". Will
post more info if it happens again.

-- 
MP3 Support is Broken In Feisty
https://bugs.launchpad.net/bugs/77059
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kaffeine in ubuntu.

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


[Bug 57875] Re: Azureus does not start

2007-04-25 Thread Sam Brightman
Further to my comments in bug 74799, these bugs are not dups of each
other. All the other dups appear correct except for bug 83780, which,
like bug 74799, is a dup of bug 68020. Can you confirm that your friend
in fact has this second problem?

-- 
Azureus does not start
https://bugs.launchpad.net/bugs/57875
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 109990] Banshee crashes when ejecting cd

2007-04-25 Thread LCID Fire
Public bug reported:

Binary package hint: banshee

When I rip a cd and afterwards eject it I get the following exception.

An unhandled exception was thrown: Exception has been thrown by the
target of an invocation.

at System.Reflection.MonoMethod.Invoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
 <0x0011a>
at System.Reflection.MethodBase.Invoke (object,object[]) <0x0001a>
at System.Delegate.DynamicInvokeImpl (object[]) <0x0018f>
at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0002a>
at System.Delegate.DynamicInvoke (object[]) <0xe>
at NDesk.DBus.Connection.HandleSignal (NDesk.DBus.Message) <0x000e9>
at NDesk.DBus.Connection.DispatchSignals () <0x0003c>
at NDesk.DBus.Connection.Iterate () <0x00024>
at <>c__CompilerGenerated1.<>c__AnonymousMethod2 
(NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,intptr) <0x0002b>
at (wrapper native-to-managed) <>c__CompilerGenerated1.<>c__AnonymousMethod2 
(NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,intptr) <0x00041>
in (unmanaged) 0xb7eae40c
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x4>
at Gtk.Application.Run () <0x7>
at Gnome.Program.Run () <0x7>
at Banshee.BansheeEntry.Startup (string[]) <0x007f4>
at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_string[] 
(string[]) <0x00037>
at Banshee.Gui.CleanRoomStartup.Startup 
(Banshee.Gui.CleanRoomStartup/StartupInvocationHandler,string[]) <0x000ae>

.NET Version: 2.0.50727.42

Assembly Version Information:

TagLib (0.0.0.0)
ipod-sharp-ui (0.0.1.0)
System.Web (2.0.0.0)
glade-sharp (2.10.0.0)
Boo.Lang.Compiler (1.0.0.0)
avahi-sharp (1.0.0.0)
Mono.Security (2.0.0.0)
System.Windows.Forms (2.0.0.0)
Banshee.Plugins.Recommendation (0.12.1.12341)
Banshee.Plugins.Radio (0.12.1.12340)
Banshee.Plugins.Podcast (0.12.1.12339)
Banshee.Plugins.NotificationAreaIcon (0.12.1.12337)
Banshee.Plugins.MiniMode (0.12.1.12336)
Banshee.Plugins.MetadataSearch (0.12.1.12335)
Banshee.Plugins.MMKeys (0.12.1.12336)
Banshee.Plugins.Daap (0.12.1.12334)
Banshee.Plugins.Audioscrobbler (0.12.1.12332)
scratch-sharp (0.0.1.0)
Mono.Fuse (0.0.0.0)
njb-sharp (0.3.0.27013)
Banshee.Dap.Njb (0.12.1.12331)
gnome-vfs-sharp (2.16.0.0)
Banshee.Dap.MassStorage (0.12.1.12331)
ipod-sharp (0.0.1.0)
Banshee.Dap.Ipod (0.12.1.12330)
System.Configuration (2.0.0.0)
MusicBrainz (0.12.1.12319)
Banshee.MediaEngine.GStreamer (0.12.1.12329)
System.Xml (2.0.0.0)
System.Transactions (2.0.0.0)
gconf-sharp (2.16.0.0)
System.Data (2.0.0.0)
Mono.Data.SqliteClient (2.0.0.0)
pango-sharp (2.10.0.0)
Mono.Cairo (2.0.0.0)
Hal (0.0.0.0)
Banshee.Widgets (0.12.1.12322)
Last.FM (0.0.0.0)
NDesk.DBus (1.0.0.0)
Mono.Posix (2.0.0.0)
NDesk.DBus.GLib (1.0.0.0)
gnome-sharp (2.16.0.0)
gdk-sharp (2.10.0.0)
System (2.0.0.0)
atk-sharp (2.10.0.0)
glib-sharp (2.10.0.0)
gtk-sharp (2.10.0.0)
Banshee.Base (0.12.1.12326)
banshee (0.12.1.12328)
mscorlib (2.0.0.0)

Platform Information: Linux 2.6.20-15-generic i686 unknown GNU/Linux

Disribution Information:

[/etc/debian_version]
4.0

[/etc/lsb-release]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"

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

-- 
Banshee crashes when ejecting cd
https://bugs.launchpad.net/bugs/109990
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 109873] Re: [apport] kxineplayer crashed with SIGSEGV in pthread_mutex_lock()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kxineplayer crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/109873
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 109862] Re: [apport] Xorg crashed with SIGSEGV in _rtld_global()

2007-04-25 Thread Brian Murray
** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => Medium
   Status: Unconfirmed => Confirmed

-- 
[apport] Xorg crashed with SIGSEGV in _rtld_global()
https://bugs.launchpad.net/bugs/109862
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 109858] Re: [apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()

2007-04-25 Thread Brian Murray
** Changed in: inkscape (Ubuntu)
   Importance: Undecided => Medium
   Status: Unconfirmed => Confirmed

-- 
[apport] inkscape crashed with SIGSEGV in [EMAIL PROTECTED]()
https://bugs.launchpad.net/bugs/109858
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 109725] Re: can't set hardware address in /etc/network/interfaces

2007-04-25 Thread atollic
dmesg

** Attachment added: "dmesg"
   http://librarian.launchpad.net/7406339/dmesg

-- 
can't set hardware address in /etc/network/interfaces 
https://bugs.launchpad.net/bugs/109725
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 109725] Re: can't set hardware address in /etc/network/interfaces

2007-04-25 Thread atollic

** Attachment added: "syslog"
   http://librarian.launchpad.net/7406341/syslog

-- 
can't set hardware address in /etc/network/interfaces 
https://bugs.launchpad.net/bugs/109725
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 109725] Re: can't set hardware address in /etc/network/interfaces

2007-04-25 Thread atollic
Internet connection can be established by doing manually:

sudo ifconfig eth1 down
sudo ifconfig eth1 inet hw ether 00:0b:6a:3a:30:a6 up
sudo dhclient3

-- 
can't set hardware address in /etc/network/interfaces 
https://bugs.launchpad.net/bugs/109725
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 106651] Re: [EDGY] firefox crashed [@ js_GetGCThingFlags] [@ MarkGCThingChildren]

2007-04-25 Thread harrisony
** Changed in: firefox (Ubuntu)
   Status: Needs Info => Unconfirmed

-- 
[EDGY] firefox crashed [@ js_GetGCThingFlags] [@ MarkGCThingChildren]
https://bugs.launchpad.net/bugs/106651
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 53923] Re: tifm: Texas Instruments Card reader not working

2007-04-25 Thread Ben Collins
Yes, the change was a mistake. We had already identified this a few days
before release, but could not get the fix in time.

Phillip was going to work on getting 0.8 back in for feisty-updates.
Assigning to him for clarification. This will get fixed.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Medium => High
 Assignee: Ubuntu Kernel Team => Phillip Lougher
   Status: Confirmed => In Progress
   Target: None => later

-- 
tifm: Texas Instruments Card reader not working
https://bugs.launchpad.net/bugs/53923
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 109992] Nautilus crahed while seeing properties of a .swf file

2007-04-25 Thread Paco Avila
Public bug reported:

Binary package hint: nautilus

I have a swf file in my $HOME, and then a do a left-click -> Properties,
Nautilus crashes :(

ProblemType: Bug
Architecture: i386
Date: Wed Apr 25 17:28:45 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.18.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: nautilus --sm-config-prefix /nautilus-7vMOzv/ --sm-client-id 
117f00010100011773492010055030001 --screen 0
ProcCwd: /home/pavila
ProcEnviron:
 
PATH=/home/pavila/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux antares 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux

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

-- 
Nautilus crahed while seeing properties of a .swf file
https://bugs.launchpad.net/bugs/109992
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 109992] Re: Nautilus crahed while seeing properties of a .swf file

2007-04-25 Thread Paco Avila

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

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

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

-- 
Nautilus crahed while seeing properties of a .swf file
https://bugs.launchpad.net/bugs/109992
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 109991] [apport] mozilla-thunderbird-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-04-25 Thread Médéric Claassen
Public bug reported:

Binary package hint: mozilla-thunderbird

It appears I think, when the "update notifier 0.1.5.2" extension tried
to restart the application.

ProblemType: Crash
Architecture: i386
Date: Wed Apr 25 01:48:19 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin
Package: mozilla-thunderbird 1.5.0.10-0ubuntu3
PackageArchitecture: i386
ProcCmdline: /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin
ProcCwd: /home/mederic
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: mozilla-thunderbird
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/tls/i686/cmov/libpthread.so.0
 ?? ()
 ?? ()
 ?? ()
Uname: Linux promethee 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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

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

2007-04-25 Thread Médéric Claassen

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

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

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

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

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

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

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

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

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

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


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

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/109959
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 109940] Re: [apport] kicker crashed with SIGSEGV in KMiniPager::slotSetDesktop()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kicker crashed with SIGSEGV in KMiniPager::slotSetDesktop()
https://bugs.launchpad.net/bugs/109940
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 109933] Re: [apport] kfontinst crashed with SIGSEGV in FT_Get_Postscript_Name()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kfontinst crashed with SIGSEGV in FT_Get_Postscript_Name()
https://bugs.launchpad.net/bugs/109933
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 109924] Re: [apport] kxineplayer crashed with SIGSEGV in xine_gui_send_vo_data()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kxineplayer crashed with SIGSEGV in xine_gui_send_vo_data()
https://bugs.launchpad.net/bugs/109924
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 109920] Re: [apport] kdeinit crashed with SIGSEGV

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/109920
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 109920] Re: [apport] kdeinit crashed with SIGSEGV

2007-04-25 Thread Apport retracing service

StacktraceTop:?? ()

** Tags removed: need-i386-retrace

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

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/109920
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 109952] Re: [apport] xrandr crashed with SIGSEGV

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] xrandr crashed with SIGSEGV
https://bugs.launchpad.net/bugs/109952
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 109916] Re: [apport] kxineplayer crashed with SIGSEGV in xine_event_dispose_queue()

2007-04-25 Thread Apport retracing service

StacktraceTop:main (argc=12, argv=0xbf812354) at 
/build/buildd/kmplayer-0.9.4/./src/xineplayer.cpp:1203
__libc_start_main () from /lib/tls/i686/cmov/libc.so.6
_start ()

** Tags removed: need-i386-retrace

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

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

2007-04-25 Thread Apport retracing service

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

-- 
[apport] kxineplayer crashed with SIGSEGV in xine_event_dispose_queue()
https://bugs.launchpad.net/bugs/109916
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 109916] Re: [apport] kxineplayer crashed with SIGSEGV in xine_event_dispose_queue()

2007-04-25 Thread Brian Murray
** Tags added: need-i386-retrace

-- 
[apport] kxineplayer crashed with SIGSEGV in xine_event_dispose_queue()
https://bugs.launchpad.net/bugs/109916
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 84258] Re: Feisty: konqueror & akregator & kmail don't fetch informations from the web

2007-04-25 Thread Edward Holcroft
Thanks for solving this annoyance after my feisty upgrade.

-- 
Feisty: konqueror & akregator & kmail don't fetch informations from the web
https://bugs.launchpad.net/bugs/84258
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 109873] Symbolic threaded stack trace

2007-04-25 Thread Apport retracing service

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

-- 
[apport] kxineplayer crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/109873
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 109873] Re: [apport] kxineplayer crashed with SIGSEGV in pthread_mutex_lock()

2007-04-25 Thread Apport retracing service

StacktraceTop:pthread_mutex_lock () from /lib/tls/i686/cmov/libpthread.so.0
xine_event_send (stream=0x0, event=0xb6fc91bc) at events.c:80
XEventThread::run (this=0x806f338) at 
/build/buildd/kmplayer-0.9.4/./src/xineplayer.cpp:981
QThreadInstance::start (_arg=0x807095c) at kernel/qthread_unix.cpp:119
start_thread () from /lib/tls/i686/cmov/libpthread.so.0

** Tags removed: need-i386-retrace

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

-- 
[apport] kxineplayer crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/109873
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 50500] Re: Screen freezes black and locks up randomly

2007-04-25 Thread iopo
*** This bug is a duplicate of bug 50501 ***
https://bugs.launchpad.net/bugs/50501

Similar problem. 'm not using any restricted driver and I have a fresh
installation of the final feisty release! I'm on ati and I have 'desktop
effects' enabled.

Here what happen: for no apparent reason (although it is somehow
correlated with firefox) the CPU usage goes to 90% for about 20 sec. If
during this period I open menus if I do something in a fast sequence the
computer freezes: I can move the mouse but nothing responds, no
 or . The only thing I can do is
.

I also notice one thing. When the CPU usage peaks (90% or so), if I open
the system monitor there are just 4-5 active processes using around 5%
each. Weird!

Here are my specs: Dell inspiron 6000, intel pentium M (no dual core!),
ATI Mobility Radeon X300

http://reviews.cnet.com/Dell_Inspiro...-31257675.html

-- 
Screen freezes black and locks up randomly
https://bugs.launchpad.net/bugs/50500
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


<    4   5   6   7   8   9   10   11   12   13   >