Re: [Bug 83118] Re: Some components are non-free

2007-02-08 Thread Matt Zimmerman
On Thu, Feb 08, 2007 at 04:13:00PM -, Lenny Domnitser wrote:
 First of all, the copyright license of the MySQL logos is GPL; Firefox's
 logos are all rights reserved. Before trademark enters the picture,
 Firefox's logos already cannot be redistributed because of their
 copyright.

Nearly all of the software in Ubuntu has such a copyright; the important bit
is that it also has a license which grants rights to others as well.

As I've said already, we've contacted Mozilla to clarify the situation and
will proceed from there.

-- 
 - mdz

-- 
Some components are non-free
https://launchpad.net/bugs/83118

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


[Bug 84023] when /etc/hostname is empty or missing 'localhost' not properly set as the hostname

2007-02-08 Thread Ricardo Sanchez
Public bug reported:

If the file /etc/hostaname is empty or missing, the hostname is not
properly set. This causes problems with the sudo version present in 6.06
(error message: sudo: unable to lookup hola via gethostbyname()). I
think the sudo present in 6.10 fixed this.

Anyway, to fix the problem to the root, the file /etc/init.d/hostname.sh
has to be modified, and the following lime must be added.

[EMAIL PROTECTED]:/etc/init.d# diff hostname.default.sh hostname.sh -c

*** hostname.default.sh 2007-02-08 17:38:31.0 +0100
--- hostname.sh 2007-02-08 17:23:36.0 +0100
***
*** 23,28 
--- 23,29 

# And set it to 'localhost' if no setting was found
[ -z $HOSTNAME ]  HOSTNAME=localhost
+   [ $HOSTNAME == (none) ]  HOSTNAME=localhost

[ $VERBOSE != no ]  log_action_begin_msg Setting hostname 
'$HOSTNAME'
hostname $HOSTNAME

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
when /etc/hostname is empty or missing 'localhost' not properly set as the 
hostname
https://launchpad.net/bugs/84023

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


[Bug 84011] Re: [apport] gdmgreeter crashed just after entering username when using the esperanto locale (eo_XX.UTF-8)

2007-02-08 Thread Simon Law
** Changed in: gdm (Ubuntu)
   Importance: Undecided = Medium
   Status: Unconfirmed = Confirmed

-- 
[apport] gdmgreeter crashed just after entering username when using the 
esperanto locale (eo_XX.UTF-8)
https://launchpad.net/bugs/84011

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


[Bug 83685] Re: installed in partition herd3 took whole drive

2007-02-08 Thread sojourner
here are the requested logs , yes the install on sdb is still there it
just wouldn't boot from the feisty grub.

** Attachment added: partman log
   http://librarian.launchpad.net/6349513/partl

-- 
installed in partition herd3 took whole drive
https://launchpad.net/bugs/83685

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


[Bug 83685] Re: installed in partition herd3 took whole drive

2007-02-08 Thread sojourner
and the syslog

** Attachment added: syslog
   http://librarian.launchpad.net/6349556/sysl

-- 
installed in partition herd3 took whole drive
https://launchpad.net/bugs/83685

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


[Bug 84018] Re: [feisty] failure of MATSHITACD-R CW-7502 using ACARD AEC-671X PCI Ultra/W SCSI-2/3 Host Adapter

2007-02-08 Thread edoardo
just found out that it works fine with the reelased edgy live cd  - dmesg is as 
in knoppix and i can mount and use the drive.
it must be a problem with the new kernel then

-- 
[feisty] failure of MATSHITACD-R CW-7502 using ACARD AEC-671X PCI Ultra/W 
SCSI-2/3 Host Adapter
https://launchpad.net/bugs/84018

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


[Bug 82803] Re: [network-admin] breaks /etc/network/interfaces

2007-02-08 Thread Patrick Hétu
I also confirm the bug. I'm using 7.04  with gnome-system-tools
2.17.5-0ubuntu1

-- 
[network-admin] breaks /etc/network/interfaces
https://launchpad.net/bugs/82803

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


[Bug 80200] Re: Latest python2.5-minimal update in Feisty fails

2007-02-08 Thread Noah Slater
This is what it looks like on my system before you install python2.5:

Preparing to replace python2.5-minimal 2.5-5ubuntu4 (using 
.../python2.5-minimal_2.5-5ubuntu5_i386.deb) ...
Unpacking replacement python2.5-minimal ...
Setting up python2.5-minimal (2.5-5ubuntu5) ...
Installing new version of config file /etc/python2.5/site.py ...
Linking and byte-compiling packages for runtime python2.5...
Compiling /usr/lib/python2.5/site-packages/docutils/languages/ja.py ...
Sorry: LookupError: (no codec search functions registered: can't find 
encoding,)
Compiling /usr/lib/python2.5/site-packages/docutils/languages/zh_cn.py ...
Sorry: LookupError: (no codec search functions registered: can't find 
encoding,)
Compiling /usr/lib/python2.5/site-packages/docutils/parsers/rst/languages/ja.py 
...
Sorry: LookupError: (no codec search functions registered: can't find 
encoding,)
Compiling 
/usr/lib/python2.5/site-packages/docutils/parsers/rst/languages/zh_cn.py ...
Sorry: LookupError: (no codec search functions registered: can't find 
encoding,)
Compiling 
/usr/lib/python2.5/site-packages/docutils/parsers/rst/languages/zh_tw.py ...
Sorry: LookupError: (no codec search functions registered: can't find 
encoding,)
pycentral: pycentral rtinstall: package python-docutils: error byte-compiling 
files (151)
pycentral rtinstall: package python-docutils: error byte-compiling files (151)
dpkg: error processing python2.5-minimal (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 python2.5-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)

After you install python2.5 it works perfectly.

-- 
Latest python2.5-minimal update in Feisty fails
https://launchpad.net/bugs/80200

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


[Bug 84025] [apport] gnome-terminal crashed with SIGSEGV

2007-02-08 Thread Brian J. Murrell
Public bug reported:

Binary package hint: gnome-terminal

I tried to create a new profile.  It seems to have been created but
gnome-terminal crashed right after creating it.

ProblemType: Crash
Date: Thu Feb  8 11:52:29 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-terminal
Package: gnome-terminal 2.17.90-0ubuntu1
ProcCmdline: gnome-terminal --sm-config-prefix /gnome-terminal-cMyS6f/ 
--sm-client-id 110a4b160100011701949360110500011 --screen 0 
--window-with-profile-internal-id=Default --hide-menubar 
--role=gnome-terminal-11349-303612625-1170194936 --active --geometry 
80x24+20+780 --working-directory /home/brian --zoom 1 
--window-with-profile-internal-id=Default --hide-menubar 
--role=gnome-terminal-11349--2047593359-1170194941 --active --geometry 
80x24+1107+643 --command ssh\ linux --title [EMAIL PROTECTED]:\ /home/brian 
--working-directory /home/brian --zoom 1 
--window-with-profile-internal-id=Default --hide-menubar 
--role=gnome-terminal-11349--1558606004-1170195096 --active --geometry 
80x24+71+391 --working-directory /home/brian --zoom 1 
--window-with-profile-internal-id=Default --hide-menubar 
--role=gnome-terminal-9007-351858943-1170196940 --active --geometry 80x24+60+38 
--command ssh\ gw --title [EMAIL PROTECTED]:\ /home/brian --working-directory 
/home/brian --zoom 1
ProcCwd: /home/brian
ProcEnviron:
 
