[Bug 173305] Re: gmailfs doesn't work

2007-12-30 Thread Sam Peterson
I can confirm this.  Do older versions of gmailfs work, or did gmail
update itself so that gmailfs broke?

** Changed in: gmailfs (Ubuntu)
   Status: New = Confirmed

-- 
gmailfs doesn't work
https://bugs.launchpad.net/bugs/173305
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 62349] Re: GmailFS won't mount

2007-12-30 Thread Sam Peterson
I also confirm that this doesn't work in gutsy.  HTTP 400 error.

-- 
GmailFS won't mount
https://bugs.launchpad.net/bugs/62349
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 173305] Re: gmailfs doesn't work

2007-12-30 Thread Sam Peterson
I found a fix in this ubuntu forums thread:

http://ubuntuforums.org/showthread.php?t=596352highlight=easy_install+libgmail

run this command in a terminal

sudo easy_install --upgrade libgmail

-- 
gmailfs doesn't work
https://bugs.launchpad.net/bugs/173305
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 137784] Re: [Gutsy] texlive-base-bin post-installation error

2007-12-09 Thread Sam Peterson
I can confirm this bug as well, seems to have happened after an update.
Something to do with conf-file mixups between packages...purging and
reinstalling fixed the problem for me.

sudo aptitude purge texlive-base texlive

The above command also uninstalled docbook-utils and auctex (my emacs
tex editor).  It may uninstall other things, such as add-on tex packages
so you may want to pay close attention to the uninstall process.  Here's
the command I used for the reinstall:

sudo aptitude install texlive docbook-utils auctex.

Add whatever extras you need.  After a long time this will get you
updated to a working system again.

Shame this was such a problem.  Chatter upstream on the debian bug
mailing lists seems to indicate a problem with configuration scripts
fighting over  files and genuinely making a mess of things.

-- 
[Gutsy] texlive-base-bin post-installation error
https://bugs.launchpad.net/bugs/137784
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 107071] Re: /etc/init.d/dbus restart causes powermanager to report battery has been removed

2007-11-23 Thread Sam Peterson
I just commented on #39413.  I've found a fix for my problem by changing
the priority of when the hal service is launched to 99.  This won't fix
the problem for people who can't even detect the battery through tools
such as acpi, but it should fix the problem for people whose kernel is
reporting that the battery is being seen just fine.

-- 
/etc/init.d/dbus restart causes powermanager to report battery has been 
removed
https://bugs.launchpad.net/bugs/107071
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 39413] Re: ubuntu doesn't notice when running on battery

2007-11-23 Thread Sam Peterson
There are a apparently lots of causes for this problem.  One cause is
the kernel not recognizing the battery properly.  If that is the case,
then even the acpi -V command won't show a battery.  However, if that
command shows a battery connected, then the problem lies with the hal -
dbus - gnome-power-manager chain.  My problem was the latter, and I
just fixed this by

sudo sysv-rc-conf -p

Then going to the hal service and changing each S## level to read S99.
That made the hal service start after everything else.  I don't know if
this has any harmful side effects, but I've booted once so far without
any hiccups and now gnome-power-manager finally detects the battery
properly, and even sleep/suspends/hibernates and shows the brightness
applet properly.

What I find strange is that I never changed this myself and the hal -
dbus - gnome-power-manager communication worked fine before.  The one
thing I did which changed this was to restart dbus manually.  Ever since
I had done that, gnome-power-manager had failed to detect the battery
unless I restarted the hal service.  I can't imagine why doing that
would have changed anything, but it did.

As for the kernel problems, I can't be of any help there.  That's a
kernel related bug and should probably be filled under the relevant
linux package.

-- 
ubuntu doesn't notice when running on battery
https://bugs.launchpad.net/bugs/39413
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 91966] Re: screen artifacts after resume, part row of pixels in error (945GM)

2007-11-19 Thread Sam Peterson
This is great guys!!!  Works like a charm for me.  Glad this is fixed.

