[Bug 1430366] Re: Crash on group chat request with Lotus Notes version 8.5.1

2016-06-07 Thread Manuel Siggen
Yes, thanks you. Unfortunately, pidgin cannot connect anymore to Lotus
Notes due to #1453137 :-|

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

Title:
  Crash on group chat request with Lotus Notes version 8.5.1

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

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


[Bug 1430366] Re: Crash on group chat request with Lotus Notes version 8.5.1

2015-03-10 Thread Manuel Siggen
Here is the patch.

** Patch added: "Fix for group chat crashes with Lotus Notes version 8.5.1"
   
https://bugs.launchpad.net/ubuntu/+source/meanwhile/+bug/1430366/+attachment/4340048/+files/pidgin_adium_patch_1430366.diff

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

Title:
  Crash on group chat request with Lotus Notes version 8.5.1

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

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


[Bug 1430366] [NEW] Crash on group chat request with Lotus Notes version 8.5.1

2015-03-10 Thread Manuel Siggen
Public bug reported:

The meanwhile library crashes immediately when a group chat request is
received when connected to a Lotus Notes Server version 8.5.1.

The bug and fix is discussed in the pidgin bugtracker :
https://developer.pidgin.im/ticket/12637

The fix comes from the adium bugtracker :
https://trac.adium.im/ticket/16114#comment:27

I have built locally a patched version of the meanwhile lib and I will
add the patch shortly.

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

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

Title:
  Crash on group chat request with Lotus Notes version 8.5.1

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

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


[Bug 973288] Re: Git over https does not work (hangs) (fixed upstream)

2012-05-03 Thread Manuel Siggen
Hi Martin, hi all,

Thanks ! Here is the test I did : I reverted cntlm to the default
precise version (apt-get remove cntlm && apt-get install cntlm), and
then I tried to clone a git repo over https.

With cntlm version 0.91~rc6-0ubuntu2, the following command hangs
forever :

$ git clone https://github.com/hibernate/hibernate-orm.git
Cloning into 'hibernate-orm'...

With cntlm version 0.91~rc6-0ubuntu2.12.04.1, it works fine :

$ git clone https://github.com/hibernate/hibernate-orm.git
Cloning into 'hibernate-orm'...
remote: Counting objects: 125045, done.
remote: Compressing objects: 100% (33302/33302), done.
remote: Total 125045 (delta 76281), reused 123526 (delta 75008)
Receiving objects: 100% (125045/125045), 89.87 MiB | 499 KiB/s, done.
Resolving deltas: 100% (76281/76281), done.

So, from my point of view, the bug is fixed. Thanks again for your
support !

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

Title:
  Git over https does not work (hangs) (fixed upstream)

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

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


[Bug 973288] Re: Git over https does not work (hangs) (fixed upstream)

2012-05-02 Thread Manuel Siggen
Thanks !

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

Title:
  Git over https does not work (hangs) (fixed upstream)

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

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


[Bug 973288] Re: Git over https does not work (hangs) (fixed upstream)

2012-05-01 Thread Manuel Siggen
The oneirec version seems to work nicely. Thanks !

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

Title:
  Git over https does not work (hangs) (fixed upstream)

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

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


[Bug 973288] Re: Git over https does not work (hangs) (fixed upstream)

2012-05-01 Thread Manuel Siggen
Hi Stephano,

Thanks for the PPA. I'm still with oneiric at work however, and I cannot
install the cntlm_0.91~rc6-0ubuntu2.1_i386.deb version due to the
following dependency not being met :

dpkg: dependency problems prevent configuration of cntlm:
 cntlm depends on libc6 (>= 2.15); however:
  Version of libc6 on system is 2.13-20ubuntu5.1.

I'll switch to precise in a couple of days (I'm a bit busy at work right
now). Is that ok to wait a little while ?

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

Title:
  Git over https does not work (hangs) (fixed upstream)

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

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


[Bug 973288] Re: Git over https does not work (hangs) (fixed upstream)

2012-04-28 Thread Manuel Siggen
Here is the patch I found : it corresponds to revision 273 at
http://svn.awk.cz/cntlm/tags/release-0.92/.

Commit log says :


r273 | dave | 2011-11-28 14:55:15 +0100 (Mon, 28 Nov 2011) | 3 lines

* Fix latest GCC warnings
* Fix GIT HTTPS issue (invalid body length detection in request)

I'm not familiar at all with the cntlm code base, so I may be
mistaken...

** Patch added: "Upstream fix for git/https bug"
   
https://bugs.launchpad.net/ubuntu/+source/cntlm/+bug/973288/+attachment/3113102/+files/r273.patch

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

Title:
  Git over https does not work (hangs) (fixed upstream)

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

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


[Bug 973288] [NEW] Git over https does not work (hangs) (fixed upstream)

2012-04-04 Thread Manuel Siggen
Public bug reported:

The version 0.91 of cntlm shipped with Ubuntu Oneiric has a bug where
connections will hangs under some conditions.

http://sourceforge.net/tracker/?func=detail&aid=3106663&group_id=197861&atid=963162

This bug has been fixed in version 0.92. Would it be possible to get the
0.92 version in precise ?

** Affects: cntlm
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: SourceForge.net Tracker #3106663
   http://sourceforge.net/support/tracker.php?aid=3106663

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

** Summary changed:

- Git over https does not work (hangs) 
+ Git over https does not work (hangs) (fixed upstream)

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

Title:
  Git over https does not work (hangs) (fixed upstream)

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

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


[Bug 881979] Re: konqueror/rekonq/akregator send invalid proxy requests when configured for use with proxies (since 4.7.2)

2011-10-26 Thread Manuel Siggen
Forgot to say that I'm using Kubuntu Oneiric. The ubuntu-bug could not
connect for some reason, so here is the details I could gather by myself
:

$ apt-cache show akregator 
Package: akregator
Priority: optional
Section: net
Installed-Size: 2240
Maintainer: Kubuntu Developers 
Original-Maintainer: Debian Qt/KDE Maintainers 
Architecture: i386
Source: kdepim
Version: 4:4.7.2+git111007-0ubuntu1
Replaces: kontact (<< 4:4.1.80)
Depends: kde-runtime, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libkcmutils4 (>= 
4:4.6), libkdecore5 (>= 4:4.6), libkdepim4 (= 4:4.7.2+git111007-0ubuntu1), 
libkdeui5 (>= 4:4.6), libkhtml5 (>= 4:4.6), libkio5 (>= 4:4.6), 
libknotifyconfig4 (>= 4:4.6), libkontactinterface4 (>= 4:4.6), libkparts4 (>= 
4:4.6), libkpimutils4 (>= 4:4.6), libplasma3 (>= 4:4.6), libqt4-dbus (>= 
4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta2), libqtgui4 (>= 
4:4.7.0~beta2), libstdc++6 (>= 4.1.1), libsyndication4 (>= 4:4.6)
Breaks: kontact (<< 4:4.1.80)
Filename: pool/main/k/kdepim/akregator_4.7.2+git111007-0ubuntu1_i386.deb
Size: 583072
MD5sum: 1e30f37b0f0464da09021b23cab281e1
SHA1: fcee52ca4d2e734b5777f42a5624571661c13cb6
SHA256: 7726fddd56c7286f24c993f0873c9f1989408fda79e415ed4416eb14fb1ea172
Description-en: RSS/Atom feed aggregator
 Akregator is a news feed reader. It enables you to follow
 news sites, blogs and other RSS/Atom-enabled websites without the need to
 manually check for updates using a web browser. Akregator is designed to be
 both easy to use and to be powerful enough to read hundreds of news sources
 conveniently. It comes with Konqueror integration for adding news feeds and
 with an internal browser for easy news reading.
 .
 This package is part of the KDE PIM module.
Homepage: http://akregator.kde.org/
Description-md5: 685ce24f3633b431b73038bd0f234211
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 18m
Task: kubuntu-desktop, kubuntu-full, kubuntu-mobile-desktop, 
kubuntu-mobile-full, edubuntu-desktop-kde

Let me know if you need something else. Thanks !

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

Title:
  konqueror/rekonq/akregator send invalid proxy requests when configured
  for use with proxies (since 4.7.2)

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

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


[Bug 881979] [NEW] konqueror/rekonq/akregator send invalid proxy requests when configured for use with proxies (since 4.7.2)

2011-10-26 Thread Manuel Siggen
Public bug reported:

Konqueror/Rekonq/Akregator (and any khtml-based app) is unusable when
connecting through http proxy.

Complete details + patch available here :
https://bugs.kde.org/show_bug.cgi?id=283794.

It would be very nice to have this bug fixed in oneiric.

** Affects: kdelibs
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: KDE Bug Tracking System #283794
   http://bugs.kde.org/show_bug.cgi?id=283794

** Also affects: kdelibs via
   http://bugs.kde.org/show_bug.cgi?id=283794
   Importance: Unknown
   Status: Unknown

** Description changed:

  Konqueror/Rekonq/Akregator (and any khtml-based app) is unusable when
  connecting through http proxy.
  
  Complete details + patch available here :
  https://bugs.kde.org/show_bug.cgi?id=283794.
  
- I would be very nice to have this bug fixed in oneiric.
+ It would be very nice to have this bug fixed in oneiric.

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

Title:
  konqueror/rekonq/akregator send invalid proxy requests when configured
  for use with proxies (since 4.7.2)

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

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


[Bug 333003] Re: OOo mail merge doesn't work in default install - needs Base

2011-09-15 Thread Manuel Siggen
Hi Björn,

I'm just curious : why did you change the status to "won't fix" ? Have
the problem been resolved in the meantime ?

Regards,

Manuel

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

Title:
  OOo mail merge doesn't work in default install - needs Base

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/333003/+subscriptions

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

[Bug 432198] Re: KMS going in black screen during boot with intel video

2011-04-29 Thread Manuel Siggen
Things are working properly in Ubuntu 10.10 (maverick). I haven't
upgraded to natty yet, so I cannot tell.

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

Title:
  KMS going in black screen during boot with intel video

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


[Bug 278474] Re: henplus does not start in intrepid ibex

2009-12-15 Thread Manuel Siggen
This issue is still present in Karmic and Debian unstable/testing.
Debian bug includes the following link to the upstream bug and fix :

http://sourceforge.net/tracker/?func=detail&aid=2756955&group_id=47945&atid=451437

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

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

** Bug watch added: SourceForge.net Tracker #2756955
   http://sourceforge.net/support/tracker.php?aid=2756955

-- 
henplus does not start in intrepid ibex
https://bugs.launchpad.net/bugs/278474
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 417599] Re: pm-suspend with quirks does not restore backlight anymore

2009-10-09 Thread Manuel Siggen
** Changed in: pm-utils (Ubuntu)
   Status: New => Confirmed

-- 
pm-suspend with quirks does not restore backlight anymore
https://bugs.launchpad.net/bugs/417599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 431955] Re: xorg fails with module i810 error (module does not exist

2009-09-27 Thread Manuel Siggen
Yesterday update brought new version of kdm, kubuntu-minimal and
kubuntu-desktop. After that I did a

sudo dpkg-reconfigure xorg

... and now X is starting again.

