[Bug 183652] Re: CUPS fails to start on boot

2008-01-16 Thread Hugues Fournier
** Changed in: avahi (Ubuntu)
Sourcepackagename: None => avahi

-- 
CUPS fails to start on boot
https://bugs.launchpad.net/bugs/183652
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183703] [麦克风没声音]主 板集成Intel声卡ICH7其他声音正常 ,但是麦克风没声音

2008-01-16 Thread tyf992000
Public bug reported:

主板集成Intel声卡ICH7其他声音正常,但是麦克风没声音,多次调试不成功,在UBUNTU7.10和8.04中均是如此。严重影响skype语音交流。

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[麦克风没声音]主板集成Intel声卡ICH7其他声音正常,但是麦克风没声音
https://bugs.launchpad.net/bugs/183703
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183464] Re: Increase visual integration with gnome

2008-01-16 Thread VF
I'm using Transmission 1.01 on Gutsy and it seems to be using the system
search icon, at least

-- 
Increase visual integration with gnome
https://bugs.launchpad.net/bugs/183464
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183702] vmware-player-kernel-modules-2.6.15-51 missing

2008-01-16 Thread Wim van der Meer
Public bug reported:

Binary package hint: vmware-player-kernel-modules

After upgrading to the latest Kernel in Dapper (linux-
image-2.6.15-51-686) vmware player stops working because there is no
corresponding vmware-player-kernel-modules package available.

** Affects: vmware-player-kernel-2.6.15 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
vmware-player-kernel-modules-2.6.15-51 missing
https://bugs.launchpad.net/bugs/183702
You received this bug notification because you are a member of Ubuntu
Bugs, 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 38742] Re: apt-get should download deltas

2008-01-16 Thread Hendy Irawan
See also this blueprint for overall view and links:

https://blueprints.edge.launchpad.net/apt/+spec/delta-apt

-- 
apt-get should download deltas
https://bugs.launchpad.net/bugs/38742
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 151311] Re: DDC report some ridiculous physical screen size (Mostly on Intel driver, and some ATI)

2008-01-16 Thread anespor
@ Jacques-Louis KREISS  :


you must right set your Xorg.conf :

Add the following line to the "Device" section of xorg.conf:
Option "Monitor-LVDS" ""

Then add the following line to the "Monitor" section of xorg.conf:
DisplaySize  

Replace the <...> with your own values.

Here is an example...

Section "Device"
Identifier "Intel Corporation Mobile GM945 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-LVDS" "DCLCD"
EndSection


Works fine that way ...

Section "Monitor"
Identifier "DCLCD"
Option "DPMS" "true"
HorizSync 64.7-65.29
VertRefresh 59.883-59.954
DisplaySize 433 271
EndSection

-- 
DDC report some ridiculous physical screen size (Mostly on Intel driver, and 
some ATI)
https://bugs.launchpad.net/bugs/151311
You received this bug notification because you are a member of Ubuntu
Bugs, 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 38742] Re: apt-get should download deltas

2008-01-16 Thread Hendy Irawan
A Hungarian distro had done successfully it 5 years ago:

http://lists.debian.org/debian-devel/2003/07/msg00462.html

They aren't even a proper Debian-based distro.

Ubuntu should be able to do this :)

-- 
apt-get should download deltas
https://bugs.launchpad.net/bugs/38742
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 183652] Re: CUPS fails to start on boot

2008-01-16 Thread Hugues Fournier
Obviously, as an urgency fix, we could simply revert the effect of the 
0.6.20-2ubuntu3.1 until we have a stable solution.
That would disable avahi in cups, but it as been disabled during the last 3 
months, until the recent avahi update.

-- 
CUPS fails to start on boot
https://bugs.launchpad.net/bugs/183652
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183652] Re: CUPS fails to start on boot

2008-01-16 Thread Hugues Fournier
You were right Till, the bug is related not related to any of the recent
updates of cups but to the fact that cups is starting to early for avahi
to be ready.

The bug is present on only one of my numerous machines (many others have no 
symptoms so this really seems schedule-related)
On this machine I have reproduced it with all 1.3.2-1ubuntu7* cups versions 
(from 1.3.2-1ubuntu7 to 1.3.2-1ubuntu7.5), so it is confirmed the regression 
came with avahi.
The bug disappears either by reversing the effect of the avahi 
0.6.20-2ubuntu3.1 update ( with : for l in 2 3 4 5; do 
old=/etc/rc$l.d/S18avahi-daemon; new=/etc/rc$l.d/S24avahi-daemon; if [ -e $old 
] && ! [ -e $new ]; then sudo mv $old $new; fi; done )
Or by introducing a sleep time in the init file of cups.

Before the fix on the avahi side of bug 173470, avahi was starting too
late, so cups was working but was opting at each start to not use avahi
at all. Now it is using avahi, but it may not start depending of the
timing between avahi and cups.

The bug should be either solved in the avahi startup script as Till
said, or by introducing in the scheduler of CUPS a regular poll of the
avahi-daemon (similar to the poll for new network interfaces that
1.3.2-1ubuntu7.5 has made come back) that would allow CUPS to
dynamically change his mode of working (with or without avahi)

-- 
CUPS fails to start on boot
https://bugs.launchpad.net/bugs/183652
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182447] Re: Please sponsor gok 1.3.7 (universe) into Hardy

2008-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gok - 1.3.7-0ubuntu1

---
gok (1.3.7-0ubuntu1) hardy; urgency=low

  * New upstream release (LP: #182447)
  * Fixed watch file
  * debian/gok.menu: to follow Debian Menu sub-policy
  * debian/gok-doc.doc-base.gok: updated
  * debian/control.in;
- Bump Standards-Version to 3.7.3
- Added Homepage

 -- Pedro Fragoso <[EMAIL PROTECTED]>   Sun, 13 Jan 2008 01:20:08 +

** Changed in: gok (Ubuntu)
   Status: New => Fix Released

-- 
Please sponsor gok 1.3.7 (universe) into Hardy
https://bugs.launchpad.net/bugs/182447
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183699] Re: Does Totem work or is there something that works.

2008-01-16 Thread Parthan
Thanks for filing this bug. Crosschecking with few amd6 users, totem is
said to play medias without any trouble. Are you sure  that you have
corresponding gstreamer plugins/codecs to play the media types you are
trying to play?

-- 
Does Totem work or is there something that works.
https://bugs.launchpad.net/bugs/183699
You received this bug notification because you are a member of Ubuntu
Bugs, 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 70206] Re: [Edgy] Linux 2.6.17 insists on enumerating devices that are disabled in BIOS.

2008-01-16 Thread Simsler
Same motherboard - same problem.

http://www.linux-tested.com/results/asus_a8v-e_deluxe.html
Here they say, that the A8V Deluxe is linux compatible, but they haven't tested 
the onboard sound. - They can just mean this, as a joke.

Greg and angrykeyboarde have posted here, more than one year ago. And
many other people have the same problem.

Has noone found a solution yet? Is it useless to report a bug?

kind regards
Simsler

-- 
[Edgy]  Linux 2.6.17 insists on enumerating devices that are disabled in BIOS.
https://bugs.launchpad.net/bugs/70206
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183457] Re: printing stops working after avahi update to 0.6.20-2ubuntu3.1

2008-01-16 Thread Vancouverite
There is some activity on this problem in bug 183652
(https://bugs.launchpad.net/bugs/183652).  As a temp fix, if you turn
off "Share printers connected to this system" in server settings the
cups loads fine.  Kind of useless if you host a common printer though...

Seth

-- 
printing stops working after avahi update to 0.6.20-2ubuntu3.1
https://bugs.launchpad.net/bugs/183457
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183652] Re: CUPS fails to start on boot