PATH=/home/brian/bin:/sbin:/bin:/usr/sbin/:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/StarOffice-3.1/linux-x86/bin
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-terminal
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux pc 2.6.20-4-generic #2 SMP Fri Jan 5 04:31:55 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] gnome-terminal crashed with SIGSEGV
https://launchpad.net/bugs/84025

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


[Bug 84025] Re: [apport] gnome-terminal crashed with SIGSEGV

2007-02-08 Thread Brian J. Murrell

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

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

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

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

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

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

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

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

-- 
[apport] gnome-terminal crashed with SIGSEGV
https://launchpad.net/bugs/84025

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


[Bug 84024] Xorg:could not open default cursor font

2007-02-08 Thread Till
Public bug reported:

Since I don't reboot often I'm not 100% positive as to what caused this bug... 
I tried reinstalling and reconfiguring (via dpkg) xserver-xorg xfonts-base. The 
xserver fails to launch and I can track this down to:
 
Fatal server error:
could not open default cursor font 'cursor'

in /var/log/Xorg.0.conf

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

-- 
Xorg:could not open default cursor font
https://launchpad.net/bugs/84024

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


[Bug 84024] Re: Xorg:could not open default cursor font

2007-02-08 Thread Till
Changed the affected package. How can I precise the distribution
(feisty)?

** Changed in: Ubuntu
Sourcepackagename: None = xorg

-- 
Xorg:could not open default cursor font
https://launchpad.net/bugs/84024

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


[Bug 76768] Re: Labtec Webcam Pro not recognized in Feisty Herd1

2007-02-08 Thread Stemp

** Attachment added: lsusb
   http://librarian.launchpad.net/6349609/lsusb.txt

-- 
Labtec Webcam Pro not recognized in Feisty Herd1
https://launchpad.net/bugs/76768

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


[Bug 76768] Re: Labtec Webcam Pro not recognized in Feisty Herd1

2007-02-08 Thread Stemp
On a fresh install of Herd 3

-- 
Labtec Webcam Pro not recognized in Feisty Herd1
https://launchpad.net/bugs/76768

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


[Bug 83936] Re: feisty hpfax crash in gnome-cups-add

2007-02-08 Thread dwelch91
Fixed in HPLIP 1.7.2 (to be released sometime in Feb 2007). Modified
file attached .

-Don
HP Linux Team


** Attachment added: Fixed version of hpfax: CUPS backend.
   http://librarian.launchpad.net/6349619/hpfax.py

-- 
feisty hpfax crash in gnome-cups-add
https://launchpad.net/bugs/83936

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


[Bug 83176] Re: courier: merge new debian version 0.53.3-4

2007-02-08 Thread Barry deFreese
Uploaded.  Please keep an eye on it.  Thanks for your contribution!

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

-- 
courier: merge new debian version 0.53.3-4
https://launchpad.net/bugs/83176

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


RE : [Bug 81600] Re: kde dont start after update to kde 3.5.6

2007-02-08 Thread DESROSIERS Mathieu
Well, i do update, upgrade and dist-upgrade two days after, and it's
back working again by itself ???

Thank you again.

M. Desrosiers - Etudiant 
Haute Ecole d'Ingénierie et de Gestion du Canton de Vaud (Heig-vd). HES-SO

University of Applied Science

-- 
kde dont start after update to kde 3.5.6
https://launchpad.net/bugs/81600

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

[Bug 76768] Re: Labtec Webcam Pro not recognized in Feisty Herd1

2007-02-08 Thread Stemp
lsusb : 
Bus 001 Device 003: ID 046d:08a2 Logitech, Inc. Labtec WebCam Pro



** Attachment added: dmesg
   http://librarian.launchpad.net/6349607/dmesg.txt

-- 
Labtec Webcam Pro not recognized in Feisty Herd1
https://launchpad.net/bugs/76768

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


[Bug 59882] Re: Access to remote SSH server does not distinguish the connection by port

2007-02-08 Thread Dr D J Clark
I am using 6.10 Nautilus version 2.16.1

I have several servers behind a firewall to which I connect with SSH with 
private keys. ie. ssh://[EMAIL PROTECTED]:2201, ssh://[EMAIL PROTECTED]:2201  
etc.
This works ok for command line ssh/scp/sftp
Using the Places:Connect to server menu I can create menu items in 
Places:Network places:Server 1,  Places:Network places:Server 2 etc. But 
Nautilus does not distinguish by port so all the connections display the files 
on the first connection used. Rebooting the system resets this so another 
connection can be used.
On version 6.06 the problem could be worked round as after a reboot each 
connection would work correctly, but I now find that with 6.10 even after a 
reboot the first selected connection in a session is the only one that connects.

-- 
Access to remote SSH server does not distinguish the connection by port
https://launchpad.net/bugs/59882

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


[Bug 84021] Re: [feisty] seahorse leaves old temporary directories under ~/.gnome2

2007-02-08 Thread hggdh
sorry, forgot. Seahorse version info:

seahorse 0.9.10-0ubuntu2

-- 
[feisty] seahorse leaves old temporary directories under ~/.gnome2
https://launchpad.net/bugs/84021

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


[Bug 84026] Frequency scaling unavailable on Woodcrest CPU, Feisty Herd 3

2007-02-08 Thread soundray
Public bug reported:

Binary package hint: linux-source-2.6.20

CPUs run unthrottled on fresh feisty install on Mac Pro (dual core Xeon
CPUs). The speedstep_centrino module, which reportedly supports this
model, is unavailable.

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

-- 
Frequency scaling unavailable on Woodcrest CPU, Feisty Herd 3
https://launchpad.net/bugs/84026

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


[Bug 83949] Re: evolution calender crash with AIGLX and Compiz

2007-02-08 Thread Jeroen de Ridder
Right... here it is...

** Attachment added: Backtrace Evolution error
   http://librarian.launchpad.net/6349723/gdb-evolution.txt

-- 
evolution calender crash with AIGLX and Compiz
https://launchpad.net/bugs/83949

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