-- 
screen artifacts after resume, part row of pixels in error (945GM)
https://bugs.launchpad.net/bugs/91966
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 91966] Re: screen artifacts after resume, part row of pixels in error (945GM)

2007-11-19 Thread Sam Peterson
This is great guys!!!  Works like a charm for me.  Glad this is fixed.

-- 
screen artifacts after resume, part row of pixels in error (945GM)
https://bugs.launchpad.net/bugs/91966
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 93360] Re: Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason

2007-10-26 Thread Sam Peterson
Okay, you no what, I'm a dumb prick.  I thought this was a new
development because I had never noticed this before and I was having
serious DHCP issues around the time that I noticed it.  However, I since
grepped my old logs and determined that this message has indeed been
around for a while.  Sorry for the loud rant.

However, dhcdbd still seems to have numerous other issues with dhcp.
It's working for me now, but it randomly decides to stop working,
frequently after suspend/resume.

-- 
Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 
for sub-path eth1.dbus.get.reason
https://bugs.launchpad.net/bugs/93360
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 39413] Re: ubuntu doesn't notice when running on battery

2007-10-26 Thread Sam Peterson
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Confirmed

-- 
ubuntu doesn't notice when running on battery
https://bugs.launchpad.net/bugs/39413
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 39413] Re: ubuntu doesn't notice when running on battery

2007-10-26 Thread Sam Peterson
Okay, I tried reinstalling the hal package as suggested above and this
fixed the problem while the laptop was booted.  However, on reboot, the
problem comes back.  I think we can safely say at this point that the
problem lies with the hal package, not gnome-power-manager..

-- 
ubuntu doesn't notice when running on battery
https://bugs.launchpad.net/bugs/39413
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 127773] Re: A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade to Gutsy in Dell Latitude L400

2007-10-26 Thread Sam Peterson
I'm experiencing this problem as well on a Compaq Presario C571NR.
However, I didn't experience the problem until I manually restarted the
dbus service.  It ran fine before I did this.  Restarting the hal
service fixes the problem, so that's an annoying work around for the
time being.

-- 
A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade 
to Gutsy in Dell Latitude L400
https://bugs.launchpad.net/bugs/127773
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 107071] Re: /etc/init.d/dbus restart causes powermanager to report battery has been removed

2007-10-25 Thread Sam Peterson
This happened to me today, how on earth do I fix this?  Rebooting
doesn't help.

** Changed in: dbus (Ubuntu)
   Status: New = Confirmed

-- 
/etc/init.d/dbus restart causes powermanager to report battery has been 
removed
https://bugs.launchpad.net/bugs/107071
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 107071] Re: /etc/init.d/dbus restart causes powermanager to report battery has been removed

2007-10-25 Thread Sam Peterson
Forgot to mention I'm running gutsy

-- 
/etc/init.d/dbus restart causes powermanager to report battery has been 
removed
https://bugs.launchpad.net/bugs/107071
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 39413] Re: ubuntu doesn't notice when running on battery

2007-10-25 Thread Sam Peterson
I am experiencing this bug as well.  It happened after I manually
restarted the dbus service.  This is apparently a problem related to how
gnome-power-management and dbus interact.

-- 
ubuntu doesn't notice when running on battery
https://bugs.launchpad.net/bugs/39413
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 93360] Re: Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason

2007-10-25 Thread Sam Peterson
I can confirm this on gutsy upgrade from feisty.  Happened when I
manually restarted dbus.  With this many reports and absolutely nothing
from the Ubuntu devs I find it infuriating that the devs are blatantly
ignoring this as much as they are.  I may just have to say good bye to
Ubuntu.  DHCP not working at all here because of this.

-- 
Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 
for sub-path eth1.dbus.get.reason
https://bugs.launchpad.net/bugs/93360
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 146859] Re: No dri for virtual screen greater than 2048x2048

