[Bug 690231] Re: Totem thinks DVDs are interlaced

2011-01-04 Thread J. Bruce Fields
I noticed recently that DVD's played with totem appeared to shake
rapidly up and down, as if the odd-numbered frames were displayed a
pixel higher than the even-numbered frames.  After checking the "Disable
deinterlacing of interlaced videos" checkbox under Preferences->Display,
the problem went away.

I assume this is the same problem.

It makes totem quite unpleasant to use for DVD's.

I didn't have the problem after the initial upgrade to Maverick, so it
may have been introduced by a later upgrade.

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

Title:
  Totem thinks DVDs are interlaced

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


[Bug 676321] [NEW] packeth README not installed

2010-11-16 Thread J. Bruce Fields
Public bug reported:

Binary package hint: packeth

The packeth man page says "packeth is a GUI program that lets you create
Ethernet packages. Please refer to /usr/share/doc/packeth/README for
information on its usage."  However, it does not install that file.

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

-- 
packeth README not installed
https://bugs.launchpad.net/bugs/676321
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 562913] Re: [stable] nfs: fix acl decoding

2010-08-03 Thread J. Bruce Fields
On Tue, Aug 03, 2010 at 02:37:18PM +0800, Jeremy Kerr wrote:
> Hi Greg,
> 
> Looks like this fixes an issue on 2.6.32.17 -
> https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/562913 . The
> patch has hit mainline (as of 2.6.33, in commit
> d327cf7449e6fd5cbac784c641770e9366faa386), but has missed stable.
> 
> Bruce - let me know if there's any reason this shouldn't go in.

Apologies, yes, I think it should have.

--b.

> 
> Please consider for inclusion in the 2.6.32.y stable series.
> 
> Regards,
> 
> 
> Jeremy
> 
> 
> >From 394cc62815fdac2b3effe952588630c8c3e0629f Mon Sep 17 00:00:00 2001
> From: J. Bruce Fields 
> Date: Thu, 3 Dec 2009 08:10:17 -0500
> Subject: [PATCH] Re: acl trouble after upgrading ubuntu
> 
> Subject: [PATCH] nfs: fix acl decoding
> 
> Commit 28f566942c6b1d929f5e240e69e7081b77b238d3 "NFS: use dynamically
> computed compound_hdr.replen for xdr_inline_pages offset" accidentally
> changed the amount of space to allow for the acl reply, resulting in an
> IO error on attempts to get an acl.
> 
> Reported-by: Paul Rudin 
> Cc: Benny Halevy 
> Signed-off-by: J. Bruce Fields 
> Signed-off-by: Trond Myklebust 
> ---
>  fs/nfs/nfs4xdr.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
> index 5ec74cd..e81b2bf 100644
> --- a/fs/nfs/nfs4xdr.c
> +++ b/fs/nfs/nfs4xdr.c
> @@ -2096,7 +2096,7 @@ nfs4_xdr_enc_getacl(struct rpc_rqst *req, __be32 *p,
>   encode_compound_hdr(&xdr, req, &hdr);
>   encode_sequence(&xdr, &args->seq_args, &hdr);
>   encode_putfh(&xdr, args->fh, &hdr);
> - replen = hdr.replen + nfs4_fattr_bitmap_maxsz + 1;
> + replen = hdr.replen + op_decode_hdr_maxsz + nfs4_fattr_bitmap_maxsz + 1;
>   encode_getattr_two(&xdr, FATTR4_WORD0_ACL, 0, &hdr);
>  
>   xdr_inline_pages(&req->rq_rcv_buf, replen << 2,
> -- 
> 1.7.0.4
> 
> 
>

-- 
NFS4 acl ops do not work with standard kernel
https://bugs.launchpad.net/bugs/562913
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 572656] Re: kerberized nfs regression in lucid

2010-05-06 Thread J. Bruce Fields
Doh.  I should have known about that--yes, adding "allow_weak_crypto =
true" to the [libdefaults] section of my client's krb5.conf file allows
the mount to succeed.

I'm not sure what the correct solution is--ideal might be to backport
the new nfs/krb5 patches queued for the 2.6.35 kernel (and the
corresponding nfs-utils patches) and to keep allowing weak crypto until
that's done.

I don't know if that's practical.

-- 
kerberized nfs regression in lucid
https://bugs.launchpad.net/bugs/572656
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 512110] Re: gssd regression, "Program lacks support for encryption type"

2010-05-06 Thread J. Bruce Fields
"We're adding an API to krb5 to fix this for OpenAFS. Because of the way
the API is constructed, it's very difficult for GSSD to actually call
it."

Do you have a pointer to the details?

-- 
gssd regression, "Program lacks support for encryption type"
https://bugs.launchpad.net/bugs/512110
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 512110] Re: gssd regression, "Program lacks support for encryption type"

2010-05-06 Thread J. Bruce Fields
"the NFS folks have have multiple years to implement something stronger than 
DES. Unlike with
OpenAFS, the protocol has been quite clear; it's purely a matter of writing 
code."

Yeah, the code is finally merged for 2.6.35, but that took longer than
it should.  (If you know anyone interested in funding NFS security
work)

-- 
gssd regression, "Program lacks support for encryption type"
https://bugs.launchpad.net/bugs/512110
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 440614] Re: deadlock in intel driver after screensaver runs

2010-05-03 Thread J. Bruce Fields
Apologies for the delay; I haven't been able to reproduce this on lucid,
so as far as I can tell, it's fixed.

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 572656] Re: kerberized nfs regression in lucid

2010-04-30 Thread J. Bruce Fields

** Attachment added: "packet trace"
   http://launchpadlibrarian.net/46738072/asreqerr.pcap

-- 
kerberized nfs regression in lucid
https://bugs.launchpad.net/bugs/572656
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 572656] [NEW] kerberized nfs regression in lucid

2010-04-30 Thread J. Bruce Fields
Public bug reported:

In karmic, kerberos NFS mounts worked.  After an upgrading my nfs client
to lucid this morning (kerberos server, nfs server, keytab all
unchanged), a mount now gets "mount.nfs4: access denied by server while
mounting troy:/vol/home".

Logs show "rpc.gssd[4305]: ERROR: No credentials found for connection to
server troy.citi.umich.edu"

Examination of wireshark trace shows a KRB5KDC_ERR_PREAUTH_REQUIRED
response to the kerberos AS-REQ.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
kerberized nfs regression in lucid
https://bugs.launchpad.net/bugs/572656
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 440614] Re: deadlock in intel driver after screensaver runs

2010-03-27 Thread J. Bruce Fields
I have managed to reproduce this on karmic; once I can confirm that it's
reliably reproduceable then I'll try on lucid.

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 440614] Re: deadlock in intel driver after screensaver runs

2010-03-05 Thread J. Bruce Fields
Apologies for the slow response.  I'd like to verify that I can still
reproduce the problem in karmic before trying lucid.

I've been working around it by leaving the screensaver disabled.
Unfortunately, I can't figure out how to reenable it; in the Screensaver
Preferences I've set "Activate screensaver when computer is idle", set
the idle timeout to a minute, and the theme to "Random".  However, all
that happens after a minute is a fade to black; the screensaver is never
run.  I haven't had time yet to investigate any further.

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 498262] Re: spurious compose key on switching to gnome terminal window

2010-01-12 Thread J. Bruce Fields
I had "gnome do" turned on, using windows-key+space (the default, I
think) to activate it.  I changed that to ctrl+space and no longer see
the problem.

So I guess there's some conflict between use of the windows key as a
compose key and using it to summon gnome do?

-- 
spurious compose key on switching to gnome terminal window
https://bugs.launchpad.net/bugs/498262
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 498262] Re: spurious compose key on switching to gnome terminal window

2010-01-12 Thread J. Bruce Fields
** Package changed: ubuntu => gnome-do (Ubuntu)

-- 
spurious compose key on switching to gnome terminal window
https://bugs.launchpad.net/bugs/498262
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 503467] [NEW] vmbuilder default account not well-documented

2010-01-05 Thread J. Bruce Fields
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: python-vm-builder

I created a new kvm guest using vmbuilder (following, if I remember
correctly, https://help.ubuntu.com/community/KVM/CreateGuests and/or
https://help.ubuntu.com/community/JeOSVMBuilder), put it on the net
without noticing that it had created a default account (with user and
password both "ubuntu") and promptly got hacked by somebody running an
ssh scanner.  (I never needed a default account myself since I depended
on the --ssh-key option to log me in to the new guest.)

OK, my mistake: something as simple as "ls /home" would probably have
been enough to alert me to the problem; and
https://help.ubuntu.com/community/JeOSVMBuilder does mention the default
at some point (though not very prominently).

In my defense: vmbuilder appeared to be the preferred way to create kvm
guests from the commandline, and it's somewhat surprising that it would
by default create guests that were unsafe to put on the network.

Since this appears to be a property of one of the included templates,
not of vmbuilder itself, I'm not sure where this is best documented.

The ideal might be if vmbuilder could warn the user about the default
and require positive confirmation before proceeding ("are you sure you
want this (y/n)?").

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

** Visibility changed to: Public

-- 
vmbuilder default account not well-documented
https://bugs.launchpad.net/bugs/503467
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 498262] [NEW] spurious compose key on switching to gnome terminal window

2009-12-18 Thread J. Bruce Fields
Public bug reported:

I give a gnome terminal window focus (by moving the mouse over it), then
type "ssh ...".  Instead of getting "ssh", I get "ßh", exactly as if I
had pressed the compose key (the left-windows key, in my case) before
the "ss".

The ss->ß case is the most frequent (because I use ssh a lot), but I run
into other compose-key combinations too.

I haven't found a way to reproduce this with 100% reliability.  It only
happens intermittently.  (But often enough to be annoying.)

I'm running a fully-updated karmic, but have no idea whether to blame
gnome-terminal, X, or something else.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
spurious compose key on switching to gnome terminal window
https://bugs.launchpad.net/bugs/498262
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 449582] Re: Hideous BEEP on new email

2009-10-23 Thread J. Bruce Fields
** Changed in: pulseaudio (Ubuntu)
   Status: New => Confirmed

-- 
Hideous BEEP on new email
https://bugs.launchpad.net/bugs/449582
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 440614] Re: deadlock in intel driver after screensaver runs

2009-10-02 Thread J. Bruce Fields
Sorry, initially reported data from laptop I was ssh'ing from instead of
hung machine! Fixed.

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

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 440614] Re: deadlock in intel driver after screensaver runs

2009-10-02 Thread J. Bruce Fields

** Attachment added: "full dmesg from subsequent boot"
   http://launchpadlibrarian.net/32865389/dmesg

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 440614] Re: deadlock in intel driver after screensaver runs

2009-10-02 Thread J. Bruce Fields

** Attachment added: "end of dmesg showing hung task warnings"
   http://launchpadlibrarian.net/32865078/dmesg-fragment

** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  If I leave the machine alone for long enough, I'll return to a blank
  (black) screen and unresponsive mouse and keyboard.  Disabling the
  screen saver seems to work around the problem.  I can still ssh in after
  the problem occurs, and see hung-task warnings in dmesg (see attached
  dmesg-fragment).  As you can see, the tasks involved are i915/0, Xorg,
  and lorenz (the screensaver).
  
- I'm running karmic, xserver-xorg-video-intel version 2:2.6.3-0ubuntu9.3,
- kernel 2.6.28-15, lspci reports the video as GM965/GL960.
+ I'm running karmic, xserver-xorg-video-intel version 2:2.8.1-1ubuntu2,
+ kernel 2.6.31-11, lspci reports video controller as "Intel Corporation
+ Mobile 4 Series Chipset Integrated Graphics Controller (rev 7)."

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 440614] [NEW] deadlock in intel driver after screensaver runs

2009-10-02 Thread J. Bruce Fields
Public bug reported:

Binary package hint: xserver-xorg-video-intel

If I leave the machine alone for long enough, I'll return to a blank
(black) screen and unresponsive mouse and keyboard.  Disabling the
screen saver seems to work around the problem.  I can still ssh in after
the problem occurs, and see hung-task warnings in dmesg (see attached
dmesg-fragment).  As you can see, the tasks involved are i915/0, Xorg,
and lorenz (the screensaver).

I'm running karmic, xserver-xorg-video-intel version 2:2.8.1-1ubuntu2,
kernel 2.6.31-11, lspci reports video controller as "Intel Corporation
Mobile 4 Series Chipset Integrated Graphics Controller (rev 7)."

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

-- 
deadlock in intel driver after screensaver runs
https://bugs.launchpad.net/bugs/440614
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 313575] Re: VMBuilder/vm.py crash on an alpha char in numeric constant

2009-10-01 Thread J. Bruce Fields
By trial and error I found a minimal commandline that would reproduce
the problem for me was: "vmbuilder kvm ubuntu --ip=141.212.112.9"

-- 
VMBuilder/vm.py crash on an alpha char in numeric constant
https://bugs.launchpad.net/bugs/313575
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 433357] Re: dvd's no longer automatically recognized in gnome

2009-09-25 Thread J. Bruce Fields
No longer reproduceable after latest update; assuming fixed.

-- 
dvd's no longer automatically recognized in gnome
https://bugs.launchpad.net/bugs/433357
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 425961] [NEW] fast-user-switch-applet menu no longer includes user list

2009-09-07 Thread J. Bruce Fields
Public bug reported:

Binary package hint: fast-user-switch-applet

Previously the applet's menu included a list of users.

Now there is no such list, and switching to a logged-in user requires
choosing "New Session..." and then choosing from the list of users in
the gdm menu.

For a "family" desktop shared between a small number of users, the old
behavior was convenient--with recent X, it made the switch between users
practically instantaneous.  It was also more intuitive--it's not
completely obvious that "New Session..." is the right menu item to
choose to switch to a different logged-in user.

This is on Karmic, with fast-user-switch-applet version
2.24.0-0ubuntu13.

** Affects: fast-user-switch-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
fast-user-switch-applet menu no longer includes user list
https://bugs.launchpad.net/bugs/425961
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 425952] [NEW] gdm requiring password for guest session

2009-09-07 Thread J. Bruce Fields
Public bug reported:

Binary package hint: gdm-guest-session

0. I'm logged in as me.
1. I choose "guest session" from the fast-user-switch-applet menu.
2. I'm switched to a new guest session.  It works fine.
3. I choose "new session" from the fast-user-switch-applet menu.
4. I click on my name to switch back to my previous login session.
5. From my login session, I choose "new session" again.
6. Back at the gdm menu, I choose "guest".  gdm asks me for a password for 
guest.

At this point, I can't figure out how to get back to the guest session.
Choosing "guest session" from the fast-user-switch-applet menu doesn't
do anything.

Running karmic, with gdm-guest-session 0.11.

** Affects: gdm-guest-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gdm requiring password for guest session
https://bugs.launchpad.net/bugs/425952
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 398594] Re: [g45] X crash playing video on GM45

2009-07-27 Thread J. Bruce Fields
I can't volunteer to downgrade that machine back to jaunty and find the
right patch, so this sound fine to me.  Thanks!

-- 
[g45] X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 404870] [NEW] No guest session in karmic

2009-07-26 Thread J. Bruce Fields
Public bug reported:

Binary package hint: gdm-guest-session

I assume this is a known issue, but couldn't find a bug report:

There appears to be no more guest session support in Karmic.
/usr/share/gdm/guest-session/guest-session-launch just says "**
(gdmflexiserver:3791): WARNING **: No longer supported", locks the
current screen, and does nothing else.

** Affects: gdm-guest-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No guest session in karmic
https://bugs.launchpad.net/bugs/404870
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 398594] Re: [g45] X crash playing video on GM45

2009-07-23 Thread J. Bruce Fields
Also: I've since upgraded this machine to the Karmic alpha (just for
fun), with no ill effects.  And still can't reproduce this crash.

-- 
[g45] X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 398594] Re: [g45] X crash playing video on GM45

2009-07-16 Thread J. Bruce Fields
I've been running with backports from the x-updates PPA (so, for
example, xserver-xorg-video-intel is 2:2.7.1-0ubuntu1~xup~1), and
haven't been able to reproduce the crash yet, despite trying a number of
things that were quite likely to produce the problem before.

-- 
[g45] X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 398594] Re: [g45] X crash playing video on GM45

2009-07-14 Thread J. Bruce Fields
Compiz is on, that's correct.

I'll look into Karmic and/or the backports; thanks!

-- 
[g45] X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 398594] Re: X crash playing video on GM45

2009-07-12 Thread J. Bruce Fields
Also:

$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller [8086:2a02] (rev 0c)

Also attaching a backtrace following
https://wiki.ubuntu.com/X/Backtracing.  (I tried installing libdrm-
intel1-dbg, so I don' t know why it doesn't get symbols for the first
four stack frames.)

** Attachment added: "backtrace"
   http://launchpadlibrarian.net/28947692/gdb-Xorg-2.txt

** Package changed: ubuntu => xserver-xorg-video-intel (Ubuntu)

-- 
X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 398594] Re: X crash playing video on GM45

2009-07-12 Thread J. Bruce Fields

** Attachment added: "Xorg.log"
   http://launchpadlibrarian.net/28946999/Xorg.20.log.old

-- 
X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 398594] [NEW] X crash playing video on GM45

2009-07-12 Thread J. Bruce Fields
Public bug reported:

Playing DVD's in jaunty, the X server often (but not always) crashes.
It is particularly likely to happen on startup, or when fast-forwarding
or rewinding, or when DVD read errors cause skipping.

I'm running jaunty on an AOpen Minipc MP45, with video reported in
Xorg.log as a "Mobile Intel GM45 Express Chipset".

(Symptoms: colors briefly go all wrong, then after a second I'm sent
back to gdm or to another logged-in session).

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  Playing DVD's in jaunty, the X server often (but not always) crashes.
  It is particularly likely to happen on startup, or when fast-forwarding
  or rewinding, or when DVD read errors cause skipping.
  
  I'm running jaunty on an AOpen Minipc MP45, with video reported in
  Xorg.log as a "Mobile Intel GM45 Express Chipset".
+ 
+ (Symptoms: colors briefly go all wrong, then after a second I'm sent
+ back to gdm or to another logged-in session).

-- 
X crash playing video on GM45
https://bugs.launchpad.net/bugs/398594
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 394895] Re: unison slow on slightly modified large files

2009-07-08 Thread J. Bruce Fields
"applied the fix on both sides"

Note, however, that it's safe to apply it on only one side.  At worst,
that may not be sufficient to fix the existing bug.

So this would be reasonable to add to jaunty if desired.

-- 
unison slow on slightly modified large files
https://bugs.launchpad.net/bugs/394895
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 394895] Re: unison slow on slightly modified large files

2009-07-07 Thread J. Bruce Fields
Found a fix upstream; applied the fix on both sides and confirmed that
performance returns to normal.

The problem should be reproduceable any time one machine is 32-bit and
the other 64.

** Attachment added: "fix performance bug for transfers between 32- and 64- bit 
archs"
   http://launchpadlibrarian.net/28783956/TMP

-- 
unison slow on slightly modified large files
https://bugs.launchpad.net/bugs/394895
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 394895] Re: unison slow on slightly modified large files

2009-07-07 Thread J. Bruce Fields
Sorry, attached the wrong file!  The actual fix is a simple one-liner:

** Attachment added: "CORRECTED: fix performance bug for transfers between 32- 
and 64- bit archs"
   http://launchpadlibrarian.net/28784007/TMP

-- 
unison slow on slightly modified large files
https://bugs.launchpad.net/bugs/394895
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 394895] [NEW] unison slow on slightly modified large files

2009-07-02 Thread J. Bruce Fields
Public bug reported:

Binary package hint: unison-gtk

I use unison daily to synchronize a home directory between 3 different
machines.  The home directory includes a number of large mailbox files
which are mostly just appended to.  Recently transfers of those files
have started taking much longer than they used to, even when the only
difference between two versions is a few new messages appended to one of
them.

My suspicion is that unison has for some reason started doing whole-file
copies of those files instead of using the rsync algorithm, but I
haven't confirmed this.

All three machines are running jaunty, with unison at 2.27.57-1ubuntu1.

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

-- 
unison slow on slightly modified large files
https://bugs.launchpad.net/bugs/394895
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 364796] [NEW] iozone gets "buffer overflow detected" error and backtrace

2009-04-21 Thread J. Bruce Fields
Public bug reported:

Binary package hint: iozone3

With iozone3 308-1 from jaunty:

bfie...@pig:~$ iozone
*** buffer overflow detected ***: iozone terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7f8fda8]
/lib/tls/i686/cmov/libc.so.6[0xb7f8deb0]
/lib/tls/i686/cmov/libc.so.6[0xb7f8f604]
iozone[0x80841ca]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7ea8775]
iozone[0x8049b51]
=== Memory map: 
08048000-08093000 r-xp  08:06 1155110/usr/bin/iozone
08093000-08094000 r--p 0004a000 08:06 1155110/usr/bin/iozone
08094000-08095000 rw-p 0004b000 08:06 1155110/usr/bin/iozone
08095000-08239000 rw-p 08095000 00:00 0 
085df000-0860 rw-p 085df000 00:00 0  [heap]
b7e82000-b7e8f000 r-xp  08:06 1654855/lib/libgcc_s.so.1
b7e8f000-b7e9 r--p c000 08:06 1654855/lib/libgcc_s.so.1
b7e9-b7e91000 rw-p d000 08:06 1654855/lib/libgcc_s.so.1
b7e91000-b7e92000 rw-p b7e91000 00:00 0 
b7e92000-b7fee000 r-xp  08:06 1671237/lib/tls/i686/cmov/libc-2.9.so
b7fee000-b7fef000 ---p 0015c000 08:06 1671237/lib/tls/i686/cmov/libc-2.9.so
b7fef000-b7ff1000 r--p 0015c000 08:06 1671237/lib/tls/i686/cmov/libc-2.9.so
b7ff1000-b7ff2000 rw-p 0015e000 08:06 1671237/lib/tls/i686/cmov/libc-2.9.so
b7ff2000-b7ff6000 rw-p b7ff2000 00:00 0 
b7ff6000-b7ffd000 r-xp  08:06 1671271/lib/tls/i686/cmov/librt-2.9.so
b7ffd000-b7ffe000 r--p 6000 08:06 1671271/lib/tls/i686/cmov/librt-2.9.so
b7ffe000-b7fff000 rw-p 7000 08:06 1671271/lib/tls/i686/cmov/librt-2.9.so
b7fff000-b8014000 r-xp  08:06 1671269
/lib/tls/i686/cmov/libpthread-2.9.so
b8014000-b8015000 r--p 00014000 08:06 1671269
/lib/tls/i686/cmov/libpthread-2.9.so
b8015000-b8016000 rw-p 00015000 08:06 1671269
/lib/tls/i686/cmov/libpthread-2.9.so
b8016000-b8018000 rw-p b8016000 00:00 0 
b802c000-b802e000 rw-p b802c000 00:00 0 
b802e000-b802f000 r-xp b802e000 00:00 0  [vdso]
b802f000-b804b000 r-xp  08:06 1654836/lib/ld-2.9.so
b804b000-b804c000 r--p 0001b000 08:06 1654836/lib/ld-2.9.so
b804c000-b804d000 rw-p 0001c000 08:06 1654836/lib/ld-2.9.so
bfa37000-bfa4c000 rw-p bffeb000 00:00 0  [stack]
Aborted

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

-- 
iozone gets "buffer overflow detected" error and backtrace
https://bugs.launchpad.net/bugs/364796
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 364633] Re: [i965] Compiz can't be enabled in Jaunty

2009-04-21 Thread J. Bruce Fields
*** This bug is a duplicate of bug 363821 ***
https://bugs.launchpad.net/bugs/363821

** This bug has been marked a duplicate of bug 363821
   Jaunty: Compiz fails on GM965 after today updates, fails to find suitable 
driver.

-- 
[i965] Compiz can't be enabled in Jaunty
https://bugs.launchpad.net/bugs/364633
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 341191] Re: mp3 player (usb storage device) not detected on second insertion

2009-04-21 Thread J. Bruce Fields
*** This bug is a duplicate of bug 330383 ***
https://bugs.launchpad.net/bugs/330383

** This bug has been marked a duplicate of bug 330383
   MTP is preferred over UMS/MSC

-- 
mp3 player (usb storage device) not detected on second insertion
https://bugs.launchpad.net/bugs/341191
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 341191] Re: mp3 player (usb storage device) not detected on second insertion

2009-04-21 Thread J. Bruce Fields
Correction to the correction: actually, it seems to be random; sometimes
it works, sometimes it doesn't.  Removing and re-inserting enough times
will eventually get me what I want.

And what's actually happening seems to be that the device supports both
MTP and the usb mass storage protocol, and on insertion it gets mounted
as one or the other--it's usb mass storage that I want, but I don't know
how to ensure that's what I get every time.

-- 
mp3 player (usb storage device) not detected on second insertion
https://bugs.launchpad.net/bugs/341191
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 341191] Re: mp3 player (usb storage device) not detected on second insertion

2009-03-11 Thread J. Bruce Fields
"Only rebooting my laptop will clear the problem."

Correction: I just noticed that plugging in a *different* usb-storage
device (in my case a portable hard drive) will also temporarily clear
the problem, so that the next connection of the mp3 player works as in
the good case above (with subsequent connections failing again).

-- 
mp3 player (usb storage device) not detected on second insertion
https://bugs.launchpad.net/bugs/341191
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 227837] Re: [Hardy] overzealous masquerading affects vm to vm traffic

2009-03-11 Thread J. Bruce Fields
** Description changed:

  The default masquerade rule appears to be:
  
  iptables -t nat -A POSTROUTING -s 192.168.122.0/24 -j MASQUERADE
  
  but this causes all internally routed guest to guest traffic to be
  masqueraded too (breaking such things as redhat cluster dlm connections
  in my case).
  
  replacing the rule with the following seems to be a good solution:
  
  iptables -t nat -A POSTROUTING -s 192.168.122.0/24 -d ! 192.168.122.0/24
  -j MASQUERADE
  
  [Impact]
  Causes inappropriate masquerading of internally routed traffic, which makes 
it difficult to test virtual clusters (among other things)
  
  [How Addressed in Development]
  This patch is a cherrypick from upstream's git tree.  This fix is already in 
the version carried in Jaunty today.
  
  [Patch]
  Attached is a minimal patch fixing the issue, taken from git upstream.
  
  [Reproduction]
- 
+ Set up two kvm machines.  Ping the first from the second, and run tcpdump on 
the second; in the tcpdump output, you *should* see that the pings come from 
the ip address of the first kvm machine, but instead (with the bug) you'll see 
they come from the ip address associated with virbr0, the bridge device on the 
host.
  
  [Regression Potential]
- 
+ It is hard to imagine a situation where it would desirable that all traffic 
from other machines on the internal bridged network appear to come from the 
single ip address of the host.   That said, users with a pre-existing network 
of guests may have developed workarounds on the guests to compensate for the 
bug, in which case applying this fix may require them to reconfigure their 
guests to remove those workarounds.

-- 
[Hardy] overzealous masquerading affects vm to vm traffic
https://bugs.launchpad.net/bugs/227837
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 341191] Re: mp3 player (usb storage device) not detected on second insertion

2009-03-11 Thread J. Bruce Fields
Note also: this worked reliably under intrepid.

-- 
mp3 player (usb storage device) not detected on second insertion
https://bugs.launchpad.net/bugs/341191
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 341191] [NEW] mp3 player (usb storage device) not detected on second insertion

2009-03-11 Thread J. Bruce Fields
Public bug reported:

Binary package hint: linux-image-2.6.28-9-generic

On current jaunty, first insertion of my mp3 player works, and results
in a mount.  On the second insertion, I get a dialog asking if I'd like
to start rhythmbox, but it doesn't appear that a mass storage device is
detected.  Only rebooting my laptop will clear the problem.

In more detail; on first insertion, in dmesg I see:

[ 5286.404215] usb 7-1: new high speed USB device using ehci_hcd and address 2
[ 5286.540223] usb 7-1: configuration #1 chosen from 1 choice
[ 5286.640215] Initializing USB Mass Storage driver...
[ 5286.640566] scsi5 : SCSI emulation for USB Mass Storage devices
[ 5286.640797] usb-storage: device found at 2
[ 5286.640803] usb-storage: waiting for device to settle before scanning
[ 5286.640808] usbcore: registered new interface driver usb-storage
[ 5286.640816] USB Mass Storage support registered.
[ 5287.014975] usb 7-1: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
192 rq 0 len 1000 ret -75
[ 5287.030840] usb 7-1: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
192 rq 0 len 1000 ret -75
[ 5291.640740] usb-storage: device scan complete
[ 5291.696826] scsi 5:0:0:0: Direct-Access  Audio Player  
PQ: 0 ANSI: 0 CCS
[ 5291.736785] sd 5:0:0:0: [sdb] 2002432 512-byte hardware sectors: (1.02 
GB/977 MiB)
[ 5291.757152] sd 5:0:0:0: [sdb] Write Protect is off
[ 5291.757159] sd 5:0:0:0: [sdb] Mode Sense: 3b 00 00 00
[ 5291.757165] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 5291.799065] sd 5:0:0:0: [sdb] 2002432 512-byte hardware sectors: (1.02 
GB/977 MiB)
[ 5291.799623] sd 5:0:0:0: [sdb] Write Protect is off
[ 5291.799630] sd 5:0:0:0: [sdb] Mode Sense: 3b 00 00 00
[ 5291.799636] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 5291.799648]  sdb: sdb1
[ 5291.802084] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[ 5291.802229] sd 5:0:0:0: Attached scsi generic sg2 type 0

If I unmount, remove, then reinsert, or on any subsequent reconnection,
I see:

[ 5664.690580] usb 7-1: USB disconnect, address 2
[ 5675.392213] usb 7-1: new high speed USB device using ehci_hcd and address 3
[ 5675.528428] usb 7-1: configuration #1 chosen from 1 choice
[ 5675.530672] scsi6 : SCSI emulation for USB Mass Storage devices
[ 5675.531211] usb-storage: device found at 3
[ 5675.531216] usb-storage: waiting for device to settle before scanning
[ 5675.947982] usb 7-1: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
192 rq 0 len 1000 ret -75
[ 5676.152090] usb 7-1: usbfs: USBDEVFS_CONTROL failed cmd gvfsd-gphoto2 rqt 
192 rq 0 len 1000 ret -75
[ 5676.167484] usb 7-1: usbfs: USBDEVFS_CONTROL failed cmd gvfsd-gphoto2 rqt 
192 rq 0 len 1000 ret -75

and get a dialog that says "You have just inserted a digitial audio
player.  Choose what application to launch.  Select how to open "ALi
Corp. Audio Player" and whether to perform this action..." etc.

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

-- 
mp3 player (usb storage device) not detected on second insertion
https://bugs.launchpad.net/bugs/341191
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 300954] Re: [regression] Gnome, old %gconf.xml in home dir stops multimedia keys from working after Intrepid upgrade

2009-01-30 Thread J. Bruce Fields
"After reading Vladimirs suggestion, I have found that I can
consistently stop my play, next, prev and mute buttons from working by
enabeling the locate mouse pointer feature in the mouse preferences.
When I disable the feature, the multimedia keys start working again."

Confirmed on my laptop (a Dell 1420n).  The fast-
forward/rewind/play/stop keys work if and only if the locate-mouse-
pointer feature is turned off.  I'm also using intrepid.

-- 
[regression] Gnome, old %gconf.xml in home dir stops multimedia keys from 
working after Intrepid upgrade
https://bugs.launchpad.net/bugs/300954
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 321304] Re: default configuration of squirrelmail-secure-login doesn't work

2009-01-26 Thread J. Bruce Fields
That's odd; my unmodified installation of squirrelmail (I ran the config
script just to set the imap configuration), only worked after
change_back_to_http_after_login was cleared.  And checking config.php, I
see $only_secure_cookies is set to true.

Ah-hah: looking at the debian changelog:

squirrelmail (2:1.4.15-3) unstable; urgency=high

  * Cookies sent over HTTPS will now be confined to HTTPS only
(cookie secure flag) and more support for the HTTPOnly cookie
attribute. Patch taken from upstream release.
(CVE-2008-3663, closes: #499942)

 -- Thijs Kinkhorst   Sun, 28 Sep 2008 16:33:48 +0200

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-3663

-- 
default configuration of squirrelmail-secure-login doesn't work
https://bugs.launchpad.net/bugs/321304
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 321304] [NEW] default configuration of squirrelmail-secure-login doesn't work

2009-01-25 Thread J. Bruce Fields
Public bug reported:

Binary package hint: squirrelmail-secure-login

The secure-login-config.php is installed with a default of:

$change_back_to_http_after_login = 1;

even though, as noted in
/usr/share/doc/squirrelmail-secure-login/README.gz,

If you turn on $change_back_to_http_after_login under
SquirrelMail 1.5.2 and above, you will be unable to log in
because by default, SquirrelMail 1.5 will only transmit cookies
securely if the user's session started under https://.  If you
really want to revert to an unencrypted connection after user
login, you need to run the SquirrelMail configuration utility
and change the "Only secure cookies if poss." setting (under
"General Options") to "false".

It would be more user-friendly to provide a default configuration that
is compatible with the default configuration of squirrelmail.  Also,
change_back_to_http_after_login = 0 seems the more conservative default.

I'm on intrepid, with squirrelmail 2:1.4.15-3ubuntu0.1 and squirrelmail-
secure-login 1.4-1.

** Affects: squirrelmail-secure-login (Ubuntu)
 Importance: Undecided
 Status: New

-- 
default configuration of squirrelmail-secure-login doesn't work
https://bugs.launchpad.net/bugs/321304
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-22 Thread J. Bruce Fields
Ugh.  Well, I reinstalled from the same Intrepid live cd that I
originally installed from and upgraded in steps (rebooting after each).

At this point I'm completely up-to-date, but don't see the original
problem.

So it's something harder to reproduce, or it takes longer to manifest.
I'll report if I see it again, but for now perhaps this should be closed
as unreproduceable.

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-21 Thread J. Bruce Fields
OK, thanks.  I had the same curiosity about user settings, so I did try
adduser'ing a fresh account and logging in, and got the same (poor)
result.

I also did an overnight memtest86, and tried verifying md5sums on
installed packages in hopes of catching any random filesystem or memory
corruption.

So now I'm going with your last option: I reinstalled from the Intrepid
live cd, and I suppose I'll just pin any packages that look X/compiz-
related, then upgrade them slowly over the coming weeks and see if I can
reproduce the problem with some particular upgrade.

It might be interesting for somebody with more X experience to look at
diff's between the various log files; e.g. I notice that there's an
"underrun on pipe B" in the bad case, though googling around suggests
that's a fairly generic error.

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-20 Thread J. Bruce Fields
I was happy to see new versions of xserver-xorg-video-{i810,intel} today
(now 2:2.4.1-1ubuntu10.1), but alas, no change in symptoms.  Any more
troubleshooting hints?

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-18 Thread J. Bruce Fields

** Attachment added: "Xorg.0.log-jaunty-live"
   http://launchpadlibrarian.net/21340374/Xorg.0.log-jaunty-live

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-18 Thread J. Bruce Fields

** Attachment added: "Xorg.0.log-intrepid-live"
   http://launchpadlibrarian.net/21340371/Xorg.0.log-intrepid-live

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-18 Thread J. Bruce Fields

** Attachment added: "lspci-vvnn-jaunty-live"
   http://launchpadlibrarian.net/21340366/lspci-vvnn-jaunty-live

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-18 Thread J. Bruce Fields
I tried Jaunty, and couldn't reproduce the problem.  I also tried an
intrepid live cd, and it was fine too.

I suppose I'll try reinstalling intrepid and upgrading again and see if
that reproduces the problem.

Additional lspci's and X logs attached.

** Attachment added: "lspci-vvnn-intrepid-live"
   http://launchpadlibrarian.net/21340341/lspci-vvnn-intrepid-live

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: [i965] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-18 Thread J. Bruce Fields

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

-- 
[i965] black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 248268] Re: Packages installed with apt-get build-dep should be set to auto-installed for easy removal

2009-01-17 Thread J. Bruce Fields
I don't see an argument for why the previous behavior (which many of us
depend on) was considered a bug.  Could we please revert this?  It seems
to me that "build-dep" is clearly "manual".  If I did a build-dep, it's
because I wanted those build dependencies installed, so the result is to
render autoremove useless to me thereafter.

-- 
Packages installed with apt-get build-dep should be set to auto-installed for 
easy removal
https://bugs.launchpad.net/bugs/248268
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 318294] Re: black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields
This xsession-errors also has a backtrace in it (possibly unrelated)

** Attachment added: "xsession-errors"
   http://launchpadlibrarian.net/21296928/xsession-errors

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] [NEW] black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields
Public bug reported:

Binary package hint: xserver-xorg-video-intel

gdm works ok, but as soon as compiz starts after login I get a screen
that is completely black except for the mouse pointer.  I can still move
the mouse pointer, and I can switch to different virtual terminal to
kill the session.  Logging in with the failsafe-terminal session and
starting compiz by hand gives the same result.

This is a new (as of a few days ago) installation of intrepid.  It
worked fine until today.  I looked through /var/log/dpkg.log and tried
downgrading everything that had been upgraded since install and that
looked vaguely compiz or x-related (compiz, compiz-core, compiz-gnome,
compiz-plugins, compiz-wrapper, libdecoration0, libx11-6, libx11-data,
libx11-xcb1, xserver-xorg-input-evdev, and the kernel) but results are
the same.

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

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields

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

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields

** Attachment added: "lspci"
   http://launchpadlibrarian.net/21295930/lspci

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/21295917/.xsession-errors

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields

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

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 318294] Re: black screen on compiz startup on dell 1420 w/ intel GM965

2009-01-17 Thread J. Bruce Fields
(My workaround for now, by the way, has been to switch to xfwm4).

-- 
black screen on compiz startup on dell 1420 w/ intel GM965
https://bugs.launchpad.net/bugs/318294
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-07 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

With ~wgrant6, this problem is now really fixed for me, thanks!!!

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread J. Bruce Fields
I also tried going back to the "bad" xorg.conf, installing ~wgrant6, and
rebooting, and found that also served to fix the memory leak/cpu usage
problem.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread J. Bruce Fields
My x.org.conf had a lot of pointer device sections (I'm not sure where
they came from); after I removed them, I no longer saw the problem.
good-xorg.conf (after the change) and bad-xorg.conf (before the change)
attached.

** Attachment added: "bad xorg.conf"
   http://launchpadlibrarian.net/19465260/bad-xorg.conf

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread J. Bruce Fields

** Attachment added: "good xorg.conf"
   http://launchpadlibrarian.net/19465270/good-xorg.conf

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 294501] Re: gnome-settings-daemon makes Xorg use all CPU

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 293318 ***
https://bugs.launchpad.net/bugs/293318

Seeing same behavior on a Dell 1420n laptop.  Tried
2.24.0-0ubuntu4~wgrant5 as well, but didn't see a change in symptoms.

-- 
gnome-settings-daemon makes Xorg use all CPU
https://bugs.launchpad.net/bugs/294501
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Yep, I installed wgrant5, rebooted, and saw no change in behavior.
Actually I suppose what I'm seeing now is #294501, so I should add a
comment there.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Hm, no actually I was wrong, it's not crashing--it's just using,
according to top, 20% cpu and 22% memory (on a laptop with 4g
installed), and (I assume) failing to respond to anyone, since the
various properties dialogs take a long time to come up, then eventually
give the "unable to start settings manager gnome-settings-daemon" error
when they do.

This happens after a gnome-settings-daemon has been running an hour or
two, without the need for any suspend/resume.

Apologies, this is probably the wrong bug to be commenting on at this
point!

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Sorry for the delay.  xsession-errors attached.  I have gnome-settings-
daemon 2.2.4.0-0ubuntu3.1 installed, but it's dying after resume.  If I
run it from a terminal it starts sucesfully and I see no error output.

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/19437878/.xsession-errors

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-27 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

I installed 2.24.0-0ubuntu4~wgrant1, rebooted for good measure, then
tried a suspend/resume.  Behavior is unchanged--I still end up with
different touchpad behavior after resume.

I also get a "Unable to start the settings manager 'gnome-settings-
daemon'" error after trying to set preferences after resume.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 263782] Re: intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61

2008-10-23 Thread J. Bruce Fields
Following up on
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/263782/comments/32.
I can no longer reproduce the problem.  I don't know when exactly it
stopped, but I'm on 2.6.27-7.13 now.  I do use iwl3945, and the
corruption in http://launchpadlibrarian.net/18498919/snowcrash.jpg looks
like the same thing I was seeing.

I don't think I saw corruption like that in
http://launchpadlibrarian.net/17218490/IMG_4804.JPG, so rather than
confirmation that this bug is a dupe of 282700, this may just mean that
my comment should have been to 282700 rather than this bug

-- 
intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61
https://bugs.launchpad.net/bugs/263782
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 263782] Re: intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61

2008-10-16 Thread J. Bruce Fields
2.6.27-7-generic, Dell 1420n, I reliably get a corrupted splash screen
and boot hang.

Switching to the first virtual console (alt-ctl-F1) early in the boot
works around the problem for me.

-- 
intrepid hang with screen corruption during boot with 2.6.27-2-generic on x61
https://bugs.launchpad.net/bugs/263782
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-14 Thread J. Bruce Fields
(ALso note this was fine under Hardy, so this is a regression.)

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-14 Thread J. Bruce Fields
I get the same thing on Intrepid with a Dell 1420n.  Other touchpad
settings are also lost.  (E.g. tapping on the touchpad produces a mouse
click after suspend/resume, though I have that turned off.)

** Changed in: ubuntu
   Status: New => Confirmed

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
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 278552] Re: iwl3945 wifi card not working

2008-10-11 Thread J. Bruce Fields
As noted in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/243738,
this can be fixed with

apt-get install linux-restricted-modules-common

However, I think it's a but that a hardy->intrepid upgrade doesn't do
this automatically.  (So the user experience of the upgrade is just
"help!  Where'd my wireless go?")

** Changed in: ubuntu
   Status: New => Confirmed

-- 
iwl3945 wifi card not working
https://bugs.launchpad.net/bugs/278552
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 227837] Re: overzealous masquerading affects vm to vm traffic

2008-10-05 Thread J. Bruce Fields
Just trying to make progress, I figured I'd follow the instructions from
https://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff; results
attached.  Any chance someone could apply this?  It's a trivial change,
and fixes an annoying bug.

** Attachment added: "debdiff, with changelog, etc."
   http://launchpadlibrarian.net/18242547/libvirt_0.4.0-2ubuntu9.debdiff

-- 
overzealous masquerading affects vm to vm traffic
https://bugs.launchpad.net/bugs/227837
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 213988] Re: control key "stuck" after resume on Dell 1420n

2008-09-08 Thread J. Bruce Fields
"There are also times when I get no response to keyboard or mouse input
at all after a resume."

That bug appears to be different, though, as it isn't fixed by this
patch.  (After another 4-5 resumes, I *have* hit that bug again with the
patch applied, but still haven't seen the control-key problem.)

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 213988] Re: control key "stuck" after resume on Dell 1420n

2008-09-08 Thread J. Bruce Fields
patch is available in upstream (2.6.26).

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

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 213988] Re: control key "stuck" after resume on Dell 1420n

2008-09-08 Thread J. Bruce Fields
I've also now tested with the above attached patch applied to 2.6.24-21,
and it appears to fix the problem (I've been unable to reproduce the
problem after 8 more suspend-resume cycles).

Could someone apply this?  It's a simple patch, and already in upstream
2.6.26 (so I'll mark this bug confirmed).

Joe Caputo: your symptoms are different from mine, but it wouldn't be
surprising if they had the same root cause; it would be worth trying the
same patch and reporting whether your problem is fixed.

(Turns out my problem getting the 2.6.24-21 source was just that my
/etc/apt/sources.list had "deb" but not "deb-src" lines for hardy-
proposed and hardy-updates.)

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 213988] Re: control key "stuck" after resume on Dell 1420n

2008-09-08 Thread J. Bruce Fields
I found the attached commit in upstream, applied it to 2.6.24-19.41.
Six suspend/resume cycles haven't shown the problem yet.  I'll continue
testing.

(By the way, the kernel my machine was actually running most recently
was 2.6.24-21, not 2.6.24-19, but an apt-get source of linux-
image-2.6.24-21-generic gets me a linux-2.6.24/ with a debian/changelog
whose most recent entry is for 2.6.24-19.41.  I'm a little confused as
to how to get the latest source)

** Attachment added: "Input: atkbd - mark keyboard as disabled when 
suspending/unloading"
   http://launchpadlibrarian.net/17374921/TMP

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

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 213988] Re: control key "stuck" after resume on Dell 1420n

2008-08-30 Thread J. Bruce Fields
Starting xev and placing my mouse in it before suspend, then watching
what happens on keypresses after resume, what I see is that after some
resumes, if the first key I press is the left control key, I see that
reported as *two* KeyPress events, the first for Control_R, the second
for Control_L.  Thereafter it reports key events as if the control key
were held down (regardless of whether it is).  If I press and release
the right control key, the keypress is ignored, but the release is
reported.  Therefore pressing the right control key is a workaround that
clears the problem.

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 213606] Re: /var/run/vblade directory not created during install

2008-08-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 223387 ***
https://bugs.launchpad.net/bugs/223387

Bug #223387 has a patch--maybe you could check that it works, and add
any further comments there?  Thanks!

** This bug has been marked a duplicate of bug 223387
   vblade doesn't create /var/run/vblade

-- 
/var/run/vblade directory not created during install
https://bugs.launchpad.net/bugs/213606
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 223387] Re: vblade doesn't create /var/run/vblade

2008-08-06 Thread J. Bruce Fields
** Changed in: vblade (Ubuntu)
   Status: New => Confirmed

-- 
vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
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 227837] Re: overzealous masquerading affects vm to vm traffic

2008-07-17 Thread J. Bruce Fields
This is already fixed in upstream (in the manner the reporter suggests);
see commit d175caad25a4e80800d5e7e7d8c9d920a88b78e1 from
git://git.et.redhat.com/libvirt.git, attached.

I've applied that patch to libvirt0 0.4.0-2ubuntu8.  It applies cleanly
except for a reject on the changelog, and it does fix the problem.

(I ran across this trying to set up a virtual gfs2 cluster for testing;
it failed because cluster nodes rejected traffic that (due to thbe
unnecessary masquerading) appeared to come from the host instead of the
other (guest) cluster nodes.)

** Attachment added: "Tweak masquering rules to only capture traffic leaving 
the virtual network"
   
http://launchpadlibrarian.net/16140534/0001-Tweak-masquering-rules-to-only-capture-traffic-leavi.patch

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

-- 
overzealous masquerading affects vm to vm traffic
https://bugs.launchpad.net/bugs/227837
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 242198] [NEW] gnash fails to play any youtube videos

2008-06-22 Thread J. Bruce Fields
Public bug reported:

Binary package hint: gnash

I look up a video I used to be able to play on youtube, e.g.:

http://youtube.com/watch?v=aDqrW85RECE

On loading the page the square where the video turns briefly black, then
white; nothing else happens.  Right-clicking on the video gets gnash's
context menu.  In particular, I can get the url of the video itself with
File->Properties.  If I run that with

gnash http://s.ytimg.com/yt/swf/watch-vfl44017.swf

then the gnash window pops up but just stays blank (white).

I get the same results with every youtube video I try.  Most
advertisements on youtube, however, appear to display correctly.

I can't remember exactly when this stopped working, but I'm sure this
worked on Gutsy.  I'm now on Hardy, with gnash version 0.8.2-0ubuntu3.

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

-- 
gnash fails to play any youtube videos
https://bugs.launchpad.net/bugs/242198
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 223387] Re: vblade doesn't create /var/run/vblade

2008-05-05 Thread J. Bruce Fields
I'd assumed the failure to create /var/run/vblade was a failure in the
package install scripts, but actually I notice /var/run is a tmpfs, so
it's up to /etc/init.d/vblade to create this.  The following updated
patch does that.

** Attachment added: "create /var/run/vblade and fix echo of pid"
   http://launchpadlibrarian.net/14241559/TMP

-- 
vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
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 223440] Re: vblade discovery doesn't work

2008-04-30 Thread J. Bruce Fields
By "https://wiki.ubuntu.com/Bugs/HowToTriage";, I figure if there's a
patch available (and the same bug has been fixed upstream) then it's
clearly confirmed

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

-- 
vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
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 223440] Re: vblade discovery doesn't work

2008-04-27 Thread J. Bruce Fields

** Attachment added: "fix incoming packet size check"
   http://launchpadlibrarian.net/13977593/TMP

-- 
vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
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 223440] [NEW] vblade discovery doesn't work

2008-04-27 Thread J. Bruce Fields
Public bug reported:

Binary package hint: vblade

Starting vblade, then running aoe-discover and aoe-stat on the client
produces no output. (Using vblade 14-1ubuntu1 from Hardy Heron and, on
the client, aoetools 21-1 from debian sid).

Watching the traffic in wireshark reveals that the client is sending a
broadcast packet, and an strace of vblade shows it is reading this
packet, but immediately dropping it without responding.

Inspection of the code shows that this is due to an incorrect length
check which causes vblade to drop requests (such as this one) which are
less than 60 bytes.  The best solution is probably to upgrade to version
15, but I believe the attached patch is the relevant fix.

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

-- 
vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
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 223387] Re: vblade doesn't create /var/run/vblade

2008-04-27 Thread J. Bruce Fields
Also (OK, this could be a separate bug), the init script doesn't echo
anything into the /var/run/vblade/* files.  I'm not really sure what was
intended, but the attached bug is at least one way to fix the problem.

** Attachment added: "patch to /etc/init.d/vblade"
   http://launchpadlibrarian.net/13975400/TMP

-- 
vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
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 223387] [NEW] vblade doesn't create /var/run/vblade

2008-04-27 Thread J. Bruce Fields
Public bug reported:

Binary package hint: vblade

After apt-get install vblade, /etc/init.d/vblade start fails with

/etc/init.d/vblade: line 30: /var/run/vblade/vnet0-e0.0.pid: No such
file or directory

After a 'mkdir /var/run/vblade', the problem is gone.

This is with vblade version 14-1ubuntu1 from Hardy Heron.

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

-- 
vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
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 213988] Re: control key "stuck" after resume on Dell 1420n

2008-04-15 Thread J. Bruce Fields
There are also times when I get no response to keyboard or mouse input
at all after a resume.  I don't know if that's the same bug or not.  In
that situation, pressing the power key does still bring up the
suspend/hibernate/etc. menu (though it's no use without other keys or
the mouse working), and closing the lid usually puts the laptop back in
suspend (which is my workaround for now, as usually the second resume
will be succesful).

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 173942] Re: volume increases uncontrollably on Dell 1420n

2008-04-08 Thread J. Bruce Fields
Note entirely sure what the correct procedure is, but since the problem
appears to be gone in Hardy, I'm assuming "Fix Released" is appropriate.

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

-- 
volume increases uncontrollably on Dell 1420n
https://bugs.launchpad.net/bugs/173942
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 173942] Re: volume increases uncontrollably on Dell 1420n

2008-04-08 Thread J. Bruce Fields
I haven't been able to reproduce the volume problem after upgrading to
the Hardy beta (currently kernel 2.6.24-15-generic).  So I assume this
should be closed.

-- 
volume increases uncontrollably on Dell 1420n
https://bugs.launchpad.net/bugs/173942
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 213988] [NEW] control key "stuck" after resume on Dell 1420n

2008-04-08 Thread J. Bruce Fields
Public bug reported:

With the latest hardy, after a resume from ram the keyboard sometimes
behaves as though the control key was always on; e.g., pressing just the
"d" key on its own will close an xterm that has focus (as if ctl-d were
pressed).

This is intermittent--it doesn't happen after every resume.  (I think it
may happen on those resume after which the control key is the first key
I press, but I haven't been able to confirm this yet.)

When it happens, I can clear the problem by switching to a text console
and then back to X with alt-ctl-F1, alt-ctl-F7.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
control key "stuck" after resume on Dell 1420n
https://bugs.launchpad.net/bugs/213988
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 205955] Re: [Hardy] miro spontaniously crashes

2008-03-29 Thread J. Bruce Fields
I can reproduce the same bug (same assertion text, followed by a core
dump) in latest Hardy by trying to watch a DVD in totem (using totem-
xine):

-- 
[Hardy] miro spontaniously crashes
https://bugs.launchpad.net/bugs/205955
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 188248] Re: [Hardy] hda-intel no sound on Dell 1420N

2008-03-21 Thread J. Bruce Fields
I tried adding "options snd_hda_intel model=dell-3stack" to the end of
/etc/modprobe.d/alsa-base, then rebooting.  Sound now works.  I'm on
2.6.24-12-generic; let me know if any other information would be useful.

-- 
[Hardy] hda-intel no sound on Dell 1420N
https://bugs.launchpad.net/bugs/188248
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 188248] Re: [Hardy] hda-intel no sound on Dell 1420N

2008-03-21 Thread J. Bruce Fields
After upgrade today from Gutsy to the Hardy Beta, sound on my 1420n no
longer works.  I've maxed out every volume control I can find (including
Surround), run through the sound troubleshooting page on the wiki, and
tried purging and reinstalling the linux-sound-base, alsa-base, and
alsa-utils packages as suggested above.

-- 
[Hardy] hda-intel no sound on Dell 1420N
https://bugs.launchpad.net/bugs/188248
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   >