[Bug 244681] Re: OOPS setting US/Pacific-New timezone

2008-07-01 Thread Stuart Bishop
pytz should sanitize common_timezones and all_timezones so that only
timezones that are actually available are listed. It isn't a problem
with the default setup, but is an issue when the timezone files being
used are not the ones distributed with pytz (such as is the case with
the Ubuntu package).

** Also affects: pytz
   Importance: Undecided
   Status: New

** Also affects: python-tz (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: pytz
   Importance: Undecided => Medium
   Status: New => Triaged

** Changed in: python-tz (Ubuntu)
   Importance: Undecided => High
   Status: New => Confirmed

-- 
OOPS setting US/Pacific-New timezone
https://bugs.launchpad.net/bugs/244681
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 244681] Re: OOPS setting US/Pacific-New timezone

2008-07-01 Thread Stuart Bishop
This is another manifestation of Bug #207604.

-- 
OOPS setting US/Pacific-New timezone
https://bugs.launchpad.net/bugs/244681
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 244681] Re: OOPS setting US/Pacific-New timezone

2008-07-01 Thread Stuart Bishop
The following monkey patch should get Launchpad happy for now with
minimal effort:

$ python
Python 2.5.2 (r252:60911, May  7 2008, 15:21:12) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytz
>>> 'US/Pacific-New' in pytz.common_timezones
True
>>> for timezone_name in pytz.all_timezones[:]:
... try:
... ignored_tzinfo = pytz.timezone(timezone_name)
... except:
... pytz.all_timezones.remove(timezone_name)
... pytz.common_timezones.remove(timezone_name)
... 
>>> 'US/Pacific-New' in pytz.common_timezones

-- 
OOPS setting US/Pacific-New timezone
https://bugs.launchpad.net/bugs/244681
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 244749] Re: Removed on request

2008-07-02 Thread Stuart Bishop
** Changed in: ubuntu
Sourcepackagename: xorg-server => None
   Status: New => Invalid

-- 
Removed on request
https://bugs.launchpad.net/bugs/244749
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-24 Thread Stuart Bishop
NVidia 8800GT no longer detected again as of 2.6.24-21.40

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Fix Released => New

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-12-07 Thread Stuart Bishop
I'm seeing identical behavior after upgrading to Intrepid with the
linux-backports-modules removed (the device is not detected at all with
linux-backports-modules installed).

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

** Changed in: linux-backports-modules-2.6.24 (Ubuntu Intrepid)
   Status: New => Invalid

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-12-07 Thread Stuart Bishop
Some possibly relevant messages:

Dec  7 13:50:10 aargh kernel: [14538.952593] phy0 -> 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 2.
Dec  7 13:50:10 aargh kernel: [14538.952595] Please file bug report to 
http://rt2x00.serialmonkey.com.


** Bug watch added: Mandriva Linux #43998
   http://qa.mandriva.com/show_bug.cgi?id=43998

** Also affects: linux (Mandriva) via
   http://qa.mandriva.com/show_bug.cgi?id=43998
   Importance: Unknown
   Status: Unknown

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-12-07 Thread Stuart Bishop
The Mandriva bug lists the same error message and same behavior.

** Summary changed:

- Ralink rt73 hangs with 2.6.24-21 and requires reboot
+ Ralink rt73 hangs and requires reboot

** Description changed:

- My rt73 based DLink DWA-110 USB stick had no problem under 2.6.24-19, so
- this seems to be a regression.
+ My rt73 based DLink DWA-110 USB stick had no problem under Hardy
+ 2.6.24-19, so this seems to be a regression.
  
  The connection initially works fine. However, under load the connection
  locks up - the system tray icon shows signal but there is no network
  traffic going in or out. Running sudo
  /etc/dbus-1/event.d/25NetworkManager restart restarts network manager
  but the connection will no longer connect to the network. Rebooting the
  machine gets me connected again.
  
  This is easily reproducible - I just need to fire up a Bittorrent client
  for a few minutes.

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs and requires reboot

2008-12-07 Thread Stuart Bishop

** Attachment added: "Intrepid uname -a"
   http://launchpadlibrarian.net/20275292/uname-a.log

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs and requires reboot

2008-12-07 Thread Stuart Bishop

** Attachment added: "Intrepid version_signature"
   http://launchpadlibrarian.net/20275295/version.log

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs and requires reboot

2008-12-07 Thread Stuart Bishop

** Attachment added: "Intrepid dmesg"
   http://launchpadlibrarian.net/20275298/dmesg.log

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs and requires reboot

2008-12-07 Thread Stuart Bishop

** Attachment added: "Intrepid lspci"
   http://launchpadlibrarian.net/20275310/lspci-vvnn.log

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs and requires reboot

2008-12-07 Thread Stuart Bishop
http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5&t=5006&start=0&st=0&sk=t&sd=a
constains the upstream bug report from two months ago but it hasn't been
gardened into their bug tracker yet.

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 306087] Re: rt73usb intrepid 8.10 -- wireless connection periodically lost

2008-12-07 Thread Stuart Bishop
** This bug has been marked a duplicate of bug 258985
   Ralink rt73 hangs and requires reboot

** This bug is no longer a duplicate of bug 258985
   Ralink rt73 hangs and requires reboot

-- 
rt73usb intrepid 8.10 -- wireless connection periodically lost
https://bugs.launchpad.net/bugs/306087
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 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-12-08 Thread Stuart Bishop
Unknown symbol problems here with both 2.6.27-9 and 2.6.27-10. D-Link
DWA-110 rt73 based USB stick, as per Bug #258985

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
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 306087] Re: rt73usb intrepid 8.10 -- wireless connection periodically lost

