[Bug 68852] Re: Error in man page, re: -printf \ escape

2008-07-02 Thread Ben Blout
Is there a reason that this is being patched, rather than reported to
upstream? Or am I confused, and the debdiff will somehow magically head
upstream?

-- 
Error in man page, re: -printf \ escape
https://bugs.launchpad.net/bugs/68852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 33617] Re: [agp] X.org does not initialize screen on IBM T20, T21, T22

2008-11-13 Thread Ben Blout
I have three laptops of this vintage - a T21 and two T23s.  All run
Dapper, and are to be upgraded to 8.04 shortly.  They all see daily use.

-- 
[agp] X.org does not initialize screen on IBM T20, T21, T22
https://bugs.launchpad.net/bugs/33617
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 251340] Re: MASTER (dapper regression) - Firefox ignores URLs on command line

2008-11-13 Thread Ben Blout
I've been using the preview version for my regular desktop browsing the
last two days.  The bug is definitely fixed.  I have noticed no glaring
problems with the new verstion.

-- 
MASTER (dapper regression) - Firefox ignores URLs on command line
https://bugs.launchpad.net/bugs/251340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 89025] Re: mpage does not produce usable output from postscript files (Dapper and Hardy)

2008-11-13 Thread Ben Blout
** Changed in: mpage (Ubuntu)
   Status: Incomplete => New

-- 
mpage does not produce usable output from postscript files (Dapper and Hardy)
https://bugs.launchpad.net/bugs/89025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322834] [NEW] [regression] xine will not play certain mpeg video files

2009-01-29 Thread Ben Blout
Public bug reported:

Binary package hint: libxine-main1

I am running 6.06LTS:
$ lsb_release -rd
Description:Ubuntu 6.06.2 LTS
Release:6.06

A security update just became available, which I installed.  After upgrading 
libxine-main1 to version 1.1.1+ubuntu2-7.10(dapper-security), gxine will not 
play any (video) mpg files produced by a ReplayTV video recorder.  When I start 
gxine from the command line:
$ gxine test.mpg
gxine opens a window, momentarily displays the filename, and does nothing more. 
 It does not crash, and still responds properly to keystrokes and will play 
other files.

If I downgrade to the 1.1.1+ubuntu2-7(dapper) version, the videos play
properly.

I have attached a two second video clip that will not play with the
update, but does play with the earlier version.

mplayer and vlc will properly play these files.

** Affects: xine-lib (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[regression] xine will not play certain mpeg video files
https://bugs.launchpad.net/bugs/322834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322834] Re: [regression] xine will not play certain mpeg video files

2009-01-29 Thread Ben Blout

** Attachment added: "Test video clip"
   http://launchpadlibrarian.net/21778244/test.mpg

-- 
[regression] xine will not play certain mpeg video files
https://bugs.launchpad.net/bugs/322834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322834] Re: [regression] xine will not play certain mpeg video files

2009-01-30 Thread Ben Blout
I went to https://launchpad.net/ubuntu/dapper/i386/libxine-
main1/1.1.1+ubuntu2-7.9 and downloaded and installed version
1.1.1+ubuntu2-7.9.

Using this version gxine will play the video clip.

So the regression seems to be a very recent one...

-- 
[regression] xine will not play certain mpeg video files
https://bugs.launchpad.net/bugs/322834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 394811] [NEW] No documentation for Vino

2009-07-02 Thread Ben Blout
Public bug reported:

Binary package hint: vino

There seems to be no documentation for Vino in the default Hardy install.
man vino-server returns nothing.
synaptic seems to indicate no man pages were installed.
I seem nothing helpful - not even a pointer to a webpage - in 
/usr/share/doc/vino

$ lsb_release -rd
Description:Ubuntu 8.04.3 LTS
Release:8.04

$ apt-cache policy vino
vino:
  Installed: 2.22.2-0ubuntu1

Thanks for the attention,

Ben

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

-- 
No documentation for Vino
https://bugs.launchpad.net/bugs/394811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 289535] [NEW] date returns the wrong day (DST problem?)

2008-10-26 Thread Ben Blout
Public bug reported:

Binary package hint: coreutils

In Dapper, the "+1 week" relative time specification seems to be wrong.
~$ date
Sun Oct 26 12:39:09 EDT 2008
~$ date --date="next Saturday"
Sat Nov  1 00:00:00 EDT 2008
~$ date --date="next Saturday + 1 week"
Fri Nov  7 23:00:00 EST 2008

However, the same commands return the correct information on a Hardy machine:
~$ date
Sun Oct 26 12:41:27 EDT 2008
~$ date --date="next Saturday"
Sat Nov  1 00:00:00 EDT 2008
$ date --date="next Saturday + 1 week"
Sat Nov  8 00:00:00 EST 2008

So it looks like something that has been fixed upstream.  Could the fix
be included in Dapper?  It bit me pretty badly this week.

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


** Tags: dapper

** Description changed:

  Binary package hint: coreutils
  
- The "+1 week" relative time specification seems to be wrong.
+ In Dapper, the "+1 week" relative time specification seems to be wrong.
  ~$ date
  Sun Oct 26 12:39:09 EDT 2008
  ~$ date --date="next Saturday"
  Sat Nov  1 00:00:00 EDT 2008
  ~$ date --date="next Saturday + 1 week"
  Fri Nov  7 23:00:00 EST 2008
  
  However, the same commands return the correct information on a Hardy machine:
  ~$ date
  Sun Oct 26 12:41:27 EDT 2008
  ~$ date --date="next Saturday"
  Sat Nov  1 00:00:00 EDT 2008
  $ date --date="next Saturday + 1 week"
  Sat Nov  8 00:00:00 EST 2008
  
  So it looks like something that has been fixed upstream.  Could the fix
  be included in Dapper?  It bit me pretty badly this week.

** Tags added: dapper

-- 
date returns the wrong day (DST problem?)
https://bugs.launchpad.net/bugs/289535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251340] Re: MASTER (dapper regression) - Firefox ignores URLs on command line

2008-11-02 Thread Ben Blout
I did the command
$ sudo dpkg -i firefox_1.5.dfsg+1.5.0.15~prepatch080614c-0ubuntu1_i386.deb

And then firefox exhibits the correct behaviour - opens links from the
command line, etc.

then I did
$ sudo dpkg -i firefox_1.5.dfsg+1.5.0.15~prepatch080614d-0ubuntu1_i386.deb

And firefox exhibits this bug - won't open a link from the command line,
etc.

Is this the information you need?

-- 
MASTER (dapper regression) - Firefox ignores URLs on command line
https://bugs.launchpad.net/bugs/251340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 89025] Re: mpage does not produce usable output from postscript files

2008-11-02 Thread Ben Blout
It is still present in 8.04.  
I don't have a 8.10 system.  Would it help if I downloaded a live CD and tried 
it there?  I see in 
bug 58236 it is reported fixed in Intrepid.


** Summary changed:

- mpage does not produce usable output from postscript files
+ mpage does not produce usable output from postscript files (Dapper and Hardy)

** Tags added: hardy

-- 
mpage does not produce usable output from postscript files (Dapper and Hardy)
https://bugs.launchpad.net/bugs/89025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 89025] Re: mpage does not produce usable output from postscript files (Dapper and Hardy)

2008-11-02 Thread Ben Blout
Ugg.  To be clear, I tried using mpage to convert a text file to postscript, as 
described above -
using 
mpage filename.txt
This still does not work in Dapper and Hardy.

mpage filename.ps
also is still not working in Dapper; I did not test it in Hardy.

-- 
mpage does not produce usable output from postscript files (Dapper and Hardy)
https://bugs.launchpad.net/bugs/89025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 91030] Re: /etc/init.d/netapplet restart fails silently if netdaemon is not running

2008-11-02 Thread Ben Blout
I have no way to test in 8.10.
I will try on a 8.04 system in a few weeks.

-- 
/etc/init.d/netapplet restart fails silently if netdaemon is not running
https://bugs.launchpad.net/bugs/91030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 91030] Re: /etc/init.d/netapplet restart fails silently if netdaemon is not running

2008-11-02 Thread Ben Blout
This bug is still present in the (supported) Dapper

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

-- 
/etc/init.d/netapplet restart fails silently if netdaemon is not running
https://bugs.launchpad.net/bugs/91030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251340] Re: MASTER (dapper regression) - Firefox ignores URLs on command line

2008-11-02 Thread Ben Blout
building and patching are at the limit of what I know how to do - they
are certainly outside my comfort zone.  So testing this as you requested
would be a struggle for me to get right.  I could figure it out, I am
sure, but I don't have time in the next few weeks.

-- 
MASTER (dapper regression) - Firefox ignores URLs on command line
https://bugs.launchpad.net/bugs/251340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 58236] Re: mpage produces postscript which try to load utf-8 fonts, even when not present

2008-11-02 Thread Ben Blout
Will this bug be fixed in Dapper or Hardy?  I can see not wanting to take the 
effort for Dapper, which is near the end of 
its support for the desktop, but I would sure like to see this fixed in Hardy, 
which is what I plan to use for the next two years.

-- 
mpage produces postscript which try to load utf-8 fonts, even when not present
https://bugs.launchpad.net/bugs/58236
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291331] [NEW] firefox won't load links on startup (regression)

