[Bug 82081] fail2ban: merge new debian version (0.7.6-3)

2007-01-29 Thread Cody A.W. Somerville
Public bug reported:

Binary package hint: fail2ban

MoM: http://merges.ubuntu.com/f/fail2ban
MOTU (Hopeful): Cody A.W. Somerville
Status: Complete

** Affects: fail2ban (Ubuntu)
 Importance: Undecided
 Assignee: MOTU Merge Team
 Status: Confirmed

** Changed in: fail2ban (Ubuntu)
 Assignee: (unassigned) => MOTU Merge Team
   Status: Unconfirmed => Confirmed

-- 
fail2ban: merge new debian version (0.7.6-3)
https://launchpad.net/bugs/82081

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


[Bug 82081] Re: fail2ban: merge new debian version (0.7.6-3)

2007-01-29 Thread Cody A.W. Somerville
debdiff fail2ban_0.7.6-3 fail2ban_0.7.6-3ubuntu1

** Attachment added: "delta fail2ban_0.7.6-3 --> fail2ban_0.7.6-3ubuntu1"
   http://librarian.launchpad.net/5914843/debdiff.diff

-- 
fail2ban: merge new debian version (0.7.6-3)
https://launchpad.net/bugs/82081

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


[Bug 82082] herd2. wodim couldn't be set suid.

2007-01-29 Thread Victor Polukcht
Public bug reported:

Binary package hint: wodim

My gnomebaker output:

scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
scsidev: 'ATA:0,0,0'
devname: 'ATA'
scsibus: 0 target: 0 lun: 0
wodim: No such file or directory. 
Cannot open SCSI driver!
For possible targets try 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.
TOC Type: 1 = CD-ROM

but:

[EMAIL PROTECTED]:~$ which wodim
/usr/bin/wodim

the problem could be fixed if setting wodim suid in console, but there
is no ability to do it using "dpkg-reconfigure wodim" or "dpkg-
reconfigure cdrecord" as it could be done in edgy.

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

-- 
herd2. wodim couldn't be set suid.
https://launchpad.net/bugs/82082

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


[Bug 81324] Re: Problem with cryptsetup password during boot

2007-01-29 Thread Fridtjof Busse
Yes, cryptsetup 1.0.4-8ubuntu2 changed the behavior:
If I use a password, I get dropped from the bootsplash and can enter my 
password (has the sideeffect that my consoles work again with fglrx ;)). But 
that worked even with bootsplash before as well.
If I use a keyfile and splash, the system seems to boot fine (i.e. no 
password), but then the display stays black. If I boot with nosplash, it works 
just fine as it did before.
Still not fixed, although I have no idea why it doesn't, as I don't see 
anything at all.

-- 
Problem with cryptsetup password during boot
https://launchpad.net/bugs/81324

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


[Bug 81677] Re: [apport] apport-gtk crashed with IndexError in create_crash_bug_title()

2007-01-29 Thread Martin Pitt
 apport (0.45) feisty; urgency=low
 .
   New feature: Infrastructure for package install/upgrade failures:
 .
   * Add bin/package_hook: Script for creating a report for a package
 installation/upgrade failure. It receives a package name, a number of log
 files, and an ErrorMessage: from stdin. This will be called from e.g.
 dist-upgrader.
   * setup.py, debian/apport.install: Ship package_hook.
   * apport/ui.py: If ProblemType is 'Package', call a new function
 self.ui_present_package_error() instead of presenting a crash. Add test
 suite checks for the package error report workflow.
   * apport/ui.py, create_crash_bug_title(): Create default bug title for
 package reports. Add various test cases.
   * gtk/apport-gtk{,.glade}: GTK implementation of ui_present_package_error().
 .
   New feature: Maintain a per-binary blacklist to inhibit apport crash reports
   until the binary changes. Closes: LP#79408
 .
   * apport/report.py: Add new Report methods check_ignored() and mark_ignore()
 to check for/set ignore list entries. Add test cases.
   * apport/ui.py: Add another return value of ui_present_crash() to specify
 whether or not to blacklist the current crash's executable. Check workflow
 of both responses in the test suite.
   * gtk/apport-gtk{,.glade}: Add a blacklist checkbox to the crash
 notification dialogs.
   * bin/apport: Do nothing if the current crash is blacklisted.
   * test-apport: Test blacklisting.
 .
   Bug fixes:
 .
   * gtk/apport-gtk: Fix return code for restarting the application ('reopen' ->
 'restart'). Closes: LP#81422
   * test-apport: Adapt to new core_pattern kernel interface mode:
 - Check core_pattern instead of the obsolete crashdump sysctl to determine
   whether or not apport is running.
 - Give apport max. 10 seconds to complete. The current kernel reaps the
   crashed process as soon as writing the core dump to the pipe is
   finished, but apport still needs to write the report file.
 - Do not EXFAIL the test for crashes in nonwriteable cwd any more, since
   it is now supposed to work (we do not write a core dump to the disk any
   more).
   * run-tests, use-local: Adapt to new core_pattern kernel interface.
   * apport: Improve logging of exceptions, include environment variables.
   * apport/report.py test suite: Use gdb to generate a test core dump, do not
 rely on kill(SIGSEGV) and the kernel to do it (since we now use a pipe in
 core_pattern).
   * backends/packaging-dpkg.py: Fix return value of get_modified_files() if
 dpkg .list file is missing.
   * apport/report.py, add_package_info(): Do not produce stray empty lines for
 uninstalled alternative dependencies.
   * apport/report.py: Fix test_add_gdb_info_script() to not leave behind a
 stray gzip process which randomly blocks stdin. Closes: LP#78421
   * backends/packaging-dpkg.py: Do not read the dpkg status in the
 constructor, but lazily initialize it when actually calling a query
 function. This avoids imposing the dpkg-query overhead for programs that
 import the apport package without doing package queries (such as any
 Python program under Ubuntu, due to the Python crash hook).
   * apport/ui.py, create_crash_bug_title():
 - Do not crash on an empty StacktraceTop. Closes: LP#81677
 - Do not mention an unknown function name ('??') in the bug title;
   instead, use the topmost function with a known name, or leave it out
   at all.
 - Add test cases for these situations.
   * apport/report.py, _get_ignore_dom(): Do not throw an error for an empty
 ignore list file.
 .
   Code cleanups:
 .
   * apport/report.py test suite: Refactorize generation of test crash program
 and core dump generation.
   * Consistently use 'in'/'not in' instead of find() for substring searches.
   * Changed the packaging backend import, so that its methods can now be
 accessed at apport.packaging instead of apport.packging.impl.


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

-- 
[apport] apport-gtk crashed with IndexError in create_crash_bug_title()
https://launchpad.net/bugs/81677

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


[Bug 78421] Re: cannot enter any characters any more sometimes