2008-01-16 Thread Vancouverite
Gentlemen,
Thank you for contacting me about this bug.  I am attaching the debug2 log file 
to this email as well as my cupsd.conf.  Lines 1-1134 of the log file are on a 
fresh restart, I then used "cupsys restart" and it all seems to be working 
fine, but generated lines 1135 onwards.  As noted by another person having the 
same problem, if I uncheck the "Share published printers connected to this 
system" under server settings in printer configuration the problem goes away.

I would like to help in any way I can, and if that means setting up a
VM, I'm all for it.  Is that a difficult thing to do?

System -
OS: ubuntu 7.10 (gusty)
cupsys: 1.3.2-1ubuntu7.3
printer: HP deskjet 5742 (connected via usb and seen using lsusb)

Cheers,
Seth

** Attachment added: "Contains error_log and cupsd.conf"
   http://launchpadlibrarian.net/11406258/cups_info.tar.gz

-- 
CUPS fails to start on boot
https://bugs.launchpad.net/bugs/183652
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183700] OpenOffice.org isn't able to calculate wildcards in MS excel sheets

2008-01-16 Thread Laurens Vonder
Public bug reported:

Binary package hint: openoffice.org

When opening an MS excel sheet with wildcards used in an IF statement
the Microsoft version recognises it and uses it in the calculation, but
OpenOffice.org doesn't, with the result the value been set to 0. Here's
an example:

In row 2 we've got a number of cells with codes in it, let's say
B2...L2. In an other cell there's the formula =(COUNTIF(B2:L2;"A")).
When OpenOffice sees the V in a cell in the list, the cell is counted as
it should be. But when the formula is modified with wildcards in it:
=(COUNTIF(B2:L2;"*A*")) the V will not be recognised in the cell, and MS
Office sees every V listed in it, also when the cell contains
information like AW, the A will be regognised in a cell with the formula
=(COUNTIF(B2:L2;"*A*")) and the W will be regognised in an other cell
with =(COUNTIF(B2:L2;"*W*")) in it. This is very important that when a
cell is marked with both characters that they should be extracted to
both formulas, so the ASAP jobs (A) and the Waiting for new parts (W)
will be calculated.

This bug also includes the =(COUNTIF(B2:L2;"?A?")) question mark method
when a cell always contains 3 characters and the middle character is
being recognised as an A. This will also result in miscalculation. BTW
as far as i'm well informed, the wildcards and question signs are
undocumented features of MS Office.

An example sheet is listed here:
http://www.snertwerk.com/members/laurens/tmp/spreadsheet.ods

To get OpenOffice more compatible with importing MS Office documents
these options should be implemented.

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

-- 
OpenOffice.org isn't able to calculate wildcards in MS excel sheets
https://bugs.launchpad.net/bugs/183700
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183701] Printing a ps file prints source code

2008-01-16 Thread Eetu Huisman
Public bug reported:

Binary package hint: evince

I opened up a Postscript file in Evince and pressed print button. I
expected to see the same result I saw on screen, but instead I got the
source code of the Postscript file. I've only tried with one printer and
one file so far.

ProblemType: Bug
Architecture: amd64
Date: Thu Jan 17 09:11:17 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: vmnet vmmon nvidia
Package: evince 2.20.1-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: evince 
file:///home/ehuisman/.cxoffice/win2000/dosdevices/c%3A/windows/profiles/crossover/Local%20Settings/Temporary%20Internet%20Files/OLK825d/pad.ps
ProcCwd: /home/ehuisman/.cxoffice/win2000/drive_c/Program Files/Common 
Files/SYSTEM/MSMAPI/1033
ProcEnviron:
 
PATH=/opt/cxoffice/bin:/home/ehuisman/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux ehuisman 2.6.22-14-generic #1 SMP Tue Dec 18 05:28:27 UTC 2007 
x86_64 GNU/Linux

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Printing a ps file prints source code
https://bugs.launchpad.net/bugs/183701
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183701] Re: Printing a ps file prints source code

2008-01-16 Thread Eetu Huisman

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11406212/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11406213/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11406214/ProcStatus.txt

-- 
Printing a ps file prints source code
https://bugs.launchpad.net/bugs/183701
You received this bug notification because you are a member of Ubuntu
Bugs, 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 109003] Re: Distribution upgrade tool crashed on upgrade to Kubuntu 7.04

2008-01-16 Thread andrewroth
*** This bug is a duplicate of bug 107188 ***
https://bugs.launchpad.net/bugs/107188

I got this too.

-- 
Distribution upgrade tool crashed on upgrade to Kubuntu 7.04
https://bugs.launchpad.net/bugs/109003
You received this bug notification because you are a member of Ubuntu
Bugs, 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 177114] Re: Openoffice toolbars have a confusing behavior when moved from default location

2008-01-16 Thread Jason Toffaletti
** Tags added: ooo-base

-- 
Openoffice toolbars have a confusing behavior when moved from default location
https://bugs.launchpad.net/bugs/177114
You received this bug notification because you are a member of Ubuntu
Bugs, 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 181700] Re: openoffice.org API offers not the functionality of official OOo

2008-01-16 Thread Jason Toffaletti
** Tags added: ooo-base

-- 
openoffice.org API offers not the functionality of official OOo
https://bugs.launchpad.net/bugs/181700
You received this bug notification because you are a member of Ubuntu
Bugs, 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 53755] Gifts to Goa

2008-01-16 Thread Goa Greetings
Good work.
 http://www.goagreetings.com

-- 
Add comments to /etc/ntp.conf
https://bugs.launchpad.net/bugs/53755
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182441] Re: Hardy: "Language en_US does not exist; using System Default" (also affects non-English language packs)

2008-01-16 Thread Ari Torhamo
*** This bug is a duplicate of bug 178402 ***
https://bugs.launchpad.net/bugs/178402

I marked this as a duplicate of #178402, which was reported earlier. I
hope this was OK.

** This bug has been marked a duplicate of bug 178402
   [hardy alpha 2] missing language error

-- 
Hardy: "Language en_US does not exist; using System Default" (also affects 
non-English language packs)
https://bugs.launchpad.net/bugs/182441
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182897] Re: Please sponsor libgail 1.21.5 (main) into Hardy

2008-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gail - 1.21.5-0ubuntu1

---
gail (1.21.5-0ubuntu1) hardy; urgency=low

  * New upstream  bugfix release (LP: #182897)
  * Bump Standards-Version to 3.7.3
  * Modify Maintainer value to match Debian-Maintainer-Field Spec

 -- Pedro Fragoso <[EMAIL PROTECTED]>   Mon, 14 Jan 2008 16:07:42 +

** Changed in: gail (Ubuntu)
   Status: New => Fix Released

-- 
Please sponsor libgail 1.21.5 (main) into Hardy
https://bugs.launchpad.net/bugs/182897
You received this bug notification because you are a member of Ubuntu
Bugs, 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 164184] Re: dmsetup: boneheaded errors when invoked with insufficient privileges

2008-01-16 Thread PeterKnaggs
When running from the Hardy "Live CD", an error still occurs as follows when 
doing "dmsetup ls", even if "sudo" is used:

[EMAIL PROTECTED]:~$ sudo dmsetup ls
/proc/misc: No entry for device-mapper found
Is device-mapper driver missing from kernel?
Failure to communicate with kernel device-mapper driver.
/proc/misc: No entry for device-mapper found
Is device-mapper driver missing from kernel?
Failure to communicate with kernel device-mapper driver.
Incompatible libdevmapper 1.02.20 (2007-06-15)(compat) and kernel driver 
Command failed

A workaround is to do "sudo modprobe dm_mod" to load the device-mapper
module, then the result is as follows:

[EMAIL PROTECTED]:~$ sudo modprobe dm_mod
[EMAIL PROTECTED]:~$ sudo dmsetup ls
No devices found
[EMAIL PROTECTED]:~$ sudo modprobe -r dm_mod