2008-10-30 Thread Ben Blout
Public bug reported:

Binary package hint: firefox

When using the newest firefox from dapper-security, specifically 
1.5dfsg+1.5.0.15~prepatch080614e-0ubuntu3 (dapper-security)
and about firefox reports 1.5.0.12eol 
I have the following problem.
Running a current Dapper system.

-Make sure firefox is *not* running.
-right click on a http:// link in gnome-terminal, and choose the option
  'Open Link'
-firefox starts, and shows a blank page
-if you again right click on a link in gnome-terminal, and choose 'open
  link, the link is displayed in firefox.  so the problem is only when firefox
  is not already running.

Using synaptic, I installed 
1.5dfsg+1.5.0.3-0ubuntu3 (dapper)
and about firefox reports 1.5.0.3

With this older version, with firefox not running, if you right click a link 
firefox opens, and displays the desired page.

The same behavior can be duplicated with emacs and the 'browse-url'
function, which is why I am reporting this as a firefox bug and not a 
gnome-terminal bug.

More seriously, my non-computer-savvy mother-in-law runs Dapper on her
laptop.  She has the same problem with Thunderbird.  She is very confused
why, when she clicks a link in an email, the web page does not appear.

Let me know if you need any more help with understanding the bug.

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


** Tags: dapper firefox regression

-- 
firefox won't load links on startup (regression)
https://bugs.launchpad.net/bugs/291331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291331] Re: firefox won't load links on startup (regression)

2008-10-30 Thread Ben Blout
Looks like this has been around since July.  See bug #251340.

-- 
firefox won't load links on startup (regression)
https://bugs.launchpad.net/bugs/291331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322834] Re: [regression] xine will not play certain mpeg video files

2009-02-17 Thread Ben Blout
Bug appears to be resolved upstream.
Happy to help with testing.

-- 
[regression] xine will not play certain mpeg video files
https://bugs.launchpad.net/bugs/322834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 91030] Re: /etc/init.d/netapplet restart fails silently if netdaemon is not running

2009-03-05 Thread Ben Blout
Confirmed in 8.04

-- 
/etc/init.d/netapplet restart fails silently if netdaemon is not running
https://bugs.launchpad.net/bugs/91030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304969] Re: Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't be retrieved

2009-08-03 Thread Ben Blout
How can this possibly be a low priority bug?
I had a nicely working Hardy system.  I uninstalled flash in order to try gnash.
Now I want to switch back to adobe's flash.  
I can't.  
Four months ago, flash installed just fine, now it does not.
Seems like quite a regression.

-- 
Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't 
be retrieved 
https://bugs.launchpad.net/bugs/304969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247890] Re: hardy backport version of flash10 installsh flash9

2009-08-03 Thread Ben Blout
Still a problem four months later!  Same error as Stefan reported

-- 
hardy backport version of flash10 installsh flash9
https://bugs.launchpad.net/bugs/247890
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 50284] Re: flashplugin-nonfree does not install