2008-12-08 Thread Stuart Bishop
I see the same thing when rebooting after installing the linux-
backports-2.6.27-9 package.

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/20299168/dmesg.log

-- 
rt73usb intrepid 8.10 -- wireless connection periodically lost
https://bugs.launchpad.net/bugs/306087
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 306087] Re: rt73usb intrepid 8.10 -- wireless connection periodically lost

2008-12-08 Thread Stuart Bishop

** Attachment added: "uname-a.log"
   http://launchpadlibrarian.net/20299177/uname-a.log

-- 
rt73usb intrepid 8.10 -- wireless connection periodically lost
https://bugs.launchpad.net/bugs/306087
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 306087] Re: rt73usb intrepid 8.10 -- wireless connection periodically lost

2008-12-08 Thread Stuart Bishop

** Attachment added: "version.log"
   http://launchpadlibrarian.net/20299187/version.log

-- 
rt73usb intrepid 8.10 -- wireless connection periodically lost
https://bugs.launchpad.net/bugs/306087
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 306087] Re: rt73usb intrepid 8.10 -- wireless connection periodically lost

2008-12-08 Thread Stuart Bishop

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/20299175/lspci-vvnn.log

-- 
rt73usb intrepid 8.10 -- wireless connection periodically lost
https://bugs.launchpad.net/bugs/306087
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-11-10 Thread Stuart Bishop
I'm reconfirming this. This is still a regression bug in Hardy, and
Hardy is still supported. The last known good release is the 2.6.19
package which we can thankfully still boot too.

** Changed in: linux-backports-modules-2.6.24 (Ubuntu)
   Status: Invalid => Confirmed

-- 
Ralink rt73 hangs with 2.6.24-21 and requires reboot
https://bugs.launchpad.net/bugs/258985
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 289464] Re: RT73 wireless stops working

2008-11-10 Thread Stuart Bishop
I suspect this is a duplicate of Bug #283759. Changing status from
Incomplete as requested information has been provided.

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

-- 
RT73 wireless stops working
https://bugs.launchpad.net/bugs/289464
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 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-11-10 Thread Stuart Bishop
** Also affects: rt2x00
   Importance: Undecided
   Status: New

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
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 190515] Re: [Hardy][Intrepid] Low bandwidth with rt2400 / rt2500 drivers

2008-11-10 Thread Stuart Bishop
** Also affects: rt2x00 via
   http://sourceforge.net/support/tracker.php?aid=2216782
   Importance: Unknown
   Status: Unknown

-- 
[Hardy][Intrepid] Low bandwidth with rt2400 / rt2500 drivers
https://bugs.launchpad.net/bugs/190515
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 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-11-10 Thread Stuart Bishop
** Bug watch added: Red Hat Bugzilla #426777
   https://bugzilla.redhat.com/show_bug.cgi?id=426777

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=426777
   Importance: Unknown
   Status: Unknown

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
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 207604] Re: pytz includes a hard coded list of time zone names

2008-11-11 Thread Stuart Bishop
Petr Machata suggests loading common_timezones from zone.tab at runtime.

This seems like a great starting point for the list. We might want to
manually add a few well known names that people expect, such as
US/Eastern, but we do that already when generating the static list.

-- 
pytz includes a hard coded list of time zone names
https://bugs.launchpad.net/bugs/207604
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 299325] [NEW] tzdata 2008i

2008-11-17 Thread Stuart Bishop
Public bug reported:

Binary package hint: tzdata

tzdata2008i was released on October 27th with changes to southamerica
and some tweaks to zone.tab (US timezone ordering and comments).

Should this version be pushed to our supported releases? The 2008i
package was synced from Debian yesterday to Jaunty.

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

** Affects: tzdata (Ubuntu Dapper)
 Importance: Undecided
 Status: New

** Affects: tzdata (Ubuntu Gutsy)
 Importance: Undecided
 Status: New

** Affects: tzdata (Ubuntu Hardy)
 Importance: Undecided
 Status: New

** Affects: tzdata (Ubuntu Intrepid)
 Importance: Undecided
 Status: New

-- 
tzdata 2008i
https://bugs.launchpad.net/bugs/299325
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 155334] Re: In select timezone section, "Kolkata" is shown as "Calcutta"

2008-11-18 Thread Stuart Bishop
This is correct in the current pytz (2008i)

** Changed in: pytz
   Status: New => Fix Released

** Also affects: python-tz (Ubuntu)
   Importance: Undecided
   Status: New

-- 
In select timezone section, "Kolkata" is shown as "Calcutta"
https://bugs.launchpad.net/bugs/155334
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 155334] Re: In select timezone section, "Kolkata" is shown as "Calcutta"

2008-11-18 Thread Stuart Bishop
Hardy's python-tz package needs to be updated, or we need to provide our
own pytz module instead of using the system package.

This is a side effect of Bug #207604 - the data files have been updated,
but the timezone lists in the current pytz package are now out of date.

-- 
In select timezone section, "Kolkata" is shown as "Calcutta"
https://bugs.launchpad.net/bugs/155334
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 175191] Re: f-spot changes timestamp in an incorrect way

2008-11-18 Thread Stuart Bishop
This bug has been open upstream for over 2.5 years now.

Can we get one of the unofficial patches into Ubuntu?

-- 
f-spot changes timestamp in an incorrect way
https://bugs.launchpad.net/bugs/175191
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 214932] Re: F-Spot time zone confusion

2008-11-18 Thread Stuart Bishop
*** This bug is a duplicate of bug 175191 ***
https://bugs.launchpad.net/bugs/175191

** This bug has been marked a duplicate of bug 175191
   f-spot changes timestamp in an incorrect way