Similarly, attempting to use "cryptsetup" without first loading dm_mod, the 
error is confusing.
For example, if you want to use block device /dev/sdX4 with dm-crypt 
(http://www.saout.de/misc/dm-crypt/):

[EMAIL PROTECTED]:~$ sudo apt-get -y install cryptsetup
[EMAIL PROTECTED]:~$ sudo cryptsetup create volume1 /dev/sdX4
Command failed: Incompatible libdevmapper 1.02.20 (2007-06-15)(compat) and 
kernel driver 

Whereas when device-mapper is loaded, the user is prompted for the
passphrase, as expected:

[EMAIL PROTECTED]:~$ sudo modprobe dm_mod
[EMAIL PROTECTED]:~$ sudo cryptsetup create volume1 /dev/sdX4
Enter passphrase: 

Anyways, those are just a couple of other ways the same issue can present 
itself to the user,
that might be handy to mention (as launchpad is of course widely indexed).

-- 
dmsetup: boneheaded errors when invoked with insufficient privileges
https://bugs.launchpad.net/bugs/164184
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182670] Re: Please sponsor bakery2.4_2.4.4 (universe) into Hardy

2008-01-16 Thread Daniel Holbach
Can you use (LP: xx) for your next sponsoring bugs please?

Uploaded.

** Changed in: bakery2.4 (Ubuntu)
   Status: New => Fix Released

-- 
Please sponsor bakery2.4_2.4.4 (universe) into Hardy
https://bugs.launchpad.net/bugs/182670
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182897] Re: Please sponsor libgail 1.21.5 (main) into Hardy

2008-01-16 Thread Daniel Holbach
You can use the  update-maintainer  script (ubuntu-dev-tools package).

-- 
Please sponsor libgail 1.21.5 (main) into Hardy
https://bugs.launchpad.net/bugs/182897
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183699] Re: Does Totem work or is there something that works.

2008-01-16 Thread weallone

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11406011/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11406012/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11406013/ProcStatus.txt

-- 
Does Totem work or is there something that works.
https://bugs.launchpad.net/bugs/183699
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183699] Does Totem work or is there something that works.

2008-01-16 Thread weallone
Public bug reported:

Binary package hint: totem

I can't  seem to get any media player to play any kind of media at all. No 
movies, DVD or anything,  No streaming and this is on any of  the K or U forms 
of buntu  oses.  Is Totem that bad and if so why put it out there? It just 
makes you look bad. If I can't get streams and play DVD movies  then this might 
as well be DOS and just write letters. It is a  64 bit AMD with 1 gb memory, a 
300 gb sata hd and Asus MB.  So where is the problem.. 
Ubuntu doesn't  work any better although I do like this interface better. I 
sure hate going back to crappy windows but since I can't run the Mac OS on this 
maching there are few choices.  Do you have to be a programmer to make this 
work.  Also I can't  get 6.1 out  of my speakers. They worked OK on windows  
but can only get 3 speakers to work.
Is everyone having these problems? if so then this program is a prototype and 
not ready for general public use. Linux does have a real long way to go for the 
average user to use it.
Now that I have vented.  Does anyone know a easy way to make some of these 
things work?

ProblemType: Bug
Architecture: amd64
Date: Thu Jan 17 01:37:12 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/totem
Package: totem-xine 2.20.0-0ubuntu3
PackageArchitecture: amd64
ProcCmdline: totem 
http://www.movieflix.com/cgi-bin/special/movie.mfp/speed=fast/movie_id=484/player=rm/484.rm?speed=fast&id=484&player=rm
ProcCwd: /home/will
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux willsTowerr 2.6.22-14-generic #1 SMP Tue Dec 18 05:28:27 UTC 2007 
x86_64 GNU/Linux

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


** Tags: apport-bug

-- 
Does Totem work or is there something that works.
https://bugs.launchpad.net/bugs/183699
You received this bug notification because you are a member of Ubuntu
Bugs, 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 141396] Re: ipw3945 hangs intermittently on Thinkpad T61

2008-01-16 Thread nudepenguin
Same problem with Dell 1420n laptop after I installed Gutsy.  The fix is
to use the old iwl3945 and blacklist the ipw3945, this does fix the
stability issue but it's slower.  I was maxing out 8100kbps  dowloads
with the ipw3945 but then it drops connection after a few minutes.  Now
with the iwl3945 I'm only maxing 1204kbps but it's stable a trade off
that's not noticed unless you update or apt while on wireless.  Here's
the fix from dells wiki
http://linux.dell.com/wiki/index.php/Ubuntu_7.10/Issues/ipw3945_Wireless_Network_Module_Issues

-- 
ipw3945 hangs intermittently on Thinkpad T61
https://bugs.launchpad.net/bugs/141396
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183515] Re: [SYNC REQUEST] qucs 0.0.13-1 from Debian Unstable

2008-01-16 Thread Daniel Holbach
qucs (0.0.13-1) unstable; urgency=low

  * New upstream release (Closes: #437876).
  * debian/control: Use new Homepage field and updated policy version.
  * debian/qucs.desktop: fixed category according to freedesktop standards.
  * contrib/Makefile.*: fixed man page name for ps2sp.pl
  * contrib/ps2sp.1 renamed to contrib/ps2sp.pl.1 and removed whatis entry.

 -- José L. Redrejo Rodríguez <[EMAIL PROTECTED]>  Sun, 30 Dec 2007
18:19:37 +0100


ACKed.

** Changed in: qucs (Ubuntu)
   Status: New => Confirmed

-- 
[SYNC REQUEST] qucs 0.0.13-1 from Debian Unstable
https://bugs.launchpad.net/bugs/183515
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183551] Re: [New Package Sync] easy-spice 0.6.8-1 from Debian Unstable

2008-01-16 Thread Daniel Holbach
ACKed.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
[New Package Sync] easy-spice 0.6.8-1  from Debian Unstable
https://bugs.launchpad.net/bugs/183551
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183693] Re: Grub Upgrade procedure Overwrites Menu.lst

2008-01-16 Thread Kevin DuBois
The specific hard drive setup is

sda1 --- / (for ubuntu), contains the /boot directory that the MBR looks at 
first
sda2 --- swap
sda3 --- /home
sda4 --- / (for my LFS)

-- 
Grub Upgrade procedure Overwrites Menu.lst
https://bugs.launchpad.net/bugs/183693
You received this bug notification because you are a member of Ubuntu
Bugs, 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 177984] Re: package mozilla-beagle 0.2.18-0ubuntu3 failed to install/upgrade: dependency problems - leaving unconfigured

2008-01-16 Thread Kevin Kubasik
This should be fixed with 0.3.2

** Changed in: beagle (Ubuntu)
 Assignee: (unassigned) => Kevin Kubasik (kkubasik)
   Status: New => Fix Committed

-- 
package mozilla-beagle 0.2.18-0ubuntu3 failed to install/upgrade: dependency 
problems - leaving unconfigured
https://bugs.launchpad.net/bugs/177984
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183653] Re: Please sponsor totem 2.21.90 (main) into Hardy

2008-01-16 Thread Daniel Holbach
Why do you add the Build-Depends on libcamel1.2-dev?

-- 
Please sponsor totem 2.21.90 (main) into Hardy
https://bugs.launchpad.net/bugs/183653
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182226] Re: Upgrade: notecase 1.7.6

2008-01-16 Thread Cody A.W. Somerville
More comments after reviewing your interdiff:

1. The homepage listed in the long description should be moved to it's
own field in the first paragraph.

2. You should clean up debian/rules (delete commented out debhelper
calls, etc.)

3. You should remove the comments from debian/watch

4. You should note in the changelog that you bumped debian/compat from 4
to 5

5. You should note in the changelog the changes you made to
debian/control