2006-10-21 Thread Ben Blout
I did a fresh install of dapper today, installing the package 
version 7.063.3ubuntu, the current Dapper version
Same symptoms exactly as the original bug report.

Why is this bug marked Importance Low and uncomfirmed 
at this point!  Possibly now related to bug 60256 as well.
If you didn't know, this version of flash has a security update.
The security update is in backports, but *not* in -security
or multivers.

-- 
flashplugin-nonfree does not install
https://launchpad.net/bugs/50284

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


[Bug 68852] Re: Error in man page, re: -printf \ escape

2008-01-21 Thread Ben Blout
Still present in Hardy

-- 
Error in man page, re: -printf \ escape
https://bugs.launchpad.net/bugs/68852
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 68852] Error in man page, re: -printf \ escape

2006-10-28 Thread Ben Blout
Public bug reported:

Binary package hint: findutils

Hi,

In the findutils package 4.2.22-2, installed on a 'Breezy' machine, the man 
page states, under the section for '-printf':
  \v Vertical tab.
  \  ASCII NUL.
  \\ A literal backslash (`\').
I believe the '\  ASCII NUL.' entry is wrong.  Despite repeated attempts to 
use this feature, I failed.  I eventually found that the information obtained 
by the command 'info find' differs on the available escapes for the -printf 
option.  The same documentation for the -printf command, taken from the 'info 
find' command on the same Breezy system reads:
  3.2.1 Escapes
  -
  
  `\v' Vertical tab.
  `\\'  A literal backslash (`\').

As you can see, the '\' option is not listed.

Indeed, in my testing, this works:
find . -iname "a*" -print0 | xargs -0 du -h
This works, using octal 000 to get a null character:
find . -iname "a*" -printf '%f\000' | xargs -0 du -h
but this does not work:
find . -iname "a*" -printf '%f\' | xargs -0 du -h

Thanks!

Ben

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

-- 
Error in man page, re: -printf \ escape
https://launchpad.net/bugs/68852

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


[Bug 91030] /etc/init.d/netapplet restart fails silently if netdaemon is not running

2007-03-09 Thread Ben Blout
Public bug reported:

Binary package hint: netapplet

Using Ubuntu Dapper (6.06), the command
/etc/init.d/netapplet start
starts the daemon called "netdaemon" as expected:
$ ps -e | grep netdaemon
$ sudo /etc/init.d/netapplet start
 * Starting network interface daemon... 
 [ ok ]
$ ps -e | grep netdaemon
19030 ?00:00:00 netdaemon

In this situation, the restart command also works as expected:
$ ps -e | grep netdaemon
19030 ?00:00:00 netdaemon
$ sudo /etc/init.d/netapplet restart
 * Restarting network interface daemon...   
 [ ok ]
$ ps -e | grep netdaemon
19091 ?00:00:00 netdaemon

However, if there is *not* a netdaemon running, the restart command
does not start one:
$ ps -e | grep netdaemon
$ sudo /etc/init.d/netapplet restart
 * Restarting network interface daemon... 
$ ps -e | grep netdaemon

Does this make sense?  It is not the behaviour I expect from an init.d
script.

---
Incidently, Is it a bug that the start option will start more than one daemon?
$ ps -e | grep netdaemon
$ sudo /etc/init.d/netapplet start
 * Starting network interface daemon... 
 [ ok ]
$ ps -e | grep netdaemon
19280 ?00:00:00 netdaemon
$ sudo /etc/init.d/netapplet start
 * Starting network interface daemon... 
 [ ok ]
$ sudo /etc/init.d/netapplet start
 * Starting network interface daemon... 
 [ ok ]
$ sudo /etc/init.d/netapplet start
 * Starting network interface daemon... 
 [ ok ]
$ ps -e | grep netdaemon
19280 ?00:00:00 netdaemon
19297 ?00:00:00 netdaemon
19315 ?00:00:00 netdaemon
19330 ?00:00:00 netdaemon

-Ben

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

-- 
/etc/init.d/netapplet restart fails silently if netdaemon is not running
https://launchpad.net/bugs/91030

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


[Bug 68852] Re: Error in man page, re: -printf \ escape

2007-03-09 Thread Ben Blout
Still present in Dapper!

man find gives the (apparently) wrong information.
info find give the correct information

-- 
Error in man page, re: -printf \ escape
https://launchpad.net/bugs/68852

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


[Bug 89025] mpage does not produce usable output from postscript files

2007-03-01 Thread Ben Blout
Public bug reported:

Binary package hint: mpage

On a dapper system, the command
mpage filename.ps 
produces pages that appear as blank output in ggv and on my printer, for all 
postscript files I have tried.

Likewise, the command
mpage filename.txt 
produces apparently blank pages for text files.  However, the workaround 
suggested in bug #58236 does work for text files, so this command:
mpage filename.txt | grep -v '^\/uni'
produces usable output when fed text files. 

However, my ignorant attempt:
mpage filename.ps | grep -v '^\/uni'
does not produce usable output.

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

** Tags added: dapper

-- 
mpage does not produce usable output from postscript files
https://launchpad.net/bugs/89025

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


[Bug 55803] Re: sata_mv (Supermicro DAC-SATA-MV8 controller) does not load on dapper, works in edgy

2007-04-02 Thread Ben Blout
Sorry George, and everyone being bothered by notifications of my
changes. I poked at the supermicro site a fair bit before convincing
myself there was an error in the model number.  I've changed things
back.

** Summary changed:

- sata_mv (Supermicro OAC-SAT2-MV8 controller) does not load on dapper, works 
in edgy
+ sata_mv (Supermicro DAC-SATA-MV8 controller) does not load on dapper, works 
in edgy

** Tags added: 88sx5081

** Tags removed: 88sx6081

-- 
sata_mv (Supermicro DAC-SATA-MV8 controller) does not load on dapper, works in 
edgy
https://bugs.launchpad.net/bugs/55803
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 55803] Re: sata_mv (Supermicro DAC-SAT2-MV8 controller) does not load on dapper, works in edgy

2007-04-02 Thread Ben Blout
I changed the description line.  It had referred to the product as 
"DAC-SATA-MV8" when in fact 
the correct product number is OAC-SAT2-MV8, per the supermicro website and many 
online
retailers.