-- 
F-Spot time zone confusion
https://bugs.launchpad.net/bugs/214932
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 175191] Re: f-spot changes timestamp in an incorrect way

2008-11-18 Thread Stuart Bishop
Also:

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

I'm bumping importance - it seems to fulfill the criteria of a high
importance task due to data loss - "Has a severe impact on a small
portion of Ubuntu users (estimated)". I suspect it is a large portion of
Ubuntu users though.

** Changed in: f-spot (Ubuntu)
   Importance: Low => High

-- 
f-spot changes timestamp in an incorrect way
https://bugs.launchpad.net/bugs/175191
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 244031] Re: Dates displayed don't match EXIF dates

2008-11-18 Thread Stuart Bishop
*** This bug is a duplicate of bug 175191 ***
https://bugs.launchpad.net/bugs/175191

** This bug has been marked a duplicate of bug 175191
   f-spot changes timestamp in an incorrect way

-- 
Dates displayed don't match EXIF dates
https://bugs.launchpad.net/bugs/244031
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 235952] Re: Not installable in Hardy (missing dependancies)

2008-11-17 Thread Stuart Bishop
This bug is about Hardy. config-manager is still listed as supported
under Hardy (https://launchpad.net/ubuntu/+source/config-manager), but
cannot be installed due to the missing dependency.

0.3-3ubuntu2 is the current version in Hardy.

** Changed in: config-manager (Ubuntu)
   Status: Fix Released => Confirmed

-- 
Not installable in Hardy (missing dependancies)
https://bugs.launchpad.net/bugs/235952
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 235952] Re: Not installable in Hardy (missing dependancies)

2008-11-17 Thread Stuart Bishop
** Changed in: config-manager (Ubuntu Intrepid)
   Status: New => Fix Released

-- 
Not installable in Hardy (missing dependancies)
https://bugs.launchpad.net/bugs/235952
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 284187] Re: slon periodically leaks memory

2008-11-17 Thread Stuart Bishop
** Changed in: slony-i/1.2
   Importance: Undecided => Unknown
 Bugwatch: None => Slony-I Bugzilla #52
   Status: New => Unknown

-- 
slon periodically leaks memory
https://bugs.launchpad.net/bugs/284187
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 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-11-17 Thread Stuart Bishop
Can anyone confirm if this is a duplicate of Bug #251604 ? This behavior
started happening in Hardy with the proposed linux-backports-
modules-2.6.24 package. I'm not sure if it is the same bug though.

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
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 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-11-17 Thread Stuart Bishop
Sorry - that should be Bug #258985.

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
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 74315] Re: wget https://launchpad.net fails with certificate error

2009-06-18 Thread Stuart Bishop
** Changed in: launchpad-foundations
   Status: Confirmed => Invalid

-- 
wget https://launchpad.net fails with certificate error
https://bugs.launchpad.net/bugs/74315
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 155334] Re: In select timezone section, "Kolkata" is shown as "Calcutta"

2009-06-30 Thread Stuart Bishop
** Changed in: launchpad-registry
   Status: Fix Committed => Fix Released

-- 
In select timezone section, "Kolkata" is shown as "Calcutta"
https://bugs.launchpad.net/bugs/155334
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 335288] [NEW] Incorrect PPA changelog URLs in Update Manager

2009-02-26 Thread Stuart Bishop
Public bug reported:

Update manager is informing me:

The list of changes is not yet available.

Please use 
http://launchpad.net/ubuntu/+source/deluge/1.1.3+dfsg-1~intrepid3/+changelog
until the changes become available or try again later.


That URL is a 404.

** Affects: soyuz
 Importance: Undecided
 Status: New

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

** Also affects: update-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Incorrect PPA changelog URLs in Update Manager
https://bugs.launchpad.net/bugs/335288
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 335288] Re: Incorrect PPA changelog URLs in Update Manager

2009-02-27 Thread Stuart Bishop
The package was from a PPA in case that wasn't clear, so the 404 is
correct and update-manager generating invalid URLs.

** Changed in: soyuz
   Status: New => Invalid

-- 
Incorrect PPA changelog URLs in Update Manager
https://bugs.launchpad.net/bugs/335288
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 30910] Re: Hardware Database not browseable

2009-05-16 Thread Stuart Bishop
I've opened Bug #377285 on obtaining the new hardware database
submissions. This is a separate issue to being able to browse them

-- 
Hardware Database not browseable
https://bugs.launchpad.net/bugs/30910
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 258985] Re: Ralink rt73 hangs and requires reboot

2009-03-11 Thread Stuart Bishop
@Andy - No dropouts, decent signal and decent speeds for about 8 hours
so far. Looks good from this end.

-- 
Ralink rt73 hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 284187] [NEW] slon periodically leaks memory

2008-10-15 Thread Stuart Bishop
Public bug reported:

There are a few memory leaks in the slon process because some results of
PQexec() calls are not always cleared, in remoteListenThread_main()
(remote_listen.c) and in copy_set() (remote_worker.c) functions.

** Affects: slony-i
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Slony-I Bugzilla #52
   http://bugs.slony.info/bugzilla/show_bug.cgi?id=52

** Also affects: slony-i via
   http://bugs.slony.info/bugzilla/show_bug.cgi?id=52
   Importance: Unknown
   Status: Unknown

-- 
slon periodically leaks memory
https://bugs.launchpad.net/bugs/284187
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 284187] Re: slon periodically leaks memory

2008-10-15 Thread Stuart Bishop
According to http://slony.info, this is fixed in 1.2.15 (although the
upstream bug report has not yet been closed).