-- 
Upgrade: notecase 1.7.6
https://bugs.launchpad.net/bugs/182226
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183698] main inclusion report

2008-01-16 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: openvpn

See https://wiki.ubuntu.com/MainInclusionReportOpenVPN

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: New

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183698
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183675] Re: Compiz Fusion Unusable w/ Intel GMA965

2008-01-16 Thread Kevin DuBois
There appears to be a discrepancy between the default hardy drivers for
the Intel GMA965 chipset and the intellinuxgraphics.org developer's
drivers i was running on gutsy that causes loose binding to cause
nothing to update itself. I will try out the drivers from the developers
to see if this fixes anything


** Changed in: compiz (Ubuntu)
   Status: New => In Progress

-- 
Compiz Fusion Unusable w/ Intel GMA965
https://bugs.launchpad.net/bugs/183675
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183693] Re: Grub Upgrade procedure Overwrites Menu.lst

2008-01-16 Thread Parthan
hank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately your description didn't include enough
information.

* Which version of Ubuntu are you using?
* Is this problem reproducible?
* If yes, what are the steps to reproduce the problem?

This will help us to find and resolve the problem.

** Changed in: grub (Ubuntu)
 Assignee: (unassigned) => Parthan (parth-technofreak)
   Status: New => Incomplete

-- 
Grub Upgrade procedure Overwrites Menu.lst
https://bugs.launchpad.net/bugs/183693
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182226] Re: Upgrade: notecase 1.7.6

2008-01-16 Thread Cody A.W. Somerville
Sorry Mitsuya, I misread your first point. It seemed to me you were
saying that you had reverted it to 3.6.1 because you planned to upload
to Gutsy and not Hardy. However, you should set it to 3.7.3 as it is the
current standards version.

Furthermore, you should not remove debian/menu. Please instead update it
to conform to the new Debian Menu Policy. See http://www.debian.org/doc
/packaging-manuals/menu-policy/

-- 
Upgrade: notecase 1.7.6
https://bugs.launchpad.net/bugs/182226
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183695] Stack trace with source code

2008-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 183685 ***
https://bugs.launchpad.net/bugs/183685


** Attachment added: "StacktraceSource.txt"
   http://launchpadlibrarian.net/11405922/StacktraceSource.txt

** Changed in: compiz (Ubuntu)
   Importance: Undecided => Medium

** Attachment removed: "Stacktrace.txt (retraced)"

   http://launchpadlibrarian.net/11405920/Stacktrace.txt

** Attachment removed: "ProcStatus.txt"

   http://launchpadlibrarian.net/11405868/ProcStatus.txt

** Attachment removed: "Registers.txt"

   http://launchpadlibrarian.net/11405869/Registers.txt

** Attachment removed: "ThreadStacktrace.txt (retraced)"

   http://launchpadlibrarian.net/11405921/ThreadStacktrace.txt

** Attachment removed: "Stacktrace.txt"

   http://launchpadlibrarian.net/11405870/Stacktrace.txt

** Attachment removed: "Dependencies.txt"

   http://launchpadlibrarian.net/11405865/Dependencies.txt

** Attachment removed: "Disassembly.txt"

   http://launchpadlibrarian.net/11405866/Disassembly.txt

** Attachment removed: "ThreadStacktrace.txt"

   http://launchpadlibrarian.net/11405871/ThreadStacktrace.txt

** Attachment removed: "ProcMaps.txt"

   http://launchpadlibrarian.net/11405867/ProcMaps.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 183685
   compiz.real crashed with SIGSEGV

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183695
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183695] Symbolic threaded stack trace

2008-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 183685 ***
https://bugs.launchpad.net/bugs/183685


** Attachment added: "ThreadStacktrace.txt (retraced)"
   http://launchpadlibrarian.net/11405921/ThreadStacktrace.txt

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183695
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183695] Re: compiz.real crashed with SIGSEGV

2008-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 183685 ***
https://bugs.launchpad.net/bugs/183685


StacktraceTop:workaroundsRemoveFromFullscreenList (w=0x89c2b28)
workaroundsHandleEvent (d=0x8085510, event=0xbf8ebcb8)
zoomHandleEvent (d=0x8085510, event=0xbf8ebcb8)
vpswitchHandleEvent (d=0x8085510, event=0xbf8ebcb8)
fadeHandleEvent (d=0x8085510, event=0xbf8ebcb8)

** Tags removed: need-i386-retrace

** Attachment removed: "CoreDump.gz"

   http://launchpadlibrarian.net/11405864/CoreDump.gz

** Attachment added: "Stacktrace.txt (retraced)"
   http://launchpadlibrarian.net/11405920/Stacktrace.txt

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183695
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182226] Re: Upgrade: notecase 1.7.6

2008-01-16 Thread Cody A.W. Somerville
For you to upload to Gutsy, you must file a Stable Release Update Update
application. For complete details regarding this process, please see:
https://wiki.ubuntu.com/StableReleaseUpdates

However, it doesn't appear your upload meets the requirements for a SRU.
You should consider preparing this upload for Hardy (Ubuntu 8.04) as it
is the current development focus.

-- 
Upgrade: notecase 1.7.6
https://bugs.launchpad.net/bugs/182226
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183664] randtext.sty requires random.tex, which is not installed

2008-01-16 Thread Norbert Preining
On Do, 17 Jan 2008, Dan Drake wrote:
> texlive-latex-extra includes the package randtext.sty
> (http://www.ctan.org/tex-archive/help/Catalogue/entries/randtext.html),
> which requires the file random.tex...but this is not included.

aptitude install texlive-generic-recommended

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
SKIBBEREEN (n.)
The noise made by a sunburned thighs leaving plastic chair.
--- Douglas Adams, The Meaning of Liff

-- 
randtext.sty requires random.tex, which is not installed
https://bugs.launchpad.net/bugs/183664
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183692] Re: Audio goes out of sync with video

2008-01-16 Thread Ryan Steele
No, those are the only two video players I have installed that use
Gstreamer. I can report, however, that MPlayer plays these videos with
no problem.

-- 
Audio goes out of sync with video
https://bugs.launchpad.net/bugs/183692
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183695] Re: compiz.real crashed with SIGSEGV

2008-01-16 Thread h-a-c-k-e-r
*** This bug is a duplicate of bug 183685 ***
https://bugs.launchpad.net/bugs/183685


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11405864/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11405865/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/11405866/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11405867/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11405868/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/11405869/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/11405870/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/11405871/ThreadStacktrace.txt

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183695
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183695] compiz.real crashed with SIGSEGV

2008-01-16 Thread h-a-c-k-e-r
*** This bug is a duplicate of bug 183685 ***
https://bugs.launchpad.net/bugs/183685

Public bug reported:

Binary package hint: compiz

No idea what caused it. My laptop was idle for a while and when i
unlocked it, i found out about the crash.

Platform OS: Hardy Alpha 3

ProblemType: Crash
Architecture: i386
Date: Thu Jan 17 11:41:54 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/compiz.real
NonfreeKernelModules: cdrom
Package: compiz-core 1:0.6.99+git20080102-0ubuntu4
PackageArchitecture: i386
ProcCmdline: /usr/bin/compiz.real --ignore-desktop-hints --replace 
--indirect-rendering --sm-client-id default0 ccp
ProcCwd: /home/h-a-c-k-e-r
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: compiz
StacktraceTop:
 ?? () from /usr/lib/compiz/libworkarounds.so
 ?? ()
 ?? ()
 ?? ()
 ?? () from /usr/lib/compiz/libworkarounds.so
Title: compiz.real crashed with SIGSEGV
Uname: Linux h4x0r 2.6.24-4-generic #1 SMP Mon Jan 14 17:30:39 UTC 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: compiz (Ubuntu)
 Importance: Medium
 Status: New