For the sake of those searching, I would also note this board is built on the 
Marvell 88SX6081
controller.

Has there been any success getting this board to work (just as a controller, 
I'll handle
the RAID stuff in software) in Dapper?

-Ben


** Summary changed:

- sata_mv (Supermicro DAC-SATA-MV8 controller) does not load on dapper, works 
in edgy
+ sata_mv (Supermicro DAC-SAT2-MV8 controller) does not load on dapper, works 
in edgy

** Summary changed:

- sata_mv (Supermicro DAC-SAT2-MV8 controller) does not load on dapper, works 
in edgy
+ sata_mv (Supermicro OAC-SAT2-MV8 controller) does not load on dapper, works 
in edgy

** Tags added: 88sx6081 dapper oac-sat2-mv8 sat2-mv8

-- 
sata_mv (Supermicro OAC-SAT2-MV8 controller) does not load on dapper, works in 
edgy
https://bugs.launchpad.net/bugs/55803
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 515353] Re: [Lucid] mozilla-beagle will not work with Firefox 3.6

2010-03-28 Thread Ben Blout
There is a patch available in the upstream bug report.

-- 
[Lucid] mozilla-beagle will not work with Firefox 3.6
https://bugs.launchpad.net/bugs/515353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Re: [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-03-28 Thread Ben Blout
apport information

** Tags added: apport-collected

** Description changed:

  In Ubuntu 8.04 and 9.04, if I plugged a set of headphones into the front
  jack of my motherboard, I could hear all the sounds that were also
  coming out of the speakers connected to the rear jack.
  
  In 10.04 I can not get any sound from the front jack.
  I see bug 441502 has similar symptoms
  
  Is it possible this line from my syslog is relevant? 
  Feb  7 15:09:17 seal kernel: [9.268514] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input14
  
  I'll attach the boot section of the syslog to this report.  Lastly, if you 
need information about the motherboard, lshw says:
   *-core
 description: Motherboard
 product: A780GM-A
 vendor: ECS
 physical id: 0
 version: 1.0
   *-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 080014 (05/20/2008)
size: 64KiB
capacity: 960KiB
capabilities: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification
  
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  blout  2324 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfccf irq 16'
 Mixer name : 'SigmaTel 92HD206X'
 Components : 'HDA:83847645,10192816,00100402'
 Controls  : 37
 Simple ctrls  : 24
  Card2.Amixer.info:
   Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfcee8000 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Tue Feb  9 00:25:53 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
  SelectedCard: 0 SB HDA-Intel - HDA ATI SB
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [SigmaTel 92HD206X] ALSA test tone not correctly played back
  Uname: Linux 2.6.32-12-generic i686
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  blout  1835 F pulseaudio
+  /dev/snd/controlC1:  blout  1835 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xfccf irq 16'
+Mixer name : 'SigmaTel 92HD206X'
+Components : 'HDA:83847645,10192816,00100402'
+Controls  : 37
+Simple ctrls  : 24
+ Card1.Amixer.info:
+  Card hw:1 'RadioSHARK'/'Griffin Technology, Inc. RadioSHARK at 
usb-:00:13.0-1, full speed'
+Mixer name : 'USB Mixer'
+Components : 'USB077d:627a'
+Controls  : 0
+Simple ctrls  : 0
+ Card1.Amixer.values:
+  
+ Card2.Amixer.info:
+  Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfcee8000 irq 19'
+Mixer name : 'ATI RS690/780 HDMI'
+Components : 'HDA:1002791a,00791a00,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card2.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [off]
+ DistroRelease: Ubuntu 10.04
+ InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
+ NonfreeKernelModules: nvidia
+ Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
+ PackageArchitecture: all
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
+ Tags: lucid
+ Uname: Linux 2.6.32-17-generic i686
+ UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/42312450/AlsaDevices.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] AplayDevices.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/42312452/AplayDevices.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] ArecordDevices.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/42312455/ArecordDevices.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] BootDmesg.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/42312456/BootDmesg.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Card0.Amixer.values.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/42312458/Card0.Amixer.values.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Card0.Codecs.codec.0.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/42312461/Card0.Codecs.codec.0.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Card2.Codecs.codec.0.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "Card2.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/42312463/Card2.Codecs.codec.0.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] CurrentDmesg.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/42312465/CurrentDmesg.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Dependencies.txt

2010-03-28 Thread Ben Blout
apport information

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

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] ProcCpuinfo.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/42312471/ProcCpuinfo.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] PciMultimedia.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/42312469/PciMultimedia.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] UserAsoundrc.txt

2010-03-28 Thread Ben Blout
apport information

** Attachment added: "UserAsoundrc.txt"
   http://launchpadlibrarian.net/42312472/UserAsoundrc.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551090] [NEW] drag and drop bookmark functionality broken

2010-03-29 Thread Ben Blout
Public bug reported:

Binary package hint: firefox

If I have the bookmarks toolbar enabled, I should be able to do the
following three actions:

1) Click on a bookmark in the bookmark toolbar and drag it to a new location in 
the toolbar.
2) Click on the icon in a tab, and drag the description to the bookmark toolbar 
to create a new bookmark.
3) Click on the icon for the current page in the location bar and drag it to 
the bookmark toolbar to create a new bookmark.

About 50% of the times I open Firefox, none of these actions work.
When these actions work, if I do action (1), then all of the actions stop 
working.

This is repeatable, without fail.
I have tested with two different users (so different profiles.)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6+nobinonly-0ubuntu6
Uname: Linux 2.6.34-999-generic i686
Architecture: i386
Date: Mon Mar 29 13:40:02 2010
FirefoxPackages:
 firefox 3.6+nobinonly-0ubuntu6
 firefox-gnome-support 3.6+nobinonly-0ubuntu6
 firefox-branding 3.6+nobinonly-0ubuntu6
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

-- 
drag and drop bookmark functionality broken
https://bugs.launchpad.net/bugs/551090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551090] Re: drag and drop bookmark functionality broken

2010-03-29 Thread Ben Blout

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

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/42405656/ExtensionSummary.txt

** Attachment added: "default_profile_pluginreg.dat.txt"
   http://launchpadlibrarian.net/42405657/default_profile_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/42405658/profiles.ini.txt