2007-01-29 Thread Martin Pitt
 apport (0.45) feisty; urgency=low
 .
   New feature: Infrastructure for package install/upgrade failures:
 .
   * Add bin/package_hook: Script for creating a report for a package
 installation/upgrade failure. It receives a package name, a number of log
 files, and an ErrorMessage: from stdin. This will be called from e.g.
 dist-upgrader.
   * setup.py, debian/apport.install: Ship package_hook.
   * apport/ui.py: If ProblemType is 'Package', call a new function
 self.ui_present_package_error() instead of presenting a crash. Add test
 suite checks for the package error report workflow.
   * apport/ui.py, create_crash_bug_title(): Create default bug title for
 package reports. Add various test cases.
   * gtk/apport-gtk{,.glade}: GTK implementation of ui_present_package_error().
 .
   New feature: Maintain a per-binary blacklist to inhibit apport crash reports
   until the binary changes. Closes: LP#79408
 .
   * apport/report.py: Add new Report methods check_ignored() and mark_ignore()
 to check for/set ignore list entries. Add test cases.
   * apport/ui.py: Add another return value of ui_present_crash() to specify
 whether or not to blacklist the current crash's executable. Check workflow
 of both responses in the test suite.
   * gtk/apport-gtk{,.glade}: Add a blacklist checkbox to the crash
 notification dialogs.
   * bin/apport: Do nothing if the current crash is blacklisted.
   * test-apport: Test blacklisting.
 .
   Bug fixes:
 .
   * gtk/apport-gtk: Fix return code for restarting the application ('reopen' ->
 'restart'). Closes: LP#81422
   * test-apport: Adapt to new core_pattern kernel interface mode:
 - Check core_pattern instead of the obsolete crashdump sysctl to determine
   whether or not apport is running.
 - Give apport max. 10 seconds to complete. The current kernel reaps the
   crashed process as soon as writing the core dump to the pipe is
   finished, but apport still needs to write the report file.
 - Do not EXFAIL the test for crashes in nonwriteable cwd any more, since
   it is now supposed to work (we do not write a core dump to the disk any
   more).
   * run-tests, use-local: Adapt to new core_pattern kernel interface.
   * apport: Improve logging of exceptions, include environment variables.
   * apport/report.py test suite: Use gdb to generate a test core dump, do not
 rely on kill(SIGSEGV) and the kernel to do it (since we now use a pipe in
 core_pattern).
   * backends/packaging-dpkg.py: Fix return value of get_modified_files() if
 dpkg .list file is missing.
   * apport/report.py, add_package_info(): Do not produce stray empty lines for
 uninstalled alternative dependencies.
   * apport/report.py: Fix test_add_gdb_info_script() to not leave behind a
 stray gzip process which randomly blocks stdin. Closes: LP#78421
   * backends/packaging-dpkg.py: Do not read the dpkg status in the
 constructor, but lazily initialize it when actually calling a query
 function. This avoids imposing the dpkg-query overhead for programs that
 import the apport package without doing package queries (such as any
 Python program under Ubuntu, due to the Python crash hook).
   * apport/ui.py, create_crash_bug_title():
 - Do not crash on an empty StacktraceTop. Closes: LP#81677
 - Do not mention an unknown function name ('??') in the bug title;
   instead, use the topmost function with a known name, or leave it out
   at all.
 - Add test cases for these situations.
   * apport/report.py, _get_ignore_dom(): Do not throw an error for an empty
 ignore list file.
 .
   Code cleanups:
 .
   * apport/report.py test suite: Refactorize generation of test crash program
 and core dump generation.
   * Consistently use 'in'/'not in' instead of find() for substring searches.
   * Changed the packaging backend import, so that its methods can now be
 accessed at apport.packaging instead of apport.packging.impl.


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

-- 
cannot enter any characters any more sometimes
https://launchpad.net/bugs/78421

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


[Bug 81422] Re: [apport] apport-gtk crashed with AssertionError in run_crash()

2007-01-29 Thread Martin Pitt
 apport (0.45) feisty; urgency=low
 .
   New feature: Infrastructure for package install/upgrade failures:
 .
   * Add bin/package_hook: Script for creating a report for a package
 installation/upgrade failure. It receives a package name, a number of log
 files, and an ErrorMessage: from stdin. This will be called from e.g.
 dist-upgrader.
   * setup.py, debian/apport.install: Ship package_hook.
   * apport/ui.py: If ProblemType is 'Package', call a new function
 self.ui_present_package_error() instead of presenting a crash. Add test
 suite checks for the package error report workflow.
   * apport/ui.py, create_crash_bug_title(): Create default bug title for
 package reports. Add various test cases.
   * gtk/apport-gtk{,.glade}: GTK implementation of ui_present_package_error().
 .
   New feature: Maintain a per-binary blacklist to inhibit apport crash reports
   until the binary changes. Closes: LP#79408
 .
   * apport/report.py: Add new Report methods check_ignored() and mark_ignore()
 to check for/set ignore list entries. Add test cases.
   * apport/ui.py: Add another return value of ui_present_crash() to specify
 whether or not to blacklist the current crash's executable. Check workflow
 of both responses in the test suite.
   * gtk/apport-gtk{,.glade}: Add a blacklist checkbox to the crash
 notification dialogs.
   * bin/apport: Do nothing if the current crash is blacklisted.
   * test-apport: Test blacklisting.
 .
   Bug fixes:
 .
   * gtk/apport-gtk: Fix return code for restarting the application ('reopen' ->
 'restart'). Closes: LP#81422
   * test-apport: Adapt to new core_pattern kernel interface mode:
 - Check core_pattern instead of the obsolete crashdump sysctl to determine
   whether or not apport is running.
 - Give apport max. 10 seconds to complete. The current kernel reaps the
   crashed process as soon as writing the core dump to the pipe is
   finished, but apport still needs to write the report file.
 - Do not EXFAIL the test for crashes in nonwriteable cwd any more, since
   it is now supposed to work (we do not write a core dump to the disk any
   more).
   * run-tests, use-local: Adapt to new core_pattern kernel interface.
   * apport: Improve logging of exceptions, include environment variables.
   * apport/report.py test suite: Use gdb to generate a test core dump, do not
 rely on kill(SIGSEGV) and the kernel to do it (since we now use a pipe in
 core_pattern).
   * backends/packaging-dpkg.py: Fix return value of get_modified_files() if
 dpkg .list file is missing.
   * apport/report.py, add_package_info(): Do not produce stray empty lines for
 uninstalled alternative dependencies.
   * apport/report.py: Fix test_add_gdb_info_script() to not leave behind a
 stray gzip process which randomly blocks stdin. Closes: LP#78421
   * backends/packaging-dpkg.py: Do not read the dpkg status in the
 constructor, but lazily initialize it when actually calling a query
 function. This avoids imposing the dpkg-query overhead for programs that
 import the apport package without doing package queries (such as any
 Python program under Ubuntu, due to the Python crash hook).
   * apport/ui.py, create_crash_bug_title():
 - Do not crash on an empty StacktraceTop. Closes: LP#81677
 - Do not mention an unknown function name ('??') in the bug title;
   instead, use the topmost function with a known name, or leave it out
   at all.
 - Add test cases for these situations.
   * apport/report.py, _get_ignore_dom(): Do not throw an error for an empty
 ignore list file.
 .
   Code cleanups:
 .
   * apport/report.py test suite: Refactorize generation of test crash program
 and core dump generation.
   * Consistently use 'in'/'not in' instead of find() for substring searches.
   * Changed the packaging backend import, so that its methods can now be
 accessed at apport.packaging instead of apport.packging.impl.


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

-- 
[apport] apport-gtk crashed with AssertionError in run_crash()
https://launchpad.net/bugs/81422

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


[Bug 69200] Re: userconfig crashes while loading group id's

2007-01-29 Thread sebas
Committed, thanks!

-- 
userconfig crashes while loading group id's
https://launchpad.net/bugs/69200

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


[Bug 79408] Re: Users should be enabled to ignore crashes for certain apps