-- 
xorg fails with module i810 error (module does not exist
https://bugs.launchpad.net/bugs/431955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 431955] Re: xorg fails with module i810 error (module does not exist

2009-09-26 Thread Manuel Siggen
Same problem here since today (26th of september). I'm using an Thinkpad
X40 with an Intel 82852/855GM (rev 02) graphic controller.

The strange thing is : Xorg fails to load the i810 module, but I think
it was using the i815 module before...

-- 
xorg fails with module i810 error (module does not exist
https://bugs.launchpad.net/bugs/431955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 417599] Re: pm-suspend with quirks does not restore backlight anymore

2009-09-21 Thread Manuel Siggen
Here is mine :

m...@x40:~$ lshal | grep -e system.hardware.product -e system.hardware.primary 
-e system.firmware
  system.firmware.release_date = '09/16/2004'  (string)
  system.firmware.vendor = 'IBM'  (string)
  system.firmware.version = '1UET92WW (1.42 )'  (string)
  system.hardware.primary_video.product = 13698  (0x3582)  (int)
  system.hardware.primary_video.vendor = 32902  (0x8086)  (int)
  system.hardware.product = '237179G'  (string)

-- 
pm-suspend with quirks does not restore backlight anymore
https://bugs.launchpad.net/bugs/417599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 432198] Re: KMS going in black screen during boot with intel video

2009-09-21 Thread Manuel Siggen

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

-- 
KMS going in black screen during boot with intel video
https://bugs.launchpad.net/bugs/432198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 432198] Re: KMS going in black screen during boot with intel video

2009-09-21 Thread Manuel Siggen
I have the same problem with an aging Thinkpad X40. Note that kernel
2.6.31-09-generic boots fine with it.

Here is the output of `lspci -vvnn` and `dmesg`.

** Attachment added: "lspci.txt"
   http://launchpadlibrarian.net/32142331/lspci.txt

-- 
KMS going in black screen during boot with intel video
https://bugs.launchpad.net/bugs/432198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 399636] Re: [i915gm] karmic 2.6.31-2 and -3 lid closing blacks screen until reboot on thinkpad r52

2009-09-21 Thread Manuel Siggen
Hello, the problem seems similar to the one described in Bug 417599, for
what it's worth...

-- 
[i915gm] karmic 2.6.31-2 and -3 lid closing blacks screen until reboot on 
thinkpad r52
https://bugs.launchpad.net/bugs/399636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 432784] Re: [IBM 2371H8G] hibernate/resume failure

2009-09-21 Thread Manuel Siggen
It seems to be the same problem as LP 417599. Not sure though...

-- 
[IBM 2371H8G] hibernate/resume failure
https://bugs.launchpad.net/bugs/432784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 417599] Re: pm-suspend with quirks does not restore backlight anymore

2009-08-25 Thread Manuel Siggen
I had the same problem (Karmic Alpha 4 on a Thinkpad X40 here), and I
worked around the problem by adding the following line

return 1

in /usr/lib/pm-utils/sleep.d/98smart-kernel-video :

# Test to see if the kernel has a video driver that is smart enough to
# handle quirks without external assistance. If it is, remove the quirks.
have_kms()
{
return 1
# if we are running with a KMS-enabled video driver, we should not
# attempt to run any quirks
[ -d /sys/class/drm/card0/device/graphics/fb0 ] || return 1
remove_all_video_quirks
add_parameters --quirk-no-chvt
}

-> it forces using quirks even with KMS enabled.

It worked for me, but I'm not by any mean knowledgeable in all that
stuff...

-- 
pm-suspend with quirks does not restore backlight anymore
https://bugs.launchpad.net/bugs/417599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 115497] Re: Kdevelop freezes when loading ruby on rails project

2009-06-13 Thread Manuel Siggen
I couldn't reproduce the problem on a fresh Jaunty install, so it seems
the problem is fixed :-) Thanks !

-- 
Kdevelop freezes when loading ruby on rails project
https://bugs.launchpad.net/bugs/115497
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in ubuntu.

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


[Bug 322202] Re: [gm45] Session lost on resume from sleep in Jaunty on Lenovo T500

2009-05-07 Thread Manuel Siggen
It doesn't work that well with the 2.6 driver : back to login screen on
resume.

The kdm.log says :

X: ../../src/i830_batchbuffer.h:78: intel_batch_emit_dword: Assertion
`pI830->batch_ptr != ((void *)0)' failed.

Configuration is same as above except for :

m...@x40:~$ dpkg -p xserver-xorg-video-intel | grep Version
Version: 2:2.6.3-0ubuntu9

-- 
[gm45] Session lost on resume from sleep in Jaunty on Lenovo T500
https://bugs.launchpad.net/bugs/322202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322202] Re: [gm45] Session lost on resume from sleep in Jaunty on Lenovo T500

2009-05-07 Thread Manuel Siggen
I confirm that stopping the bluetooth daemon enables suspend-to-ram on a
Thinkpad X40 with 855GM chip !

m...@x40:~$ uname -a
Linux x40 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 
GNU/Linux
m...@x40:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
m...@x40:~$ dpkg -p libdrm-intel1  | grep Version
Version: 2.4.5-0ubuntu4
m...@x40:~$ dpkg -p xserver-xorg-video-intel-2.4 | grep Version
Version: 2:2.4.1-1ubuntu11~ppa1

As you can see, I'm using the v2.4 driver. I'll reinstall the v2.6
driver and check how it works.

-- 
[gm45] Session lost on resume from sleep in Jaunty on Lenovo T500
https://bugs.launchpad.net/bugs/322202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322202] Re: Session lost on resume from sleep in Jaunty on Lenovo T500

2009-04-05 Thread Manuel Siggen
The problem is still present on my system. Dmesg shows several errors
messages in relation with the i916 driver, for what it is worth... This
is after resuming from RAM on a Thinkpad X40 with 855 Intel chipset and
with UXA mode enabled (Kubuntu Jaunty Beta).

** Attachment added: "dmesg since resume from RAM"
   http://launchpadlibrarian.net/24842389/dmesg

-- 
Session lost on resume from sleep in Jaunty on Lenovo T500
https://bugs.launchpad.net/bugs/322202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 310848] Re: audio cd not recognised

2009-04-02 Thread Manuel Siggen
I just had the problem a couple of minutes ago, and noticed the
following dmesg output when inserting an audio CD :

[ 8766.028159] end_request: I/O error, dev sr0, sector 0
[ 8766.028173] Buffer I/O error on device sr0, logical block 0
[ 8766.028183] Buffer I/O error on device sr0, logical block 1
[ 8766.028193] Buffer I/O error on device sr0, logical block 2
[ 8766.028201] Buffer I/O error on device sr0, logical block 3
[ 8766.028209] Buffer I/O error on device sr0, logical block 4
[ 8766.028217] Buffer I/O error on device sr0, logical block 5
[ 8766.028224] Buffer I/O error on device sr0, logical block 6
[ 8766.028232] Buffer I/O error on device sr0, logical block 7
[ 8766.031151] end_request: I/O error, dev sr0, sector 0
[ 8766.031160] Buffer I/O error on device sr0, logical block 0
[ 8766.054785] end_request: I/O error, dev sr0, sector 4
[ 8766.054800] Buffer I/O error on device sr0, logical block 1

The audio CD is detected by the "Device recently plugged in" applet
(don't know its name). K3b also sees the CD but : the CD itself is not
mounted (doesn't appear in /etc/mtab) and k3b cannot rip it.

When I plug a data CD, the CD is correctly mounted to /media/cdrom and I
can browse it with Dolphin. The dmesg output is :

[ 9052.072579] UDF-fs: No VRS found
[ 9052.093327] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 9052.095070] ISO 9660 Extensions: RRIP_1991A

I'm on jaunty KDE 4.2 and using an external USB DVD writer.


** Attachment added: "messages"
   http://launchpadlibrarian.net/24705902/messages

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

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


[Bug 311895] Re: [i945] spontaneous black screen (major pipe-A underrun)

2009-04-01 Thread Manuel Siggen
I tested the proposed driver (xserver-xorg-video-
intel_2.6.3-0ubuntu4pitti1_i386.deb) on a i855 chipset with DRI=false,
and didn't notice any degradation. I wasn't impacted by this bug in
first place, though. In a side note, I noticed some visual artifacts
(patches of background popping up in front) after a suspend-to-ram but I
already had those artifacts with the previous version.

-- 
[i945] spontaneous black screen (major pipe-A underrun)
https://bugs.launchpad.net/bugs/311895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347587] Re: suspend/resume returns to KDM login screen on x200s with UXA

2009-03-26 Thread Manuel Siggen
Are you sure the fix is released in jaunty ?

As I understand the bug status, the fix is released in xf86-intel-video
(upstream) but still in 'triaged' status in ubuntu. That would mean that
the fix is not released in jaunty at the moment, no ?

-- 
suspend/resume returns to KDM login screen on x200s with UXA
https://bugs.launchpad.net/bugs/347587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347587] Re: suspend/resume returns to KDM login screen on x200s with UXA

2009-03-25 Thread Manuel Siggen
I'm having the same assert with UXA enabled after resuming from RAM:

X: ../../src/i830_batchbuffer.h:78: intel_batch_emit_dword:
Assertion `pI830->batch_ptr != ((void *)0)' failed.

This on a Thinkpad X40 with :

m...@x40:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

Thanks in advance !

-- 
suspend/resume returns to KDM login screen on x200s with UXA
https://bugs.launchpad.net/bugs/347587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335854] Re: Broken package : revelation depends: python (< 2.6) but 2.6.1-0ubuntu1 is to be installed

2009-03-10 Thread Manuel Siggen
I confirm that Revelation is installable again and is working
flawlessly. Thanks a lot !

-- 
Broken package : revelation depends: python (< 2.6) but 2.6.1-0ubuntu1 is to be 
installed
https://bugs.launchpad.net/bugs/335854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335854] [NEW] Broken package : revelation depends: python (< 2.6) but 2.6.1-0ubuntu1 is to be installed

2009-02-28 Thread Manuel Siggen
Public bug reported:

I'm following the jaunty developpment branch, and after a dist-upgrade,
I found that revelation was missing. When trying to reinstall it apt-get
issued the following error :

m...@x40:~$ sudo apt-get install revelation
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  revelation: Depends: python (< 2.6) but 2.6.1-0ubuntu1 is to be installed
E: Broken packages

I guess package's maintainer knows the problem, but since I didn't find
any specific bug for it in launchpad, I open this bug for tracking
purpose. Thanks in advance.

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

-- 
Broken package : revelation depends: python (< 2.6) but 2.6.1-0ubuntu1 is to be 
installed
https://bugs.launchpad.net/bugs/335854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333003] [NEW] mail merge doesn't work in default Open Office install

2009-02-22 Thread Manuel Siggen
Public bug reported:

Binary package hint: openoffice.org

I just reinstalled my machine from scratch with Jaunty (Kubuntu alpha
4), and I got with it the default Open Office 3 install which is
globally working fine.

Except that I noticed the mail merge wizard silently fails when
selecting a data-source: no "table" is found and afterwards it is not
possible to insert mail merge fields in the document. I tried to use
spreadsheet files (.ods) and CSV files as data-sources.

This problem occurs because Open Office "Writer" needs the "Base" module
(openoffice.org-base) in order to have mail merge working. And this
module isn't included by default in the install CD.

I understand that adding the 'openoffice.org-base' package to the CD
isn't a practicable solution, so I propose the following wordarounds:

  1.  add a dialog box in the mail-merge wizard that warns the user when the 
'openoffice.org-base' package isn't installed, and
  2.  add a dummy 'openoffice.org-mailmerge' package that just depends on 
'openoffice.org-base', so a user doing:

  $ apt-cache search office merge

   ... would find it.

Thanks in advance !

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

-- 
mail merge doesn't work in default Open Office install
https://bugs.launchpad.net/bugs/333003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 325690] Re: udev has wrong name for devmapper devices, cryptsetup initramfs hook fails

2009-02-21 Thread Manuel Siggen
>> After installing the new version of udev, you will also need to update your
>> initramfs (sudo update-initramfs -u -k 2.6.28-8-generic).
>>
>
> Ok, I'll try that. Thanks.

I tried but it doesn't change anything.

-- 
udev has wrong name for devmapper devices, cryptsetup initramfs hook fails
https://bugs.launchpad.net/bugs/325690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 325690] Re: udev has wrong name for devmapper devices, cryptsetup initramfs hook fails

2009-02-21 Thread Manuel Siggen
>> No more luck here : I just installed the 138-1 version and the boot
>> sequence still doesn't ask for the passphrase.
>
> After installing the new version of udev, you will also need to update your
> initramfs (sudo update-initramfs -u -k 2.6.28-8-generic).
>

Ok, I'll try that. Thanks.

On the other hand, I installed the new version of udev through apt-get
dist-upgrade, so it's very much possible that initramfs is already
up-to-date, but I'll try nevertheless.

>> Also, until now I could easily fall back to an old kernel (2.6.28-5) and
>> continue to use my machine without much trouble. But with the 138-1
>> version, the udevd daemon eats 40-50% CPU continuously (the disk LED
>> blinks but no disk activity can be heard), and the whole machine is
>> quite unstable (fortunately, the consoles still work). Is it possible
>> that a mismatch between kernel and udev causes this problem ?
>
> That sounds like quite another matter; I'll defer to Scott here.

I rebooted several times to verify the behavior, and here how it goes :

  - boot with kernel 2.6.26-5 (nosplash)
  - ask for passphrase
  - boot continues a while then stops (disk LED blinks but no hearable
disk activity)
  - wait some minutes
  - me hit Ctrl+C => nothing
  - me hit Ctrl+Alt+Del => a warning appear briefly about a killed process
  - boot continue but / is mounted as read-only

Is there a way to found which process hang during the boot ?

-- 
udev has wrong name for devmapper devices, cryptsetup initramfs hook fails
https://bugs.launchpad.net/bugs/325690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 325690] Re: udev has wrong name for devmapper devices, cryptsetup initramfs hook fails

2009-02-20 Thread Manuel Siggen
No more luck here : I just installed the 138-1 version and the boot
sequence still doesn't ask for the passphrase.

Also, until now I could easily fall back to an old kernel (2.6.28-5) and
continue to use my machine without much trouble. But with the 138-1
version, the udevd daemon eats 40-50% CPU continuously (the disk LED
blinks but no disk activity can be heard), and the whole machine is
quite unstable (fortunately, the consoles still work). Is it possible
that a mismatch between kernel and udev causes this problem ?

-- 
udev has wrong name for devmapper devices, cryptsetup initramfs hook fails
https://bugs.launchpad.net/bugs/325690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 315965] Re: [i965,jaunty] x server crash on resume from suspend

2009-02-18 Thread Manuel Siggen
Maybe related to https://bugs.launchpad.net/bugs/322202 which is itself
related to https://bugs.freedesktop.org/show_bug.cgi?id=19731 ...

-- 
[i965,jaunty] x server crash on resume from suspend
https://bugs.launchpad.net/bugs/315965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322202] Re: Session lost on resume from sleep in Jaunty on Lenovo T500

2009-02-18 Thread Manuel Siggen
** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=19731
   Importance: Unknown
   Status: Unknown

-- 
Session lost on resume from sleep in Jaunty on Lenovo T500
https://bugs.launchpad.net/bugs/322202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 322202] Re: Session lost on resume from sleep in Jaunty on Lenovo T500

2009-02-17 Thread Manuel Siggen
For what it is worth, I experimented the same behavior on a Thinkpad X40
(Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)) when
DRI is enabled (UXA).