-- 
slon periodically leaks memory
https://bugs.launchpad.net/bugs/284187
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 175191] Re: f-spot changes timestamp in an incorrect way

2008-10-12 Thread Stuart Bishop
Looks like this is going to affect Intrepid too :-(

No 'correct' fix from upstream yet. There are a couple of unofficial
patches, but I don't think they have been packaged for Ubuntu.

-- 
f-spot changes timestamp in an incorrect way
https://bugs.launchpad.net/bugs/175191
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 251604] Re: rt73 wireless usb stick stopped working with 2.6.24-20

2008-10-12 Thread Stuart Bishop
** This bug is no longer a duplicate of bug 252630
   'wl' driver is broken in lrm 2.6.24.14-20.46

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 252630] Re: 'wl' driver is broken in lrm 2.6.24.14-20.46

2008-10-12 Thread Stuart Bishop
I have unduplicated Bug 251604. There are other duplicates to this bug
for other chipsets, including at least one other ralink, but I have left
them alone as they may be redundant or fixed.

-- 
'wl' driver is broken in lrm 2.6.24.14-20.46
https://bugs.launchpad.net/bugs/252630
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 251604] Re: rt73 wireless usb stick stopped working with 2.6.24-20

2008-10-12 Thread Stuart Bishop
I've unduplicated this, as Bug #252630 is wl driver specific.

This is still happening with current hardy proposed -  
linux-backports-modules-2.6.24-21-generic 2.6.24-21.27
 
Booting to the 2.6.24-19, everything works fine.

Booting to the proposed kernel, the device is detected but will not
connect to any wireless network. When attempting to connect, both
'terminals' on the network manager icon remain blue with the spinning
thing spining around them.

** Changed in: linux-backports-modules-2.6.24 (Ubuntu)
Sourcepackagename: linux => linux-backports-modules-2.6.24

** Tags added: regression

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 259180] Re: KDE translation packages (kde-l10n-xx) missing on Intrepid

2008-10-26 Thread Stuart Bishop
** Changed in: kde-i18n-es (Ubuntu Intrepid)
 Assignee: Stuart Bishop (stub) => Martin Pitt (pitti)

-- 
KDE translation packages (kde-l10n-xx) missing on Intrepid
https://bugs.launchpad.net/bugs/259180
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 294660] [NEW] Initial subscription blocks with "sequence ID has already been assigned"

2008-11-06 Thread Stuart Bishop
Public bug reported:

If the database connection to the master database is killed during a
subscription operation, an ERROR will be logged:

2008-10-24 17:49:49 BST ERROR  remoteWorkerThread_1: "select
"_sl".tableHasSerialKey('"public"."translationrelicensingagreement"');"
2008-10-24 17:49:49 BST WARN   remoteWorkerThread_1: data copy for set 1 failed
- sleep 15 seconds

remoteWorkerThread doesn't want to give up however:

2008-10-24 17:52:35 BST DEBUG1 copy_set 1
2008-10-24 17:52:35 BST DEBUG1 remoteWorkerThread_1: connected to provider DB
2008-10-24 17:52:35 BST DEBUG2 remoteWorkerThread_1: prepare to copy table
"public"."announcement"

Eventually it will fail again, and continue to do so until the subscription
stopped and the cluster repaired:

2008-10-24 21:24:25 BST DEBUG2 remoteWorkerThread_1: all tables for set 1 found 
on subscriber
2008-10-24 21:24:25 BST DEBUG2 remoteWorkerThread_1: copy sequence
"public"."ann
ouncement_id_seq"
2008-10-24 21:24:25 BST ERROR  remoteWorkerThread_1: "select
"_sl".setAddSequence_int(1, 200, '"public"."announcement_id_seq"',
'public.announcement_id_seq')" PGRES_FATAL_ERROR ERROR:  Slony-I:
setAddSequence_int(): sequence ID 200 has already been assigned
2008-10-24 21:24:25 BST WARN   remoteWorkerThread_1: data copy for set 1 failed
- sleep 60 seconds

** Affects: slony-i
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Slony-I Bugzilla #62
   http://bugs.slony.info/bugzilla/show_bug.cgi?id=62

** Also affects: slony-i via
   http://bugs.slony.info/bugzilla/show_bug.cgi?id=62
   Importance: Unknown
   Status: Unknown

-- 
Initial subscription blocks with  "sequence ID  has already been assigned"
https://bugs.launchpad.net/bugs/294660
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 132485] Re: Storm should try to support two-phase commit where possible

2008-11-07 Thread Stuart Bishop
** Changed in: storm
   Importance: Undecided => Wishlist
   Status: New => Confirmed

** Also affects: launchpad
   Importance: Undecided
   Status: New

** Changed in: launchpad-foundations
  Product: Launchpad itself => Launchpad Foundations
   Importance: Undecided => High
   Status: New => Triaged

** Changed in: launchpad-foundations
   Target: None => 2.1.12

** Also affects: landscape
   Importance: Undecided
   Status: New

** Changed in: landscape
   Importance: Undecided => Wishlist

** Also affects: psycopg2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Storm should try to support two-phase commit where possible
https://bugs.launchpad.net/bugs/132485
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 295045] [NEW] psycopg2 needs to support the two phase commit API

2008-11-07 Thread Stuart Bishop
*** This bug is a duplicate of bug 132485 ***
https://bugs.launchpad.net/bugs/132485

Public bug reported:

The Python DB-API now has an optional two phase commit extension
(http://www.python.org/dev/peps/pep-0249).

psycopg2 needs to support this extension. This is needed so Storm can
make use of it, making it available to Landscape and Launchpad.
Launchpad needs this so we can safely split out the authentication
service into a separate replication set for high availability
authentication, so soon.

** Affects: psycopg
 Importance: Undecided
 Status: New

** Affects: storm
 Importance: Undecided
 Status: New

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

** Also affects: psycopg
   Importance: Undecided
   Status: New

** Also affects: storm
   Importance: Undecided
   Status: New

** This bug has been marked a duplicate of bug 132485
   Storm should try to support two-phase commit where possible

-- 
psycopg2 needs to support the two phase commit API
https://bugs.launchpad.net/bugs/295045
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 267323] Re: ATI Hardware Accelerated Graphics Driver FGLRX will not install or at least CAN NOT be Enabled

2008-10-30 Thread Stuart Bishop
I see this under current Hardy on a Dell 8600 with ATI Radeon Mobility
9600 graphics chipset.

-- 
ATI Hardware Accelerated Graphics Driver FGLRX will not install or at least CAN 
NOT be Enabled
https://bugs.launchpad.net/bugs/267323
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-09-26 Thread Stuart Bishop
Why was this flagged incomplete? The issue for Hardy is still there, and
all information asked for Hardy has been provided. If it works under
2.6.27 is irrelevant unless Hardy is switching from 2.6.26.

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

-- 
Ralink rt73 hangs with 2.6.24-21 and requires reboot
https://bugs.launchpad.net/bugs/258985
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 275611] Re: e1000 driver in Kernel 2.6.27-4 not working

2008-09-28 Thread Stuart Bishop
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
e1000 driver in Kernel 2.6.27-4 not working
https://bugs.launchpad.net/bugs/275611
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 236704] [NEW] /var/lib/postgresql/8.3 should be owner by the postgres user

2008-06-02 Thread Stuart Bishop
Public bug reported:

Binary package hint: postgresql

/var/lib/postgresql/8.3 (and 8.2) is owned by root. It should be owned
by the postgres user to create and remove directories here, making
database creation easier as the postgres user.

The workaround is to rename the /var/lib/8.3 directory (which can be
done as the postgres user) and recreating the /var/lib/postgresql/8.3
tree.

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

-- 
/var/lib/postgresql/8.3 should be owner by the postgres user
https://bugs.launchpad.net/bugs/236704
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 236749] [NEW] No PostgreSQL 8.2 (or earlier) packages

2008-06-02 Thread Stuart Bishop
Public bug reported:

There are no postgresql-8.2-slony1 packages (or packages for earlier PG
releases either).

One of the major use cases of slony is to allow minimal downtime
upgrades of large databases between major PostgreSQL releases starting
with PostgreSQL 7.4. This is currently not possible as there are no
slony1 packages for anything except PostgreSQL 8.3 in Ubuntu 8.04.

http://slony.info/documentation/versionupgrade.html

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

-- 
No PostgreSQL 8.2 (or earlier) packages
https://bugs.launchpad.net/bugs/236749
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 236749] Re: No PostgreSQL 8.2 (or earlier) packages

2008-06-03 Thread Stuart Bishop
I'm unable to come up with a workaround, as it no longer appears
possible to build Slony 1.2.13 against PostgreSQL 8.2 on Hardy.

sudo apt-get install postgresql-server-dev-8.2
wget -S http://main.slony.info/downloads/1.2/source/slony1-1.2.13.tar.bz2
bunzip2 -c slony1-1.2.13.tar.bz2 | tar xf -
cd slony1-1.2.13
./configure --with-pgconfigdir=/usr/lib/postgresql/8.2/bin
make

produces:

make[1]: Entering directory `/home/stub/src/slony1-1.2.13/src'
make[2]: Entering directory `/home/stub/src/slony1-1.2.13/src/xxid'
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I../.. 
-I/usr/include/postgresql/ -I/usr/include/postgresql/8.2/server/  -c -o xxid.o 
xxid.c
In file included from /usr/include/postgresql/8.2/server/storage/bufpage.h:17,
 from /usr/include/postgresql/8.2/server/access/relscan.h:18,
 from /usr/include/postgresql/8.2/server/access/heapam.h:18,
 from /usr/include/postgresql/8.2/server/executor/spi.h:22,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/storage/bufmgr.h:23: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
/usr/include/postgresql/8.2/server/storage/bufmgr.h:33: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’
/usr/include/postgresql/8.2/server/storage/bufmgr.h:34: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int32’
/usr/include/postgresql/8.2/server/storage/bufmgr.h:37: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
/usr/include/postgresql/8.2/server/storage/bufmgr.h:38: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Block’
/usr/include/postgresql/8.2/server/storage/bufmgr.h:39: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int32’
In file included from /usr/include/postgresql/8.2/server/access/relscan.h:19,
 from /usr/include/postgresql/8.2/server/access/heapam.h:18,
 from /usr/include/postgresql/8.2/server/executor/spi.h:22,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/utils/tqual.h:62: error: expected ‘=’, ‘,’, 
‘;’, ‘asm’ or ‘__attribute__’ before ‘Snapshot’
/usr/include/postgresql/8.2/server/utils/tqual.h:73: error: expected ‘=’, ‘,’, 
‘;’, ‘asm’ or ‘__attribute__’ before ‘Snapshot’
/usr/include/postgresql/8.2/server/utils/tqual.h:74: error: expected ‘=’, ‘,’, 
‘;’, ‘asm’ or ‘__attribute__’ before ‘Snapshot’
/usr/include/postgresql/8.2/server/utils/tqual.h:75: error: expected ‘=’, ‘,’, 
‘;’, ‘asm’ or ‘__attribute__’ before ‘Snapshot’
In file included from /usr/include/postgresql/8.2/server/storage/lock.h:20,
 from /usr/include/postgresql/8.2/server/storage/lmgr.h:17,
 from /usr/include/postgresql/8.2/server/access/heapam.h:24,
 from /usr/include/postgresql/8.2/server/executor/spi.h:22,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/storage/shmem.h:38: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SHMEM_OFFSET’