2007-01-29 Thread Martin Pitt
 apport (0.45) feisty; urgency=low
 .
   New feature: Infrastructure for package install/upgrade failures:
 .
   * Add bin/package_hook: Script for creating a report for a package
 installation/upgrade failure. It receives a package name, a number of log
 files, and an ErrorMessage: from stdin. This will be called from e.g.
 dist-upgrader.
   * setup.py, debian/apport.install: Ship package_hook.
   * apport/ui.py: If ProblemType is 'Package', call a new function
 self.ui_present_package_error() instead of presenting a crash. Add test
 suite checks for the package error report workflow.
   * apport/ui.py, create_crash_bug_title(): Create default bug title for
 package reports. Add various test cases.
   * gtk/apport-gtk{,.glade}: GTK implementation of ui_present_package_error().
 .
   New feature: Maintain a per-binary blacklist to inhibit apport crash reports
   until the binary changes. Closes: LP#79408
 .
   * apport/report.py: Add new Report methods check_ignored() and mark_ignore()
 to check for/set ignore list entries. Add test cases.
   * apport/ui.py: Add another return value of ui_present_crash() to specify
 whether or not to blacklist the current crash's executable. Check workflow
 of both responses in the test suite.
   * gtk/apport-gtk{,.glade}: Add a blacklist checkbox to the crash
 notification dialogs.
   * bin/apport: Do nothing if the current crash is blacklisted.
   * test-apport: Test blacklisting.
 .
   Bug fixes:
 .
   * gtk/apport-gtk: Fix return code for restarting the application ('reopen' ->
 'restart'). Closes: LP#81422
   * test-apport: Adapt to new core_pattern kernel interface mode:
 - Check core_pattern instead of the obsolete crashdump sysctl to determine
   whether or not apport is running.
 - Give apport max. 10 seconds to complete. The current kernel reaps the
   crashed process as soon as writing the core dump to the pipe is
   finished, but apport still needs to write the report file.
 - Do not EXFAIL the test for crashes in nonwriteable cwd any more, since
   it is now supposed to work (we do not write a core dump to the disk any
   more).
   * run-tests, use-local: Adapt to new core_pattern kernel interface.
   * apport: Improve logging of exceptions, include environment variables.
   * apport/report.py test suite: Use gdb to generate a test core dump, do not
 rely on kill(SIGSEGV) and the kernel to do it (since we now use a pipe in
 core_pattern).
   * backends/packaging-dpkg.py: Fix return value of get_modified_files() if
 dpkg .list file is missing.
   * apport/report.py, add_package_info(): Do not produce stray empty lines for
 uninstalled alternative dependencies.
   * apport/report.py: Fix test_add_gdb_info_script() to not leave behind a
 stray gzip process which randomly blocks stdin. Closes: LP#78421
   * backends/packaging-dpkg.py: Do not read the dpkg status in the
 constructor, but lazily initialize it when actually calling a query
 function. This avoids imposing the dpkg-query overhead for programs that
 import the apport package without doing package queries (such as any
 Python program under Ubuntu, due to the Python crash hook).
   * apport/ui.py, create_crash_bug_title():
 - Do not crash on an empty StacktraceTop. Closes: LP#81677
 - Do not mention an unknown function name ('??') in the bug title;
   instead, use the topmost function with a known name, or leave it out
   at all.
 - Add test cases for these situations.
   * apport/report.py, _get_ignore_dom(): Do not throw an error for an empty
 ignore list file.
 .
   Code cleanups:
 .
   * apport/report.py test suite: Refactorize generation of test crash program
 and core dump generation.
   * Consistently use 'in'/'not in' instead of find() for substring searches.
   * Changed the packaging backend import, so that its methods can now be
 accessed at apport.packaging instead of apport.packging.impl.


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

-- 
Users should be enabled to ignore crashes for certain apps
https://launchpad.net/bugs/79408

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


[Bug 82083] evolution hangs on big multipart attachments

2007-01-29 Thread rashudo
Public bug reported:

Binary package hint: evolution

Recently I've received a large multi-part e-mail message with a big
attachment. There are 6 e-mails with about 10 MB of data each. When i
open the first one, the application freezes up, displaying the
"formatting messages" text.

Even after waiting for over an hour, the application is still not ready
processing the e-mails. It's a big problem for me, because Evolution
opens this specific e-mail whenever i start Evolution, so i can't use
Evolution for anything anymore, it just freezes up and that's it.

I'm using a fresh install of Ubuntu Edgy Eft with the latest version of
Evolution (i do daily updates).

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

-- 
evolution hangs on big multipart attachments
https://launchpad.net/bugs/82083

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


[Bug 82076] Re: [apport] evolution-alarm-notify crashed with SIGSEGV in g_hash_table_lookup()

