[Bug 1268419] Re: mumble freezes in audio tuning wizard

2016-12-22 Thread gsauthof
Upstream Github issue: https://github.com/mumble-voip/mumble/issues/1819

** Bug watch added: github.com/mumble-voip/mumble/issues #1819
   https://github.com/mumble-voip/mumble/issues/1819

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

Title:
  mumble freezes in audio tuning wizard

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

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


[Bug 1268419] Re: mumble freezes in audio tuning wizard

2016-12-22 Thread gsauthof
I can confirm this issue with mumble 1.2.11 on Fedora 25.

Steps to reproduce:

1. Attach external USB headset
2. Execute mumble audio-wizard and select pulseaudio + that USB headset
3. Quit the mumble client and detach external USB headset
4. Start mumble client and execute audio-wizard, again
5. Select pulseaudio + internal audio in/out (or just the default one)

actual results: mumble client doesn't make progress, it consumes 100 %
CPU - i.e. it hangs

expected results: normal walk-through the wizard

Workaround: Removing the `[audio]` and `[pulseaudio]` sections from
`~/.config/Mumble/Mumble.conf` before starting the mumble client helps.
That means with those sections removed the mumble audio wizard doesn't
hang anymore and can be used as expected.

This issue seems to be similar to
https://sourceforge.net/p/mumble/bugs/750/

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

Title:
  mumble freezes in audio tuning wizard

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

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


[Bug 1268419] Re: mumble freezes in audio tuning wizard

2016-12-22 Thread gsauthof
** Also affects: mumble (Fedora)
   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/1268419

Title:
  mumble freezes in audio tuning wizard

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

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


[Bug 1216586] [NEW] resolvconf uses only one ipv6 nameserver

2013-08-25 Thread gsauthof
Public bug reported:

I've specified two IPv6 nameserver addresses via /etc/network/interfaces
like this:

iface eth0 inet6 static
...
dns-nameserver XXX YYY

iface eth0 inet6 static
address ...
netmask 64
gateway ...
dns-nameservers ...:23::2 ...:24::2

Doing a ifdown eth0  ifup eth0 I get following /etc/resolv.conf:

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver XXX
nameserver YYY
nameserver ...:23::2

That means the 2nd ipv6 nameserver was not picked up.

1) Release:10.04
2) package resolvconf 1.45ubuntu1
3) expected behaviour: the 2 via /etc/network/interfaces specified ipv6 
nameservers in /etc/resolv.conf after ifdown/ifup
4) actual behaviour: only the first ipv6 nameserver address is written to 
/etc/resolv.conf