[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Till Kamppeter
This causes also HPLIP's hpssd not starting:

https://launchpad.net/bugs/83878

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

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


Re: [Bug 83977] Re: firefox crashes during a yousendit file download

2007-02-08 Thread grokokok
Thanks for the precisions, I've never done that before. I'm trying to
upload the report file as an attachment to a comment of the original bug
report for almost two hours now, but firefox still says that it's
loading... Isn't there any other way to do it?
Thanks again, 
Florian


Le jeudi 08 février 2007 à 14:07 +, Alexander Sack a écrit :
 In order to process your bug, we need more information:
 
  1. Please describe exactly what you where doing when you encountered the 
 crash
  2. Please note if this crash is reproducible for you
  3. Please attach the full crash report that you get notified about on crash.
 
 Thanks!
 
 ** Changed in: firefox (Ubuntu)
  Assignee: (unassigned) = Mozilla Team
Status: Unconfirmed = Needs Info
 
 ** Tags added: needreport


-- 
firefox crashes during a yousendit file download
https://launchpad.net/bugs/83977

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

[Bug 83924] Re: [apport][feisty] hpssd crashed with IOError in daemonize()

2007-02-08 Thread Till Kamppeter
This is caused by the following bug

https://launchpad.net/bugs/83878

-- 
[apport][feisty] hpssd crashed with IOError in daemonize()
https://launchpad.net/bugs/83924

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


[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Till Kamppeter
Sorry, wrong link:

https://launchpad.net/bugs/83924

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

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


[Bug 69127] Re: ooqstart-gnome broken dependencies

2007-02-08 Thread Scott James Remnant
** Changed in: ooqstart (Ubuntu)
 Assignee: Scott James Remnant = (unassigned)

-- 
ooqstart-gnome broken dependencies
https://launchpad.net/bugs/69127

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


[Bug 83619] Re: [Feisty] cannot change proxy

2007-02-08 Thread Alex Mauer
*** This bug is a duplicate of bug 40360 ***

bug #83619 (the one I added a comment to) according to comment #2 from
quinnman.  But I see that I misread it, and it's not about changing the
automatic  proxy configuration script, it's about ceasing to use the
automatic proxy config.  So never mind my comment.

-- 
[Feisty] cannot change proxy
https://launchpad.net/bugs/83619

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


Re: [Bug 83020] Re: Very slow BootUp and SwitchOff

2007-02-08 Thread G. Arena
Gaetano Arena wrote:
 Thomas Hotz wrote:
 Scott wrote:
  
 Please install the bootchart package, and provide a copy of the chart
 
 from /var/log/bootchart

 1) You have to install a program called 'bootchart'

 with Terminal: sudo apt-get install bootchart

 or you can do this with Synaptic.

 2) Go with e.g. Nautilus to /var/log/bootchart and provide the *.png.

   
 /home/a/edgy-20070206-1.png


 Hi Scott!

 I hope that I am sending the requested file properly. It should be in 
 the Attachment.
 My problem has been that the Ubuntu 6.10 in question is on a diffrent PC
 from the one I received the E-mail
 Sorry for the truble.
 Yours,

 Gaetano Arena

 


-- 
Very slow BootUp and SwitchOff
https://launchpad.net/bugs/83020

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


[Bug 83924] Re: [apport][feisty] hpssd crashed with IOError in daemonize()

2007-02-08 Thread Till Kamppeter
Stephane, can you have a look at Ian Jackson's postings in bug 83878

https://launchpad.net/bugs/83878

and supply here the information Ian is asking for on your system? This
way we can find out whether this bug is the same as 83878 or not, and we
have also more info to fix 83878.


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

-- 
[apport][feisty] hpssd crashed with IOError in daemonize()
https://launchpad.net/bugs/83924

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


[Bug 84027] [Feisty Herd 3] CIFS share does not appear in Places menu

2007-02-08 Thread soundray
Public bug reported:

Binary package hint: gnome-volume-manager

On mounting a CIFS share, it fails to appear in Nautilus Places menu.
Entry appears after logging out and in again.

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

-- 
[Feisty Herd 3] CIFS share does not appear in Places menu
https://launchpad.net/bugs/84027

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


[Bug 83924] Re: [apport][feisty] hpssd crashed with IOError in daemonize()

2007-02-08 Thread Stéphane Graber
Indeed, I had to boot my laptop today and just found that both /dev/null and 
/dev/zero weren't writable (660, root/root) ...
So I think we can close that bug as it's not the fault of hplip bug an udev 
issue.

Thank you for the link.

-- 
[apport][feisty] hpssd crashed with IOError in daemonize()
https://launchpad.net/bugs/83924

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


[Bug 84028] [Feisty Herd 3] nautilus-cd-burner ejects CD after burn

2007-02-08 Thread soundray
Public bug reported:

Binary package hint: nautilus-cd-burner

After completing the burn process, the drive opens. This behaviour
should be configurable. gconf-editor has no option.