2007-01-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 67361 ***

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: evolution (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 67361
   random apps crash to strcmp () after ORBit call

-- 
[apport] evolution-alarm-notify crashed with SIGSEGV in g_hash_table_lookup()
https://launchpad.net/bugs/82076

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


[Bug 81517] Re: The zd1211rw module does not recognize my wireless connection

2007-01-29 Thread Stéphane Graber
** Changed in: Ubuntu
Sourcepackagename: None => zd1211

-- 
The zd1211rw module does not recognize my wireless connection
https://launchpad.net/bugs/81517

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


[Bug 82008] Re: Administrator files

2007-01-29 Thread Stéphane Graber
Impossible to know what the problem is.

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

-- 
Administrator files
https://launchpad.net/bugs/82008

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


[Bug 82084] Re: fglrx on feisty breaks consoles

2007-01-29 Thread Stéphane Graber
** Changed in: Ubuntu
   Status: Unconfirmed => Needs Info

-- 
fglrx on feisty breaks consoles
https://launchpad.net/bugs/82084

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


[Bug 81608] Re: Please use DejaVu Sans Condensed as the default font

2007-01-29 Thread Michiel Sikma
By the way, I also believe that this font's usability goes up when using
the "low" amount of hinting. It causes the top and bottom row of pixels
to be correctly hinted. If we use this font as default, I believe that
we should also start using that setting as the default hinting. (Should
I open up a new bug report for this?)

-- 
Please use DejaVu Sans Condensed as the default font
https://launchpad.net/bugs/81608

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


[Bug 81612] Re: errore while working with fat32

2007-01-29 Thread Stéphane Graber
Can you try this with a new fat32 partition ?

** Summary changed:

- errore while working with fat32
+ Corrupted fat32 partition (directory content exchange)

-- 
Corrupted fat32 partition (directory content exchange)
https://launchpad.net/bugs/81612

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


[Bug 81872] Re: gstreamer unable to play ogg

2007-01-29 Thread Skeletonix
sorry,  ... it plays only a few seconds ant than is silent

[EMAIL PROTECTED]:~$ gst-launch-0.10 playbin 
uri=file:///home/skeletonix/radiowave_casablanca.ogg 
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: audioclock0
Caught interrupt -- Pausing pipeline.
Pipeline paused.
WARNING: Element "playbin0" warns: pipeline interrupted
Element "playbin0" has gone from PLAYING to PAUSED, quitting.
Execution ended after 2594421000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

-- 
gstreamer unable to play ogg
https://launchpad.net/bugs/81872

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


[Bug 82078] Re: [apport] gaim crashed with SIGSEGV in strcmp()

2007-01-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 67361 ***

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gaim (Ubuntu)
   Importance: Undecided => Medium
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 67361
   random apps crash to strcmp () after ORBit call

-- 
[apport] gaim crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82078

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


[Bug 82084] Re: fglrx on feisty breaks consoles

2007-01-29 Thread Stéphane Graber
The problem can come from the FrameBuffer driver or a bug in the fglrx
driver itself, can you attach the result of "dmesg" ?

-- 
fglrx on feisty breaks consoles
https://launchpad.net/bugs/82084

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


[Bug 82077] Re: [apport] gnome-volume-control crashed with SIGSEGV in ??()

2007-01-29 Thread Sebastien Bacher
Thanks for your bug report. This bug has been reported to the developers
of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=402003

** Changed in: gnome-media (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Confirmed

** Bug watch added: GNOME Bug Tracker #402003
   http://bugzilla.gnome.org/show_bug.cgi?id=402003

** Also affects: gnome-media (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=402003
   Importance: Unknown
   Status: Unknown

-- 
[apport] gnome-volume-control crashed with SIGSEGV in ??()
https://launchpad.net/bugs/82077

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


[Bug 81961] Re: gnome-power-manager should report a reason when "HAL failed to hibernate"

2007-01-29 Thread Stéphane Graber
** Changed in: Ubuntu
Sourcepackagename: None => gnome-power-manager

-- 
gnome-power-manager should report a reason when "HAL failed to hibernate"
https://launchpad.net/bugs/81961

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


[Bug 82085] Confusing tooltip

2007-01-29 Thread kvdb
Public bug reported:

Binary package hint: tsclient

Hi,

I tried using tsclient for managing a few vnc connections.
The GUI is so confusing, I'd call it a bug.

In the "General" tab in the field "Username" (which tightvnc doesn't use 
anyway), the tooltip says:
"Enter the username for the remote system. For vnc, enter the path to your 
saved vnc password file."
Ok, I created a password file using vncpasswd. But on connecting, it wouldn't 
be picked up.
After experimenting some more, it seems that putting the filename in the field 
called "Protocol file" does work.
The tooltip says "Some protocols require a file containing settings. If 
required, enter the path to the file here."

The tooltip under both "Username" and "Protocol file" should be
corrected.

Cheers,
Kees

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

-- 
Confusing tooltip
https://launchpad.net/bugs/82085

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


[Bug 78433] Re: random soft lockup with external usb harddisk

2007-01-29 Thread Morten Minke
I have tried the noreplacement option on the kernel command line (boot
option) but with that option my X windows server won't start. Is there
another option I should/could try or do you know what the problem with
the X server is (I know it is not an issue for this bug, but if I can
get the X server running I can give you more info whether or not that
option is making a difference).

-- 
random soft lockup with external usb harddisk
https://launchpad.net/bugs/78433

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


[Bug 81975] Re: alsamixer : function snd_mixer_load failed

2007-01-29 Thread Stéphane Graber
** Changed in: Ubuntu
Sourcepackagename: None => alsa-utils

-- 
alsamixer : function snd_mixer_load failed
https://launchpad.net/bugs/81975

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


[Bug 82084] fglrx on feisty breaks consoles

2007-01-29 Thread Fridtjof Busse
Public bug reported:

Using fglrx on feisty still makes it impossible to switch to the consoles after 
X has started. The problem is solved with "nosplash", but that's merely a 
workaround.
This problem existed on edgy and it still does on feisty, any hope for a fix?

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
fglrx on feisty breaks consoles
https://launchpad.net/bugs/82084

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


[Bug 81850] Re: Edgy not boot

2007-01-29 Thread Stéphane Graber
It looks like an ACPI problem, can you attach the result of "dmesg" and
some information about you hardware (desktop/laptop?) and  motherboard
especially.

** Summary changed:

- Edgy not boot
+ Edgy doesn't boot due to ACPI problem

** Changed in: Ubuntu
Sourcepackagename: None => linux-source-2.6.17

-- 
Edgy doesn't boot due to ACPI problem
https://launchpad.net/bugs/81850

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


[Bug 63221] Re: No longer able to decrypt GPG IMs

2007-01-29 Thread Ralf Hildebrandt
Not really. The cryptography plugin uses GPG. And GPG is installed, but
never called.

-- 
No longer able to decrypt GPG IMs
https://launchpad.net/bugs/63221

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


[Bug 73036] Re: Segmentation Fault on Edgy (6.10) (msn_emoticon_msg)

2007-01-29 Thread Sebastien Bacher
jonssoni-, thank you for participating to bug work, your problem looks
like a totally different one from the one you comment on though, better
to open a new bug if you are not sure of what you are doing to avoid
confusion

-- 
Segmentation Fault on Edgy (6.10) (msn_emoticon_msg)
https://launchpad.net/bugs/73036

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


[Bug 76873] Re: [feisty] Evolution stops sending SMTP mail

2007-01-29 Thread Sebastien Bacher
Maybe that's a duplicate from bug #79078 which has been fixed some days
ago now?

-- 
[feisty] Evolution stops sending SMTP mail
https://launchpad.net/bugs/76873

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


[Bug 81596] Re: Feisty Herd 2 does not boot on Core 2 Duo

2007-01-29 Thread Stéphane Graber
Can you edit the kernel command line from the boot menu and remove the
splash parameter, it will let you able to see the boot messages, give
the last ones you see.

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

-- 
Feisty Herd 2 does not boot on Core 2 Duo
https://launchpad.net/bugs/81596

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


[Bug 81206] Re: Ubuntu graphical boot uses too high horizontal frequency (LCD display problem)

2007-01-29 Thread Stéphane Graber
Assigned to usplash but it could also be a grub configuration problem

** Changed in: Ubuntu
Sourcepackagename: None => usplash

-- 
Ubuntu graphical boot uses too high horizontal frequency (LCD display problem)
https://launchpad.net/bugs/81206

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


[Bug 80586] Re: No microphone boost with Audigy LS

2007-01-29 Thread Stéphane Graber
** Changed in: Ubuntu
Sourcepackagename: None => alsa-driver

-- 
No microphone boost with Audigy LS
https://launchpad.net/bugs/80586

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


[Bug 82014] Re: can't start ubuntu or kubuntu from cd

2007-01-29 Thread Stéphane Graber
can you remove the "splash" parameter from the kernel line and post the
last lines you see during the boot ? (maybe a kernel panic)

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

-- 
can't start ubuntu or kubuntu from cd
https://launchpad.net/bugs/82014

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


[Bug 63221] Re: No longer able to decrypt GPG IMs

2007-01-29 Thread Ralf Hildebrandt
But I may be wrong, so by all means, let's try and fix the dependencies
anyway :)

-- 
No longer able to decrypt GPG IMs
https://launchpad.net/bugs/63221

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


[Bug 82084] Re: fglrx on feisty breaks consoles

2007-01-29 Thread Fridtjof Busse
Attached.
The device is a IBM ThinkPad T60 btw.

** Attachment added: "dmesg for broken fglrx"
   http://librarian.launchpad.net/5915040/dmesg.txt

-- 
fglrx on feisty breaks consoles
https://launchpad.net/bugs/82084

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


[Bug 79104] Re: Internet via DHCP lost after suspend on Toshiba laptop

2007-01-29 Thread Stéphane Graber
What's your wireless card driver ?
Can you post the result of : 
ifconfig -a
iwconfig
and dmesg

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

-- 
Internet via DHCP lost after suspend on Toshiba laptop
https://launchpad.net/bugs/79104

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


[Bug 82088] Manual TCP/IP settings overidden by roaming

2007-01-29 Thread Barbara
Public bug reported:

Binary package hint: network-manager

On doing the short test I typed in "www.ubuntu.com" to the address bar

I got back a "server not found" message.

This is what I then did:

System -> Control Centre -> Network (password)
* 2 network cards are enabled (eth0) and (eth1)
- both say 'roaming mode enabled' by default

Select (eth0) -> Properties

Deselect 'enable roaming mode'(disconnected from the network)

Select 'Static IP Address' and entered IP Address and Gateway that are
known to work under Edgy

 -> Ok

(eth0) still shows 'roaming mode enabled' and Properties of (eth0) show
manually entered values but they are disabled.

I then repeated the previous steps without re-entering the IP Address or
Gateway againseveral times.

Each time 'enable roaming mode' is deselected  the network panel icon at
the top right corner tells me it's been disconnected from the
network...and will then reconnect.

I again typed in "www.ubuntu.com" to the address bar and again got the
"server not found" message.

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

-- 
Manual TCP/IP settings overidden by roaming
https://launchpad.net/bugs/82088

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


[Bug 79304] Re: GCompris Administrator-can't add profiles

2007-01-29 Thread Stéphane Graber
** Changed in: Ubuntu
Sourcepackagename: None => gcompris

-- 
GCompris Administrator-can't add profiles
https://launchpad.net/bugs/79304

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


[Bug 82091] update-notifier dies while upgrading dapper to edgy

2007-01-29 Thread Glyphobet
Public bug reported:

Binary package hint: update-notifier

update-notifier died and generated this bug report while I was upgrading
dapper to edgy.

Memory status: size: 30887936 vsize: 0 resident: 30887936 share: 0 rss: 8826880 
rss_rlim: 0
CPU usage: start_time: 1167159190 rtime: 0 utime: 6697 stime: 0 cutime:3579 
cstime: 0 timeout: 3118 it_real_value: 0 frequency: 7711

Backtrace was generated from '/usr/bin/update-notifier'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7459463 in ?? ()
#2  0xb7f08f58 in ?? ()
#3  0xb7ed68e6 in ?? ()
#4  0x2bdd in ?? ()
#5  0xbfb33428 in ?? ()
#6  0x in ?? ()

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
update-notifier dies while upgrading dapper to edgy
https://launchpad.net/bugs/82091

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


[Bug 82087] gaphor: merge new debian version (0.8.1-5.1)

2007-01-29 Thread Cody A.W. Somerville
Public bug reported:

Binary package hint: gaphor

MoM: http://merges.ubuntu.com/g/gaphor
MOTU (hopeful): Cody A.W. Somerville
Status: In Progress (Testing)

** Affects: gaphor (Ubuntu)
 Importance: Undecided
 Assignee: MOTU Merge Team
 Status: Unconfirmed

** Changed in: gaphor (Ubuntu)
 Assignee: (unassigned) => MOTU Merge Team

-- 
gaphor: merge new debian version (0.8.1-5.1)
https://launchpad.net/bugs/82087

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


[Bug 82089] gnome-terminal seg faults while upgrading to edgy

2007-01-29 Thread Glyphobet
Public bug reported:

Binary package hint: gnome-terminal

This has happened to me twice, on two different machines, when upgrading
from Ubuntu 6.06 ("dapper") to Ubuntu 6.10 ("edgy").   My guess would be
that this is due to mismatches between libraries as some have been
upgraded and others have not yet been, but who knows.


Distribution: Ubuntu 6.06 (dapper)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 32866304 vsize: 0 resident: 32866304 share: 0 rss:
10805248 rss_rlim: 0
CPU usage: start_time: 1167436308 rtime: 0 utime: 27388 stime: 0 cutime:24524
cstime: 0 timeout: 2864 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/bin/gnome-terminal'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb773b48b in ?? ()
#2  0xb7ee3f58 in ?? ()
#3  0x in ?? ()


http://bugzilla.gnome.org/show_bug.cgi?id=397126


Since I'm running update-manager -c from a gnome-terminal, the seg fault causes 
the upgrade process to die as well, leaving the package manager in a really 
screwed up state.  I managed to fix it by re-running the edgy upgrade program 
that had been downloaded to /tmp/ several times, and by using aptitude to fix 
broken packages when the edgy upgrade program could not handle the broken 
packages.

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

-- 
gnome-terminal seg faults while upgrading to edgy
https://launchpad.net/bugs/82089

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


[Bug 82070] Re: gnome-system-monitor crashes on help request

2007-01-29 Thread Sebastien Bacher
Thanks for your bug report. This bug has been reported to the developers
of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=402013

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided => High
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Confirmed

** Bug watch added: GNOME Bug Tracker #402013
   http://bugzilla.gnome.org/show_bug.cgi?id=402013

** Also affects: gnome-system-monitor (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=402013
   Importance: Unknown
   Status: Unknown

-- 
gnome-system-monitor crashes on help request
https://launchpad.net/bugs/82070

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


[Bug 82036] Re: No weather applet in Kubuntu 7.04

2007-01-29 Thread Lothar Braun
Hi,

thank you for reporting. Can you try to install the package "kweather"?
This package should provide the kweather applet.

Best regards,
  Lothar

-- 
No weather applet in Kubuntu 7.04
https://launchpad.net/bugs/82036

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


Re: [Bug 81701] Re: Crash when trying to undo moving an email

2007-01-29 Thread Loïc Alejandro
I,

no, I tried, but I can't reproduce this crash.

I have a crash report but it weights 20 Megas.

In a next email I'll try to send it to you.

LOIC

Freddy Martinez a écrit :
> Can you reproduce this crash? Do you have a crash report?
>
>

-- 
Crash when trying to undo moving an email
https://launchpad.net/bugs/81701

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

Re: [Bug 81701] Re: Crash when trying to undo moving an email

2007-01-29 Thread Loïc Alejandro
I can't send the bug report. Even compressed in a rar file (15Mo), it's 
to heavy for my email server.
Sorry. Tell me if I can do something.

LOIC

Freddy Martinez a écrit :
> Can you reproduce this crash? Do you have a crash report?
>
>

-- 
Crash when trying to undo moving an email
https://launchpad.net/bugs/81701

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

[Bug 81612] Re: Corrupted fat32 partition (directory content exchange)

2007-01-29 Thread zolle
i'm already try to do this. all correct. i can't play/repeate  this bug.
i specially work with this partition but all correct.

-- 
Corrupted fat32 partition (directory content exchange)
https://launchpad.net/bugs/81612

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


[Bug 65618] Re: Firmware upload to LJ 1000/1005/1008/1020 broken (fix to be proposed as Edgy update)

2007-01-29 Thread Martin Pitt
Accepted into edgy-proposed, please go ahead with QA testing.

** Tags added: verification-needed

** Changed in: foo2zjs (Ubuntu Edgy)
   Status: In Progress => Fix Committed

-- 
Firmware upload to LJ 1000/1005/1008/1020 broken (fix to be proposed as Edgy 
update)
https://launchpad.net/bugs/65618

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


[Bug 72324] Re: cupsys depends on Xlib

2007-01-29 Thread Martin Pitt
 gs-esp (8.15.3.dfsg.1-2ubuntu3) feisty; urgency=low
 .
   * Use a GhostScript main executable based on libgs-esp8, to avoid
 duplicate code wasting space on the CD and the installed system.
   * Put the module for X11 output into an extra package (gs-esp-x) so
 that the main package (gs-esp) can also be used one X-less servers.

(sponsored upload for Till, thank you!)

** Changed in: gs-esp (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
cupsys depends on Xlib
https://launchpad.net/bugs/72324

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


[Bug 82092] bug report generated by nm-applet while upgrading from dapper to edgy

2007-01-29 Thread Glyphobet
Public bug reported:

Binary package hint: network-manager-gnome

This bug report was generated while I was upgrading from dapper to edgy:

Memory status: size: 21241856 vsize: 0 resident: 21241856 share: 0 rss: 
12529664 rss_rlim: 0
CPU usage: start_time: 1163141870 rtime: 0 utime: 445 stime: 0 cutime:415 
cstime: 0 timeout: 30 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/bin/nm-applet'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb73b0463 in __close_nocancel () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb7ed5f58 in ?? () from /usr/lib/libgnomeui-2.so.0
#3  0xb7ea38e6 in gnome_thumbnail_factory_has_valid_failed_thumbnail ()
   from /usr/lib/libgnomeui-2.so.0
#4  0x54f0 in ?? ()
#5  0xbfd2e6a8 in ?? ()
#6  0x in ?? ()

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

-- 
bug report generated by nm-applet while upgrading from dapper to edgy
https://launchpad.net/bugs/82092

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


[Bug 82089] Re: gnome-terminal seg faults while upgrading to edgy

2007-01-29 Thread Sebastien Bacher
Thanks for your bug report. Please try to obtain a debug backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
gnome-terminal seg faults while upgrading to edgy
https://launchpad.net/bugs/82089

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


[Bug 82093] [apport] evolution crashed with SIGSEGV in strcmp()

2007-01-29 Thread NiceGuyUK
Public bug reported:

Binary package hint: evolution

Crash report icon appears when Evolution starts next, so presumably this
is a crash on closedown from the previous session.

ProblemType: Crash
CrashCounter: 1
Date: Mon Jan 29 09:16:49 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/evolution
InterpreterPath: /usr/bin/evolution-2.10
Package: evolution 2.9.6-0ubuntu1
ProcCmdline: evolution --component=mail
ProcCwd: /home/niceguyuk
ProcEnviron:
 LANGUAGE=en_GB:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: evolution
StacktraceTop:
 strcmp () from /lib/tls/i686/cmov/libc.so.6
 g_str_equal () from /usr/lib/libglib-2.0.so.0
 g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0
 ORBit_handle_request () from /usr/lib/libORBit-2.so.0
 giop_connection_handle_input ()
Uname: Linux nicelaptop.niceguyuk.com 2.6.20-5-386 #2 Sat Jan 6 14:44:57 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy games lpadmin plugdev 
scanner video

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] ProcMaps.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] Stacktrace.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] Registers.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] Disassembly.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] ProcStatus.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] ThreadStacktrace.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] CoreDump.gz

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82093] Dependencies.txt

