[Bug 210872] Re: Rhythmbox option to disable notification

2009-05-12 Thread Greg Smith
There is a configuration option in a GUI...just not the one you looked
at.  This is really a documentation problem.  If someone turned the
instructions I'm including here into a FAQ entry or something like that,
I don't think there's any application change needed here.  It's just
really not obvious what to do.

The basic fix is to run gconf-editor and navigate to /apps/rhythmbox/ui
where you'll find a checkbox for show_notifications exposed.  Toggle
that off and notifications go away.

Unfortunately, gconf-editor isn't available via the default Ubuntu menu
structure either.  You can fix that by System/Preferences/Main Menu,
going into the System Tools section, and enabling "Configuration
Editor".  Now gconf-editor will be available with that name under
Applications/System Tools.

So the all-GUI solution here is to edit the menus, add Configuration
Editor, run Configuration Editor, navigate into the Rhythmbox UI
section, and turn off show_notifications.

Alternately, the quick command-line workaround is to edit
.gconf/apps/rhythmbox/ui/%gconf.xml and edit the line that looks like
this:



so that the value is "false".  That seems to work fine, but you don't
have to do that manually and using the official editor tool would
presumably be preferred.

-- 
Rhythmbox option to disable notification
https://bugs.launchpad.net/bugs/210872
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


Re: [Bug 367329] Re: send & recieve button grayed out. Can't expunge trash.

2009-05-12 Thread Greg Smith
sorry i figured out the issue, it was just me not cliccking to not work
offline!!! I feel so dumb.

On Tue, 2009-05-12 at 09:21 +, Sebastien Bacher wrote:
> We are closing this bug report as it lacks the information, described in
> the previous comments, we need to investigate the problem further.
> However, please reopen it if you can give us the missing information and
> don't hesitate to submit bug reports in the future.
> 
> ** Changed in: evolution (Ubuntu)
>Status: Incomplete => Invalid
>

-- 
send & recieve button grayed out. Can't expunge trash.
https://bugs.launchpad.net/bugs/367329
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 366805] Re: [Jaunty] Upgrade to Jaunty => HDA Intel (ICH7) sound broken

2009-04-28 Thread Greg Smith
*** This bug is a duplicate of bug 315971 ***
https://bugs.launchpad.net/bugs/315971

** This bug has been marked a duplicate of bug 315971
   'Front' and 'PCM' mixer control elements must be unmuted by default on HDA 
platforms

-- 
[Jaunty] Upgrade to Jaunty => HDA Intel (ICH7) sound broken
https://bugs.launchpad.net/bugs/366805
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 200509] Re: iwl4965: Microcode SW error detected. Restarting 0x2000000

2009-04-07 Thread Greg Smith
Brett:  I believe that package set is only aimed at the latest Jaunty
kernel.  I got it to work with that one, running 2.6.28-11.  It looks
like your problem could be that some of the data structures the code
references just aren't there yet in 2.6.27-11.

-- 
iwl4965: Microcode SW error detected.  Restarting 0x200
https://bugs.launchpad.net/bugs/200509
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 200509] Re: iwl4965: Microcode SW error detected. Restarting 0x2000000

2009-03-30 Thread Greg Smith
Looks like "debug" does work for some modules, it's only the 5100 or
later that need "debug50" instead.  See
http://intellinuxwireless.org/?n=fw_error_report for details.  That also
has some suggestions on how to submit these results upstream.

-- 
iwl4965: Microcode SW error detected.  Restarting 0x200
https://bugs.launchpad.net/bugs/200509
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 200509] Re: iwl4965: Microcode SW error detected. Restarting 0x2000000

2009-03-30 Thread Greg Smith
I doubt I have exactly the same issue here as other posters.  My problem
is that my Intel 5100AGN wireless works fine against most 802.11B/G
networks, but crashes oddly with a microcode error when I try to connect
to my primary N network.  I even get the right IP address with DHCP, but
I can't actually ping anything.  It looks like the Microcode restart
leaves me in that odd state.

However, I have at least managed to get a useful debug log running
against my Jaunty system.  Took a bit of experimentation though; here's
what I did:

