[Bug 1680245] Re: subiquity does not take in account existing partition

2018-05-25 Thread Alex Forencich
Seems the "workaround" is to install normal desktop ubuntu instead of
ubuntu server, as that's the only installer that actually works
correctly.

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

Title:
  subiquity does not take in account existing partition

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

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

[Bug 1680245] Re: subiquity does not take in account existing partition

2018-05-25 Thread Alex Forencich
Confirmed; just ran in to this brick wall while trying to install on top
of a bcache.  This is a fundamental installer feature that is completely
missing.

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

Title:
  subiquity does not take in account existing partition

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

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

[Bug 1411330] Re: vmlinuz permissions

2018-02-21 Thread Alex Forencich
Seeing the same.  Seems like the permissions of the vmlinuz file in the
kernel package are set 0600 instead of 0644.  However, there seems to be
a good reason for this: to prevent normal users reading the kernel image
to work around ASLR.  Fine, makes sense.  But how to fix the permissions
nicely for network booting?  I think a simple workaround is in order.
Create a file

/etc/kernel/postinst.d/chmod-vmlinuz

with the contents

#!/bin/sh -e

chmod 0644 /boot/vmlinuz-*

This should adjust the permissions of the kernel image automatically
after it is installed.

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

Title:
  vmlinuz permissions

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

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

[Bug 1522922]

2016-04-25 Thread Alex Forencich
(In reply to Mika Kahola from comment #110)
> (In reply to alex from comment #109)
> > Dammit.  Now this regression has made it into the LTS kernel.  Are you guys
> > kidding me?  Is it not possible for the changes that caused this
> > exceptionally annoying regression (as in my computer is now almost entirely
> > unusable) to be removed from the current production kernel, pending a proper
> > fix?
> 
> My current understanding is that there are multiple causes for flickering.
> Reverting this patch may solve an issue with one platform. Could you share
> your dmesg log with drm.debug=0x1e for further analysis, please.

Posted.  I rebooted into the stock 4.5.1 kernel (direct from the Arch
repository) with drm.debug=0x1e added to the kernel command line, logged
in, suspended, resumed, and dumped the log with journalctl.  I took a
quick check through and didn't see any messages that indicated any sort
of failure after the suspend operation.  However there are a lot of
messages in there, so I could have missed something.  What I do know is
that after the resume from suspend, I get something on the order of a 2
Hz flicker on the display that looks like the eDP link is flapping -
i.e. there is tearing that affects the bottom portion of the display
more than the top due to the link going down in the middle of a frame,
portions of the display are briefly distorted or colored strangely, etc.
None of this happens on 4.1.21, which is where I will stay until this
gets a proper fix in the mainline.

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

Title:
  Screen flickering in Intel i915 driver

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

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


[Bug 1522922]

2016-04-25 Thread Alex Forencich
Created attachment 123264
systemd logs with drm.debug=0x1e for stock 4.5.1 kernel (arch) with flicker 
after standby

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

Title:
  Screen flickering in Intel i915 driver

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

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


[Bug 1522922]

2016-04-24 Thread Alex Forencich
Dammit.  Now this regression has made it into the LTS kernel.  Are you
guys kidding me?  Is it not possible for the changes that caused this
exceptionally annoying regression (as in my computer is now almost
entirely unusable) to be removed from the current production kernel,
pending a proper fix?

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

Title:
  Screen flickering in Intel i915 driver

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

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


[Bug 1522922]

2016-04-07 Thread Alex Forencich
So, eight months since this has been reported and you guys can't even be
bothered to at least revert the changes that caused this originally?
The normal kernel is completely unusable on my machine due to this issue
(Dell XPS 15 (9530)) so I have been forced to run the LTS kernel for the
past several months.

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

Title:
  Screen flickering in Intel i915 driver

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

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


[Bug 991707] Re: Mouse pointer (touchpad) gets stuck often

2013-10-17 Thread Alex Forencich
I occasionally experience the same issue in Arch Linux when my touchpad
got one 'finger' 'stuck' so that whenever I touch the pad, it scrolls
instead of moving the cursor.  If I disable scrolling in the settings
manager, then nothing happens when I try to use the touchpad.  The issue
seemed to be resolved after suspending and resuming the computer.  I
have not tried ctrl+alt+Fx keys, but I imagine that would likely do the
same thing.

When the issue last occured, I had just switched desktops to a desktop
with a program running on it that seems to hang for a moment before
allowing the desktop to render.  I presume this may have caused a 'touch
release' event to get missed.

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

Title:
  Mouse pointer (touchpad) gets stuck often

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

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


[Bug 841039] Re: Banshee does not detect iPod Touch

2011-09-12 Thread Alex Forencich
What is in .gvfs folder?  Please post ls ~/.gvfs when it is not plugged
in and again when it is plugged in.  If there is no change, it's
possible that .gvfs is an ordinary folder instead of a mount point.  In
this case, rename or delete .gvfs and reboot.  Then try again.

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

Title:
  Banshee does not detect iPod Touch

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

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


[Bug 763457] Re: pyopencl falsely depends on nvidia-current

2011-06-22 Thread Alex Forencich
I ran into the same issue since I have to run nvidia dev drivers which
conflict with nvidia-current.  Fortunately I caught it before rebooting
so it didn't break my video subsystem.  However, this is a critical
issue.

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

Title:
  pyopencl falsely depends on nvidia-current

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

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


[Bug 763457] Re: pyopencl falsely depends on nvidia-current

2011-06-22 Thread Alex Forencich
One more thing to note: unless the dependency is removed entirely or a
reasonable workaround is instituted (rebuilding the package is not
really a reasonable workaround), requiring either the standard ATI or
nvidia packages is unacceptable as the nvidia cuda dev drivers do not
come as an ubuntu package and therefore are not visible to
dpkg/aptitude.

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

Title:
  pyopencl falsely depends on nvidia-current

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

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


[Bug 778620] Re: Brother HL-2070N do not work with Ubuntu 11.04

2011-06-16 Thread Alex Forencich
Confirm this is a showstopper issue.  Foomatic/Postscript driver does
not work at all.  Test page looks like this:

%!PS-Adobe-3.0
 %%LanguageLevel: 2
   
%%DocumentSuppliedResources: (atend)

   %%DocmentMe

Followed by blank pages until the printer runs out of paper.

Seems to work fine with Foomatic/hpijs-pcl5e driver, though.

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

Title:
  Brother HL-2070N do not work with Ubuntu 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/778620/+subscriptions

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


[Bug 267591] Re: settings: compiz settings are not in appearance

2011-05-19 Thread Alex Forencich
compizconfig is now basically a required item in the latest version of
ubuntu unless someone has a way to change the virtual desktop
configruation WITHOUT installing compizconfig.

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

Title:
  settings: compiz settings are not in appearance

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


[Bug 733428] Re: Banshee refuses to sync with ipod touch due to missing converter

2011-03-16 Thread Alex Forencich
Solved.  Not a banshee issue.  The problem was my assumption that it was
being properly detected.  It was not.  The Ubuntu packages usbmuxd and
ifuse (perhaps libgpod4 and libimobiledevice1 as well) are out of date
and do not support the latest version of the ipod simply because of a
new USB device id.  Fixed packages are available in pmcenery/ppa.
Installing the updated versions of these packages and rebooting solved
the issue.

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

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

Title:
  Banshee refuses to sync with ipod touch due to missing converter

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


[Bug 733428] Re: Banshee refuses to sync with ipod touch due to missing converter

2011-03-13 Thread Alex Forencich
Deleted ~/.config/banshee-1, same errors. ~/.config/banshee did not
exist.

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

Title:
  Banshee refuses to sync with ipod touch due to missing converter

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


[Bug 733428] [NEW] Banshee refuses to sync with ipod touch due to missing converter

2011-03-11 Thread Alex Forencich
Public bug reported:

Binary package hint: banshee

Banshee refuses to sync with a new iPod touch 4.2.1.  The device seems
to be properly detected, however when attempting to drag an album to the
iPod, the transfer fails with

The [ogg|mp3] format is not supported by the device, and no
converter was found to convert it.

The error messages are accompanied by debug logs of the form:

[5 Warn  03:07:58.970] Caught an exception - System.ApplicationException: The 
ogg format is not supported by the device, and no converter was found to 
convert it (in `Banshee.Dap')
  at Banshee.Dap.DapSource.AddTrackAndIncrementCount 
(Banshee.Collection.Database.DatabaseTrackInfo track) [0x0] in filename 
unknown:0 
  at Banshee.Sources.PrimarySource.AddTrackList (System.Object cached_list) 
[0x0] in filename unknown:0 

Earlier on in the debug output is a series of messages like this:

[5 Debug 03:07:57.557] Starting
[5 Debug 03:07:58.464] Initialized MediaProfileManager: 0.864807
[5 Debug 03:07:58.621] GStreamer pipeline does not run: audioconvert ! 
novellaacenc bitrate=128000 profile=2 outputformat=0 ! novellqtmux
[5 Debug 03:07:58.732] GStreamer pipeline does not run: audioconvert ! xingenc 
bitrate=128 ! id3v2mux
[5 Debug 03:07:58.804] GStreamer pipeline does not run: audioconvert ! 
fluwmaenc bitrate=64000 vbr=false ! fluasfmux

that seem to indicate the codec is missing.  However, all gstreamer
plugins seem to be installed.  Also, this is not a new bug, several
forum postings (http://ubuntuforums.org/showthread.php?t=1592840) are
floating around about the same issue.

** Affects: banshee (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/733428

Title:
  Banshee refuses to sync with ipod touch due to missing converter

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


[Bug 646315] Re: Failure to create connection to MSN

2011-02-05 Thread Alex Forencich
*** This bug is a duplicate of bug 509721 ***
https://bugs.launchpad.net/bugs/509721

** This bug is no longer a duplicate of bug 513346
   MSN connection does not work: Network error
** This bug has been marked a duplicate of bug 509721
   empathy reports network error and requires killing telepathy-butterfly
 * You can subscribe to bug 509721 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/509721/+subscribe

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

Title:
  Failure to create connection to MSN

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


[Bug 513346] Re: MSN connection does not work: Network error

2011-02-05 Thread Alex Forencich
*** This bug is a duplicate of bug 509721 ***
https://bugs.launchpad.net/bugs/509721

** This bug has been marked a duplicate of bug 509721
   empathy reports network error and requires killing telepathy-butterfly
 * You can subscribe to bug 509721 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/509721/+subscribe

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

Title:
  MSN connection does not work: Network error

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


[Bug 555930] Re: msn wont load network error

2011-02-05 Thread Alex Forencich
*** This bug is a duplicate of bug 509721 ***
https://bugs.launchpad.net/bugs/509721

** This bug is no longer a duplicate of bug 513346
   MSN connection does not work: Network error
** This bug has been marked a duplicate of bug 509721
   empathy reports network error and requires killing telepathy-butterfly
 * You can subscribe to bug 509721 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/509721/+subscribe

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

Title:
  msn wont load network error

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


[Bug 509721] Re: empathy reports network error and requires killing telepathy-butterfly

2011-02-05 Thread Alex Forencich
I can confirm this as well.  Also, it is one of the main issues that
prevents me from switching from pidgin to empathy since it happens quite
often.

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

Title:
  empathy reports network error and requires killing telepathy-butterfly

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


[Bug 636344] Re: Left, up and tab keys in text editor move focus instead of text cursor

2010-11-15 Thread Alex Forencich
Same problem here.  I can confirm that the problem is related to ibus in
that the arrow keys work properly after killing ibus-daemon.  However, I
have to type in Japanese so killing ibus-daemon is a completely
unacceptable workaround.  Vasili's workaround allows this to work in the
editor, but breaks the arrow keys for everything else, so it is also
unacceptable.

It would seem that the editor seems to be hooking itself in ABOVE ibus.
Pressing ctrl+space should switch languages in ibus, but instead it pops
up an autocomplete box in the editor.  I'm thinking the problem is
related to that in some way.

BTW, I am running fully updated 10.10

-- 
Left, up and tab keys in text editor move focus instead of text cursor
https://bugs.launchpad.net/bugs/636344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 530336] Re: brasero fails to write iso image (10.04 lucid)

2010-06-29 Thread Alex Forencich
Actually, never mind.  Didn't read the report carefully enough.  I can't
seem to be able to burn a regular CD-R from my internal burner from ANY
software (brasero and gnomebaker both failed in the same way).  External
driver over USB seemed to work fine, though.

-- 
brasero fails to write iso image (10.04 lucid)
https://bugs.launchpad.net/bugs/530336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 530336] Re: brasero fails to write iso image (10.04 lucid)

2010-06-28 Thread Alex Forencich
Same issue on my computer.  This sort of thing is absolutely
unacceptable since it fails without an error message while still going
through the motions.  Strangely, it burned *something* to one of the
disks I tried because it didn't detect it at all after I put it back in
(well, I didn't wait more than a couple of minutes before giving up).
The other disk I tried it seemed to ignore completely, detecting it as
blank after re-insertion.

-- 
brasero fails to write iso image (10.04 lucid)
https://bugs.launchpad.net/bugs/530336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Re: CPU usage dependent crackling on USB sound card

2010-06-24 Thread Alex Forencich
Please reopen this.  I posted the information asked for, so it is no
longer incomplete for the moment.

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Re: CPU usage dependent crackling on USB sound card

2010-06-24 Thread Alex Forencich
Actually, upon further experimentation, it would appear that the
internal sound card is also affected, it just takes a bit more to cause
distortion and crackling.  Scrolling through a document and scrolling
through some things in Firefox will cause the internal card to distort
in precisely the same way.  To me, it sounds like samples are getting
skipped, probably caused by a buffer underrun condition.  Since this
also affects the internal card, it should be rated with a higher
priority since there is no way to get consistently undistorted sound out
of my computer.

** Summary changed:

- CPU usage dependent crackling on USB sound card
+ CPU usage dependent crackling on USB and internal sound card

** Description changed:

  Binary package hint: pulseaudio
  
  I have a NuForce Icon uDAC USB sound card that I use for listening to
  music.  However, there is a problem with crackling when using it on one
  of my computers running Ubuntu 10.04.  The music will pop and distort
  when windows are scrolled and the like.  It's espcially evident when
  scrolling through stuff in the terminal (editing in vi, scrolling up to
  copy output, etc.), strangely enough.  The internal sound card works
  fine, so it could actually be a problem with the USB driver and
  scheduling priority.  However, it does not appear that the presence,
  absence, or use of external USB hard drives on an adjacent port has a
  significant impact.  Copying big files has little impact and using rsync
  to transfer files creates cracks and pops only when the command prompt
  scrolls.  The pulseaudio process runs with a nice level of -11 and as I
  said the internal card works fine.  The uDAC works fine on another
  laptop I have running 9.10 and as I recall it worked OK (needed to
  restart pulseaudio to detect it, but no crackling) on my 10.04 box back
  when it was running 9.10.  I will try a livecd of 10.04 on the working
  computer later, but I haven't yet gotten a chance.
  
+ Update: The internal sound card is also affected, only to a lesser
+ extent: the same distortion occurs when e.g. scrolling through a
+ document in evince or certain web pages in firefox.
+ 
  Computer running 10.04 that has problems with crackling:
  
  uname -a
  Linux babylon 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 
x86_64 GNU/Linux
  
  lsusb
  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 003 Device 004: ID 08bb:da48 Texas Instruments Japan 
+ Bus 003 Device 004: ID 08bb:da48 Texas Instruments Japan
  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 001 Device 041: ID 0a5c:4503 Broadcom Corp. 
- Bus 001 Device 040: ID 0a5c:4502 Broadcom Corp. 
- Bus 001 Device 039: ID 0bc2:3010 Seagate RSS LLC 
+ Bus 001 Device 041: ID 0a5c:4503 Broadcom Corp.
+ Bus 001 Device 040: ID 0a5c:4502 Broadcom Corp.
+ Bus 001 Device 039: ID 0bc2:3010 Seagate RSS LLC
  Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
  lspci
  00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
  00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express PCI Express Root Port (rev 03)
  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller (rev 01)
  00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 
(rev 01)
  00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 
(rev 01)
  00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 
(rev 01)
  00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller 
#1 (rev 01)
  00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #2 (rev 01)
  00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #3 (rev 01)
  00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #4 (rev 01)
  00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI 
Controller (rev 01)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
  00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
  00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
  00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
  01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
  03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 
02)
  03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
  03:01.1 SD Host controller: Ricoh Co Ltd R5C822 

[Bug 597035] [NEW] CPU usage dependent crackling on USB sound card

2010-06-21 Thread Alex Forencich
Public bug reported:

Binary package hint: pulseaudio

I have a NuForce Icon uDAC USB sound card that I use for listening to
music.  However, there is a problem with crackling when using it on one
of my computers running Ubuntu 10.04.  The music will pop and distort
when windows are scrolled and the like.  It's espcially evident when
scrolling through stuff in the terminal (editing in vi, scrolling up to
copy output, etc.), strangely enough.  The internal sound card works
fine, so it could actually be a problem with the USB driver and
scheduling priority.  However, it does not appear that the presence,
absence, or use of external USB hard drives on an adjacent port has a
significant impact.  Copying big files has little impact and using rsync
to transfer files creates cracks and pops only when the command prompt
scrolls.  The pulseaudio process runs with a nice level of -11 and as I
said the internal card works fine.  The uDAC works fine on another
laptop I have running 9.10 and as I recall it worked OK (needed to
restart pulseaudio to detect it, but no crackling) on my 10.04 box back
when it was running 9.10.  I will try a livecd of 10.04 on the working
computer later, but I haven't yet gotten a chance.

Computer running 10.04 that has problems with crackling:

uname -a
Linux babylon 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 
x86_64 GNU/Linux

lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 08bb:da48 Texas Instruments Japan 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 041: ID 0a5c:4503 Broadcom Corp. 
Bus 001 Device 040: ID 0a5c:4502 Broadcom Corp. 
Bus 001 Device 039: ID 0bc2:3010 Seagate RSS LLC 
Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of 
BCM2046 Bluetooth)
Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 
01)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 
01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 
01)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller 
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller 
(rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

Computer running 9.10 that works fine:
Linux alexforencich-eee 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 00:22:23 
UTC 2010 i686 GNU/Linux

lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 08bb:da48 Texas Instruments Japan 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC WebCam / 
CNF7129
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller 
Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express 
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated 

[Bug 597035] Re: CPU usage dependent crackling on USB sound card

2010-06-21 Thread Alex Forencich
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: pulseaudio
  
  I have a NuForce Icon uDAC USB sound card that I use for listening to
  music.  However, there is a problem with crackling when using it on one
  of my computers running Ubuntu 10.04.  The music will pop and distort
  when windows are scrolled and the like.  It's espcially evident when
  scrolling through stuff in the terminal (editing in vi, scrolling up to
  copy output, etc.), strangely enough.  The internal sound card works
  fine, so it could actually be a problem with the USB driver and
  scheduling priority.  However, it does not appear that the presence,
  absence, or use of external USB hard drives on an adjacent port has a
  significant impact.  Copying big files has little impact and using rsync
  to transfer files creates cracks and pops only when the command prompt
  scrolls.  The pulseaudio process runs with a nice level of -11 and as I
  said the internal card works fine.  The uDAC works fine on another
  laptop I have running 9.10 and as I recall it worked OK (needed to
  restart pulseaudio to detect it, but no crackling) on my 10.04 box back
  when it was running 9.10.  I will try a livecd of 10.04 on the working
  computer later, but I haven't yet gotten a chance.
  
  Computer running 10.04 that has problems with crackling:
  
  uname -a
  Linux babylon 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 
x86_64 GNU/Linux
  
  lsusb
  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 003 Device 004: ID 08bb:da48 Texas Instruments Japan 
  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 001 Device 041: ID 0a5c:4503 Broadcom Corp. 
  Bus 001 Device 040: ID 0a5c:4502 Broadcom Corp. 
  Bus 001 Device 039: ID 0bc2:3010 Seagate RSS LLC 
  Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
  lspci
  00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
  00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express PCI Express Root Port (rev 03)
  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller (rev 01)
  00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 
(rev 01)
  00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 
(rev 01)
  00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 
(rev 01)
  00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller 
#1 (rev 01)
  00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #2 (rev 01)
  00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #3 (rev 01)
  00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #4 (rev 01)
  00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI 
Controller (rev 01)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
  00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
  00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
  00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
  01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
  03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 
02)
  03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
  03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
  03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
  03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
  0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)
  
  Computer running 9.10 that works fine:
  Linux alexforencich-eee 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 00:22:23 
UTC 2010 i686 GNU/Linux
  
  lsusb
  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 003 Device 003: ID 08bb:da48 Texas Instruments Japan 
  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 001 Device 002: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC WebCam 
/ CNF7129
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  
  lspci
  00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory 
Controller Hub (rev 03)
  00:02.0 

[Bug 597035] AplayDevices.txt

2010-06-21 Thread Alex Forencich
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/50713043/AplayDevices.txt

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] BootDmesg.txt

2010-06-21 Thread Alex Forencich
apport information

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

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Card0.Amixer.values.txt

2010-06-21 Thread Alex Forencich
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/50713051/Card0.Amixer.values.txt

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Card0.Codecs.codec.0.txt

2010-06-21 Thread Alex Forencich
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/50713060/Card0.Codecs.codec.0.txt

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Card0.Codecs.codec.1.txt

2010-06-21 Thread Alex Forencich
apport information

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/50713063/Card0.Codecs.codec.1.txt

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Card1.Amixer.values.txt

2010-06-21 Thread Alex Forencich
apport information

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/50713064/Card1.Amixer.values.txt

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] CurrentDmesg.txt

2010-06-21 Thread Alex Forencich
apport information

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

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] Dependencies.txt

2010-06-21 Thread Alex Forencich
apport information

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

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] PciMultimedia.txt

2010-06-21 Thread Alex Forencich
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/50713068/PciMultimedia.txt

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597035] ProcCpuinfo.txt

2010-06-21 Thread Alex Forencich
apport information

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

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 188422] Re: locations list can go over the screen border

2010-06-15 Thread Alex Forencich
Still present in Lucid.  Try it with one time zone PST and one in Asia.
On Tuesday, the Wednesday added after the date is enough to push the
edge off the screen border.  All that needs to be done is account for
the 'set' button for the location with the longest string when the menu
is first displayed.  Should be a simple fix, but I lack the know-how of
the applet internals and build system to fix it myself nor the time to
figure it out.  A minor annoyance at most, but it still should be fixed.

-- 
locations list can go over the screen border
https://bugs.launchpad.net/bugs/188422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 518236] [NEW] Evince/Okular displays incorrect characters

2010-02-06 Thread Alex Forencich
Public bug reported:

When using evince/okular to display a PDF file, all degree signs (°) are
rendered as a character that looks like ϒ, but selecting it and copying
the relevant text, copying, and pasting into another application yields
the correct character.  Also, mu (μ) is rendered as the proportional to
symbol, ∝, but copies correctly as well.  The same for the square root
symbol, √, except it appears as a small script p, ℘.  I would assume the
problem is not limited to these characters.

Steps to repeat:

1. Download and open http://www.ti.com/lit/gpn/ina217 in evince or
okular

What happens:

'√Hz' and 'μV/°C' are displayed incorrectly, 'μV/°C' becoming '∝V/ϒC'
and '√Hz' becoming '℘Hz'.

What should happen:

'√Hz' and 'μV/°C' are displayed as '√Hz' and 'μV/°C'

uname -a: Linux alexforencich-eee 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 
16:20:31 UTC 2009 i686 GNU/Linux
evince: 2.28.1-0ubuntu1.2
libpoppler[5,-glib4,-qt2,-qt4-3] and poppler-utils: 0.12.0-0ubuntu2.1
okular: 4:4.3.5-0bubuntu1~karmic1

ProblemType: Bug
Architecture: i386
Date: Sat Feb  6 14:55:24 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evince
Package: evince 2.28.1-0ubuntu1.2
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: evince
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
Evince/Okular displays incorrect characters
https://bugs.launchpad.net/bugs/518236
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 518236] Re: Evince/Okular displays incorrect characters

2010-02-06 Thread Alex Forencich

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

** Attachment added: KernLog.txt
   http://launchpadlibrarian.net/38844413/KernLog.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/38844414/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/38844415/ProcStatus.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/38844416/RelatedPackageVersions.txt

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

-- 
Evince/Okular displays incorrect characters
https://bugs.launchpad.net/bugs/518236
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437643] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000068

2009-11-02 Thread Alex Forencich
I just got this problem with the latest version of karmic, upgraded from
jaunty.

-- 
BUG: unable to handle kernel NULL pointer dereference at 0068
https://bugs.launchpad.net/bugs/437643
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348728] [NEW] KTimetracker missing compiz window decorations

2009-03-25 Thread Alex Forencich
Public bug reported:

Binary package hint: ktimetracker

When the current window manager is compiz, KTimetracker does not display
window decorations.  Running metacity --replace makes the decorations
appear.  compz --replace makes them disappear again.  This did not occur
in the old version of KTimetracker, KArm.

Software versions:
$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10

$ uname -srm
Linux 2.6.27-generic x86_64

compiz 1:0.7.8-ubuntu4.1
ktimetracker 4:4.1.4-0ubuntu1~intrepid2.1
libkdepim4 4:4.1.4-0ubuntu1~intrepid2.1

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

-- 
KTimetracker missing compiz window decorations
https://bugs.launchpad.net/bugs/348728
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 107950] Re: x-session manager eats 100% CPU, nautilus won't start, applications won't start

2009-03-17 Thread Alex Forencich
There is most definitely a problem with something not closing
connections.  After a fresh reboot, lsof -n | grep /tmp/.ICE-unix/5724 |
wc --lines reads 10.  After starting Firefox, Thunderbird, Amarok,
Kopete, and Eclipse, it reads 18.  Closing and restarting Amarok pushes
it to 21.  Three instances should have been closed when Amarok was shut
down, but they weren't.  Also, the count would increase slowly over time
when Amarok was left running in the backround.  However, it seems like
this bug might not be consistent - I started anki and it added one, then
I closed it and the count fell by one.  Same for gedit.  Kopete didn't
release its connection when it was restarted.  Nor did piklab or
openoffice.  Maybe this is a compatibility problem with KDE or Qt apps
running in gnome?  It would appear that Gnome apps either successfully
close the connection when they exit, or they don't open one in the first
place.  For example, gimp doesn't even seem to open one - the count
doesn't change.

One odd thing I noticed: amarok only has problems with opening extra
connections on my 32 bit machine and not on my 64 bit machine.  They
should be running pretty much the same software.  However, the 64 bit
machine does has the same problem with leaving connections open.

-- 
x-session manager eats 100% CPU, nautilus won't start, applications won't start
https://bugs.launchpad.net/bugs/107950
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318354] [NEW] package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to install/upgrade: subprocess pre-removal script returned error exit status 2

2009-01-17 Thread Alex Forencich
Public bug reported:

I'm using grub2, so there seems to be an incompatibility with the kernel
uninstall script that means I need to switch back to grub 1 whenever I
need to remove an old kernel.  Also, the reason I needed to uninstall
the old kernel was because the update-grub script was building the
grub.cfg kernel list in the wrong order and loading on the of the older
kernels by default.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-removal script returned error exit status 2
NonfreeKernelModules: fglrx
Package: linux-image-2.6.27-9-generic 2.6.27-9.19
ProcCmdLine: BOOT_IMAGE=(hd0,1)/boot/vmlinuz-2.6.27-11-generic User 
Name=UUID=55f78ac2-d86d-4c78-8463-f3071404b65a ro quiet splash
ProcVersionSignature: Ubuntu 2.6.27-11.24-generic
SourcePackage: linux
Title: package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to 
install/upgrade: subprocess pre-removal script returned error exit status 2

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


** Tags: apport-package

-- 
package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to install/upgrade: 
subprocess pre-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/318354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318354] Re: package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to install/upgrade: subprocess pre-removal script returned error exit status 2

2009-01-17 Thread Alex Forencich

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

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

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/21303338/DpkgTerminalLog.gz

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/21303339/HalComputerInfo.txt

** Attachment added: LsUsb.txt
   http://launchpadlibrarian.net/21303340/LsUsb.txt

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

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/21303342/ProcCpuInfo.txt

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

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

-- 
package linux-image-2.6.27-9-generic 2.6.27-9.19 failed to install/upgrade: 
subprocess pre-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/318354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200392] Re: Extreme memory leak in Pidgin when attempting to play sound

2008-11-09 Thread Alex Forencich
I can confirm this in Intrepid as well.  I had to restart pulseaudio
after resuming from hibernate, and pidgin's memory usage went through
the roof.  I was at 96% of 3.2 GB RAM and 50% of 8 GB swap.  pkill
-sigkill pidgin made my memory use drop to 30% and swap drop to 12%.
This bug should be marked critical because it brings the system to its
knees almost immediately and it is essentially impossible to set
straight without completely killing pidgin.

-- 
Extreme memory leak in Pidgin when attempting to play sound
https://bugs.launchpad.net/bugs/200392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 181184] Re: vertical text spacing problem

2008-11-01 Thread Alex Forencich
That sounds like this bug is being masked by bug 223433 for you.  For
that one, some fonts don't display at all, and some are dependent on
screen size (font size and zoom level).

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

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


[Bug 181184] Re: vertical text spacing problem

2008-10-30 Thread Alex Forencich
It is quite possible that you couldn't see any text because you were a
victim of bug 223433.  Bug 223433 will make vertical text disappear if
it's screen size is too large.  The attached file should rule out
problems with 223433.

Also, you could try adding the japanese language to your computer.  I
believe the default Japanese font is DejaVu Sans.

** Attachment added: oo bugs.odt
   http://launchpadlibrarian.net/19089373/oo%20bugs.odt

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

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


[Bug 223433] Re: openoffice,japanese vertical line is not supported.

2008-10-30 Thread Alex Forencich
On my computer, this document looks fine at 100% zoom.  When I zoom in,
the vertical japanese text disappears.  If I make the font of the
vertical text bigger, it also disappears.  The horizontal text scales
fine.

** Attachment added: oo bugs.odt
   http://launchpadlibrarian.net/19089447/oo%20bugs.odt

-- 
openoffice,japanese vertical line is not supported.
https://bugs.launchpad.net/bugs/223433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 181184] Re: vertical text spacing problem

2008-10-30 Thread Alex Forencich
Can you see the horizontal japanese text, or just the english text?

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

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


[Bug 223433] Re: openoffice,japanese vertical line is not supported.

2008-10-29 Thread Alex Forencich
*** This bug is a duplicate of bug 181184 ***
https://bugs.launchpad.net/bugs/181184

How is this a duplicate of #181184?  Text disappearing above a certain
size and spacing problems are two completely different things.  The
misplaced 「・」may be related to #181184, but the rest isn't as far as I
can tell.  Does somebody care to enlighten us as to why this seems to
have been marked a duplicate of an unrelated bug?

-- 
openoffice,japanese vertical line is not supported.
https://bugs.launchpad.net/bugs/223433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 181184] Re: vertical text spacing problem

2008-10-29 Thread Alex Forencich
I'm seeing the spacing problem in openoffice.org 1:2.4.1-1ubuntu2 in
Ubuntu 8.04.  In the attached screenshot, the red border is what it is
doing and the green border is close to what it is supposed to be (with
spaces added manually).  The characters should also be centered left-to-
right, not aligned along the right edge.  Each character should take up
the same amount of space vertically, including punctuation.  Punctuation
and small hiragana and katakana should end up in the upper right corner
of the space.  The opening quotation mark should end up in the lower
right corner while the closing quotation mark should end up in the upper
left corner.  The separator dot should appear in the center.

** Attachment added: bug.png
   http://launchpadlibrarian.net/19053625/bug.png

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

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


[Bug 223433] Re: openoffice,japanese vertical line is not supported.

2008-10-11 Thread Alex Forencich
I can confirm this as well.  For me, though, VL Gothic does not work at
all while DejaVu Sans works but only while the on-screen size is smaller
than a certain amount (as in, zooming in or increasing the size will
make it disappear).  For me, viewing at 100% with a font size of 12
points is fine, but zoom in and it's gone or resize to 13 points or
larger and it's gone.  Same goes for text appearing in the print
preview, though it seems to be able to print to PDF fine.  Also, the
separator character 「・」 seems to be appearing  one character too low -
as in 「あ・か」, the 「・」 appears on top of the か instead of in between the
characters.  Space is left for the character where it should be, but it
is being drawn in the wrong place.  This only seems to happen at 100%
and 12 points, any smaller seems to work just fine.

-- 
openoffice,japanese vertical line is not supported.
https://bugs.launchpad.net/bugs/223433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 223433] Re: openoffice,japanese vertical line is not supported.

2008-10-11 Thread Alex Forencich
By the way, I'm running OpenOffice 1:2.4.1-1ubuntu2 (from Synaptic) on
Hardy Heron AMD64 with kernel 2.6.24-19-generic.

-- 
openoffice,japanese vertical line is not supported.
https://bugs.launchpad.net/bugs/223433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264865] Re: Big artifacts when playing windows media 9 files

2008-09-06 Thread Alex Forencich
I ran into this exact problem today and I've been banging my head
against the wall trying to figure out what was causing it.  The video I
tried playing works fine under windows, played in VLC.  However, I got
the same artifact problem in both totem and VLC.  The artifacts appear
to consist of a pink overlay that disappears block-wise where motion
updates occur and what looks like blocks of randomly colored pixels that
fade in slowly until the next keyframe.  It is very noticeable and
extremely annoying.

-- 
Big artifacts when playing windows media 9 files
https://bugs.launchpad.net/bugs/264865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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