2007-01-29 Thread NiceGuyUK

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

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


Re: [Bug 80750] Re: Firefox suddenly crashed

2007-01-29 Thread davezzsmith
David

Thank you for your response to my bug report

I d/l and installed the firefox-dbg package as requested but 
was unable to locate the information that you require to 
look into my bug, i looked in the right place (i think) but 
its not there

The plugin was Java, here is a link to the page in question


http://www.advfn.com/p.php?
pid=trades&epic=VML&cb=1170062322&java_vm=sun&java_vm_ver=1.5
.0_06&fp=7.0.19

To enter this page you need to register with advfn for free, 
the java applet provides "Level 1" financial information on 
trade volumes & buy/sell info.

I cannot access this information using Firefox, because 
there is no suitable java plugin to d/l

I have tried to reproduce the bug and cause a FF crash 
several times without success but if it happens again I will 
send you a full bug report. Now that i have installed the 
firefox-dbg package, hopefully with the information that you 
need 

Regards

David Smith

-- 
Firefox suddenly crashed
https://launchpad.net/bugs/80750

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


[Bug 51149] Re: popularity-contest does not work out of the box

2007-01-29 Thread Michael Vogt
Thanks Mr Canis for testing this fix!

we discovered that there was indeed another problem that made popcon-
upload return the a "unable to submit report..." even when it did
succseed. The latest version in feisty does fix this issue. And we are
also preparing backports to fix this problem in dapper and feisty. I
will post debdiffs to the bug #35291 to ensure that we also fix the
problem that popcon tries to send mail for some people.