In file included from /usr/include/postgresql/8.2/server/utils/resowner.h:23,
 from /usr/include/postgresql/8.2/server/utils/portal.h:50,
 from /usr/include/postgresql/8.2/server/tcop/pquery.h:17,
 from /usr/include/postgresql/8.2/server/executor/spi.h:34,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/utils/catcache.h:160: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MemoryContext’
In file included from /usr/include/postgresql/8.2/server/utils/portal.h:50,
 from /usr/include/postgresql/8.2/server/tcop/pquery.h:17,
 from /usr/include/postgresql/8.2/server/executor/spi.h:34,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/utils/resowner.h:36: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ResourceOwner’
/usr/include/postgresql/8.2/server/utils/resowner.h:37: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ResourceOwner’
/usr/include/postgresql/8.2/server/utils/resowner.h:38: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ResourceOwner’
In file included from /usr/include/postgresql/8.2/server/executor/spi.h:34,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/tcop/pquery.h:20: error: expected ‘=’, ‘,’, 
‘;’, ‘asm’ or ‘__attribute__’ before ‘Portal’
In file included from /usr/include/postgresql/8.2/server/tcop/tcopprot.h:23,
 from /usr/include/postgresql/8.2/server/executor/spi.h:35,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/utils/guc.h:118: error: expected ‘=’, ‘,’, 
‘;’, ‘asm’ or ‘__attribute__’ before ‘bool’
In file included from /usr/include/postgresql/8.2/server/executor/spi.h:35,
 from xxid.c:20:
/usr/include/postgresql/8.2/server/tcop/tcopprot.h:30: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
In file included from /usr/include/postg

[Bug 207604] Re: pytz includes a hard coded list of time zone names

2008-06-03 Thread Stuart Bishop
** Also affects: python-tz (Ubuntu)
   Importance: Undecided
   Status: New

-- 
pytz includes a hard coded list of time zone names
https://bugs.launchpad.net/bugs/207604
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 236749] Re: No PostgreSQL 8.2 (or earlier) packages

2008-06-04 Thread Stuart Bishop
A build can be made by hacking Makefile.global after running configure.
Swapping the include order of /usr/include/postgresql and
/usr/include/postgresql/8.2/server and adding -DNAMEDATALEN=64 to the
CPPFLAGS.

-- 
No PostgreSQL 8.2 (or earlier) packages
https://bugs.launchpad.net/bugs/236749
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 251604] [NEW] rt73 wireless usb stick stopped working with 2.6.24-20

2008-07-24 Thread Stuart Bishop
Public bug reported:

My D-Link DWA-110 Wireless usb stick (Ralink rt73 chipset) is working
fine with the 2.6.24-19 kernel but is not detected with the 2.6.24-20
kernel.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 251604] Re: rt73 wireless usb stick stopped working with 2.6.24-20

2008-07-24 Thread Stuart Bishop

** Attachment added: "2.6.24-20 uname -a"
   http://launchpadlibrarian.net/16287154/uname-a.log

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 251604] Re: rt73 wireless usb stick stopped working with 2.6.24-20

2008-07-24 Thread Stuart Bishop

** Attachment added: "2.6.24-20 dmesg"
   http://launchpadlibrarian.net/16287163/dmesg.log

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 251604] Re: rt73 wireless usb stick stopped working with 2.6.24-20

2008-07-24 Thread Stuart Bishop

** Attachment added: "2.6.24-20 version"
   http://launchpadlibrarian.net/16287166/version.log

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 251604] Re: rt73 wireless usb stick stopped working with 2.6.24-20

2008-07-24 Thread Stuart Bishop

** Attachment added: "2.6.24-20 lspci"
   http://launchpadlibrarian.net/16287170/lspci-vvnn.log

-- 
rt73 wireless usb stick stopped working with 2.6.24-20
https://bugs.launchpad.net/bugs/251604
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 134660] Re: Ralink rt2400 / rt2500 / rt2570 / rt61 / rt73 do not work out of the box in Gutsy/Hardy

2008-10-08 Thread Stuart Bishop
This bug has been closed for a while, so people still having troubles
probably need to open new bugs to get them looked at as they are
probably different issues.

-- 
Ralink rt2400 / rt2500 / rt2570 / rt61 / rt73 do not work out of the box in 
Gutsy/Hardy
https://bugs.launchpad.net/bugs/134660
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 213816] Re: zdump produces bogus output on 64 bit

2008-10-08 Thread Stuart Bishop
** Changed in: glibc (Ubuntu)
Sourcepackagename: None => glibc

-- 
zdump produces bogus output on 64 bit
https://bugs.launchpad.net/bugs/213816
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 213816] Re: zdump produces bogus output on 64 bit

2008-10-08 Thread Stuart Bishop
** Bug watch added: Email to [EMAIL PROTECTED] #
   mailto:[EMAIL PROTECTED]

** Also affects: zoneinfo via
   mailto:[EMAIL PROTECTED]
   Importance: Undecided
   Status: New

-- 
zdump produces bogus output on 64 bit
https://bugs.launchpad.net/bugs/213816
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-10-09 Thread Stuart Bishop
No change with linux-backports-modules-2.6.24-21-generic 2.6.24-21.27

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 244681] Re: OOPS setting US/Pacific-New timezone

2008-10-09 Thread Stuart Bishop
** Changed in: pytz
 Assignee: (unassigned) => Stuart Bishop (stub)
   Status: Triaged => Fix Committed