** Affects: ifupdown (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/1216586

Title:
  resolvconf uses only one ipv6 nameserver

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

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


[Bug 1216586] Re: resolvconf uses only one ipv6 nameserver

2013-08-25 Thread gsauthof
Correction to the intital description:

The first stanza, instead of

iface eth0 inet6 static
...
dns-nameserver XXX YYY

it should read:

iface eth0 inet static
...
dns-nameserver XXX YYY


After a reboot the /etc/resolv.conf is still not expected, but looks different:

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver ...:23::2
nameserver ...:24::2

That means that now the IPv4 nameserver are completely missing.

Perhaps resolvconf has some kind of race-condition regarding dual stack
setup via /etc/network/interfaces?

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

Title:
  resolvconf uses only one ipv6 nameserver

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

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


[Bug 1090551] [NEW] bogofilter heap vulnerabilty CVE-2012-5468

2012-12-14 Thread gsauthof
*** This bug is a security vulnerability ***

Public security bug reported:

Debian already has a package update: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=695139

Should be easily releasable for all Ubtuntu LTS versions.

For example on 10.04 bogofilter is part of the main repository.

The Redhat/Fedora bug:
https://bugzilla.redhat.com/show_bug.cgi?id=883358

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

** Affects: bogofilter (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: bogofilter (Fedora)
 Importance: Unknown
 Status: Unknown

** Information type changed from Private Security to Public Security

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

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

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

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

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

Title:
  bogofilter heap vulnerabilty CVE-2012-5468

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

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


[Bug 878815] Re: mplayer: Symbol `ff_codec_bmp_tags' has different size in shared object, consider re-linking

2012-04-29 Thread gsauthof
Get this message still with _Ubuntu_ 11.10:

mplayer: Symbol `ff_codec_bmp_tags' has different size in shared object, 
consider re-linking
MPlayer SVN-r33713-4.6.1 (C) 2000-2011 MPlayer Team

$ dpkg -l mplayer
ii  mplayer2:1.0~rc4.dfsg movie player for Unix-like systems

This does not seem to have significant negative effects, though -
mplayer plays all kinds of files just fine.

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

Title:
  mplayer: Symbol `ff_codec_bmp_tags' has different size in shared
  object, consider re-linking

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

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


[Bug 791864] Re: cuneiform buffer overflow detected

2011-12-15 Thread gsauthof
Maybe related: bug #609482

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

Title:
  cuneiform buffer overflow detected

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

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


[Bug 486605] Re: pavucontrol (Pulseaudio Volume Control) miss some icons on buttons

2011-11-26 Thread gsauthof
I cannot confirm that it is fixed. I installed pavucontrol on Oneiric
and there are some icons missing (see attachment).

** Attachment added: pavu.png
   
https://bugs.launchpad.net/ubuntu/+source/oxygen-icons/+bug/486605/+attachment/2609783/+files/pavu.png

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

Title:
  pavucontrol (Pulseaudio Volume Control) miss some icons on buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxygen-icons/+bug/486605/+subscriptions

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


[Bug 571436] Re: Intuitive default keyboard shortcuts needed

2011-09-04 Thread gsauthof
Fyi, the default key bindings are defined in:

/usr/share/FBReader/default/keymap.xml

Which btw does not define an exit action ...

(under Ubuntu Natty)

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

Title:
  Intuitive default keyboard shortcuts needed

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

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


[Bug 290076] Re: Man page suggests /dev/nb0 yet module produces /dev/nbd0

2011-08-18 Thread gsauthof
Still an issue with Ubuntu 10.04. The error message got even more
confusing:

# nbd-client example.org 2000 /dev/ndb0
Error: Cannot open NBD: No such file or directory
Please ensure the 'nbd' module is loaded.

Note that the error in this example is mis-spelling of nbd0 (ndb0 is
wrong).

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

Title:
  Man page suggests /dev/nb0 yet module produces /dev/nbd0

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/290076/+subscriptions

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


[Bug 801496] Re: postfix postmulti cannot open dynamicmaps.cf

2011-06-29 Thread gsauthof
Thanks, never really used the Debian Bug system yet, thus, please go
ahead.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/801496

Title:
  postfix postmulti cannot open dynamicmaps.cf

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

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


[Bug 801496] Re: postfix postmulti cannot open dynamicmaps.cf

2011-06-29 Thread gsauthof
Thanks, never really used the Debian Bug system yet, thus, please go
ahead.

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

Title:
  postfix postmulti cannot open dynamicmaps.cf

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

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


[Bug 801496] [NEW] postfix postmulti cannot open dynamicmaps.cf

2011-06-24 Thread gsauthof
Public bug reported:

When using postmulti to create a new postfix instance, I get following
error on Ubuntu 10.04:

# postmulti -I postfix-instance2 -G privategroup -e create
postfix: warning: dict_open_dlinfo: cannot open 
/etc/postfix-instance2/dynamicmaps.cf.  No dynamic maps will be allowed.

A workaround is to create a link to the global dynamicmaps.cf, since
usually it is not instance specific:

/etc/postfix-instance2# ln -s /etc/postfix/dynamicmaps.cf

See also: http://old.nabble.com/Error-in-postmulti-td26424171.html

The purpose of dynamicmaps.cf is explained in:
https://groups.google.com/group/mailing.postfix.users/browse_thread/thread/4c4c00180149929d/fee036b26d1e47b2

This Bug is related to Bug #624522, because this is another multi
instance issue.

Please fix it, such that a default dynamicmaps.cf is created when
creating a new instance via postmulti.

For an introduction to postfix instances see:
http://www.postfix.org/MULTI_INSTANCE_README.html

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/801496

Title:
  postfix postmulti cannot open dynamicmaps.cf

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

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


[Bug 801496] [NEW] postfix postmulti cannot open dynamicmaps.cf

2011-06-24 Thread gsauthof
Public bug reported:

When using postmulti to create a new postfix instance, I get following
error on Ubuntu 10.04:

# postmulti -I postfix-instance2 -G privategroup -e create
postfix: warning: dict_open_dlinfo: cannot open 
/etc/postfix-instance2/dynamicmaps.cf.  No dynamic maps will be allowed.

A workaround is to create a link to the global dynamicmaps.cf, since
usually it is not instance specific:

/etc/postfix-instance2# ln -s /etc/postfix/dynamicmaps.cf

See also: http://old.nabble.com/Error-in-postmulti-td26424171.html

The purpose of dynamicmaps.cf is explained in:
https://groups.google.com/group/mailing.postfix.users/browse_thread/thread/4c4c00180149929d/fee036b26d1e47b2

This Bug is related to Bug #624522, because this is another multi
instance issue.

Please fix it, such that a default dynamicmaps.cf is created when
creating a new instance via postmulti.

For an introduction to postfix instances see:
http://www.postfix.org/MULTI_INSTANCE_README.html

** Affects: postfix (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/801496

Title:
  postfix postmulti cannot open dynamicmaps.cf

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

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


[Bug 572879] Re: Suspend and Hibernate: Waking right up again

2010-09-04 Thread gsauthof
On a thinkpad x200 I am affected by this bug as well under lucid.

But only if a USB-to-Parallel-port cable is attached to an USB port. If
it is not attached suspend and resume works as expected.

In Karmic and earlier versions, pm-suspend etc. worked with this device
attached.

The problematic device is:

Bus 001 Device 088: ID 067b:2305 Prolific Technology, Inc. PL2305
Parallel Port

  idVendor   0x067b Prolific Technology, Inc.
  idProduct  0x2305 PL2305 Parallel Port
  iManufacturer   1 Prolific Technology Inc.
  iProduct2 IEEE-1284 Controller

-- 
Suspend and Hibernate: Waking right up again
https://bugs.launchpad.net/bugs/572879
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 380303] Re: thinkpad-acpi X200 Thinkpad fan fails to spin down .

2010-08-30 Thread gsauthof
Well, to update: it went away again for me after a dock/un-dock cycle
(at a docking station).

-- 
thinkpad-acpi X200 Thinkpad fan fails to spin down .
https://bugs.launchpad.net/bugs/380303
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 380303] Re: thinkpad-acpi X200 Thinkpad fan fails to spin down .

2010-08-22 Thread gsauthof
Well, using a Thinkpad x200 I am observing the same problem (when idle
again fan does not reduce its speed).

Unlike in the comments, I was not hit by this issue until now. It worked
the last two versions before lucid fine. And under Lucid there was not a
problem until the last apt-get upgrade  reboot.

Now I am running:

$ uname -a
Linux lenovo 2.6.32-24-generic
$ cat /etc/issue
Ubuntu 10.04.1 LTS

I remember that in the past I observed this behavior just a very few
times after a fresh boot, but it went away after the first
suspend/resume cycle (via pm-suspend).

-- 
thinkpad-acpi X200 Thinkpad fan fails to spin down .
https://bugs.launchpad.net/bugs/380303
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 377345] Re: multiple kio_http instances

2010-06-22 Thread gsauthof
I noticed a lot of 'kdeinit4: kio_http' processes as well (in Ubuntu
Lucid/10.04). They consume ~ 7 - 12 MB each. Thus using 25 Tabs in 7
Konqueror windows konsumes (sic!)  500 MB in total:

$ ps aux | grep konq | awk '{ s+=$6; } END { print s; }'
563208

Which feels like, well, too much.

In the 563 MB is one konqueror process included, which uses 206 MB.

At that point i was just running konqueror from KDE, i.e. under a non-
KDE wm.

Opening 25 Tabs with random web sites from wikipedia in Firefox just
consumes ~ 156 MB rss.

-- 
multiple kio_http instances
https://bugs.launchpad.net/bugs/377345
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

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


[Bug 310015] Re: [needs-packaging] pgfplots

2010-06-20 Thread gsauthof
Well, pgfplots is now available in Ubuntu Lucid:

$ apt-file search pgfplots.sty
texlive-pictures: /usr/share/texmf-texlive/tex/latex/pgfplots/pgfplots.sty

-- 
[needs-packaging] pgfplots
https://bugs.launchpad.net/bugs/310015
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 186364] Re: [needs-packaging] UMTSmon

2010-04-29 Thread gsauthof
Please advise how to display signal strength and usage of which network
GPRS/EDGE/HSDPA etc. without umtsmon under Ubuntu 9.10.

-- 
[needs-packaging] UMTSmon
https://bugs.launchpad.net/bugs/186364
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 227359] Re: suddenly keyboard event recognition gets really slow after multiple suspend/resumes

2010-03-13 Thread gsauthof
JFo, the issue went away for me since I disabled this kde usability
feature. Never experienced such issues since then over different Ubuntu
versions.

-- 
suddenly keyboard event recognition gets really slow after multiple 
suspend/resumes
https://bugs.launchpad.net/bugs/227359
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 496223] Re: inkscape open clipart import fails

2009-12-21 Thread gsauthof
I am using the same version.

Hm, I don't have gnome installed - ah, this gives me an idea:

$ inkscape

(inkscape:7711): libgnomevfs-WARNING **: Cannot load module `/usr/lib
/gnome-vfs-2.0/modules/libhttp.so' (/usr/lib/gnome-
vfs-2.0/modules/libhttp.so: cannot open shared object file: No such file
or directory)


manually installing libgnomevfs2-extra fixes this problem.

Thus, the inkscape package should depend on libgnomevfs2-extra.

Btw, I noticed that the preview in the openclipart import dialog is
broken for some pictures. To reproduce: Search for 'cpu' and then click
on some images:

** Message: Gdk::PixbufError in SVGPreview::showImage
** Message: Gdk::PixbufError in SVGPreview::showImage
** Message: Gdk::PixbufError in SVGPreview::showImage

are printed to the console ...

-- 
inkscape open clipart import fails
https://bugs.launchpad.net/bugs/496223
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 496223] [NEW] inkscape open clipart import fails

2009-12-13 Thread gsauthof
Public bug reported:

Binary package hint: inkscape

Hi,

using Ubuntu Karmic, the 'File - Import From Open Clipart Library,
Search' feature fails with:

Failed to receive the Open Clip Art Library RSS feed. Verify if the
server name is correct in Configuration-Import/Export (e.g.:
openclipart.org)


Under 'File - Inkscape Preferences, Import/Export' there is this server 
configured:

openclipart.org

Looks like a regression from the fixed Bug #210336. Somebody commented
there this regression in Karmic, too.

Didn't know, if I should reopen this bug, or open a new one (since the
old one is fixed, and this one has a different cause).

Best regards

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

-- 
inkscape open clipart import fails
https://bugs.launchpad.net/bugs/496223
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 483258] Re: Sleep and lid buttons don't work in Karmic

2009-11-20 Thread gsauthof
If I close the lid or press Fn+F4 sleep does not work. Both on a IBM R40
and on a Lenovo T200.

suspend via 'pm-suspend' works fine.

-- 
Sleep and lid buttons don't work in Karmic
https://bugs.launchpad.net/bugs/483258
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 276943] Re: Resume from suspend doesn't work on the Mobile 4 Series chipsets

2009-01-16 Thread gsauthof
I can confirm this bug on a Thinkpad X200 (on a fresh Intrepid system).
The resume after suspend-to-ram does not work, i.e. X hangs and after 1
minute the system reboots.

Enabling the proposed-updates repository und doing a dist-upgrade fixed
this bug so far (i.e. now the resume works).

The suspend/resume still is not perfect - i.e. I get a 'new monitor
detected' message in kde4, and the 'xrandr' thinks after a resume that
ports are connected, which actually aren't and weren't before the
suspend.

-- 
Resume from suspend doesn't work on the Mobile 4 Series chipsets
https://bugs.launchpad.net/bugs/276943
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 197242] Re: radeon drm locking problem: xorg freezes with gutsy and radeon 7500

2009-01-16 Thread gsauthof
Leann, no it isn't an issue for me with later versions of ubuntu.

-- 
radeon drm locking problem: xorg freezes  with gutsy and radeon 7500
https://bugs.launchpad.net/bugs/197242
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 318032] [NEW] thinkpad x200/intel wrong resolution for internal display

2009-01-16 Thread gsauthof
Public bug reported:

Fresh Ubuntu Intrepid with proposed-updates enabled.

With default settings kdm uses wrong resolution of 1024x768 (it should
be 1280x800).

Setting it to 1280x800 via 'xrandr' in Xorg works fine.

'xrandr' also reports connector HDMI-1 as connected at 1024x768, but no
external screen is attached. Manually setting it to --off works, but
after a resume, it is again listed as connected (together with VGA).

Currently this Thinkpad is connected to a docking station, if this makes
a difference.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
thinkpad x200/intel wrong resolution for internal display
https://bugs.launchpad.net/bugs/318032
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 227359] Re: suddenly keyboard event recognition gets really slow

2008-10-07 Thread gsauthof
To add some info, I am using the kubuntu desktop and experienced the
problems under kde.

I think I have found the cause of the reported problem now  - at least
with my setup.

It is some strange interaction with some kde usability features and some
bugs in related systems. There is some usabiltity feature calles 'sticky
keys' (IIRC), thus if you press a special key some seconds, this
'feature' get automagically enabled.

But sure enough, even with sticky keys, you should not get key press
event duplications. Even worse, at some stage with testing under sticky
keys, the X server terminated itself (str+alt+backspace was _not_
accidently pressed).

The kde 3 usability setup dialog is very strange (i.e. has not a high
usability (sic!)), thus I thought the usability features were disabled,
but they weren't 100%.  The consequence was, that sticky keys were
enabled, but no optical notification was shown on activation.

I can post some screenshots, that show the configuration dialog in that
usability-feature-pseudo-activated-state.

Thus, after making sure, that sticky keys are completely de-activated in
this strange configuration dialog the problem was fixed.

-- 
suddenly keyboard event recognition gets really slow
https://bugs.launchpad.net/bugs/227359
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 110356] Re: libstlport5.1-dbg does not support debug mode

2008-10-02 Thread gsauthof
I can confirm this bug.

This is a serious issue. For lots of stlport-users the stlport-debug-
mode is the main  (and perhaps only) reason to use stlport.

I am using Ubuntu 8.04. Installed are all stlport 5.1 related packages:
ii  libstlport5.1-dbg   5.1.4-1 STLport C++ class 
library debug symbols
ii  libstlport5.1-dev   5.1.4-1 STLport C++ class 
library
ii  libstlport5.1ldbl   5.1.4-1 STLport C++ class 
library

best regards

-- 
libstlport5.1-dbg does not support debug mode
https://bugs.launchpad.net/bugs/110356
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 84171] Re: compressing already compressed files should be avoided

2008-08-17 Thread gsauthof
Sure, it is still an issue for me in:

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04.1

And you don't need to me to verify this, since the bug description is
very explicit.

So, here you go - at my mashine:
$ locate -i -r '^/usr/share.*pdf\.gz$' | wc -l
69

-- 
compressing already compressed files should be avoided
https://bugs.launchpad.net/bugs/84171
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 234264] [NEW] group 'scanner' of usb-device for Epson-Scanner is not set anymore after proposed update

2008-05-23 Thread gsauthof
Public bug reported:

Hi,

I am using Ubuntu Hardy. My scanner Epson Perfection 1260 worked out of
the box for some ubuntu releases. After updating to Ubuntu Hardy I
scanned some stuff without a problem.

After upgrading some proposed updates there is a problem with the
scanner permissions:

- xsane can't find any scanner device, but scanner is attached
- as a manual workaround: chown root:scanner /dev/bus/usb/*/*
  = xsane finds the scanner again

The fact that the group owner-ship of the scanner device is not set
right anymore don't necessarily have to do with a proposed update I
installed, but this is the only thing I changed after the point, where
scanning/xsane worked.

Best regards

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

-- 
group 'scanner' of usb-device for Epson-Scanner is not set anymore after 
proposed update
https://bugs.launchpad.net/bugs/234264
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 227359] Re: suddenly keyboard event recognition gets really slow

2008-05-21 Thread gsauthof
sure, I copied my xorg.0.log today, directly after the bug hit me again.

** Attachment added: log-state directly after keyboard-events processing start 
to include very large delays
   http://launchpadlibrarian.net/14646198/xorg.strange.key.log

-- 
suddenly keyboard event recognition gets really slow
https://bugs.launchpad.net/bugs/227359
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 206952] Re: suspend only works once

2008-05-15 Thread gsauthof
same problem at Thinkpad r40-2722 with Hardy and

$ uname -a
Linux tp.private 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 
GNU/Linux

After failed suspend lsusb hangs forever.

-- 
suspend only works once
https://bugs.launchpad.net/bugs/206952
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 227359] [NEW] suddenly keyboard event recognition gets really slow

2008-05-06 Thread gsauthof
Public bug reported:

Binary package hint: xorg

If I use Xorg for some time (I mean over suspend  resumes, after
several hours), suddenly the keyboard gets unusable.

I.e. I have to press a key for 2 seconds or more to get an keyboard
event under Xorg - and then it is duplicated. But if I press it less
then 2 seconds, then I don't get any event at all.

The problem shows with Kde unter Xorg with Hardy. Under Gutsy I had the
same problem. The problem occurs both with the internal and an external
usb keyboard.

As workaround I log out (via mouse which works fine) - and restart the
X-Server. The new X-Server works fine then for some time, until the
problem occurs again.

I have no problems with keys which are 'stuck' or something like that.

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

-- 
suddenly keyboard event recognition gets really slow
https://bugs.launchpad.net/bugs/227359
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 206649] [NEW] ubuntu does not support xinput hotplug

2008-03-25 Thread gsauthof
Public bug reported:

Binary package hint: xorg

Well, as in Ubuntu Gutsy, there is no support for xinput hotplug.

I can't find an existing bug number to track this issue.

Bug #181526 talks about a problem after manually enabling it -  bug
#173833 has some comments related to xinput hotplug - but is mainly
about different problems.

In Debian http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446851 is
related to the missing xinput hotplug support in current versions.

input device hotplug support is available in xorg since 2006/11 (
http://wiki.x.org/wiki/XInputHotplug ).

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

-- 
ubuntu does not support xinput hotplug
https://bugs.launchpad.net/bugs/206649
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 197242] [NEW] radeon drm locking problem: xorg freezes with gutsy and radeon 7500

2008-03-01 Thread gsauthof
Public bug reported:

Binary package hint: xorg

I upgraded from Ubuntu Feisty to Gutsy. In Feisty I hadn't any problems
related to X. I easily ran the Laptop for 30 days with suspend/resume.

I am using a Thinkpad R40 with Radeon 7500.

From time to time X freezes, i.e. no mouse cursor, nothing moves.  Doing a 
SysReq + S works. In the kern.log I see after a reboot:
Mar  1 11:04:42 tp kernel: [95316.248000] sd 3:0:0:0: Attached scsi generic sg1 
type 0
Mar  1 11:48:46 tp kernel: [97960.032000] [drm:drm_lock_take] *ERROR* 1 holds he
avyweight lock
Mar  1 11:48:46 tp kernel: [97960.032000] [drm:drm_lock_take] *ERROR* 1 holds he
avyweight lock
Mar  1 11:53:37 tp kernel: [98251.16] SysRq : Emergency Sync
Mar  1 11:53:37 tp kernel: [98251.16] Emergency Sync complete

My Device Section from xorg.conf looks like:
Section Device
 Identifier  card0
 Driver  radeon
 VendorName  ATI Technologies Inc
 Option  DynamicClocks on
 Option monitor-VGA-0 mon-vga
 Option monitor-LVDS mon-lvds
EndSection

Best regards
Georg Sauthoff

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

-- 
radeon drm locking problem: xorg freezes  with gutsy and radeon 7500
https://bugs.launchpad.net/bugs/197242
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 197242] Re: radeon drm locking problem: xorg freezes with gutsy and radeon 7500

2008-03-01 Thread gsauthof
ups, i mis-clicked this 'also needs fixing there ...' button ...

-- 
radeon drm locking problem: xorg freezes  with gutsy and radeon 7500
https://bugs.launchpad.net/bugs/197242
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 197071] Re: qt4 can't connect to postgresql 8.2

2008-02-29 Thread gsauthof

** Attachment added: sqltest.pro
   http://launchpadlibrarian.net/12327806/sqltest.pro

** Also affects: qt4-x11 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
qt4 can't connect to postgresql 8.2
https://bugs.launchpad.net/bugs/197071
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 197071] Re: qt4 can't connect to postgresql 8.2

2008-02-29 Thread gsauthof

** Attachment added: sqltest.cc
   http://launchpadlibrarian.net/12327776/sqltest.cc

-- 
qt4 can't connect to postgresql 8.2
https://bugs.launchpad.net/bugs/197071
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 197071] [NEW] qt4 can't connect to postgresql 8.2

2008-02-29 Thread gsauthof
Public bug reported:

Binary package hint: postgresql

Hi,

I upgraded to Gutsy. My Qt4 application can't connect to the local postgresql 
db. It works at an old Gentoo system. I get a
'connection pointer is NULL' error from postgres. This error message comes 
directly from postgres. If I sniff the lo-device, I see postgres related 
traffic. The postgres db is created from scratch. I.e. created new user, 
created new db. With 'psql' I can connect and do stuff just fine.

I attached a minimal  C++/Qt example, which reproduces the problem for
me. You have to change the username and dbname ... to something, which
is apropriate at your system.

Compile it via:
# qmake-qt4  sqltest.pro
# make

The output at my Gutsy system is:
# ./sqltest 
(QPSQL7, QPSQL, QMYSQL3, QMYSQL, QSQLITE, QSQLITE2) 
false 
connection pointer is NULL
QPSQL: Unable to connect

Best regards
Georg Sauthoff

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

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
qt4 can't connect to postgresql 8.2
https://bugs.launchpad.net/bugs/197071
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 108512] Re: sync on feisty with Palm m130, 'visor' kernel module not loaded

2007-09-27 Thread gsauthof
Hi,

it looks like it is not a bug, it is a feature ... ;)

The visor module is not loaded anymore after plug-in because it is
blacklisted in  /etc/modprobe.d/libpisock9. Well, and libpisock9 is some
userspace palm communication library, which could be used by pilot-xfer,
kpilot etc.

For example:
Instead of:
pilot-xfer -i Aus_meinem_Leben_Erster_Teil.pdb -p /dev/ttyUSB1
Use now:
pilot-xfer -i Aus_meinem_Leben_Erster_Teil.pdb -p usb:

I am bit suprised, that this works for normal users out of the box.
Previously, with the device you had to care about right permissions.
Thus,  does someone know, how to restrict access to the Palm Pilot from
userspace. I mean, if I am at a multi user computer, I don't want, that
every user is able to communicate with my palm after I attach it to a
usb port.

Hm, now I have to find out, how to get the pilot-link people to change
their linux readme: http://www.pilot-link.org/README.usb

It's not a wiki :(

Best regards
Georg Sauthoff

-- 
sync on feisty with Palm m130, 'visor' kernel module not loaded
https://bugs.launchpad.net/bugs/108512
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 108512] Re: sync on feisty with Palm m130, 'visor' kernel module not loaded

2007-09-27 Thread gsauthof
reagarding permissions: you have to be in the group dialout.
see /etc/udev/rules.d/60-libpisock.rules

-- 
sync on feisty with Palm m130, 'visor' kernel module not loaded
https://bugs.launchpad.net/bugs/108512
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 108512] Re: sync on feisty with Palm m130, 'visor' kernel module not loaded

2007-09-27 Thread gsauthof
btw, does the ubuntu pda team have some email address? I want to forward
a mail from a pilot-link.org guy.

He thinks, that using libusb for palm sync by default is not such a good
idea (yet). Mail includes some details.

regards

-- 
sync on feisty with Palm m130, 'visor' kernel module not loaded
https://bugs.launchpad.net/bugs/108512
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 136798] multi-line command line editing is not possible

2007-09-02 Thread gsauthof
Public bug reported:

Hi,

(at least Ubuntu Feisty 7.04, Edgy, too iirc)

well if you enter some command into the gnuplot shell and it is longer
than the terminal width, then you can't re-edit it in the history.

Another problem is, that if you enter a command with length 
$terminal_width and then insert something in the middle, the command
cannot grow  $terminal_width.

To sum it: the gnuplot shell is unusable this way in Ubuntu.

Best regards
Georg Sauthoff

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

-- 
multi-line command line editing is not possible
https://bugs.launchpad.net/bugs/136798
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 80900] Re: problems resolving fully qualified domain names on Kubuntu feisty

2007-08-31 Thread gsauthof
I can confirm this problem on feisty (7.05). avahi should really warn
about this. You swear a lot 'wtf?!?' until you get the idea that avahi
is the problem.

See
http://www.avahi.org/wiki/AvahiAndUnicastDotLocal
(includes a suggestion for package maintainers)

And sadly
http://www.faqs.org/rfcs/rfc2606.html
does not contain a reserved TLD for such cases ...

Best regards
Georg Sauthoff

-- 
problems resolving fully qualified domain names on Kubuntu feisty
https://bugs.launchpad.net/bugs/80900
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 135335] waitpid man page has issues

2007-08-28 Thread gsauthof
Public bug reported:

Binary package hint: manpages-dev

Hi,

(using Ubuntu Feisty, 7.05)

the waitpid man page states:
'Otherwise  they  block until either a child changes state or a
 signal handler interrupts the call (assuming that system calls are  not
 automatically restarted using the SA_RESTART flag of sigaction(2)).'

well, this implies that system calls under Linux are _not_ restarted by
default. But apparently waitpid is restarted by default (i.e. without
calling sigaction to set the SA_RESTART). I tested it with SIGALRM and
Ubuntu kernel 2.6.20.

The man page should reflect the default.

Another problem:
'waitpid(): on success, returns the process ID of the child whose  state
 has  changed; on error, -1 is returned; if WNOHANG was specified and no
 child(ren) specified by pid has yet changed state, then 0 is  returned.'

waitpid returns -1 if a signal handler interrupted the call (i.e. if the
SA_RESTART flag was cleaned with a sigaction call). This is no error, or
is it?

Also compare against waitpid(3posix).

Best regards
Georg Sauthoff

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

-- 
waitpid man page has issues
https://bugs.launchpad.net/bugs/135335
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 114321] Re: Feisty don't boot at IBM Thinkpad R40

2007-08-19 Thread gsauthof
well, I looked into the issue again:

From 2.6.17 to 2.6.20 the naming schema for ide-devices changed. And I
didn't adjusted the device names in grub/menu.lst. Specially
'root=/dev/hdFOO' was the problem. Because of this the
initrd:/scripts/local scipt loops for 180 (!) seconds around
'/lib/udev/vol_id ${ROOT}'. This script only writes an info message
about a following 180s timeout operation to the splash-screen via
'/sbin/usplash_write' - and I have the splash screen disabled ... - thus
nothing is printed to the screen.

After replacing the wrong ide-device names in grub-config, the machine
boots fine with 2.6.20.

To debug these kind of problems, adding 'debug=y' to the kernel command
line helps a lot, btw (initramfs scripts issue a lot of extra output to
the console).

To sum it up:
- perhaps 180s timeout for waiting if the root devices shows up is perhaps too 
long. Which harddisk controllers need 180s to initialize their attached 
harddisks?
- /sbin/usplash_write should write to the console, if the splash screen is 
disabled (i.e. 'splash' is not included in the kernel command line)

Regards
Georg Sauthoff

-- 
Feisty don't boot at IBM Thinkpad R40
https://bugs.launchpad.net/bugs/114321
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 13671] Re: slocate daily anacron job makes system feel slow

2007-08-10 Thread gsauthof
Hi,

I looked into ionice   CFQ some time ago. The use of ionice didn't
much help with the updatedb-run-and-system-gets-really-slow-to-interact-
with problem.

To be really sure, if the 'ionice' command is the problem, I wrote a
kprobe-module to check if the ionice value is present in the scheduler
after a command is called by 'ionice' - and it was.

Btw, if you start a command via 'nice', then the ionice-value of the
called process is changed as well. Thus, calling a process with a very
nice nice-value has the same effect as calling it with ionice.

Using 'nice' for an already running command doesn't change the ionice-
value in the scheduler.

And btw, CFQ considers only file-reads.

To sum it up: it looks like ionice is doing its job well - but the
scheduler/kernel doesn't

Best regards
Georg

-- 
slocate daily anacron job makes system feel slow
https://bugs.launchpad.net/bugs/13671
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 130111] slrn does not support utf8

2007-08-03 Thread gsauthof
Public bug reported:

Binary package hint: slrn

Hi,

Ubuntu Feisty (7.05)  slrn_0.9.8.1pl1-28

the slrn package does not support utf8.

The main slrn version does not include utf8-support:
http://slrn.sourceforge.net/manual/slrn-FAQ-1.html#ss1.5

But, the cvs include utf8 support. Ubuntu packaging effort of this version is 
referenced from this page:
http://piggo.com/~troy/slrn#utf8

Of course, using a cvs version for a package is a trade off between
utf8-support and having a 'stable'-version. I don't know Ubuntu policy
about that.

Best regards
Georg Sauthoff

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

-- 
slrn does not support utf8
https://bugs.launchpad.net/bugs/130111
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 129954] strace displays a lot Input/output erros

2007-08-02 Thread gsauthof
Public bug reported:

Binary package hint: strace

Ubuntu Feisty (7.05), 32 Bit x86 computer
strace_4.5.14-2ubuntu1

well, strace displays a lot Input/output error messages, while stracing
apps. E.g.

umovestr: Input/output error
[repeated many times]
ptrace: umoven: Input/output error
[repeated many times]

Simplest test case to reproduce the umovestr error:
#  strace -o l.log ls
umovestr: Input/output error
[..]

Best regards
Georg Sauthoff

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

-- 
strace displays a lot Input/output erros
https://bugs.launchpad.net/bugs/129954
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 128234] bash does not complete .*\.dvi\.(gz|bz2) for kdvi

2007-07-25 Thread gsauthof
Public bug reported:

Binary package hint: bash

Hi,

like the summary says: bash does not complete gz/bz2 compressed dvi
files for kdvi. And kdvi can read these compressed dvi files just fine.

Trivial patch is attached.

Regards
Georg Sauthoff

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

-- 
bash does not complete .*\.dvi\.(gz|bz2) for kdvi
https://bugs.launchpad.net/bugs/128234
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 128234] Re: bash does not complete .*\.dvi\.(gz|bz2) for kdvi

2007-07-25 Thread gsauthof

** Attachment added: bash.kdvi.patch
   http://launchpadlibrarian.net/8565193/bash.kdvi.patch

-- 
bash does not complete .*\.dvi\.(gz|bz2) for kdvi
https://bugs.launchpad.net/bugs/128234
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 128234] Re: bash does not complete .*\.dvi\.(gz|bz2) for kdvi

2007-07-25 Thread gsauthof
forgot: this is with Ubuntu Feisty

-- 
bash does not complete .*\.dvi\.(gz|bz2) for kdvi
https://bugs.launchpad.net/bugs/128234
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 84171] Re: compressing already compressed files should be avoided

2007-07-25 Thread gsauthof
Hi,

yes, please fix this. Specially point 3) annoys me very much.

Regards
Georg Sauthoff

-- 
compressing already compressed files should be avoided
https://bugs.launchpad.net/bugs/84171
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 127389] Re: pdftk enforces lame pseudo-drm

2007-07-21 Thread gsauthof

** Attachment added: pdftk-1.12_user_pw.patch
   http://launchpadlibrarian.net/8541628/pdftk-1.12_user_pw.patch

-- 
pdftk enforces lame pseudo-drm
https://bugs.launchpad.net/bugs/127389
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 127389] pdftk enforces lame pseudo-drm

2007-07-21 Thread gsauthof
Public bug reported:

Binary package hint: pdftk

Hi,

(at least in Ubuntu 7.05  pdftk 1.4)

well, pdftk honors some pdf flag by default, that says don't let the
user to process this pdf (like extract images) - only display the
complete pdf (like in acroread).

Because this annoys me very much, I wrote this really trivial patch for
pdftk 1.2 to change the coded default. It is attached and works with
pdftk 1.4, too.

Please apply.

Best regards
Georg Sauthoff

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

-- 
pdftk enforces lame pseudo-drm
https://bugs.launchpad.net/bugs/127389
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 127389] Re: pdftk enforces lame pseudo-drm

2007-07-21 Thread gsauthof
 Thanks for the patch. While the password owner check is trivial to
circumvent, it is part of the PDF spec, and so breaking the
implementation is not something that would be done in Ubuntu.

I was afraid you (the maintainer) would something like that. ;)

1) If you see it like this, ubuntu already breaks the PDF spec, because it 
ships kpdf, which includes the option 'obey drm limitations'. I didn't read the 
PDF spec, but probably it states, that a pdf-obey should obey drm limitation 
unconditionally.
2) The pdf spec is not holy. Specially ignoring the password owner check 
request, does not create problems (like creating non-conforming pdf documents). 
And if someone relies on the password owner check - well, that is not very 
intelligent.
3) Gentoo is not Ubuntu - but they integrated the patch into their pdftk 
package.
4) After having a quick glance at 3.5.2 of the pdf 1.7 spec, pdf tools are 
'allowed' to do more with a pdfs than just displaying (additional operations), 
if the owner-pw is missing. What it is allowed  depends on some attributes 
(user access permissions). And it looks like pdftk doesn't check this 
attributes and simply reject every operation if an owner pw is present (and not 
given at command line).

Regards
Georg Sauthoff

-- 
pdftk enforces lame pseudo-drm
https://bugs.launchpad.net/bugs/127389
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 70854] Re: Tcc fails to link executables

2007-06-09 Thread gsauthof
Same problem here. I.e. tcc is also disfunctional in Feisty.

-- 
Tcc fails to link executables
https://bugs.launchpad.net/bugs/70854
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 115224] bash does not complete foo.m4v filenames for xine and mplayer

2007-05-17 Thread gsauthof
Public bug reported:

Binary package hint: bash

Hi,

the bash completion does not matches foo.m4v files for media players
like mplayer and xine. This annoys me since Ubuntu 6.10.

Fix is easy and trivial patch attached.

Don't if the .m4v suffix is mentioned in some standard, but e.g. the CCC
use this extension for lots of files (e.g.
http://ftp.ccc.de/congress/2006/video/) and it is mentioned in the
german wikipedia (http://de.wikipedia.org/wiki/Containerformat).

Best regards
Georg Sauthoff

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

-- 
bash does not complete foo.m4v filenames for xine and mplayer
https://bugs.launchpad.net/bugs/115224
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 115224] Re: bash does not complete foo.m4v filenames for xine and mplayer

2007-05-17 Thread gsauthof

** Attachment added: trivial patch
   http://librarian.launchpad.net/7685387/bash.completion.m4v.diff

-- 
bash does not complete foo.m4v filenames for xine and mplayer
https://bugs.launchpad.net/bugs/115224
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 114321] Feisty don't boot at IBM Thinkpad R40

2007-05-12 Thread gsauthof
Public bug reported:

Binary package hint: linux-image-2.6.20-15-generic

Hi,

after the upgrade from Edgy to Feisty I installed the kernel image
'linux-image-2.6.20-15-generic'.

This kernel does not boot my Thinkpad R40 2722.

I.e. the last output I see is:
sr 1:0:0:0
Attached scsi  generic sg 1 type 6
sr0: scsi-mmc drice: 24x/24x writer cd/rw xa/form2 cdda tray
Uniform CD-Rom driver Revision: 3.20
 
After this the boot process hangs. A Ctrl+Alt+Del works btw (i.e. I see the 
usual shutdown messages).

Next I removed the CD-RW from the notebook and booted again.

This time, the boot process hangs a bit later. The last output is:
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6: USB HID core driver

The Feisty package 'linux-image-2.6.17-10-386' boots the Laptop fine.

Best regards
Georg Sauthoff

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Feisty don't boot at IBM Thinkpad R40
https://bugs.launchpad.net/bugs/114321
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 93882] aes-i586.ko is not preferred over aes.ko on =586

2007-03-19 Thread gsauthof
Public bug reported:

Binary package hint: linux-image-2.6.17-10-386

Hi,

I am using 'cryptsetup' to create/open/close encrypted devices.
Cryptsetup uses the device mapper framework (dm_crypt ...).

When I open an encrypted device the first time, the needed aes kernel
module is loaded automatically. But the kernel includes to aes modules,
which could be used. The 586 optimized one is considerable faster on x86
CPUs (=586 - factor of =2 IIRC).

Thus I expect from an distribution, that on a compatible computer out of
the box the optimized aes module is loaded automatically instead of the
not optimized one.

Best regards
Georg Sauthoff

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
aes-i586.ko is not preferred over aes.ko on =586
https://launchpad.net/bugs/93882

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


[Bug 92638] gcc mudflap feature is broken

2007-03-15 Thread gsauthof
Public bug reported:

Binary package hint: gcc

Hi, (using ubuntu 6.10)

I just noticed that the really great mudflap feature of gcc (-fmudflap)
is broken on Ubuntu.

First I got: 'cc1: error: mf-runtime.h: No such file or directory'
*grml*

Ok, I apt-cache searched for extra packages and found two packages:
libmudflap0 libmudflap0-dev

Then I noticed that they are in the universe repository ... wtf?!?

I installed them, but the gcc is not happy with the libmudflap0 packages at 
link time:
(.text+0x18): undefined reference to `__wrap_main'
/tmp/ccWjU1Au.o: In function `match_child':
/home/georg/bar/foo.c:21: undefined reference to `__mf_lc_shift'
/home/georg/bar/foo.c:21: undefined reference to `__mf_lc_mask'
/home/georg/bar/foo.c:22: undefined reference to `__mf_lookup_cache'
[..]

Best regards
Georg Sauthoff

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

-- 
gcc mudflap feature is broken
https://launchpad.net/bugs/92638

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


[Bug 92638] Re: gcc mudflap feature is broken

2007-03-15 Thread gsauthof
ok - It works if I add -lmudflap at link time.

But doesn't this conflict with the gcc documentation (info gcc)?
'[..]The instrumentation relies on a separate
 runtime library (`libmudflap'), which will be linked into a
 program if `-fmudflap' is given at link time.[..]'

Original gcc call was: cc -g -Wall -std=c99  -fmudflap foo.c  -o foo

Best Regards
Georg Sauthoff

-- 
gcc mudflap feature is broken
https://launchpad.net/bugs/92638

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


[Bug 80777] Re: anacron is not executed with typical laptop usage

2007-03-01 Thread gsauthof
btw, the url of the ubuntu-user thread, I mentioned:

http://thread.gmane.org/gmane.linux.ubuntu.user/103986/focus=104136

-- 
anacron is not executed with typical laptop usage
https://launchpad.net/bugs/80777

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


[Bug 83943] uptime messed up

2007-02-08 Thread gsauthof
Public bug reported:

Binary package hint: linux-image-2.6.17-10-386

Hi,

I am using Ubuntu 6.10 and recently noticed is a little messed up:
$ uptime
 11:09:54 up -24855 days, -3:-14, 15 users,  load average: 1.00, 1.06, 1.06

It is a IBM Thinkpad R40-2722-3GG (Pentium M 1,3GHz). The system is up
for 1-2 months. Frequently suspend-to-ram and resume is used. Of course
cpufreq changes all the time the cpu frequency[1], depending on how much
load the system has (this is the ubuntu default, I haven't changed any
cpufreq related config options).

The uptime is messed up in 'w', 'uptime' and 'top'. A 'cat /proc/uptime' prints 
this:
4283928975.16 727473.68

Best Regards

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
uptime messed up
https://launchpad.net/bugs/83943

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


[Bug 83959] wpasupplicant does not work with suspend-to-ram

2007-02-08 Thread gsauthof
Public bug reported:

Binary package hint: wpasupplicant

Hi, (Ubuntu 6.10, Thinkpad R40-2722-3gg, Pentium M 1.3 GHz)

The Problem: wpasupplicant does not reconnect to the AP after resuming
from suspend-to-ram. I.e. after the resume the internet is kaputt. ;)

A manual ifdown eth1; ifup eth1 works fine.

I have setup wpa support for my wlan device like described in the wpasupplicant 
documentation /usr/share/doc/wpasupplicant/README.modes.gz:
/etc/network/interfaces :
auto eth1
iface eth1 inet dhcp
 wpa-conf /etc/wpa_supplicant.conf

/etc/wpa_supplicant.conf :
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
network={[..]

A manual executed
wpa_supplicant -ieth1 -c/backup/etc/wpa_supplicant.conf -Dwext -B from the 
command line does not reconnect after the resume either.

The computer ran previously Gentoo, and I remember that the Gentoo
wpa_supplicant didn't show this behaviour. I.e. one wpa_supplicant 
dhcpcd from the command line, and everything was connected after n
resumes from suspend-to-ram. I used the same wpa_supplicant.conf as now.

Don't if the Gentoo suspend/resume scripts do some tricks, or if their
wpa_supplicant package is somehow patched or newer. And I can't look it
up, because I wiped this gentoo Installation.

Best Regards

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

-- 
wpasupplicant does not work with suspend-to-ram
https://launchpad.net/bugs/83959

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


[Bug 83271] star package does not include star-match(1) man page

2007-02-04 Thread gsauthof
Public bug reported:

Binary package hint: star

Hi,

the star man page references star-match(1) and pat-match(1), but does not 
include them:
[..]
space followed by a file name pattern (see star-match(1) or pat-
match(3) for more information).
[..]

The star package does not suggests or reccommends packages which include
the mentionend man pages either.

I am using Ubuntu 6.10.

Best Regards
Georg Sauthoff

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

-- 
star package does not include star-match(1) man page
https://launchpad.net/bugs/83271

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


[Bug 80777] anacron is not executed with typical laptop usage

2007-01-20 Thread gsauthof
Public bug reported:

Binary package hint: anacron

Hi,

I am using anacron with (K)ubuntu. With the default config anacron
is only started at system startup and at 7:30 AM once a day, but only if
the computer is running at that time. Thus if you only suspend your
computer all the time - and it is never online at 7:30 - anacron is
never ran again. I.e. anacron needs to run at least one time a day.

# grep anacron /var/log/syslog | tail -1
Jan 10 11:09:25 tp anacron[7458]: Normal exit (0 jobs run)
# date
Sat Jan 20 21:27:33 CET 2007

And my laptop was several times resumed from ram - while connected at AC
- after Jan 10.

My first guess was that run-parts was used by acpid, and thus
*anacron.sh under /etc/acpi got excluded because of the dot in the filename.

But that is not the case - a for loop is used inside
/etc/acpi/resume.sh.

/etc/acpi/sleep.sh seems to be the problem:
[..]
# If gnome-power-manager or klaptopdaemon are running, let them handle
# policy
if [ x$1 != xforce ]  [ x$1 != xsleep ]  [ `CheckPolicy` = 0 ]; then
   exit;
fi
[..]
# Generic wakeup code
. /etc/acpi/resume.sh

And yes - I am running kde - and thus probably the generic wakeup code including
anacron calls isn't executed.

For further discussion see also the thread 'anacron and cron and laptop
usage' I started at the ubuntu-users mailinglist.

Two additional notes:
- Why don't you use run-parts from resume.sh? This is not consistent with other 
parts of the debian-like system

- Imho calling anacron from acpid every wakeup is not a nice solution (even if 
it works), because some unnessessary calls to anacron (yes - I know that 
anacron checks if it needs to run the jobs - but these checks are unnessessary) 
are made. Other cron daemons like fcron can deal with time specifications like 
'run a 7.30h or at least once a day' without polling.
Are there any plans to change that in future ubuntu versions?

Best Regards

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

** Also affects: acpi-support (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
anacron is not executed with typical laptop usage
https://launchpad.net/bugs/80777

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


[Bug 80777] Re: anacron is not executed with typical laptop usage

2007-01-20 Thread gsauthof
added acpi-support, because obviously no script at all is executed after
resume from /etc/resume.d.

I.e. because of the /etc/acpi/sleep.sh code and running kde combination.

-- 
anacron is not executed with typical laptop usage
https://launchpad.net/bugs/80777

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


[Bug 74653] Re: konqueror hangs forever when opening pdf (nondeterministic)

2007-01-12 Thread gsauthof
** Also affects: kdegraphics (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
konqueror hangs forever when opening pdf (nondeterministic)
https://launchpad.net/bugs/74653

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


[Bug 74653] Re: konqueror hangs forever when opening pdf (nondeterministic)

2007-01-11 Thread gsauthof
I reported it at the kde bug tracker, too. It looks like the problem is
specific to (K)ubuntu, because Ubuntu uses a patched kpdf - which uses
libpoppler. And the kpdf kpart hangs in libpoppler.

This wrote Pino Toscano as a comment:
http://bugs.kde.org/show_bug.cgi?id=139877#c3

Ok, how do I annotate this bug report, that it affects kpdf and
libpoppler?

-- 
konqueror hangs forever when opening pdf (nondeterministic)
https://launchpad.net/bugs/74653

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


[Bug 59829] Re: No driver for Samsung ML-1610 printer

2006-12-16 Thread gsauthof
I have tested your src package with 6.10 and it works fine! Printing
speed with this driver is the same like the Samsung binary linux or
windows driver.

I built the src package via
dpkg-buildpackage -rfakeroot -uc -b
and got two very minor issues:
- 'Build-Depends:' doesn't include g++
  - a manual apt-get install g++ solved it
- 'fakeroot debian/rules clean
/usr/bin/fakeroot: 152: debian/rules: Permission denied'
  - a manual chmod u+x debian/rules solved it

Thanks!

-- 
No driver for Samsung ML-1610 printer
https://launchpad.net/bugs/59829

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


[Bug 74653] Re: konqueror hangs forever when opening pdf (nondeterministic)

2006-12-08 Thread gsauthof
I observed another konqueror freeze/hang while clicking on a pdf link
from a web page.

This time the konqueror process was running ~2h and only 2 tabs were
open.

A gdb backtrace is attached.

** Attachment added: 2nd gdb backtrace log (short)
   http://librarian.launchpad.net/5328873/konqueror.2.short.bt

-- 
konqueror hangs forever when opening pdf (nondeterministic)
https://launchpad.net/bugs/74653

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


[Bug 74653] konqueror hangs forever when opening pdf (nondeterministic)

2006-12-06 Thread gsauthof
Public bug reported:

Binary package hint: konqueror

Hi,

I am using kubuntu edgy edge (6.10). I observed that konqueror hangs
forever (no screen updates, no user input possible) when I click on a
pdf file.

Normally when I click on a pdf file, it is displayed inside konqueror
(via the kpdf kpart).

This issue is not deterministic reproducible. I.e. it is not observable
at every pdf file and it is hard to reproduce.

This time the konqueror process was runnung a long time (10 days
including suspend-to-ram periods) and I have opened  15 tabs).

An attached strace shows me only:
futex(0x85e39dc, FUTEX_WAIT, 2, NULL unfinished ...

I made a short and a full gdb backtrace (with -dbg packages installed).
I will try to attach the short backtrace log to this bug - if you need
the full backtrace, I can send it, too.

Also, I have a manually generated core file available - thus, I am able
to issue some gdb commands to it.

Best regards

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

-- 
konqueror hangs forever when opening pdf (nondeterministic)
https://launchpad.net/bugs/74653

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


[Bug 74653] Re: konqueror hangs forever when opening pdf (nondeterministic)

2006-12-06 Thread gsauthof
gdb commands: attach, info threads, bt, detach

** Attachment added: gdb backtrace short log
   http://librarian.launchpad.net/5272900/konqueror.bt.short

-- 
konqueror hangs forever when opening pdf (nondeterministic)
https://launchpad.net/bugs/74653

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


[Bug 59829] Re: No driver for Samsung ML-1610 printer

2006-12-06 Thread gsauthof
Hi,

don't know If I should open a new bug report for this:

I am using edgy edge 6.10 and I have a ml 1610 printer. The gdi driver
is not an optimal fix for me. It is 'dog slow', i.e. after every page
the printer takes a long break.

When I add the printer via the cupsd web frontend there are two printer drivers 
available for the ml 1610:
Foomatic/gdi
Foomatic/Postscript

When I choose Foomatic/Postrcript I get following error:
Error: Unable to copy PPD file!

In /var/log/cupsd/error.log I get this:
E [06/Dec/2006:17:18:00 +0100] copy_model: empty PPD file!

Best regards

-- 
No driver for Samsung ML-1610 printer
https://launchpad.net/bugs/59829

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