** Tags: apport-crash

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/183695
You received this bug notification because you are a member of Ubuntu
Bugs, 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 75906] Re: left-channel distortion on intel-hda

2008-01-16 Thread Jason Gerard DeRose
I can confirm that installing linux-backports-modules on my first-
generation MacBook (Core Duo, not Core 2 Duo) seems to solve the left-
channel-distortion issue.

However, the master volume still doesn't function (I have to use the PCM
or Surround channel to control the volume).

-- 
left-channel distortion on intel-hda
https://bugs.launchpad.net/bugs/75906
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183693] Grub Upgrade procedure Overwrites Menu.lst

2008-01-16 Thread Kevin DuBois
Public bug reported:

Binary package hint: grub

I have a custom LFS based system sitting on another partition in my
laptop. whenever i upgrade grub, the entry in menu.lst for my custom
distro disappears. Perhaps, the upgrade process should assume that any
modifications are there on purpose

** Affects: grub (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Grub Upgrade procedure Overwrites Menu.lst
https://bugs.launchpad.net/bugs/183693
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183692] Re: Audio goes out of sync with video

2008-01-16 Thread pras
You mention of gstreamer Are there any other programs running on
gstreamer that are exhibiting this behavior that you have tried?

-- 
Audio goes out of sync with video
https://bugs.launchpad.net/bugs/183692
You received this bug notification because you are a member of Ubuntu
Bugs, 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 67619] Re: pureadmin crashes on launch in Edgy

2008-01-16 Thread Cody A.W. Somerville
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: pureadmin (Ubuntu)
   Status: Incomplete => Invalid

-- 
pureadmin crashes on launch in Edgy
https://bugs.launchpad.net/bugs/67619
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183691] Re: [GUI] Allow user to 'restart', 'stop' and 'start' /etc/init.d/cupsys via system-config-printer

2008-01-16 Thread pras
I'm not too sure how important this is. This sounds more like a feature
request though. I think it could probably be implemented in the applet
too. I believe that after any major change, cups restart is done anyways
and any user with enough idea that there's a server beneath that needs
to be configured might probably go ahead and do it with the cupsys
restart command. We might just have a "refresh" command that makes
things a lot easier for the end user. It can be an exec restart command
that will restart the cupsys server.

-- 
[GUI] Allow user to 'restart', 'stop' and 'start' /etc/init.d/cupsys via 
system-config-printer
https://bugs.launchpad.net/bugs/183691
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182266] Re: New pureadmin version 0.4

2008-01-16 Thread Cody A.W. Somerville
interdiff -z pureadmin_0.3-0ubuntu4.diff.gz
pureadmin_0.4-0ubuntu1.diff.gz >
pureadmin_0.4-0ubuntu1.new_upstream.interdiff

** Changed in: pureadmin (Ubuntu)
 Assignee: (unassigned) => Cody A.W. Somerville (cody-somerville)
   Status: New => In Progress

** Attachment added: "interdiff pureadmin_0.3-0ubuntu4 -> 
pureadmin_0.4-0ubuntu1"
   
http://launchpadlibrarian.net/11405542/pureadmin_0.4-0ubuntu1.new_upstream.interdiff

** Changed in: pureadmin (Ubuntu)
   Importance: Wishlist => Low
   Status: In Progress => Confirmed

-- 
New pureadmin version 0.4
https://bugs.launchpad.net/bugs/182266
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183323] Re: After 2.6.24-4 kernel update, there is no sound

2008-01-16 Thread Greg Grossmeier
marking as invalid per reporter's request.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

-- 
After 2.6.24-4 kernel update, there is no sound
https://bugs.launchpad.net/bugs/183323
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183692] Re: Audio goes out of sync with video

2008-01-16 Thread Ryan Steele
I forgot to mention this is also happening in Miro, which is also using
Gstreamer.

-- 
Audio goes out of sync with video
https://bugs.launchpad.net/bugs/183692
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183692] Re: Audio goes out of sync with video

2008-01-16 Thread Ryan Steele

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11405538/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11405539/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11405540/ProcStatus.txt

-- 
Audio goes out of sync with video
https://bugs.launchpad.net/bugs/183692
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183692] Audio goes out of sync with video

2008-01-16 Thread Ryan Steele
Public bug reported:

Binary package hint: totem

When playing certain videos, the audio starts going out of sync with the
video. Every 6-11 seconds the audio will "catch up", producing a
noticeable glitch in the sound. An example of a video with this problem
is here:

http://www.rocketboom.com/video/rb_08_jan_16b.mov

ProblemType: Bug
Architecture: i386
Date: Wed Jan 16 21:42:37 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/totem
Package: totem-gstreamer 2.20.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: totem 
file:///home/ryan/.democracy/Movies/Rocketboom--QuickTime-/rb_08_jan_16b.mov
ProcCwd: /home/ryan
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux ryan-laptop 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Audio goes out of sync with video
https://bugs.launchpad.net/bugs/183692
You received this bug notification because you are a member of Ubuntu
Bugs, 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 153055] Re: Firefox, Thunderbird crash if SCIM-Anthy is on

2008-01-16 Thread Jason Melton
In addition to what Nicholas noted, I would like to note that the fix Christoph 
Rupprecht mentioned did *not* work for me.
Although the Japanese Team's repo did update Anthy and a couple other files, 
Thunderbird continued to crash.

-- 
Firefox, Thunderbird crash if SCIM-Anthy is on
https://bugs.launchpad.net/bugs/153055
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183443] Re: Only beginning of certain mp3s are played

2008-01-16 Thread ccc1
as i wrote above:

'hmm ... i guess we shouldn't attach it here. copyright and stuff.
but i can send it to a developer if he needs it for debugging the problem ...'

-- 
Only beginning of certain mp3s are played
https://bugs.launchpad.net/bugs/183443
You received this bug notification because you are a member of Ubuntu
Bugs, 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 77702] Re: Memory leak in xfce4-menu-plugin

2008-01-16 Thread iain
Ditto. I had the exact same problem in Xubuntu 7.10, with xfdesktop4
(4.4.1) - massive memory leaks. Starting out using a few MB of physical
memory; after ~5 days, hundreds of MB.

As requested by Lionel, I've now installed xfdesktop4 (4.4.2-2ubuntu1)
from the hardy repository. I'll report back in a few days, on if major
memory leaks still occur.

-- 
Memory leak in xfce4-menu-plugin
https://bugs.launchpad.net/bugs/77702
You received this bug notification because you are a member of Ubuntu
Bugs, 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 180525] Re: firefox-3.0 libpr0n resizes images into works of abstract art

2008-01-16 Thread Nanley Chery
*** This bug is a duplicate of bug 182038 ***
https://bugs.launchpad.net/bugs/182038

Marking as dupe. The two bugs have the problem and solution.

** This bug has been marked a duplicate of bug 182038
   Black rectangle instead of image in FF3/Hardy

-- 
firefox-3.0 libpr0n resizes images into works of abstract art
https://bugs.launchpad.net/bugs/180525
You received this bug notification because you are a member of Ubuntu
Bugs, 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 182038] Re: Black rectangle instead of image in FF3 [Hardy]

2008-01-16 Thread Nanley Chery
** Summary changed:

- Black rectangle instead of image in FF3/Hardy
+ Black rectangle instead of image in FF3 [Hardy]

-- 
Black rectangle instead of image in FF3 [Hardy]
https://bugs.launchpad.net/bugs/182038
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183691] Re: [GUI] Allow user to 'restart', 'stop' and 'start' /etc/init.d/cupsys via system-config-printer

2008-01-16 Thread brettalton
I've attached a very quick mockup -- I'm sure you can imagine it with
different icons, etc.

** Attachment added: "compilation.png"
   http://launchpadlibrarian.net/11405470/compilation.png