-- 
OOPS setting US/Pacific-New timezone
https://bugs.launchpad.net/bugs/244681
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 244681] Re: OOPS setting US/Pacific-New timezone

2008-10-11 Thread Stuart Bishop
** Changed in: pytz
   Status: Fix Committed => Fix Released

-- 
OOPS setting US/Pacific-New timezone
https://bugs.launchpad.net/bugs/244681
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 213816] Re: zdump produces bogus output on 64 bit

2008-10-11 Thread Stuart Bishop
Worked around and can build tests on 64bit now.

** Changed in: pytz
   Status: Triaged => Fix Released

-- 
zdump produces bogus output on 64 bit
https://bugs.launchpad.net/bugs/213816
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 279063] [NEW] Space checking incorrect for partial downloads

2008-10-06 Thread Stuart Bishop
Public bug reported:

Binary package hint: deluge-torrent

Deluge insists on needing the free disk space to store the entire
torrent, which is incorrect when files have been flagged as 'do not
download'. You need 1GB free to download a 1GB torrent even if you only
have 500MB of files selected for download.

** Affects: deluge
 Importance: Unknown
 Status: New

** Affects: deluge-torrent (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: Deluge bug tracker #172
   http://dev.deluge-torrent.org/ticket/172

** Also affects: deluge via
   http://dev.deluge-torrent.org/ticket/172
   Importance: Unknown
   Status: Unknown

-- 
Space checking incorrect for partial downloads
https://bugs.launchpad.net/bugs/279063
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 278850] Re: invalid dst change for Argentina on Oct 5, 2008

2008-10-06 Thread Stuart Bishop
*** This bug is a duplicate of bug 278419 ***
https://bugs.launchpad.net/bugs/278419

** Bug watch added: Debian Bug tracker #501169
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501169

** Also affects: tzdata (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501169
   Importance: Unknown
   Status: Unknown

** This bug has been marked a duplicate of bug 278419
   Argentina is 1 hour ahead when it shouldn't

-- 
invalid dst change for Argentina on Oct 5, 2008
https://bugs.launchpad.net/bugs/278850
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-10-06 Thread Stuart Bishop
@Tim - Yes, I have linux-backports-modules installed, as does everyone
else using Ralink cards in Hardy (?) because Bug 134660 did not get
resolved in time for Hardy release. Should this be targetted at linux-
backports-modules instead?

-- 
Ralink rt73 hangs with 2.6.24-21 and requires reboot
https://bugs.launchpad.net/bugs/258985
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-10 Thread Stuart Bishop
** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Incomplete => New

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 232137] [NEW] Unable to move torrents to a new partition

2008-05-20 Thread Stuart Bishop
Public bug reported:

Binary package hint: deluge-torrent

Deluge is unable to move a torrent to a different partition. It displays
a dialog explaining this if you attempt to do so, but it would be better
to copy the files if os.rename fails instead of requiring users to
perform manual surgery or re-download the torrent when they need to free
up disk space.

** Affects: deluge
 Importance: Unknown
 Status: New

** Affects: deluge-torrent (Ubuntu)
 Importance: Wishlist
 Status: New

** Bug watch added: Deluge bug tracker #238
   http://dev.deluge-torrent.org/ticket/238

** Also affects: deluge via
   http://dev.deluge-torrent.org/ticket/238
   Importance: Unknown
   Status: Unknown

** Changed in: deluge-torrent (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Unable to move torrents to a new partition
https://bugs.launchpad.net/bugs/232137
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 232137] Re: Unable to move torrents to a new partition

2008-05-21 Thread Stuart Bishop
** Bug watch added: Libtorrent Trac #231
   http://code.rasterbar.com/libtorrent/ticket/231

** Also affects: libtorrent via
   http://code.rasterbar.com/libtorrent/ticket/231
   Importance: Unknown
   Status: Unknown

-- 
Unable to move torrents to a new partition
https://bugs.launchpad.net/bugs/232137
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-14 Thread Stuart Bishop
Works for me now with the proposed 2.6.24-21 kernel.

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-05 Thread Stuart Bishop

** Summary changed:

- Ubuntu boots to LOW RES
+ Nvidia graphics card no longer detected with 2.6.24-20.38-generic

** Description changed:

- Ok, wtf, lol, Ubuntu keeps booting into LOW RES with the new kernel
- upgrade (20).  Worked fine in 19.  I do not have the Nvidia splash
- screen anymore, tried everything.  THIS IS VERY ANNOYING  Please
- help.
+ The 2.6.24-20.38-generic kernel no longer detects some nvidia cards,
+ causing them to run in low res graphics mode. The previous 2.6.24-20
+ proposed package worked fine, as does 2.6.24-19.
+ 
+ Confirmed with a standard Hardy install with the proprietary nvidia
+ driver installed using the System->Administration->Hardware Drivers tool
+ on a machine with a generic Nvidia 8800GT graphics card.

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/16554118/dmesg.log

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-05 Thread Stuart Bishop

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/16554120/lspci-vvnn.log

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-05 Thread Stuart Bishop

** Attachment added: "uname-a.log"
   http://launchpadlibrarian.net/16554127/uname-a.log

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-05 Thread Stuart Bishop

** Attachment added: "version.log"
   http://launchpadlibrarian.net/16554145/version.log

** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux
   Status: Incomplete => New

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-06 Thread Stuart Bishop

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

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-06 Thread Stuart Bishop
I'll reboot to 2.6.24-20 in a sec to get the log from the failing boot
in a minute.