I disabled DRI in my xorg.conf file and then I could suspend-to-ram and
resume fine :

Section "Device"
Identifier  "Configured Video Device"
Option  "NoDRI"
#   Option  "AccelMethod"   "UXA"
EndSection

-- 
Session lost on resume from sleep in Jaunty on Lenovo T500
https://bugs.launchpad.net/bugs/322202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304871] Re: [i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)

2009-02-13 Thread Manuel Siggen
On my system (Thinkpad X40), UXA works nicely and gives the best
performance when desktop effects are activated, but it shows some random
screen corruption (blanked characters, red-filled icons, horizontal
lines...).

lspci:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 02)

$ apt-cache show xserver-xorg-video-intel | grep Version
Version: 2:2.6.1-1ubuntu2

$ uname -a
Linux x40 2.6.28-5-generic #15-Ubuntu SMP Thu Jan 22 21:21:04 UTC 2009 i686 
GNU/Linux

(I cannot use the latest kernel because usplash doesn't ask for crypt-
setup password)

-- 
[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)
https://bugs.launchpad.net/bugs/304871
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 324993] Re: package kerneloops 0.12-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-02-03 Thread Manuel Siggen

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/21955784/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/21955785/DpkgTerminalLog.gz

-- 
package kerneloops 0.12-0ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/324993
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 324993] [NEW] package kerneloops 0.12-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-02-03 Thread Manuel Siggen
Public bug reported:

Binary package hint: kerneloops

When doing a standard dist-upgrade in jaunty, the package kerneloops
fails to upgrade.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: kerneloops 0.12-0ubuntu2
SourcePackage: kerneloops
Title: package kerneloops 0.12-0ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.28-5-generic i686

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


** Tags: apport-package

-- 
package kerneloops 0.12-0ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/324993
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283192] Re: [i915] X start crashes i915GM LVDS graphics

2008-12-23 Thread Manuel Siggen
Actually, lspci may be of some use also :-)

** Attachment added: "lspci.txt"
   http://launchpadlibrarian.net/20686679/lspci.txt

-- 
[i915] X start crashes i915GM LVDS graphics
https://bugs.launchpad.net/bugs/283192
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283192] Re: [i915] X start crashes i915GM LVDS graphics

2008-12-23 Thread Manuel Siggen
Hello,

I installed the  xserver-xorg-video-intel package above and I could
start KDE 4.1 with the composite effect enabled. So it works! Thanks a
lot.

For the record, my laptop is a Thinkpad X40 with 82852/855GM Integrated
Graphics Device (see attached lsmod.txt).

Let me know if you need more info.

** Attachment added: "lmsod.txt"
   http://launchpadlibrarian.net/20686659/lmsod.txt

-- 
[i915] X start crashes i915GM LVDS graphics
https://bugs.launchpad.net/bugs/283192
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282975] Re: With usplash tty consoles doesn't load keymap and font settings

2008-11-12 Thread Manuel Siggen
I had a similar problem with keymap layout switching to US (both tty
consoles and gnomes apps), right after a fresh install of intrepid.

What I did :

 - fresh install of intrepid (fresh formatted / partition, /home
partition unchanged)

 => keyboard mapping seems ok

 - install the binary nvidia driver (the recommended version)
 - fiddle with nvidia-settings
 - restart X

=> keyboard behavior changes : trying to enter a pipe (need to presse
AltGr + 2 on a swiss french keyboard CH_fr) results in a newline in both
gnome terminal and tty. Others 'alternate' chars behave identically.

 - remove the binary nvidia driver
 - reboot

=> keyboard is again fully functionnal

I did not try to reproduce this behavior, though. So at first sight it
could be related to the nvidia driver.

-- 
With usplash tty consoles doesn't load keymap and font settings
https://bugs.launchpad.net/bugs/282975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283192] Re: X start crashes i915GM LVDS graphics

2008-10-15 Thread Manuel Siggen
I've got a very similar problem with a Thinkpad X40 laptop with Kubuntu
Intrepid : upon login, the screen would flicker 2-3 times, blank out
completely and eventually go back to the kdm greeter.

I switched to a console, and tried to startx which gave me the attached
logfile (x_crash.log).

I finally worked-around the problem by disabling the composite extension
in xorg.conf :

Section "Extensions"
Option "Composite" "false"
EndSection


** Attachment added: "x_crash.log"
   http://launchpadlibrarian.net/18577004/x_crash.log

-- 
X start crashes i915GM LVDS graphics
https://bugs.launchpad.net/bugs/283192
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264019] Re: unable to visit some websites and ftpsites with 2.6.27

2008-10-15 Thread Manuel Siggen
I experienced the same problem on my Thinkpad X40 : running the 2.6.27
kernel I could ping all hosts on the web, but couldn't wget/curl any of
them. Even apt-get update couldn't connect to security.ubuntu.com !
Everything works fine with the 2.6.24 kernel. I tried this at home, I'll
try it again at work to see if I can reproduce this strange behavior.

-- 
unable to visit some websites and ftpsites with 2.6.27
https://bugs.launchpad.net/bugs/264019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 129783] Re: [Gutsy] Knetworkmanager fails to join wireless network

2008-08-23 Thread Manuel Siggen
KNetworkManager is working flawlessly for me since my last comment
(https://bugs.launchpad.net/ubuntu/+source/knetworkmanager/+bug/129783/comments/5).
I guess you can close this entry.

Thank you for the good work !

-- 
[Gutsy] Knetworkmanager fails to join wireless network
https://bugs.launchpad.net/bugs/129783
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 68239] Re: Broken link in /usr/lib/libtdsodbc.so

2008-08-01 Thread Manuel Siggen
Thanks a lot !

-- 
Broken link in /usr/lib/libtdsodbc.so
https://bugs.launchpad.net/bugs/68239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 199523] Re: [hardy] /etc/fonts/conf.d should include 10-hinting-full.conf instead of 10-hinting-medium.conf

2008-03-11 Thread Manuel Siggen
Isn't this entry a duplicate of #199557 ?

-- 
[hardy] /etc/fonts/conf.d should include 10-hinting-full.conf instead of 
10-hinting-medium.conf
https://bugs.launchpad.net/bugs/199523
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162472] Re: acpi_fakekey in sleepbtn.sh does nothing when thinkpad_acpi is loaded

