Re: [Bug 231740] Re: Picasa provider ignores resize option

2008-07-29 Thread Ryan Lovett
On Tue, Jul 29, 2008 at 02:44:25PM -, Sebastien Bacher wrote:
> thank you for your bug report, what ubuntu version do you use?

I used Hardy.

Ryan

-- 
Picasa provider ignores resize option
https://bugs.launchpad.net/bugs/231740
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 48617] Re: epiphany-browser says it is Firefox via ssh URI

2008-08-23 Thread Ryan Lovett
Still there.

Ryan

-- 
epiphany-browser says it is Firefox via ssh URI
https://bugs.launchpad.net/bugs/48617
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 186080] Re: misleading man page category phrase

2008-08-28 Thread Ryan Lovett
Sorry about that. The above snippet was from the named.conf man page
within the bind package rather than bind9 package.

-- 
misleading man page category phrase
https://bugs.launchpad.net/bugs/186080
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 30995] Re: dm_mod causes false busy on mount attempts

2008-08-28 Thread Ryan Lovett
On Thu, Aug 28, 2008 at 05:13:51PM -, Leann Ogasawara wrote:
> Thanks for letting us know.  Ryan, since you are the original bug
> reporter, would you be able to test?  Thanks.
 
I'm afraid not. Its fine with me if you close the bug, but you may want to
check with the other subscribers.

Ryan

-- 
dm_mod causes false busy on mount attempts
https://bugs.launchpad.net/bugs/30995
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 200884] Re: nvidia-settings does not detect active nvidia driver

2008-11-21 Thread Ryan Lovett
I switched to an old ATI card a while ago because the NVIDIA card
suffered from the "black window" problem.

-- 
nvidia-settings does not detect active nvidia driver
https://bugs.launchpad.net/bugs/200884
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 301800] [NEW] Requires assert.h include to build on hardy

2008-11-24 Thread Ryan Lovett
Public bug reported:

Binary package hint: cups

I wanted to use the latest CUPS package on hardy to use unbackported
fixes. pdftoijs.cxx which is provided in the debian diff calls assert()
and required the following to complete compilation:

--- filter/pdftoijs.cxx.orig2008-11-24 11:43:32.485526000 -0800
+++ filter/pdftoijs.cxx 2008-11-24 11:38:50.12185 -0800
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 

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

-- 
Requires assert.h include to build on hardy
https://bugs.launchpad.net/bugs/301800
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-11-25 Thread Ryan Lovett
I tried the latest Intrepid release and was able to boot the machine. It
was more successful though still not correct.

The display came up in 1152x864 which, on a 19" LCD, was stretched. I
went to System -> Preferences -> Screen Resolution and 1280x1024 wasn't
in the Resolution list. "Mirror Screens" was checked (though I only had
the LCD plugged into DVI and nothing in the VGA) so I unchecked it. This
caused the Resolution list to refresh so I chose 1280x1024. I hit Apply
and it said it would write out the configuration and that I'd have to
logout for the new configuration to take effect. I logged out and saw
the gdm login screen which didn't seem quite optimal so I hit Control-
Alt-Backspace to really restart X but it didn't look different.

When I logged in, the bottom panel was at the very top of the screen and
the desktop background was... hard to describe. It was as if someone
took the smudge tool to the regular intrepid background and made long
straight vertical streaks going from top to bottom. I managed to start a
terminal and looked at the xorg.conf the previous step had created. It
had written a Virtual size of "1280x1888" instead of "1280x1024". I
manually edited this, logged out, hit Control-Alt-Backspace, and logged
in.

The resolution came up in 1152x864 again. I decided to try 'xrandr'. As
in the xrandr output at the very top of this bug it believed I had a
display attached to the VGA port when there wasn't anything plugged into
it. I looked through 'xrandr -h' and invoked

  xrandr --output VGA-0 --off
  xrandr --output DVI-0 --preferred

and voila the screen changed to 1280x1024. I'm just guessing that the
GNOME apps are relying on the xrandr information which is incorrect
since there is no VGA attached though the xrandr mechanism thinks it is
and uses it as the primary display. Perhaps this bug should be retitled?

** Summary changed:

- gnome apps misinterpret xrandr in hardy rc
+ Driver misdetects presence of nonexistent VGA display

** Tags added: intrepid

** Tags removed: hardy

-- 
Driver misdetects presence of nonexistent VGA display
https://bugs.launchpad.net/bugs/151790
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 289600] Re: Should depend on libavformat52 or libavformat-unstripped-52

2008-11-13 Thread Ryan Lovett
Will the fix for gpac make its way into intrepid or is it necessary to
file a backport bug?

-- 
Should depend on libavformat52 or libavformat-unstripped-52
https://bugs.launchpad.net/bugs/289600
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 289600] Re: Should depend on libavformat52 or libavformat-unstripped-52

2008-11-16 Thread Ryan Lovett
Thank you Lionel. Doesn't this the bug apply gpac/intrepid though? When
I saw your fix for jaunty in comment 15 I just thought it wouldn't be
fixed for intrepid. Or does one need to file a separate bug for gpac so
that this is fixed in intrepid too?

-- 
Should depend on libavformat52 or libavformat-unstripped-52
https://bugs.launchpad.net/bugs/289600
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 325121] Re: Ubuntu Jauntyalpha 3 does not boot from Live CD

2009-06-17 Thread Ryan Lovett
I was helping a friend install Ubuntu 9.04 on their 960 over the phone
and we ran into the same problem. Trying to help them reset the BIOS to
factory defaults over the phone was the tricky part, but once they did
it, they were able to boot the installer.

-- 
Ubuntu Jauntyalpha 3 does not boot from Live CD
https://bugs.launchpad.net/bugs/325121
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-10-30 Thread Ryan Lovett
Please reopen. Does the latest release no longer fail to boot? If so I
can test the bug now.

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 200886] Re: nvidia driver causes gnome applications to not detect multiple screens

2008-10-24 Thread Ryan Lovett
See my last comment.

-- 
nvidia driver causes gnome applications to not detect multiple screens
https://bugs.launchpad.net/bugs/200886
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 274671] [NEW] sis-agp not loaded after upgrade to intrepid

2008-09-25 Thread Ryan Lovett
Public bug reported:

After upgrading to intrepid from hardy, sis-agp does not get loaded at
boot causing the radeon X driver to complain that radeon needs to be
loaded after agpgart. The error only goes away when I stop X, rmmod drm,
radeon, agpgart, and then modprobe sis-agp and the others. I don't know
what the current method is to manually specify kernel modules to be
loaded at boot.

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

-- 
sis-agp not loaded after upgrade to intrepid
https://bugs.launchpad.net/bugs/274671
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 275074] [NEW] Job does not get past authentication

2008-09-27 Thread Ryan Lovett
Public bug reported:

Binary package hint: system-config-printer

I was pleasantly surprised to see the password prompt when I recently
added an https print queue and printed a document. The document stayed
on the queue however and cupsd wrote

cupsdAuthorize: Local authentication certificate not found!

many times to error_log. Once I canceled the job cupsd stopped writing
the entries. This is on a recently upgraded Hardy -> Intrepid system.

I tried to investigate, but google is filled with these reports. I
haven't been able to figure out what a local authentication certificate
is and where it should be put or retrieved from. Perhaps this is a
cupsys bug.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Job does not get past authentication
https://bugs.launchpad.net/bugs/275074
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 69121] Re: Shows unnecessary scrollbars

2008-09-27 Thread Ryan Lovett
Sorry for not responding. This still happens under intrepid with compiz.
This is actually a very easy bug to reproduce.

-- 
Shows unnecessary scrollbars
https://bugs.launchpad.net/bugs/69121
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 83469] Re: Use of PAM and nologin check is redundant

2008-07-06 Thread Ryan Lovett
Yes, this bug is still present in netkit-rsh-0.17/rshd/rshd.c line 486.

** Also affects: netkit-rsh (Debian)
   Importance: Undecided
   Status: New

-- 
Use of PAM and nologin check is redundant
https://bugs.launchpad.net/bugs/83469
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 247687] Re: Please backport "Satisfy Any" patch

2008-07-11 Thread Ryan Lovett

** Attachment added: "STR2782 patch applied to hardy source"
   http://launchpadlibrarian.net/15966800/str2782-hardy.patch

-- 
Please backport "Satisfy Any" patch
https://bugs.launchpad.net/bugs/247687
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 247687] [NEW] Please backport "Satisfy Any" patch

2008-07-11 Thread Ryan Lovett
Public bug reported:

Binary package hint: cupsys

CUPS 1.3.7 has a bug that prevents the "Satisfy Any" configuration
option from working correctly. In our case this reenables secure remote
authenticated printing.

Here is an earlier reporters problem:
http://cups.org/newsgroups.php?gcups.general+v:32563

And here is my issue with the problem:
http://cups.org/newsgroups.php?s1+gcups.general+v7+T+Qsatisfy

And this is the CUPS bug:
http://www.cups.org/str.php?L2782

I applied the patch against cupsys-1.3.7 in hardy and the rebuilt
packages work.

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

-- 
Please backport "Satisfy Any" patch
https://bugs.launchpad.net/bugs/247687
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 192129] Re: nail not available in hardy

2008-06-01 Thread Ryan Lovett
"Yes, absolutely, I do indeed concur wholeheartedly."

Our users much prefer heirloom-mailx over regular mailx.

-- 
nail not available in hardy
https://bugs.launchpad.net/bugs/192129
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 248902] Re: Cannot print to remote authenticated printer

2008-10-07 Thread Ryan Lovett
I'm using current intrepid.

-- 
Cannot print to remote authenticated printer
https://bugs.launchpad.net/bugs/248902
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 272311] [NEW] Kicks too much ass

2008-09-19 Thread Ryan Lovett
Public bug reported:

Binary package hint: ejabberd

I was able to configure ejabberd to authenticate against my LDAP server
and have iChat clients connect securely over SSL with video, screen
sharing, etc. It took all of 1 minute to setup whereas I never was able
to get the other jabberd implemenations going. Please don't fix.

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

-- 
Kicks too much ass
https://bugs.launchpad.net/bugs/272311
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 248902] Re: Cannot print to remote authenticated printer

2008-09-13 Thread Ryan Lovett
On Fri, Sep 12, 2008 at 10:57:29AM -, Sebastien Bacher wrote:
> thank you for your bug report, does printing in other applications like
> gedit or gtk-demo works correctly?

gedit also failed. The only difference was that the title of the dialog
window was "Error printing".

What happens when you try?

Ryan

-- 
Cannot print to remote authenticated printer
https://bugs.launchpad.net/bugs/248902
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 231740] [NEW] Picasa provider ignores resize option

2008-05-18 Thread Ryan Lovett
Public bug reported:

Binary package hint: conduit

The Picasa provider has a configuration option labeled "Resize Photos".
I set it to 640x480, but all the downloaded photos were 1600x1200.

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

-- 
Picasa provider ignores resize option
https://bugs.launchpad.net/bugs/231740
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 231741] [NEW] Picasa provider password field does not mask password characters

2008-05-18 Thread Ryan Lovett
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: conduit

The Picasa provider has a "Password" field, but it shows characters in
plain text rather than with '*' or other masking. Anyone looking at my
screen could gain access to my picasa/gmail account.

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

** Visibility changed to: Public

-- 
Picasa provider password field does not mask password characters
https://bugs.launchpad.net/bugs/231741
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 231742] [NEW] Folder Configuration ignores "Folder Name"

2008-05-18 Thread Ryan Lovett
Public bug reported:

Binary package hint: conduit

I configured conduit to sync from Picasa to a folder. In the Folder
Configuration window I set a "Folder Name" of "Picasa" within a "Folder
Location" of my home directory. conduit downloaded the images to
/home/me/ rather than /home/me/Picasa/.

In my opinion the UI should only have one folder selection widget rather
than folder location + folder name widgets.

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

-- 
Folder Configuration ignores "Folder Name"
https://bugs.launchpad.net/bugs/231742
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 151790] Ubuntu needs you!

2008-08-15 Thread Ryan Lovett
On Thu, Aug 14, 2008 at 10:27:50PM -, Brian Murray wrote:
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better.  In the development cycle for Intrepid there have been some vast
> improvements in the open source ati video driver and we could use your
> help testing them.  Could you please download the latest Alpha CD image
> of Intrepid and test this particular bug just using the Live CD?  You
> can find the latest image at http://www.ubuntu.com/testing .  Your
> testing can help make Ubuntu and the open source ati driver even better!
> Thanks in advance.

I tried to test with the live cd, intrepid 4, but it drops me to a BusyBox
initramfs prompt at boot rather than an X session.

Ryan

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 55108] Ubuntu needs you!

2008-08-15 Thread Ryan Lovett
On Fri, Aug 15, 2008 at 12:05:59AM -, Brian Murray wrote:
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better.  In the development cycle for Intrepid there have been some vast
> improvements in the open source ati video driver and we could use your
> help testing them.  Could you please download the latest Alpha CD image
> of Intrepid and test this particular bug just using the Live CD?  You
> can find the latest image at http://www.ubuntu.com/testing .  Your
> testing can help make Ubuntu and the open source ati driver even better!
> Thanks in advance.

I tried to test with the live cd, intrepid 4, but it drops me to a BusyBox
initramfs prompt at boot rather than an X session.

Ryan

-- 
radeon driver, INVALID IO ALLOCATION
https://bugs.launchpad.net/bugs/55108
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-08-15 Thread Ryan Lovett
Followup to my previous post.

Running without 'quiet splash', the live cd displays dozens of

kjournald starting.  Commit interval 5 seconds.
EXT3-fs: mounted filesystem with ordered data mode.

before dropping to the prompt.

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 55108] Re: radeon driver, INVALID IO ALLOCATION

2008-08-15 Thread Ryan Lovett
Followup to my previous post.

Running without 'quiet splash', the live cd displays dozens of

kjournald starting.  Commit interval 5 seconds.
EXT3-fs: mounted filesystem with ordered data mode.

before dropping to the prompt.

-- 
radeon driver, INVALID IO ALLOCATION
https://bugs.launchpad.net/bugs/55108
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 258432] Re: Intrepid 4 live cd drops to busybox

2008-08-15 Thread Ryan Lovett

** Attachment added: "dmesg output"
   http://launchpadlibrarian.net/16860828/dmesg.txt

-- 
Intrepid 4 live cd drops to busybox
https://bugs.launchpad.net/bugs/258432
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 258432] Re: Intrepid 4 live cd drops to busybox

2008-08-15 Thread Ryan Lovett

** Attachment added: "/casper.log"
   http://launchpadlibrarian.net/16860826/casper.log

-- 
Intrepid 4 live cd drops to busybox
https://bugs.launchpad.net/bugs/258432
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 55108] Re: radeon driver, INVALID IO ALLOCATION

2008-08-15 Thread Ryan Lovett
Done!

https://bugs.launchpad.net/ubuntu/+source/casper/+bug/258432

By the way, that wiki page (uneditable) neglects to mention that (at
least with intrepid 4) you must specify the filesystem of the usb drive
otherwise it will fail. I tried with both vfat and ext2 drives and it
didn't work until specifying "-t" to mount. No big deal really but
perhaps the wiki page can be updated.

-- 
radeon driver, INVALID IO ALLOCATION
https://bugs.launchpad.net/bugs/55108
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 258432] [NEW] Intrepid 4 live cd drops to busybox

2008-08-15 Thread Ryan Lovett
Public bug reported:

Binary package hint: casper

I tried booting an IBM IntelliStation A Pro off of intrepid-desktop-
amd64.iso but it drops to a BusyBox initramfs prompt.

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

-- 
Intrepid 4 live cd drops to busybox
https://bugs.launchpad.net/bugs/258432
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 248902] [NEW] Cannot print to remote authenticated printer

2008-07-15 Thread Ryan Lovett
Public bug reported:

Binary package hint: evince

I have a print queue where the device uri is
"https://username:[EMAIL PROTECTED]:631/printers/myqueue". The
remote queue requires authentication. This queue works fine when
printing via lpr.

When I printed a PDF with evince, however, it throws up a dialog with
the text "Failed to print document" and "Can't prompt for
authorization".

This seems to be somewhat related to the bug

https://bugs.launchpad.net/ubuntu/+source/evince/+bug/158411

except my remote queue requires authentication.

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

-- 
Cannot print to remote authenticated printer
https://bugs.launchpad.net/bugs/248902
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 248902] Re: Cannot print to remote authenticated printer

2008-07-15 Thread Ryan Lovett

** Attachment added: "Window grab of error dialog window"
   http://launchpadlibrarian.net/16053417/evince-cups-auth.png

-- 
Cannot print to remote authenticated printer
https://bugs.launchpad.net/bugs/248902
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 315241] Re: Mangles MAC in ethers lookup

2009-02-03 Thread Ryan Lovett
Thanks Robert.

http://bugzilla.padl.com/show_bug.cgi?id=388

(launchpad wouldn't let me add this URL to the remote bug tracking list
since PADL isn't listed among the "distributions")

-- 
Mangles MAC in ethers lookup
https://bugs.launchpad.net/bugs/315241
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 315241] [NEW] Mangles MAC in ethers lookup

2009-01-08 Thread Ryan Lovett
Public bug reported:

Binary package hint: libnss-ldap

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310563

This bug occurs on Hardy.

'getent ethers hostname' properly looks up a machine, but when the client 
issues 'getent ethers 00:00:00:00:00:00' 
the LDAP server reveals that the filter is 
"(&(objectClass=ieee802Device)(macAddress=0:0:0:0:40:54))". The bug occurs on 
both i386 and amd64.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: libnss-ldap (Debian)
 Importance: Unknown
 Status: Unknown

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

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

-- 
Mangles MAC in ethers lookup
https://bugs.launchpad.net/bugs/315241
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 315241] Re: Mangles MAC in ethers lookup

2009-01-08 Thread Ryan Lovett
A manual search using ldapsearch yielded the correct results, e.g.

  ldapsearch ... -b cn=ethers,dc=foo "(macAddress=11:22:33:44:55:66)"

returned the correct entry from the server.

** Description changed:

  Binary package hint: libnss-ldap
  
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310563
  
  This bug occurs on Hardy.
  
- 'getent ethers hostname' properly looks up a machine, but when the client 
issues 'getent ethers 00:00:00:00:00:00' 
- the LDAP server reveals that the filter is 
"(&(objectClass=ieee802Device)(macAddress=0:0:0:0:40:54))". The bug occurs on 
both i386 and amd64.
+ 'getent ethers hostname' properly looks up a machine, but when the
+ client issues 'getent ethers 00:00:00:00:00:00'  the LDAP server reveals
+ that the filter is
+ "(&(objectClass=ieee802Device)(macAddress=0:0:0:0:40:54))". This occurs
+ for all MAC addresses so the server never matches on any getent key. The
+ bug occurs on both i386 and amd64.

-- 
Mangles MAC in ethers lookup
https://bugs.launchpad.net/bugs/315241
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 309816] [NEW] Include logrotate configuration

2008-12-19 Thread Ryan Lovett
Public bug reported:

The dovecot package does not include a logrotate configuration. If
dovecot is configured to log to file rather than syslog its log file
will become unmanageable. There is a recommended configuration here:

http://wiki.dovecot.org/Logging

# dovecot SIGUSR1: Re-opens the log files.
/var/log/dovecot*.log {
  missingok
  notifempty
  delaycompress
  sharedscripts
  postrotate
/bin/kill -USR1 `cat /var/run/dovecot/master.pid 2>/dev/null` 2> /dev/null 
|| true
  endscript
}

This configuration will not interfere if dovecot is configured to use
syslog.

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

-- 
Include logrotate configuration
https://bugs.launchpad.net/bugs/309816
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 260918] Re: needed: libv4l and associated application patches (or "gspca stopped working in 2.6.27")

2008-12-19 Thread Ryan Lovett
I'm running intrepid and cheese does not work for me with my QuickCam
Communicate STX. It printed

libv4l2: error dequeuing buf: Input/output error

to standard out 50 or so times.

$ lsmod | grep gspca
gspca_zc3xx55936  0 
gspca_main 29312  1 gspca_zc3xx
videodev   41344  1 gspca_main
usbcore   148848  9 
gspca_zc3xx,gspca_main,snd_usb_audio,snd_usb_lib,usblp,usbhid,ohci_hcd,ehci_hcd

$ lsusb
...
Bus 001 Device 005: ID 046d:08ad Logitech, Inc. QuickCam Communicate STX

$ dmesg
...
[80054.160400] zc3xx: probe 2wr ov vga 0x
[80490.308464] zc3xx: probe 2wr ov vga 0x

I tried the LD_PRELOAD trick mentioned in this bug, but no app was able
to handle the webcam. There are a lot of gspca launchpad bugs so I'm not
sure where to file this one. I picked 260918 since it was listed as the
mother bug, but 292086 might be more appropriate.

-- 
needed: libv4l and associated application patches (or "gspca stopped working in 
2.6.27")
https://bugs.launchpad.net/bugs/260918
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 104512] Re: [Package Request] sun-java6-plugin on AMD64?

2008-12-15 Thread Ryan Lovett
Sun has released a java plugin for amd64 Linux

https://jdk6.dev.java.net/6uNea.html
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4802695

-- 
[Package Request] sun-java6-plugin on AMD64?
https://bugs.launchpad.net/bugs/104512
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 49604] Re: chfn only understands /etc/passwd

2009-02-22 Thread Ryan Lovett
On Sun, Feb 22, 2009 at 07:05:16PM -, Connor Imes wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering if this is still an issue
> for you. Can you try with the latest Ubuntu release? Thanks in advance.

The above is the standard response for old untouched bugs:

https://wiki.ubuntu.com/Bugs/Responses#Old%20untouched%20bugs

and is appropriate for "Old new bugs that haven't been touched in a quite
a while and you are unable to recreate the bug."

Please try to recreate the bug before triaging in this way.

Ryan

-- 
chfn only understands /etc/passwd
https://bugs.launchpad.net/bugs/49604
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 49604] Re: chfn only understands /etc/passwd

2009-02-22 Thread Ryan Lovett
On Sun, Feb 22, 2009 at 08:38:07PM -, Connor Imes wrote:
> I'm sorry, I don't have access to a computing environment with LDAP or
> other network based authentication systems that I can test this bug in.
> The bug was still sitting in a New status.  If this is still a problem,
> then please just say so and I will update the bug accordingly, there is
> no need to be rude.

I did not intend to be rude, I was just reminding you of the appropriate
way to triage bugs. If you do not have access to an environment with LDAP
you should not be triaging LDAP-related bugs. I'm sure there are many
other deserving packages on launchpad within your area of expertise that
could use your triaging.

As for the current state of this bug, you can see from both the ChangeLog
and the source code that it has not been resolved.

Ryan

-- 
chfn only understands /etc/passwd
https://bugs.launchpad.net/bugs/49604
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 410558] [NEW] Can't play video on FF 3.5 What's New page

2009-08-07 Thread Ryan Lovett
Public bug reported:

Binary package hint: firefox-3.5

http://en-us.www.mozilla.com/en-US/firefox/3.5.2/whatsnew/

Firefox came up with the above URL in one of its tabs. I clicked the
video and I heard a few music beats, but it then stopped and wouldn't go
any further. I tried dragging the progress bar, but that didn't help.

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Can't play video on FF 3.5 What's New page
https://bugs.launchpad.net/bugs/410558
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 305068] Re: qlogind and rshd not installed

2009-08-11 Thread Ryan Lovett
I think that the packages should satisfy the qlogind/rshd dependencies,
but that they should be met by ssh, e.g. in 'qconf -mconf'

login_command   /usr/lib/gridengine/qlogin_wrapper
qlogin_daemon/usr/sbin/sshd -i
rlogin_command   /usr/bin/ssh
rlogin_daemon/usr/sbin/sshd -i
rsh_command  /usr/bin/ssh
rsh_daemon   /usr/sbin/sshd -i

where qlogin_wrapper is something like:

  #!/bin/sh
  /usr/bin/ssh -p $2 $1

This works for me with gridengine packages built on Hardy.

-- 
qlogind and rshd not installed
https://bugs.launchpad.net/bugs/305068
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 409958] [NEW] Sends false disk space alerts

2009-08-06 Thread Ryan Lovett
Public bug reported:

Binary package hint: nagios2

I received the following message from nagios2 on my server running
hardy:

===
Notification Type: PROBLEM  

Service: Disk Space 
Host: localhost 
Address: 127.0.0.1
State: WARNING
   
Date/Time: Thu Aug 6 04:03:40 PDT 2009  

Additional Info:

DISK WARNING - free space: / 3763 MB (83% inode=93%): /var/run 4001 MB (99% 
inode=99%): /var/lock 4001 MB (100% inode=99%): /dev 4001 MB (99% inode=99%):   
/dev/shm 4001 MB (100% inode=99%): /tmp 3512 MB (97% inode=99%): /usr 3107 MB   
(34% inode=53%): /var 88851 MB (91% inode=99%): /var/tmp 7545 MB (83%
inode=96%): /mnt/backup 3765
===

I'm using the default localhost_nagios2.cfg config file which check for
< 20% free (warning) and < 10% free (critical), however none of my
partitions exceeds 66%. I received another message later which has
nearly identical values. Note that I did not truncate the text below, it
actually does end with an open parenthesis:

===
Notification Type: RECOVERY 

Service: Disk Space 
Host: localhost 
Address: 127.0.0.1
State: OK 
   
Date/Time: Thu Aug 6 04:08:40 PDT 2009  

Additional Info:

DISK OK - free space: / 3763 MB (83% inode=93%): /var/run 4001 MB (99%  
inode=99%): /var/lock 4001 MB (100% inode=99%): /dev 4001 MB (99% inode=99%):   
/dev/shm 4001 MB (100% inode=99%): /tmp 3512 MB (97% inode=99%): /usr 3107 MB   
(34% inode=53%): /var 88850 MB (91% inode=99%): /var/tmp 7545 MB (83%
inode=96%): /mnt/backup 3765 MB (

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

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
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 400024] Re: "abiword --help" tells me to use "abiword --help"

2009-07-17 Thread Ryan Lovett
On Fri, Jul 17, 2009 at 07:07:42PM -, Charlie Kravetz wrote:
> I then installed the package "abiword-gnome", which removed the package
> "abiword". I still get the help dialogs when using 'abiword --help'.
> 
> To assist in resolving this issue, please provide the following details:
> 1) The release of Ubuntu you are using, via 'lsb_release -rd.
> 2) The version of the package you are using, via 'apt-cache policy 
> packagename'.
> 3) What happens if you open abiword, and click on 'Help -> Help contents...' ?

Thanks for your comments everyone. I reconnected to the machine in
question and was initially unable to reproduce the problem. I have my
shell history from the time; I was trying to use the command-line
conversion feature:

abiword --to=knowledge.ps knowledge.doc 
abiword --to=knowledge.pdf knowledge.doc 
abiword --to=knowledge.sxw knowledge.doc 
abiword --to=knowledge.odt knowledge.doc 
abiword --to=pdf knowledge.doc 
abiword --to=odt knowledge.doc 
ls *odt
ls *.s*
ls *.o*
abiword
ps ax | grep abiword
which abiword 
abiword --help
/usr/bin/abiword --help
ubuntu-bug abiword
ubuntu-bug abiword-gnome
ubuntu-bug --help
ubuntu-bug -p abiword-gnome

At which point ubuntu-bug started up in lynx which I then terminated
because I had trouble with launchpad in lynx.

abiword --help
/usr/bin/abiword --help
dpkg -l abiword-gnome
abiword --plugin AbiCommand
dpkg -L abiword-gnome
man abiword
abiword --print=foo.ps knowledge.doc 
ls -l knowledge.*
rm knowledge.pdf 
ls *doc
abiword --print=foo.ps knowledge.doc 

However, I then remembered what I was trying to and discovered how to
reproduce the problem:

env DISPLAY= abiword --help

This didn't turn up in my history since I had su'd to the account which
didn't preserve DISPLAY so no explicit env invocation was necessary.

I realize this is unconventional, but I was investigating having a
server-side CUPS print filter to print .doc files from the command-line,
e.g. 'lpr filename.doc'. In the CUPS print filter chain there is no X and
no display.

Other GNOME and GNOME-ish programs behave fine without DISPLAY:

env DISPLAY= gnome-terminal --help
env DISPLAY= firefox --help
env DISPLAY= nautilus --help

The information you requested:

$ lsb_release -rd
Description:Ubuntu 8.04.3 LTS
Release:8.04

$ apt-cache policy abiword-gnome
abiword-gnome:
  Installed: 2.4.6-3ubuntu3
  Candidate: 2.4.6-3ubuntu3
  Version table:
 *** 2.4.6-3ubuntu3 0
500 http://our.apt.mirror hardy/main Packages
100 /var/lib/dpkg/status


Ryan

-- 
"abiword --help" tells me to use "abiword --help"
https://bugs.launchpad.net/bugs/400024
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 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-07-22 Thread Ryan Lovett
We are seeing this problem with 2.6.24-24-server. We were running with
-23 recently but had this problem and upgraded after reading this
report. Additionally, the CPU load on the machine is around 190 though
summing the individual processes in top doesn't approach that total.
kswapd is near the top though the machine still has a lot of real RAM
unallocated. /var/log/kern.log grows rapidly at a rate of about 200
KB/minute. It has a lot of Call Traces and "Pid: 15713, comm: 
Not tainted 2.6.24-24-server #1".

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-07-22 Thread Ryan Lovett
On Wed, Jul 22, 2009 at 06:23:01PM -, Warren V wrote:
> Upgrade your kernel to 2.6.28. CentOS is now on 2.6.28-128, I noted the
> problem went away around 2.6.28-92.
> 
> Ubuntu is  stuck with whatever is currently out.

Do you know which patch addressed the issue? If so, the Ubuntu kernel devs
might be able to backport it to the LTS release.

Ryan

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 400024] [NEW] "abiword --help" tells me to use "abiword --help"

2009-07-15 Thread Ryan Lovett
Public bug reported:

Binary package hint: abiword-gnome

How do you entertain an Ubuntu user?

  $ /usr/bin/abiword --help
  Error on option --help: unknown option.
  Run '/usr/bin/abiword --help' to see a full list of available command line 
options.

Ubuntu 8.04 amd64

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

-- 
"abiword --help" tells me to use "abiword --help"
https://bugs.launchpad.net/bugs/400024
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 400024] Re: "abiword --help" tells me to use "abiword --help"

2009-07-16 Thread Ryan Lovett
On Thu, Jul 16, 2009 at 02:34:34PM -, Thomas Hotz wrote:
> I tried the following: $ '/usr/bin/abiword' --help
> 
> This works here...

On the last Ubuntu LTS?

Ryan

-- 
"abiword --help" tells me to use "abiword --help"
https://bugs.launchpad.net/bugs/400024
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 416562] [NEW] Bonding configuration in /etc/network/interfaces is altered by unknown process

2009-08-20 Thread Ryan Lovett
Public bug reported:

Binary package hint: ifupdown

Disclaimer: This could very well be a NetworkManager or a udev rules
thing or something else.

We have an Ubuntu LTS box with 4 on board network controllers. We wish
to bond eth0 and eth1 on one network and eth2 on another. With the
following in /etc/network/interfaces, eth0 and eth1 successfully form a
bond and eth2 is up on its network, however after booting eth1 is given
the same IP address as the bonded interfaces and two default routes are
created, one going through bond0 and the other through eth1. We have to
'ifconfig eth1 0.0.0.0' after booting to achieve the desired
configuration. This is a production server so we can't experiment with
packages above Hardy. I can't figure out what part of the Ubuntu
networking stack is doing this.

auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
address w.x.y.z
netmask 255.255.255.0
broadcast w.x.y.255
gateway w.x.y.1
slaves eth0 eth1

auto eth2
iface eth2 inet static
address a.b.c.d
netmask 255.255.255.0
broadcast a.b.c.255

We specify the following in /etc/modprobe.d/bonding:

alias bond0 bonding
options bonding mode=0 miimon=100 downdelay=200 updelay=200 fail_over_mac=0

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

-- 
Bonding configuration in /etc/network/interfaces is altered by unknown process
https://bugs.launchpad.net/bugs/416562
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 359045] Re: libv4l2: error turning on stream: Cannot allocate memory

2009-07-31 Thread Ryan Lovett
I see the same thing with cheese and my Logitech QuickCam Pro 9000.
skype can use my webcam without trouble.

-- 
libv4l2: error turning on stream: Cannot allocate memory
https://bugs.launchpad.net/bugs/359045
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 359045] Re: libv4l2: error turning on stream: Cannot allocate memory

2009-07-31 Thread Ryan Lovett
...wowever, when launched from gnome-panel rather than gnome-terminal,
cheese is able to use my webcam, albeit a bit hyper saturated. (w/no
effects turned on)

-- 
libv4l2: error turning on stream: Cannot allocate memory
https://bugs.launchpad.net/bugs/359045
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 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-08-13 Thread Ryan Lovett
On Thu, Aug 13, 2009 at 11:32:20PM -, Leann Ogasawara wrote:
> I'm marking this Fix Released against the actively developed kernel
> based on the feedback from Sim, the original bug reporter:
> 
> https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/245779/comments/53

But since I am seeing the same problem against the LTS kernel do I have to
open a new bug?

Ryan

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 245779] Re: Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0

2009-07-22 Thread Ryan Lovett
Perhaps related to this kernel bug with a patch against 2.6.27-rc5:
http://bugzilla.kernel.org/show_bug.cgi?id=10753

** Bug watch added: Linux Kernel Bug Tracker #10753
   http://bugzilla.kernel.org/show_bug.cgi?id=10753

-- 
Server 8.04 LTS: soft lockup - CPU#1 stuck for 11s! [bond1:3795] - bond - bond0
https://bugs.launchpad.net/bugs/245779
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 55108] radeon driver, INVALID IO ALLOCATION

2006-08-03 Thread Ryan Lovett
Public bug reported:

With the radeon driver on dapper/amd64, X craps out with:

(WW) INVALID IO ALLOCATION b: 0x4000 e: 0x40ff correcting^G
Requesting insufficient memory window!: start: 0x4000 end: 0x40ff size 
0xd0720100
Requesting insufficient memory window!: start: 0x4400 end: 0x44ff size 
0xd0720100
Requesting insufficient memory window!: start: 0x4800 end: 0x48ff size 
0xd0720100
Requesting insufficient memory window!: start: 0x4c00 end: 0x4cff size 
0xd0720100
(EE) Cannot find a replacement memory range
(**) RADEON(0): RADEONPreInit
(**) RADEON(0): RADEONFreeScreen
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

** Affects: xorg (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
radeon driver, INVALID IO ALLOCATION
https://launchpad.net/bugs/55108

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


[Bug 55108] Re: radeon driver, INVALID IO ALLOCATION

2006-08-03 Thread Ryan Lovett
xorg.conf

-- 
radeon driver, INVALID IO ALLOCATION
https://launchpad.net/bugs/55108

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


[Bug 50391] Re: [Bug 50391] Re: Fails with "floating exception"

2006-08-07 Thread Ryan Lovett
On Mon, Aug 07, 2006 at 05:16:09PM -, Rodrigo Novo wrote:
> Ryan, thanks for the bug report!
> 
> xserver-kdrive was updated recently during the Edgy development cycle. I
> wasn't able to reproduce this bug on i386 and amd64, using either the
> old version of Xephyr, or the current one.
> 
> If possible, please test against current version on Edgy, and reopen
> this bug if issue is still present.
> 
> ** Changed in: xserver-kdrive (Ubuntu)
>Status: Unconfirmed => Rejected
> 
> -- 
> Fails with "floating exception"
> https://launchpad.net/bugs/50391


Alright, thanks.

So is xserver-xephyr not supported (LTS) in Dapper because it is in
universe?

We're just upgrading all of our workstations to Dapper since it is the
latest stable release so going to Edgy isn't an option.

Ryan

-- 
Fails with "floating exception"
https://launchpad.net/bugs/50391

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


[Bug 55716] crash: "Error while running 'modprobe -v aic79xx'"

2006-08-08 Thread Ryan Lovett
Public bug reported:

The installer crashed with the quoted subject in a dialog window.

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 
1169, in watch_debconf_fd_helper
return callback(source, debconf_condition)
  File "/usr/lib/python2.4/site-packages/ubiquity/filteredcommand.py", line 
154, in process_input
self.exit_ui_loops()
  File "/usr/lib/python2.4/site-packages/ubiquity/filteredcommand.py", line 
269, in exit_ui_loops
self.frontend.quit_main_loop()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 
1600, in quit_main_loop
gtk.main_quit()
RuntimeError: called outside of a mainloop

** Affects: ubiquity (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
crash: "Error while running 'modprobe -v aic79xx'"
https://launchpad.net/bugs/55716

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


[Bug 55716] Re: crash: "Error while running 'modprobe -v aic79xx'"

2006-08-08 Thread Ryan Lovett


-- 
crash: "Error while running 'modprobe -v aic79xx'"
https://launchpad.net/bugs/55716

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


[Bug 55716] Re: crash: "Error while running 'modprobe -v aic79xx'"

2006-08-08 Thread Ryan Lovett


-- 
crash: "Error while running 'modprobe -v aic79xx'"
https://launchpad.net/bugs/55716

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


[Bug 55716] Re: crash: "Error while running 'modprobe -v aic79xx'"

2006-08-08 Thread Ryan Lovett


-- 
crash: "Error while running 'modprobe -v aic79xx'"
https://launchpad.net/bugs/55716

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


[Bug 56076] postinst prompts for questions outside of debconf

2006-08-11 Thread Ryan Lovett
Public bug reported:

Binary package hint: sendmail-bin

configure () {
local enter;
echo -n "Configure now ? (y/N) ";
read yn;
...


According to policy this is depracated behavior. From 
http://www.debian.org/doc/debian-policy/ch-binary.html#s-maintscriptprompt
"Package maintainer scripts may prompt the user if necessary. Prompting should 
be done by communicating through a program, such as debconf, which conforms to 
the Debian Configuration management specification, version 2 or higher. 
Prompting the user by other means, such as by hand[8], is now deprecated."

This complicates unattended installations.

** Affects: sendmail (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
postinst prompts for questions outside of debconf
https://launchpad.net/bugs/56076

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


[Bug 50285] Does not set location correctly with gnome-session

2006-06-18 Thread Ryan Lovett
Public bug reported:

Binary package hint: gnome-terminal

I've put two gnome-terminal windows on one screen and two on another,
but the second two are not put on the second screen at login despite my
saving the session. I'll attach screenshots of where gnome-session puts
them and where I want them.

** Affects: gnome-terminal (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** Attachment added: "Bad placement - four windows on first screen"
   http://librarian.launchpad.net/3085795/session-bad.png

** Attachment added: "Desired placement - two on each screen"
   http://librarian.launchpad.net/3085796/session-good.png

-- 
Does not set location correctly with gnome-session
https://launchpad.net/bugs/50285

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


[Bug 50296] Applet says "Networking disabled" when network is up

2006-06-19 Thread Ryan Lovett
Public bug reported:

Binary package hint: network-manager

The NetworkManager status applet claims that the network is disabled
when the network is actually up and working just fine. I'll attach a
screenshot.

** Affects: network-manager (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** Attachment added: "Panel screenshot"
   http://librarian.launchpad.net/3085898/nm2.png

-- 
Applet says "Networking disabled" when network is up
https://launchpad.net/bugs/50296

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


[Bug 50296] Re: [Bug 50296] Re: Applet says "Networking disabled" when network is up

2006-06-19 Thread Ryan Lovett
On Mon, Jun 19, 2006 at 01:08:04PM -, Ealden Esto E. EscaƱan wrote:
> Does this happen when you resume from hibernate or suspend?  Might be a
> duplicate of bug #40125

This is a desktop machine and I've never hibernated/suspended beyond
screensaver/dpms-type sleep.

My ethernet interface is eth1. Perhaps the algorithm for determining the
default interface is goofy?

Ryan

-- 
Applet says "Networking disabled" when network is up
https://launchpad.net/bugs/50296

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


[Bug 50391] Fails with "floating exception"

2006-06-19 Thread Ryan Lovett
Public bug reported:

Binary package hint: xserver-xephyr

Xephyr will not run on 2.6.15-23-amd64-k8 #1 SMP PREEMPT. It exits and
displays the message "Floating exception".

** Affects: xserver-kdrive (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Fails with "floating exception"
https://launchpad.net/bugs/50391

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


[Bug 50296] Re: [Bug 50296] Re: Applet says "Networking disabled" when network is up

2006-06-21 Thread Ryan Lovett
On Wed, Jun 21, 2006 at 12:29:33PM -, Simon Hepburn wrote:
> Could you post the contents of /etc/network/interfaces. Just out of
> curiosity, why would you use n-m on a desktop in preference to the
> deafult networking configuration?

I have a wireless interface in the machine which I experiment with from
time to time.

Doesn't Ubuntu automatically put n-m in your session regardless, or was
that my doing?

My slightly obfuscated file is below.

Ryan


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
address 64.142.x.y
netmask 255.255.255.0
gateway 64.142.x.1
broadcast 255.255.255.255

iface wlan0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
wireless-essid europa

-- 
Applet says "Networking disabled" when network is up
https://launchpad.net/bugs/50296

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


[Bug 50296] Re: [Bug 50296] Re: Applet says "Networking disabled" when network is up

2006-06-21 Thread Ryan Lovett
On Wed, Jun 21, 2006 at 05:55:52PM -, Simon Hepburn wrote:
> n-m won't work with a static config; you need to comment out probably
> everything but your loopback interface and restart networking for n-m to
> work. See:
> 
> https://help.ubuntu.com/community/WifiDocs/NetworkManager
 
Thanks for this information. The program should just be silent if there are
only automatically configured interfaces in the interfaces file, otherwise
this gives the impression that it doesn't work properly.

NM is described as "it should "Just Work" as automatically as possible and
intrude as little as possible into the user's workflow. NetworkManager
attempts to make networking invisible." Tossing up a "Network is disabled"
when it actually isn't sort of violates this. :)

Maybe this should be changed to a wishlist bug.

> I think you can safely close this bug if it works, you don't appear to
> be suffering any of the suspend/hibernate problems laptop owners are
> reporting.

I'll test this when I get home tonight.

Ryan

-- 
Applet says "Networking disabled" when network is up
https://launchpad.net/bugs/50296

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


[Bug 56964] alsa output plugin prints debug messages

2006-08-20 Thread Ryan Lovett
Public bug reported:

Binary package hint: xmms

ganymede:~$ xmms &
[1] 8142
ganymede:~$ Message: device: default

This makes it shut up.

--- Output/alsa/init.c.orig 2005-05-09 14:45:07.0 -0700
+++ Output/alsa/init.c  2006-08-20 00:17:36.0 -0700
@@ -41,7 +41,6 @@
if (!xmms_cfg_read_string(cfgfile, "ALSA", "pcm_device",
  &alsa_cfg.pcm_device))
alsa_cfg.pcm_device = g_strdup("default");
-   g_message("device: %s", alsa_cfg.pcm_device);
if (!xmms_cfg_read_string(cfgfile, "ALSA", "mixer_device",
  &alsa_cfg.mixer_device))
alsa_cfg.mixer_device = g_strdup("PCM");

** Affects: xmms (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
alsa output plugin prints debug messages
https://launchpad.net/bugs/56964

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


[Bug 58405] segfault on amd64 as non-root user

2006-08-31 Thread Ryan Lovett
Public bug reported:

top segfaults right away when run as a non-root user. I rebuilt it with
debugging symbols:

rogram received signal SIGSEGV, Segmentation fault.
0x2aeb0a40 in strcpy () from /lib/libc.so.6
(gdb) bt
#0  0x2aeb0a40 in strcpy () from /lib/libc.so.6
#1  0x00402d85 in capsmk (q=0x50ee18) at top.c:533
#2  0x00404505 in windows_stage2 () at top.c:2463
#3  0x00407f4d in main (dont_care_argc=, 
argv=0x7f874678) at top.c:3322
(gdb) f 1
#1  0x00402d85 in capsmk (q=0x50ee18) at top.c:533
533   strcpy(q->capclr_sum, tparm(set_a_foreground, q->rc.summclr));
(gdb) print q
$1 = (WIN_t *) 0x50ee18
(gdb) print q->capclr_sum
$2 = '\0' 
(gdb) print q->rc
$4 = {sortindx = 0, winflags = 63801, maxtasks = 0, summclr = 6, msgsclr = 6, 
  headclr = 7, taskclr = 6, winname = "Job", 
  fieldscur = "ABcefgjlrstuvyzMKNHIWOPQDX\000\000\000\000\000"}

** Affects: procps (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
segfault on amd64 as non-root user
https://launchpad.net/bugs/58405

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


[Bug 58405] Re: [Bug 58405] Re: segfault on amd64 as non-root user

2006-08-31 Thread Ryan Lovett
On Thu, Aug 31, 2006 at 11:33:26PM -, Daniel T Chen wrote:
> Which Ubuntu release is this symptom on, 6.06.1 or 6.10?

Its 6.06.1.

Ryan

-- 
segfault on amd64 as non-root user
https://launchpad.net/bugs/58405

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


[Bug 54689] accton man page is incorrect

2006-07-31 Thread Ryan Lovett
Public bug reported:

Binary package hint: acct

Before dapper, one could disable process accounting by running 'accton'
without arguments. Dapper's accton program reports an error, however,
when you do this despite the man page:

   accton filename turns on process accounting.  If called with no
   arguments, it will, by default, stop process accounting.

# accton
accton: no arguments
Usage: accton [OPTION] on|off|ACCOUNTING_FILE
Try 'accton --help' for more information.

The man page should be updated to reflect the new command-line usage.

** Affects: acct (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
accton man page is incorrect
https://launchpad.net/bugs/54689

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


[Bug 54692] platform module reports imprecise distribution information

2006-07-31 Thread Ryan Lovett
Public bug reported:

Binary package hint: python2.4

>>> import platform
>>> platform.dist()
('debian', 'testing/unstable', '')

It appears it is retrieving this information from /etc/debian_version.
In my opinion, this should return ('ubuntu', '6.06', 'dapper') as it
would help to distinguish between Ubuntu versions in python scripts.
platform.py should probably be informed about /etc/lsb-release but I
guess that's a decision for upstream.

** Affects: python2.4 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
platform module reports imprecise distribution information
https://launchpad.net/bugs/54692

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


[Bug 53179] Re: Portmap starts to late

2006-09-01 Thread Ryan Lovett
I see similar behavior in 6.06.1. (dapper) nis starts at S18nis and
portmap at S18portmap. If the nis start script completes starts before
portmap, none of the other RPC programs seem to be able to register
themselves with the portmapper. I fixed this by making portmap start at
S17. The portmap manpage says "Portmap must be started before any RPC
servers are invoked." I request that the portmap's postinst be changed
so that update-rc.d uses something like "start 17 2 3 4 5" or lower.

** Summary changed:

- Portmap starts to late
+ Portmap starts too late

-- 
Portmap starts too late
https://launchpad.net/bugs/53179

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


[Bug 58405] Re: segfault on amd64 as non-root user

2006-09-19 Thread Ryan Lovett
I've determined that this only happens when TERM=xterm-color. TERM
values that work without producing a segfault are xterm, ansi, vt100,
and vt220.

** Summary changed:

- segfault on amd64 as non-root user
+ top segfault when TERM=xterm-color

** Description changed:

- top segfaults right away when run as a non-root user. I rebuilt it with
+ top segfaults right away when run as a non-root user. It does not
+ segfault when run as root with the same TERM value. I rebuilt it with
  debugging symbols:
  
  rogram received signal SIGSEGV, Segmentation fault.
  0x2aeb0a40 in strcpy () from /lib/libc.so.6
  (gdb) bt
  #0  0x2aeb0a40 in strcpy () from /lib/libc.so.6
  #1  0x00402d85 in capsmk (q=0x50ee18) at top.c:533
  #2  0x00404505 in windows_stage2 () at top.c:2463
  #3  0x00407f4d in main (dont_care_argc=, 
  argv=0x7f874678) at top.c:3322
  (gdb) f 1
  #1  0x00402d85 in capsmk (q=0x50ee18) at top.c:533
  533   strcpy(q->capclr_sum, tparm(set_a_foreground, q->rc.summclr));
  (gdb) print q
  $1 = (WIN_t *) 0x50ee18
  (gdb) print q->capclr_sum
  $2 = '\0' 
  (gdb) print q->rc
  $4 = {sortindx = 0, winflags = 63801, maxtasks = 0, summclr = 6, msgsclr = 6, 
headclr = 7, taskclr = 6, winname = "Job", 
fieldscur = "ABcefgjlrstuvyzMKNHIWOPQDX\000\000\000\000\000"}

-- 
top segfault when TERM=xterm-color
https://launchpad.net/bugs/58405

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


[Bug 64146] Re: "Could not claim the IO device": Canon IXUS 65, Edgy

2006-11-06 Thread Ryan Lovett
I had to the same thing with my Canon A630.

SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="313a", MODE="0660",
GROUP="plugdev"

Wouldn't it be easier to just glob all the idProducts?

-- 
"Could not claim the IO device": Canon IXUS 65, Edgy
https://launchpad.net/bugs/64146

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


[Bug 155553] installs unlaunchable menu item

2007-10-21 Thread Ryan Lovett
Public bug reported:

Selecting System -> Preferences -> IcedTea Java Plugin Control Panel
produces a dialog with:

  Could not launch menu item
  Failed to execute child process 
"/usr/lib/jvm/java-7-icedtea/bin/ControlPanel" (No such file or directory)

and the file does not exist.

** Affects: icedtea-java7 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
installs unlaunchable menu item
https://bugs.launchpad.net/bugs/13
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 56076] Re: postinst prompts for questions outside of debconf

2007-10-16 Thread Ryan Lovett
** Bug watch added: Debian Bug tracker #446958
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446958

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

-- 
postinst prompts for questions outside of debconf
https://bugs.launchpad.net/bugs/56076
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 58405] Re: top segfault when TERM=xterm-color

2007-10-09 Thread Ryan Lovett
This doesn't happen anymore. Changing status to "Fix Released" which is
the closest thing resembling "Close this bug" I can find in launchpad.

** Changed in: procps (Ubuntu)
   Status: Incomplete => Fix Released

-- 
top segfault when TERM=xterm-color
https://bugs.launchpad.net/bugs/58405
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 151372] Re: gutsy installer hangs on partman stage

2007-10-10 Thread Ryan Lovett
I've attached the lshal output.

** Attachment added: "lshal output"
   http://launchpadlibrarian.net/9929130/x

-- 
gutsy installer hangs on partman stage
https://bugs.launchpad.net/bugs/151372
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 151372] gutsy installer hangs on partman stage

2007-10-10 Thread Ryan Lovett
Public bug reported:

Binary package hint: partman-base

I installed the Gutsy tribe 5 beta onto a machine a while back. I just
downloaded the Gutsy beta and was going to install over the tribe
installation, but the installer hung on the partman stage. It was
showing the progress dialog window with something like 57% completed.

The tribe 5 was i386 and the beta was amd64, both desktop varieties.

I had chosen to resize /dev/sda2 during the tribe 5 install and had been
able to use the WinXP installation and Ubuntu installation without any
problems.

I xkilled the installation window and tried again, but this time the
progress dialog window never came up.

stracing the partman process hung the terminal the strace was running
in.

Disk /dev/sda: 80.0 GB, 800 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd0f4738c
 
   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   7   56196   de  Dell Utility
/dev/sda2   *   8264821213832+   7  HPFS/NTFS
/dev/sda32649943154484447+  83  Linux
/dev/sda494329726 2369587+   5  Extended
/dev/sda594329726 2369556   82  Linux swap / Solaris

** Affects: partman-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gutsy installer hangs on partman stage
https://bugs.launchpad.net/bugs/151372
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


Re: [Bug 151372] Re: gutsy installer hangs on partman stage

2007-10-10 Thread Ryan Lovett
On Wed, Oct 10, 2007 at 08:38:21PM -, Colin Watson wrote:
> Oh, sorry, I see that this is desktop not alternate. Your symptoms sound
> like unionfs-induced breakage. Could you please try a current daily
> build?

Okay, but there aren't any desktop flavored images in
http://cdimage.ubuntu.com/daily/current/. Should I try the alternate?

Ryan

-- 
gutsy installer hangs on partman stage
https://bugs.launchpad.net/bugs/151372
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


Re: [Bug 151372] Re: gutsy installer hangs on partman stage

2007-10-11 Thread Ryan Lovett
On Wed, Oct 10, 2007 at 09:24:37PM -, Colin Watson wrote:
> On Wed, Oct 10, 2007 at 09:01:40PM -0000, Ryan Lovett wrote:
> > Okay, but there aren't any desktop flavored images in
> > http://cdimage.ubuntu.com/daily/current/. Should I try the alternate?
> 
> http://cdimage.ubuntu.com/daily-live/current/ has the desktop CDs.

It seems fine with the daily CD.

Thanks,
Ryan

-- 
gutsy installer hangs on partman stage
https://bugs.launchpad.net/bugs/151372
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 151790] gutsy beta - gnome apps misinterpret xrandr

2007-10-11 Thread Ryan Lovett
Public bug reported:

This is with the Gutsy daily desktop CD for amd64 from 2007/10/10.

Apps like gdm and gnome-panel put their "bottom parts", e.g. the bottom
gnome-panel instance and the gdm button area, about 2/3 to the bottom.
I've attached some screenshots of this behavior. I couldn't figure it
out until I went to the Screen and Graphics Preferences tool. It is
autodecting a resolution of 1280x800 when the LCD screen is actually a
normal 1280x1024 19" LCD. When I typed 'xrandr -q' I got:

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1200
VGA-0 connected 1280x800+0+0 (normal left inverted right) 0mm x 0mm
   1280x800   60.0* 
   1280x768   60.0  
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
DVI-0 connected 1280x1024+0+0 (normal left inverted right) 359mm x 287mm
   1280x1024  60.0*+   59.9  
   1024x768   75.1 60.0  
   800x60075.0 60.3  
   640x48075.0 60.0  
   720x40070.1  

It seems as if GNOME apps assume that the screen is 1280x800 even though
nothing is actually plugged into the VGA port. Once I dragged the panel
down to the bottom it stays their across sessions. The other apps like
gdm still have the odd behavior. The screenshots demonstrate this better
than I can describe.

udi = '/org/freedesktop/Hal/devices/pci_1002_514c'
  info.bus = 'pci'  (string)
  info.parent = '/org/freedesktop/Hal/devices/pci_1022_7455'  (string)
  info.product = 'Radeon R200 QL [Radeon 8500 LE]'  (string)
  info.subsystem = 'pci'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_1002_514c'  (string)
  info.vendor = 'ATI Technologies Inc'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'pci'  (string)
  linux.sysfs_path = '/sys/devices/pci:08/:08:01.0/:09:00.0'  
(string)
  pci.device_class = 3  (0x3)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci:08/:08:01.0/:09:00.0'  
(string)
  pci.product = 'Radeon R200 QL [Radeon 8500 LE]'  (string)
  pci.product_id = 20812  (0x514c)  (int)
  pci.subsys_product_id = 20812  (0x514c)  (int)
  pci.subsys_vendor = 'Palit Microsystems Inc.'  (string)
  pci.subsys_vendor_id = 5481  (0x1569)  (int)

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gutsy beta -  gnome apps misinterpret xrandr
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gutsy beta - gnome apps misinterpret xrandr

2007-10-11 Thread Ryan Lovett
The bottom of the faded portion isn't the bottom of the screen.

** Attachment added: "Split logout screen"
   http://launchpadlibrarian.net/9948349/segmented.png

-- 
gutsy beta -  gnome apps misinterpret xrandr
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gutsy beta - gnome apps misinterpret xrandr

2007-10-11 Thread Ryan Lovett
The GUI is showing the resolutions for the VGA output when nothing is
actually connected to it.

** Attachment added: "The GUI showing only VGA values"
   http://launchpadlibrarian.net/9948360/screen-prefs-xrandr.png

-- 
gutsy beta -  gnome apps misinterpret xrandr
https://bugs.launchpad.net/bugs/151790
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 211865] Re: No kernel modules for hardy netboot

2008-04-21 Thread Ryan Lovett
This seems to be fixed now with the latest netboot tarballs.

-- 
No kernel modules for hardy netboot
https://bugs.launchpad.net/bugs/211865
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 151790] Re: gutsy beta - gnome apps misinterpret xrandr

2008-04-21 Thread Ryan Lovett
I'm still having this problem with the latest hardy release candidate.

** Summary changed:

- gutsy beta -  gnome apps misinterpret xrandr
+ gnome apps misinterpret xrandr in hardy rc

** Tags added: hardy

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
Here is a camera grab of the gdm screen. You can see how the gdm
controls are not at the bottom of the actual screen.

** Attachment added: "Picture of the gdm screen"
   http://launchpadlibrarian.net/13762946/0-gdm.jpg

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
This is a camera shot of first login. The "bottom" gnome-panel is
hovering at 800 pixels down instead of 1024.

** Attachment added: "Picture of the default desktop"
   http://launchpadlibrarian.net/13763548/1-login.jpg

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
I opened the Screen Resolution preference program and took a screenshot.
The artifacts to the right of the gnome-terminal are compiz artifacts I
don't much care about. You can see that the program is detecting a
resoltion of 1280x800 while the actual monitor is an LCD at 1280x1024.
The really pixelated bits at the bottom of the shot do not appear on my
screen.

** Attachment added: "A desktop capture after opening the Screen Resolution 
capplet."
   http://launchpadlibrarian.net/13766373/monitor-resolution-settings.png

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
Here I just clicked on the 'Dell 18"' box in the program and another
display called Unknown pops up. The available resolutions for the Dell
now has a 1280x1024. Changing the resolutions here has no effect nor
does clicking the detection button.

** Attachment added: "Another capture, right after clicking the display box"
   http://launchpadlibrarian.net/13767545/monitor-resolution-settings2.png

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
You can see how xrandr is detecting a CRT that doesn't exist at a
resolution of 1280x800. There is no CRT attached to the VGA port on the
card - only an LCD attached to the DVI port.

** Attachment added: "xrandr output"
   http://launchpadlibrarian.net/13769504/xrandr.txt

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
What I'm guessing is the default xorg.conf for hardy installations.

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

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 151790] Re: gnome apps misinterpret xrandr in hardy rc

2008-04-21 Thread Ryan Lovett
Note the following in the log file:

(II) RADEON(0): EDID vendor "DEL", prod id 57347
(II) RADEON(0): Output VGA-0 connected
(II) RADEON(0): Output DVI-0 connected
(II) RADEON(0): Output VGA-0 using initial mode 1280x800
(II) RADEON(0): Output DVI-0 using initial mode 1280x1024

even though nothing is connected to the VGA port.

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

-- 
gnome apps misinterpret xrandr in hardy rc
https://bugs.launchpad.net/bugs/151790
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 2786] Re: gq segfaults when starting

2008-04-22 Thread Ryan Lovett
This bug was fixed, but also doesn't affect Debian Menu.

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

-- 
gq segfaults when starting
https://bugs.launchpad.net/bugs/2786
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 2786] Re: gq segfaults when starting

2008-04-22 Thread Ryan Lovett
This bug was fixed but also doesn't affect base-installer.

** Changed in: base-installer
   Status: New => Fix Released

-- 
gq segfaults when starting
https://bugs.launchpad.net/bugs/2786
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 216138] [NEW] Raises windows on focus

2008-04-11 Thread Ryan Lovett
Public bug reported:

Binary package hint: acroread

When an acroread has window focus, it raises the window above others
including other acroread windows. I have compiz set not to raise windows
on focus (Auto-Raise is off) and acroread is the only application that
does this. It makes it hard to do my taxes since gnome-calculator keeps
disappearing behind the acroread windows. :)

I'm using hardy.

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

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

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


  1   2   3   >