Cheers,
 Michael

-- 
popularity-contest does not work out of the box
https://launchpad.net/bugs/51149

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


[Bug 82094] USB safe unmount from desktop data corruption

2007-01-29 Thread Piero Ottuzzi
Public bug reported:

Binary package hint: kubuntu-desktop

Hi there,

yesterday I plugged a 512MB MP3 pendrive in my kubuntu edgy powered laptop and 
started to copy there about 300MB of MP3s: just few seconds and for the KDE 
interface everything was copied there!!!
But we all know this is a trick of the filesystem management under linux: it is 
saying that everything was done but it deserves to do the real work when it 
thinks it is a better time.
So I went in the desktop and right-clicked on the MP3 player icon and I choose 
"Safe unmount" (or whatever it is..): almost immediately the device was 
unmounted and... guess what... not all 300MB where really copied!
I plugged the device again, copied files again from KDE (no more than 5 secs 
and the operatione was done) and I opened a new konsole:
> sudo umount /dev/sdb

This, obviously, fixed the problem: after 4-5 minutes the prompt came
back and all the data was written there.

I think this is really a nasty bug!!!

Bye
Piero

** Affects: kubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
USB safe unmount from desktop data corruption
https://launchpad.net/bugs/82094

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


[Bug 82045] Re: [Merge] gst-ffmpeg 0.8.7-10ubuntu1