2008-03-04 Thread Manuel Siggen
Thanks for this patch ! I applied it by hand (because it was so small)
and ran :

  $ sudo /etc/init.d/acpid force-reload
  $ sudo /etc/init.d/acpid restart

... and then the Fn+F4 (suspend-to-ram) started working !

The funny thing is that I then reverted the patch, ran again the force-
reload/restart commands so to come back to the initial state. The idea
was to install the .deb and test the whole procedure, but then even with
the reverted scripts the Fn+F4 continued working...

So I don't know what really fixed the problem : the patch or the force-
reload on acpid (or something else) ?

-- 
acpi_fakekey in sleepbtn.sh does nothing when thinkpad_acpi is loaded
https://bugs.launchpad.net/bugs/162472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162472] Re: acpi_fakekey in sleepbtn.sh does nothing when thinkpad_acpi is loaded

2008-01-28 Thread Manuel Siggen
(coming from bug 185305)

Just to say I have the same problem on a Thinkpad X40 running up-to-date
Kubuntu Hardy. The Fn-F4 (suspend-to-ram on my machine) key does nothing
(more precisely, the event appears on acpid log but then then
acpi_fakekey does nothing). Suspend-to-ram itself works flawlessly from
the Log Out -> Suspend menu.

Here there something I could do to help solve this issue ?

Thanks a lot !

-- 
acpi_fakekey in sleepbtn.sh does nothing when thinkpad_acpi is loaded
https://bugs.launchpad.net/bugs/162472
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 185305] Re: Fn-F4 key doesn't suspend thinkpad x40

2008-01-25 Thread Manuel Siggen
*** This bug is a duplicate of bug 162472 ***
https://bugs.launchpad.net/bugs/162472

I explored the shell script which is launched when pressing Fn+F4, and I
eventually found the 162472 bug report which seems to confirm my
findings :-)

** This bug has been marked a duplicate of bug 162472
   acpi_fakekey in sleepbtn.sh does nothing when thinkpad_acpi is loaded

-- 
Fn-F4 key doesn't suspend thinkpad x40
https://bugs.launchpad.net/bugs/185305
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 185305] Re: Fn-F4 key doesn't suspend thinkpad x40

2008-01-25 Thread Manuel Siggen
Thanks for you answer !

I'm on Kubuntu, so I cannot use g-p-m. The Kubuntu equivalent (I don't
know its name, the title bar just says "Power Manager") doesn't show the
same options as g-p-m : there is no way to define the behavior of the
suspend button (or I didn't look at it long enough). But it's possible
to define the 'lid close' behavior and I configured it to suspend-to-
ram.

I updated to the latest package a couple of minutes ago (and rebooted
because HAL died and didn't not restarted fully), but the Fn+F4 key
still does nothing when pressed. Closing the lid does nothing (but the
screen is correctly locked). I reproduced the problem in both 'battery'
and 'power adapter' mode.

Any other idea ?

-- 
Fn-F4 key doesn't suspend thinkpad x40
https://bugs.launchpad.net/bugs/185305
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 185305] Fn-F4 key doesn't suspend thinkpad x40

2008-01-23 Thread Manuel Siggen
Public bug reported:

With current hardy development, pressing the Fn-F4 on my IBM thinkpad
X40 doesn't suspend the machine. The suspend-to-ram works fine if ran
from the "Log Out.." -> "Suspend" menu.

When I press the Fn-F4 key, the following log appears in /var/log/acpid
(pressed the key a couple of time) :

[EMAIL PROTECTED]:~$ tail -f /var/log/acpid
[Wed Jan 23 11:02:31 2008] action exited with status 0
[Wed Jan 23 11:02:31 2008] completed event "ibm/hotkey HKEY 0080 1004"
[Wed Jan 23 11:02:31 2008] received event "ibm/hotkey HKEY 0080 1004"
[Wed Jan 23 11:02:31 2008] notifying client 4761[107:114]
[Wed Jan 23 11:02:31 2008] notifying client 6228[0:0]
[Wed Jan 23 11:02:31 2008] executing action "/etc/acpi/sleepbtn.sh"
[Wed Jan 23 11:02:31 2008] BEGIN HANDLER MESSAGES
[Wed Jan 23 11:02:31 2008] END HANDLER MESSAGES
[Wed Jan 23 11:02:31 2008] action exited with status 0
[Wed Jan 23 11:02:31 2008] completed event "ibm/hotkey HKEY 0080 1004"
[Wed Jan 23 11:02:46 2008] received event "ibm/hotkey HKEY 0080 1004"
[Wed Jan 23 11:02:46 2008] notifying client 4761[107:114]
[Wed Jan 23 11:02:46 2008] notifying client 6228[0:0]
[Wed Jan 23 11:02:46 2008] executing action "/etc/acpi/sleepbtn.sh"
[Wed Jan 23 11:02:46 2008] BEGIN HANDLER MESSAGES
[Wed Jan 23 11:02:46 2008] END HANDLER MESSAGES
[Wed Jan 23 11:02:46 2008] action exited with status 0
[Wed Jan 23 11:02:46 2008] completed event "ibm/hotkey HKEY 0080 1004"

Let me know if there is something I can do to solve this issue, thanks !

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Fn-F4 key doesn't suspend thinkpad x40
https://bugs.launchpad.net/bugs/185305
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 176487] Re: openoffice.org uninstallable due to build failure

2008-01-23 Thread Manuel Siggen
I upgraded from gusty yesterday night (s/gutsy/hardy/g in source.list, followed 
by apt-get update && dist-upgrade) and I encountered the same problem as 
reported in first post (sorry, I have no log). The upgrade stopped, but I could 
make it continue just by typing :
 
sudo apt-get install openoffice.org-base-core

I find strange that dist-upgrade could not resolve the dependency in the
first try, but I'm not into packaging so I don't really know.

-- 
openoffice.org uninstallable due to build failure
https://bugs.launchpad.net/bugs/176487
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 83623] Re: NetworkManager hangs with 100% cpu

2008-01-02 Thread Manuel Siggen
After nearly two months with the fixed version, I think I identified a
case were NetworkManager still use 100% CPU and needs to be killed. Here
is the step to reproduce :

 - hit the Fn+F4 key (= suspend-to-ram shortcut on my thinkpad X40)
 - while the computer is suspending (blinking 'moon' led), close the lid (= 
closing the lid is configured to initiate a suspend-to-ram)
 
 => upon resume, NetworkManager will hang with 100% cpu.

Once hanged, NetworkManager needs to be killed with 'kill -9' and could
be restarted (sudo /etc/dbus-1/event.d/25NetworkManager restart), but it
will hang again at each subsequent resume from suspend-to-ram.

Hope it helps.

-- 
NetworkManager hangs with 100% cpu
https://bugs.launchpad.net/bugs/83623
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 57056] Re: SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts

2007-11-16 Thread Manuel Siggen
The problem is fixed in Gutsy (Kubuntu). I've got the following ttf-
gujarati-fonts package installed

$ apt-cache show ttf-gujarati-fonts | grep Version
Version: 1:0.5.0-0ubuntu1

And I could run the FontTest program without any problem. Thanks a lot !

For the record, here is the JRE version I'm using :

$ java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

$ uname -a
Linux x40 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux

-- 
SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts
https://bugs.launchpad.net/bugs/57056
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 83623] Re: NetworkManager hangs with 100% cpu

2007-11-15 Thread Manuel Siggen
The new release works very well on my Thinkpad X40 :-) Thanks a lot !

-- 
NetworkManager hangs with 100% cpu
https://bugs.launchpad.net/bugs/83623
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 129783] Re: [Gutsy] Knetworkmanager fails to join wireless network

2007-11-15 Thread Manuel Siggen
The problem went away when I updated the network-manager package to the
version (0.6.5-0ubuntu16). I got this version using the `gutsy-proposed'
repositories, as explained in bug #83623.

-- 
[Gutsy] Knetworkmanager fails to join wireless network
https://bugs.launchpad.net/bugs/129783
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 129783] Re: [Gutsy] Knetworkmanager fails to join wireless network

2007-10-21 Thread Manuel Siggen
Okay, here is my syslog file, as generated between last login and first
connection to the wireless network.

The following lines may be of some use :-)

Oct 21 09:08:09 x40 NetworkManager: nm_device_is_802_3_ethernet: assertion `dev 
!= NULL' failed
Oct 21 09:08:09 x40 NetworkManager: nm_device_is_802_11_wireless: assertion 
`dev != NULL' failed

Let me know if I can give you more debug info. Thanks in advance !

** Attachment added: "syslog"
   http://launchpadlibrarian.net/10105402/syslog

-- 
[Gutsy] Knetworkmanager fails to join wireless network
https://bugs.launchpad.net/bugs/129783
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 129783] Re: [Gutsy] Knetworkmanager fails to join wireless network

2007-10-21 Thread Manuel Siggen
I've upgraded to Gutsy yesterday and I can confirm the second problem :
upon logging, KNetworkManager startups correctly, but is unable to
connect to my wireless network. Then if I ask KNetworkManger to connect
to it, the connection fails the first time (without any GUI message) but
succeed the second time.

I've checked in the KNetworkManger options : my wireless network is in
the trusted network list.

I'll try to gather some logging info and come back. Thanks.

-- 
[Gutsy] Knetworkmanager fails to join wireless network
https://bugs.launchpad.net/bugs/129783
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 115497] Re: Kdevelop freezes when loading ruby on rails project

2007-08-08 Thread Manuel Siggen
I just discovered that kdevelop freezes only if the `rails' package is
installed. When installing rails using the `gem' utility, ruby-on-rails
projects are loaded without a hitch.

-- 
Kdevelop freezes when loading ruby on rails project
https://bugs.launchpad.net/bugs/115497
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 115497] Kdevelop freezes when loading ruby on rails project

2007-05-18 Thread Manuel Siggen
Public bug reported:

Binary package hint: kdevelop

Kdevelop v.3.4.0 on Kubuntu Feisty Fawn freezes when loading any ruby on
rails project because of the following bug
(http://bugs.kde.org/show_bug.cgi?id=103516).

It's easily reproducable :

- open Kdevelop
- create a new ruby on rails project
- save and exit
- reopen Kdevelop --> hangs with 100% cpu

The strange thing is that - according to the bugs.kde.org entry - a fix
has been releases in RC1 of Kdevelop v.3.4.0...

Is there some packaging issue (fix dropped, wrong versionning) ?

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

-- 
Kdevelop freezes when loading ruby on rails project
https://bugs.launchpad.net/bugs/115497
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 103432] Re: When installing Ubuntu the 'Forward' button does not advance screens unless mouse moved or tabbed out/back

2007-04-05 Thread Manuel Siggen
*** This bug is a duplicate of bug 22930 ***
https://bugs.launchpad.net/bugs/22930

This is a GTK bug, and a long standing one. Have a look at bug 22930 and
corresponding Gnome bug for more info.

** This bug has been marked a duplicate of bug 22930
   Newly-sensitive button ignores clicks until cursor re-enters it

-- 
When installing Ubuntu  the 'Forward' button does not advance screens unless 
mouse moved or tabbed out/back 
https://bugs.launchpad.net/bugs/103432
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 82934] Re: mono apache module not installable

2007-02-18 Thread Manuel Siggen
*** This bug is a duplicate of bug 65454 ***

** This bug has been marked a duplicate of bug 65454
   [UNMETDEPS] mod-mono has unmet dependencies

-- 
mono apache module not installable
https://launchpad.net/bugs/82934

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


[Bug 69675] Re: Firefox application's logo in edgy is old one

2006-11-01 Thread Manuel Siggen

** Attachment added: "Showing the old firefox logo in application bar."
   http://librarian.launchpad.net/4944815/firefox_logo.png

-- 
Firefox application's logo in edgy is old one
https://launchpad.net/bugs/69675

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


[Bug 69675] Firefox application's logo in edgy is old one

2006-11-01 Thread Manuel Siggen
Public bug reported:

The firefox application launcher in edgy is using the official mozilla
firefox logo (the world map with the firefox around it), but the
application bar is still using the old logo used in dapper (the world
map alone).

Far from critical, of course, but still worth noticing, I think.

Thanks !

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

-- 
Firefox application's logo in edgy is old one
https://launchpad.net/bugs/69675

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


[Bug 69557] Re: Anjuta requires autogen in order to create new project

2006-11-01 Thread Manuel Siggen
Ok, I didn't know that. Thanks for the precision.

-- 
Anjuta requires autogen in order to create new project
https://launchpad.net/bugs/69557

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


[Bug 69557] Anjuta requires autogen in order to create new project

2006-10-31 Thread Manuel Siggen
Public bug reported:

version : 2.0.2-2ubuntu1

If you try to create a new project, anjuta cannot start the new project
wizard unless you have autogen 5 installed.

The autogen dependency is flagged as "recommends". Wouldn't be a good
idea to flag it as "depends" ?

Thanks a lot !

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

-- 
Anjuta requires autogen in order to create new project
https://launchpad.net/bugs/69557

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


[Bug 68239] Broken link in /usr/lib/libtdsodbc.so

2006-10-25 Thread Manuel Siggen
Public bug reported:

Binary package hint: freetds-dev

Hi,

- Ubuntu Dapper Drake LTS
- freetds-dev 0.63-2ubuntu1

Problem : the following link is broken : /usr/lib/libtdsodbc.so  -> 
libtdsodbc.so.0.0.0
Reason : libtdsodbc.so.0.0.0 doesn't exist at all !

It seems the 'tdsodbc' package does install such file but in
/usr/lib/odbc/libtdsodbc.so.

So a possible solution would be to change the link accordingly, but then
'freetds-dev' should be made (somehow) dependant of 'tdsodbc'. And I'm
not sure it really makes sense.

Now, I wonder if 'freetds-dev' really have to create
/usr/lib/libtdsodbc.so...

Regards,

  Manuel Siggen

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

-- 
Broken link in /usr/lib/libtdsodbc.so
https://launchpad.net/bugs/68239

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


[Bug 66944] Re: Typo in /usr/lib/pkgconfig/libflaim.pc

2006-10-19 Thread Manuel Siggen
Forgot to say I'm on Dapper, and the libflaim-dev I'm speaking about is
the version 4.8.0-0ubuntu1.

-- 
Typo in /usr/lib/pkgconfig/libflaim.pc
https://launchpad.net/bugs/66944

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


[Bug 66944] Typo in /usr/lib/pkgconfig/libflaim.pc

2006-10-19 Thread Manuel Siggen
Public bug reported:

Binary package hint: libflaim-dev

Hi,

I just found (trying to compile iFolder from source) the following typo
in /usr/lib/pkgconfig/libflaim.pc file :

name: libflaim

should read (mind the capital letter) :

Name: libflaim

Otherwise the autogen.sh script cannot solve the dependency (somewhere
in the magical macros stuff).

Thanks a lot for your work ! It's very much appreciated !

   Manuel Siggen

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

-- 
Typo in /usr/lib/pkgconfig/libflaim.pc
https://launchpad.net/bugs/66944

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


[Bug 57056] Re: SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts

2006-08-21 Thread Manuel Siggen
Well, this is on Dapper Drake.

$ uname- a
Linux wks24 2.6.15-26-686 #1 SMP PREEMPT Thu Aug 3 03:13:28 UTC 2006 i686 
GNU/Linux

$ java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)

Let me know if you need something else. Thanks a lot !

-- 
SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts
https://launchpad.net/bugs/57056

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


[Bug 57056] SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts

2006-08-21 Thread Manuel Siggen
Public bug reported:

Binary package hint: ttf-gujarati-fonts

The Java HotSpot VM causes libfontmanager.so to SIGSEGV when displaying
font from the ttf-gujarati-fonts package.

Step to reproduce (initial bug description, test file and work-around
from
http://www.intellij.net/forums/thread.jspa?forumID=27&threadID=189420) :

-FontTest.java--
import java.awt.Font;
import java.awt.GraphicsEnvironment;
import java.awt.BorderLayout;
 
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.SwingUtilities;
 
public class FontTest {
  public static void main(String[] args) {
final JFrame frame = new JFrame("Font test window");
frame.setSize(800, 600);
frame.getContentPane().setLayout(new BorderLayout());
final JLabel label = new JLabel("The quick brown fox jumped over the lazy 
dog's back!" +

"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" +
"@#$%^&*()_+-=,./<>?'\";:[{]}\\|`~");
label.setFont(label.getFont().deriveFont(16.0f));
frame.getContentPane().add(label, BorderLayout.CENTER);
frame.pack();
frame.setVisible(true);
try {
final Font[] fonts = 
GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts();
for (int i = 0; i < fonts.length; i++) {
  final int idx = i;
  SwingUtilities.invokeAndWait(new Runnable() {
public void run() {
  final Font font = fonts[idx];
  final String name = font.getName();

  System.out.println("Checking Font: " + name);

  final boolean t1 = testChars(font, 'a', 'z');
  final boolean t2 = testChars(font, 'A', 'Z');
  final boolean t3 = testChars(font, '0', '9');
  System.out.println("Executing canDisplayUpTo...");
  final boolean t4 = font.canDisplayUpTo("The quick brown fox 
jumped over the lazy dog's [EMAIL PROTECTED]&*()_+-=,./<>?'\";:[{]}\\|`~") == 
-1;
  System.out.println("Executing printTest...");
  printTest(frame, label, font);

  if (t1 && t2 && t3 && t4) {
System.out.println(" OK.");
  } else {
System.out.println();
  }
}
  });
}
System.out.println("Finished");
System.exit(0);
} catch(Exception e) {
  throw new RuntimeException(e);
}
  }
 
  private static boolean testChars(final Font font, final int start, final int 
end)
  {
System.out.println("testChars('" + (char)start + "', '" + (char)end + "')");
boolean ret = true;
 
for(int i = start;i <= end;i++) {
  if(!font.canDisplay((char)i)) {
ret = false;
  }
}
 
return ret;
  }
 
  private static void printTest(final JFrame frame, final JLabel label, final 
Font font)
  {
System.out.println("Entering printTest.");
final Font derived = font.deriveFont(16.0f);
System.out.println("Derived font");
label.setFont(derived);
System.out.println("Set font");
frame.repaint();
System.out.println("Repainted and leaving printTest.");
  }
}
---

$ javac FontTest.java
$ java FontTest
[snip]
Checking Font: Rekha-normal
testChars('a', 'z')
testChars('A', 'Z')
testChars('0', '9')
Executing canDisplayUpTo...
Executing printTest...
Entering printTest.
Derived font
Set font
Repainted and leaving printTest.
 OK.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x8c8fccf6, pid=9182, tid=2356358064
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
# Problematic frame:
# C  [libfontmanager.so+0x31cf6]
#
# An error report file with more information is saved as hs_err_pid9182.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted

Workaround : removing ttf-gujarati-fonts package fixes the problem.

** Affects: ttf-indic-fonts (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts
https://launchpad.net/bugs/57056

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


[Bug 57056] Re: SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts

2006-08-21 Thread Manuel Siggen


-- 
SIGSEGV in Java HotSpot when displaying Rekha-normal and aakar-MagNet fonts
https://launchpad.net/bugs/57056

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


[Bug 50031] Re: [regression] Suspend [to-RAM and to-disk] is broken in 2.6.15-25.43

2006-06-18 Thread Manuel Siggen
Same problem here with a Thinkpad X40.

-- 
[regression] Suspend [to-RAM and to-disk] is broken in 2.6.15-25.43
https://launchpad.net/bugs/50031

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