2007-10-17 Thread Sam Peterson
Reading the readme for the driver states that this is a hardware
limitation.  I don't believe it's physically possible for the hardware
to provide dri for any virtual resolution past 2048, meaning the driver
never will support it.

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
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 133568] Re: fn+f8 (crt/lcd switch) does nothing

2007-10-17 Thread Sam Peterson
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

-- 
fn+f8 (crt/lcd switch) does nothing
https://bugs.launchpad.net/bugs/133568
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 91966] Re: screen artifacts after resume with i810 driver

2007-10-17 Thread Sam Peterson
I am experiencing the exact same problem and I have a screen shot of my
own to add

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/10055842/Screenshot.png

-- 
screen artifacts after resume with i810 driver
https://bugs.launchpad.net/bugs/91966
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 91966] Re: screen artifacts after resume with i810 driver

2007-10-17 Thread Sam Peterson
Forgot to mention that I'm on a compaq presario c571nr with the 945GM
chipset.

-- 
screen artifacts after resume with i810 driver
https://bugs.launchpad.net/bugs/91966
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 152585] Source engine games crash on startup

2007-10-14 Thread Sam Peterson
Public bug reported:

Binary package hint: wine

Run steam, launch half life 2 (which worked fine for me in feisty, wine
version 0.9.33).  Window pops up for a brief couple of seconds then
instantly closes.

I'm running on an intel 945GM chipset (i950 adapter).  Game ran in
previous versions of Wine and was playable.

There is a fix posted on the winehq bug reporting tool.  I have applied this 
patch to my wine package, and it fixes the problem, if the package maintainer 
could test the patch and make sure it doesn't break things for other people, 
I'd say our problem was solved:
http://bugs.winehq.org/show_bug.cgi?id=9572

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

-- 
Source engine games crash on startup
https://bugs.launchpad.net/bugs/152585
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 129490] Re: Download and run Windows programs

2007-10-14 Thread Sam Peterson
Ubuntu does automatically use wine to run an EXE if wine has been
installed.  Compatible programs should install themselves and add
shortcuts to the desktop and applications menu.  I'm curious how much
easier this could actually be made.  Only real problem is that wine is
not part of the default install.

-- 
Download and run Windows programs
https://bugs.launchpad.net/bugs/129490
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 119047] Re: Steam cannot connect to an account in Wine version .98

2007-10-14 Thread Sam Peterson
I'm having no problems logging in with steam in wine 0.9.46.  I didn't
have any in 0.9.33 either.

-- 
Steam cannot connect to an account in Wine version .98
https://bugs.launchpad.net/bugs/119047
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 140788] Re: uninstalling wine leaves the menu entry behind

2007-10-14 Thread Sam Peterson
Not only that, but using the uninstaller doesn't get rid of the menu
items after having removed a piece of software.  There's poor
integration with the menu and wine.  It's annoyance, so I imagine it
can't be prioritized, but it would  be nice to have that handled.

-- 
uninstalling wine leaves the menu entry behind
https://bugs.launchpad.net/bugs/140788
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 116080] Re: Incomplete uninstall of wine applications

2007-10-14 Thread Sam Peterson
As far as I can tell, there's poor coupling between wine and the
applications menu.  It's sort of a one way deal.  While it's not that
important.  It would be nice to have this fixed.

** Changed in: wine (Ubuntu)
   Status: New = Confirmed

-- 
Incomplete uninstall of wine applications
https://bugs.launchpad.net/bugs/116080
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 121362] Re: nm-applet thinks it's connected to the wired network, when it's connected to the wireless network

2007-10-14 Thread Sam Peterson
I can confirm this as well.  I experienced it several times in Gutsy.
The work around for me was to disable roaming for my wired network.
That was an okay solution for me because I use wireless almost
exclusively for connecting to the Internet.

** Changed in: network-manager-applet (Ubuntu)
   Status: New = Confirmed