-- 
drag and drop bookmark functionality broken
https://bugs.launchpad.net/bugs/551090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551090] Re: drag and drop bookmark functionality broken

2010-03-29 Thread Ben Blout
This seems very similar to bug #238542, except I don't have a crash.

-- 
drag and drop bookmark functionality broken
https://bugs.launchpad.net/bugs/551090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Re: [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-03-29 Thread Ben Blout
Daniel Chen wrote:
>Which Connector is selected in the dropdown menu of GNOME sound preferences > 
>Output?

If I right-click on the volume control in the notification, choose 'Sound 
Preferences', then choose the 'Output' tab, the Connector is 'Analog Speakers'. 
 
In the dropdown menu, I can also choose 'Analog Output'.  Doing so does not 
change any of the symptoms.


** Description changed:

  In Ubuntu 8.04 and 9.04, if I plugged a set of headphones into the front
  jack of my motherboard, I could hear all the sounds that were also
  coming out of the speakers connected to the rear jack.
  
  In 10.04 I can not get any sound from the front jack.
  I see bug 441502 has similar symptoms
  
  Is it possible this line from my syslog is relevant? 
  Feb  7 15:09:17 seal kernel: [9.268514] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input14
  
  I'll attach the boot section of the syslog to this report.  Lastly, if you 
need information about the motherboard, lshw says:
   *-core
 description: Motherboard
 product: A780GM-A
 vendor: ECS
 physical id: 0
 version: 1.0
   *-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 080014 (05/20/2008)
size: 64KiB
capacity: 960KiB
capabilities: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification
  
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  blout  2324 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfccf irq 16'
 Mixer name : 'SigmaTel 92HD206X'
 Components : 'HDA:83847645,10192816,00100402'
 Controls  : 37
 Simple ctrls  : 24
  Card2.Amixer.info:
   Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfcee8000 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Tue Feb  9 00:25:53 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
  SelectedCard: 0 SB HDA-Intel - HDA ATI SB
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [SigmaTel 92HD206X] ALSA test tone not correctly played back
  Uname: Linux 2.6.32-12-generic i686
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  blout  1835 F pulseaudio
   /dev/snd/controlC1:  blout  1835 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfccf irq 16'
 Mixer name : 'SigmaTel 92HD206X'
 Components : 'HDA:83847645,10192816,00100402'
 Controls  : 37
 Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'RadioSHARK'/'Griffin Technology, Inc. RadioSHARK at 
usb-:00:13.0-1, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB077d:627a'
 Controls  : 0
 Simple ctrls  : 0
  Card1.Amixer.values:
   
  Card2.Amixer.info:
   Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfcee8000 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [off]
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
  NonfreeKernelModules: nvidia
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Tags: lucid
  Uname: Linux 2.6.32-17-generic i686
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video
+ 
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.22.1.
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  blout  4428 F pulseaudio
+  /dev/snd/pcmC0D0p:   blout  4428 F...m pulseaudio
+  /dev/snd/controlC1:  blout  4428 F pulseaudio
+ Card0.Amixer.i

[Bug 519157] AplayDevices.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/42441173/AplayDevices.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] AlsaDevices.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/42441166/AlsaDevices.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] ArecordDevices.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/42441208/ArecordDevices.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] BootDmesg.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/42441209/BootDmesg.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Card0.Codecs.codec.0.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/42441216/Card0.Codecs.codec.0.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Card2.Codecs.codec.0.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "Card2.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/42441218/Card2.Codecs.codec.0.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] CurrentDmesg.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/42441222/CurrentDmesg.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Dependencies.txt

2010-03-29 Thread Ben Blout
apport information

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

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] PciMultimedia.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/42441227/PciMultimedia.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] ProcCpuinfo.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/42441228/ProcCpuinfo.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] UserAsoundrc.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "UserAsoundrc.txt"
   http://launchpadlibrarian.net/42441229/UserAsoundrc.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Re: [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-03-29 Thread Ben Blout
As requested, I ran 'apport-collect -p alsa-base 519157' with an up-to-
date system, and then again after installing a mainline kernel
(hopefully I did what I should have).

I'm removing the  needs-required-logs  needs-test-current-image tags.

** Tags removed: lucid needs-required-logs needs-test-current-image

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Card0.Amixer.values.txt

2010-03-29 Thread Ben Blout
apport information

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/42441214/Card0.Amixer.values.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Re: [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-03-29 Thread Ben Blout
Hmm, I'm a bit above my head, here, but I did this command:
amixer cset numid=33 off

and now 'amixer' shows this:

Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]