** Affects: nautilus-cd-burner (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[Feisty Herd 3] nautilus-cd-burner ejects CD after burn
https://launchpad.net/bugs/84028

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


[Bug 83275] Re: Unable to add keyboard layout switcher panel applet

2007-02-08 Thread Alex Jones
This seems to have fixed itself. I can no longer reproduce this, though
it definitely WAS reproducable at one point.

Feel free to close this.

Thanks.

-- 
Unable to add keyboard layout switcher panel applet
https://launchpad.net/bugs/83275

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


[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Mathieu Bérard
Hi, 
while doing the things you asked me, I've pinpointed the origin of the problem:

/etc/init.d/udev call usplash_write at line 51, but last usplash update
introduce the use of the libx86 library:

ldd /sbin/usplash_write 
libx86.so.1 = /usr/lib/libx86.so.1 (0xb7f9d000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb7e5c000)
/lib/ld-linux.so.2 (0xb7fb2000)

As you can see libx86.so.1 is in /usr which in my config is a separate
partition and is thus not yet mounted a this point of the boot process,
as the udev init.d script is called with the '-e' switch set the script
abort at this point, as udetrigger is called later in the script, it
never get a change to run.

So the recently uploaded udev-lvm modifications are not the origin of
the problem, usplash is.

As a side-note I have no /var/log/udev as this file is produced by
udevmonitor which is also in /usr.

** Also affects: usplash (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

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


[Bug 54334] Re: vlc give segmentation fault on amd64 when playin dvd

2007-02-08 Thread James Tait
Freshly-burned DVD of a friend's wedding (so no CSS etc) caused VLC to
crash with the message:

Feb  8 17:03:51 ferrari kernel: [326815.987262] vlc[15097]: segfault at
b2b19803 rip 2fd56937 rsp 43004750 error 4

in /var/log/syslog.  Crash dump (sadly without debug symbols) attached
-- I'll check the link above and see if I can get one with symbols.

** Attachment added: Crash report
   http://librarian.launchpad.net/6349736/_usr_bin_vlc.1000.crash

-- 
vlc give segmentation fault on amd64 when playin dvd
https://launchpad.net/bugs/54334

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


[Bug 83936] Re: feisty hpfax crash in gnome-cups-add

2007-02-08 Thread Till Kamppeter
Please replace your /usr/lib/cups/backend/hpfax file by the attached
hpfax.py file and make it executable:

chmod +x /usr/lib/cups/backend/hpfax

Then try to add a printer and see whether the crash reporter does not
get triggered any more.


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

-- 
feisty hpfax crash in gnome-cups-add
https://launchpad.net/bugs/83936

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


[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Stéphane Graber
I have the same issue (/dev/null and /dev/zero are 660 instead of 666)


** Attachment added: udevd-output
   http://librarian.launchpad.net/6349763/udevd-output

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

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


Re: [Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Ian Jackson
Mathieu Bérard writes ([Bug 83878] Re: wrong permissions for /dev/null):
 while doing the things you asked me, I've pinpointed the origin of
 the problem:
 
 /etc/init.d/udev call usplash_write at line 51, but last usplash update
 introduce the use of the libx86 library:
 
 ldd /sbin/usplash_write 
 libx86.so.1 = /usr/lib/libx86.so.1 (0xb7f9d000)

[stuff]

Well done and thank you!  I will fix this shortly.

Ian.

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

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

[Bug 84029] missing enblend package

2007-02-08 Thread Stefano Costa
Public bug reported:

Binary package hint: hugin

As far as I know, the enblend program is needed to to the final
composition of images that have been stitched by hugin. But the enblend
package is missing from the repositories, though is is recommended for
hugin.

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

-- 
missing enblend package
https://launchpad.net/bugs/84029

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


[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Stéphane Graber
 * does running udevtrigger fix a broken system ?
yes, it does
 * grep 'event queue' /var/log/*
nothing
 * check for last entry like this
[EMAIL PROTECTED]:/home/stgraber# ls /var/log/udev*
ls: /var/log/udev*: No such file or directory

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

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


[Bug 83288] Re: firefox adblock doesn't work

2007-02-08 Thread Freddy Martinez
** Changed in: mozilla-firefox-adblock (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
firefox adblock doesn't work
https://launchpad.net/bugs/83288

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


[Bug 76768] Re: Labtec Webcam Pro not recognized in Feisty Herd1

2007-02-08 Thread Brian Murray
** Changed in: Ubuntu
Sourcepackagename: None = linux-source-2.6.20
 Assignee: Brian Murray = (unassigned)
   Status: Needs Info = Unconfirmed

-- 
Labtec Webcam Pro not recognized in Feisty Herd1
https://launchpad.net/bugs/76768

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


[Bug 84030] [Feisty Fawn Herd 3] ghostcript package dependencies bug: unknown device x11

2007-02-08 Thread Maini Marco
Public bug reported:

Binary package hint: gs-esp

Upgrading from 6.10 to Feisty with dist-upgrade, the package gs-esp-x is
not installed. So applications as Kghostview can't display documents
because Ghostscript doesn't know X11 device. The problem is fixed
installing the package.

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

-- 
[Feisty Fawn Herd 3] ghostcript  package dependencies bug: unknown device x11
https://launchpad.net/bugs/84030

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


[Bug 83924] Re: [apport][feisty] hpssd crashed with IOError in daemonize()

2007-02-08 Thread Ian Jackson
*** This bug is a duplicate of bug 83878 ***

Stephane: do you have /usr on a separate partition ?  I think we have
found a likely cause at
https://launchpad.net/ubuntu/+source/udev/+bug/83878.

If you do have /usr on a separate partition then we probably don't need
the information I asked Till to ask you to provide.

** This bug has been marked a duplicate of bug 83878
   wrong permissions for /dev/null

-- 
[apport][feisty] hpssd crashed with IOError in daemonize()
https://launchpad.net/bugs/83924

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


[Bug 81600] Re: kde dont start after update to kde 3.5.6

2007-02-08 Thread Brian Murray
Thanks for the additional information and letting us know that this now
works for you.  Because of this I am now closing the bug.  Feel free to
let us know if you have any more issues.

** Changed in: Ubuntu
 Assignee: Brian Murray = (unassigned)
   Status: Needs Info = Rejected

-- 
kde dont start after update to kde 3.5.6
https://launchpad.net/bugs/81600

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


[Bug 84034] gdm crash when dimming screen

2007-02-08 Thread wakady
Public bug reported:

when trying to increase or decrease screen brightness with Fn F7~F8,  GDM crash 
 restart to login screen..
Laptop HP dv6183 ( dv6000 series )

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
gdm crash when dimming screen
https://launchpad.net/bugs/84034

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


[Bug 84031] [Feisty Herd 3] installer timezone map slow to zoom

2007-02-08 Thread soundray
Public bug reported:

Binary package hint: ubiquity

After selecting a region for the time zone, the map zooms in intolerably
slowly. There should be an alternative selection method, eg. dropdown
lists.

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

-- 
[Feisty Herd 3] installer timezone map slow to zoom
https://launchpad.net/bugs/84031

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


[Bug 74673] Re: gweather_applet resets unit preferences to explicit values on restart

2007-02-08 Thread Alex Jones
This seems fixed in Feisty. Problem was in Edgy.

-- 
gweather_applet resets unit preferences to explicit values on restart
https://launchpad.net/bugs/74673

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


[Bug 74670] Re: GNOME Clock has duplicate 0x20's on single-figure dates

2007-02-08 Thread Alex Jones
Because it would be consistent with itself. In a monospace terminal, the
width of a space is equal to the width of a digit, so dates line up in,
e.g. ls. This isn't the case with variable-width fonts and it just
looks silly to have inconsistent spacing between, e.g.
Fri··9·Feb,·17:42 and Sat·10·Feb,·17:42.

-- 
GNOME Clock has duplicate 0x20's on single-figure dates
https://launchpad.net/bugs/74670

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

[Bug 84036] [Feisty Herd 3] partitioner shows EFI system partition with mountpoint, but this is not mounted after the installation

2007-02-08 Thread soundray
Public bug reported:

Binary package hint: ubiquity

Installing on a Mac Pro with two hard disk drives, the first (Mac
disklabel) drive is shown with only one mountable partition (EFI system
partition). A mountpoint is offered by default. After installation,
this partition is not mounted.

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

-- 
[Feisty Herd 3] partitioner shows EFI system partition with mountpoint, but 
this is not mounted after the installation
https://launchpad.net/bugs/84036

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


[Bug 84035] cannot upgrade kernel

2007-02-08 Thread gratefulfrog
Public bug reported:

When running synaptic, I try to update my kernel on AMD64, but get these
messages:

linux-image-generic:
 Depends: linux-image-2.6.17-11-generic  but it is not installable

linux-restricted-modules-generic:
 Depends: linux-restricted-modules-2.6.17-11-generic but it is not going to be 
installed

Does this mean that there is a circular dependency? This only occurred
today, never before; I always keep my system fully up to date.

Thanks for any help.
GF

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
cannot upgrade kernel
https://launchpad.net/bugs/84035

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


[Bug 84033] PC crashes as I reach an internet site

2007-02-08 Thread mommedia.com
Public bug reported:

Onforce.comthis site is constantly freezing up the PC, and I honestly do 
not think it has to do with the video card as you have concluded. Also, I keep 
getting this message when I try to upgrade the system please, see the jpg file. 
 I have done everything that is listed there and is skipping these updates!
The dmesg.log  command you have requested is returned empty!


-

Sorry for this remark, but I can not help, but say that this is a bigger
mess than windows!

: (

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
PC crashes as I reach an internet site
https://launchpad.net/bugs/84033

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


[Bug 83939] Re: brltty starts twice on boot

2007-02-08 Thread Mike Pedersen
Well, re-adding the exit line certainly changes the behavior.  Now when
I boot the laptop with the USB display attached brltty continually tries
to initialize the display never with any success.  This is the exact
behavior I reported in the original bug.  It almost seems like something
that starts up late in the boot process is continually poling the usb
ports thus not allowing brltty to start after a certain point.  What is
strange is that before the recent changes brltty never loaded via the
brltty in init.d either which makes me wonder why does it alter the
behavior at all?

-- 
brltty starts twice on boot
https://launchpad.net/bugs/83939

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


[Bug 84033] Re: PC crashes as I reach an internet site

2007-02-08 Thread mommedia.com

** Attachment added: will not update
   http://librarian.launchpad.net/6349820/Screenshot.jpg

** Description changed:

  Onforce.comthis site is constantly freezing up the PC, and I honestly do 
not think it has to do with the video card as you have concluded. Also, I keep 
getting this message when I try to upgrade the system please, see the jpg file. 
 I have done everything that is listed there and is skipping these updates!
  The dmesg.log  command you have requested is returned empty!
+ 
+ 
+ 
-
+ 
+ Sorry for this remark, but I can not help, but say that this is a bigger
+ mess than windows!
+ 
+ : (

-- 
PC crashes as I reach an internet site
https://launchpad.net/bugs/84033

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


[Bug 83013] Re: (Feisty) NetworkManager makes system unusable, seems to have problem with dbus

2007-02-08 Thread leon van der Ree
I can confirm that blacklisting module r8187 fixes the error of the
NetworkManager.

I rebooted, after adding r8187 to the blacklist, and installed network-
manager(-gnome) and now I don't see any error and my system stays up as
normal.

Of course I haven't got wireless now, but I didn't use if anyway on my
desktop, so for me that isn't a very big problem for now.

-- 
(Feisty) NetworkManager makes system unusable, seems to have problem with dbus
https://launchpad.net/bugs/83013

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


[Bug 78255] Re: [feisty] rtl8180 oops

2007-02-08 Thread Kyle McMartin
Peter Würtz, do you have an rtl8187? Could you please post the dmesg of
your crash too (we only have 8180 right now.) I'm trying to fix this,
but it's not obvious that this is not a problem with the upstream
driver.

** Summary changed:

- [feisty] rtl8180 oops on kernel 2.6.20-4
+ [feisty] rtl8180 oops

-- 
[feisty] rtl8180 oops
https://launchpad.net/bugs/78255

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

[Bug 84038] sound: PCM channel is always off after reboot or after suspend

2007-02-08 Thread beneedict
Public bug reported:

After every reboot or suspend of my up to date Kubuntu Feisty Fawn on my
nx6325 (Intel HDA sound) the PCM channel is switched off in kmix and I
do not have any sound then :( I do not know, if it is a problem of kmix
or ALSA... After switching on the channel, everything works fine again!

THX for your great work on Kubuntu Feisty! The system is great, and that even 
though it is still alpha!!!
Benedikt

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
sound: PCM channel is always off after reboot or after suspend
https://launchpad.net/bugs/84038

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


[Bug 84037] Boa Constructor crash

2007-02-08 Thread Jean-Marie PIVETEAU
Public bug reported:

Binary package hint: boa-constructor

I was just discovering Boa Constructor by just following the tutorial in:
Help: Getting Started Guide for Boa Constructor / 2. Tutorial - Building your 
first application / 2.8 Creating a Dialog Window - with sizers.
it says: Create three items by clicking on the 'More new' button and selecting 
Add sizer
I added the 3 items in the Collection Editor, which appeared named as None.
After having renamed the first None as self.fgsImages, by selecting the new 
name via the Inspector / Constr / Sizer field, Boa Constructor crashed and a 
python crash file was created in /var/crash.

** Affects: boa-constructor (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Boa Constructor crash
https://launchpad.net/bugs/84037

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


[Bug 84030] Re: [Feisty Fawn Herd 3] ghostcript package dependencies bug: unknown device x11

2007-02-08 Thread didier
*** This bug is a duplicate of bug 83597 ***

** This bug has been marked a duplicate of bug 83597
   Unknown device: x11alpha

-- 
[Feisty Fawn Herd 3] ghostcript  package dependencies bug: unknown device x11
https://launchpad.net/bugs/84030

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


[Bug 84037] Re: Boa Constructor crash

2007-02-08 Thread Jean-Marie PIVETEAU

** Attachment added: Crash trace - small version
   http://librarian.launchpad.net/6349902/_usr_bin_python.cP3_c4.crash

-- 
Boa Constructor crash
https://launchpad.net/bugs/84037

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


[Bug 83873] Re: Wifi connection Problem

2007-02-08 Thread Brian Murray
Thanks for the update of your bug report.  I am curious as to what type
of  wifi router you have so we can better help other Ubuntu users.
Thanks in advance.

-- 
Wifi connection Problem
https://launchpad.net/bugs/83873

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


[Bug 75045] Re: USB Devices Freeze Randomly

2007-02-08 Thread Brian Murray
From your last comment I am under the impression that you are no longer
having USB freeze incidents, is that correct?  If so I would like to
close the bug.  Thanks in advance.

-- 
USB Devices Freeze Randomly
https://launchpad.net/bugs/75045

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


[Bug 69147] Re: Firefox crash report

2007-02-08 Thread John Vivirito
this has been a pain retrace but i will see what i can do.

-- 
Firefox crash report
https://launchpad.net/bugs/69147

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


[Bug 1860] Re: fusermount requires fuse module kernel to be loaded, isn't done automagically

2007-02-08 Thread Jonppe
 
I'm using edgy as well and had the same problem.
Rules existed. I was in fuse group and fuse was the group in /dev/fuse.

Still I got permission denied error.
 
Anyway, I had just installed ssftp and obligatory packages, so I decided to use 
the magical trick;
reboot. Now everything works perfectly.

-- 
fusermount requires fuse module kernel to be loaded, isn't done automagically
https://launchpad.net/bugs/1860

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


[Bug 84039] [apport] archivemail crashed with AttributeError in add_status_headers()

2007-02-08 Thread Lorenco Trichardt
Public bug reported:

Binary package hint: archivemail

This worked on Edgy 
/usr/bin/archivemail -d 10 -o /media/data/mail/archive.mail 
/media/data/mail/lorenco.mail/Bank

ProblemType: Crash
Date: Thu Feb  8 19:56:22 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/archivemail
InterpreterPath: /usr/bin/python2.5
Package: archivemail 0.7.0-1
ProcCmdline: /usr/bin/python /usr/bin/archivemail -d 30 -o 
/media/data/mail/archive.mail /media/data/mail/lorenctr.mail/IBMArchive
ProcCwd: /
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_ZA.UTF-8
PythonArgs: ['/usr/bin/archivemail', '-d', '30', '-o', 
'/media/data/mail/archive.mail', '/media/data/mail/lorenctr.mail/IBMArchive']
SourcePackage: archivemail
Uname: Linux ibmtux 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 i686 
GNU/Linux

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

-- 
[apport] archivemail crashed with AttributeError in add_status_headers()
https://launchpad.net/bugs/84039

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


[Bug 84039] Re: [apport] archivemail crashed with AttributeError in add_status_headers()

2007-02-08 Thread Lorenco Trichardt

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

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

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

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

-- 
[apport] archivemail crashed with AttributeError in add_status_headers()
https://launchpad.net/bugs/84039

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


[Bug 83985] Re: edgy: GUI gnome-app-install get stuck

2007-02-08 Thread Calvin2kger
** Description changed:

  Binary package hint: gnome-app-install
  
  after an dapper to edgy upgrade, if i want to install new software the
  GUI gnome-app-install is looking for already installed components and
  then get stuck.
  
  I made a screenshot, so you can see what i mean:
  http://img349.imageshack.us/img349/6558/buntuar9.gif
  
- what the terminal says during the process:
- http://forum.ubuntuusers.de/goto?post=568140
+ what the terminal says during the process: 
+ [code]
+ [EMAIL PROTECTED]:~$ gnome-app-install
+ Introspect error: The name org.freedesktop.AppInstall was not provided by any 
.service files
+ no listening object (The name org.freedesktop.AppInstall was not provided by 
any .service files)
+ 
+ ** (gnome-app-install:9769): WARNING **: return value of custom widget 
handler was not a GtkWidget
+ /usr/lib/python2.4/site-packages/AppInstall/Progress.py:40: GtkWarning: 
Failed to set text from markup due to error parsing markup: Fehler in Zeile 1, 
Zeichen 9: UngÃŒltiger UTF-8-kodierter Text
+   self.label_action.set_markup(i+%s % self.subOp+/i)
+ /usr/lib/python2.4/site-packages/AppInstall/AppInstall.py:1270: GtkWarning: 
gtk_tree_model_sort_sort: assertion `tree_model_sort-default_sort_func != 
NULL' failed
+   item.applications.set_default_sort_func(None)
+ Traceback (most recent call last):
+   File /usr/lib/python2.4/site-packages/AppInstall/AppInstall.py, line 
1287, in on_treeview_packages_cursor_changed
+ self.show_description(item)
+   File /usr/lib/python2.4/site-packages/AppInstall/AppInstall.py, line 
1059, in show_description
+ rough_desc = pkg.description.rstrip( \n\t)
+   File /usr/lib/python2.4/site-packages/apt/package.py, line 169, in 
description
+ for line in string.split(unicode(self._records.LongDesc,utf-8),\n):
+ UnicodeDecodeError: 'utf8' codec can't decode bytes in position 94-96: 
invalid data
+ Traceback (most recent call last):
+   File /usr/lib/python2.4/site-packages/AppInstall/AppInstall.py, line 
1287, in on_treeview_packages_cursor_changed
+ self.show_description(item)
+   File /usr/lib/python2.4/site-packages/AppInstall/AppInstall.py, line 
1059, in show_description
+ rough_desc = pkg.description.rstrip( \n\t)
+   File /usr/lib/python2.4/site-packages/apt/package.py, line 169, in 
description
+ for line in string.split(unicode(self._records.LongDesc,utf-8),\n):
+ UnicodeDecodeError: 'utf8' codec can't decode bytes in position 94-96: 
invalid data 
+ [/code]
  
  i tried:
- sudo aptitude update
- sudo aptitude upgrade
+ 
  sudo aptitude reinstall gnome-app-instal
  
  then i deleted death sources from my sourcelist and the problem supposed to 
be fixed.
  But now it comes again and again. The guys on my ubuntu-community recommented 
to make a bug-report here. I hope it helps.
  
  best regards and thanks for you great work, calvin2kger!

-- 
edgy: GUI gnome-app-install get stuck
https://launchpad.net/bugs/83985

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

[Bug 83989] Re: conflicts against older library packages

2007-02-08 Thread Lukas Fittl
This is due to the way how libOgrePlatform.so is currently handled, as
it does not have a proper SONAME at the moment.

Solutions to this problem are either concerning upstream to properly
manage an SONAME for this library as well, or to manually patch an
SONAME into it. The first one seems more appropriate to me, but requires
further investigations from my side if this is really the correct way to
do it, and after that there is the work of convincing upstream that it
is important. So I guess this will be solved for the 1.4 release of
Ogre.

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

-- 
conflicts against older library packages
https://launchpad.net/bugs/83989

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


[Bug 83985] Re: edgy: GUI gnome-app-install get stuck

2007-02-08 Thread Michael Vogt

Could you please check if the pacakges 'ubuntu-minimal', 'ubuntu-
standard' and 'ubuntu-desktop' are installed?

This looks like a duplicate of #81190.

thanks,
 Michael


** Changed in: gnome-app-install (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
edgy: GUI gnome-app-install get stuck
https://launchpad.net/bugs/83985

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


[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Ian Jackson
libx86_0.99-1ubuntu1 should fix the most-underlying cause but I think a
change to udev is needed too (to make it less fragile).

Thanks very much to Mathieu Bérard for doing the hard lifting here.

** Changed in: udev (Ubuntu)
 Assignee: (unassigned) = Ian Jackson
   Status: Confirmed = In Progress

** Changed in: usplash (Ubuntu)
Sourcepackagename: usplash = libx86
   Status: Unconfirmed = Fix Released

** Summary changed:

- wrong permissions for /dev/null
+ wrong permissions for /dev/null when /usr is a separate filesystem

** Description changed:

- Binary package hint: udev
- 
- just dist-upgraded my desktop (and rebooted), and now zsh complains when
- trying to tab-complete any commands. Also, starting gnome doesn't work.
- Maybe something to do with the uploads today?
+ /etc/init.d/udev calls usplash_write which fails because libx86.so is in
+ /usr (not mounted at this point if /usr is a separate filesystem).
+ /etc/init.d/udev's set -e setting then causes udevd not to run and
+ /dev/null (and many other entries in /dev) end up being wrong.

** Also affects: usplash (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

** Description changed:

  /etc/init.d/udev calls usplash_write which fails because libx86.so is in
  /usr (not mounted at this point if /usr is a separate filesystem).
  /etc/init.d/udev's set -e setting then causes udevd not to run and
  /dev/null (and many other entries in /dev) end up being wrong.
+ 
+ Additionally, it is a bug that usplash_write links to libx86 since it is
+ just the IPC client and shouldn't need it.

** Changed in: usplash (Ubuntu)
   Importance: Undecided = Low
   Status: Unconfirmed = Confirmed

-- 
wrong permissions for /dev/null when /usr is a separate filesystem
https://launchpad.net/bugs/83878

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

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-08 Thread Michael Vogt
Could you please check if the pacakges 'ubuntu-minimal', 'ubuntu-
standard' and 'ubuntu-desktop' are installed?

This looks like a duplicate of #81190.

thanks,
 Michael

** Changed in: gnome-app-install (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
[apport] update-app-install crashed with UnicodeEncodeError in __eq__()
https://launchpad.net/bugs/84019

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


[Bug 83645] Re: k3b can't burn cd's

2007-02-08 Thread Brian Murray
What groups is your user a member of?  You can find out via the command
'id' run in a terminal.

-- 
k3b can't burn cd's
https://launchpad.net/bugs/83645

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


[Bug 77564] Re: Crash while trying to save an rtf from a GoogleMail email (but had just failed to open an rm file with Totem)

2007-02-08 Thread John Vivirito
Alan if you look in top left hand of this page ther eis a
Comment/Attach File  link click that to attach the file.

-- 
Crash while trying to save an rtf from a GoogleMail email (but had just failed 
to open an rm file with Totem)
https://launchpad.net/bugs/77564

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


[Bug 84040] Re: [apport] opera crashed with SIGSEGV

2007-02-08 Thread leon van der Ree

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

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

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

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

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

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

-- 
[apport] opera crashed with SIGSEGV
https://launchpad.net/bugs/84040

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


[Bug 84040] [apport] opera crashed with SIGSEGV

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

Crash occured during spellcheck (from the right-click menu in Opera) in
a form on a wiki.

ProblemType: Crash
CrashCounter: 1
Date: Thu Feb  8 18:57:00 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/opera/9.20-20070202.6/opera
Package: opera 9.20-20070202.6
ProcCmdline: /usr/lib/opera/9.20-20070202.6/opera -style Plastik
ProcCwd: /home/leon
ProcEnviron:
 [EMAIL PROTECTED]
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 SHELL=/bin/bash
Signal: 11
SourcePackage: opera
Stacktrace:
 Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
 #0  0x083ccc4e in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux leon-desktop 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin mythtv plugdev 
scanner video

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] opera crashed with SIGSEGV
https://launchpad.net/bugs/84040

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


[Bug 83194] Re: Firefox crashes when switching video mode at filecabi.net

2007-02-08 Thread Hilario J. Montoliu \(hjmf\)
ThreadStacktrace retraced; idem

** Attachment added: ThreadStacktrace
   http://librarian.launchpad.net/6350002/ThreadStacktrace

-- 
Firefox crashes when switching video mode at filecabi.net
https://launchpad.net/bugs/83194

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


[Bug 83194] Re: Firefox crashes when switching video mode at filecabi.net

2007-02-08 Thread Hilario J. Montoliu \(hjmf\)
Stacktrace, tell me if this is OK

** Attachment added: Stacktrace
   http://librarian.launchpad.net/6350001/Stacktrace

-- 
Firefox crashes when switching video mode at filecabi.net
https://launchpad.net/bugs/83194

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


[Bug 73536] Re: Firefox crashes on instant X server shutdown

2007-02-08 Thread John Vivirito
Taking for retrace.

** Changed in: firefox (Ubuntu)
 Assignee: (unassigned) = John Vivirito

-- 
Firefox crashes on instant X server shutdown
https://launchpad.net/bugs/73536

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


[Bug 33500] Re: Deskbar Applet Entry in panel incompatible with Compiz

2007-02-08 Thread della
I am using feisty up to date with latest release of beryl,  video card
is the one integrated in the new macbook, an Intel.

I have this problem: deskbar does not get focus if in entry in panel
mode, while it works in the other mode.

To be precise, I can select with mouse the text that is in the deskbar
but no keyboard input is received or at least displayed, nor a charater
appear, nor a paste works.

As far as I remember, it worked well till few days ago. 
If I switch with beryl manager to metacity theme, it works perfectly.

-- 
Deskbar Applet Entry in panel incompatible with Compiz
https://launchpad.net/bugs/33500

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


[Bug 63402] Re: Edgy Beta cannot boot

2007-02-08 Thread Daniel G. Taylor
Hey,

Sorry it's taken me so long to respond, but I finally found some time
today to get this done. It literally takes half an hour for me to boot
from the live cd (it just sits after the kernel null pointer crashes
modprobe or something, but eventually boots). When it finally boots I
have no access to usb or network hardware, but I found a way to save the
logs so I could bring them up again later on a second hard drive.

The logs attached are for Edgy, but booting a Feisty live cd has the
same error (I just don't have the time to wait for it to boot all the
way right now).

I just want to stress that this is a serious show stopper bug. I cannot
use Ubuntu on my system with the default kernel. I'm really hoping the
fix will get into Feisty.

** Attachment added: Log file output for kernel team
   http://librarian.launchpad.net/6351026/logs.tar.bz2

-- 
Edgy Beta cannot boot
https://launchpad.net/bugs/63402

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


[Bug 84035] Re: cannot upgrade kernel

2007-02-08 Thread Paolo Sammicheli
*** This bug is a duplicate of bug 84016 ***

** This bug has been marked a duplicate of bug 84016
   Unmet dependency in metapackage linux-image-generic

-- 
cannot upgrade kernel
https://launchpad.net/bugs/84035

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


[Bug 84024] Re: Xorg:could not open default cursor font

2007-02-08 Thread Till
Ok it's more or less fixed although the bug should stay opened:

/usr/share/fonts/X11/misc/fonts.dir contained this ligne:
cursor.pcf.gz-artwiz cursor
By comparing it to my other machine I realized that renaming the file 
cursor.pcf.gz-artwiz to cursor.pcf.gz and modifying the fonts.dir file 
adequately resolved the issue.
This is a hack and I don't really understand where the problem came from. I'm 
sure this problem does not come from my tampering with system files because I 
try avoiding such messing around as much as possible. I beleive gcursor might 
be the culprit here...

-- 
Xorg:could not open default cursor font
https://launchpad.net/bugs/84024

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


[Bug 83937] Re: Synaptic Package Manager dies silently

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

Could you pleae add the exact error mesage to this report? Also what
permissions /tmp/orbit-root/ had?

I was not able to reproduce this bug here with with the following (test) 
permissions:
~$ ls -dl /tmp/orbit-root/
d- 2 root root 4096 2007-02-08 19:03 /tmp/orbit-root/

Synaptic started and worked fine.

Thanks,
 Michael

** Also affects: synaptic (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
Synaptic Package Manager dies silently
https://launchpad.net/bugs/83937

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


[Bug 83938] Re: Update Manager does not apply updates

2007-02-08 Thread Michael Vogt
*** This bug is a duplicate of bug 83937 ***

Thanks for your bugreport.

This is caused by synaptic (that is used as a backend for update-
manager).

** This bug has been marked a duplicate of bug 83937
   Synaptic Package Manager dies silently

-- 
Update Manager does not apply updates
https://launchpad.net/bugs/83938

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


[Bug 83878] Re: wrong permissions for /dev/null when /usr is a separate filesystem

2007-02-08 Thread Colin Watson
libx86 0.99-1.2 also fixes this; I've resurrected the lost i386 upload
that should have made it into the archive this morning but didn't.

-- 
wrong permissions for /dev/null when /usr is a separate filesystem
https://launchpad.net/bugs/83878

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


[Bug 81756] Re: Does not work on a Intel DG965WG with i965

2007-02-08 Thread Kyle McMartin
Indeed.

-- 
Does not work on a Intel DG965WG with i965
https://launchpad.net/bugs/81756

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


[Bug 35505] Re: dependency error: libjack.so.0

2007-02-08 Thread Vassilis Pandis
We are closing this bug report as it lacks the information, which was
described in the previous comments, we need to investigate the problem
further. However, please reopen it if you can give us the missing
information and don't hesitate to submit bug reports in the future.

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

-- 
dependency error: libjack.so.0
https://launchpad.net/bugs/35505

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


[Bug 84045] Re: BUG: soft lockup detected on CPU#1!

2007-02-08 Thread Tom M.
Dmesg attached.

** Attachment added: dmesg output
   http://librarian.launchpad.net/6351114/soft-lockup.txt

-- 
BUG: soft lockup detected on CPU#1!
https://launchpad.net/bugs/84045

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


[Bug 84045] BUG: soft lockup detected on CPU#1!

2007-02-08 Thread Tom M.
Public bug reported:

This bug doesn't seem to occur much but it does it randomly. Often when
I am just doing day-to-day tasks on the machine (Firefox open, maybe 3
or 4 terminals), playing music, etc..

The machine will lock up anywhere between 10 seconds to a minute
(depending on how many of these soft lockups occur.)

I'm running:

Edgy 6.10
linux-image-2.6.17-10-generic  (2.6.17.1-10.34) SMP
AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
2 gig RAM

I'm not sure, but I *think* it might be the madwifi driver. I'm using a Netgear 
wireless card with an Atheros chipset on it.
02:07.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (
rev 01)

I really didn't notice these lockups until I installed the card. I
wonder if it could be related?

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
BUG: soft lockup detected on CPU#1!
https://launchpad.net/bugs/84045

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


[Bug 83878] Re: wrong permissions for /dev/null when /usr is a separate filesystem

2007-02-08 Thread Ian Jackson
udev_103-0ubuntu12 uses ||: appropriately.

** Changed in: usplash (Ubuntu)
 Assignee: (unassigned) = Colin Watson

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

-- 
wrong permissions for /dev/null when /usr is a separate filesystem
https://launchpad.net/bugs/83878

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


[Bug 84041] Re: First move kings pawn then kings bishop then crash

2007-02-08 Thread Christopher

** Attachment added: crash report
   http://librarian.launchpad.net/6351095/_usr_games_pouetChess.1000.crash

-- 
First move kings pawn then kings bishop then crash
https://launchpad.net/bugs/84041

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


[Bug 84044] by default gnome-mount should use uid= option for hfs volumes

2007-02-08 Thread didier
Public bug reported:

Binary package hint: gnome-mount

And maybe for hfsplus too even if in this case not all files are
modified.

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

-- 
by default gnome-mount should use uid= option for hfs volumes
https://launchpad.net/bugs/84044

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


[Bug 84016] Re: Unmet dependency in metapackage linux-image-generic

2007-02-08 Thread Paolo Sammicheli
** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Unmet dependency in metapackage linux-image-generic
https://launchpad.net/bugs/84016

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


[Bug 84038] Re: sound: PCM channel is always off after reboot or after suspend

2007-02-08 Thread Simon Law
This sounds like a problem with alsa-utils.  What happens when you run,
from konsole:

$ sudo /etc/init.d/alsa-utils restart

** Changed in: Ubuntu
Sourcepackagename: None = alsa-utils
 Assignee: (unassigned) = Simon Law
   Status: Unconfirmed = Needs Info

-- 
sound: PCM channel is always off after reboot or after suspend
https://launchpad.net/bugs/84038

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


[Bug 84041] First move kings pawn then kings bishop then crash

2007-02-08 Thread Christopher
Public bug reported:

Binary package hint: pouetchess

Move pawn in front of King 2 Spaces forward
Black moves c7 to c5
Then move Kings Bishop out to c4
Then the game closes

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

-- 
First move kings pawn then kings bishop then crash
https://launchpad.net/bugs/84041

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


[Bug 84042] Re: [apport] gnome-panel crashed with SIGFPE in get_workspace_rect()

2007-02-08 Thread Brian J. Murrell

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

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

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

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

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

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

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

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

-- 
[apport] gnome-panel crashed with SIGFPE in get_workspace_rect()
https://launchpad.net/bugs/84042

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


[Bug 84042] [apport] gnome-panel crashed with SIGFPE in get_workspace_rect()

2007-02-08 Thread Brian J. Murrell
Public bug reported:

Binary package hint: gnome-panel

I killed xcompmgr.

ProblemType: Crash
Date: Thu Feb  8 13:01:48 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 2.17.90-0ubuntu2
ProcCmdline: gnome-panel --sm-config-prefix /gnome-panel-Xd3fyq/ --sm-client-id 
110a4b16010001170194893011050 --screen 0
ProcCwd: /home/brian
ProcEnviron:
 
PATH=/home/brian/bin:/sbin:/bin:/usr/sbin/:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/StarOffice-3.1/linux-x86/bin
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
Signal: 8
SourcePackage: gnome-panel
StacktraceTop:
 get_workspace_rect (pager=0x82e0148, space=0, 
 wnck_pager_queue_draw_workspace (pager=0x82e0148, i=0)
 IA__g_cclosure_marshal_VOID__VOID (closure=0x83862e0, 
 IA__g_closure_invoke (closure=0x83862e0, return_value=0x0, 
 signal_emit_unlocked_R (node=0x810ca40, detail=0,
Uname: Linux pc 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] gnome-panel crashed with SIGFPE in get_workspace_rect()
https://launchpad.net/bugs/84042

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


[Bug 69147] Re: Firefox crash report

2007-02-08 Thread John Vivirito
Alexander that is the stack ive been getting thats 4th time i ran it.
Give me a day or 3 to find out what -dbg package im missing. there are a
few retraces that are missing symbols. I will ping you about this if i
get time.

** Changed in: firefox (Ubuntu)
 Assignee: Mozilla Team = John Vivirito

-- 
Firefox crash report
https://launchpad.net/bugs/69147

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


[Bug 84038] Re: sound: PCM channel is always off after reboot or after suspend

2007-02-08 Thread beneedict
Sound works fine after restart of ALSA! So it is most probably a KDE
Problem?

-- 
sound: PCM channel is always off after reboot or after suspend
https://launchpad.net/bugs/84038

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


<    2   3   4   5   6   7   8   9   10   11   >