2007-01-29 Thread Adrien Cunin
** Changed in: gst-ffmpeg (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[Merge] gst-ffmpeg 0.8.7-10ubuntu1
https://launchpad.net/bugs/82045

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


[Bug 80814] Re: genesis doesn't start from menu without ~/.simrc

2007-01-29 Thread Adrien Cunin
genesis (2.2.1-11ubuntu1) feisty; urgency=low

  * Added debian/genesis-start installed in /usr/bin to copy the simrc file
from /usr/share/genesis/startup/ to ~/.simrc before launching genesis
(Closes: Malone #80814)
  * debian/genesis.desktop:
 - Exec genesis-start instead of genesis
 - Terminal=true (Closes: Malone #80815)

 -- Adrien Cunin <[EMAIL PROTECTED]>  Sun, 28 Jan 2007 14:42:07 +0100

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

-- 
genesis doesn't start from menu without ~/.simrc
https://launchpad.net/bugs/80814

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


[Bug 82037] Re: [Merge] gnucash 2.0.2-3ubuntu1

2007-01-29 Thread Adrien Cunin
** Changed in: gnucash (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[Merge] gnucash 2.0.2-3ubuntu1
https://launchpad.net/bugs/82037

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


[Bug 80815] Re: genesis .desktop needs Terminal=true

2007-01-29 Thread Adrien Cunin
genesis (2.2.1-11ubuntu1) feisty; urgency=low

  * Added debian/genesis-start installed in /usr/bin to copy the simrc file
from /usr/share/genesis/startup/ to ~/.simrc before launching genesis
(Closes: Malone #80814)
  * debian/genesis.desktop:
 - Exec genesis-start instead of genesis
 - Terminal=true (Closes: Malone #80815)

 -- Adrien Cunin <[EMAIL PROTECTED]>  Sun, 28 Jan 2007 14:42:07 +0100

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

-- 
genesis .desktop needs Terminal=true
https://launchpad.net/bugs/80815

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


[Bug 82043] Re: [Merge] plptools 0.15-2ubuntu1

2007-01-29 Thread Adrien Cunin
** Changed in: plptools (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[Merge] plptools 0.15-2ubuntu1
https://launchpad.net/bugs/82043

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


[Bug 16632] Re: popcon should offer an option for submission via https

2007-01-29 Thread Michael Vogt
** Changed in: popularity-contest (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
popcon should offer an option for submission via https
https://launchpad.net/bugs/16632

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


[Bug 82093] Re: [apport] evolution crashed with SIGSEGV in strcmp()

2007-01-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 67361 ***

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: evolution (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 67361
   random apps crash to strcmp () after ORBit call

-- 
[apport] evolution crashed with SIGSEGV in strcmp()
https://launchpad.net/bugs/82093

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


[Bug 82064] Re: in a rare situation, I am able to rebind letters on the keyboard

2007-01-29 Thread Jeremy Teale
*** This bug is a duplicate of bug 82065 ***

Thanks for your bug. Let's consider this as the same issue as the other
bug you filed. Given that bug 82065 has more comments, we'll go with
that. Thank you.

** This bug has been marked a duplicate of bug 82065
   I am able to rebind Backspace or Enter key in keybinding capplet

-- 
in a rare situation, I am able to rebind letters on the keyboard
https://launchpad.net/bugs/82064

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


[Bug 81597] Re: Recommends mta despite removed mail support

2007-01-29 Thread Michael Vogt
Thanks for your bugreport.

The changelog entry may be misleading. The support was not removed, we
just disabled it by default. But I removed the recommends because we do
not support mail submission currently in ubuntu.

Cheers,
 Michael

-- 
Recommends mta despite removed mail support
https://launchpad.net/bugs/81597

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


[Bug 82096] [apport] update-manager crashed with DBusException in __call__()

2007-01-29 Thread Paweł T . Jochym
Public bug reported:

Binary package hint: update-manager

When invoked the usual way the update manager crashes recently (few
dayes - I think the problem wasn't there before Jan 20). But this is not
all the time. Sometimes it starts up correctly. It may have some
connection with my locale (pl_PL), but I am not sure.

ProblemType: Crash
Date: Mon Jan 29 09:59:14 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/update-manager
InterpreterPath: /usr/bin/python2.5
Package: update-manager 0.53.3
ProcCmdline: /usr/bin/python /usr/bin/update-manager
ProcCwd: /home/admin
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=pl_PL.UTF-8
 LANGUAGE=pl_PL:pl:en_GB:en
PythonArgs: ['/usr/bin/update-manager']
SourcePackage: update-manager
Uname: Linux ubuntu 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

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

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82096

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


[Bug 82096] Dependencies.txt

2007-01-29 Thread Paweł T . Jochym

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

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82096

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


[Bug 82095] nvidia resolution and 3d not initialised properly

2007-01-29 Thread Barbara
Public bug reported:

On Live and on Install the screen resolution is too low.

On Edgy on the same hardware the nvidia card displays at 1280x1024 and
3d acceleration works well.

On Feisty the resolution defaults to 800x600 which is the maximum
resolution that the "screen resolution" dialogue lets you choose.  3d
acceleration does not work at all.

Here is the relevant sections of xorg.conf on Edgy:

## Edgy start
Section "Module"
#   Load"GLcore"
Load"i2c"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

Section "Device"
Identifier  "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
Driver  "nvidia"
BusID   "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier  "T710B"
Option  "DPMS"
HorizSync   30-71
VertRefresh 50-160
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
Monitor "T710B"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
EndSection
## Edgy end


Here are the same sections under the default Feisty install:

##Feisty start
Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
EndSection

Section "Device"
Identifier  "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Driver  "nv"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "720x400" "640x480" 
"640x400"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "720x400" "640x480" 
"640x400"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "720x400" "640x480" 
"640x400"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "720x400" "640x480" 
"640x400"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "720x400" "640x480" 
"640x400"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "720x400" "640x480" 
"640x400"
EndSubSection
EndSection
##Feisty end

In Feisty the maximum resolution in xorg.conf is not actually available
as a choice.

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

-- 
nvidia resolution and 3d not initialised properly
https://launchpad.net/bugs/82095

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


[Bug 82021] Re: Sound doesn't work on A8V-MX (VIA8233)

2007-01-29 Thread Patrick Dixon
Thanks for looking at this.  I've spent two days without getting any
where and I've run out of ideas.

I've checked permission and that users are members of audio group

# ls -ls /dev/dsp
0 crw-rw 1 root audio 14, 3 2007-01-29 09:16 /dev/dsp
# ls -ls /dev/mixer
0 crw-rw 1 root audio 14, 0 2007-01-29 09:16 /dev/mixer

# cat /etc/group |grep audio
audio:x:29:patrick,mythtv

And I've passed the following flags at boot, without any improvement
(although nosmp had a pretty negative effect!)

noacpi
nolapic
nosmp
noirqdebug
pci=conf1

I've also tried this, although I'm not sure what the error tells me.

#aplay -D hw:0,0 /downloads/english.au
ALSA lib confmisc.c:1283:(snd_func_refer) Unable to find definition 
'defaults.namehint.extended'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:3972:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM hw:0,0
aplay: main:545: audio open error: No such file or directory



** Attachment added: "dmesg output"
   http://librarian.launchpad.net/5915553/dmesg.txt

-- 
Sound doesn't work on A8V-MX (VIA8233)
https://launchpad.net/bugs/82021

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


[Bug 82096] ProcMaps.txt

2007-01-29 Thread Paweł T . Jochym

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

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82096

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


[Bug 82096] ProcStatus.txt

2007-01-29 Thread Paweł T . Jochym

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

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82096

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


[Bug 82096] Traceback.txt

2007-01-29 Thread Paweł T . Jochym

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

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82096

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


[Bug 74027] Re: WISHLIST: Upgrade gutenprint to the CVS version

2007-01-29 Thread Till Kamppeter
** Changed in: gutenprint (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
WISHLIST: Upgrade gutenprint to the CVS version
https://launchpad.net/bugs/74027

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


[Bug 81701] Re: Crash when trying to undo moving an email

2007-01-29 Thread Alex Latchford
Hello Loïc,

Thank you for the bug report, however as this crash is not reproducible
we will not take it any further, crashes can be caused by any number of
events, (extensions/plug-in incompatibility, other open programs etc.),
for this reason we close non reproducible reports, if you have any
further information please feel free to reopen the report.

Thanks, Alex.

** Changed in: mozilla-thunderbird (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
Crash when trying to undo moving an email
https://launchpad.net/bugs/81701

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

[Bug 34599] Re: Canon PIXMA IP xxxx don't work (Fix expected in 5.0.1)

2007-01-29 Thread Till Kamppeter
** Changed in: gutenprint (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Canon PIXMA IP  don't work (Fix expected in 5.0.1)
https://launchpad.net/bugs/34599

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


[Bug 82067] Re: In the keybinding capplet, when I bind "prev track" keybinding to "Ctrl+Alt+LeftArrow" this breaks the Left Arrow key throughout Gnome

2007-01-29 Thread Jeremy Teale
*** This bug is a duplicate of bug 82065 ***

** This bug has been marked a duplicate of bug 82065
   I am able to rebind Backspace or Enter key in keybinding capplet

-- 
In the keybinding capplet, when I bind "prev track" keybinding to 
"Ctrl+Alt+LeftArrow" this breaks the Left Arrow key throughout Gnome
https://launchpad.net/bugs/82067

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


[Bug 82065] Re: I am able to rebind Backspace or Enter key in keybinding capplet

2007-01-29 Thread Jeremy Teale
Jason reported in a couple other bugs that:

"I am using Ubuntu 6.06 (Gnome 2.14.3). In the keybinding capplet, when I
change the "next track" keybinding (yes, that keybinding specifically)
to "Ctrl+Alt+n" then it allows me to change the key to "n". This breaks
my "n" key."

and

"I am using Ubuntu 6.06 (Gnome 2.14.3). In the keybinding capplet, when I
change the "previous track" keybinding (yes, that keybinding
specifically) to "Ctrl+Alt+LeftArrow", this seems to break my Left Arrow
key throughout Gnome. Similarly, when I bind "Ctrl+Alt+RightArrow" to
"next track" this seems to break my Right Arrow key throughout Gnome."

-- 
I am able to rebind Backspace or Enter key in keybinding capplet
https://launchpad.net/bugs/82065

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


[Bug 82051] Re: popularity counts default packages in "voting"

2007-01-29 Thread Michael Vogt
Thanks for your bugreport.

We currently use the by_inst rating in gnome-app-install. But we plan to
switch to the "by_vote" rating once we have enough submissions to get
meaningful results from those. Unfortunately there has been some bugs in
the older versions of popcon that broke the submission of some versions.
But this is getting fixed now.

Note that the "by_vote" number is much more fair because it only counts
the programs you actually run in the last 30 days. This means that even
if e.g. tomboy is installed by default but not used by the user it will
not be counted.

I hope that adresses your concerns.

Thanks, 
 Michael

** Changed in: popularity-contest (Ubuntu)
   Importance: Undecided => Wishlist
   Status: Unconfirmed => Confirmed

** Summary changed:

- popularity counts default packages in "voting"
+ g-a-i/popularity-contest should witch from "by_inst" to "by_vote (was: 
popularity counts default packages in "voting")

-- 
g-a-i/popularity-contest should witch from "by_inst" to "by_vote (was: 
popularity counts default packages in "voting")
https://launchpad.net/bugs/82051

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


[Bug 82097] Geany will not stop running

2007-01-29 Thread nnelson
Public bug reported:

Binary package hint: geany

I ran Geany 0.8 for 30 minutes. In that time I opened and closed Geany a
couple of times. Then I used the build and compile options and
accidently hit F4 instead of F5 (which is the execute hotkey) and the
program crashed.

Could not get Geany to open back up, except when I launched it from a
terminal window and it told me Geany was using a pipe and that if I was
completely sure all instances were exited I could continue. That loaded
it back up quickly, but when I go to the System Monitor I had 5
instances of Geany running. I stopped them all, but clicking the End
Process button did nothing. Had to restart the whole system to get it
back in order.

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

-- 
Geany will not stop running
https://launchpad.net/bugs/82097

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


[Bug 82098] Easy install of proprietary voice synthesizers

2007-01-29 Thread Gilles Casse
Public bug reported:

This feature concerns gnome-speech and potentially any other speech
driver managing a proprietary voice synthesizer.

If a user wishes to install a proprietary voice synthesizer, the process
is not really straitghtforward: she will install specific libraries,
modify configurations files, re-compile the speech driver, etc...

GNU/Linux distro could offer a pre-compiled package; the main issues are
legal issues.

The user could "reconfigure" the speech driver package once her
proprietary software is installed. This feature is offered in the
Emacspeak Debian package by James R. Van Zandt.

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

-- 
Easy install of proprietary voice synthesizers
https://launchpad.net/bugs/82098

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


[Bug 70885] Re: streaming video does not work (Totem)

2007-01-29 Thread Sebastien Bacher
bit_jammer, that crash looks a different problem than the one you are
commenting on

-- 
streaming video does not work (Totem)
https://launchpad.net/bugs/70885

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


[Bug 36321] Re: Incomplete logout options with XGL

2007-01-29 Thread Sebastien Bacher
do you use xgl or aiglx?

-- 
Incomplete logout options with XGL
https://launchpad.net/bugs/36321

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


[Bug 82097] Re: Geany will not stop running

2007-01-29 Thread nnelson
Here is the bug report that came up after restarting.

** Attachment added: "Crash Log"
   http://librarian.launchpad.net/5915554/_usr_bin_geany.1000.crash

-- 
Geany will not stop running
https://launchpad.net/bugs/82097

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


[Bug 82057] Re: [apport] apport-gtk crashed with AssertionError in run_crash()

2007-01-29 Thread Martin Pitt
*** This bug is a duplicate of bug 81422 ***

** This bug has been marked a duplicate of bug 81422
   [apport] apport-gtk crashed with AssertionError in run_crash()

-- 
[apport] apport-gtk crashed with AssertionError in run_crash()
https://launchpad.net/bugs/82057

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


[Bug 81872] Re: gstreamer unable to play ogg

2007-01-29 Thread Sebastien Bacher
Could you try to get a log with "GST_DEBUG_NO_COLOR=1 GST_DEBUG=3 gst-
launch-0.10..." and attach it to the bug?

-- 
gstreamer unable to play ogg
https://launchpad.net/bugs/81872

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


Re: [Bug 81701] Re: Crash when trying to undo moving an email

2007-01-29 Thread Loïc Alejandro
Yes I understand. I reported a crash because thunderbird asked me to do
it.

Alex Latchford a écrit :
> Hello Loïc,
>
> Thank you for the bug report, however as this crash is not reproducible
> we will not take it any further, crashes can be caused by any number of
> events, (extensions/plug-in incompatibility, other open programs etc.),
> for this reason we close non reproducible reports, if you have any
> further information please feel free to reopen the report.
>
> Thanks, Alex.
>
> ** Changed in: mozilla-thunderbird (Ubuntu)
>Status: Unconfirmed => Rejected
>
>

-- 
Crash when trying to undo moving an email
https://launchpad.net/bugs/81701

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

[Bug 82007] Re: no way to choose the web browser with konqueror installed

2007-01-29 Thread Martin Pitt
Right, that's a problem. Seems we really do need to use gnome-open to
respect user's preferences. I currently don't do that because gnome-open
does not allow me to specify 'open in a new window', but maybe that can
be fixed.

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) => Martin Pitt
   Status: Unconfirmed => Confirmed

-- 
no way to choose the web browser with konqueror installed
https://launchpad.net/bugs/82007

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


[Bug 81608] Re: Please use DejaVu Sans Condensed as the default font

2007-01-29 Thread Jimmy Angelakos
It does look different and maybe better with the "Slight" hinting
setting (I believe that's what you meant), but what bewilders me is
that, on my machine, the other hinting settings (Medium, Full) have no
effect at all (I use Subpixel RGB Smoothing).

-- 
Please use DejaVu Sans Condensed as the default font
https://launchpad.net/bugs/81608

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


[Bug 81623] Re: OpenOffice should be updated regularly

2007-01-29 Thread quinnman
To have a new version of OOo every six months is really acceptable, but
according to the release plans of Ubuntu, we will have a stable release
only once in a year. Dapper > (Edgy) > Feisty. That would lead to using
of a seriously outdated version of OOo if you stick with stable
releases.

-- 
OpenOffice should be updated regularly
https://launchpad.net/bugs/81623

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


[Bug 81211] Re: popularity-contest

2007-01-29 Thread Michael Vogt
Hi,

I do think that its useful information to know what applications are
popular and which are not. We currently use this in gnome-app-install to
provide a "popularity" column so that the users get a idea what
applications are popular and which are not that popular. Its currently
not ideal because the sample size of users is limited. But it should
become very useful.

Not in every case its the popularity that matters for a decision as you
pointed out in the screensaver example. Sometimes there are technical
issues, sometimes legal issues that overwrite the popularity. We would
love to ship better multimedia support out of the box for example, but
for a lot of packages we can't because of legal issues even though the
packages are very popular.

So popularity contest is useful for ubuntu. And it is totally opt-in and
the description explains whats going to happen when the checkbox is
checked. I think that its not fair to compare this to the MicroSoft
approach :)

Cheers,
 Michael

-- 
popularity-contest
https://launchpad.net/bugs/81211

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


[Bug 77026] Re: Update toshiba_acpi.c to version 0.19a

2007-01-29 Thread Vincenzo Ciancia
If I inset the toshiba_acpi module without the hotkeys_over_acpi
parameter, I can press the key to lower screen brightness, but the
process blocks right after dimming the display. The same happens to
/etc/acpi/toshbright.sh, it blocks but it correctly sets the brightness,
then I can kill it. Do I have to wait to report these bugs or are them
unrelated in your opinion?

-- 
Update toshiba_acpi.c to version 0.19a
https://launchpad.net/bugs/77026

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


[Bug 34599] Re: Canon PIXMA IP xxxx don't work (Fix expected in 5.0.1)

2007-01-29 Thread Cimmo
please backport to Edgy

-- 
Canon PIXMA IP  don't work (Fix expected in 5.0.1)
https://launchpad.net/bugs/34599

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


[Bug 82096] Re: [apport] update-manager crashed with DBusException in __call__()

2007-01-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 81835 ***

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: update-manager (Ubuntu)
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 81835
   [apport] update-manager crashed with DBusException in __call__()

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82096

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


[Bug 82073] Re: [apport] update-manager crashed with DBusException in __call__()

2007-01-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 81835 ***

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: update-manager (Ubuntu)
   Status: Unconfirmed => Rejected

** This bug has been marked a duplicate of bug 81835
   [apport] update-manager crashed with DBusException in __call__()

-- 
[apport] update-manager crashed with DBusException in __call__()
https://launchpad.net/bugs/82073

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