And the front headphone jack is still not working.  What I don't know,
though, is if this is the change you were trying to suggest.

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] [NEW] [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-02-08 Thread Ben Blout
Public bug reported:

In Ubuntu 8.04 and 9.04, if I plugged a set of headphones into the front
jack of my motherboard, I could hear all the sounds that were also
coming out of the speakers connected to the rear jack.

In 10.04 I can not get any sound from the front jack.
I see bug 441502 has similar symptoms

Is it possible this line from my syslog is relevant? 
Feb  7 15:09:17 seal kernel: [9.268514] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input14

I'll attach the boot section of the syslog to this report.  Lastly, if you need 
information about the motherboard, lshw says:
 *-core
   description: Motherboard
   product: A780GM-A
   vendor: ECS
   physical id: 0
   version: 1.0
 *-firmware
  description: BIOS
  vendor: American Megatrends Inc.
  physical id: 0
  version: 080014 (05/20/2008)
  size: 64KiB
  capacity: 960KiB
  capabilities: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification

ProblemType: Bug
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  blout  2324 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfccf irq 16'
   Mixer name   : 'SigmaTel 92HD206X'
   Components   : 'HDA:83847645,10192816,00100402'
   Controls  : 37
   Simple ctrls  : 24
Card2.Amixer.info:
 Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfcee8000 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Tue Feb  9 00:25:53 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
SelectedCard: 0 SB HDA-Intel - HDA ATI SB
SourcePackage: alsa-driver
Symptom: audio
Title: [SigmaTel 92HD206X] ALSA test tone not correctly played back
Uname: Linux 2.6.32-12-generic i686

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


** Tags: apport-bug i386 lucid

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Re: [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-02-08 Thread Ben Blout

** Attachment added: "syslog"
   http://launchpadlibrarian.net/38914234/syslog

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/38914235/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/38914236/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/38914237/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/38914238/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/38914239/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/38914240/Card0.Codecs.codec.0.txt

** Attachment added: "Card2.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/38914241/Card2.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/38914242/CurrentDmesg.txt

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

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/38914244/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/38914245/ProcCpuinfo.txt

** Attachment added: "UserAsoundrc.txt"
   http://launchpadlibrarian.net/38914246/UserAsoundrc.txt

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514927] Re: Can not control-click in Synaptic to select multiple packages

2010-02-16 Thread Ben Blout
I tried again today (February 16) and Synaptic seems to be behaving as I
would expect, with proper behavior of the control key, as Jean-Baptiste
experienced.  Thank you for taking a look at this bug, sorry I didn't
notice the improvement before you did.

I think this bug can be closed.

-- 
Can not control-click in Synaptic to select multiple packages
https://bugs.launchpad.net/bugs/514927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521260] Re: [lucid] HD3200 intermittently does not start, resulting in low-graphics mode

2010-02-19 Thread Ben Blout
The situation has gotten worse.  
About 80% of the time, the system will boot, and I just have a black screen.
The other 20% of the time, I get low-graphics mode.

If I revert to VESA drivers, the situation is NOT improved.

If I boot with the 2.6.32-10 kernel, I have no problems.

-- 
[lucid] HD3200 intermittently does not start, resulting in low-graphics mode
https://bugs.launchpad.net/bugs/521260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521260] Re: [lucid] HD3200 intermittently does not start, resulting in low-graphics mode

2010-02-19 Thread Ben Blout
It seems this may be related to bug #387013, but I have a different
card, and I am not using the DVI connection.

-- 
[lucid] HD3200 intermittently does not start, resulting in low-graphics mode
https://bugs.launchpad.net/bugs/521260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 336668] Re: mp3-stream (*.pls) not playing (direct url is working)

2009-11-21 Thread Ben Blout
I don't know if it is a bug exactly, but rather the method mplayer uses to play 
playlists.
Try this command:

mplayer -playlist URL

so for your example:

mplayer -playlist
http://loudcity.com/stations/cinemix/files/show/mp3-High.pls

That works on my 8.04 machine.   If it works for you, I would say this is 
perhaps
a wishlist item - that mplayer handles .pls files more gracefully, even if not 
given 
the -playlist option explicitly.

-- 
mp3-stream (*.pls) not playing (direct url is working)
https://bugs.launchpad.net/bugs/336668
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 514866] [NEW] no man pages for gdm

2010-01-30 Thread Ben Blout
Public bug reported:

Binary package hint: gdm

I installed Lucid Alpha 2, and then took all available updates.
I wanted to learn how to configure gdm, so I tried man gdm, and
then man -k gdm.  There appears to be no man pages for gdm.

ProblemType: Bug
Architecture: i386
Date: Sat Jan 30 15:19:40 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: gdm 2.29.6-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: gdm
Uname: Linux 2.6.32-12-generic i686

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


** Tags: apport-bug i386 lucid

-- 
no man pages for gdm
https://bugs.launchpad.net/bugs/514866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514866] Re: no man pages for gdm

2010-01-30 Thread Ben Blout

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

-- 
no man pages for gdm
https://bugs.launchpad.net/bugs/514866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514927] Re: Can not control-click in Synaptic to select multiple packages

2010-01-30 Thread Ben Blout

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/38565917/XsessionErrors.txt

-- 
Can not control-click in Synaptic to select multiple packages
https://bugs.launchpad.net/bugs/514927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514927] [NEW] Can not control-click in Synaptic to select multiple packages

2010-01-30 Thread Ben Blout
Public bug reported:

Binary package hint: synaptic

I often want to apply the same action (install, remove, etc) to several
packages.  For example, I might search for 'gstreamer' in the name, and
wish to install gstreamer0.10-plugins-bad and gstreamer0.10-plugins-
ugly.  I am able to left click on -bad, and highlight it.  In most
applications, I would be able to then hold down the control key, and
left-click on -ugly, highlighting both packages, and not the packages
between them on the list.

Synaptic does not behave in the 'expected' manner.  Where I have put
expected in quotes, as I can't be sure everyone expects this behavior,
but I do.

ProblemType: Bug
Architecture: i386
Date: Sat Jan 30 18:14:07 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100114)
Package: synaptic 0.63ubuntu3
ProcAttrCurrent: unconfined (enforce)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: synaptic
Uname: Linux 2.6.32-12-generic i686

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


** Tags: apport-bug i386 lucid

-- 
Can not control-click in Synaptic to select multiple packages
https://bugs.launchpad.net/bugs/514927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514866] Re: no man pages for gdm

2010-01-30 Thread Ben Blout
If it is of any help, 8.04 had a manpage for gdm, and a default gdm.conf
that had extensive included documentation.

-- 
no man pages for gdm
https://bugs.launchpad.net/bugs/514866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515353] [NEW] [Lucid] mozilla-beagle will not work with Firefox 3.6

2010-01-31 Thread Ben Blout
Public bug reported:

Binary package hint: beagle

I installed mozilla-beagle from synaptic, which pulled in 0.3.9-3ubuntu1.
On the extensions page (In Firefox), I am given the message "Beagle Indexer 
1.1.0... Not compatible with Firefox 3.6"

Looks like a similar problem is reported for 9.10, in bug 501357.

ProblemType: Bug
Architecture: i386
Date: Mon Feb  1 00:04:55 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: mozilla-beagle 0.3.9-3ubuntu1
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: beagle
Uname: Linux 2.6.32-12-generic i686

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


** Tags: apport-bug i386 lucid

-- 
[Lucid] mozilla-beagle will not work with Firefox 3.6
https://bugs.launchpad.net/bugs/515353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515353] Re: [Lucid] mozilla-beagle will not work with Firefox 3.6

2010-01-31 Thread Ben Blout

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

-- 
[Lucid] mozilla-beagle will not work with Firefox 3.6
https://bugs.launchpad.net/bugs/515353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] [NEW] [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout
Public bug reported:

Binary package hint: xserver-xorg-video-radeonhd

The Radeon card in my machine does not detect EDID information from my
monitor, so I need to use a Monitor section in xorg.conf to set a
modeline for the monitor.  When I do so, the radeonhd driver disconnects
the VGA output.  (See the xorg log.)  Thus I can not use the radeonhd
driver with this setup.

The radeon driver works fine with the same hardware, and the same
xorg.conf file.

ProblemType: Bug
Architecture: i386
Date: Mon Feb  1 00:44:16 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: xserver-xorg-video-radeonhd 1.3.0-1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: xserver-xorg-video-radeonhd
Uname: Linux 2.6.32-12-generic i686

** Affects: xserver-xorg-video-radeonhd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout

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

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout
Attached is my xorg.conf file

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/38601088/xorg.conf

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout
Here is the xorg log, when I use the radeonhd driver

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/38602839/Xorg.0.log

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout
The key lines in the xorg log are near the bottom, I suspect:
(II) RADEONHD(0): Output VGA_1 using monitor section Sony
(II) RADEONHD(0): Output VGA_1 has no monitor section
(II) RADEONHD(0): Output DVI-D_1 has no monitor section
(II) RADEONHD(0): EDID for output VGA_1
(II) RADEONHD(0): EDID for output DVI-D_1
(II) RADEONHD(0): Output VGA_1 disconnected
(II) RADEONHD(0): Output DVI-D_1 disconnected
(WW) RADEONHD(0): No outputs definitely connected, trying again

Then there is a bit of a backtrace at the end, of course.

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout
If I change one line in my xorg.conf file, so that I use the radeon
driver instead of the radeonhd driver, then X starts and runs normally.

In particular, I change
Driver   "radeonhd"
to
Driver   "radeon"

I am attaching the (working) xorg log that results from using the radeon
driver

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/38605579/Xorg.0.log

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-01-31 Thread Ben Blout
If I change one line in my xorg.conf file, so that I use the radeon
driver instead of the radeonhd driver, then X starts and runs normally.

In particular, I change
Driver   "radeonhd"
to
Driver   "radeon"

I am attaching the (working) xorg log that results from using the radeon
driver

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/38605580/Xorg.0.log

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515353] Re: [Lucid] mozilla-beagle will not work with Firefox 3.6

2010-02-01 Thread Ben Blout
Bug reported:
https://bugzilla.gnome.org/show_bug.cgi?id=608657


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

-- 
[Lucid] mozilla-beagle will not work with Firefox 3.6
https://bugs.launchpad.net/bugs/515353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515371] Re: [Lucid] radeonhd driver does not work with a monitor section in xorg.conf

2010-02-03 Thread Ben Blout
Is this the right location (package) for this to be filed agains?

Separately, I could go upstream with it, if that is appropriate, but I would 
like some one with more
knowledge to tell me it is not a Ubuntu-specific

-- 
[Lucid] radeonhd driver does not work with a monitor section in xorg.conf
https://bugs.launchpad.net/bugs/515371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 527475] [NEW] [lucid] Rhythmbox complains about missing id3 tag demuxer

2010-02-24 Thread Ben Blout
Public bug reported:

Binary package hint: rhythmbox

When I start Rhythmbox,  a 'Search for suitable plugin?' dialog opens.  
In the terminal window that I start rhythmbox from, the message
Rhythmbox-Message: Missing plugin: gstreamer|0.10|rhythmbox-metadata|ID3 tag 
demuxer|decoder-application/x-id3
is displayed.

If I click 'Search', I get the popup window 'No packages with the
requested plugins found', with the message 'The requested plugins are:
ID3 tag demuxer'.  At the same time, the following messages appear in
the terminal:

/usr/lib/python2.6/dist-packages/GnomeCodecInstall/MainWindow.py:302: 
DeprecationWarning: Accessed deprecated property Package.candidateRecord, 
please see the Version class for alternatives.
  record = pkg.candidateRecord
/usr/lib/python2.6/dist-packages/GnomeCodecInstall/MainWindow.py:307: 
DeprecationWarning: Accessed deprecated property Package.candidateRecord, 
please see the Version class for alternatives.
  major, minor = pkg.candidateRecord["Gstreamer-Version"].split(".")
Rhythmbox-Message: No installation candidate for missing plugins found.

ProblemType: Bug
Architecture: i386
Date: Wed Feb 24 18:55:23 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: rhythmbox 0.12.6git20100223-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.33-999-generic i686

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


** Tags: apport-bug i386 lucid

-- 
[lucid] Rhythmbox complains about missing id3 tag demuxer
https://bugs.launchpad.net/bugs/527475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 527475] Re: [lucid] Rhythmbox complains about missing id3 tag demuxer

2010-02-24 Thread Ben Blout

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

-- 
[lucid] Rhythmbox complains about missing id3 tag demuxer
https://bugs.launchpad.net/bugs/527475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 515353] Re: [Lucid] mozilla-beagle will not work with Firefox 3.6

2010-02-24 Thread Ben Blout
What is the deadline for upstream to fix this for lucid?
Is there a way to nudge upstream?

-- 
[Lucid] mozilla-beagle will not work with Firefox 3.6
https://bugs.launchpad.net/bugs/515353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521551] Re: Plugin does not appear in about:plugins after installation in Lucid

2010-02-24 Thread Ben Blout
(I have learned the Olympics issue is separate - one needs the alpha
release of Moonlight 3.0, available directly from the Moonlight folks.)

-- 
Plugin does not appear in about:plugins after installation in Lucid
https://bugs.launchpad.net/bugs/521551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521260] Re: [lucid] HD3200 intermittently does not start, resulting in low-graphics mode

2010-02-20 Thread Ben Blout
I installed the daily kernel from mainline-ppa.  First time I've done
it, but I followed instructions.  I also installed the firmware.

uname -a reports 2.6.33-999-generic #201002201003 SMP Sat Feb 20
10:58:34 UTC 2010 i686 GNU/Linux

I have rebooted once so far, and no problems!  I'll be able to reboot a
few more times tomorrow, which will be a better test, since the problem
was intermittent.