1) Install the iwlwifi-debug-dkms .deb from TJ's PPA area at
https://launchpad.net/~intuitivenipple/+archive/ppa , which you need in
order to have a version of the kernel modules that are configured with
debug support enabled.

2) Tried the instructions shown by "man iwlwifi".  These did not work
for me; I got:

  iwlcore: Unknown parameter `debug'

3) Tried this alternative instead, as suggested from the Intel Wireless
mailing lists:

  modprobe iwlagn debug50=0x43fff

This worked, got lots of additional detail.

Based on that experience, I think the iwlwifi docs need two changes:

-Change "debug" to "debug50" for all the options examples
-The directory for the debug_level control is missing the card location 
subdirectory.  I found the file in 
/sys/bus/pci/drivers/iwlagn/:03:00.0/debug_level on my system. (the 
:03:00.0 part is missing from the description in the man page).

After those I think that PPA package will be ready for more people to
use.

Here's what the main additional detail when the error pops up looks like
for me:

iwlagn: Microcode SW error detected.  Restarting 0x200.
iwlagn: Start IWL Error Log Dump:
iwlagn: Status: 0x000212E4, count: 5
iwlagn: DescTime   data1  data2  line
iwlagn: SYSASSERT (#5) 1472749560 0x40808015 0x8904 1353
iwlagn: blink1  blink2  ilink1  ilink2
iwlagn: 0x03768 0x03768 0x0090E 0x0
iwlagn: Start IWL Event Log Dump: display count 512, wraps 8

That's followed by a big dump of data.  Attached file has everything.

** Attachment added: "Log file of Microcode SW error log dump"
   http://launchpadlibrarian.net/24509012/iwlagn-20090330-gs.txt.gz

-- 
iwl4965: Microcode SW error detected.  Restarting 0x200
https://bugs.launchpad.net/bugs/200509
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-07-28 Thread Greg Smith
My experience on my up to date Jaunty system matches that of #23 from
Mike Crowe.  After installing network-manager-openvpn I initially got
"VPN Connection failed because there were no valid VPN secrets" back
from the GUI.  After playing with the password settings to try and work
around that, the connection attempts just quietly failed with
"NetworkManager: nm-vpn-connection.c.900: NeedSecrets failed" in the
daemon.log.

All I had to do was reboot in order to fix this.  After that, I got the
"Allow application access to keyring?" prompt I remembered from the last
system where this worked properly, and then everything worked fine.  So
for the network-manager-openvpn incarnation of this problem at least, a
reboot seems the first thing to try after setting things up if the
connection fails with a NeedSecrets failure.

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 53320] CD-RW drive keeps opeing by itself

2006-07-17 Thread Greg Smith
Public bug reported:

Everytime I put an audio disk or any disk into my CD-RW drive it opens
itself every 30 seconds so I can't import any songs for my iPod which is
annoying me soo much.

I just had my friend install dapper drake professionally so it's not
something I did.  Please help me!!!

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
CD-RW drive keeps opeing by itself
https://launchpad.net/bugs/53320

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


Re: [Bug 53320] Re: CD-RW drive keeps opeing by itself

2006-10-10 Thread Greg Smith
Not any more.  I bought a new drive.  The other one didn't support
buffer under-run.  I think that might have been the problem , not a
program.  Thanks for the reply anyway.

-Greg

Caroline Ford <[EMAIL PROTECTED]> wrote: Is this still
happening?

What program is running when this happens?

** Summary changed:

- CD-RW drive keeps opeing by itself
+ CD-RW drive keeps opening by itself

-- 
CD-RW drive keeps opening by itself
https://launchpad.net/bugs/53320

-- 
CD-RW drive keeps opening by itself
https://launchpad.net/bugs/53320

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


[Bug 549593] Re: mythfrontend.real crashed with SIGSEGV in QX11PixmapData::x11ConvertToDefaultDepth()

2010-05-26 Thread Greg Smith
I wasn't seeing any segment faults in my log, but myth was crashing when a DVD 
was in the drive. Upgraded to .23 auto-build and that fixed the problem.
Thanks!

-- 
mythfrontend.real crashed with SIGSEGV in 
QX11PixmapData::x11ConvertToDefaultDepth()
https://bugs.launchpad.net/bugs/549593
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 883864] [NEW] Crashed during initial install fr CD - CD ok used prev. on other PC

2011-10-30 Thread Greg Smith
Public bug reported:

None really

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.8.7
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
CasperVersion: 1.287
Date: Sun Oct 30 10:49:18 2011
LiveMediaBuild: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric ubiquity-2.8.7

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

Title:
  Crashed during initial install fr CD - CD ok used prev. on other PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/883864/+subscriptions

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


[Bug 883864] Re: Crashed during initial install fr CD - CD ok used prev. on other PC

2011-10-30 Thread Greg Smith
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883864

Title:
  Crashed during initial install fr CD - CD ok used prev. on other PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/883864/+subscriptions

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


[Bug 690303] [NEW] abrowser icon link fails after system update

2010-12-14 Thread Greg Smith
Public bug reported:

Binary package hint: synaptic

after system update the web browser icon fials to open firefox

ProblemType: Bug
Architecture: lpia
Date: Tue Dec 14 14:04:40 2010
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/sbin/synaptic
NonfreeKernelModules: wl
Package: synaptic 0.61ubuntu9
PackageArchitecture: lpia
ProcEnviron:
 
PATH=/usr/lib/kde4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
Uname: Linux 2.6.24-27-lpia i686

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


** Tags: apport-bug

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

Title:
  abrowser icon link fails after system update

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


[Bug 690303] Re: abrowser icon link fails after system update

2010-12-14 Thread Greg Smith


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

Title:
  abrowser icon link fails after system update

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


[Bug 690303] Re: abrowser icon link fails after system update

2010-12-14 Thread Greg Smith
under applications > internet > we browser icon displays error message >
Failed to execute child process "abrowser" (No such file or directory)..
tihs occured after a system update. Firefox won,t open from that
location and the flash plugin falied after updating ff. what did i do
wrong? is this a system bug or a ff update issue?

** Changed in: synaptic (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/synaptic/+question/137802

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

Title:
  abrowser icon link fails after system update

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


[Bug 784324] Re: package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 9

2011-05-17 Thread Greg Smith
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784324

Title:
  package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 9

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


[Bug 784324] [NEW] package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 9

2011-05-17 Thread Greg Smith
Public bug reported:

Binary package hint: sandboxgamemaker

nothing fancy. new install of ubuntu 11.04, and i tried installing
sandbox and i received this error. i did sudo apt-get update && sudo
apt-get upgrade and i got this error and asked me to send it. to help
contribute, i did.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: sandboxgamemaker 2.6.1+dfsg-3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 finger: Install
 sandboxgamemaker: Configure
 finger: Configure
Architecture: amd64
Date: Tue May 17 17:42:39 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 9
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
SourcePackage: sandboxgamemaker
Title: package sandboxgamemaker 2.6.1+dfsg-3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 9
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 9

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


Re: [Bug 784324] Re: package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 9

2011-05-17 Thread Greg Smith
*** This bug is a duplicate of bug 755641 ***
https://bugs.launchpad.net/bugs/755641

after restarts, uninstalling and reinstalling, i'm still having the same
issue. and it's throwing up a msg box with no text still after everything.
i'll try to see what i can do. worse comes to worse i reinstall ubuntu
again, and start all over and try to find the command where i can watch
install logs. i'm a little newish to linux still, but i'm more than happy to
help the ubuntu/linux community. anything i can do to help, i'm more than
happy to oblige. thanks again scott for all your suggestions and help!

On Tue, May 17, 2011 at 7:19 PM, Scott Howard 
wrote:

> it looks like the zip file was corrupted during download.
>
> Try
> $ sudo dpkg --configure -a
>
> To see if it will download the content again
>
> Thanks you!
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/784324
>
> Title:
>  package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade:
>  subprocess installed post-installation script returned error exit
>  status 9
>
> Status in “sandboxgamemaker” package in Ubuntu:
>  New
>
> Bug description:
>  Binary package hint: sandboxgamemaker
>
>  nothing fancy. new install of ubuntu 11.04, and i tried installing
>  sandbox and i received this error. i did sudo apt-get update && sudo
>  apt-get upgrade and i got this error and asked me to send it. to help
>  contribute, i did.
>
>  ProblemType: Package
>  DistroRelease: Ubuntu 11.04
>  Package: sandboxgamemaker 2.6.1+dfsg-3
>  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>  Uname: Linux 2.6.38-8-generic x86_64
>  NonfreeKernelModules: nvidia
>  AptOrdering:
>   finger: Install
>   sandboxgamemaker: Configure
>   finger: Configure
>  Architecture: amd64
>  Date: Tue May 17 17:42:39 2011
>  ErrorMessage: subprocess installed post-installation script returned error
> exit status 9
>  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64
> (20110427.1)
>  SourcePackage: sandboxgamemaker
>  Title: package sandboxgamemaker 2.6.1+dfsg-3 failed to install/upgrade:
> subprocess installed post-installation script returned error exit status 9
>  UpgradeStatus: No upgrade log present (probably fresh install)
>
> To unsubscribe from this bug, go to:
>
> https://bugs.launchpad.net/ubuntu/+source/sandboxgamemaker/+bug/784324/+subscribe
>


-- 


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

Title:
  package sandboxgamemaker 2.6.1 dfsg-3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 9

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

[Bug 318916] Re: hal acl tool has frequent segmentation faults

2010-09-17 Thread Greg Smith
Similar problem for me, on plain old Desktop Jaunty.  I get these
constantly as of a week ago.  Main difference seems to be that mine is
error 4 instead of error 6.  There is no crash data in /var/crash , and
the premature transition to "invalid" presuming that was the case is
disappointing.  The good bugs never leave behind log files where you
want them to be.

In my case, I can trace exactly when the problem popped up.  I installed
the "ATI/AMD proprietary FGLRX graphics driver" and then switched on
HDMI audio going to that card, to get sound coming out of the monitor
via that connection.  That all works fine, but these log entries started
showing up heavily every since, continuing to today.  Attached is the
log segment where things started going wrong.  The first crashes looked
like this:

Sep 14 11:24:00 grace -- MARK --
Sep 14 11:44:00 grace -- MARK --
Sep 14 12:00:01 grace kernel: [889997.051939] hal-acl-tool[31763]: segfault at 
80 ip 7f1f610f7c90 sp 7fff26321438 error 4 in 
libc-2.9.so[7f1f61077000+168000]
Sep 14 12:00:01 grace kernel: [889997.056091] hal-acl-tool[31766]: segfault at 
80 ip 7f6d4ba74c90 sp 7fff1b86b9a8 error 4 in 
libc-2.9.so[7f6d4b9f4000+168000]
Sep 14 12:00:01 grace kernel: [889997.060190] hal-acl-tool[31767]: segfault at 
80 ip 7f8413d8ec90 sp 7fffea193908 error 4 in 
libc-2.9.so[7f8413d0e000+168000]
Sep 14 12:05:01 grace kernel: [890297.057395] hal-acl-tool[31854]: segfault at 
80 ip 7fadf885fc90 sp 7fff6150f1c8 error 4 in 
libc-2.9.so[7fadf87df000+168000]
Sep 14 12:05:01 grace kernel: [890297.062342] hal-acl-tool[31861]: segfault at 
80 ip 7f0275816c90 sp 7fff39e31528 error 4 in 
libc-2.9.so[7f0275796000+168000]

So after months of never seeing anything interesting in the logs, just a
MARK every 20 minutes most of the time, now I get these segfaults spaced
exactly 5 minutes apart most of the time, always in a pair each time.
And if you look at the detailed logs, they started showing up slightly
before the fglrx driver started doing its thing.

I'd be happy to try and accumulate a better stack trace or debug log of
what's happening here to help track this down, but I'm not sure how to
stop whatever hal-acl-tool is doing automatically and try running it
manually instead.

** Attachment added: "Log of situation leading up to and shortly after bug 
appeared"
   
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/318916/+attachment/1599925/+files/361223-segfault.log

-- 
hal acl tool has frequent segmentation faults
https://bugs.launchpad.net/bugs/318916
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