-- 
nm-applet thinks it's connected to the wired network, when it's connected to 
the wireless network
https://bugs.launchpad.net/bugs/121362
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 151685] Re: Password dialog opens behind other windows

2007-10-14 Thread Sam Peterson
I can confirm this.  When I connect to my campus' secure wireless
network, the WPA enterprise login window opens behind other windows.
I've failed to notice it on several occasions and have been left
wondering what was going on with my wireless.

** Changed in: network-manager-applet (Ubuntu)
   Status: New = Confirmed

-- 
Password dialog opens behind other windows
https://bugs.launchpad.net/bugs/151685
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 108392] Re: No sound on Compaq V3000 laptop on feisty

2007-10-01 Thread Sam Peterson
Hi guys.  I have a compaq presario c571nr which uses the snd-hda-intel
driver with a Conexant 5045 (CX20549 venice) codec.  I followed the
directions on this wiki page to install alsa version 1.0.14:

https://help.ubuntu.com/community/HdaIntelSoundHowto

And then I found putting the following in at the end of /etc/modprobe.d
/alsa-base does wonders:

options snd-hda-intel model=laptop

Try that and reboot.  I use one more option with mine (position_fix=1)
which gets sound recording working with recordmydesktop.

Microphone still seems to have a lot of issues however.

-- 
No sound on Compaq V3000 laptop on feisty
https://bugs.launchpad.net/bugs/108392
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 51939] Re: k3b takes all memory and cpu when choosing burn cd image

2007-09-30 Thread Sam Peterson
I'm not sure if my problems with K3B are related to this bug or not, but
I am running Fiesty Fawn and I cannot use K3B to burn image files.  I
have an Optiarc dvd burner which I believe is a SATA drive in my compaq
presario c571nr laptop.  Thing spins its wheels forever, and error
messages related to the drive show up in dmesg.  Not sure what the
problem could be.  It's not a big deal for me because burning data
CDs/DVDs works.

-- 
k3b takes all memory and cpu when choosing burn cd image
https://bugs.launchpad.net/bugs/51939
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for k3b in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110071] Re: Problems with standby! Getting a warning! Feisty!

2007-09-26 Thread Sam Peterson
I'm getting this when I resume from hibernate as well.  I've just been
ignoring it since, as the OP is mentioning, hibernate IS working without
any problems.  It's just weird that I get this error message every time
I've had my laptop on hibernate for a while.  I'm running on a Compaq
Presario C571NR.  Video card is an Intel i950.  I'm using the
915resolution package with the i810 driver.

-- 
Problems with standby! Getting a warning! Feisty!
https://bugs.launchpad.net/bugs/110071
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 92528] Re: Please patch i810switch to work with i945

2007-09-25 Thread Sam Peterson
Patch worked for me, I'm running a Compaq Presario C571NR.  Thanks very
much.

-- 
Please patch i810switch to work with i945
https://bugs.launchpad.net/bugs/92528
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 112955] Re: vino (vnc) keyboard mapping problem

2007-09-17 Thread Sam Peterson
Thank you very much for this work-around wjs!  That worked for me as
well.  I had to logout and log back in, but it worked.  My keybindings
are no longer funky anymore, thank you thank you thank you thank you!

-- 
vino (vnc) keyboard mapping problem
https://bugs.launchpad.net/bugs/112955
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 112955] Re: vino (vnc) keyboard mapping problem

2007-09-16 Thread Sam Peterson
i installed with a dvorak keyboard setup and i can confirm the same
problems other people are having.  capital letters don't work at all
through remote desktop (but these parens type just fine) which should be
obvious as i am typing this message via a remote desktop connection to
my computer right now and can't capitalize any of my i's without them
turning into c's.  Captial C and P works, but many others don't.

Please fix this as soon as possible, it makes my desktop unusable for me
remotely.

-- 
vino (vnc) keyboard mapping problem
https://bugs.launchpad.net/bugs/112955
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