-- 
[GUI] Allow user to 'restart', 'stop' and 'start' /etc/init.d/cupsys via 
system-config-printer
https://bugs.launchpad.net/bugs/183691
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183691] [GUI] Allow user to 'restart', 'stop' and 'start' /etc/init.d/cupsys via system-config-printer

2008-01-16 Thread brettalton
Public bug reported:

Binary package hint: system-config-printer

I don't know what happened to CUPS but on my sister's and my
girlfriend's computers, it has cut out quietly and, of course, disabled
their ability to print. All that fixed the problem in both cases was
running 'sudo /etc/init.d/cupsys restart'. This is not available via the
GUI.

Since Ubuntu is trying to make their system more GUI-friendly without
the necessity to use the command-line, I propose adding 'restart',
'stop' and 'start' to System > Administration > Printing ... Server (as
a new menu choice).

This will remove the need to tell users to type in 'sudo
/etc/init.d/cupsys restart' in the CLI.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[GUI] Allow user to 'restart', 'stop' and 'start' /etc/init.d/cupsys via 
system-config-printer
https://bugs.launchpad.net/bugs/183691
You received this bug notification because you are a member of Ubuntu
Bugs, 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 139045] Re: Slow suspend on various Toshiba laptops

2008-01-16 Thread Peter Schwenke
Thanks, Matt  submitted upstream along with the R20.

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183457] Re: printing stops working after avahi update to 0.6.20-2ubuntu3.1

2008-01-16 Thread SFS
Same here...

Two different systems require restart of cups before printing is
functional.

-- 
printing stops working after avahi update to 0.6.20-2ubuntu3.1
https://bugs.launchpad.net/bugs/183457
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183652] Re: CUPS fails to start on boot

2008-01-16 Thread Hugues Fournier
It would be interesting to get your gutsy logs in debug mode.
Can you set cupsd.conf to "LogLevel debug" or even "LogLevel debug2" (more 
verbose)

-- 
CUPS fails to start on boot
https://bugs.launchpad.net/bugs/183652
You received this bug notification because you are a member of Ubuntu
Bugs, 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 147045] Re: gnome-appearance-properties hogs processor even after close

2008-01-16 Thread Russ
Found it (gnome-control-center-dbgsym).  New and sparse backtrace
attached.

Also...

$ dpkg -l "gtk*engine*" | grep "^ii" | awk '{print $2}'
gtk-qt-engine
gtk2-engines
gtk2-engines-gtk-qt
gtk2-engines-pixbuf
gtk2-engines-ubuntulooks

Regarding .gtkrc files, I have two and have not tried anything with them
(don't want to mess up anything else)...

 ls ~/.gtkrc*
/home/russ/.gtkrc-1.2-gnome2  /home/russ/.gtkrc-2.0-kde


** Attachment added: "g-a-p backtrace with proper symbol tables"
   http://launchpadlibrarian.net/11405430/gdb-gnome-appearance-properties.txt

-- 
gnome-appearance-properties hogs processor even after close
https://bugs.launchpad.net/bugs/147045
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183686] Re: Ensoniq 5880 is not recognized

2008-01-16 Thread Parthan
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately your description didn't include enough
information which we need to fix your bug. Please specify the Ubuntu
version when reporting bugs.

Please include the information requested from the "Reporting Sound Bugs"
section of [WWW]
https://help.ubuntu.com/community/DebuggingSoundProblems as separate
attachments.

-- 
Ensoniq 5880 is not recognized
https://bugs.launchpad.net/bugs/183686
You received this bug notification because you are a member of Ubuntu
Bugs, 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 172517] Re: [hardy] mred: xcb_xlib.c:73: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.

2008-01-16 Thread Sean Collins
In case it helps, this post gave a successful (for me) workaround for
the problem:

http://ubuntuforums.org/showthread.php?p=4151560#post4151560

-- 
[hardy] mred: xcb_xlib.c:73: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.
https://bugs.launchpad.net/bugs/172517
You received this bug notification because you are a member of Ubuntu
Bugs, 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 127874] Re: no audio from HP Pavillion dv2100 laptop

2008-01-16 Thread sauronsmatrix
sound works with new alsa drivers or an upgrade to Hardy Heron Alpha 3
will make sound work out of the box :)

-- 
no audio from HP Pavillion dv2100 laptop
https://bugs.launchpad.net/bugs/127874
You received this bug notification because you are a member of Ubuntu
Bugs, 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 155056] Re: Sound not working

2008-01-16 Thread sauronsmatrix
hardy heron alpha 3 fixes most HP laptop sound/mike issues. consider
upgrading for now.

-- 
Sound not working
https://bugs.launchpad.net/bugs/155056
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183037] Re: Gutsy cannot connect to Windows Network

2008-01-16 Thread gQuigs
You are saying that you can't connect using a hostname to another windows 
computer?  This works fine for me with the default setup.
What changes have you made?  Do you get this same behavior with the liveCD?  
Also, please describe a little about how your network is setup. 

** Changed in: samba (Ubuntu)
   Status: New => Incomplete

-- 
Gutsy cannot connect to Windows Network
https://bugs.launchpad.net/bugs/183037
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183688] package sun-java5-doc 1.5.0-13-0ubu ntu1 failed to install/upgrade: el subproceso post-insta llation script devolvió el código de salida de e rror 1

2008-01-16 Thread gemr
Public bug reported:

al instalar desde synaptic

ProblemType: Package
Architecture: i386
Date: Thu Jan 17 00:12:29 2008
Dependencies:
 libgcc1 1:4.2.2-7ubuntu1
 unzip 5.52-10ubuntu1
 gcc-4.2-base 4.2.2-7ubuntu1
 libc6 2.7-5ubuntu2
DistroRelease: Ubuntu 8.04
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
Package: sun-java5-doc 1.5.0-13-0ubuntu1
PackageArchitecture: all
SourcePackage: sun-java5
Title: package sun-java5-doc 1.5.0-13-0ubuntu1 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 1
Uname: Linux celeron 2.6.24-4-generic #1 SMP Mon Jan 14 17:30:39 UTC 2008 i686 
GNU/Linux

** Affects: sun-java5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package sun-java5-doc 1.5.0-13-0ubuntu1 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/183688
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183688] Re: package sun-java5-doc 1.5.0-1 3-0ubuntu1 failed to install/upgrade: el subproceso post -installation script devolvió el código de salid a de error 1

2008-01-16 Thread gemr

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/11405150/DpkgTerminalLog.gz

-- 
package sun-java5-doc 1.5.0-13-0ubuntu1 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/183688
You received this bug notification because you are a member of Ubuntu
Bugs, 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 121653] Re: [gutsy] fglrx breaks over suspend/resume

2008-01-16 Thread Raphael Kimmig
Jaime  wrote on 2008-01-06: 
> I've uploaded a full bundle of custom deb's with SLAB enabled for the 
> Thinkpad T60.
Thanks for your efforts !
Suspend/Resume now works flawlessly on my Dell Inspiron 6000 (x300).

regards

raf

-- 
[gutsy] fglrx breaks over suspend/resume
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, 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 147045] Re: gnome-appearance-properties hogs processor even after close

2008-01-16 Thread Russ
I tried gnome-applets-dbgsym (seemed a reasonable guess?) but that
wasn't the right one.  Nevertheless, I've attached my backtrace...

** Attachment added: "Backtrace of cpu-hogging g-a-p"
   http://launchpadlibrarian.net/11405143/gdb-gnome-appearance-properties.txt

-- 
gnome-appearance-properties hogs processor even after close
https://bugs.launchpad.net/bugs/147045
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183033] Re: Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1

2008-01-16 Thread enigma_0Z
*** This bug is a duplicate of bug 68191 ***
https://bugs.launchpad.net/bugs/68191

Hmm lshw reports:

Intel(R) Core(TM)2 Duo CPU