-- 
[lucid] HD3200 intermittently does not start, resulting in low-graphics mode
https://bugs.launchpad.net/bugs/521260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413686] Re: no picture, no errors either

2010-02-20 Thread Ben Blout
I've had some no-picture problems, and looked around for similar bugs.
If it is helpful, these two reports seem similar: #521260 and #495973

-- 
no picture, no errors either 
https://bugs.launchpad.net/bugs/413686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521260] Re: [lucid] HD3200 intermittently does not start, resulting in low-graphics mode

2010-02-21 Thread Ben Blout
Ten reboots total, and a smooth boot every time.  The newer kernel does
seem to fix this bug.

If it is helpful, from the descriptions, the people reporting bugs
413686 and 495973 may be seeing the same problem.

-- 
[lucid] HD3200 intermittently does not start, resulting in low-graphics mode
https://bugs.launchpad.net/bugs/521260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 473098] Re: Switching user makes graphics slow for second user

2010-02-22 Thread Ben Blout
This seems like much more than a wish-list level problem.  Many home
computers are used by more than one person, and with this bug, the
usability of Ubuntu is quite diminished.

This will be a problem especially with Lucid if my understanding that
the radeonhd driver is being removed is correct.

-- 
Switching user makes graphics slow for second user
https://bugs.launchpad.net/bugs/473098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 523610] Re: rsyslogd spins CPU on older kernels

2010-02-22 Thread Ben Blout
I am seeing the problem also.  Running a kernel from the mainline-ppa (I
was requested to in bug #521260).  Uname -a indicates:
2.6.33-999-generic #201002201003 SMP

dpkg --print-avail says I am running rsyslog_4.2.0-2ubuntu5.1_i386

-- 
rsyslogd spins CPU on older kernels
https://bugs.launchpad.net/bugs/523610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526181] [NEW] On first login, but not second, switch user freezes X

2010-02-22 Thread Ben Blout
Public bug reported:

Binary package hint: xorg

If I login, and choose the 'Log Out username' menu option, and then 'switch 
user', my X display disappears, and I get the following message, repeated four 
times, with a different value for xx each time:
init: ureadahead-other main process (34xx) terminated with status 4

A large arrow-shaped mouse cursor also appears on the screen, which I
can move with the mouse.

To recover, I can do a ctrl-alt-F1, and then issue the command restart
gdm.

I have found a work-around.  After a reboot, if I login, logout, and
then login again, switch-user works flawlessly.

Right now, I am running a kernel from the mainline-ppa (I was requested to in 
bug #521260). Uname -a indicates:
2.6.33-999-generic #201002201003 SMP.  However, if I boot with 
2.6.32-10-generic I see the same behavior.

Let me know what additional information is needed.

ProblemType: Bug
Architecture: i386
Date: Mon Feb 22 20:17:31 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: xorg 1:7.5+1ubuntu6
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions:
 xserver-xorg 1:7.5+1ubuntu6
 libgl1-mesa-glx 7.7-3ubuntu1
 libdrm2 2.4.18-1ubuntu2
 xserver-xorg-video-intel 2:2.9.1-1ubuntu6
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
Uname: Linux 2.6.33-999-generic i686
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.33-999-generic

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


** Tags: apport-bug freeze i386 lucid

-- 
On first login, but not second, switch user freezes X
https://bugs.launchpad.net/bugs/526181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526181] Re: On first login, but not second, switch user freezes X

2010-02-22 Thread Ben Blout

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

-- 
On first login, but not second, switch user freezes X
https://bugs.launchpad.net/bugs/526181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526181] Re: On first login, but not second, switch user freezes X

2010-02-22 Thread Ben Blout
I am using the ATI card to drive my monitor - no monitor is attached to
the nVidia card, nor am I using it for anything.

** Attachment added: "lspci -nn | grep VGA > /tmp/lspci"
   http://launchpadlibrarian.net/39583504/lspci

-- 
On first login, but not second, switch user freezes X
https://bugs.launchpad.net/bugs/526181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526181] Re: On first login, but not second, switch user freezes X

2010-02-22 Thread Ben Blout
I just recreated the problem to provide an Xorg.0.log file.  The
attached file is from after the screen turns black, and I switched to
tty1.  I had not restarted gdm.

I did not see the message about ureadahead - just a blinking cursor in
the upper left corner of the screen.

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/39584587/Xorg.0.log

-- 
On first login, but not second, switch user freezes X
https://bugs.launchpad.net/bugs/526181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495973] Re: low graphics mode after today's update

2010-02-23 Thread Ben Blout
It sounds like there may be a few similar problems mentioned above.  I
was also having problems, and started bug #521260.  In that bug, it was
requested I try a mainline kernel.  I did, and have not had any low-
graphics or non-display problems.  I DO NOT know anything about the
innards of X, just pointing out the similarities of the symptoms, hoping
it might help someone else.

-- 
low graphics mode after today's update
https://bugs.launchpad.net/bugs/495973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519157] Re: [SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack

2010-04-12 Thread Ben Blout
What is making this bug still incomplete?  What information could I
provide?

-- 
[SigmaTel 92HD206X] ALSA test tone not correctly played back through front jack
https://bugs.launchpad.net/bugs/519157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 536971] Re: No images shown after upgrading from previous version image database

2010-04-12 Thread Ben Blout
This bug seems fairly serious - It affects anyone upgrading from a
previous version of Digikam that uses the version 3 database.  It makes
it appear that all of your photos have been deleted - they are not
visible, or useable, from within Digikam.

Could it be addressed before the release?

-- 
No images shown after upgrading from previous version image database
https://bugs.launchpad.net/bugs/536971
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to digikam in ubuntu.

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


[Bug 521260] Re: [lucid] HD3200 intermittently does not start, resulting in low-graphics mode

2010-04-12 Thread Ben Blout
I believe you should file a separate bug, and in your description
mention this bug.  If a developer concludes that it is the same root
cause, they will mark your (newly reported) bug as a duplicate of this
one.  But if it turns out your problems have a different cause, it is
better to have a separate bug report.

-- 
[lucid] HD3200 intermittently does not start, resulting in low-graphics mode
https://bugs.launchpad.net/bugs/521260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >