[Bug 532000] Re: no pstack for amd64

2010-08-13 Thread Michael Blakeley
Very basic question: did you try sudo?

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION=Ubuntu 10.04.1 LTS
$ pstack `pgrep cron`
$ sudo pstack `pgrep cron`
#0  0x7f5350307370 in nanosleep () from /lib/libc.so.6
#1  0x7f5350307200 in sleep () from /lib/libc.so.6
#2  0x00403254 in ?? ()
#3  0x7f535027bc4d in __libc_start_main () from /lib/libc.so.6
#4  0x00402be9 in ?? ()
#5  0x7fffa9c5bd78 in ?? ()
#6  0x001c in ?? ()
#7  0x0001 in ?? ()
#8  0x7fffa9c5bf45 in ?? ()
#9  0x in ?? ()

I suppose it's a bug that pstack doesn't report any errors from gdb.
However, that isn't in the scope of this report.

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

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


[Bug 532000] Re: no pstack for amd64

2010-05-06 Thread Michael Blakeley
It's been a little while,  but I believe I extracted gstack from the rpm
without installing it. You'll need rpm2cpio and cpio for this.

$ rpm2cpio gdb-6.3.0.0-1.132.EL4.x86_64.rpm | cpio -idmv
./usr/bin/gcore
./usr/bin/gdb
./usr/bin/gdbserver
./usr/bin/gdbtui
./usr/bin/gstack
./usr/share/doc/gdb-6.3.0.0
./usr/share/doc/gdb-6.3.0.0/COPYING
./usr/share/doc/gdb-6.3.0.0/COPYING.LIB
./usr/share/doc/gdb-6.3.0.0/NEWS
./usr/share/doc/gdb-6.3.0.0/README
./usr/share/info/annotate.info.gz
./usr/share/info/gdb.info.gz
./usr/share/info/gdbint.info.gz
./usr/share/info/stabs.info.gz
./usr/share/man/man1/gdb.1.gz
./usr/share/man/man1/gdbserver.1.gz
./usr/share/man/man1/gdbtui.1.gz
12185 blocks
$ ls usr/bin/gstack 
usr/bin/gstack

Now you can put gstack wherever you like.

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

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


[Bug 532000] [NEW] no pstack for amd64

2010-03-04 Thread Michael Blakeley
Public bug reported:

Binary package hint: pstack

There is no pstack package available for amd64. This should be easy to
fix, since pstack is available for amd64 on Fedora, centos, etc.

For developers, pstack is an extremely useful utility to dump the state
of a running process. To work around its absence in ubuntu, I typically
use 'wajig rpminstall' to install the centos version.

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

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

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


[Bug 517803] Re: kubuntu lucid can't load the login page

2010-02-07 Thread Michael Blakeley
There's an even simpler workaround. In /etc/kde4/kdm/kdmrc comment out
the Theme and restart kdm. Now kdm won't have a theme, but so what?

#Theme=/usr/share/kde4/apps/kdm/themes/ethais

The deeper bug here is that kdm doesn't automatically fall back to no
theme when presented with an invalid theme configuration.

-- 
kubuntu lucid can't load the login page
https://bugs.launchpad.net/bugs/517803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234098] Re: start_daemon should supply --chdir $PWD to start-to-stop-daemon

2009-07-02 Thread Michael Blakeley
lsb-base/karmic uptodate 4.0-0ubuntu2 fixes this issue.

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

-- 
start_daemon should supply --chdir $PWD to start-to-stop-daemon
https://bugs.launchpad.net/bugs/234098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346873] [NEW] plasma-widget-network-manager icons for secure vs open wifi networks are too similar

2009-03-22 Thread Michael Blakeley
Public bug reported:

Binary package hint: plasma-widget-network-manager

plasma-widget-network-manager/jaunty uptodate 0.0+svn930811-0ubuntu2

The plasma network-manager widget has an icon for open, unsecured
networks, which is meant to look like an open padlock. The icon for
closed, secured networks looks like a closed padlock. That makes logical
sense, but the two icons only differ by a couple of pixels, so it's
difficult to glance at the list of connections and see which ones are
open.

Suggested fix: use a blank icon for open networks.

** Affects: plasma-widget-network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
plasma-widget-network-manager icons for secure vs open wifi networks are too 
similar
https://bugs.launchpad.net/bugs/346873
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.

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


[Bug 234098] Re: start_daemon should supply --chdir $PWD to start-to-stop-daemon

2009-03-21 Thread Michael Blakeley
This has been fixed upstream in debian sid, as lsb-base_3.2-22. If
there's still time, it would be nice to have the change in jaunty
(currently 3.2-20ubuntu4).

-- 
start_daemon should supply --chdir $PWD to start-to-stop-daemon
https://bugs.launchpad.net/bugs/234098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322213] Re: acroread and ia32-libs application freeze

2009-02-10 Thread Michael Blakeley
** Changed in: ia32-libs (Ubuntu)
   Status: New = Confirmed

-- 
acroread and ia32-libs application freeze
https://bugs.launchpad.net/bugs/322213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277032] Re: nepomukserver still doesn't have sesame2 backend

2008-12-09 Thread Michael Blakeley
With intrepid + http://ppa.launchpad.net/kubuntu-experimental/ubuntu
(KDE 4.2 Beta 1), the bad performance is gone - because strigi-daemon
refuses to run altogether.

$ grep -i strigi ~/.xsession-errors
[/usr/bin/nepomukservicestub] nepomukstrigiservice(29566) 
Nepomuk::StrigiService::StrigiService: Will not start when using redland 
Soprano backend due to horrible performance.
NepomukServer(32234) Nepomuk::ServiceController::slotServiceInitialized: 
Failedto initialize service nepomukstrigiservice
nepomukstrigiservice(29713) Nepomuk::StrigiService::StrigiService: Failed to 
load sopranobackend Strigi index manager.
NepomukServer(32234) Nepomuk::ServiceController::slotServiceInitialized: 
Failedto initialize service nepomukstrigiservice
NepomukServer(32234) Nepomuk::ServiceController::slotProcessFinished: Service 
nepomukstrigiservice went down

$ apt-show-versions strigi-daemon
strigi-daemon/unknown uptodate 0.5.11-2ubuntu1~intrepid1~ppa1
$ apt-show-versions soprano-daemon
soprano-daemon/unknown uptodate 2.1.64+dfsg.1-0ubuntu1~intrepid1~ppa1

Would it make sense to move soprano-daemon to non-free?

-- 
nepomukserver still doesn't have sesame2 backend
https://bugs.launchpad.net/bugs/277032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220568] Re: firefox font changed to narrower, less readable font

2008-11-19 Thread Michael Blakeley
This problem is still in intrepid, and seems tricky to resolve
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299697 is somewhat
relevant).

http://ubuntuforums.org/archive/index.php/t-804242.html also suggests an
interesting approach, using FONTCONFIG_FILE and a firefox-specific font
configuration. I gave up before getting it to work, but this seems like
a somewhat elegant way to reconcile the demands of different
applications. Perhaps the firefox packagers could look into something
like this?

Even if you don't personally care about matching Helvetica's metrics,
customizing this behavior via $HOME/.fonts.conf is difficult because 30
-metric-aliases.conf is loaded before $HOME/.fonts.conf. That seems
broken to me, but here's a hack to work around that issue
(assign_replace) that works well enough for me. If there's a better
way, I'd love to know about it.

Paste this XML into a new $HOME/.fonts.conf, or integrate it with your
existing one. I chose to use msttcorefonts - you can choose fonts from
DejaVu etc if you prefer.

?xml version='1.0'?
!DOCTYPE fontconfig SYSTEM 'fonts.dtd'
fontconfig
 !-- http://forums.bsdnexus.com/viewtopic.php?pid=1 --
 !-- assign_replace overrides /etc/fonts/conf.d/30-metric-aliases.conf --
 match target=pattern
   test name=family
 stringHelvetica/string
   /test
   edit name=family mode=assign_replace
 stringArial/string
   /edit
 /match
 match target=pattern
   test qual=any name=family
 stringTimes/string
   /test
   edit name=family mode=assign_replace
 stringTimes New Roman/string
   /edit
 /match
 match target=pattern
   test qual=any name=family
 stringCourier/string
   /test
   edit name=family mode=assign_replace
 stringCourier New/string
   /edit
 /match
/fontconfig

-- 
firefox font changed to narrower, less readable font
https://bugs.launchpad.net/bugs/220568
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145262] Re: Unclutter stops mouse functioning properly in fullscreen games

2008-11-01 Thread Michael Blakeley
Yes, in 8.10 final with kvm in fullscreen mode (so not just games).
Taking kvm out of fullscreen mode stops the problem, if and only if
unclutter is started with the '-not QEMU' option.

-- 
Unclutter stops mouse functioning properly in fullscreen games
https://bugs.launchpad.net/bugs/145262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 289267] [NEW] libstdc++-libc6.2-2.so.3 unavailable on amd64

2008-10-25 Thread Michael Blakeley
Public bug reported:

Following the instructions at 
http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/packaging_md/linux/getting_started.html?root=TPTP_Projectrevision=1.6
 to set up the eclipse profiler, I read that the agent controller requires 
libstdc++-libc6.2-2.so.3 - however, 
'apt-file search libstdc++-libc6.2-2.so.3' tells me that this file is not 
available in any package.

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
$ apt-cache policy apt-file
apt-file:
  Installed: 2.1.4
  Candidate: 2.1.4
  Version table:
 *** 2.1.4 0
500 http://ca.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
libstdc++-libc6.2-2.so.3 unavailable on amd64
https://bugs.launchpad.net/bugs/289267
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 134302] Re: keyboard accessibility problem with knetworkmanager error dialog

2008-10-18 Thread Michael Blakeley
No, because knetworkmanager doesn't notify me about connection failures
at all. I suppose you could call that an improvement.

network-manager-kde/intrepid uptodate 1:0.7svn864988-0ubuntu1

-- 
keyboard accessibility problem with knetworkmanager error dialog
https://bugs.launchpad.net/bugs/134302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 121895] Re: knetworkmanager systray right-click and left-click behaviors have swapped places

2008-09-27 Thread Michael Blakeley
network-manager-kde/intrepid 1:0.7svn864988-0ubuntu1 fixes this issue
for me.

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

-- 
knetworkmanager systray right-click and left-click behaviors have swapped places
https://bugs.launchpad.net/bugs/121895
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 273705] [NEW] cannot select ia32-java-6-sun as plugin alternative

2008-09-23 Thread Michael Blakeley
Public bug reported:

Binary package hint: ia32-sun-java6-bin

Description:Ubuntu intrepid (development branch)
Release:8.10

ia32-sun-java6-bin:
  Installed: 6-07-4ubuntu2
  Candidate: 6-07-4ubuntu2
  Version table:
 *** 6-07-4ubuntu2 0
500 http://ca.archive.ubuntu.com intrepid/multiverse Packages
100 /var/lib/dpkg/status

I'm using a 64-bit (amd64) kernel, but I want to use a 32-bit JVM for
compatibility. After installing ia32-sun-java6-bin, I tried to tell
firefox to use the 32-bit version of the plugin:

$ sudo update-java-alternatives --plugin--verbose --set ia32-java-6-sun
resetting java alternatives
No alternatives for firefox-3.0-javaplugin.so.
No alternatives for firefox-javaplugin.so.
No alternatives for iceape-javaplugin.so.
No alternatives for iceweasel-javaplugin.so.
No alternatives for midbrowser-javaplugin.so.
No alternatives for mozilla-javaplugin.so.
No alternatives for firefox-javaplugin.so.
No alternatives for iceape-javaplugin.so.
No alternatives for iceweasel-javaplugin.so.
No alternatives for midbrowser-javaplugin.so.
No alternatives for mozilla-javaplugin.so.
update-alternatives: Cannot find alternative 
`/usr/lib/jvm/ia32-java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so'.
$ file /usr/lib/jvm/ia32-java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so
/usr/lib/jvm/ia32-java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so: ELF 
32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, 
not stripped

The file exists, but doesn't appear to be installed as an alternative
for the browser java plugin. This may be related to 226911, but wasn't
fixed by the fix for that issue.

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cannot select ia32-java-6-sun as plugin alternative
https://bugs.launchpad.net/bugs/273705
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162452] Re: vbetool vbemode get does not work, unary operator expected

2008-09-19 Thread Michael Blakeley
Confirming: I can reproduce this error with acpi-support/intrepid 0.110,
and the suggested changes fix the problem. Per http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=445213 this was fixed in acpi-support/0.103-1

** Changed in: acpi-support (Ubuntu)
   Status: New = Confirmed

-- 
vbetool vbemode get does not work, unary operator expected
https://bugs.launchpad.net/bugs/162452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260898] [NEW] klipper pop-up list problems with keyboard navigation

2008-08-24 Thread Michael Blakeley
Public bug reported:

Binary package hint: klipper

$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10
$ apt-cache policy klipper
klipper:
  Installed: 4:4.1.0-0ubuntu8
  Candidate: 4:4.1.0-0ubuntu8
  Version table:
 *** 4:4.1.0-0ubuntu8 0
500 http://ca.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

I use the shortcut ctrl-alt-v to activate klipper's pop-up list of
recent selections. The usual sequence is something like ctrl-alt-v,
followed by one or more down-arrow keys to find the stored text that I
want to select. With kde3, this worked well with keyboard navigation.
With kde4, there are two new problems:

a) If the mouse pointer happens to intersect with an item in the klipper
pop-up list, klipper selects that item from the list. When this happens,
I have to up-arrow to the top of the list again, which is cumbersome and
unexpected. The home and end keys do no work, making this more
difficult.

b) Hitting ctrl-alt-v then down-arrow does not select anything. The
down-arrow must be pressed twice in order to select the first item on
the list. In kde3, this extra keypress was not necessary. I think this
is a side-effect of the filter on typing feature - not sure if that
existed in kde3 or not. But isn't it possible to jump to the first item
if the first keypress is down-arrow?

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
klipper pop-up list problems with keyboard navigation
https://bugs.launchpad.net/bugs/260898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260898] Re: klipper pop-up list problems with keyboard navigation

2008-08-24 Thread Michael Blakeley
(b) appears to be filed upstream as
https://bugs.kde.org/show_bug.cgi?id=169059

-- 
klipper pop-up list problems with keyboard navigation
https://bugs.launchpad.net/bugs/260898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259767] [NEW] kubuntu-docs 8.10-3 update error (/usr/share/ubuntu-artwork/home/locales-kubuntu/ is not a directory)

2008-08-20 Thread Michael Blakeley
Public bug reported:

Binary package hint: kubuntu-docs

Fresh install of intrepid kubuntu amd64, upgrading to latest packages
via dist-upgrade:

$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10
$ apt-cache policy kubuntu-docs
kubuntu-docs:
  Installed: 8.10-3
  Candidate: 8.10-3
  Version table:
 *** 8.10-3 0
500 http://ca.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status
$ apt-show-versions -a kubuntu-docs
kubuntu-docs 8.10-3 install ok half-configured
kubuntu-docs 8.10-3 intrepid ca.archive.ubuntu.com
kubuntu-docs/intrepid uptodate 8.10-3
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up kubuntu-docs (8.10-3) ...
ln: target `/usr/share/ubuntu-artwork/home/locales-kubuntu/' is not a 
directory: No such file or directory
dpkg: error processing kubuntu-docs (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 kubuntu-docs

** Affects: kubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kubuntu-docs 8.10-3 update error 
(/usr/share/ubuntu-artwork/home/locales-kubuntu/ is not a directory)
https://bugs.launchpad.net/bugs/259767
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kubuntu-docs in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 234098] Re: start_daemon should supply --chdir $PWD to start-to-stop-daemon

2008-08-18 Thread Michael Blakeley
This is still a problem with intrepid alpha 4. The patch is somewhat
simpler, since init-functions no longer uses 'eval' to start daemons
(upstream debian change, I suppose?). But the existing patch is still
relevant.

-- 
start_daemon should supply --chdir $PWD to start-to-stop-daemon
https://bugs.launchpad.net/bugs/234098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234098] Re: start_daemon should supply --chdir $PWD to start-to-stop-daemon

2008-05-27 Thread Michael Blakeley
The lsb-base package documents support for LSB 3.2, not 3.1. So I'll add
that http://refspecs.freestandards.org/LSB_3.2.0/LSB-Core-generic/LSB-
Core-generic/iniscrptfunc.html also specifies the current environment.

-- 
start_daemon should supply --chdir $PWD to start-to-stop-daemon
https://bugs.launchpad.net/bugs/234098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234098] [NEW] start_daemon should supply --chdir $PWD to start-to-stop-daemon

2008-05-22 Thread Michael Blakeley
Public bug reported:

Binary package hint: lsb

http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-
generic/iniscrptfunc.html says that Each conforming init script shall
execute the commands in the file /lib/lsb/init-functions in the current
environment I read this to include the current working directory.
However, start-stop-daemon changes the current directory to root, unless
--chdir is supplied. Therefore, I believe that start_daemon should
supply --chdir $PWD to start-to-stop-daemon.

Not doing so causes problems with some rpm-based packages, that cd to a
specific directory before starting. I've attached a patch that seems to
work.

$ lsb_release -rd
Description:Ubuntu 8.04
Release:8.04
$ apt-show-versions lsb-base
lsb-base/hardy uptodate 3.2-4ubuntu1

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

-- 
start_daemon should supply --chdir $PWD to start-to-stop-daemon
https://bugs.launchpad.net/bugs/234098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234098] Re: start_daemon should supply --chdir $PWD to start-to-stop-daemon

2008-05-22 Thread Michael Blakeley

** Attachment added: patch
   http://launchpadlibrarian.net/14661959/patch

-- 
start_daemon should supply --chdir $PWD to start-to-stop-daemon
https://bugs.launchpad.net/bugs/234098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219679] Re: frozen kvm while running reactos guest

2008-05-21 Thread Michael Blakeley
I can't reproduce this in hardy final.

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

-- 
frozen kvm while running reactos guest
https://bugs.launchpad.net/bugs/219679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219679] [NEW] frozen kvm while running reactos guest

2008-04-19 Thread Michael Blakeley
Public bug reported:

Binary package hint: kvm

$ lsb_release -rd
Description:Ubuntu 8.04
Release:8.04
$ uname -a
Linux mblakele-lt 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64 
GNU/Linux
$ apt-show-versions kubuntu-desktop
kubuntu-desktop/hardy uptodate 1.75
$ apt-show-versions kvm
kvm/hardy uptodate 1:62+dfsg-0ubuntu6

I started kvm using:

$ kvm -hda ReactOS.qcow2 -net nic,model=ne2k_pci -net user

While mousing around, the kvm window froze on my KDE desktop. The mouse
was captured, and ctrl-alt did not release it. I was able to switch to
VT01 with ctrl-alt-f1, and found that there was a single kvm process,
listed as defunct. As might be expected, it did not respond to kill or
kill -9, even via sudo.

$ ps waux | grep kvm
mblakele  2396  1.5  0.0  0 0 ?Zl   11:50   0:30 [kvm] defunct

The dmesg output showed a stack trace, starting with Unable to handle
kernel paging request and mentioning
kvm:kvm_mmu_slot_remove_write_access+0x55/0x70 and
:kvm:kvm_vm_ioctl_get_dirty_log+0x82/0xc0 (attached).

I used ctrl-alt-backspace to kill X, and was able to log in to file this
bug. I haven't tried another kvm session yet, as I suspect it'll freeze
the machine. I'll try that after filing this report, and add the results
as a comment.

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

-- 
frozen kvm while running reactos guest
https://bugs.launchpad.net/bugs/219679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219679] Re: frozen kvm while running reactos guest

2008-04-19 Thread Michael Blakeley

** Attachment added: kvm-zombie.dmesg
   http://launchpadlibrarian.net/13580662/kvm-zombie.dmesg

-- 
frozen kvm while running reactos guest
https://bugs.launchpad.net/bugs/219679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219679] Re: frozen kvm while running reactos guest

2008-04-19 Thread Michael Blakeley
I was able to start kvm again, using the same command-line, and the same
sequence of events seemed to trigger the hang again. Here's what I did:

1. kvm -hda ReactOS.qcow2 -net nic,model=ne2k_pci -net user
2. wait for the ReactOS desktop to appear
3. open the desktop Command Line icon
4. enter the command ping 10.0.2.2
5. use the Start menu to open Programs  ReactOS Explorer
6. Explorer will ask if SDI or MDI style is preferred: select SDI, open 
subfolders in separate windows and click OK
7. Explorer starts to render, but then kvm crashes with the previously-attached 
trace.

I doubt that steps 3-4 are needed, but I've run out of regression-
testing time for now.

Some setup notes, in case the exact image is needed: it's an odd
situation, as I started with a vmware image and converted it to qcow2. I
haven't tested whether or not this exact qcow2 image is essential to the
problem.

$ md5sum ReactOS-0.3.4-REL-vmware.zip
89b01a6d026d2a270855c84c4167b027  ReactOS-0.3.4-REL-vmware.zip
$ unzip ReactOS-0.3.4-REL-vmware.zip
[ warnings about \ vs / omitted ]
$ cd ReactOS-0.3.4-VMware/
$ md5sum ReactOS.v*
f2b857b8fdb987252cd3a4398462f71a  ReactOS.vmdk
b6212264b2f49a7ea0f5e1da2b645c11  ReactOS.vmx
$ qemu-img convert ReactOS.vmdk ReactOS.qcow2
(VMDK) image open: flags=0x2 filename=ReactOS.vmdk
$ md5sum ReactOS.qcow2
bfd59efdd78086d2138bf4b0d5486128  ReactOS.qcow2

-- 
frozen kvm while running reactos guest
https://bugs.launchpad.net/bugs/219679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 214909] Re: radeonhd driver does not support changing brightness on T60p

2008-04-13 Thread Michael Blakeley
http://www.x.org/wiki/radeonhd#head-
d0cfd39d1b149a43f0c1d862f21f4b3ddcb43ae2 says that this is a known
limitation, affecting any laptop using radeonhd. Until it's implemented
upstream, you can set brightness by switching to a non-X vt (ctrl-alt-1,
for example), setting the brightness, then switching back to X.

** Changed in: xserver-xorg-video-radeonhd (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- radeonhd driver does not support changing brightness on T60p
+ radeonhd driver does not support changing panel brightness

-- 
radeonhd driver does not support changing panel brightness
https://bugs.launchpad.net/bugs/214909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 203019] Re: Firefox crashes on trying to print

2008-04-04 Thread Michael Blakeley

** Attachment added: firefox.strace.gz
   http://launchpadlibrarian.net/13113739/firefox.strace.gz

-- 
Firefox crashes on trying to print
https://bugs.launchpad.net/bugs/203019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 203019] Re: Firefox crashes on trying to print

2008-04-02 Thread Michael Blakeley
This crash is 100% reproducible for me in hardy Kubuntu and Ubuntu, by
trying to print an E-Receipt at http://united.com/. It doesn't matter
if I print to a printer, or to a pdf file (except that the pdf error is
cairo_pdf_surface_operation_supported instead of ...ps_surface...).
Running Firefox with -safe-mode does not help. I don't get a crash
report (neither apport nor the gecko crash assistant, nothing in
/var/crash).

$ lsb_release -rd
Description:Ubuntu hardy (development branch)
Release:8.04
$ apt-show-versions | grep firefox
firefox/hardy uptodate 3.0~b5~rc2+nobinonly-0ubuntu1~fta2
firefox-gnome-support/hardy uptodate 3.0~b5~rc2+nobinonly-0ubuntu1~fta2
firefox-dom-inspector/hardy uptodate 3.0~b5~rc2+nobinonly-0ubuntu1~fta2
firefox-2/hardy uptodate 2.0.0.13+1nobinonly-0ubuntu1
firefox-3.0-gnome-support/hardy uptodate 3.0~b5~rc2+nobinonly-0ubuntu1~fta2
firefox-3.0/hardy uptodate 3.0~b5~rc2+nobinonly-0ubuntu1~fta2
firefox-2-dom-inspector/hardy uptodate 2.0.0.13+1nobinonly-0ubuntu1
firefox-3.0-dom-inspector/hardy uptodate 3.0~b5~rc2+nobinonly-0ubuntu1~fta2
$ apt-show-versions | grep cairo
libcairo2-dbg/hardy uptodate 1.5.14-0ubuntu2
python-cairo/hardy uptodate 1.4.0-2ubuntu2
libcairo-perl/hardy uptodate 1.043-1
libcairo2/hardy uptodate 1.5.14-0ubuntu2
libcairomm-1.0-1/hardy uptodate 1.4.2-1
libmono-cairo1.0-cil/hardy uptodate 1.2.6+dfsg-6ubuntu3

I tried installing the libcairo2-dbg package, but gdb still shows a
pretty sparse stack trace:

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7f99482b96f0 (LWP 27386)]
---Type return to continue, or q return to quit---
0x7f99471d20e5 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x7f99471d20e5 in raise () from /lib/libc.so.6
#1  0x7f99471d3b40 in abort () from /lib/libc.so.6
#2  0x7f99471cb42f in __assert_fail () from /lib/libc.so.6
#3  0x7f9943fe2ed7 in ?? () from /usr/lib/libcairo.so.2
#4  0x7f9943fd0a5c in ?? () from /usr/lib/libcairo.so.2
#5  0x7f9943fd9f3f in ?? () from /usr/lib/libcairo.so.2
#6  0x7f9943fe4c16 in ?? () from /usr/lib/libcairo.so.2
#7  0x7f9943fe6159 in ?? () from /usr/lib/libcairo.so.2
#8  0x7f9943fd072a in cairo_surface_show_page ()
   from /usr/lib/libcairo.so.2
#9  0x7f9943fdb8aa in ?? () from /usr/lib/libcairo.so.2
#10 0x7f9943fd072a in cairo_surface_show_page ()
   from /usr/lib/libcairo.so.2
#11 0x7f9945e2c811 in gfxPDFSurface::EndPage ()
   from /usr/lib/xulrunner-1.9b5/libxul.so
#12 0x7f9945d57407 in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#13 0x7f994581bc90 in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#14 0x7f9945a5f42d in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#15 0x7f9945a6236a in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#16 0x7f9945df3a55 in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#17 0x7f9945df3ef8 in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#18 0x7f9945df1b92 in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#19 0x7f9945dc6065 in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#20 0x7f9945d49a4f in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#21 0x7f9945be6eff in ?? () from /usr/lib/xulrunner-1.9b5/libxul.so
#22 0x7f9945665cb5 in XRE_main () from /usr/lib/xulrunner-1.9b5/libxul.so
#23 0x004014f7 in ?? ()
#24 0x7f99471be1c4 in __libc_start_main () from /lib/libc.so.6
#25 0x004010f9 in ?? ()
#26 0x7fff502d7c18 in ?? ()
#27 0x in ?? ()

-- 
Firefox crashes on trying to print
https://bugs.launchpad.net/bugs/203019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209977] [NEW] evolution-exchange-storage crashed with SIGSEGV in IOP_profiles_copy()

2008-03-31 Thread Michael Blakeley
Public bug reported:

Binary package hint: evolution-exchange

Description:Ubuntu hardy (development branch)
Release:8.04
evolution-plugins/hardy uptodate 2.22.0-0ubuntu2
evolution/hardy uptodate 2.22.0-0ubuntu2
evolution-data-server/hardy uptodate 2.22.0-0ubuntu2
evolution-data-server-common/hardy uptodate 2.22.0-0ubuntu2
evolution-webcal/hardy uptodate 2.21.92-0ubuntu1
evolution-exchange/hardy uptodate 2.22.0-0ubuntu1
evolution-common/hardy uptodate 2.22.0-0ubuntu2

(Hopefully the aport crash report will be attached - it's what noticed
the crash).

ProblemType: Crash
Architecture: amd64
Date: Mon Mar 31 16:00:46 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/lib/evolution/2.22/evolution-exchange-storage
NonfreeKernelModules: fglrx
Package: evolution-exchange 2.22.0-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/lib/evolution/2.22/evolution-exchange-storage 
--oaf-activate-iid=OAFIID:GNOME_Evolution_Exchange_Component_Factory:2.22 
--oaf-ior-fd=36
ProcEnviron:
 LC_TIME=en_DK.utf8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Signal: 11
SourcePackage: evolution-exchange
StacktraceTop:
 IOP_profiles_copy () from /usr/lib/libORBit-2.so.0
 ORBit_objref_get_proxy ()
 ORBit_small_invoke_stub ()
 ConfigDatabase2_lookup_with_schema_name ()
 gconf_engine_get_fuller ()
Title: evolution-exchange-storage crashed with SIGSEGV in IOP_profiles_copy()
Uname: Linux 2.6.24-12-generic x86_64
UserGroups: adm admin audio cdrom dialout dip floppy kvm lpadmin netdev plugdev 
scanner video

** Affects: evolution-exchange (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash

-- 
evolution-exchange-storage crashed with SIGSEGV in IOP_profiles_copy()
https://bugs.launchpad.net/bugs/209977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209977] Re: evolution-exchange-storage crashed with SIGSEGV in IOP_profiles_copy()

2008-03-31 Thread Michael Blakeley

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/13007462/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/13007473/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/13007474/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/13007475/ThreadStacktrace.txt

-- 
evolution-exchange-storage crashed with SIGSEGV in IOP_profiles_copy()
https://bugs.launchpad.net/bugs/209977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209989] [NEW] evolution-exchange-storage crashed with SIGSEGV in ORBit_small_invoke_stub()

2008-03-31 Thread Michael Blakeley
Public bug reported:

Binary package hint: evolution-exchange

Description:Ubuntu hardy (development branch)
Release:8.04
evolution-plugins/hardy uptodate 2.22.0-0ubuntu2
evolution/hardy uptodate 2.22.0-0ubuntu2
evolution-data-server/hardy uptodate 2.22.0-0ubuntu2
evolution-data-server-common/hardy uptodate 2.22.0-0ubuntu2
evolution-webcal/hardy uptodate 2.21.92-0ubuntu1
evolution-exchange/hardy uptodate 2.22.0-0ubuntu1
evolution-common/hardy uptodate 2.22.0-0ubuntu2

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Mon Mar 31 16:46:57 2008
Disassembly: 0x0:
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/lib/evolution/2.22/evolution-exchange-storage
NonfreeKernelModules: fglrx
Package: evolution-exchange 2.22.0-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/lib/evolution/2.22/evolution-exchange-storage 
--oaf-activate-iid=OAFIID:GNOME_Evolution_Exchange_Component_Factory:2.22 
--oaf-ior-fd=36
ProcEnviron:
 LC_TIME=en_DK.utf8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Signal: 11
SourcePackage: evolution-exchange
StacktraceTop:
 ?? ()
 ORBit_small_invoke_stub ()
 ConfigDatabase2_lookup_with_schema_name ()
 gconf_engine_get_fuller ()
 gconf_engine_get_entry ()
Title: evolution-exchange-storage crashed with SIGSEGV in 
ORBit_small_invoke_stub()
Uname: Linux 2.6.24-12-generic x86_64
UserGroups: adm admin audio cdrom dialout dip floppy kvm lpadmin netdev plugdev 
scanner video

** Affects: evolution-exchange (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash

-- 
evolution-exchange-storage crashed with SIGSEGV in ORBit_small_invoke_stub()
https://bugs.launchpad.net/bugs/209989
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209989] Re: evolution-exchange-storage crashed with SIGSEGV in ORBit_small_invoke_stub()

2008-03-31 Thread Michael Blakeley

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

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/13007913/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/13007914/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/13007915/ThreadStacktrace.txt

-- 
evolution-exchange-storage crashed with SIGSEGV in ORBit_small_invoke_stub()
https://bugs.launchpad.net/bugs/209989
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 191297] Re: icedtea-java7-jdk missing javaws man page

2008-03-24 Thread Michael Blakeley
OK, but there's still no man page. Did *you* try it?

$ apt-show-versions | grep icedtea-java7
$ apt-show-versions | grep openjdk
openjdk-6-jdk/hardy uptodate 6b07-0ubuntu1
openjdk-6-jre/hardy uptodate 6b07-0ubuntu1
openjdk-6-jre-headless/hardy uptodate 6b07-0ubuntu1
openjdk-6-jre-lib/hardy uptodate 6b07-0ubuntu1
$ sudo update-alternatives --config javaws

There are 2 alternatives which provide `javaws'.

  SelectionAlternative
---
 +1/usr/lib/j2se/1.4/bin/javaws
* 2/usr/lib/jvm/java-6-openjdk/jre/bin/javaws

Press enter to keep the default[*], or type selection number:
$ man javaws
man: warning: /usr/share/man/man1/javaws.1.gz is a dangling symlink
No manual entry for javaws
See 'man 7 undocumented' for help when manual pages are not available.
$ ls -l /usr/share/man/man1/javaws.1.gz
lrwxrwxrwx 1 root root 29 2008-03-24 07:47 /usr/share/man/man1/javaws.1.gz - 
/etc/alternatives/javaws.1.gz

-- 
icedtea-java7-jdk missing javaws man page
https://bugs.launchpad.net/bugs/191297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 191297] Re: icedtea-java7-jdk missing javaws man page

2008-03-24 Thread Michael Blakeley
From j2re1.4, I think.

$ apt-show-versions j2re1.4
j2re1.4/hardy uptodate 1.4.2.02-1
$ sudo update-alternatives --auto javaws
$ man javaws | head -1
javaws(1)javaws(1)
$ sudo update-alternatives --config javaws

There are 2 alternatives which provide `javaws'.

  SelectionAlternative
---
*+1/usr/lib/j2se/1.4/bin/javaws
  2/usr/lib/jvm/java-6-openjdk/jre/bin/javaws

Press enter to keep the default[*], or type selection number: 2
Using '/usr/lib/jvm/java-6-openjdk/jre/bin/javaws' to provide 'javaws'.
$ man javaws | head -1
man: warning: /usr/share/man/man1/javaws.1.gz is a dangling symlink

But for me, the point of this bug is really that javaws needs a man
page.

-- 
icedtea-java7-jdk missing javaws man page
https://bugs.launchpad.net/bugs/191297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 189891] Re: Thinkpad volume buttons only working in range 0-49%

2008-03-07 Thread Michael Blakeley
Juha, have you tried 2.6.24-11? My hp nc6400 volume buttons are fully-
functional now.

-- 
Thinkpad volume buttons only working in range 0-49%
https://bugs.launchpad.net/bugs/189891
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 151160] Re: unclutter does not hide the cursor

2008-03-07 Thread Michael Blakeley
Apparently I needed 'unclutter -grab -root'. Needing the 'root' option
might be its own bug, but this particular report was invalid.

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

-- 
unclutter does not hide the cursor
https://bugs.launchpad.net/bugs/151160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190629] Re: Performance cpu governor is always selected upon s3, s4 resume

2008-03-02 Thread Michael Blakeley
*** This bug is a duplicate of bug 162652 ***
https://bugs.launchpad.net/bugs/162652

** This bug has been marked a duplicate of bug 162652
   pm-utils changes default cpu policy after resuming from suspend-to-ram

-- 
Performance cpu governor is always selected upon s3, s4 resume
https://bugs.launchpad.net/bugs/190629
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 189891] Re: Thinkpad volume buttons only working in range 0-49%

2008-02-24 Thread Michael Blakeley
I see something similar on an hp nc6400 with up-to-date hardy, but the
range is 0-4%. Setting the volume with kmix works.

$ uname -a
Linux mblakele-lt 2.6.24-8-generic #1 SMP Thu Feb 14 20:13:27 UTC 2008 x86_64 
GNU/Linux

lspci says:

00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller [8086:27d8] (rev 01)

Please let me know if any additional info would be helpful.

-- 
Thinkpad volume buttons only working in range 0-49%
https://bugs.launchpad.net/bugs/189891
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 191297] [NEW] icedtea-java7-jdk missing javaws man page

2008-02-12 Thread Michael Blakeley
Public bug reported:

$ uname -a
Linux mblakele-lt 2.6.24-7-generic #1 SMP Thu Feb 7 00:56:31 UTC 2008 x86_64 
GNU/Linux
$ apt-show-versions | grep icedtea
icedtea-java7-jre/hardy uptodate 7~b24-1.5+20080118-1
icedtea-java7-jdk/hardy uptodate 7~b24-1.5+20080118-1
icedtea-java7-plugin/hardy uptodate 7~b24-1.5+20080118-1
icedtea-java7-bin/hardy uptodate 7~b24-1.5+20080118-1
$ man javaws
man: warning: /usr/share/man/man1/javaws.1.gz is a dangling symlink
No manual entry for javaws
See 'man 7 undocumented' for help when manual pages are not available.
$ ls -l /usr/share/man/man1/javaws.1.gz
lrwxrwxrwx 1 root root 29 2008-02-02 09:34 /usr/share/man/man1/javaws.1.gz - 
/etc/alternatives/javaws.1.gz
$ ls -l /etc/alternatives/javaws*
lrwxrwxrwx 1 root root 38 2008-02-12 09:34 /etc/alternatives/javaws - 
/usr/lib/jvm/java-7-icedtea/bin/javaws
$ sudo update-alternatives --list javaws
/usr/lib/jvm/java-7-icedtea/bin/javaws
[EMAIL PROTECTED]:~$ sudo update-alternatives --list javaws.1
No alternatives for javaws.1.
$ find /usr/lib/jvm/java-7-icedtea -type f | grep javaws
/usr/lib/jvm/java-7-icedtea/bin/javaws

Looks like icedtea-java7-jdk installs javaws, but doesn't install the
man page or the alternatives link.

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

-- 
icedtea-java7-jdk missing javaws man page
https://bugs.launchpad.net/bugs/191297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190615] Re: Sticking Keys

2008-02-10 Thread Michael Blakeley
I've seen something like this with the alt key - it'll stick in the
down state, so alt-tab and alt for menu access become problematic.
Suspend-resume doesn't help, so I tend to agree that it's an xorg issue.

$ uname -a
Linux mblakele-lt 2.6.24-7-generic #1 SMP Thu Feb 7 00:56:31 UTC 2008 x86_64 
GNU/Linux
$ lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon 
X1300]

$ apt-show-versions | grep xorg
xserver-xorg-input-kbd/hardy uptodate 1:1.2.2-3ubuntu1
xserver-xorg-video-s3/hardy uptodate 1:0.5.0-4
xserver-xorg/hardy uptodate 1:7.3+10ubuntu4
xserver-xorg-video-voodoo/hardy uptodate 1:1.1.1-5
xserver-xorg-video-vga/hardy uptodate 1:4.1.0-8
xserver-xorg-video-cirrus/hardy uptodate 1:1.1.0-8
xserver-xorg-input-synaptics/hardy uptodate 0.14.7~git20070706-1ubuntu2
xserver-xorg-video-intel/hardy uptodate 2:2.2.0.90-2ubuntu2
xserver-xorg-video-mga/hardy uptodate 1:1.4.8.dfsg.1-1
xserver-xorg-video-tseng/hardy uptodate 1:1.1.1-4
xserver-xorg-video-ati/hardy uptodate 
1:6.7.197+git20080208.8606c1bd-0ubuntu0tormod
xserver-xorg-video-rendition/hardy uptodate 1:4.1.3.dfsg.1-4
xorg/hardy uptodate 1:7.3+10ubuntu4
xserver-xorg-input-evdev/hardy uptodate 1:1.2.0-1
xserver-xorg-input-vmmouse/hardy uptodate 1:12.4.3-1ubuntu1
xserver-xorg-video-fbdev/hardy uptodate 1:0.3.1-4
xserver-xorg-core/hardy uptodate 2:1.4.1~git20080131-1ubuntu2
xserver-xorg-input-all/hardy uptodate 1:7.3+10ubuntu4
xserver-xorg-video-cyrix/hardy uptodate 1:1.1.0-8
xserver-xorg-video-openchrome/hardy uptodate 1:0.2.901-0ubuntu4
xserver-xorg-video-sis/hardy uptodate 1:0.9.3-6
xserver-xorg-video-glint/hardy uptodate 1:1.1.1-8
xserver-xorg-video-vmware/hardy uptodate 1:10.15.2-1
xserver-xorg-video-all/hardy uptodate 1:7.3+10ubuntu4
xserver-xorg-video-dummy/hardy uptodate 1:0.2.0-7
xserver-xorg-video-radeonhd/hardy uptodate 
1.1.0+git20080208.7606be1a-0ubuntu0tormod
xserver-xorg-video-trident/hardy uptodate 1:1.2.3-6
xserver-xorg-video-savage/hardy uptodate 
1:2.1.3+git20080131.583051fc-0ubuntu0tormod
xserver-xorg-video-v4l/hardy uptodate 1:0.1.1-6ubuntu1
xserver-xorg-video-neomagic/hardy uptodate 1:1.1.1-8
xserver-xorg-input-wacom/hardy uptodate 1:0.7.9.3-2ubuntu2
xserver-xorg-video-sisusb/hardy uptodate 1:0.8.1-9
xserver-xorg-video-vesa/hardy uptodate 1:1.3.0-4ubuntu3
xserver-xorg-video-nv/hardy uptodate 1:2.1.7-1
xserver-xorg-video-s3virge/hardy uptodate 1:1.9.1-7
xserver-xorg-video-tga/hardy uptodate 1:1.1.0-9ubuntu1
xserver-xorg-video-ark/hardy uptodate 1:0.6.0-9
xserver-xorg-video-i128/hardy uptodate 1:1.2.1-4
xserver-xorg-input-mouse/hardy uptodate 1:1.2.3-2
xserver-xorg-video-via/hardy uptodate 1:0.2.2-5
xserver-xorg-video-tdfx/hardy uptodate 1:1.3.0-6
xserver-xorg-video-apm/hardy uptodate 1:1.1.1-10
xserver-xorg-video-i810/hardy uptodate 2:1.7.4-0ubuntu7
xserver-xorg-video-siliconmotion/hardy uptodate 1:1.5.1-3
xserver-xorg-video-chips/hardy uptodate 1:1.1.1-9
$ xdpyinfo
name of display::0.0
version number:11.0
vendor string:The X.Org Foundation
vendor release number:10400090
X.Org version: 1.4.0.90
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:32, LSBFirst, 32
image byte order:LSBFirst
number of supported pixmap formats:7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:minimum 8, maximum 255
focus:  window 0x23c, revert to PointerRoot
number of extensions:32
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
Extended-Visual-Information
GLX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
TOG-CUP
X-Resource
XAccessControlExtension
XC-APPGROUP
XC-MISC
XFIXES
XFree86-Bigfont
XFree86-DGA
XFree86-Misc
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number:0
number of screens:1

screen #0:
  dimensions:1280x800 pixels (338x211 millimeters)
  resolution:96x96 dots per inch
  depths (7):24, 1, 4, 8, 15, 16, 32
  root window id:0x4c
  depth of root window:24 planes
  number of colormaps:minimum 1, maximum 1
  default colormap:0x20
  default number of colormap cells:256
  preallocated pixels:black 0, white 16777215
  options:backing-store NO, save-unders NO
  largest cursor:64x64
  current input event mask:0xfa4031
KeyPressMask EnterWindowMask  LeaveWindowMask
KeymapStateMask  StructureNotifyMask  SubstructureNotifyMask
SubstructureRedirectMask FocusChangeMask  PropertyChangeMask

[Bug 141447] Re: trang segfaults on gutsy (x86 and AMD64)

2008-01-28 Thread Michael Blakeley
Also in hardy:

trang/hardy uptodate 20030619-5.1ubuntu2
libgcj8-1/hardy uptodate 4.2.2-7ubuntu1

libgcj failure: gcj linkage error.
Incorrect library ABI version detected.  Aborting.

Aborted (core dumped)

-- 
trang segfaults on gutsy (x86 and AMD64)
https://bugs.launchpad.net/bugs/141447
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 181453] Re: Display configuration does not work

2008-01-27 Thread Michael Blakeley
$ kcmshell displayconfig

Pythonize constructor -- pid = 792
Python interpreter initialized!

Pythonize constructor -- pid = 792
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/displayconfig.py, line 19, in 
module
from qt import *
ImportError: /usr/lib/python2.5/site-packages/qt.so: undefined symbol: 
PyUnicode_Type
Error in sys.excepthook:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/apport_python_hook.py, line 36, in 
apport_excepthook
from cStringIO import StringIO
ImportError: /usr/lib/python2.5/lib-dynload/cStringIO.so: undefined symbol: 
_Py_ZeroStruct

Original exception was:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/displayconfig.py, line 19, in 
module
from qt import *
ImportError: /usr/lib/python2.5/site-packages/qt.so: undefined symbol: 
PyUnicode_Type
error: ***failed to import module

Partial workaround: install python2.5-dev

This gets past the about error message, but hits a new issue that also
keeps the display config from working:

Pythonize constructor -- pid = 9650
Python interpreter initialized!

Pythonize constructor -- pid = 9650
*** Error: couldn't find any ServerLayout sections
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/displayconfig.py, line 1483, in 
slotSecondMonitorToggled
self._syncGUIScreen()
  File /var/lib/python-support/python2.5/displayconfig.py, line 1182, in 
_syncGUIScreen
self.resize_slider.setScreen(self.current_screen)
  File /var/lib/python-support/python2.5/displayconfigwidgets.py, line 46, in 
setScreen
self.screensizeslider.setMaxValue(len(screen.getAvailableResolutions())-1)
AttributeError: 'NoneType' object has no attribute 'getAvailableResolutions'
Error in sys.excepthook:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/apport_python_hook.py, line 42, in 
apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/displayconfig.py, line 1483, in 
slotSecondMonitorToggled
self._syncGUIScreen()
  File /var/lib/python-support/python2.5/displayconfig.py, line 1182, in 
_syncGUIScreen
self.resize_slider.setScreen(self.current_screen)
  File /var/lib/python-support/python2.5/displayconfigwidgets.py, line 46, in 
setScreen
self.screensizeslider.setMaxValue(len(screen.getAvailableResolutions())-1)
AttributeError: 'NoneType' object has no attribute 'getAvailableResolutions'
Traceback (most recent call last):
  File string, line 8, in kcontrol_bridge_create_displayconfig
  File /var/lib/python-support/python2.5/displayconfig.py, line 1698, in 
create_displayconfig
return DisplayApp(parent, name)
  File /var/lib/python-support/python2.5/displayconfig.py, line 448, in 
__init__
self._buildGUI()
  File /var/lib/python-support/python2.5/displayconfig.py, line 512, in 
_buildGUI
self.SizePage = 
SizeOrientationPage(tabcontrol,self.xsetup,self.compact_mode)
  File /var/lib/python-support/python2.5/displayconfig.py, line 1140, in 
__init__
self._syncGUI()
  File /var/lib/python-support/python2.5/displayconfig.py, line 1149, in 
_syncGUI
self._syncGUIScreen()
  File /var/lib/python-support/python2.5/displayconfig.py, line 1182, in 
_syncGUIScreen
self.resize_slider.setScreen(self.current_screen)
  File /var/lib/python-support/python2.5/displayconfigwidgets.py, line 46, in 
setScreen
self.screensizeslider.setMaxValue(len(screen.getAvailableResolutions())-1)
AttributeError: 'NoneType' object has no attribute 'getAvailableResolutions'
Error in sys.excepthook:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/apport_python_hook.py, line 42, in 
apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File string, line 8, in kcontrol_bridge_create_displayconfig
  File /var/lib/python-support/python2.5/displayconfig.py, line 1698, in 
create_displayconfig
return DisplayApp(parent, name)
  File /var/lib/python-support/python2.5/displayconfig.py, line 448, in 
__init__
self._buildGUI()
  File /var/lib/python-support/python2.5/displayconfig.py, line 512, in 
_buildGUI
self.SizePage = 
SizeOrientationPage(tabcontrol,self.xsetup,self.compact_mode)
  File /var/lib/python-support/python2.5/displayconfig.py, line 1140, in 
__init__
self._syncGUI()
  File /var/lib/python-support/python2.5/displayconfig.py, line 1149, in 
_syncGUI
self._syncGUIScreen()
  File /var/lib/python-support/python2.5/displayconfig.py, line 1182, in 
_syncGUIScreen
self.resize_slider.setScreen(self.current_screen)
  File /var/lib/python-support/python2.5/displayconfigwidgets.py, line 46, in 
setScreen

[Bug 186458] [NEW] guidance-powermanager shows duplicate batteries

2008-01-27 Thread Michael Blakeley
Public bug reported:

Binary package hint: kde-guidance-powermanager

$ uname -a
Linux mblakele-lt 2.6.24-5-generic #1 SMP Thu Jan 24 19:29:14 UTC 2008 x86_64 
GNU/Linux

kde-guidance/hardy uptodate 0.8.0svn20080103-0ubuntu1
guidance-backends/hardy uptodate 0.8.0svn20080103-0ubuntu1
kde-guidance-powermanager/hardy uptodate 0.8.0svn20080103-0ubuntu1

My laptop (hp nc6400) has a built-in battery, and a second battery
attached. The mouseover for kde-guidance-powermanager shows four
batteries. Two are clearly exact duplicates: the sequence seems to be
(bat1, bat2, bat2, bat1).

$ ls /proc/acpi/battery
C1B9  C1BA
$ ls /sys/bus/acpi/drivers/battery
bind  PNP0C0A:00  PNP0C0A:01  uevent  unbind

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: New

-- 
guidance-powermanager shows duplicate batteries
https://bugs.launchpad.net/bugs/186458
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183026] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2008-01-14 Thread Michael Blakeley

** Attachment added: Xorg.0-hardy-a3.log
   http://launchpadlibrarian.net/11342394/Xorg.0-hardy-a3.log

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/183026
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183026] desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2008-01-14 Thread Michael Blakeley
Public bug reported:

Binary package hint: xorg

This might be a regression from 103945, and is somewhat related to
152715, but the xorg log looks quite a bit different.

The hardy alpha-3 desktop cd for amd64 boots ok on my nc6400, but gdm
fails to start. The error log suggests that xorg found the ati video
card, but couldn't find a valid mode.

$ lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [ATI Mobility 
Radeon X1300]

The same laptop boots into vesa 1024x768 with gutsy. I'll attach the
xorg log - please let me know if I can provide additional info.

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

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/183026
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133363] Re: suspend-to-ram problems with fglrx module loaded

2007-10-25 Thread Michael Blakeley
Status was incorrect: no fix has been released until Ubuntu has packaged
and released it. Knowing that 8.42.3 works for some people is welcome
information, but does not affect the bug status.

** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
suspend-to-ram problems with fglrx module loaded
https://bugs.launchpad.net/bugs/133363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66266] Re: must unload, reload ipw3945 module after hibernate

2007-10-19 Thread Michael Blakeley
Yes, this seems to be fixed in gutsy. I've been running it for months,
but hadn't removed ipw3945 from the MODULES line from /etc/default/acpi-
support. Now I've done so, and rebooted, and after a suspend-resume
cycle my ipw3945 is still working.

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

-- 
must unload, reload ipw3945 module after hibernate
https://bugs.launchpad.net/bugs/66266
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115350] Re: systemtap hello world hits error: overflowed buffers in get_sections

2007-10-19 Thread Michael Blakeley
Works with gutsy final.

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

-- 
systemtap hello world hits error: overflowed buffers in get_sections
https://bugs.launchpad.net/bugs/115350
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153670] Re: kopete crash with MSN protocol

2007-10-17 Thread Michael Blakeley
I think I'm seeing the same crash - backtrace looks identical. Here's
the stdio, in case it helps. The unknown protocol '' line is
suggestive.

$ kopete
QFile::open: No file name specified
QMetaObject::findSignal:ClientStream: Conflict with Stream::readyRead()
MNG error 1029: Chunk out of sequence; chunk TERM; subcode 0:0
MNG error 1029: Chunk out of sequence; chunk TERM; subcode 0:0
MNG error 1029: Chunk out of sequence; chunk TERM; subcode 0:0
Transfer ACCEPTED by: LoginTask
MNG error 1029: Chunk out of sequence; chunk TERM; subcode 0:0
Transfer ACCEPTED by: LoginTask
QFile::open: No file name specified
Transfer ACCEPTED by: ListTask
MNG error 1029: Chunk out of sequence; chunk TERM; subcode 0:0
MNG error 1029: Chunk out of sequence; chunk TERM; subcode 0:0
QGArray::find: Index 0 out of range
Transfer ACCEPTED by: ListTask
CLIENT: RequestPictureTask: Task::done()
CLIENT: RequestPictureTask: emitting finished
CLIENT: RequestPictureTask: Task::done()
CLIENT: RequestPictureTask: emitting finished
Transfer ACCEPTED by: StatusNotifierTask
Transfer ACCEPTED by: StatusNotifierTask
Transfer ACCEPTED by: StatusNotifierTask
QGDict::hashKeyString: Invalid null key
QGDict::hashKeyString: Invalid null key
kopete: ERROR: : couldn't create slave : Unable to create io-slave:
klauncher said: Unknown protocol ''.
kopete:
KCrash: Application 'kopete' crashing...

-- 
kopete crash with MSN protocol
https://bugs.launchpad.net/bugs/153670
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kopete in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 153670] Re: kopete crash with MSN protocol

2007-10-17 Thread Michael Blakeley
Workaround: If you can simply avoid using MSN until this is fixed,
kopete seems to be fine. If you need to disable automatic connection for
your kopete msn account, edit ~/.kde/share/config/kopeterc and find the
section:

[Account_MSNProtocol_...]

...and change ExcludeConnect to true:

ExcludeConnect=true

-- 
kopete crash with MSN protocol
https://bugs.launchpad.net/bugs/153670
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kopete in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 152710] fusedav hangs without any output

2007-10-14 Thread Michael Blakeley
Public bug reported:

Binary package hint: fusedav

$ uname -a
Linux mblakele-lt 2.6.22-14-generic #1 SMP Tue Oct 9 09:24:55 GMT 2007 x86_64 
GNU/Linux
$ apt-show-versions fusedav
fusedav/gutsy uptodate 0.2-2
$ groups
mblakele adm disk dialout fax cdrom floppy audio dip video plugdev lpadmin 
scanner admin fuse kvm nvram
$ ls -l /dev/fuse
crw-rw 1 root fuse 10, 229 2007-10-09 09:29 /dev/fuse
$ mkdir /tmp/foo
$ sudo netstat -nlp | grep 1234
$ fusedav http://localhost:1234/ /tmp/foo
[ hangs... ]

There is no webdav server at  port 1234 (as a debugging measure, since
fusedav wouldn't seem to talk to my webdav server). I've also eliminated
the username and password options, for simplicity (their presence
doesn't seem to change any of the behavior I'm describing).

But the interesting thing is that fusedav doesn't appear to get as far
as trying to open any tcp/ip ports. So what *is* fusedav doing?

$ netstat -an | grep 1234
$ pstack `pgrep fusedav`
Thread 3 (Thread 1082132816 (LWP 13169)):
#0  0x2b8a256ecefb in ?? () from /lib/libpthread.so.0
#1  0x2b8a25b2c3da in ?? () from /lib/libfuse.so.2
#2  0x2b8a25b2c764 in ?? () from /lib/libfuse.so.2
#3  0x2b8a256e6317 in start_thread () from /lib/libpthread.so.0
#4  0x2b8a2601ad5d in clone () from /lib/libc.so.6
#5  0x in ?? ()
Thread 2 (Thread 1090525520 (LWP 13170)):
#0  0x2b8a256ecefb in ?? () from /lib/libpthread.so.0
#1  0x2b8a25b2c3da in ?? () from /lib/libfuse.so.2
#2  0x2b8a25b2c764 in ?? () from /lib/libfuse.so.2
#3  0x2b8a256e6317 in start_thread () from /lib/libpthread.so.0
#4  0x2b8a2601ad5d in clone () from /lib/libc.so.6
#5  0x in ?? ()
Thread 1 (Thread 47872381224240 (LWP 13166)):
#0  0x2b8a256ec39d in sem_wait () from /lib/libpthread.so.0
#1  0x2b8a25b2c965 in fuse_session_loop_mt () from /lib/libfuse.so.2
#2  0x004055cd in ?? ()
#3  0x2b8a25f64b44 in __libc_start_main () from /lib/libc.so.6
#4  0x00402aa9 in ?? ()
#5  0x7fff855e6aa8 in ?? ()
#6  0x in ?? ()
#0  0x2b8a256ec39d in sem_wait () from /lib/libpthread.so.0
$ strace -f -p `pgrep fusedav`
Process 13170 attached with 3 threads - interrupt to quit
[pid 13166] futex(0x7fff855e57a0, FUTEX_WAIT, 0, NULL unfinished ...
[pid 13169] read(4,  unfinished ...
[pid 13170] read(4, 

I'd guess that fd 4 is probably /dev/fuse. Note that strace and fusedav
don't play well together. After attaching with strace, I have to kill -9
the fusedav process to get it to let go.

On the same system, ntfsmount works fine.

$ apt-show-versions ntfsprogs
ntfsprogs/gutsy uptodate 1.13.1-6

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

-- 
fusedav hangs without any output
https://bugs.launchpad.net/bugs/152710
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152710] Re: fusedav hangs without any output

2007-10-14 Thread Michael Blakeley
Not a bug - I didn't realize that fusedav doesn't background itself, and
doesn't perform any network operations until the first filesystem
access.

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

-- 
fusedav hangs without any output
https://bugs.launchpad.net/bugs/152710
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151160] Re: unclutter does not hide the cursor

2007-10-09 Thread Michael Blakeley

** Attachment added: xdpyinfo output
   http://launchpadlibrarian.net/9925625/xdpyinfo.txt

-- 
unclutter does not hide the cursor
https://bugs.launchpad.net/bugs/151160
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151160] unclutter does not hide the cursor

2007-10-09 Thread Michael Blakeley
Public bug reported:

Binary package hint: unclutter

I'm running unclutter in a kubuntu gutsy amd64 session, but my cursor is
never hidden (except by konsole's own built-in equivalent).

$ pgrep unclutter
1077
$ apt-show-versions unclutter
unclutter/gutsy uptodate 8-5build1
$ apt-show-versions xorg
xorg/gutsy uptodate 1:7.2-5ubuntu13
$ apt-show-versions kwin
kwin/gutsy uptodate 4:3.5.7-1ubuntu28
$ uname -a
Linux mblakele-lt 2.6.22-14-generic #1 SMP Tue Oct 9 09:24:55 GMT 2007 x86_64 
GNU/Linux

I've tried '-jitter 100' and '-visible', as well as '-grab' and '-root',
with no change in behavior. In strace, I see the select loop finishing
every five seconds:

open(/usr/share/X11/locale/C/XLC_LOCALE, O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=772, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2accec571000
read(4, #  $Xorg: C,v 1.3 2000/08/17 19:..., 4096) = 772
read(4, , 4096)   = 0
close(4)= 0
munmap(0x2accec571000, 4096)= 0
uname({sys=Linux, node=mblakele-lt, ...}) = 0
open(/home/mblakele/.Xdefaults-mblakele-lt, O_RDONLY) = -1 ENOENT (No such 
file or directory)
write(3, 7\0\5\0\2\0\240\3\1\0\240\3\1\0\0\0\0\0\0\0F\0\5\0\1\0..., 108) = 108
read(3, \1\302\20\0\0\0\0\0\206\1\0\0\0\0\0\0$\266~\0\0\0\0\0@..., 32) = 32
write(3, \17\0\2\0=\0\0\0, 8) = 8
read(3, \1\0\21\0\v\2\0\0=\0\0\0\0\0\0\0\v\2~\0\0\0\0\0\277%W\0..., 32) = 32
read(3, \202\4\0\1\246\16\0\1\2\5\0\1\217\5\0\1\341\4\0\1u\4\0..., 2092) = 
2092
write(3, \24\0\6\0\202\4\0\1\206\1\0\0!\0\0\0\0\0\0\0\1\0\0\0, 24) = 24
read(3, \1 \22\0\1\0\0\0!\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0..., 32) = 32
read(3, E\0 \1, 4)= 4
write(3, \1\0\10\0\4\0\240\3=\0\0\0\0\0\0\0\1\0\1\0\0\0\1\0\0\0..., 40) = 40
read(3, \1\1\24\0\0\0\0\0=\0\0\0\0\0\0\0\305\2\362\0\305\2\362..., 32) = 32
select(0, NULL, NULL, NULL, {5, 0}) = 0 (Timeout)
write(3, \0\2\0E\0 \1, 8)= 8
read(3, \1\1\25\0\0\0\0\0=\0\0\0\0\0\0\0\305\2\362\0\305\2\362..., 32) = 32
select(0, NULL, NULL, NULL, {5, 0}) = 0 (Timeout)
write(3, \0\2\0E\0 \1, 8)= 8
read(3, \1\1\26\0\0\0\0\0=\0\0\0\0\0\0\0\251\0-\2\251\0-\2\0\0..., 32) = 32
select(0, NULL, NULL, NULL, {5, 0}) = 0 (Timeout)

I'll follow up with a copy of xdpyinfo, in case that's helpful.

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

-- 
unclutter does not hide the cursor
https://bugs.launchpad.net/bugs/151160
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139812] Re: knetworkmanager can't acquire dhcp address on wep network

2007-10-05 Thread Michael Blakeley
WPA (enterprise) works fine, too. This is another data point showing
that there's no real dhcp problem: more likely a wep-specific issue.

-- 
knetworkmanager can't acquire dhcp address on wep network
https://bugs.launchpad.net/bugs/139812
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 103945] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-10-01 Thread Michael Blakeley
No change with the 10-01 nightly: the gnome session still starts in
1024x768, and the screen-resolution applet lists only 1024x768, 800x600,
and 640x480 (1280x800 is missing).

$ apt-show-versions xresprobe
xresprobe/gutsy uptodate 0.4.24ubuntu5
$ sudo ddcprobe
vbe: VESA 3.0 detected.
oem: ATI ATOMBIOS
vendor: (C) 1988-2005, ATI Technologies Inc.
product: M52T 01.00
memory: 16384kb
mode: 640x400x256
mode: 640x480x256
mode: 800x600x256
mode: 1024x768x256
mode: 1280x1024x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 320x200x32k
mode: 320x200x64k
mode: 320x200x16m
mode: 1600x1200x256
mode: 1600x1200x32k
mode: 1600x1200x64k
edid:
edid: 1 3
id: 8d00
eisa: LPL8d00
serial: 
manufacture: 0 2005
input: analog signal.
screensize: 30 19
gamma: 2.20
dpms: RGB, no active off, no suspend, no standby
dtiming: [EMAIL PROTECTED]
monitorid: LGPhilipsLCD
monitorid: LP141WX1-TLA
$ sudo xresprobe fglrx
id:
res:
freq:
disptype: lcd/lvds

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144256] upgrade to 2.6.0

2007-09-23 Thread Michael Blakeley
Public bug reported:

Binary package hint: scala

$ apt-show-versions -a scala
scala   2.3.0-1.1   gutsy

Latest is 2.6.0 (http://www.scala-
lang.org/downloads/changes.html#v2.6.0-final)

** Affects: scala (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade

-- 
upgrade to 2.6.0
https://bugs.launchpad.net/bugs/144256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139812] knetworkmanager can't acquire dhcp address on wep network

2007-09-15 Thread Michael Blakeley
Public bug reported:

Binary package hint: knetworkmanager

NB - this might well be a networkmanager issue, rather than
knetworkmanager. But since I don't see an existing bug that seems
relevant, I'm guessing that it's specific to knetworkmanager.

I have an hp compaq nc6400 with an Intel 3945 wifi card. When trying to
connect to a WEP network using knetworkmanager, I always see dhcp
timeouts. When using iwconfig and ifup from the command-line, though, I
don't have any problems getting a dhcp address.

$ lspci | grep 3945
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)
$ uname -a
Linux mblakele-lt 2.6.22-11-generic #1 SMP Fri Sep 7 04:31:16 GMT 2007 x86_64 
GNU/Linux
$ apt-show-versions | grep network | grep manager
network-manager/gutsy uptodate 0.6.5-0ubuntu11
network-manager-kde/gutsy uptodate 1:0.2ubuntu1-0ubuntu4
knetworkmanager/gutsy uptodate 1:0.2ubuntu1-0ubuntu4
$ grep eth1 /etc/network/interfaces
#auto eth1
#iface eth1 inet dhcp
#iface eth1 inet static

Here's what I see in my syslog:

Sep 15 09:43:33 mblakele-lt NetworkManager: debug [1189874613.360681] 
nm_device_802_11_wireless_get_activation_ap(): Forcing AP 'blakeley'
Sep 15 09:43:33 mblakele-lt NetworkManager: info  User Switch: 
/org/freedesktop/NetworkManager/Devices/eth1 / blakeley
Sep 15 09:43:33 mblakele-lt NetworkManager: info  Deactivating device eth1.
Sep 15 09:43:33 mblakele-lt dhclient: There is already a pid file 
/var/run/dhclient.eth1.pid with pid 3233
Sep 15 09:43:33 mblakele-lt dhclient: killed old client process, removed PID 
file
Sep 15 09:43:33 mblakele-lt dhclient: DHCPRELEASE on eth1 to 10.0.1.1 port 67
Sep 15 09:43:33 mblakele-lt avahi-daemon[6187]: Withdrawing address record for 
10.0.1.102 on eth1.
Sep 15 09:43:33 mblakele-lt avahi-daemon[6187]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 10.0.1.102.
Sep 15 09:43:33 mblakele-lt avahi-daemon[6187]: Interface eth1.IPv4 no longer 
relevant for mDNS.
Sep 15 09:43:34 mblakele-lt NetworkManager: info  SUP: sending command 
'DISABLE_NETWORK 0'
Sep 15 09:43:34 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:34 mblakele-lt NetworkManager: info  SUP: sending command 
'AP_SCAN 0'
Sep 15 09:43:34 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:34 mblakele-lt NetworkManager: info  SUP: sending command 
'TERMINATE'
Sep 15 09:43:34 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:34 mblakele-lt avahi-daemon[6187]: Withdrawing address record for 
fe80::218:deff:fe31:f9d7 on eth1.
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Device eth1 activation 
scheduled...
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1) started...
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1) Stage 1 
of 5 (Device Prepare) scheduled...
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1) Stage 1 
of 5 (Device Prepare) started...
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1) Stage 2 
of 5 (Device Configure) scheduled...
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1) Stage 1 
of 5 (Device Prepare) complete.
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1) Stage 2 
of 5 (Device Configure) starting...
Sep 15 09:43:34 mblakele-lt NetworkManager: info  Activation (eth1/wireless): 
access point 'blakeley' is encrypted, and a key exists.  No new key needed.
Sep 15 09:43:35 mblakele-lt NetworkManager: info  supplicant_interface_init() 
- connect to global ctrl socket (0/10).
Sep 15 09:43:35 mblakele-lt NetworkManager: info  supplicant_interface_init() 
- connect to global ctrl socket (1/10).
Sep 15 09:43:35 mblakele-lt NetworkManager: info  SUP: sending command 
'INTERFACE_ADD eth1^I^Iwext^I/var/run/wpa_supplicant6^I'
Sep 15 09:43:35 mblakele-lt kernel: [   88.677976] ADDRCONF(NETDEV_UP): eth1: 
link is not ready
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  supplicant_init() - connect 
to device ctrl socket (3/10).
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: sending command 
'AP_SCAN 1'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: sending command 
'ADD_NETWORK'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: response was '0'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 ssid 626c616b656c6579'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 key_mgmt NONE'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 wep_key0 key'
Sep 15 09:43:36 mblakele-lt NetworkManager: info  SUP: response was 'OK'
Sep 15 09:43:36 mblakele-lt NetworkManager: 

[Bug 138145] missing ia32 libXcomposite

2007-09-07 Thread Michael Blakeley
Public bug reported:

Binary package hint: ia32-libs

$ uname -a
Linux mblakele-lt 2.6.22-10-generic #1 SMP Wed Aug 22 07:42:05 GMT 2007 x86_64 
GNU/Linux
$ apt-show-versions | grep ia32
ia32-libs-kde/gutsy uptodate 12
ia32-libs/gutsy uptodate 2.1ubuntu1

I use the 32-bit mozilla.org build of thunderbird 2.0 on an x86-64 gutsy
install. Today, after running dist-upgrade, I found that thunderbird
would no longer launch:

$ ~/opt/thunderbird-2/thunderbird
/etc/init.d/xprint: 534: Syntax error: Bad substitution
/home/mblakele/opt/thunderbird-2/thunderbird-bin: error while loading shared 
libraries: libXcomposite.so.1: cannot open shared object file: No such file or 
directory

Ignoring the xprint error for the moment, it looks like thunderbird
can't find libXcomposite.so.1. I have a 64-bit version of that library:

$ dlocate libXcomposite.so | awk '{ print $2 }' | xargs ls -l
lrwxrwxrwx 1 root root   22 2007-07-25 08:03 /usr/lib/libXcomposite.so - 
libXcomposite.so.1.0.0
lrwxrwxrwx 1 root root   22 2007-07-25 08:03 /usr/lib/libXcomposite.so.1 - 
libXcomposite.so.1.0.0
-rw-r--r-- 1 root root 9672 2007-07-25 02:59 /usr/lib/libXcomposite.so.1.0.0

...but I can't find a 32-bit version. I suspect that it has been dropped
from a recently-updated package, probably ia32-libs.

** Affects: ia32-libs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
missing ia32 libXcomposite
https://bugs.launchpad.net/bugs/138145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-09-05 Thread Michael Blakeley
I'm using gutsy now, and haven't seen this issue in the developer
snapshot of OOo 2.3.

$ apt-show-versions | grep openoffice
openoffice.org-java-common/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-filter-mobiledev/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-calc/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-core/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-math/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-help-en-us/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-writer/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openclipart-openoffice.org/gutsy uptodate 0.18+dfsg-4
openoffice.org-base/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-thesaurus-en-us/gutsy uptodate 1:2.2.0-2ubuntu1
openoffice.org-style-crystal/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-filter-binfilter/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-impress/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-common/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-officebean/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-style-human/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-hyphenation/gutsy uptodate 0.2
openoffice.org-kde/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3
openoffice.org-draw/gutsy uptodate 1:2.3.0~oog680m1-1ubuntu3

Hopefully there won't be a regression before gutsy ships.

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://bugs.launchpad.net/bugs/76747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126214] Re: suspend to ram 2.6.22-8

2007-09-03 Thread Michael Blakeley
Possibly related: http://lkml.org/lkml/2007/6/17/96

This bug may be a duplicate of https://bugs.launchpad.net/ubuntu/+source
/linux-source-2.6.22/+bug/121653

-- 
suspend to ram 2.6.22-8
https://bugs.launchpad.net/bugs/126214
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136595] fans always on, unlikely temperature in acpi thermal_zone #5

2007-09-01 Thread Michael Blakeley
Public bug reported:

Binary package hint: acpi-support

System: HP Compaq nc6400, T7200 @ 2-GHZ

$ uname -a
Linux mblakele-lt 2.6.22-8-generic #1 SMP Thu Jul 12 16:09:47 GMT 2007 x86_64 
GNU/Linux
$ apt-show-versions | grep acpi
acpi/gutsy uptodate 0.09-3ubuntu1
acpidump/gutsy uptodate 20061130-1
acpi-support/gutsy uptodate 0.98
acpid/gutsy uptodate 1.0.4-5ubuntu8

Unexpected behavior: since yesterday's acpi update, my fans are always
on high, but the system feels quite cool. It seems like the thermal-zone
info is wrong, or is being misinterpreted:

$ acpi -t
 Battery 1: charged, 100%
 Battery 2: discharging, 46%, 01:44:09 remaining
 Thermal 1: ok, 28.0 degrees C
 Thermal 2: ok, 35.0 degrees C
 Thermal 3: ok, 36.0 degrees C
 Thermal 4: ok, 30.0 degrees C
 Thermal 5: ok, 25.0 degrees C
 Thermal 6: ok, 88.0 degrees C
$ cat /proc/acpi/thermal_zone/TZ0/trip_points
critical (S5):   256 C
active[0]:   90 C: devices=C335
active[1]:   80 C: devices=C336
active[2]:   73 C: devices=C337
active[3]:   65 C: devices=C338
active[4]:   55 C: devices=C339

I don't believe anything on this system is 88-C at the moment. Bug
126447 might be related - that reporter suggests that fan state is being
misinterpreted as temperature, resulting in a vicious cycle (or at least
a noisy one).

Note that the behavior is the same with the 2.6.22-10 kernel: I'm still
using -8 because I can't suspend-resume successfully with -10.

** Affects: acpi-support (Ubuntu)
 Importance: Undecided
 Status: New

-- 
fans always on, unlikely temperature in acpi thermal_zone #5
https://bugs.launchpad.net/bugs/136595
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136595] Re: fans always on, unlikely temperature in acpi thermal_zone #5

2007-09-01 Thread Michael Blakeley
I'm not using synaptic, so I don't have those logs. I mostly upgrade via
'wajig daily-upgrade', which performs 'apt-get update  apt-get dist-
upgrade' for me.

I tried reverting acpi-support to version 0.96 (and rebooting): that
works around the problem for me.

$ apt-show-versions acpi-support
acpi-support/gutsy upgradeable from 0.96 to 0.98
$ acpi -t
 Battery 1: charged, 100%
 Battery 2: discharging, 34%, 01:17:46 remaining
 Thermal 1: ok, 45.0 degrees C
 Thermal 2: ok, 45.0 degrees C
 Thermal 3: ok, 44.0 degrees C
 Thermal 4: ok, 39.0 degrees C
 Thermal 5: ok, 27.0 degrees C
 Thermal 6: ok, 0.0 degrees C

Note that I have 6 thermal-zones with 0.96. Number 6 seems to be the fan
- when the fan is on, I see non-zero values in zone #6.

-- 
fans always on, unlikely temperature in acpi thermal_zone #5
https://bugs.launchpad.net/bugs/136595
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136595] Re: fans always on, unlikely temperature in acpi thermal_zone #5

2007-09-01 Thread Michael Blakeley
Correct - thanks for the pointer. It also seems to have fixed resume for
2.6.22-10 on my hardware, which is even nicer. Please mark this as a
duplicate, or close it - whichever is appropriate.

-- 
fans always on, unlikely temperature in acpi thermal_zone #5
https://bugs.launchpad.net/bugs/136595
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103945] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-08-31 Thread Michael Blakeley
Yes, gdm now starts up with my hp nc6400, ati graphics. The resolution
is 1024x768, rather than 1280x800, but that's another issue.

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134302] Re: keyboard accessibility problem with knetworkmanager error dialog

2007-08-23 Thread Michael Blakeley

** Attachment added: kde-connection-failure.png
   http://launchpadlibrarian.net/8955573/kde-connection-failure.png

-- 
keyboard accessibility problem with knetworkmanager error dialog
https://bugs.launchpad.net/bugs/134302
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134302] keyboard accessibility problem with knetworkmanager error dialog

2007-08-23 Thread Michael Blakeley
Public bug reported:

Binary package hint: knetworkmanager

10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
Network Connection (rev 02)

$ uname -a
Linux mblakele-lt 2.6.22-10-generic #1 SMP Wed Aug 22 07:42:05 GMT 2007 x86_64 
GNU/Linux
$ apt-show-versions knetworkmanager
knetworkmanager 1:0.2~r686534-0ubuntu1 installed: No available version in 
archive
$ apt-show-versions network-manager
network-manager/gutsy uptodate 0.6.5-0ubuntu9

Sometimes knetworkmanager can't seem to connect to a network, and
displays an error message Connection failure\nCould not connect to the
network fubar\n[OK].

Unexpected behavior: the user cannot hit return or use any other
keyboard combination to get rid of the error message: keyboard input is
going to a foreground application, not to knetworkmanager. The ok
button *must* be clicked with a mouse. This is an accessibility problem,
per KDE's UI policies (see http://accessibility.kde.org/developer/).

Suggested fix: turn this error message into a notification, instead,
like the link up notification and other knetworkmanager messages.
These notifications are configurable via ordinary KDE mechanisms, and
fade out automatically after a few seconds.

I'll attach a screenshot to show the problem.

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

-- 
keyboard accessibility problem with knetworkmanager error dialog
https://bugs.launchpad.net/bugs/134302
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103945] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-08-23 Thread Michael Blakeley
Note that Timo's debs are i386, not amd64 (aka x86-64).

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133363] Re: suspend-to-ram problems with fglrx module loaded

2007-08-22 Thread Michael Blakeley
I noticed that 2.6.22-10 is now available, so I thought I'd try this
again. The behavior is similar to 2.6.22-8: when the fglrx module is
installed, I see a hang on suspend-to-ram, and must force power-off by
holding down the power button. With fglrx blacklisted, suspend and
resume are both fine.

$ apt-show-versions | egrep '(image|modules)-2.6.22-10'
linux-image-2.6.22-10-generic/gutsy uptodate 2.6.22-10.30
linux-ubuntu-modules-2.6.22-10-generic/gutsy uptodate 2.6.22-10.23
linux-restricted-modules-2.6.22-10-generic/gutsy uptodate 2.6.22.3-10.1

-- 
suspend-to-ram problems with fglrx module loaded
https://bugs.launchpad.net/bugs/133363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133363] suspend-to-ram problems with fglrx module loaded

2007-08-18 Thread Michael Blakeley
Public bug reported:

I'm using gutsy with an up-to-date install of kubuntu-desktop on an HP
compaq nc6400 with ATI X1300 graphics. I'm using fglrx as the xorg
driver.

01:00.0 VGA compatible controller: ATI Technologies Inc M52 [ATI
Mobility Radeon X1300]

linux-image-2.6.22-9-generic/gutsy uptodate 2.6.22-9.25
linux-ubuntu-modules-2.6.22-9-generic/gutsy uptodate 2.6.22-9.22
linux-restricted-modules-2.6.22-9-generic/gutsy uptodate 2.6.22.2-9.8

linux-image-2.6.22-8-generic 2.6.22-8.18 installed: No available version in 
archive
linux-ubuntu-modules-2.6.22-8-generic 2.6.22-8.20 installed: No available 
version in archive
linux-restricted-modules-2.6.22-8-generic 2.6.22.2-8.4 installed: No available 
version in archive

With either kernel rev, attempting to suspend-to-RAM locks up the system
if I have the fglrx module loaded. No keyboard input is recognized, and
I must force-restart the system by holding down the power key for
several seconds. If I blacklist fglrx (/etc/modprobe.d/blacklist), then
I can suspend with either 2.6.22-8 or 2.6.22-9 - but resume only works
with 2.6.22-8.

With 2.6.22-9, resuming stops at a blank screen with no response to any
keyboard input, including ctrl-alt-delete and the power button. The
keyboard lights may be helpful in debugging resume: the wireless light
never comes on, and the caps-lock light is on.

So, for the moment, I'm sticking with 2.6.22-8 and blacklisting fglrx.
That seems to be a reasonably stable combination: I've suspended and
resumed several times a day for a full week, with no lockups.

Please let me know if I can provide any additional information.

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

-- 
suspend-to-ram problems with fglrx module loaded
https://bugs.launchpad.net/bugs/133363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 41831] Re: Openoffice in dapper has difficulties to redraw menus and icons

2007-08-12 Thread Michael Blakeley
This also seems to affect the gutsy OOo 2.3-snapshot release
(2.3.0~src680m224-1ubuntu2 x86-64). Uninstalling gtk-qt-engine (0.8~svn-
rev36-2ubuntu2) works around the issue, but affects the appearance of
other applications (thunderbird, firefox). In case it's relevant, I'm
using kwin-baghira 0.8-1.

-- 
Openoffice in dapper has difficulties to redraw menus and icons
https://bugs.launchpad.net/bugs/41831
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 126214] Re: suspend to ram 2.6.22-8

2007-07-25 Thread Michael Blakeley
Not a bad tip, but I don't have that module loaded anyway:

$ lsmod | grep hcd
ehci_hcd   39820  0
uhci_hcd   29600  0
usbcore   159664  4 ehci_hcd,uhci_hcd,hci_usb

-- 
suspend to ram 2.6.22-8
https://bugs.launchpad.net/bugs/126214
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121895] Re: knetworkmanager systray right-click and left-click behaviors have swapped places

2007-07-22 Thread Michael Blakeley
Thanks for the pointer. That item is about something different, though:
the filer seems to be asking to be able to right-click on individual
networks and interfaces, rather than the knetworkmanager systray icon.

I'd argue that knetworkmanager isn't an application, so while the
behavior is perfectly appropriate for amarok, but it is inappropriate
for knetworkmanager.  Counterexamples to amarok: kmix, kmenu, klipper,
knotes. These are all accessories, or utilities - as is knetworkmanager.

It's a question of primary behavior, again. The new knetworkmanager
behavior is to show properties by default. That might be ok if the
user could change networks on the first screen of the connection
status window, but that isn't possible.

-- 
knetworkmanager systray right-click and left-click behaviors have swapped places
https://bugs.launchpad.net/bugs/121895
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126214] Re: suspend to ram 2.6.22-8

2007-07-18 Thread Michael Blakeley
Same problem here - both suspend and hibernate result in a flashing
cursor on an otherwise blank screen. I've waiting up to 10 minutes
without seeing any disk activity or screen output.

My system has ATI graphics in an hp nc6400, bios A.09, using fglrx.
AFAICT I can't disable fglrx without disabling X entirely, as the lcd is
widescreen. The suspend worked in both 2.6.22-7 and 2.6.22-6, but as
some recent update broke xorg for 2.6.22-7 on my hardware, I'm now back
to using 2.6.22-6 (the xorg bug probably isn't worth filing, since xorg
does work with 2.6.22-8 and 2.6.22-6).

$ lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [ATI Mobility 
Radeon X1300]
$ apt-show-versions linux-image-2.6.22-8-generic
linux-image-2.6.22-8-generic/gutsy uptodate 2.6.22-8.18
$ apt-show-versions linux-image-2.6.22-7-generic
linux-image-2.6.22-7-generic 2.6.22-7.14 installed: No available version in 
archive
$ apt-show-versions linux-image-2.6.22-6-generic
linux-image-2.6.22-6-generic 2.6.22-6.13 installed: No available version in 
archive
$ apt-show-versions xorg-driver-fglrx
xorg-driver-fglrx/gutsy uptodate 7.1.0-8.37.6+2.6.22.2-8.3
$ apt-show-versions linux-restricted-modules-2.6.22-8-generic
linux-restricted-modules-2.6.22-8-generic/gutsy uptodate 2.6.22.2-8.3

Please let me know if I can provide any additional info.

-- 
suspend to ram 2.6.22-8
https://bugs.launchpad.net/bugs/126214
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121897] Re: On resume, knetworkmanager tries to ifup eth0 without a link

2007-07-12 Thread Michael Blakeley
*** This bug is a duplicate of bug 90267 ***
https://bugs.launchpad.net/bugs/90267

Not a duplicate of 90267 precisly, but also fixed in 0.6.5-0ubuntu7.

** This bug has been marked a duplicate of bug 90267
   network-manager stops and restarts already ifup'ed interfaces

-- 
On resume, knetworkmanager tries to ifup eth0 without a link
https://bugs.launchpad.net/bugs/121897
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 123811] RFE: knetworkmanager should recover when NetworkManager restarts

2007-07-03 Thread Michael Blakeley
Public bug reported:

Binary package hint: knetworkmanager

When dbus restarts NetworkManager, knetworkmanager tends to lose all
network connectivity. This is especially annoying for wifi, since the
list of access points goes away entirely.

Instead, it would be nice if knetworkmanager automatically reconnected
to NetworkManager after the NetworkManager restart completed. Perhaps
knetworkmanager could register for NetworkManager start and stop
notifications?

Workaround: quit knetworkmanager and start it again.

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

-- 
RFE: knetworkmanager should recover when NetworkManager restarts
https://bugs.launchpad.net/bugs/123811
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 123811] Re: RFE: knetworkmanager should recover when NetworkManager restarts

2007-07-03 Thread Michael Blakeley
I think this is what launchpad calls a wishlist issue, but I don't see
how to set that.

Oh, and in case it's helpful:

$ apt-show-versions knetworkmanager
knetworkmanager/gutsy uptodate 1:0.2~r674918-0ubuntu3
$ uname -a
Linux mblakele-lt 2.6.22-7-generic #1 SMP Mon Jun 25 17:07:55 GMT 2007 x86_64 
GNU/Linux

-- 
RFE: knetworkmanager should recover when NetworkManager restarts
https://bugs.launchpad.net/bugs/123811
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 123812] RFE: powermanager should handle dbus, hald restarts

2007-07-03 Thread Michael Blakeley
Public bug reported:

Binary package hint: kde-guidance

(wishlist)

When hald or dbus restart, powermanager claims that no battery is
installed. It would be nice if powermanager noticed the service restart,
and recovered from it.

Workaround: quit powermanager, and restart it from alt-F2  guidance-
power-manager

$ uname -a
Linux mblakele-lt 2.6.22-7-generic #1 SMP Mon Jun 25 17:07:55 GMT 2007 x86_64 
GNU/Linux
$ apt-show-versions kde-guidance-powermanager
kde-guidance-powermanager/gutsy uptodate 0.8.0-1ubuntu9

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: New

-- 
RFE: powermanager should handle dbus, hald restarts
https://bugs.launchpad.net/bugs/123812
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 69118] Re: knetworkmanager freezes if kwallet doesn't open immediately

2007-06-23 Thread Michael Blakeley
With knetworkmanager/gutsy uptodate 1:0.2~r674918-0ubuntu2, I haven't
seen this problem yet.

-- 
knetworkmanager freezes if kwallet doesn't open immediately
https://bugs.launchpad.net/bugs/69118
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121897] On resume, knetworkmanager tries to ifup eth0 without a link

2007-06-23 Thread Michael Blakeley
Public bug reported:

Binary package hint: knetworkmanager

This might be a network-manager bug- I'm not sure how the flow of
control works, between those two.

Linux mblakele-lt 2.6.22-6-generic #1 SMP Fri Jun 1 00:54:39 GMT 2007 x86_64 
GNU/Linux
knetworkmanager/gutsy uptodate 1:0.2~r674918-0ubuntu2
network-manager/gutsy uptodate 0.6.5-0ubuntu2

$ sudo /usr/sbin/ethtool -i eth0
driver: tg3
version: 3.76
firmware-version: 5753m-v3.56
bus-info: :08:00.0
$ sudo /usr/sbin/ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes:   10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: Unknown! (65535)
Duplex: Unknown! (255)
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Current message level: 0x00ff (255)
Link detected: no

When I resume my laptop (hp nc6400) from suspend-to-RAM, I see
knetworkmanager's connecting icon (spinning gear) and a mouseover
indicates that it's trying to connect on eth0. But eth0 has no link, per
the ethtool output above, so the connection eventually falls back to a
self-assigned DHCP address.

The previous version of knetworkmanager (or network-manager) didn't do
this. It used to recognize that eth0 didn't have a link, and fall back
to eth1 (my wifi interface). I'd like to have that behavior back.

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

-- 
On resume, knetworkmanager tries to ifup eth0 without a link
https://bugs.launchpad.net/bugs/121897
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 121895] knetworkmanager systray right-click and left-click behaviors have swapped places

2007-06-23 Thread Michael Blakeley
Public bug reported:

Binary package hint: knetworkmanager

Linux mblakele-lt 2.6.22-6-generic #1 SMP Fri Jun 1 00:54:39 GMT 2007 x86_64 
GNU/Linux
knetworkmanager/gutsy uptodate 1:0.2~r674918-0ubuntu2

I upgraded knetworkmanager yesterday, and noticed that the right-click
and left-click behaviors have changed. With the latest build, I must
right-click in order to see the list of essids and select a new access-
point. Left-click brings up a connection-status window.

I know UI decisions are always contentious, but I hope this was an
accidental change. I think of changing access points (or interfaces) as
the *primary* function of the systray icon, and I think the primary
function of a widget should be available on left-click. It's rare that I
want to see the connection status: in fact, I've never used that feature
on purpose. Much more frequently, I need to select an access point or
change interfaces.

If this change was intentional and won't be reverted, then please let me
know and I'll wishlist configurability for this behavior.

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

-- 
knetworkmanager systray right-click and left-click behaviors have swapped places
https://bugs.launchpad.net/bugs/121895
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 53923] Re: tifm: Texas Instruments Card reader not working

2007-05-23 Thread Michael Blakeley
The fix works for me on x86-64, using http://people.ubuntu.com/~pkl
/linux-image-2.6.20-16-generic_2.6.20-16.28_amd64.deb on an hp (compaq)
nc6400 with the TI chipset. Using that 2.6.20-16.28 kernel, I no longer
see the dmesg mmcblk0 errors.

$ lspci | grep MMC
02:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)

I'm looking forward to an official release, though, because my wifi uses
linux-restricted-modules.

-- 
tifm: Texas Instruments Card reader not working
https://bugs.launchpad.net/bugs/53923
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115350] systemtap hello world hits error: overflowed buffers in get_sections

2007-05-17 Thread Michael Blakeley
Public bug reported:

Binary package hint: systemtap

$ uname -a
Linux mblakele-lt 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 
GNU/Linux
$ apt-show-versions systemtap
systemtap/feisty uptodate 0.0.20070113-1
$ apt-show-versions | grep 2.6.20-15
linux-restricted-modules-2.6.20-15-generic/feisty uptodate 2.6.20.5-15.20
linux-headers-2.6.20-15-generic/feisty uptodate 2.6.20-15.27
linux-libc-dev/feisty uptodate 2.6.20-15.27
linux-image-2.6.20-15-generic/feisty uptodate 2.6.20-15.27
linux-image-debug-2.6.20-15-generic/feisty uptodate 2.6.20-15.27
vmware-player-kernel-modules-2.6.20-15/feisty uptodate 2.6.20.5-15.20
linux-headers-2.6.20-15/feisty uptodate 2.6.20-15.27

Following http://sourceware.org/systemtap/tutorial/node2.html I created
hello-world.stap:

$ cat hello-world.stap
probe begin
{
  print (hello world\n)
  exit ()
}
$ sudo stap hello-world.stap
ERROR: overflowed buffers in get_sections. Size needed = 10157
ERROR: couldn't rmmod probe module 
stap_9379b74bcbc1bfb29f892bdce4732f27_268.ko.  No output will be written.
Pass 5: run failed.  Try again with more '-v' (verbose) options.

** Affects: systemtap (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
systemtap hello world hits error: overflowed buffers in get_sections
https://bugs.launchpad.net/bugs/115350
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-05-16 Thread Michael Blakeley
Thanks for the verification. I agree with your desire to verify the bug
upstream - but I've had no success installing the OOo-distributed rpm
files on ubuntu via alien. Do you know of a recipe for doing that?

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://bugs.launchpad.net/bugs/76747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103945] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-04-20 Thread Michael Blakeley
I just took a few minutes to try that workaround with the 7.04 final
ubuntu amd64 desktop cd. The reconfigure seemed to work, and I disabled
all resolutions except for 640x480. However, I still can't start X (no
screens found). The log messages look similar to my original report.

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103945] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-04-20 Thread Michael Blakeley
Per https://help.ubuntu.com/community/DebuggingXAutoconfiguration the
following workaround did work for me:

$ sudo dpkg-reconfigure -phigh xserver-xorg
...choose defaults for everything

$ sudo vi /etc/X11/xorg.conf
...in the section Monitor (around line 100 in my file), insert these lines 
before EndSection
  HorizSync 36-52
  VertRefresh 36-60

$ sudo /etc/init.d/gdm restart
...may need to do that twice - the first restart failed for me, probably due to 
a stray pid file or something like that.

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-04-20 Thread Michael Blakeley
Fair enough. Here's how I'm reproducing the problem:

Configuration: hp nc6400 laptop, 2-GHz Intel Core2 Duo (T7200), 1-GB
RAM, ATI X1300

Boot CD: Ubuntu Desktop CD 7.04 (final) for amd64

Procedure:

1) boot from CD
2) apply widescreen workaround per comment #3 at 
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/103945
3) open firefox and download 
http://xqzone.marklogic.com/conference/2004/slides/Paycheck.ppt to the Desktop
4) double-click Paycheck.ppt on the Desktop
5) in OpenOffice Impress, go to the menu and select File  Save As...
6) in the Save dialog, change the Name to Paycheck1
7) expand the File Type widget and select Microsoft PowerPoint 97/2000/XP
8) click Save
9) click Yes when OOo warns about saving to MS formats

At the bottom of the window, I see the text PowerPoint Export appear
in the status line. However, nothing else seems to happen: the expected
progress bar doesn't display, OpenOffice no longer re-draws its window,
and 'top' shows that soffice.bin is using all of one CPU core. I watch
the RES entry grow to 1.1-GB, then 1.4-GB.

After about 5 minutes, I try to close the OpenOffice window. Gnome tells
me that OpenOffice doesn't seem to be responding, but allows me to force
quit the process.

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://bugs.launchpad.net/bugs/76747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103945] Re: desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-04-20 Thread Michael Blakeley

** Attachment added: Xorg.0.log from desktop cd gdm failure with hp nc6400 ati
   http://librarian.launchpad.net/7374532/Xorg-nc6400-desktopcd.0.log.gz

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-04-18 Thread Michael Blakeley
This has been marked fix released. However, it's still 100%
reproducible for me.

$ apt-show-versions openoffice.org-impress
openoffice.org-impress/feisty uptodate 2.2.0-1ubuntu3

It still isn't clear to me that MK actually tried my test-case on
x86-64: I think he may have only tried i386, where the bug may not
surface. In fact, I'm working around this issue by running OOo under
32-bit wine.

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://bugs.launchpad.net/bugs/76747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-04-18 Thread Michael Blakeley
Reopening - please verify testing with x86-64

** Changed in: openoffice.org (Ubuntu)
   Status: Fix Released = Unconfirmed

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://bugs.launchpad.net/bugs/76747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103945] desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)

2007-04-06 Thread Michael Blakeley
Public bug reported:

Binary package hint: xorg

The feisty beta desktop cd for amd64 boots ok on my nc6400, but gdm
fails to start. The error log suggests that xorg found the ati video
card, but couldn't find a valid mode. If I remove /etc/X11/xorg.conf
entirely, xorg still can't find a usable mode. If I hand-edit the
xorg.conf to add some modelines, I can get 1024x768 to work.

Here are some details that may help:

$ lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [ATI Mobility 
Radeon X1300]
$ sudo ddcprobe
vbe: VESA 3.0 detected.
oem: ATI ATOMBIOS
vendor: (C) 1988-2005, ATI Technologies Inc.
product: M52T 01.00
memory: 16384kb
mode: 640x400x256
mode: 640x480x256
mode: 800x600x256
mode: 1024x768x256
mode: 1280x1024x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 320x200x32k
mode: 320x200x64k
mode: 320x200x16m
mode: 1600x1200x256
mode: 1600x1200x32k
mode: 1600x1200x64k
edid:
edid: 1 3
id: 8d00
eisa: LPL8d00
serial: 
manufacture: 0 2005
input: analog signal.
screensize: 30 19
gamma: 2.20
dpms: RGB, no active off, no suspend, no standby
dtiming: [EMAIL PROTECTED]
monitorid: LGPhilipsLCD
monitorid: LP141WX1-TLA
$ sudo /usr/share/xresprobe/ddcprobe.sh
res: 1280x800
disptype: crt
name:
freq:

The ddcinfo seems off: this is definitely an lcd, not a crt. The input
is digital, I'd think, and the dpms is probably wrong too. The native
lcd resolution, 1280x800, isn't listed in the modes.

If I can provide any other info, please let me know.

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

-- 
desktop cd fails to start gdm with hp nc6400 (widescreen, ati-based laptop)
https://bugs.launchpad.net/bugs/103945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-04-02 Thread Michael Blakeley
This problem is still 100% reproducible for me, with an up-to-date
feisty x86_64 installation.

Linux mblakele-lt 2.6.20-13-generic #2 SMP Sat Mar 24 23:12:02 UTC 2007 x86_64 
GNU/Linux
openoffice.org-impress/feisty uptodate 2.2.0-0ubuntu2

This makes me wonder: is it something special about my software config?
Something special about my hardware?

To rule out software, I downloaded the ubuntu Feisty beta desktop CD for
amd64, and used it to boot my laptop (the ooo on that cd is actually
2.2.0-rc3, but I think that's unlikely to make a difference given the
history of this bug). I had to patch xorg.conf to get gdm to start at
all (ddcprobe doesn't like my widescreen lcd). Once that was fixed, I
was able to reproduce the freeze: after waiting for 10 minutes, I force-
quit the soffice.bin process.

So maybe there's a strange interaction with my hardware? I'm running an
hp nc6400, with an Intel T7200 (2-GHz, dual-core, EM64T) CPU and 1-GB
RAM. The display is a widescreen 1280x800 LCD, with an ATI M52 (ATI
Mobility Radeon X1300) and a SATA 80-GB drive.

Matthias, could you be more explicit about the hardware and kernel you
tested? It isn't clear to me that you tested on x86_84 or not - and if
you did test on an x86_64 kernel, was it an AMD CPU or an Intel CPU?

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://bugs.launchpad.net/bugs/76747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-03-23 Thread Michael Blakeley
Thread 1 (Thread 47981410568272 (LWP 18433)):
#0  0x2ba38115ab35 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#1  0x2ba38115b7c4 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#2  0x2ba38115c34b in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#3  0x2ba38115c4ec in vcl::PNGWriter::PNGWriter ()
#4  0x2ba381aff4ff in GraphicFilter::ExportGraphic ()
#5  0x2ba381b04847 in GraphicFilter::FilterCallback ()
#6  0x2ba381b048df in GraphicFilter::LinkStubFilterCallback ()
#7  0x2ba3810441d1 in GraphicConverter::Export ()
#8  0x2aaab0a4db10 in EscherGraphicProvider::GetBlibID ()
#9  0x2aaabe0afddc in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#10 0x2aaabe0b0745 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#11 0x2aaabe09bf24 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#12 0x2aaabe0aaed3 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#13 0x2aaabe0a0c77 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#14 0x2aaabe0a16e5 in ExportPPT ()
#15 0x2aaab320d3e7 in ?? () from /usr/lib/openoffice/program/libsd680lx.so
#16 0x2aaab315a6a3 in sd::DrawDocShell::ConvertTo ()
#17 0x2dcbd4aa in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#18 0x2dcc0c7d in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#19 0x2dcc13ed in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#20 0x2dcc8449 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#21 0x2dd0c975 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#22 0x2dd19b16 in SfxBaseModel::storeAsURL ()
#23 0x2dd31c26 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#24 0x2dcca4cd in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#25 0x2dd88e67 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#26 0x2dd7c9f4 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#27 0x2dda65df in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#28 0x2dda6f69 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#29 0x2ed619c4 in ?? () from /usr/lib/openoffice/program/libfwk680lx.so
#30 0x2ba3811868d6 in Menu::Select ()
#31 0x2ba381182155 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#32 0x2ba3811e74a1 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#33 0x2ba38c84411a in SalDisplay::DispatchInternalEvent ()
#34 0x2ba38c844149 in SalX11Display::Yield ()
#35 0x2ba38c843f27 in ?? ()
#36 0x2ba38c83d910 in SalXLib::Yield ()
#37 0x2ba3810034ce in Application::Yield ()
#38 0x2ba3810035a7 in Application::Execute ()
#39 0x00427ee3 in desktop::Desktop::Main ()
#40 0x2ba381008fa4 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#41 0x2ba381009095 in SVMain ()
#42 0x0041c41f in main ()
#0  0x2ba38115ab35 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so

The pstack has changed slightly, but from a user perspective, it's still
Save-As PPT == freeze for amd64.

$ uname -a
Linux mblakele-lt 2.6.20-12-generic #2 SMP Wed Mar 21 19:34:23 UTC 2007 x86_64 
GNU/Linux
$ apt-show-versions openoffice.org-impress
openoffice.org-impress/feisty uptodate 2.2.0~rc3~oof680m10-0ubuntu3

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://launchpad.net/bugs/76747

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-03-20 Thread Michael Blakeley
Per original report, this is amd64-specific. I'm downloading
2.2.0~rc3~oof680m10-0ubuntu3 for amd64 right now, and I'll test with
that as well.

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://launchpad.net/bugs/76747

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


[Bug 80363] Re: could not initialize KVM on clean feisty 20070117

2007-01-24 Thread Michael Blakeley
Also check dmesg for debug info. For example, the bios may have disabled
vmx for you. Here's how that might look:

$ dmesg | grep kvm
[ 1077.438583] kvm: disabled by bios

-- 
could not initialize KVM on clean feisty 20070117
https://launchpad.net/bugs/80363

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


[Bug 76747] Re: impress freezes on save to ppt, apparently in BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL

2007-01-09 Thread Michael Blakeley
I've also tested this with feisty:

openoffice.org-impress/feisty uptodate 2.1-1ubuntu2

Same issue: pstack looks a bit different, though.

Thread 1 (Thread 47388163470192 (LWP 8465)):
#0  0x2b19662d0056 in ?? () from /usr/lib/libz.so.1
#1  0x2b19662d0725 in deflate () from /usr/lib/libz.so.1
#2  0x2b1962402290 in ZCodec::Write ()
#3  0x2b196138e189 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#4  0x2b196138f167 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#5  0x2b196138f30c in vcl::PNGWriter::PNGWriter ()
#6  0x2b1961d188d8 in GraphicFilter::ExportGraphic ()
#7  0x2b1961d1e0a8 in GraphicFilter::FilterCallback ()
#8  0x2b1961d1e141 in GraphicFilter::LinkStubFilterCallback ()
#9  0x2b1961287381 in GraphicConverter::Export ()
#10 0x2aaab10542f1 in EscherGraphicProvider::GetBlibID ()
#11 0x2aaabc84c73c in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#12 0x2aaabc84d0cd in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#13 0x2aaabc84df56 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#14 0x2aaabc85a074 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#15 0x2aaabc839755 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#16 0x2aaabc847c59 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#17 0x2aaabc83d817 in ?? () from /usr/lib/openoffice/program/libemp680lx.so
#18 0x2aaabc83e285 in ExportPPT ()
#19 0x2aaab3153037 in ?? () from /usr/lib/openoffice/program/libsd680lx.so
#20 0x2aaab30a6f53 in sd::DrawDocShell::ConvertTo ()
#21 0x2dcd470f in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#22 0x2dcd9960 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#23 0x2dcd9d18 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#24 0x2dd360c9 in SfxBaseModel::storeSelf ()
#25 0x2dd4e05d in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#26 0x2dce5f1d in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#27 0x2dda0937 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#28 0x2dda1061 in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#29 0x2ddcc93a in ?? () from /usr/lib/openoffice/program/libsfx680lx.so
#30 0x2b1961416611 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#31 0x2b196c35fd86 in SalDisplay::DispatchInternalEvent ()
#32 0x2b196c35fdae in SalX11Display::Yield ()
#33 0x2b196c35fa27 in ?? ()
#34 0x2b196c35c428 in SalXLib::Yield ()
#35 0x2b19612474f1 in Application::Yield ()
#36 0x2b1961247587 in Application::Execute ()
#37 0x00428c90 in desktop::Desktop::Main ()
#38 0x2b196124cd44 in ?? () from /usr/lib/openoffice/program/libvcl680lx.so
#39 0x2b196124ce35 in SVMain ()
#40 0x0041d33a in sal_main ()
#41 0x2b19651cc8e4 in __libc_start_main () from /lib/libc.so.6
#42 0x0041d269 in _start ()
#0  0x2b19662d0056 in ?? () from /usr/lib/libz.so.1

-- 
impress freezes on save to ppt, apparently in 
BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL
https://launchpad.net/bugs/76747

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


[Bug 78629] missing /usr/bin/kerry

2007-01-09 Thread Michael Blakeley
Public bug reported:

Binary package hint: kerry

http://packages.ubuntu.com/cgi-
bin/search_contents.pl?searchmode=filelistword=kerryversion=feistyarch=amd64
says that /usr/bin/kerry should exist, but it doesn't show up on my
(amd64) system. The man page is installed, but that doesn't help much.

$ uname -a
Linux mblakele-lt 2.6.20-5-generic #2 SMP Sat Jan 6 09:44:32 UTC 2007 x86_64 
GNU/Linux
$ apt-show-versions kerry
kerry/feisty uptodate 1:0.2.1-0ubuntu1
$ ls /usr/bin/kerry
ls: /usr/bin/kerry: No such file or directory
$ dpkg -L kerry | grep bin
$ dpkg --contents /var/cache/apt/archives/kerry_1%3a0.2.1-0ubuntu1_amd64.deb | 
grep bin
$

** Affects: kerry (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
missing /usr/bin/kerry
https://launchpad.net/bugs/78629

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


[Bug 78489] ooo 2.1 splash screen says 2.0

2007-01-08 Thread Michael Blakeley
Public bug reported:

Binary package hint: openoffice.org

This is a cosmetic issue, but I thought I'd mention it. After updating
to OOo 2.1, I still see '2.0' in the splash. Per 38126, I gather that
intro.bmp contains the splash screen.

$ uname -a
Linux mblakele-lt 2.6.20-5-generic #2 SMP Sat Jan 6 09:44:32 UTC 2007 x86_64 
GNU/Linux
$ dlocate intro.bmp
openoffice.org-common: /usr/lib/openoffice/program/intro.bmp
$ apt-show-versions openoffice.org-common
openoffice.org-common/feisty uptodate 2.1-1ubuntu2
$ md5sum /usr/lib/openoffice/program/intro.bmp
ea79abbeb72b6a8254cfd29947fbfa06  /usr/lib/openoffice/program/intro.bmp

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
ooo 2.1 splash screen says 2.0
https://launchpad.net/bugs/78489

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


  1   2   >