** Attachment added: "Xorg.0.log from working 2.6.24-19 boot"
   http://launchpadlibrarian.net/16584502/Xorg.0.log

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-06 Thread Stuart Bishop

** Attachment added: "Xorg.0.log from 2.6.24-20 boot with existing 
/etc/xorg.conf"
   http://launchpadlibrarian.net/16584679/Xorg.0.log.old

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 254418] Re: Nvidia graphics card no longer detected with 2.6.24-20.38-generic

2008-08-06 Thread Stuart Bishop
With the xorg.conf file removed, my card seems to be correctly detected
and I am running at normal resolution.

** Attachment added: "Xorg.0.log from 2.6.24-20 boot with no /etc/xorg.conf"
   http://launchpadlibrarian.net/16584697/Xorg.0.log

-- 
Nvidia graphics card no longer detected with 2.6.24-20.38-generic 
https://bugs.launchpad.net/bugs/254418
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 252630] Re: 'wl' driver is broken in lrm 2.6.24.14-20.46

2008-08-06 Thread Stuart Bishop
The D-Link DWA-110 usb stick is a Ralink RT73 chipset btw. I also just
noticed that I seem to have reduced signal with 2.6.24-20 - the network
manager notification thingy is reporting 61% under 2.6.24-20.38 and 91%
under 2.6.24-19.

-- 
'wl' driver is broken in lrm 2.6.24.14-20.46
https://bugs.launchpad.net/bugs/252630
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 252630] Re: 'wl' driver is broken in lrm 2.6.24.14-20.46

2008-08-06 Thread Stuart Bishop
D-Link DWA-110 usb stick is working again with 2.6.24-20.38. Having
issues with graphics now though - Bug #254418

-- 
'wl' driver is broken in lrm 2.6.24.14-20.46
https://bugs.launchpad.net/bugs/252630
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 258985] [NEW] Ralink rt73 connection hangs and requires reboot

2008-08-17 Thread Stuart Bishop
Public bug reported:

My rt73 based DLink DWA-110 USB stick had no problem under 2.6.24-19, so
this seems to be a regression.

The connection initially works fine. However, under load the connection
locks up - the system tray icon shows signal but there is no network
traffic going in or out. Running sudo
/etc/dbus-1/event.d/25NetworkManager restart restarts network manager
but the connection will no longer connect to the network. Rebooting the
machine gets me connected again.

This is easily reproducible - I just need to fire up a Bittorrent client
for a few minutes.

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

-- 
Ralink rt73 connection hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 connection hangs and requires reboot

2008-08-17 Thread Stuart Bishop

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/16889178/dmesg.log

-- 
Ralink rt73 connection hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 connection hangs and requires reboot

2008-08-17 Thread Stuart Bishop

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/16889181/lspci-vvnn.log

-- 
Ralink rt73 connection hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 connection hangs and requires reboot

2008-08-17 Thread Stuart Bishop

** Attachment added: "uname-a.log"
   http://launchpadlibrarian.net/16889183/uname-a.log

-- 
Ralink rt73 connection hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 connection hangs and requires reboot

2008-08-17 Thread Stuart Bishop

** Attachment added: "version.log"
   http://launchpadlibrarian.net/16889189/version.log

-- 
Ralink rt73 connection hangs and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-08-20 Thread Stuart Bishop
** Summary changed:

- Ralink rt73 connection hangs and requires reboot
+ Ralink rt73 hangs with 2.6.24-21 and requires reboot

** Tags added: regression

-- 
Ralink rt73 hangs with 2.6.24-21 and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-08-22 Thread Stuart Bishop
I can no longer reproduce this with 2.6.24-21.40

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

-- 
Ralink rt73 hangs with 2.6.24-21 and requires reboot
https://bugs.launchpad.net/bugs/258985
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 258985] Re: Ralink rt73 hangs with 2.6.24-21 and requires reboot

2008-08-22 Thread Stuart Bishop
Spoke too soon - it is still happening. Just took longer to trigger.

I noticed that if I restart network manager after the hang
(/etc/dbus-1/event.d/25NetworkManager restart), the wireless networks
will still be seen but cannot be connected too (in the panel icon both
circles stay blue while the swirly thing swirls for a bit, where as the
bottom circle is normally green).

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

-- 
Ralink rt73 hangs with 2.6.24-21 and requires reboot
https://bugs.launchpad.net/bugs/258985
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 236749] Re: Does not build for PostgreSQL 8.2 (or earlier)

2008-06-09 Thread Stuart Bishop
The use case for this bug is migrating to PG 8.2 from PG 8.3 with little
downtime. This is not possible on either Gutsy or Hardy without manually
building slony1 from source, as slony1 isn't available for PG 8.3 in
Gutsy. Launchpad Production database servers are already running Hardy
however so I'm only really interested in that. Downgrading the OS isn't
an option as the whole point for me is to avoid a 4 hour downtime window
of Launchpad.

If we had packages available somewhere, a PPA or just a .deb uploaded
somewhere, we will be fine as far as Launchpad is concerned.

-- 
Does not build for PostgreSQL 8.2 (or earlier)
https://bugs.launchpad.net/bugs/236749
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 236749] Re: Does not build for PostgreSQL 8.2 (or earlier)

2008-06-09 Thread Stuart Bishop
The gutsy package is 1.2.9 which cannot be used with the PG 8.3 package
which is 1.2.13. Similarly, the 1.2.13 tools cannot be used with 1.2.9
version available for PG 8.2. You need to have the same slony version
for both PG 8.2 and PG 8.3 to do the migration.

-- 
Does not build for PostgreSQL 8.2 (or earlier)
https://bugs.launchpad.net/bugs/236749
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   3   4   5   6   7   >