Can you tell me if /sys/devices/system/cpu/cpu1/cpufreq is an
independent file or a symlink on your system? As far as monitoring tools
for the CPU Frequencies, /proc/cpuinfo is what I use, is there something
better?

My system is a Centrino laptop, but (as above) it has a Core 2 Duo CPU
in it. Maybe something is set up wrong on my system? Is there some
relevant config files for the CPU Frequencies? And what controls what
goes into /sys/devices/system/cpu/*?

-- 
Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1
https://bugs.launchpad.net/bugs/183033
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183684] Re: serpentine crashed with SIGSEGV in g_type_check_instance()

2008-01-16 Thread Parthan
*** This bug is a duplicate of bug 132737 ***
https://bugs.launchpad.net/bugs/132737

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #91168 (Ubuntu 7.04),  #132737 (Ubuntu 7.10), so it is
being marked as such. Please look at the other bug report to see if
there is any missing information that you can provide, or to see if
there is a workaround for the bug.

The earlier bug #132737 had been reported to developers of the software.
To track the bug and make comments refer:
http://bugzilla.gnome.org/show_bug.cgi?id=484786

** This bug has been marked a duplicate of bug 132737
   serpentine crashed with SIGSEGV in g_type_check_instance()

-- 
serpentine crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/183684
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183661] Re: FTBFS in Gutsy/Feisty

2008-01-16 Thread Scott Kitterman
Uploaded to feisty-proposed and gutsy-proposed.

** Changed in: libmail-box-perl (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: libmail-box-perl (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libmail-box-perl (Ubuntu Feisty)
   Importance: Undecided => Medium

** Changed in: libmail-box-perl (Ubuntu Gutsy)
   Importance: Undecided => Medium
   Target: None => gutsy-updates

-- 
FTBFS in Gutsy/Feisty
https://bugs.launchpad.net/bugs/183661
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183684] Re: serpentine crashed with SIGSEGV in g_type_check_instance()

2008-01-16 Thread Parthan
*** This bug is a duplicate of bug 132737 ***
https://bugs.launchpad.net/bugs/132737

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: serpentine (Ubuntu)
   Status: New => Confirmed

** Changed in: serpentine (Ubuntu)
   Status: Confirmed => New

-- 
serpentine crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/183684
You received this bug notification because you are a member of Ubuntu
Bugs, 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 172517] Re: [hardy] mred: xcb_xlib.c:73: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.

2008-01-16 Thread Sean Collins
Just upgraded from Gutsy to Hardy, and saw this problem for the first
time in a Java3D app I've been working on.

-- 
[hardy] mred: xcb_xlib.c:73: xcb_xlib_lock: Assertion `!c->xlib.lock' failed.
https://bugs.launchpad.net/bugs/172517
You received this bug notification because you are a member of Ubuntu
Bugs, 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 147045] Re: gnome-appearance-properties hogs processor even after close

2008-01-16 Thread Russ
I have the same problem.  What -dbgsym do I need for g-a-p to get useful
symbols?   I can't locate the correct one.

-- 
gnome-appearance-properties hogs processor even after close
https://bugs.launchpad.net/bugs/147045
You received this bug notification because you are a member of Ubuntu
Bugs, 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 129910] Re: Blank ttys when using vesafb (vga=xxx)

2008-01-16 Thread Taupter
My desktops have Nvidia 5700LE and 5200, my notebook has a 6150go, and I 
followed the same procedure in all of them, didn't work in the notebook.
My point is this bug, caused by a decision from a brainy boffin, shouldn't be 
there at all. That rare intelligence thought it would be mean to blank every 
(k/x/edu)ubuntu framebuffer terminal around the globe because it didn't break 
his workflow. As far as I can see it's a complete disregard about users other 
than him, and even if it was done to supposedly fix a broken suspend (it was 
broken to me so hard I had to reinstall my system after a failed suspend) it 
only demonstrates this dev doesn't know a simple engineering lesson: Fix what 
is broken, where it's broken, and don't mess wirth anywhere else while you're 
at it.

-- 
Blank ttys when using vesafb (vga=xxx)
https://bugs.launchpad.net/bugs/129910
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183679] Re: libgdiplus needs to be upgraded from version 1.2.5 to 1.2.6

2008-01-16 Thread Emilio Pozuelo Monfort
I have a merge for this.

Sebastian, can you take a look at it when you have a moment?

http://emilio.pozuelo.org/~deb/libgdiplus_1.2.6-2ubuntu1.dsc
http://emilio.pozuelo.org/~deb/libgdiplus_1.2.6-2ubuntu1_source.changes

The changes are as follow:

 libgdiplus (1.2.6-2ubuntu1) hardy; urgency=low
 .
   * Sync with Debian.
 - Add lpia to the supported architectures.
 - Build against libgif-dev instead of libungif4-dev (LP #174252)
 - Change Maintainer to Ubuntu Mono Team.
 .
 libgdiplus (1.2.6-2) unstable; urgency=low
 .
   * debian/control:
 + Add sparc and s390 to the supported architectures as these are now
   supported by mono.
 + Use Mirco's debian.org mail address.

** Changed in: libgdiplus (Ubuntu)
 Assignee: (unassigned) => Emilio Pozuelo Monfort (pochu)
   Status: New => In Progress

-- 
libgdiplus needs to be upgraded from version 1.2.5 to 1.2.6
https://bugs.launchpad.net/bugs/183679
You received this bug notification because you are a member of Ubuntu
Bugs, 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 153702] Re: Dell Inspiron 530 SATA drive not detected in IDE mode on Gutsy

2008-01-16 Thread Saïvann Carignan
Since it's confirmed and that it affects essential hardware, setting
importance to High and Status to Confirmed.

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.22
   Importance: Undecided => High
   Status: New => Confirmed

-- 
Dell Inspiron 530 SATA drive not detected in IDE mode on Gutsy
https://bugs.launchpad.net/bugs/153702
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183516] Re: hugin crashed with SIGSEGV in wxListMainWindow::HighlightLine()

2008-01-16 Thread Sarah Hobbs
** Visibility changed to: Public

-- 
hugin crashed with SIGSEGV in wxListMainWindow::HighlightLine()
https://bugs.launchpad.net/bugs/183516
You received this bug notification because you are a member of Ubuntu
Bugs, 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 178400] Re: [Hardy] Xorg high CPU usage with 2.6.24 kernel and nvidia-glx

2008-01-16 Thread The Devil Is A Squirrel
I just installed "Galeon 2.0.4" and there runs everything just fine.
Even the rendering of the website is now correct.

-- 
[Hardy] Xorg high CPU usage with 2.6.24 kernel and nvidia-glx
https://bugs.launchpad.net/bugs/178400
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183686] Ensoniq 5880 is not recognized

2008-01-16 Thread Kemel
Public bug reported:

My onboard sound card was not working, so i've bought an Ensoniq 5880
which has a Creative Labs CT5880 chipset. Although, the card is listed
under the lspci output, and the right modules are loaded, ubuntu still
says it could not find a sound card. The volume icon on the panel is
muted with a forbidden symbol.

asoundconf list says "no sound card"

lspci
00:0b.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ensoniq 5880 is not recognized
https://bugs.launchpad.net/bugs/183686
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183661] Re: FTBFS in Gutsy/Feisty

2008-01-16 Thread Jordan Mantha
SRU Ack'd

** Changed in: libmail-box-perl (Ubuntu)
   Status: New => Confirmed

-- 
FTBFS in Gutsy/Feisty
https://bugs.launchpad.net/bugs/183661
You received this bug notification because you are a member of Ubuntu
Bugs, 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 139608] Re: Segmentation fault when I try to change size of Lighting pane in Thunderbird - /usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core dumped) "$prog" ${1+"$@"}

2008-01-16 Thread Saïvann Carignan
Did you have the possibility to test this? Because the bug didn't get
any comment during a long period and because it is partially about
programs that are not in ubuntu repositories, I set the status to
invalid but please feel free to re-open this bug report if you can
reproduce it with ubuntu packages from repositories. Thanks for your
contribution.

** Changed in: thunderbird (Ubuntu)
 Assignee: Saïvann Carignan (saivann) => (unassigned)
   Status: Incomplete => Invalid

-- 
Segmentation fault when I try to change size of Lighting pane in Thunderbird - 
/usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core 
dumped) "$prog" ${1+"$@"} 
https://bugs.launchpad.net/bugs/139608
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183661] Re: FTBFS in Gutsy/Feisty

2008-01-16 Thread Scott Kitterman
** Description changed:

  Binary package hint: libmail-box-perl
  
  This was due to https://bugs.launchpad.net/soyuz/+bug/178536
  
  Now that it's fixed, a rebuild SRU ought to fix both Feisty/Gutsy.  If
  approved, I'll prepare SRU packages and upload.
+ 
+1. A statement explaining the impact of the bug on users and
+ justification for backporting the fix to the stable release:
+ 
+ Package is FTBFS, so it doesn't work.
+ 
+2.  An explanation of how the bug has been addressed in the
+ development branch, including the relevant version numbers of packages
+ modified in order to implement the fix; generally, SRUs will not be
+ accepted if the bug has not been fixed in the development branch.
+ 
+ An sbuild bug in malone got fixed so it'll actually build now.
+ 
+3.  A patch applicable to the stable version of the package.
+ 
+ It's just a rebuild.
+ 
+4.  "TEST CASE:" Look in LP, see the package FTBFS in Feisty/Gutsy.  If 
it's not, the fix worked.
+5.  A discussion of the regression potential of the patch and how users 
could get inadvertedly effected.
+ 
+ None.

-- 
FTBFS in Gutsy/Feisty
https://bugs.launchpad.net/bugs/183661
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183682] Re: Add better behavior & fix for bluetooth with Lenovo Thinkpads (Code included)

2008-01-16 Thread Parthan
confirming as patch is available.

** Changed in: acpi-support (Ubuntu)
   Status: New => Confirmed

-- 
Add better behavior & fix for bluetooth with Lenovo Thinkpads (Code included)
https://bugs.launchpad.net/bugs/183682
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183684] Re: serpentine crashed with SIGSEGV in g_type_check_instance()

2008-01-16 Thread darthanubis

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11404796/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11404797/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/11404798/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11404799/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11404800/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/11404801/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/11404802/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/11404803/ThreadStacktrace.txt

-- 
serpentine crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/183684
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183684] serpentine crashed with SIGSEGV in g_type_check_instance()

2008-01-16 Thread darthanubis
Public bug reported:

Binary package hint: serpentine

Tried to close the app via file>quit, after a burn, and it froze.

ProblemType: Crash
Architecture: amd64
Date: Wed Jan 16 23:12:16 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/serpentine
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: nvidia
Package: serpentine 0.9-1ubuntu2
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/serpentine -o
ProcCwd: /home/anubis
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: serpentine
StacktraceTop:
 g_type_check_instance ()
 g_signal_handlers_disconnect_matched ()
 gtk_accel_label_set_accel_closure ()
 gtk_accel_label_set_accel_widget ()
 ?? () from /usr/lib/libgtk-x11-2.0.so.0
Title: serpentine crashed with SIGSEGV in g_type_check_instance()
Uname: Linux amd 2.6.24-3-server #1 SMP Thu Jan 3 23:20:57 UTC 2008 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev powerdev sambashare scanner tape users video

** Affects: serpentine (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash

-- 
serpentine crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/183684
You received this bug notification because you are a member of Ubuntu
Bugs, 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 48848] Re: [Dapper SRU] Assertion failure in OSPF

2008-01-16 Thread Mathias Gug

On Thu, Jan 17, 2008 at 01:25:18AM -, Brian Murray wrote:
> I tried using some config files I found at 
> http://forums.suselinuxsupport.de/index.php?s=2200a0390e15e515869f19eb15b2d9c2&showtopic=40338&pid=179531&st=0&#entry179531
> which seem to enable ospf.  However, ospfd started up fine (the daemon was 
> running and 'show ip ospf' returned information) for me using that config and 
> package version 0.99.2-1ubuntu3.3.

IIRC the bug could only be triggered under some specific configuration
(involving multiple servers exporting static routes). Reading the
upstream bug is a good starting point to figure out the configuration
that would trigger the bug.

--
Mathias

-- 
[Dapper SRU] Assertion failure in OSPF
https://bugs.launchpad.net/bugs/48848
You received this bug notification because you are a member of Ubuntu
Bugs, 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 137356] Re: 7.10 life disk - gparted

2008-01-16 Thread Saïvann Carignan
Because this bug report got no comment during a long period, I set the
status to invalid but please feel free to re-open it if you can still
reproduce that issue with the latest gparted version. Thanks for your
contribution!

** Changed in: gparted (Ubuntu)
 Assignee: Saïvann Carignan (saivann) => (unassigned)
   Status: Incomplete => Invalid

-- 
7.10 life disk - gparted
https://bugs.launchpad.net/bugs/137356
You received this bug notification because you are a member of Ubuntu
Bugs, 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 164138] Re: fat32 partition freezes file browser + other applications and can't write to front of partition.

2008-01-16 Thread Mr.UNOwen
So have you guys tried recreating the problem? This has gone for some
time as a Undecided incomplete status. Other than the fact I didn't
mention the brand of the HD is Seagate, I've given you guys everything
else I could think of.

-- 
fat32 partition freezes file browser + other applications and can't write to 
front of partition.
https://bugs.launchpad.net/bugs/164138
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183681] Symbolic threaded stack trace

2008-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 183516 ***
https://bugs.launchpad.net/bugs/183516


** Attachment added: "ThreadStacktrace.txt (retraced)"
   http://launchpadlibrarian.net/11404613/ThreadStacktrace.txt

-- 
hugin crashed with SIGSEGV in wxListMainWindow::HighlightLine()
https://bugs.launchpad.net/bugs/183681
You received this bug notification because you are a member of Ubuntu
Bugs, 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 183681] Stack trace with source code

2008-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 183516 ***
https://bugs.launchpad.net/bugs/183516


** Attachment added: "StacktraceSource.txt"
   http://launchpadlibrarian.net/11404614/StacktraceSource.txt

** Changed in: hugin (Ubuntu)
   Importance: Undecided => Medium

** Attachment removed: "ProcStatus.txt"

   http://launchpadlibrarian.net/11404460/ProcStatus.txt

** Attachment removed: "ProcMaps.txt"

   http://launchpadlibrarian.net/11404459/ProcMaps.txt

** Attachment removed: "ThreadStacktrace.txt (retraced)"

   http://launchpadlibrarian.net/11404613/ThreadStacktrace.txt

** Attachment removed: "Disassembly.txt"

   http://launchpadlibrarian.net/11404458/Disassembly.txt

** Attachment removed: "Stacktrace.txt (retraced)"

   http://launchpadlibrarian.net/11404612/Stacktrace.txt

** Attachment removed: "Registers.txt"

   http://launchpadlibrarian.net/11404461/Registers.txt

** Attachment removed: "Stacktrace.txt"

   http://launchpadlibrarian.net/11404462/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"

   http://launchpadlibrarian.net/11404463/ThreadStacktrace.txt

** Attachment removed: "Dependencies.txt"

   http://launchpadlibrarian.net/11404457/Dependencies.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 183516
   hugin crashed with SIGSEGV in wxListMainWindow::HighlightLine()

-- 
hugin crashed with SIGSEGV in wxListMainWindow::HighlightLine()
https://bugs.launchpad.net/bugs/183681
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >