[Bug 290409] Re: Context menu in RSS reader acts inconsistently.

2015-10-13 Thread Adam Buchbinder
The menus appear to have changed; as there are no screenshots, I can't
be sure about this, but I think the issue doesn't exist any more as of
thunderbird 1:38.3.0+build1-0ubuntu0.14.04.1.

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

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

Title:
  Context menu in RSS reader acts inconsistently.

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

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


[Bug 1059085] [NEW] recovery silently deletes data in large files.

2012-09-30 Thread Adam Buchbinder
Public bug reported:

This is present in vim 2:7.2.330-1ubuntu3, in Lucid. It was fixed
upstream in 7.3.216. To replicate the bug (taken from
https://groups.google.com/d/topic/vim_use/CNuBWi0763I/discussion):


[Summary]

The recovery process silently deletes part of the file it's run on, when
the file is large enough (40,000 lines seems to trigger it).


[Impact]

The recovery process, while it may not recover all of the user's changes
since the process was killed, is expected to at least not destroy random
chunks of data in the middle of a large file. This bug has bitten me at
least twice--silently!--before I found out what was going on.


[Test Case]

1. Run 'vi test.txt'.
2. Type '78a-' [ESC], then 'yy', '3p', then ':wq', to create a 40,000-line 
test file.
3. Run 'cp test.txt test.bak'.
4. Run 'vi test.txt'.
5. Type 'Ox' to make a small change to the file.
6. From another terminal window, run 'ps x|grep [t]est.txt' to find the PID of 
the running vim process.
7. Run 'kill $PID' to terminate the process.
8. Run 'vi test.txt', and type 'r' to attempt recovery, then ':wq' to save the 
recovered contents.
9. Run 'wc -l test.txt test.bak'.

Expected output:
$ wc -l test.txt test.bak
  40001 test.txt
  4 test.bak

Actual output:
$ wc -l test.txt test.bak
  38629 test.txt
  4 test.bak


[Regression Potential]

Small. The patch I'm backporting
(https://groups.google.com/d/topic/vim_dev/lTos-bGcNgU/discussion) in is
part of the new 7.3 series, and vim has a large test suite; I'm porting
and checking the patch as-is, including its tests. If this breaks the
recovery process, the regression tests will catch it.

** Affects: vim (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  recovery silently deletes data in large files.

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

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


[Bug 1059085] Re: recovery silently deletes data in large files.

2012-09-30 Thread Adam Buchbinder
** Branch linked: lp:~adam-buchbinder/ubuntu/lucid/vim/vim-large-file-
recovery

** Summary changed:

- recovery silently deletes data in large files.
+ Lucid: recovery silently deletes data in large files.

** Description changed:

  This is present in vim 2:7.2.330-1ubuntu3, in Lucid. It was fixed
- upstream in 7.3.216. To replicate the bug (taken from
+ upstream in 7.3.216, which is in Precise and newer. To replicate the bug
+ (taken from
  https://groups.google.com/d/topic/vim_use/CNuBWi0763I/discussion):
- 
  
  [Summary]
  
  The recovery process silently deletes part of the file it's run on, when
  the file is large enough (40,000 lines seems to trigger it).
- 
  
  [Impact]
  
  The recovery process, while it may not recover all of the user's changes
  since the process was killed, is expected to at least not destroy random
  chunks of data in the middle of a large file. This bug has bitten me at
  least twice--silently!--before I found out what was going on.
- 
  
  [Test Case]
  
  1. Run 'vi test.txt'.
  2. Type '78a-' [ESC], then 'yy', '3p', then ':wq', to create a 
40,000-line test file.
  3. Run 'cp test.txt test.bak'.
  4. Run 'vi test.txt'.
  5. Type 'Ox' to make a small change to the file.
  6. From another terminal window, run 'ps x|grep [t]est.txt' to find the PID 
of the running vim process.
  7. Run 'kill $PID' to terminate the process.
  8. Run 'vi test.txt', and type 'r' to attempt recovery, then ':wq' to save 
the recovered contents.
  9. Run 'wc -l test.txt test.bak'.
  
  Expected output:
  $ wc -l test.txt test.bak
-   40001 test.txt
-   4 test.bak
+   40001 test.txt
+   4 test.bak
  
  Actual output:
  $ wc -l test.txt test.bak
-   38629 test.txt
-   4 test.bak
- 
+   38629 test.txt
+   4 test.bak
  
  [Regression Potential]
  
  Small. The patch I'm backporting
  (https://groups.google.com/d/topic/vim_dev/lTos-bGcNgU/discussion) in is
  part of the new 7.3 series, and vim has a large test suite; I'm porting
  and checking the patch as-is, including its tests. If this breaks the
  recovery process, the regression tests will catch it.

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

Title:
  Lucid: recovery silently deletes data in large files.

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

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

[Bug 259087] Re: ffmpeg does not support Theora extensions

2012-03-18 Thread Adam Buchbinder
$ wget http://people.xiph.org/~xiphmont/demo/theora/test50-skip5-acdc16.ogg
$ ffmpeg -y -i test50-skip5-acdc16.ogg -vcodec huffyuv theora-new.avi

The resultant theora-new.avi plays properly in VLC. I'm running ffmpeg
4:0.5.1-1ubuntu1.3 on Lucid.

** Changed in: ffmpeg-debian (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  ffmpeg does not support Theora extensions

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

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


[Bug 389164] Re: mdb-header outputs invalid code for unrecognized field types.

2012-01-30 Thread Adam Buchbinder
I'm not sure what I was using it for--it was at a previous job--but I
did use it. I think I may have used some kind of script to grep certain
field names out of it or something similarly hacky.

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

Title:
  mdb-header outputs invalid code for unrecognized field types.

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

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


[Bug 580735] Re: Clock Applet crashes for no reason

2011-10-12 Thread Adam Buchbinder
** Changed in: gnome-panel (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Clock Applet crashes for no reason

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

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


[Bug 817119] Re: Receiving a video chat invite from Google Talk crashes Pidgin.

2011-08-25 Thread Adam Buchbinder
The process for stable release updates is here:

https://wiki.ubuntu.com/StableReleaseUpdates

But you can't nominate a patch for SRU'ing any more without being a bug
supervisor (which I'm not); see here:

https://answers.launchpad.net/launchpad/+question/140509

So, I guess someone needs to go on the IRC channel and ask someone? The
process seems to have gotten less automated since I was last involved.

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

Title:
  Receiving a video chat invite from Google Talk crashes Pidgin.

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

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


[Bug 530712] Re: Labels in find bar are improperly formatted.

2011-07-27 Thread Adam Buchbinder
** Bug watch added: GNOME Bug Tracker #597942
   https://bugzilla.gnome.org/show_bug.cgi?id=597942

** Also affects: gnote via
   https://bugzilla.gnome.org/show_bug.cgi?id=597942
   Importance: Unknown
   Status: Unknown

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

Title:
  Labels in find bar are improperly formatted.

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

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


[Bug 817119] Re: Receiving a video chat invite from Google Talk crashes Pidgin.

2011-07-27 Thread Adam Buchbinder
** Bug watch added: Pidgin Trac #13136
   http://developer.pidgin.im/ticket/13136

** Also affects: pidgin via
   http://developer.pidgin.im/ticket/13136
   Importance: Unknown
   Status: Unknown

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

Title:
  Receiving a video chat invite from Google Talk crashes Pidgin.

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

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


[Bug 817119] Re: Receiving a video chat invite from Google Talk crashes Pidgin.

2011-07-27 Thread Adam Buchbinder
** Visibility changed to: Public

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

Title:
  Receiving a video chat invite from Google Talk crashes Pidgin.

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

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


[Bug 817119] Re: Receiving a video chat invite from Google Talk crashes Pidgin.

2011-07-27 Thread Adam Buchbinder
I have a fixed version in my PPA; the patch at the link seems to fix it
for me, at least. It's fixed in upstream 2.7.11, according to the
changelog there. (I can't receive calls from GTalk, but I can make them
to GTalk, and I can see them, though they can't see me. Probably
another, separate issue there.)

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

Title:
  Receiving a video chat invite from Google Talk crashes Pidgin.

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

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


[Bug 235202] Re: eject command fails with unable to open error

2011-06-09 Thread Adam Buchbinder
I don't think it's the same issue; this one is about how to grant users
certain permissions (is that even relevant? are people just supposed to
use udisks --unmount /dev/whatever? that's not as simple as eject
/mnt/mount-path, since you need to know the device name), and the other
is about eject's mechanism for automatically picking the default optical
drive.

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

Title:
  eject command fails with unable to open error

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

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


[Bug 792056] [NEW] gcc(1) manpage formatting error on -print-multi-lib

2011-06-02 Thread Adam Buchbinder
Public bug reported:

The manpage for gcc(1) contains the following:

   -print-multi-lib
   Print the mapping from multilib directory names to compiler
   switches that enable them.  The directory name is separated from
   the switches by ;, and each switch starts with an @} instead of
   the @samp{-, without spaces between multiple switches.  This is
   supposed to ease shell-processing.

I noted this in the Cygwin documentation some years ago:

http://www.cygwin.com/ml/cygwin/2005-12/msg00636.html

It seems that gcc's manpages are generated by a particular toolchain,
and some escape sequences aren't being properly escaped. I'm unsure of
exactly how to proceed, but if I come up with a patch, I'll attach it
here.

http://gcc.gnu.org/onlinedocs/gccint/Man-Page-Generation.html

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gcc 4:4.4.4-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic x86_64
Architecture: amd64
CheckboxSubmission: e8aeaf9845af0062f5473c26a064d5c6
CheckboxSystem: 2a6f54df59af338184485e85cbcf0d32
Date: Thu Jun  2 16:24:47 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gcc-defaults

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  gcc(1) manpage formatting error on -print-multi-lib

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


[Bug 792056] Re: gcc(1) manpage formatting error on -print-multi-lib

2011-06-02 Thread Adam Buchbinder
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/792056

Title:
  gcc(1) manpage formatting error on -print-multi-lib

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


[Bug 789398] Re: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

2011-05-27 Thread Adam Buchbinder
** Patch added: Patch to glade/prefdialog.glade to fix warning.
   
https://bugs.launchpad.net/bugs/789398/+attachment/2145343/+files/gnochm-spinbutton.patch

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

Title:
  GtkWarning: GtkSpinButton: setting an adjustment with non-zero page
  size is deprecated

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


[Bug 789398] Re: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

2011-05-27 Thread Adam Buchbinder
I should mention, I'm running GnoCHM 0.9.11-2.

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

Title:
  GtkWarning: GtkSpinButton: setting an adjustment with non-zero page
  size is deprecated

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


[Bug 789398] [NEW] GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

2011-05-27 Thread Adam Buchbinder
Public bug reported:

Binary package hint: gnochm

I've seen the following message while running GnoCHM:

/usr/bin/gnochm:474: GtkWarning: GtkSpinButton: setting an adjustment with 
non-zero page size is deprecated
  self.xml = gtk.glade.XML(path_prefdialog, None, app)

This was reported, along with some other (more serious) issues in bug
300466; I'm splitting it out here. A patch is attached to fix the
warning.

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

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

Title:
  GtkWarning: GtkSpinButton: setting an adjustment with non-zero page
  size is deprecated

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


[Bug 300466] Re: deprecation warning and unhandled properties

2011-05-27 Thread Adam Buchbinder
The deprecation message is unrelated to the unhandled property messages,
and is trivial to fix; I've opened bug 789398 and submitted a patch
there.

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

Title:
  deprecation warning and unhandled properties

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


[Bug 670622] Re: fusermount allows unmount any filesystem

2011-01-20 Thread Adam Buchbinder
** Bug watch added: Debian Bug tracker #602333
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602333

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

** Bug watch added: Red Hat Bugzilla #651183
   https://bugzilla.redhat.com/show_bug.cgi?id=651183

** Also affects: fuse (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=651183
   Importance: Unknown
   Status: Unknown

** Bug watch added: Novell/SUSE Bugzilla #651598
   https://bugzilla.novell.com/show_bug.cgi?id=651598

** Also affects: fuse (Suse) via
   https://bugzilla.novell.com/show_bug.cgi?id=651598
   Importance: Unknown
   Status: Unknown

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

Title:
  fusermount allows unmount any filesystem

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


[Bug 704999] Re: Cannot process event-reschedule request.

2011-01-19 Thread Adam Buchbinder

** Attachment added: Unprocessable event (text/calendar attachment to an 
email).
   https://bugs.launchpad.net/bugs/704999/+attachment/1799433/+files/event.cal

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

Title:
  Cannot process event-reschedule request.

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


[Bug 704999] [NEW] Cannot process event-reschedule request.

2011-01-19 Thread Adam Buchbinder
Public bug reported:

When I received a request to reschedule a particular occurrence of a
recurring meeting, Lightning displayed a bar reading This message
contains an event that this version of Lightning cannot process.

The relevant portions of the event invitation (I changed the contact
information) are attached.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xul-ext-lightning 1.0~b2+build2+nobinonly-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
Architecture: amd64
CheckboxSubmission: e8aeaf9845af0062f5473c26a064d5c6
CheckboxSystem: 2a6f54df59af338184485e85cbcf0d32
Date: Wed Jan 19 11:14:20 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: lightning-extension

** Affects: lightning-extension (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  Cannot process event-reschedule request.

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


[Bug 668368] [NEW] Default [homes] share template uses incorrect %S macro.

2010-10-29 Thread Adam Buchbinder
Public bug reported:

Binary package hint: samba

The default smb.conf suggests a rather unhelpful default for the 'valid
users' option in the [homes] section. It's commented out by default, but
uncommenting the template leads to some unexpected behavior.

(See https://bugzilla.samba.org/show_bug.cgi?id=7766 for some more
background; that's a related problem which exists upstream.)

The suggestion is to use %S as a parameter (valid users = %S); back
around 2005, this expanded to the username, meaning that this setting
enforced that users could only log into their own home share, as
described. Now, however, it expands to the current service name, which
is very unlikely to match the username. The configuration incorrectly
states that %S expands to the username, which is no longer true. Using
the default configuration leads to confusing failures; the proper
setting here is to have valid users = %U as the default, since %U
expands to the name of the current user, according to the smb.conf(5)
manpage.

This is present in samba 2:3.4.7~dfsg-1ubuntu3.2 on Lucid, at least. It
was, according to debian/changelog, added in 3.0.22-1ubuntu3, and is
still present in debian/smb.conf in the current version, 2:3.5.4~dfsg-
1ubuntu8, in Maverick. The attached patch against debian/smb.conf from
the version in Maverick fixes the issue.

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

-- 
Default [homes] share template uses incorrect %S macro.
https://bugs.launchpad.net/bugs/668368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 668368] Re: Default [homes] share template uses incorrect %S macro.

2010-10-29 Thread Adam Buchbinder

** Patch added: Patch against debian/smb.conf.
   
https://bugs.edge.launchpad.net/bugs/668368/+attachment/1715704/+files/valid-users.diff

-- 
Default [homes] share template uses incorrect %S macro.
https://bugs.launchpad.net/bugs/668368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 668368] Re: Default [homes] share template uses incorrect %S macro.

2010-10-29 Thread Adam Buchbinder

** Patch added: Patch against debian/smb.conf.
   
https://bugs.edge.launchpad.net/bugs/668368/+attachment/1715704/+files/valid-users.diff

-- 
Default [homes] share template uses incorrect %S macro.
https://bugs.launchpad.net/bugs/668368
You received this bug notification because you are a member of 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 668368] [NEW] Default [homes] share template uses incorrect %S macro.

2010-10-29 Thread Adam Buchbinder
Public bug reported:

Binary package hint: samba

The default smb.conf suggests a rather unhelpful default for the 'valid
users' option in the [homes] section. It's commented out by default, but
uncommenting the template leads to some unexpected behavior.

(See https://bugzilla.samba.org/show_bug.cgi?id=7766 for some more
background; that's a related problem which exists upstream.)

The suggestion is to use %S as a parameter (valid users = %S); back
around 2005, this expanded to the username, meaning that this setting
enforced that users could only log into their own home share, as
described. Now, however, it expands to the current service name, which
is very unlikely to match the username. The configuration incorrectly
states that %S expands to the username, which is no longer true. Using
the default configuration leads to confusing failures; the proper
setting here is to have valid users = %U as the default, since %U
expands to the name of the current user, according to the smb.conf(5)
manpage.

This is present in samba 2:3.4.7~dfsg-1ubuntu3.2 on Lucid, at least. It
was, according to debian/changelog, added in 3.0.22-1ubuntu3, and is
still present in debian/smb.conf in the current version, 2:3.5.4~dfsg-
1ubuntu8, in Maverick. The attached patch against debian/smb.conf from
the version in Maverick fixes the issue.

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

-- 
Default [homes] share template uses incorrect %S macro.
https://bugs.launchpad.net/bugs/668368
You received this bug notification because you are a member of 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 574088] Re: package memtest86+ 4.00-2ubuntu3 failed to install/upgrade:

2010-10-04 Thread Adam Buchbinder
*** This bug is a duplicate of bug 572895 ***
https://bugs.launchpad.net/bugs/572895

** This bug has been marked a duplicate of bug 572895
   package memtest86  4.00-2ubuntu3 failed to install/upgrade:
 * You can subscribe to bug 572895 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/memtest86+/+bug/572895/+subscribe

-- 
package memtest86+ 4.00-2ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/574088
You received this bug notification because you are a member of 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 578905] Re: package memtest86 4.00-2ubuntu3 failed to install/upgrade:

2010-10-04 Thread Adam Buchbinder
*** This bug is a duplicate of bug 572895 ***
https://bugs.launchpad.net/bugs/572895

** This bug has been marked a duplicate of bug 572895
   package memtest86  4.00-2ubuntu3 failed to install/upgrade:
 * You can subscribe to bug 572895 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/memtest86+/+bug/572895/+subscribe

-- 
package memtest86  4.00-2ubuntu3 failed to install/upgrade:
https://bugs.launchpad.net/bugs/578905
You received this bug notification because you are a member of 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 648339] Re: package memtest86+ 4.00-2ubuntu3 failed to install/upgrade:

2010-10-04 Thread Adam Buchbinder
*** This bug is a duplicate of bug 572895 ***
https://bugs.launchpad.net/bugs/572895

** This bug has been marked a duplicate of bug 572895
   package memtest86  4.00-2ubuntu3 failed to install/upgrade:
 * You can subscribe to bug 572895 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/memtest86+/+bug/572895/+subscribe

-- 
package memtest86+ 4.00-2ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/648339
You received this bug notification because you are a member of 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 653045] [NEW] make-memtest86+-boot-floppy looks in wrong directory for GRUB files.

2010-10-01 Thread Adam Buchbinder
Public bug reported:

Binary package hint: memtest86+

Executing make-memtest86+-boot-floppy gives the following output:


$ make-memtest86+-boot-floppy 
* Creating msdos file system

1440+0 records in
1440+0 records out
1474560 bytes (1.5 MB) copied, 0.064753 s, 22.8 MB/s

* Installing GRUB files
Copying menu.lst
/usr/lib/grub/i386/*: No such file or directory


The line in the script that reads i386|?*-i386)   GRUBARCH=i386;; should be 
changed to read i386|?*-i386)   GRUBARCH=i386-pc;;; this fixes the problem 
for me. (Something should probably be changed on the following line as well, 
but I don't have an x86_64 machine to test with.)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: memtest86+ 4.00-2ubuntu3
ProcVersionSignature: Ubuntu 2.6.31-22.63-generic
Uname: Linux 2.6.31-22-generic i686
Architecture: i386
Date: Fri Oct  1 10:31:34 2010
Dependencies:
 
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: memtest86+

** Affects: memtest86+ (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
make-memtest86+-boot-floppy looks in wrong directory for GRUB files.
https://bugs.launchpad.net/bugs/653045
You received this bug notification because you are a member of 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 134813] Re: Context menu key to fix spellings is on wrong line of textarea

2010-09-16 Thread Adam Buchbinder
This is fixed as of Firefox 3.6.8 on Karmic.

** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Context menu key to fix spellings is on wrong line of textarea
https://bugs.launchpad.net/bugs/134813
You received this bug notification because you are a member of 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 232126] Re: file does not recognize OpenOffice and OpenDocument documents

2010-07-27 Thread Adam Buchbinder
** Changed in: file (Ubuntu)
   Status: New = Fix Released

-- 
file does not recognize OpenOffice and OpenDocument documents
https://bugs.launchpad.net/bugs/232126
You received this bug notification because you are a member of 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 61360] Re: magic string for Bio-Rad .PIC is too relaxed

2010-07-27 Thread Adam Buchbinder
Also, era, that was good work figuring out the source of the bug; it
made writing the patch far easier. Thank you. If you're interested in
tricks and methods for writing magic matches, have a look at the
existing magic; it covers a vast variety of file types along with a
corresponding vast variety of approaches used to detect patterns.

-- 
magic string for Bio-Rad .PIC is too relaxed
https://bugs.launchpad.net/bugs/61360
You received this bug notification because you are a member of 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 352698] Re: file does not accept option --exclude troff

2010-07-27 Thread Adam Buchbinder
This is fixed as of file 5.00: there's no specific 'troff' option (it's
part of the regular libmagic checks), so it's been removed from the
documentation.

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

-- 
file does not accept option --exclude troff
https://bugs.launchpad.net/bugs/352698
You received this bug notification because you are a member of 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 352720] Re: file crashed with SIGSEGV in strlen()

2010-07-27 Thread Adam Buchbinder
The appears to be fixed in the current version.

$ file --mime-encoding /tmp
/tmp: binary
$ file --mime-encoding /var/log/wtmp
/var/log/wtmp: binary

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

-- 
file crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/352720
You received this bug notification because you are a member of 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 136971] Re: eject -X sets speed to maximum

2010-07-27 Thread Adam Buchbinder
Additionally, a version for Lucid with that patch applied is now in my
PPA. Ralph, thanks for letting me know the patch is good; I'll send it
upstream shortly.

** Changed in: eject (Ubuntu)
   Status: In Progress = Confirmed

-- 
eject -X sets speed to maximum
https://bugs.launchpad.net/bugs/136971
You received this bug notification because you are a member of 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 319655] Re: glade-2: WARNING: setting an adjustment with non-zero page size is deprecated.

2010-07-22 Thread Adam Buchbinder
Why this bug was marked invalid?

** Changed in: glade (Ubuntu)
   Status: Invalid = New

-- 
glade-2: WARNING: setting an adjustment with non-zero page size is deprecated.
https://bugs.launchpad.net/bugs/319655
You received this bug notification because you are a member of 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 285309] Re: file detects utf32-be wrongly

2010-07-22 Thread Adam Buchbinder
This has been fixed since the release of 5.01-1 by Debian. I'm not sure
why the Debian task is still showing as open; I'll try to get that to
refresh.

** Changed in: file (Ubuntu)
   Status: Confirmed = Fix Released

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

-- 
file detects utf32-be wrongly
https://bugs.launchpad.net/bugs/285309
You received this bug notification because you are a member of 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 61360] Re: magic string for Bio-Rad .PIC is too relaxed

2010-07-14 Thread Adam Buchbinder
Magic lines which match but don't emit any text can be used to require
multiple matatching patterns before returning a positive hit. I've put
together a patch; it's attached to the upstream Debian bug report.

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

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

-- 
magic string for Bio-Rad .PIC is too relaxed
https://bugs.launchpad.net/bugs/61360
You received this bug notification because you are a member of 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 395409] Re: file(1) doesn't recognize JFS file system

2010-07-14 Thread Adam Buchbinder
Confirmed--current versions of libmagic1 don't support JFS filesystem
images.

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

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

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

-- 
file(1) doesn't recognize JFS file system
https://bugs.launchpad.net/bugs/395409
You received this bug notification because you are a member of 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 395409] Re: file(1) doesn't recognize JFS file system

2010-07-14 Thread Adam Buchbinder
I've submitted a patch for this upstream to the Debian maintainer; see
the linked upstream bug report. It supports JFS2, the version used by
Ubuntu's jfsutils package. (There was an earlier JFS1, but it appears to
only have been used by old AIX systems.)

-- 
file(1) doesn't recognize JFS file system
https://bugs.launchpad.net/bugs/395409
You received this bug notification because you are a member of 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 420963] Re: file command reports incorrect mime type for mkv files

2010-07-14 Thread Adam Buchbinder
This is fixed upstream as of version 5.04; it'll be in the development
version of Ubuntu as soon as the next Debian sync.

** Changed in: file (Ubuntu)
   Status: New = Fix Committed

-- 
file command reports incorrect mime type for mkv files
https://bugs.launchpad.net/bugs/420963
You received this bug notification because you are a member of 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 217071] Re: bad mime-type of .ico files

2010-07-14 Thread Adam Buchbinder
Fixed as of upstream release 4.24.

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

-- 
bad mime-type of .ico files
https://bugs.launchpad.net/bugs/217071
You received this bug notification because you are a member of 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 136971] Re: eject -X sets speed to maximum

2010-05-21 Thread Adam Buchbinder
The actual code patch isn't any different; I pasted it into a temporary
file and applied it with 'patch'; the changes to the Debian control and
changelog files were what needed to be updated. Attached find a debdiff
against Lucid.

** Patch added: Debdiff against 2.1.5+deb1+cvs20081104-7.
   http://launchpadlibrarian.net/48875187/136971-lucid.debdiff

** Tags added: patch
** Tags removed: patch-needswork

-- 
eject -X sets speed to maximum
https://bugs.launchpad.net/bugs/136971
You received this bug notification because you are a member of 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 304443] Re: Add 'Homepage' field to debian/control.

2010-03-14 Thread Adam Buchbinder
A debdiff *is* a patch. See bug 538219, for example.

This is how to make a debdiff patch:
https://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff

This is how to apply a debdiff patch: http://snipt.net/gjulian/apply-a
-debdiff-patch/

Does the 'patch' keyword mean something more specific that I'm not aware
of?

** Tags added: patch

-- 
Add 'Homepage' field to debian/control.
https://bugs.launchpad.net/bugs/304443
You received this bug notification because you are a member of 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 530714] [NEW] Can't sftp to directories with brackets in the name.

2010-03-02 Thread Adam Buchbinder
Public bug reported:

Over sftp, I can navigate into directories with brackets in the name,
but I can't do anything once I'm there. The suggestions in bug 267980
don't fix this, because I can't escape the directory name when I'm not
even writing it in the 'ls' command.

To replicate:

/tmp$ mkdir \[test\]
/tmp$ sftp localhost
Connecting to localhost...
sftp cd /tmp
sftp cd \[test\]
sftp ls
Can't ls: /tmp/[test] not found
sftp pwd
Remote working directory: /tmp/[test]

ProblemType: Bug
Architecture: i386
Date: Tue Mar  2 09:29:46 2010
DistroRelease: Ubuntu 9.10
Package: openssh-client 1:5.1p1-6ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: openssh
Uname: Linux 2.6.31-19-generic i686

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


** Tags: apport-bug i386

-- 
Can't sftp to directories with brackets in the name.
https://bugs.launchpad.net/bugs/530714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530714] Re: Can't sftp to directories with brackets in the name.

2010-03-02 Thread Adam Buchbinder

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39961002/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39961003/XsessionErrors.txt

-- 
Can't sftp to directories with brackets in the name.
https://bugs.launchpad.net/bugs/530714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530712] [NEW] Labels in find bar are improperly formatted.

2010-03-02 Thread Adam Buchbinder
Public bug reported:

Binary package hint: gnote

Open a note. Hit CTRL-F to open the find bar at the bottom of the
window. Note that the labels read _Previous and Find _Next; this is
incorrect. It looks like the labels are supposed to denote hotkeys, but
that the formatting is being passed through verbatim.

ProblemType: Bug
Architecture: i386
Date: Tue Mar  2 09:12:59 2010
DistroRelease: Ubuntu 9.10
Package: gnote 0.5.2-1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: gnote
Uname: Linux 2.6.31-19-generic i686

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


** Tags: apport-bug i386

-- 
Labels in find bar are improperly formatted.
https://bugs.launchpad.net/bugs/530712
You received this bug notification because you are a member of 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 530712] Re: Labels in find bar are improperly formatted.

2010-03-02 Thread Adam Buchbinder

** Attachment added: Screenshot demonstrating the issue.
   http://launchpadlibrarian.net/39960752/underscores-in-labels.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39960753/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39960754/XsessionErrors.txt

-- 
Labels in find bar are improperly formatted.
https://bugs.launchpad.net/bugs/530712
You received this bug notification because you are a member of 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 530714] [NEW] Can't sftp to directories with brackets in the name.

2010-03-02 Thread Adam Buchbinder
Public bug reported:

Over sftp, I can navigate into directories with brackets in the name,
but I can't do anything once I'm there. The suggestions in bug 267980
don't fix this, because I can't escape the directory name when I'm not
even writing it in the 'ls' command.

To replicate:

/tmp$ mkdir \[test\]
/tmp$ sftp localhost
Connecting to localhost...
sftp cd /tmp
sftp cd \[test\]
sftp ls
Can't ls: /tmp/[test] not found
sftp pwd
Remote working directory: /tmp/[test]

ProblemType: Bug
Architecture: i386
Date: Tue Mar  2 09:29:46 2010
DistroRelease: Ubuntu 9.10
Package: openssh-client 1:5.1p1-6ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: openssh
Uname: Linux 2.6.31-19-generic i686

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


** Tags: apport-bug i386

-- 
Can't sftp to directories with brackets in the name.
https://bugs.launchpad.net/bugs/530714
You received this bug notification because you are a member of 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 530714] Re: Can't sftp to directories with brackets in the name.

2010-03-02 Thread Adam Buchbinder

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39961002/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39961003/XsessionErrors.txt

-- 
Can't sftp to directories with brackets in the name.
https://bugs.launchpad.net/bugs/530714
You received this bug notification because you are a member of 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 1322] Re: blender not installable in breezy

2010-02-19 Thread Adam Buchbinder
Closing upstream task as invalid; it was never sent upstream, and Breezy
hasn't been supported since April 2007 in any case.

** Changed in: blender
   Status: Incomplete = Invalid

-- 
blender not installable in breezy
https://bugs.launchpad.net/bugs/1322
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 136971] Re: eject -X sets speed to maximum

2010-02-19 Thread Adam Buchbinder
Did this patch fix your issue? I'd like to submit it upstream if you can
confirm it working.

-- 
eject -X sets speed to maximum
https://bugs.launchpad.net/bugs/136971
You received this bug notification because you are a member of 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 369876] Re: Tomboy uses excessive CPU and becomes unresponsive.

2009-11-25 Thread Adam Buchbinder
Yes; this is still present in Tomboy 1.0.0-0ubuntu2 (the version in
Karmic). Typing at a normal rate still chews CPU, and the process
sometimes spikes CPU usage and becomes nonresponsive. It doesn't seem to
do it quite as much as it did before, but it's still present.

** Changed in: tomboy (Ubuntu)
   Status: Incomplete = New

-- 
Tomboy uses excessive CPU and becomes unresponsive.
https://bugs.launchpad.net/bugs/369876
You received this bug notification because you are a member of 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 459961] Re: radeon_dma.c:210: radeonRefillCurrentDmaRegion: Assertion `dma_bo-bo-cref == 1' failed.

2009-11-19 Thread Adam Buchbinder
I'm running mesa 7.6.0-1ubuntu4, and have 2GiB of system memory.

$ lspci -nn|grep [V]GA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV100 QY 
[Radeon 7000/VE] [1002:5159]

I see this in my Xorg.0.log; let me know if I should be looking
elsewhere to count up my video memory:

(II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI 
BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)

I first experienced this after upgrading to Karmic; the upgrade path was
7.4-0ubuntu3.2 (no problem) to 7.6.0-1ubuntu4 (problem).

** Changed in: mesa (Ubuntu)
   Status: Incomplete = Confirmed

-- 
radeon_dma.c:210: radeonRefillCurrentDmaRegion: Assertion `dma_bo-bo-cref == 
1' failed.
https://bugs.launchpad.net/bugs/459961
You received this bug notification because you are a member of 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 484294] [NEW] [RV100] Dot and line artifacts intermittently appearing around text.

2009-11-17 Thread Adam Buchbinder
Public bug reported:

Binary package hint: xserver-xorg-video-ati

The comment at the end of bug 366224 said to open a new bug if I was
having that issue, so here it is. The corruption shows up most readily
in Firefox, but I've seen it in gedit and gnome-terminal as well. It
looks like the attachment, though it's not there all the time, and it's
not always as dense as it is there; that's just a particularly good
example.

I can sometimes make it go away temporarily by forcing the text to
rerender--selecting and deselecting text, or paging up and down in
Firefox.

ProblemType: Bug
Architecture: i386
Date: Tue Nov 17 11:31:03 2009
DistroRelease: Ubuntu 9.10
MachineType: Dell Computer Corporation Precision WorkStation 360
Package: xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
ProcCmdLine: root=UUID=d1ef7272-42a7-4ea8-ad24-a5fba49b200e ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu7
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: xserver-xorg-video-ati
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 09/27/2004
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A08
dmi.board.name: 0H1639
dmi.board.vendor: Dell Computer Corp.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA08:bd09/27/2004:svnDellComputerCorporation:pnPrecisionWorkStation360:pvr:rvnDellComputerCorp.:rn0H1639:rvr:cvnDellComputerCorporation:ct6:cvr:
dmi.product.name: Precision WorkStation 360
dmi.sys.vendor: Dell Computer Corporation
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-14-generic

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


** Tags: apport-bug i386

-- 
[RV100] Dot and line artifacts intermittently appearing around text.
https://bugs.launchpad.net/bugs/484294
You received this bug notification because you are a member of 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 484294] Re: [RV100] Dot and lines artifacts intermittently appearing around text.

2009-11-17 Thread Adam Buchbinder

** Attachment added: Sample of corrupted text in Firefox.
   http://launchpadlibrarian.net/35787736/Corrupted-text.png

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35787737/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35787738/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35787739/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/35787740/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/35787741/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/35787742/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/35787743/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/35787744/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/35787745/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/35787746/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/35787747/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/35787749/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/35787750/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/35787751/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/35787752/Xrandr.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35787753/XsessionErrors.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/35787754/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/35787755/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/35787756/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/35787757/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/35787758/xkbcomp.txt

** Summary changed:

- [RV100] Dot and lines artifacts intermittently appearing around text.
+ [RV100] Dot and line artifacts intermittently appearing around text.

-- 
[RV100] Dot and line artifacts intermittently appearing around text.
https://bugs.launchpad.net/bugs/484294
You received this bug notification because you are a member of 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 446822] Re: Artworks in notify-osd 'stalls' when track changes after previous is over

2009-11-12 Thread Adam Buchbinder
** Bug watch added: GNOME Bug Tracker #598613
   https://bugzilla.gnome.org/show_bug.cgi?id=598613

** Changed in: rhythmbox
 Remote watch: GNOME Bug Tracker #597921 = GNOME Bug Tracker #598613

-- 
Artworks in notify-osd 'stalls' when track changes after previous is over
https://bugs.launchpad.net/bugs/446822
You received this bug notification because you are a member of 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 247838] Re: bash completion double escapes

2009-11-09 Thread Adam Buchbinder
I reported this upstream:

http://groups.google.com/group/gnu.bash.bug/browse_frm/thread/5dfc835402338e1a

I can confirm that this is fixed in Karmic (bash 4.0-5ubuntu2).

** Changed in: bash (Ubuntu)
   Status: Confirmed = Fix Released

-- 
bash completion double escapes
https://bugs.launchpad.net/bugs/247838
You received this bug notification because you are a member of 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 459961] Re: lorenz assert failure: lorenz: radeon_dma.c:210: radeonRefillCurrentDmaRegion: Assertion `dma_bo-bo-cref == 1' failed.

2009-11-09 Thread Adam Buchbinder
It looks like this is in the Radeon driver; the error cites
radeon_dma.c, and is triggered by a variety of different software
packages.

I can trigger this pretty much immediately by running
/usr/lib/xscreensaver/hyperspace (part of rss-glx).

** Package changed: rss-glx (Ubuntu) = xserver-xorg-video-ati (Ubuntu)

-- 
lorenz assert failure: lorenz: radeon_dma.c:210: radeonRefillCurrentDmaRegion: 
Assertion `dma_bo-bo-cref == 1' failed.
https://bugs.launchpad.net/bugs/459961
You received this bug notification because you are a member of 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 347946] Re: Tab completion adds extra backslashes when executing a program under home directory.

2009-10-27 Thread Adam Buchbinder
*** This bug is a duplicate of bug 247838 ***
https://bugs.launchpad.net/bugs/247838

You're right; this is a duplicate of bug 247838. Thank you for finding
it.

** This bug has been marked a duplicate of bug 247838
   bash completion double escapes

-- 
Tab completion adds extra backslashes when executing a program under home 
directory.
https://bugs.launchpad.net/bugs/347946
You received this bug notification because you are a member of 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 315549] Re: Autoaccepted DCC transfers fail; manually-accepted ones work.

2009-10-27 Thread Adam Buchbinder
** Bug watch added: GNOME Bug Tracker #599781
   https://bugzilla.gnome.org/show_bug.cgi?id=599781

** Also affects: xchat-gnome via
   https://bugzilla.gnome.org/show_bug.cgi?id=599781
   Importance: Unknown
   Status: Unknown

-- 
Autoaccepted DCC transfers fail; manually-accepted ones work.
https://bugs.launchpad.net/bugs/315549
You received this bug notification because you are a member of 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 209687] Re: setuid bit missing on check_icmp

2009-10-14 Thread Adam Buchbinder
It's this way on purpose (also for check_dhcp). See /usr/share/doc
/nagios-plugins/README.Debian. If you want to be able to run these
checks, you can set the proper permissions override, as described in the
readme, using dpkg-statoverride. The plugins are shipped as a safe
default so as not to install an SUID-root binary unless the
administrator explicitly enables it.

** Changed in: nagios-plugins (Ubuntu)
   Status: Confirmed = Invalid

-- 
setuid bit missing on check_icmp
https://bugs.launchpad.net/bugs/209687
You received this bug notification because you are a member of 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 274864] Re: GIMP Tips in language packs out of date, possibly superseded by gimp-tips.xml

2009-08-26 Thread Adam Buchbinder
Please don't mark trivially-testable bugs as incomplete like this.
Confirming that the bug is still present in Karmic took about thirty
seconds, and didn't require any installation. According to
packages.ubuntu.com, gimp20-tips.mo is still present in a variety of
language-pack packages in Karmic.

Leaving the same form-letter comment in every bug over a certain age is
a good way to convince people that nobody cares about their bug reports.
The least you could do would be to take a few seconds and see if you can
trivially test the bug, rather than expiring the report simply because
the original user can't be bothered to come back after roughly eleven
months of silence.

Please read Colin Watson's essay, especially Bugs are not like fruit:

http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009/03/02

** Changed in: gimp (Ubuntu)
   Status: Incomplete = Confirmed

-- 
GIMP Tips in language packs out of date, possibly superseded by gimp-tips.xml
https://bugs.launchpad.net/bugs/274864
You received this bug notification because you are a member of 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 338406] Re: Package is very, very out of date.

2009-07-31 Thread Adam Buchbinder
** Also affects: libdbm-deep-perl (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Package is very, very out of date.
https://bugs.launchpad.net/bugs/338406
You received this bug notification because you are a member of 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 338406] Re: Package is very, very out of date.

2009-07-31 Thread Adam Buchbinder
Additionally, both libdbmdeep-perl and libdbm-deep-perl contain
'/usr/share/perl5/DBM/Deep.pm' and
'/usr/share/man/man3/DBM::Deep.3pm.gz':

http://packages.ubuntu.com/karmic/all/libdbmdeep-perl/filelist
http://packages.ubuntu.com/karmic/all/libdbm-deep-perl/filelist

The packages are duplicates--the latter is an upgraded version of the
former--and they should at the very least have a conflict (a 'Replaces:'
field?) to prevent the following from happening.

# dpkg -i libdbm-deep-perl_1.0014-1_all.deb 
Selecting previously deselected package libdbm-deep-perl.
(Reading database ... 236572 files and directories currently installed.)
Unpacking libdbm-deep-perl (from libdbm-deep-perl_1.0014-1_all.deb) ...
dpkg: error processing libdbm-deep-perl_1.0014-1_all.deb (--install):
 trying to overwrite `/usr/share/man/man3/DBM::Deep.3pm.gz', which is also in 
package libdbmdeep-perl
Processing triggers for man-db ...
Errors were encountered while processing:
 libdbm-deep-perl_1.0014-1_all.deb

libdbmdeep-perl isn't in Debian any more, and doesn't conform to the
naming convention for Perl packages; it should be removed from the
repositories to avoid confusion.

** Summary changed:

- Package is very, very out of date.
+ libdbmdeep-perl is obsolete, and should be replaced by libdbm-deep-perl.

-- 
libdbmdeep-perl is obsolete, and should be replaced by libdbm-deep-perl.
https://bugs.launchpad.net/bugs/338406
You received this bug notification because you are a member of 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 305604] Re: Failsafe login doesn't use failsafe resolution.

2009-07-24 Thread Adam Buchbinder
If this option is deprecated in Karmic, what's the functionality that
users are supposed to use when they have a broken session? Does it use a
known-good screen resolution?

-- 
Failsafe login doesn't use failsafe resolution.
https://bugs.launchpad.net/bugs/305604
You received this bug notification because you are a member of 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 51538] Re: Evince crashes with bogus memory allocation size error

2009-07-22 Thread Adam Buchbinder
This is still present on Jaunty, with poppler-utils 0.10.5-1ubuntu2.2.
I've sent a testcase upstream; as this can be reproduced with pdfimages
(part of poppler-utils), I'm reassigning this to poppler.

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

** Changed in: poppler (Ubuntu)
   Status: Invalid = Confirmed

-- 
Evince crashes with bogus memory allocation size error
https://bugs.launchpad.net/bugs/51538
You received this bug notification because you are a member of 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 32483] Re: submit cddb data requires sendmail

2009-07-21 Thread Adam Buchbinder
** Bug watch added: SourceForge.net Tracker #1443249
   http://sourceforge.net/support/tracker.php?aid=1443249

** Also affects: grip via
   http://sourceforge.net/support/tracker.php?aid=1443249
   Importance: Unknown
   Status: Unknown

-- 
submit cddb data requires sendmail
https://bugs.launchpad.net/bugs/32483
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 402230] [NEW] grip should use XDG dirs.

2009-07-21 Thread Adam Buchbinder
Public bug reported:

Binary package hint: grip

As of version 3.3.1-16 on Jaunty, grip defaults to saving its files in
~/ogg. Other Ubuntu apps (e.g., sound-juicer) rip to ~/Music (or,
rather, the result of xdg-user-dir MUSIC); grip should do likewise.

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

** Description changed:

  Binary package hint: grip
  
- Currently, grip outputs files to ~/ogg. Other Ubuntu apps (e.g., sound-
- juicer) rip to ~/Music (or, rather, the result of xdg-user-dir MUSIC);
- grip should do likewise.
+ As of version 3.3.1-16 on Jaunty, grip defaults to saving its files in
+ ~/ogg. Other Ubuntu apps (e.g., sound-juicer) rip to ~/Music (or,
+ rather, the result of xdg-user-dir MUSIC); grip should do likewise.

-- 
grip should use XDG dirs.
https://bugs.launchpad.net/bugs/402230
You received this bug notification because you are a member of 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 402237] [NEW] Formatting error in manpage, section COMMON OPTIONS TO ALL COMMANDS.

2009-07-21 Thread Adam Buchbinder
Public bug reported:

Binary package hint: quilt

The COMMON OPTIONS TO ALL COMMANDS section of the quilt(1) manpage
contains subheadings like B--traceP, which presumably should read --
trace.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: quilt 0.46-6
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: quilt
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Formatting error in manpage, section COMMON OPTIONS TO ALL COMMANDS.
https://bugs.launchpad.net/bugs/402237
You received this bug notification because you are a member of 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 402237] Re: Formatting error in manpage, section COMMON OPTIONS TO ALL COMMANDS.

2009-07-21 Thread Adam Buchbinder

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/29328674/Dependencies.txt

-- 
Formatting error in manpage, section COMMON OPTIONS TO ALL COMMANDS.
https://bugs.launchpad.net/bugs/402237
You received this bug notification because you are a member of 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 283658] Re: grip buffer overflow in intrepid

2009-07-20 Thread Adam Buchbinder
** Bug watch added: Red Hat Bugzilla #160671
   https://bugzilla.redhat.com/show_bug.cgi?id=160671

** Also affects: grip (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=160671
   Importance: Unknown
   Status: Unknown

-- 
grip buffer overflow in intrepid
https://bugs.launchpad.net/bugs/283658
You received this bug notification because you are a member of 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 124981] Re: man page claims DVD+RW support but the program denies this

2009-07-20 Thread Adam Buchbinder
Confirmed to still be present in Jaunty (wodim 9:1.1.9-1ubuntu1).

$ wodim driver=mmc_dvdplus
Illegal driver type 'mmc_dvdplus'.

The bug is trivial to reproduce; there was no need to mark it
incomplete.

** Changed in: cdrkit (Ubuntu)
   Status: Incomplete = Confirmed

-- 
man page claims DVD+RW support but the program denies this
https://bugs.launchpad.net/bugs/124981
You received this bug notification because you are a member of 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 296601] Re: --gpu flag never works

2009-06-24 Thread Adam Buchbinder
The fix is in Jaunty, which has been released. Given that it's no longer
affecting me, I'll leave filing an SRU, if anyone wants to do so, to
someone else.

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

-- 
--gpu flag never works
https://bugs.launchpad.net/bugs/296601
You received this bug notification because you are a member of 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 391127] [NEW] Command-line help for mdb-export is incorrect.

2009-06-23 Thread Adam Buchbinder
Public bug reported:

Binary package hint: mdbtools

Running 'mdb-export' with no arguments prints brief usage information,
which lists a '-Q' option twice. This is incorrect; one of them should
be a '-q' option. The manpage is correct; only the command-line help is
wrong.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: mdbtools 0.5.99.0.6pre1.0.20051109-4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mdbtools
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Command-line help for mdb-export is incorrect.
https://bugs.launchpad.net/bugs/391127
You received this bug notification because you are a member of 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 391127] Re: Command-line help for mdb-export is incorrect.

2009-06-23 Thread Adam Buchbinder

** Attachment added: Patch against mdb-export.c.
   http://launchpadlibrarian.net/28248410/mdb-export-help.diff

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28248413/Dependencies.txt

-- 
Command-line help for mdb-export is incorrect.
https://bugs.launchpad.net/bugs/391127
You received this bug notification because you are a member of 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 390730] [NEW] mdb-export prints binary for OLE fields.

2009-06-22 Thread Adam Buchbinder
Public bug reported:

Binary package hint: mdbtools

If the database contains OLE fields, mdb-export will output these as raw
binary, causing character encoding issues, at the very least, and in my
case, unreadable data--the fields are apparently used for replication;
this one is s_Lineage. Due to some unrelated problems with Access, I
can't remove the fields, so I'm stuck trying to deal with this input
data.

A simple fix is to escape the data in OLE fields as octal bytes, e.g.,
\130 or whatnot. This requires a rather localized change; a patch to do
so (applying to mdb-export.c) is attached. The resultant CSV files now
validate with csv-check from the libtext-csv-xs-perl examples.

Unfortunately, I can't attach the database; I've only been able to
reproduce the problem with a copy of our production data, which (a) is
over 100M, and (b) I'm not privileged to post. But if anyone wants to
attach a database with OLE fields that exports mangled data with the
unpatched version, please feel free.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: mdbtools 0.5.99.0.6pre1.0.20051109-4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mdbtools
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
mdb-export prints binary for OLE fields.
https://bugs.launchpad.net/bugs/390730
You received this bug notification because you are a member of 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 390730] Re: mdb-export prints binary for OLE fields.

2009-06-22 Thread Adam Buchbinder

** Attachment added: Patch against mdb-export.c.
   http://launchpadlibrarian.net/28205300/mdb-export-OLE.diff

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28205302/Dependencies.txt

-- 
mdb-export prints binary for OLE fields.
https://bugs.launchpad.net/bugs/390730
You received this bug notification because you are a member of 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 390730] Re: mdb-export prints binary for OLE fields.

2009-06-22 Thread Adam Buchbinder
I should note that the current patch mangles the fields, e.g., I get
'\147\367\2' where I should probably be getting something else.
It doesn't output broken SQL (well, embedded newlines in text fields
aren't escaped, but that's a different problem), so it at least works
for me; I have no need for these fields to be usable.

-- 
mdb-export prints binary for OLE fields.
https://bugs.launchpad.net/bugs/390730
You received this bug notification because you are a member of 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 389164] Re: mdb-header outputs invalid code for unrecognized field types.

2009-06-18 Thread Adam Buchbinder

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28072527/Dependencies.txt

-- 
mdb-header outputs invalid code for unrecognized field types.
https://bugs.launchpad.net/bugs/389164
You received this bug notification because you are a member of 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 389164] [NEW] mdb-header outputs invalid code for unrecognized field types.

2009-06-18 Thread Adam Buchbinder
Public bug reported:

Binary package hint: mdbtools

Create an Access file (mine is from Access 97) with DateTime or Double
columns. Use mdb-schema to have a look at it, and note that they show
up.

Now, use mdb-header to generate a dump program. dumptypes.c will contain
lines like this:

fprintf (stdout, x.datefield = );
datefield);

and types.h will look something like this:

typedef struct _TableName
{
longlongfield;
char *  charfield;
datefield;
char *  othercharfield;

} TableName ;

mdb-header should either output some kind of blank, or at least warn
that there are unrecognized fields, rather than silently generating
faulty code.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: mdbtools 0.5.99.0.6pre1.0.20051109-4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mdbtools
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
mdb-header outputs invalid code for unrecognized field types.
https://bugs.launchpad.net/bugs/389164
You received this bug notification because you are a member of 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 386008] Re: Some fonts fail to display due to Unknown font tag.

2009-06-15 Thread Adam Buchbinder
I fixed this by installing the non-free poppler-data package, as
suggested by the developer. Closing.

** Changed in: poppler (Ubuntu)
   Status: Triaged = Invalid

-- 
Some fonts fail to display due to Unknown font tag.
https://bugs.launchpad.net/bugs/386008
You received this bug notification because you are a member of 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 336014] Re: ttf-junicode is missing Junicode-Italic

2009-06-12 Thread Adam Buchbinder
Version 0.6.15+20090224-1 is in Karmic; mark this fix-released on
October 29th.

In the meantime, Italic isn't included in the given snapshot because its
xgridfit instructions have an error in them somewhere, which is why
they're commented out. (I'm at a loss to explain why a broken snapshot
was released.) The newer version requires xgridfit 1.11 or possibly
higher (for the -V option with no arguments to mean validate rather
than version), which isn't noted in the newer version's Build-Depends.
(Filed Debian bug 532915 on that.) However, simply downloading and
installing the newer .deb package works properly; XeTeX selects the
regular, italic, bold, and bold-italic versions as requested. Unless
someone's going to backport both the new version of Junicode and the new
version of xgridfit, that looks like the best plan.

** Changed in: ttf-junicode (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
ttf-junicode is missing Junicode-Italic
https://bugs.launchpad.net/bugs/336014
You received this bug notification because you are a member of 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 386008] Re: Some fonts fail to display due to Unknown font tag.

2009-06-12 Thread Adam Buchbinder
I can reproduce this by extracting page three with pdftoppm; thus,
this is a Poppler bug, not an Evince bug. I can reproduce it with the
upstream version; I'm filing an upstream report now.

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

-- 
Some fonts fail to display due to Unknown font tag.
https://bugs.launchpad.net/bugs/386008
You received this bug notification because you are a member of 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 386008] Re: Some fonts fail to display due to Unknown font tag.

2009-06-12 Thread Adam Buchbinder
** Bug watch added: freedesktop.org Bugzilla #22260
   https://bugs.freedesktop.org/show_bug.cgi?id=22260

** Also affects: poppler via
   https://bugs.freedesktop.org/show_bug.cgi?id=22260
   Importance: Unknown
   Status: Unknown

-- 
Some fonts fail to display due to Unknown font tag.
https://bugs.launchpad.net/bugs/386008
You received this bug notification because you are a member of 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 386008] [NEW] Some fonts fail to display due to Unknown font tag.

2009-06-11 Thread Adam Buchbinder
Public bug reported:

Binary package hint: evince

Consider the attached PDF, the fontspec documentation, from
CTAN:/macros/xetex/latex/fontspec/fontspec.pdf.

Opening it in Evince prints the following:

 Error: Missing language pack for 'Adobe-Japan1' mapping
 Error: Unknown font tag 'F5.1'
 Error (7597): No font in show

The last two lines are printed numerous times, with the number (an
offset?) incrementing each time.

Scrolling to page three reveals missing chunks of text, specifically,
those in a monospaced font.

Opening the same file in xpdf prints the warning about missing 'Adobe-
Japan1', but not the other two, and the text appears properly. I've had
a bit of trouble extracting a single affected page--if I print it from
Evince, it's broken both in Evince and in xpdf; if I print it from xpdf,
it works in both Evince and xpdf.

If the test case is too unwieldy, I can see about trying to reduce it.
Please let me know if this is a Poppler or an Evince bug, and where I
should file it upstream.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: evince 2.26.1-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.28-11-generic i686

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

** Affects: evince (Debian)
 Importance: Unknown
 Status: New


** Tags: apport-bug i386

-- 
Some fonts fail to display due to Unknown font tag.
https://bugs.launchpad.net/bugs/386008
You received this bug notification because you are a member of 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 386008] Re: Certain fonts fail to display in XeTeX output.

2009-06-11 Thread Adam Buchbinder

** Attachment added: PDF triggering the bug.
   http://launchpadlibrarian.net/27785016/fontspec.pdf

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/27785017/Dependencies.txt

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

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

-- 
Some fonts fail to display due to Unknown font tag.
https://bugs.launchpad.net/bugs/386008
You received this bug notification because you are a member of 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 386008] Re: Certain fonts fail to display in XeTeX output.

2009-06-11 Thread Adam Buchbinder
The linked Debian bug appears to describe a similar issue, and includes
this additional PDF displaying the problem. The unknown font tag it
complains of is G1.

In this case, the size markings from the diagrams, as well as many of
the values in the tables (starting on the second page) display in xpdf
but not in Evince.

** Attachment added: Another PDF triggering the bug.
   http://launchpadlibrarian.net/27785800/ePH.pdf

** Summary changed:

- Certain fonts fail to display in XeTeX output.
+ Some fonts fail to display die to Unknown font tag.

** Summary changed:

- Some fonts fail to display die to Unknown font tag.
+ Some fonts fail to display due to Unknown font tag.

-- 
Some fonts fail to display due to Unknown font tag.
https://bugs.launchpad.net/bugs/386008
You received this bug notification because you are a member of 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 381441] [NEW] About dialog says app is named unknown.

2009-05-28 Thread Adam Buchbinder
Public bug reported:

Binary package hint: pcsx-df

Run pcsx. Select Help-About. The dialog box will say that the program
is named unknown; it should say that it's named PCSX-df.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: pcsx-df 1:1.816-1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pcsx-df
Uname: Linux 2.6.28-11-generic i686

** Affects: pcsx-df (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
About dialog says app is named unknown.
https://bugs.launchpad.net/bugs/381441
You received this bug notification because you are a member of 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 381441] Re: About dialog says app is named unknown.

2009-05-28 Thread Adam Buchbinder

** Attachment added: About dialog showing the issue.
   http://launchpadlibrarian.net/27249490/pcsx-about.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/27249491/Dependencies.txt

-- 
About dialog says app is named unknown.
https://bugs.launchpad.net/bugs/381441
You received this bug notification because you are a member of 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 199754] Re: [needs-packaging] mod_auth_cas

2009-05-26 Thread Adam Buchbinder
The package is in Karmic; it'll be part of the next release. Marking
fix-committed; please mark fix-released with Karmic comes out.

http://packages.ubuntu.com/libapache2-mod-auth-cas

** Changed in: ubuntu
   Status: Incomplete = Fix Committed

-- 
[needs-packaging] mod_auth_cas
https://bugs.launchpad.net/bugs/199754
You received this bug notification because you are a member of 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 258826] Re: [Intel 82801EB/ER] PulseAudio selects wrong default device

2009-05-21 Thread Adam Buchbinder
User responded; changing back to confirmed status.

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[Intel 82801EB/ER] PulseAudio selects wrong default device
https://bugs.launchpad.net/bugs/258826
You received this bug notification because you are a member of 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 370415] [NEW] libnss_wins always performs a broadcast lookup.

2009-05-01 Thread Adam Buchbinder
Public bug reported:

Binary package hint: samba

I'm trying to get my workstation to use our Windows NT4 domain lookups,
though I don't want to join the domain. To this end, I'm setting up WINS
lookups.

I have the wins server set to my WINS server's IP address in
/etc/samba/smb.conf, as well as name resolve order = wins. I've added
WINS to the name services

$ grep wins /etc/nsswitch.conf 
hosts:  files mdns4_minimal [NOTFOUND=return] wins dns mdns4

The idea is that names should be checked against the WINS server first,
and if that fails, they should be tried against DNS. However, all DNS
lookups are now noticeably slow (around 0.8 seconds), since it's
performing a broadcast search, which I can see in Wireshark: on a
successful query, it checks the given WINS server. On an unsuccessful
query, it checks the given WINS server, then sends three packets to the
network broadcast address.

libnss_wins should respect the settings in smb.conf (since it *is*
reading that file to get the WINS server address), and give up without
trying time-consuming broadcasts.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: winbind 2:3.3.2-1ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: samba
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
libnss_wins always performs a broadcast lookup.
https://bugs.launchpad.net/bugs/370415
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 370415] Re: libnss_wins always performs a broadcast lookup.

2009-05-01 Thread Adam Buchbinder

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26219411/Dependencies.txt

-- 
libnss_wins always performs a broadcast lookup.
https://bugs.launchpad.net/bugs/370415
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 369876] [NEW] Tomboy uses excessive CPU and becomes unresponsive.

2009-04-30 Thread Adam Buchbinder
Public bug reported:

Binary package hint: tomboy

Tomboy uses excessive CPU for no apparent reason. While typing at a
normal rate, if I have 'top' open in a terminal behind the note, I can
see that Tomboy is using all available CPU power, and even then, the
text appears in a somewhat choppy fashion.

Additionally, Tomboy will sometimes become unresponsive for no apparent
reason; the process uses as much CPU as it can for a few second, during
which time the window doesn't redraw.

My ~/.tomboy contains seven notes, the largest of which is about 64k.

I know that performance bugs are subjective, but I'm reasonably certain
that a text-editing program should run smoothly on datasets under 100k
on a 2.60 GHz P4.

If there are any further diagnostics I can do, or any useful information
I might be able to provide, please let me know; I'm quite willing to run
through whatever tests would be helpful.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: tomboy 0.14.0-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: tomboy
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Tomboy uses excessive CPU and becomes unresponsive.
https://bugs.launchpad.net/bugs/369876
You received this bug notification because you are a member of 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 369876] Re: Tomboy uses excessive CPU and becomes unresponsive.

2009-04-30 Thread Adam Buchbinder

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26180184/Dependencies.txt

-- 
Tomboy uses excessive CPU and becomes unresponsive.
https://bugs.launchpad.net/bugs/369876
You received this bug notification because you are a member of 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 361962] Re: DPI of DjVu documents ignored when scaling document.

2009-04-30 Thread Adam Buchbinder
** Description changed:

  Binary package hint: evince
  
  If I encode an 850x1100 image with the -dpi 100 option, it's written
  into the INFO block as reported by djvudump. If I then encode a 425x550
  image with the -dpi 50 option, it should, when viewed in Evince, show
  up at the same size--at 100% zoom, both should be the size of a standard
  letter sheet. However, in this case, the latter image shows up as half
  the size of the former. This makes, for instance, 72dpi scans difficult
- to view at the standard zoom levels, because they're didiculously tiny,
+ to view at the standard zoom levels, because they're ridiculously tiny,
  and it makes 300dpi scans huge and slow to open.
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  Package: evince 2.24.1-0ubuntu1
  ProcEnviron:
   SHELL=/bin/bash
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
  SourcePackage: evince
  Uname: Linux 2.6.27-11-generic i686

-- 
DPI of DjVu documents ignored when scaling document.
https://bugs.launchpad.net/bugs/361962
You received this bug notification because you are a member of 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 361962] Re: DPI of DjVu documents ignored when scaling document.

2009-04-30 Thread Adam Buchbinder
** Bug watch added: GNOME Bug Tracker #580891
   http://bugzilla.gnome.org/show_bug.cgi?id=580891

** Also affects: evince via
   http://bugzilla.gnome.org/show_bug.cgi?id=580891
   Importance: Unknown
   Status: Unknown

-- 
DPI of DjVu documents ignored when scaling document.
https://bugs.launchpad.net/bugs/361962
You received this bug notification because you are a member of 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 204996] Re: Linux kernel 2.6.24-12 lockup

2009-04-30 Thread Adam Buchbinder
My attempts to compile at least a dozen kernels so far, leaving each
running for either a week or until it froze, have led to varying degrees
of confusion; kernels that I thought were good would freeze up or work
for a week straight depending on, it seemed, the phase of the moon.
Bisecting the kernel has taken a great deal of time, but has not, in the
end, been particularly helpful. I've been reluctant to upgrade to Jaunty
yet, since upgrading in the first place is what started all of this, and
it could always get worse, but since the problem *seems* to be kernel-
based, I can always just boot into the Intrepid kernel afterwards.

Future directions that I'll be working on:

I don't recall whether or not I actually removed the 'airo' module when
I was using the wired ethernet for my connectivity. Seeing if that helps
may be helpful in tracking down the actual bug.

I hadn't heard of netconsole (
https://wiki.ubuntu.com/KernelTeam/Netconsole ); since the bug locks the
system hard enough that no logging information is available on the next
boot, this may be a helpful avenue; if I can get a stack trace, I can
even bring it upstream. (I would have done so already, but despite the
time I've sunk into this disaster, I essentially know little more than I
did when I started.) On the other hand, the wireless on my laptop is
semi-broken enough (connection quality constantly wavers, and
occasionally drops entirely, even though other wireless devices work
fine) that this may not help. If that's the case, I'll connect it by
wire and try to trigger the crash that way.

-- 
Linux kernel 2.6.24-12 lockup
https://bugs.launchpad.net/bugs/204996
You received this bug notification because you are a member of 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 352159] Re: Sound stopped working after recent upgrade Jaunty beta

2009-04-29 Thread Adam Buchbinder
I can confirm this, at least with tsched=0, on my hardware (Intel
Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02));
enabling glitch-free provoked the crash pretty quickly. I have yet to
see it with glitch-free disabled.

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Sound stopped working after recent upgrade  Jaunty beta
https://bugs.launchpad.net/bugs/352159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   >