[Bug 237775] [NEW] spamassassin perl conflicts with razor package

2008-06-05 Thread Ross Patterson
Public bug reported:

Binary package hint: spamassassin

spamd fails to start when the razor package is installed.  I'm not sure
but I think that spamd automatically installs a version of razor when
the razor package is not installed and that the auto installed version
works while the package version doesn't.

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

-- 
spamassassin perl conflicts with razor package
https://bugs.launchpad.net/bugs/237775
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 317334] [NEW] Boot hangs repeating "reading all physical volumes"

2009-01-14 Thread Ross Patterson
Public bug reported:

Binary package hint: linux-source-2.6.27

After upgrading to intrepid from hardy, the new kernel (linux-
image-2.6.27-11-generic) will no longer boot.  The boot process unlocks
the encrypted volume with LUKS just fine, but then prints  "Reading all
physical volumes.  (this might take a while)" and keeps repeating that
line.  I've left it running for several hours and all it does is repeat
that line.  Booting the old kernel from hardy (linux-
image-2.6.24-23-generic) works just fine.

My laptop is a Sony Vaio VGN-TZ150N with Intel chipsets and is using the
ata_piix module.  My installation uses a LUKS/dm-crypt volume that uses
LVM to share the encrypted volume between root and swap.

This is *not* the problem where it eventually drops to busybox/initramfs
and typing exit will successfully boot.  With this problem the boot
never drops into busybox no matter what value I use for rootdelay.

x...@transitory:~$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
x...@transitory:~$ apt-cache policy linux-image-2.6.27-11-generic
linux-image-2.6.27-11-generic:
  Installed: 2.6.27-11.23
  Candidate: 2.6.27-11.23
  Version table:
 *** 2.6.27-11.23 0
500 http://us.archive.ubuntu.com intrepid-proposed/main Packages
100 /var/lib/dpkg/status

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

-- 
Boot hangs repeating "reading all physical volumes"
https://bugs.launchpad.net/bugs/317334
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 271097] Re: wireless password is not being saved (intrepid)

2009-01-14 Thread Ross Patterson
I can also confirm that this is still happening on a fully updated
intrepid system.  I also tried the solution of copying login.keyring to
default and default.keyring.

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

-- 
wireless password is not being saved (intrepid)
https://bugs.launchpad.net/bugs/271097
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 317334] Re: Boot hangs repeating "reading all physical volumes"

2009-01-14 Thread Ross Patterson
Somone else has encountered this and posted in the forums about it.

http://ubuntuforums.org/showthread.php?t=967322

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

-- 
Boot hangs repeating "reading all physical volumes"
https://bugs.launchpad.net/bugs/317334
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 317334] Re: Boot hangs repeating "reading all physical volumes"

2009-01-17 Thread Ross Patterson
Turns out that my lvm2 package wasn't being upgraded to intrepid for
some reason I was unable to determine.  Upgrading lvm2 and reinstalling
the kernel package (so the initrd was rebuilt) did the trick.

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

-- 
Boot hangs repeating "reading all physical volumes"
https://bugs.launchpad.net/bugs/317334
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 164534] Re: [needs-packaging] Brackup 1.06 (Amazon S3 backup tool)

2009-01-18 Thread Ross Patterson
+1 Please!

-- 
[needs-packaging] Brackup 1.06 (Amazon S3 backup tool)
https://bugs.launchpad.net/bugs/164534
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 164534] Re: [needs-packaging] Brackup 1.06 (Amazon S3 backup tool)

2009-01-18 Thread Ross Patterson
I've posted in the Brackup forum and filed a Brackup ticket about this:

http://www.cpanforum.com/posts/9757
https://rt.cpan.org/Ticket/Display.html?id=42507

-- 
[needs-packaging] Brackup 1.06 (Amazon S3 backup tool)
https://bugs.launchpad.net/bugs/164534
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 88084] Re: No time zone info after install

2009-03-12 Thread Ross Patterson
As the original report indicated, debain/postinst attempts to install
the timezone data, it just does so incorrectly.  Specifically, the
"mysql_tzinfo_to_sql /usr/share/zoneinfo/ 2>&1" command needs to have
the name of the database to be updated ("mysql"), as in
"mysql_tzinfo_to_sql /usr/share/zoneinfo/ mysql 2>&1".

-- 
No time zone info after install
https://bugs.launchpad.net/bugs/88084
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 88084] Re: No time zone info after install

2009-03-12 Thread Ross Patterson
DOH!  It's not quite as easy as that - the database name doesn't go on
"mysql_tzinfo_to_sql", it normally goes on the "mysql" command the zone
info is piped to, but debian/postinst uses "mysqld --bootstrap" and that
doesn't have a database name.  So maybe this can't actually be fixed,
because postinst needs to run before the server is started.

-- 
No time zone info after install
https://bugs.launchpad.net/bugs/88084
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 269471] Re: Rhythmbox cannot handle a certain podcast URL

2009-03-19 Thread Ross Patterson
I'm also getting this problem for all my feeds.

$ sudo apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.11.6svn20081008-0ubuntu4.3
  Candidate: 0.11.6svn20081008-0ubuntu4.3
  Version table:
 *** 0.11.6svn20081008-0ubuntu4.3 0
500 http://us.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 0.11.6svn20081008-0ubuntu4 0
  1 http://us.archive.ubuntu.com intrepid/main Packages

-- 
Rhythmbox cannot handle a certain podcast URL
https://bugs.launchpad.net/bugs/269471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 269471] Re: Rhythmbox cannot handle a certain podcast URL

2009-03-21 Thread Ross Patterson
Dan Kortschak  writes:

> Ross, what feeds are you attempting to use. The reported URLs above
> were all from the abc.net.au podcasts feeds - I've looked through
> their feeds and they are, to varying degrees, non conforming to the
> standards for feeds. I think this may be the problem.
>
> I've reported the problem to the ABC and they don't seem very much to
> care. If you are trying ABC feeds, you might want to add a complaint,
> if it's not the ABC, put the feed through
> http://feedvalidator.org/check.cgi and check whether it's the feed or
> rhythmbox.
>
> (I'm using the same version as you and most feeds work).

My feeds are all NPR feeds and they all work under banshee:

  http://www.npr.org/rss/podcast.php?id=13
  http://www.npr.org/rss/podcast.php?id=35
  http://feeds.thisamericanlife.org/talpodcast
  http://feeds.wnyc.org/radiolab

Thanks,
Ross

-- 
Rhythmbox cannot handle a certain podcast URL
https://bugs.launchpad.net/bugs/269471
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 404575] Re: iwlagn creates cpu hog

2009-07-27 Thread Ross Patterson
I've been seeing this as well ever since I upgraded to karmic, starting
with a 2.6.30 kenel

-- 
iwlagn creates cpu hog
https://bugs.launchpad.net/bugs/404575
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 139045] Re: Slow suspend on various Toshiba laptops

2007-11-11 Thread Ross Patterson
I'm still having this problem under gutsy on a Toshiba Satellite
U205-S5067.  I've tested with the gutsy 2.6.22 kernel, the kernel from
http://203.143.225.228/gutsy/, and with 2.6.24-rc2 from kernel.org and
the gutsy 2.6.22 config.  No dice on any of them.  Any suggestions?

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
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 139045] Re: Slow suspend on various Toshiba laptops

2007-11-11 Thread Ross Patterson
Here 'tis.  Thanks.

** Attachment added: "dmidecode.log"
   http://launchpadlibrarian.net/10337626/dmidecode.log

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
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 139045] Re: Slow suspend on various Toshiba laptops

2007-11-11 Thread Ross Patterson
Is it the caps that's causing the problem?  I just got this thing back
from repairs and I upgraded the BIOS.  I wonder if either one of those
changed the capitalization.  I'm checking if that's it now.

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
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 139045] Re: Slow suspend on various Toshiba laptops

2007-11-11 Thread Ross Patterson
It is the capitalization of the dmi matching.  See my comment in 7780.

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
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 65788] Re: Hangs at boot on AMD64

2007-11-11 Thread Ross Patterson
I may be having the same problem on gutsy x86 on a Core 2 Duo T7200
Toshiba laptop.

In my case the linux-image-xen kernel boots fine as long as the
virtualization support is turned off in the BIOS, but when I turn it on
in the BIOS, boot on dom0 hangs.  The last console output is:

  Setting up standard PCI resources

I note that on a successful boot, this line comes right before some ACPI
stuff:

  ACPI: EC: Look up EC in DSDT
  ACPI: Interpreter enabled
  ACPI: (supports S0 S3 S4 S5)
  ACPI: Using IOAPIC for interrupt routing

I'll be trying to boot with ACPI off next.

-- 
Hangs at boot on AMD64
https://bugs.launchpad.net/bugs/65788
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 186804] [NEW] python-openid 2.0.2 breaks plone openid login

2008-01-28 Thread Ross Patterson
Public bug reported:

Binary package hint: python-openid

If I use a vanilla plone-site with Plone 3 and enable the openid support
in a plone portal, openid login works with python-openid 2.0.0 from
gutsy but not with the python-openid 2.0.2 from hardy.  I've also
confirmed that this is broken in Debian.  I haven't debugged any further
to see if the root problem is in Plone or openid or to see if the
problem occurs with vanilla python-openid source.

** Affects: python-openid (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: zope-cmfplone (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: zope-cmfplone (Ubuntu)
   Importance: Undecided
   Status: New

-- 
python-openid 2.0.2 breaks plone openid login
https://bugs.launchpad.net/bugs/186804
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 65788] Re: Hangs at boot on AMD64

2007-11-23 Thread Ross Patterson
Some more details:

noacpi -> Hangs
acpi=off -> Boots, no ACPI
acpi=force -> Hangs
acpi=ht -> Boots, no ACPI
acpi=noirq -> Hangs

Still no combination that boots and gives me ACPI.  Trying acpi=strict
now.

-- 
Hangs at boot on AMD64
https://bugs.launchpad.net/bugs/65788
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 65788] Re: Hangs at boot on AMD64

2007-11-23 Thread Ross Patterson
Few more:

acpi -> Hangs
acpi=strict -> Hangs
acpi=1 -> Hangs

-- 
Hangs at boot on AMD64
https://bugs.launchpad.net/bugs/65788
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 65788] Re: Hangs at boot on AMD64

2007-11-23 Thread Ross Patterson
Booting with virtualization support enabled in the BIOS and "acpi=off"
passed to xen works.  It works without any ACPI support, which on a
laptop is pretty much unacceptable.  I also tried "acpi=noirq" but that
boot hanged as well.

-- 
Hangs at boot on AMD64
https://bugs.launchpad.net/bugs/65788
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 164803] Re: Booting Xen dom0 hangs on ACPI when VMX is enabled

2007-11-23 Thread Ross Patterson
** Description changed:

  Binary package hint: linux-image-2.6.22-14-xen
  
  The linux-image-xen kernel boots fine as long as the virtualization
  support (VMX) is turned off in the BIOS, but when I turn it on in the
  BIOS, boot on dom0 hangs. The last console output is:
  
Setting up standard PCI resources
  
  I note that on a successful boot with VMX disabled in the BIOS, the line
  above comes right before the following ACPI stuff:
  
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
  
  Xen dom0 would boot when "acpi=off" was passed to Xen on boot.  I tried
  all the acpi Xen boot options I could find with the following effects:
  
  acpi=off -> Boots, no ACPI
  acpi=ht -> Boots, no ACPI
  acpi=force -> Hangs
  acpi=noirq -> Hangs
  acpi -> Hangs
  acpi=strict -> Hangs
  acpi=1 -> Hangs
- noacpi -> Hangs
  
  There is no combination that boots dom0 with VMX enabled and ACPI
  working.
  
  My system is a Core 2 Duo T7200 Toshiba Satellite U205-5067 laptop
  running gutsy x86.

-- 
Booting Xen dom0 hangs on ACPI when VMX is enabled
https://bugs.launchpad.net/bugs/164803
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 164803] Re: Booting Xen dom0 hangs on ACPI when VMX is enabled

2007-11-23 Thread Ross Patterson
I also tried the following:

acpi_skip_timer_override -> Hangs
noapic -> Hangs
lapic -> Hangs
nolapic -> Hangs

-- 
Booting Xen dom0 hangs on ACPI when VMX is enabled
https://bugs.launchpad.net/bugs/164803
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 164803] Booting Xen dom0 hangs on ACPI when VMX is enabled

2007-11-23 Thread Ross Patterson
Public bug reported:

Binary package hint: linux-image-2.6.22-14-xen

The linux-image-xen kernel boots fine as long as the virtualization
support (VMX) is turned off in the BIOS, but when I turn it on in the
BIOS, boot on dom0 hangs. The last console output is:

  Setting up standard PCI resources

I note that on a successful boot with VMX disabled in the BIOS, the line
above comes right before the following ACPI stuff:

  ACPI: EC: Look up EC in DSDT
  ACPI: Interpreter enabled
  ACPI: (supports S0 S3 S4 S5)
  ACPI: Using IOAPIC for interrupt routing

Xen dom0 would boot when "acpi=off" was passed to Xen on boot.  I tried
all the acpi Xen boot options I could find with the following effects:

acpi=off -> Boots, no ACPI
acpi=ht -> Boots, no ACPI
acpi=force -> Hangs
acpi=noirq -> Hangs
acpi -> Hangs
acpi=strict -> Hangs
acpi=1 -> Hangs

There is no combination that boots dom0 with VMX enabled and ACPI
working.

My system is a Core 2 Duo T7200 Toshiba Satellite U205-5067 laptop
running gutsy x86.

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Booting Xen dom0 hangs on ACPI when VMX is enabled
https://bugs.launchpad.net/bugs/164803
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 406524] Re: samba-common subprocess post-installation script returned error exit status 1 (and no other error msg)

2009-12-09 Thread Ross Patterson
The problem here is that the condition check "[ -f
/var/run/samba/winbindd.pid ]" in the /etc/logrotate.d/winbind script is
not wrapped in an "if" block and as such has a non-zero return code if
winbindd is not running.  Since it's a valid case that winbind be
installed but the daemon is not running, it seems that this condition
should be in an if block so that the return code is zero if the daemon
is not running.

** Changed in: samba (Ubuntu)
   Status: Invalid => Confirmed

-- 
samba-common subprocess post-installation script returned error exit status 1 
(and no other error msg)
https://bugs.launchpad.net/bugs/406524
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 1354145] Re: click-hook crashed with FileNotFoundError in collect_helpers(): [Errno 2] No such file or directory: '/home/username/.local/share/ubuntu-push-client/helpers'

2017-07-05 Thread Ross Patterson
*** This bug is a duplicate of bug 1414799 ***
https://bugs.launchpad.net/bugs/1414799

** This bug has been marked a duplicate of bug 1414799
   click-hook crashed with FileNotFoundError in collect_helpers(): [Errno 2] No 
such file or directory: '/home/username/.local/share/ubuntu-push-client/helpers'

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

Title:
  click-hook crashed with FileNotFoundError in collect_helpers(): [Errno
  2] No such file or directory: '/home/username/.local/share/ubuntu-
  push-client/helpers'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-push/+bug/1354145/+subscriptions

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


[Bug 1608018] Re: log flooded with gnome-session not authorized

2017-12-06 Thread Ross Patterson
*** This bug is a duplicate of bug 1584457 ***
https://bugs.launchpad.net/bugs/1584457

** This bug has been marked a duplicate of bug 1584457
   gsd-backlight-helper spamming the logs since upate to 16.04

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

Title:
  log flooded with gnome-session not authorized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1608018/+subscriptions

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

[Bug 1627117] Re: After systemd integration enabled, Postfix will no longer send mail on startup

2017-03-31 Thread Ross Patterson
I manually applied the 2 commits in
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1627117/comments/5
but the problem still occurs, so I doubt the new release is a fix.

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

Title:
  After systemd integration enabled, Postfix will no longer send mail on
  startup

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

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


[Bug 1627117] Re: After systemd integration enabled, Postfix will no longer send mail on startup

2017-03-31 Thread Ross Patterson
To clarify my testbed, I can reliably reproduce this issue by rebooting
a laptop with Ubuntu Desktop 16.10 installed.  Neither restarting the
network-manager service, nor reconnecting to the same network using the
nm-applet reproduce the issue, but rebooting does.

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

Title:
  After systemd integration enabled, Postfix will no longer send mail on
  startup

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

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


[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-03-31 Thread Ross Patterson
FWIW, I tried a bunch of different combinations of After, BindsTo,
PartOf, and ReloadPropagatedFrom in /lib/systemd/system/postfix.service
and none of them addressed the issue.

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

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

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


[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-03-31 Thread Ross Patterson
The only workaround I could get to work was to restart postifx on
network up by adding `/etc/network/if-up.d/999local` with the following
contents:

```
#!/bin/sh -e
# Called when a new interface comes up
# Local workarounds

# Fix postfix boot up issue:
# https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1519331
service postfix restart >/dev/null 2>&1
```

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

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

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


[Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2016-07-14 Thread Ross Patterson
This is still happening on my xenial system with os-prober 1.70.

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

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1374759/+subscriptions

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


[Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2016-07-14 Thread Ross Patterson
In my case these same errors are happening when trying to probe a
Windows recovery partition on a dual boot system.  I've worked around
this bug by adding the following content to /usr/lib/os-probes/00skip-
unknown:

#!/bin/sh
# Skip unknown partitions to avoid syslog errors
set -e
partition="$1"

. /usr/share/os-prober/common.sh

if [ "$partition" = /dev/ ]; then
debug "$partition is a Windows recovery partition; skipping"
exit 0
fi

# No tests found anything.
exit 1

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

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1374759/+subscriptions

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


[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2016-12-03 Thread Ross Patterson
I think an *error* message in the logs for a condition that isn't
actually an error (not having kwallet installed in this case), is indeed
a bug.

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

Title:
  Running without pam-kwallet installed issues a warning in auth.log

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

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


[Bug 390403] Re: Upgrade to Jython 2.5

2012-03-12 Thread Ross Patterson
*** This bug is a duplicate of bug 682216 ***
https://bugs.launchpad.net/bugs/682216

Why isn't this in oneiric?

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

Title:
  Upgrade to Jython 2.5

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

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


[Bug 682216] Re: [BLOCKED] Merge jython 2.5.1-2 (main) from Debian unstable (main)

2012-03-12 Thread Ross Patterson
Why isn't this in oneiric?

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

Title:
  [BLOCKED] Merge jython 2.5.1-2 (main) from Debian unstable (main)

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

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


[Bug 688436] [NEW] gvfs-open and gnome-open can't handle URLs containing "%2F"

2010-12-09 Thread Ross Patterson
Public bug reported:

Binary package hint: gvfs

Both gvfs-open and gnome-open can't handle URLs containing "%2F":

$ gvfs-open "http://foo.com/bar%2Fqux";
gvfs-open: http://foo.com/bar%2Fqux: error opening location: Operation not 
supported
$ gnome-open "http://foo.com/bar%2Fqux";
Error showing url: Operation not supported

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gvfs-bin 1.6.4-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
Architecture: i386
Date: Thu Dec  9 22:27:56 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gvfs

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

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


** Tags: apport-bug i386 maverick

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

Title:
  gvfs-open and gnome-open can't handle URLs containing "%2F"

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


[Bug 688436] Re: gvfs-open and gnome-open can't handle URLs containing "%2F"

2010-12-09 Thread Ross Patterson

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

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

Title:
  gvfs-open and gnome-open can't handle URLs containing "%2F"

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


[Bug 1444402] Re: LXC with r/w sys and udev keeps trying to unmount bind mounts

2015-06-01 Thread Ross Patterson
How can one get this fix in vivid?

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

Title:
  LXC with r/w sys and udev keeps trying to unmount bind mounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/102/+subscriptions

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


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-10-22 Thread Ross Patterson
Not a duplicate, see #3

** This bug is no longer a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

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

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


[Bug 1204069] Re: lxc dhcp fails

2013-10-26 Thread Ross Patterson
I can confirm that on an up-to-date Saucy system, a brand new container
with the ubuntu template network doesn't work.

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

Title:
  lxc dhcp fails

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

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


[Bug 921247] Re: AIM cannot connect - states invalid certificate

2012-05-12 Thread Ross Patterson
*** This bug is a duplicate of bug 831624 ***
https://bugs.launchpad.net/bugs/831624

Solution/workaround at
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/831624/comments/17

** This bug has been marked a duplicate of bug 831624
   AIM account "Connection can't be established" error

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

Title:
  AIM cannot connect - states invalid certificate

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

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


[Bug 875783] Re: Unable to connect to AIM, claims SSL/TLS certificate validation error

2012-05-12 Thread Ross Patterson
*** This bug is a duplicate of bug 831624 ***
https://bugs.launchpad.net/bugs/831624

Solution/workaround at
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/831624/comments/17

** This bug has been marked a duplicate of bug 831624
   AIM account "Connection can't be established" error

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

Title:
  Unable to connect to AIM, claims SSL/TLS certificate validation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-haze/+bug/875783/+subscriptions

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


[Bug 831624] Re: AIM account "Connection can't be established" error

2012-05-12 Thread Ross Patterson
** Changed in: bitlbee
   Status: New => Confirmed

** Also affects: telepathy-haze
   Importance: Undecided
   Status: New

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

Title:
  AIM account "Connection can't be established" error

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium/+bug/831624/+subscriptions

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


[Bug 1512792] Re: Pip crashes with cryptography/cffi/openssl error

2015-11-30 Thread Ross Patterson
I was able to work around this based on the following comment by
upgrading the OS package that installs the Python cffi package with `$
sudo easy_install -U cffi`:

https://bugs.launchpad.net/devstack/+bug/1484870/comments/2

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

Title:
  Pip crashes with cryptography/cffi/openssl error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1512792/+subscriptions

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


[Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported

2015-12-15 Thread Ross Patterson
I couldn't get any of the above workarounds to work for me on a Lenovo
Yoga 3 11".  But the following StackExchange answer did work for me:

http://askubuntu.com/a/621491/16083

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

Title:
  Atheros wifi 168c:0041(QCA6164) is not supported

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

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


[Bug 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Ross Patterson
** Also affects: lxc (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  libcap2: List of capabilities not in sync with the linux kernel

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

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


[Bug 831624] Re: AIM account "Connection can't be established" error

2012-01-26 Thread Ross Patterson
I see this same error using bitlbee-libpurple so I think the issue is in
libpurple.  See also
http://www.cocoaforge.com/viewtopic.php?f=13&t=23407.

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

** This bug is no longer a duplicate of bug 828756
   getting "connection is untrusted" warnings

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

Title:
  AIM account "Connection can't be established" error

To manage notifications about this bug go to:
https://bugs.launchpad.net/bitlbee/+bug/831624/+subscriptions

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


[Bug 876829] Re: Oneiric's ifupdown breaks ip aliases

2012-01-26 Thread Ross Patterson
I found this PPA with ifupdown 0.7beta2 for oneiric and it fixed the
issue for me:

https://launchpad.net/~davewalker/+archive/ifupdown

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

Title:
  Oneiric's ifupdown breaks ip aliases

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

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


[Bug 874724] Re: package python2.7-minimal 2.7.2-5ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread Ross Patterson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874724

Title:
  package python2.7-minimal 2.7.2-5ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/874724/+subscriptions

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


[Bug 874724] [NEW] package python2.7-minimal 2.7.2-5ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread Ross Patterson
Public bug reported:

Upgrade from Natty to Oneric

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: python2.7-minimal 2.7.2-5ubuntu1
ProcVersionSignature: Ubuntu 2.6.39-3.10-generic 2.6.39
Uname: Linux 2.6.39-3-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Fri Oct 14 15:24:39 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
SourcePackage: python2.7
Title: package python2.7-minimal 2.7.2-5ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (0 days ago)

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 oneiric ubuntu-une

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

Title:
  package python2.7-minimal 2.7.2-5ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/874724/+subscriptions

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


[Bug 688436] Re: gvfs-open and gnome-open can't handle URLs containing "%2F"

2011-07-08 Thread Ross Patterson
Yes, still happens under Natty.

** Changed in: gvfs (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: libgnome (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  gvfs-open and gnome-open can't handle URLs containing "%2F"

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

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


[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth < 100)

2011-09-04 Thread Ross Patterson
I did a reinstall and it started working again.  The odd thing is that I
*did* run into this bug when booted from the same CD I did the install
from.

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

Title:
  palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse:
  assertion failed: (depth < 100)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-disk-utility/+bug/571038/+subscriptions

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


[Bug 771758] Re: acer-wmi prevents wifi (bcmwl/brcm80211) from working

2011-05-18 Thread Ross Patterson
I have tried pretty much all combinations of the brcm80211, wl, and
acer_wmi modules on my Lenovo IdeaPad U160 and here's what I've found.
The brcm80211 module/driver doesn't work under any conditions.

If I boot normally, with the acer_wmi and wl modules loaded
automatically, then wifi doesn't work because of rfkill but I can't
unblock them until I "sudo modprobe -r acer_wmi".  Then wifi works fine.
If I blacklist acer_wmi, wifi doesn't work again because of rfkill, but
this time I can't unblock it until I "sudo modprobe acer_wmi" and then
remove it again with "sudo modprobe -r acer_wmi".

So it seems like the acer_wmi module is doing some sort of necessary
initialization without which the wl module and rfkill can't work.  Hope
that helps track down the real bug.

In the meantime, what's "the right way" to do this dance of loading and
unloading acer_wmi automatically at startup?

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

Title:
  acer-wmi prevents wifi (bcmwl/brcm80211) from working

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


[Bug 771758] Re: acer-wmi prevents wifi (bcmwl/brcm80211) from working

2011-05-18 Thread Ross Patterson
Answering my own question, I fixed the problem on my U160 by abusing
/etc/modprobe.d/broadcom-sta-common.conf.  I replaced:

install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTS

with:

softdep wl pre: acer_wmi
install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTS && rflist 
unblock all
install acer_wmi /sbin/modprobe --ignore-install acer_wmi $CMDLINE_OPTS && 
/sbin/modprobe -r acer_wmi

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

Title:
  acer-wmi prevents wifi (bcmwl/brcm80211) from working

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


[Bug 668234] Re: acer_wmi is blocking wireless on Ideapad S12

2011-05-18 Thread Ross Patterson
from
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/771758/comments/8
and
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/771758/comments/9:

I have tried pretty much all combinations of the brcm80211, wl, and
acer_wmi modules on my Lenovo IdeaPad U160 and here's what I've found.
The brcm80211 module/driver doesn't work under any conditions.

If I boot normally, with the acer_wmi and wl modules loaded
automatically, then wifi doesn't work because of rfkill but I can't
unblock them until I "sudo modprobe -r acer_wmi". Then wifi works fine.
If I blacklist acer_wmi, wifi doesn't work again because of rfkill, but
this time I can't unblock it until I "sudo modprobe acer_wmi" and then
remove it again with "sudo modprobe -r acer_wmi".

So it seems like the acer_wmi module is doing some sort of necessary
initialization without which the wl module and rfkill can't work. Hope
that helps track down the real bug.

I fixed the problem on my U160 by abusing /etc/modprobe.d/broadcom-sta-
common.conf. I replaced:

install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTS

with:

softdep wl pre: acer_wmi
install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTS && rflist 
unblock all
install acer_wmi /sbin/modprobe --ignore-install acer_wmi $CMDLINE_OPTS && 
/sbin/modprobe -r acer_wmi

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

Title:
  acer_wmi is blocking wireless on Ideapad S12

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


[Bug 608907] Re: [lucid][maverick][i915] Lenovo U160 Intel i7 620UM blank screen

2011-05-20 Thread Ross Patterson
FYI, I have a U160 and I've finally gotten it working using the
"i915.lvds_use_ssc=0" undocumented kernel boot argument.  This makes it
work for me under a number of different 2.6.39 kernels.  Thanks to Chris
Wilson for adding this, here's hoping google leads others to this
option.

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

Title:
  [lucid][maverick][i915] Lenovo U160 Intel i7 620UM blank screen

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


[Bug 608907] Re: [lucid][maverick][i915] Lenovo U160 Intel i7 620UM blank screen

2011-05-21 Thread Ross Patterson
One more detail, I've found it cleaner and better to add the
lvds_use_ssc=0 option to the appropriate "options" line in the
appropriate /etc/modprobe.d file to get resume working reliably.

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

Title:
  [lucid][maverick][i915] Lenovo U160 Intel i7 620UM blank screen

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


[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth < 100)

2011-06-01 Thread Ross Patterson
One more data point, I've confirmed that this problem occurrs on the
same machine when booting from the natty 11.04 cd both i386 and amd64,
while it never happens with the same external drive on another machine
running natty.

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

Title:
  palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse:
  assertion failed: (depth < 100)

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


[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth < 100)

2011-05-10 Thread Ross Patterson
This affects only one of my two Ubuntu Natty systems.  The same
removable drive automounts on one but not the other.  With no removable
drive, the broken one gives the following:

$ /usr/lib/gvfs/gvfs-gdu-volume-monitor 
**
libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth < 100)
Aborted

While on the working one the command starts up just fine.

The broken system has been having automount problems since at least
lucid, but until just recently, I could get automount to work by logging
out and logging back in.  IOW, automount was broken on the first login
after boot, but subsequent logins worked.  Now it never works and I have
to use pmount to mount removable drives.

Attached is the output of:

$ strace /usr/lib/gvfs/gvfs-gdu-volume-monitor >/tmp/gvfs-gdu-
volume-monitor.strace 2>&1

** Attachment added: "strace /usr/lib/gvfs/gvfs-gdu-volume-monitor 
>/tmp/gvfs-gdu-volume-monitor.strace 2>&1"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/571038/+attachment/2123489/+files/gvfs-gdu-volume-monitor.strace

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

Title:
  palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse:
  assertion failed: (depth < 100)

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


[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth < 100)

2011-05-23 Thread Ross Patterson
Regarding #22, "sudo grub-install /dev/sda" did not fix my problem,
still seeing it.

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

Title:
  palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse:
  assertion failed: (depth < 100)

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


[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth < 100)

2011-05-23 Thread Ross Patterson
Regarding #21, I just did fixparts repair on one of the disks I have and
I'm still getting the palimpsest error and it still won't auto mount.
Also remember that I at least can automount the same disk on a different
ubuntu natty system just fine.  So it seems likely that there is some
sort of driver/kernel/hardware bug or some configuration problem that
has crept in for some sytems.  How do we dig deeper here?  I'm tired of
using pmount.  :-)

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

Title:
  palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse:
  assertion failed: (depth < 100)

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