[Bug 1352998] [NEW] apt-listchanges shows full changelog even with which=news

2014-08-05 Thread Ralf Jung
Public bug reported:

I have apt-listchanges set up to show only the news, not the full
changelog:

$ cat /etc/apt/listchanges.conf 
[apt] 
frontend=pager 
email_address=root 
confirm=0 
save_seen=/var/lib/apt/listchanges.db 
which=news

However, that does not stop apt-listchanges from showing and emailing me the 
full changelog on each upgrade.
This bug can be fixed by installing the Debian package, so it seems to be 
caused by a Ubuntu-specific patch.

This is with Ubuntu 14.04. The bug was also present in Ubuntu 12.04.

** Affects: apt-listchanges (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/1352998

Title:
  apt-listchanges shows full changelog even with which=news

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-listchanges/+bug/1352998/+subscriptions

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


[Bug 1351297] Re: postfix incorrectly complains about: do not list domain in BOTH virtual_mailbox_domains and relay_domains

2014-08-04 Thread Ralf Jung
I solved the bug by adding the following to the main.cf:

  relay_domains =

The problem was caused by relay_domains autoamtically matching
subdomains of $mydestination for backwards-compatibility, which I did
not know about.

-- 
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/1351297

Title:
  postfix incorrectly complains about: do not list domain in BOTH
  virtual_mailbox_domains and relay_domains

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1351297/+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 1351297] Re: postfix incorrectly complains about: do not list domain in BOTH virtual_mailbox_domains and relay_domains

2014-08-04 Thread Ralf Jung
I solved the bug by adding the following to the main.cf:

  relay_domains =

The problem was caused by relay_domains autoamtically matching
subdomains of $mydestination for backwards-compatibility, which I did
not know about.

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

Title:
  postfix incorrectly complains about: do not list domain in BOTH
  virtual_mailbox_domains and relay_domains

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

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


[Bug 1351297] [NEW] postfix incorrectly complains about: do not list domain in BOTH virtual_mailbox_domains and relay_domains

2014-08-01 Thread Ralf Jung
Public bug reported:

Postfix regularily prints in its logfile:

  warning: do not list domain lists.hacksaar.de in BOTH
virtual_mailbox_domains and relay_domains

However, that domain is not in the relay_domains. It was there for a
short time after the upgrade to 14.04 (coming from 12.04), indirectly
through mydestinations. But I fixed that. Still, postfix keeps
complaining.

postconf -n outputs:

alias_maps = hash:/etc/aliases
append_dot_mydomain = no
config_directory = /etc/postfix
disable_vrfy_command = yes
local_recipient_maps = $alias_maps
mail_spool_directory = /var/mail
mailman_destination_recipient_limit = 1
mydestination = hacksaar.de
mydomain = hacksaar.de
myhostname = mail.hacksaar.de
mynetworks_style = host
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relay_clientcerts = hash:$config_directory/relay_clientcerts
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_tls_clientcerts, 
reject_unauth_pipelining, reject_invalid_helo_hostname, 
reject_non_fqdn_helo_hostname, reject_non_fqdn_recipient, 
reject_non_fqdn_sender, check_policy_service inet:127.0.0.1:12525,
smtpd_relay_restrictions = permit_mynetworks, permit_tls_clientcerts, 
defer_unauth_destination
smtpd_tls_ask_ccert = yes
smtpd_tls_cert_file = /etc/ssl/...crt
smtpd_tls_fingerprint_digest = sha1
smtpd_tls_key_file = /etc/ssl/...key
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
transport_maps = hash:/etc/postfix/transport
virtual_mailbox_domains = lists.hacksaar.de
virtual_mailbox_maps = hash:/var/lib/mailman/data/virtual-mailman

** 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/1351297

Title:
  postfix incorrectly complains about: do not list domain in BOTH
  virtual_mailbox_domains and relay_domains

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1351297/+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 1351297] [NEW] postfix incorrectly complains about: do not list domain in BOTH virtual_mailbox_domains and relay_domains

2014-08-01 Thread Ralf Jung
Public bug reported:

Postfix regularily prints in its logfile:

  warning: do not list domain lists.hacksaar.de in BOTH
virtual_mailbox_domains and relay_domains

However, that domain is not in the relay_domains. It was there for a
short time after the upgrade to 14.04 (coming from 12.04), indirectly
through mydestinations. But I fixed that. Still, postfix keeps
complaining.

postconf -n outputs:

alias_maps = hash:/etc/aliases
append_dot_mydomain = no
config_directory = /etc/postfix
disable_vrfy_command = yes
local_recipient_maps = $alias_maps
mail_spool_directory = /var/mail
mailman_destination_recipient_limit = 1
mydestination = hacksaar.de
mydomain = hacksaar.de
myhostname = mail.hacksaar.de
mynetworks_style = host
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relay_clientcerts = hash:$config_directory/relay_clientcerts
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_tls_clientcerts, 
reject_unauth_pipelining, reject_invalid_helo_hostname, 
reject_non_fqdn_helo_hostname, reject_non_fqdn_recipient, 
reject_non_fqdn_sender, check_policy_service inet:127.0.0.1:12525,
smtpd_relay_restrictions = permit_mynetworks, permit_tls_clientcerts, 
defer_unauth_destination
smtpd_tls_ask_ccert = yes
smtpd_tls_cert_file = /etc/ssl/...crt
smtpd_tls_fingerprint_digest = sha1
smtpd_tls_key_file = /etc/ssl/...key
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
transport_maps = hash:/etc/postfix/transport
virtual_mailbox_domains = lists.hacksaar.de
virtual_mailbox_maps = hash:/var/lib/mailman/data/virtual-mailman

** 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/1351297

Title:
  postfix incorrectly complains about: do not list domain in BOTH
  virtual_mailbox_domains and relay_domains

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

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


[Bug 839378] Re: Regression: apt-listchanges always sends changelogs

2013-11-03 Thread Ralf Jung
I can confirm this problem in Ubuntu 12.04 (LTS). listchanges.conf says
which=news, but nevertheless on each update I get a prompt with the
changelogs, and a corresponding email. That's rather annoying, I'd
prefer only to be prompted if there's really something of importance.

In Debian 6 and 7, the package works fine, so this seems to be an Ubuntu
regression.

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

Title:
  Regression: apt-listchanges always sends changelogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-listchanges/+bug/839378/+subscriptions

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


[Bug 1173349]

2013-06-01 Thread Ralf Jung
This bug is about a crash in plasma, not kwin. So I assumed you always
meant plasma when you said kwin?

Also, I have an Intel card, and I saw this crash a few (3-5) times. It
doesn't seem to be driver-dependent (and also, that wouldn't make much
sense... whatever that means^^).

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

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

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


[Bug 1173349]

2013-05-12 Thread Ralf Jung
That .desktop file works all right here. It opens the pdf document in
Firefox, and that's it. Plasma is not even involved.

Which default browser do you use?

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

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

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


[Bug 1173349]

2013-05-12 Thread Ralf Jung
Sorry, of course I meant gif. I changed the default browser (could not
get it to launch in Gwenview though), still not crashing here (KDE
4.10.3).

Kubuntu 13.10 is not yet released, in fact that's still 6 months ahead
;-)

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

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

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


[Bug 1069498]

2013-03-12 Thread Ralf Jung
The fix will land in 4.11. The danger of regressions is too big to put
it into the stable branch.

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 619194]

2012-11-15 Thread Ralf Jung
Well, currently it follows PA's default channel after a restart, so something 
in KWin is already doing it right - it just doesn't notice PA changing the 
default output while KWin is running.
When I asked about that a year ago or so, I was told that having PA running, 
but not being used by Phonon, was not a supported usecase.

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

Title:
  Select main channel in KMix didn't work as expected

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

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


[Bug 1069498]

2012-11-15 Thread Ralf Jung
On my system, nothing at all changed from 4.9.2 to 4.9.3.

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 1069498]

2012-11-15 Thread Ralf Jung
Maybe Ubuntu enabled the TearFree option in the Intel X driver?
That'd be just a crude work-around though, that option adds a driver-side 
compositor (even if the desktop already uses a compositor), which means a lot 
of additional copies.

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 1069498]

2012-11-06 Thread Ralf Jung
What's the way to go forward here? I think the most interesting question
is: Is it acceptable/a good idea to rely on the driver re-using the
backbuffer? The extension
https://www.opengl.org/registry/specs/EXT/glx_buffer_age.txt would
actually allow KWin to know when a backbuffer is re-used, but it is not
implemented in Mesa 8.

Looking at other compositors, if I understand the Clutter code properly
it performs a full-screen redraw each time. By only adding the full
screen to the damage area very late in KWin's paintSimpleScreen (after
calling prePaintWindow), I was able to significantly boost the
performance even with a full-screen blur region: It's ~45fps now. Maybe
the blur effect can be further optimized.

Weston seems to rely on backbuffer re-usage. It does not copy front-
buffer pixels to the backbuffer though, but instead keeps track of a
damaged region for each backbuffer (which, however, is equivalent to
remembering the last two or three damages) to know what to actually re-
paint. The problem is that KWin has effect plugins, which can extend to
the damaged region, so it is not straight forward to implement that
here: We need a place where the full region that will be re-painted for
the current frame is known, but nothing has been drawn yet so the region
to be re-drawn can be extended arbitrarily. I implemented this locally,
the observable behaviour is similar to the copy from frontbuffer patch
- I am unsure which version is preferable, but extending the re-drawn
area sounds cleaner to me (with my very limited GLX/OpenGL
experience...).

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 1069498]

2012-11-06 Thread Ralf Jung
(In reply to comment #66)
 I think following Weston's approach is probably the best one as I assume
 that 
 Kristian knows what is best with Mesa's drivers.
I will open a review request later today.

 We should know the actual damage area after the effects have modified it,
 once 
 it goes back into the scene. So it should be possible to keep a queue of the 
 last frames damage areas.
I think I found the right spot in paintSimpleScreen. If not, you'll probably 
complain during review ;-)

 Btw. we have quite some time to get it right as I think that's already too 
 late for 4.10 (we are past soft feature freeze).
So you think this is a feature? That's not for me to decide, of course.
Do you think a simpler patch which just fixes tearing for full-screen repaints 
could still go into 4.10? Something similar to Thomas' first patch 
(https://git.reviewboard.kde.org/r/106833/).

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 1069498]

2012-11-06 Thread Ralf Jung
Has 1 bug less is also a feature... ;-)

But I agree it needs thorough testing. I'll split the patch into two,
one which I consider safe, and one with the actual always page-flip
magic. You can find the review request at
https://git.reviewboard.kde.org/r/107194/ .

(In reply to comment #69)
 @Ralf
 The major aspect in your patch is the inverted damage calculation, correct?
In the one I posted here, right. That was necessary to get 60fps during video 
playback. I think the problem was that your patch always copied loads of stuff 
back after the swapping, even if most of that would be overwritten by the next 
frame. That's avoided by my inverted logic.
The patch I submitted for review however works completely different, it makes 
sure the actual rendering is done on the slightly larger area to fix the 
current backbuffer. That's the approach taken by Weston as well. It kind of 
replaces pixel copying by texture drawing - I don't know which is faster ;-) . 
It also tries to inject the additional damage late in the drawing process, so 
that caching effects (like the blur effect) only get the real damage.

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 1069498]

2012-11-06 Thread Ralf Jung
(In reply to comment #71)
  But I agree it needs thorough testing. 
 So maybe implement this optionally, like Thomas propose? It exactly allow to
 do thorough testing.
Sure, if the approach is accepted, one could make it optional.

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

Title:
  KWin shows tearing despite of VSync

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1069498/+subscriptions

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


[Bug 673168] Re: System freezes for 5-10 seconds on startup and resume

2011-04-15 Thread Ralf Jung
Due to further issues with the wireless connection, I recently switched
from the open-source b43 wireless driver to the closed-source one from
broadcom that Jockey offers. So this is definitely an issue within or
caused by the b43 wireless driver.

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 662121] Re: Incomplete German translations in KDE System Settings

2011-01-30 Thread Ralf Jung
In the mean time, I added the Kubuntu Updates PPA to my apt sources, and
now the remaining translation issues are gone as well. It seems those
PPA packages have a better quality than the ones shipped with Kubuntu
(and they do provide updates to bugfix releases, i.e. KDE 4.5.5).

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

Title:
  Incomplete German translations in KDE System Settings

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


[Bug 441653] Re: radeon graphics mode and console does not start - xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

2011-01-30 Thread Ralf Jung
These issues went completely away for me after I upgraded to Kubuntu
10.10.

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

Title:
  radeon graphics mode and console does not start - xf86OpenConsole:
  VT_WAITACTIVE failed: Interrupted system call

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


[Bug 673168] Re: System freezes for 5-10 seconds on startup and resume

2011-01-30 Thread Ralf Jung
I can confirm that this is somehow related to the wireless card: I
accidentally meddled with the driver jockey and obviously removed parts
(or all) of the firmware files for my b43 wireless device. At the next
reboot, even though I had a network cable plugged into the laptop, it
would not stall after hitting the first key of my password. I then fixed
the wireless, and rebooted again, and the freezing was back.

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673163] Re: Screen is not re-enabled properly if suspend happens with lid closed

2011-01-15 Thread Ralf Jung
apport information

** Tags added: apport-collected

** Description changed:

  If my laptop is suspended while the lid is closed (for example, when I
  enabled suspend PC on lip closure or when I close the lid and then
  wait the 15 minutes till automatic suspend), the screen dos not come
  back properly when I wake the PC up. It stays black, pressing
  Ctrl+Alt+F1 and then Ctrl+Alt+F7 enables the background light, but gives
  no image. Pressing the power buttons results in a shutdown, presumably a
  normal one (it takes about the same time as usually).
  
  If suspend is triggered (automatically or by me) while the lid is open,
  it works as expected.
  
  This is with Kubuntu 10.10 (I had the issue with 10.04, too) on an HP
  Compaq 615. The graphics card is AMD Radeon HD 3200 and I am using the
  binary drivers as shipped with Ubuntu.
  
  (The bug report assistant insisted that I unplug and re-plug a device
  during collecting the data, so I did that with my keyboard because it is
  the only external device. This is completely unrelated to the problem, I
  just had to do it to continue in the dialogue. I don't know if this
  shows up in the debug information in some way.)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.35
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ralf   2219 F knotify4
ralf   2359 F kmix
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xd440 irq 16'
 Mixer name : 'IDT 92HD75B2X5'
 Components : 'HDA:111d7608,103c308c,00100202'
 Controls  : 15
 Simple ctrls  : 10
  Date: Tue Nov  9 20:09:15 2010
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=e178ec72-a4e4-40bf-a362-a13a322b3f95
  HotplugNewDevices:
   
  HotplugNewMounts:
   
  InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
  MachineType: Hewlett-Packard Compaq 615
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  SourcePackage: linux
  Symptom: storage
  UdisksMonitorLog: Monitoring activity from the disks daemon. Press Ctrl+C to 
cancel.
  dmi.bios.date: 12/17/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68GVV Ver. F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 308C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 27.09
  dmi.chassis.asset.tag: CNU0120V8M
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68GVVVer.F.0F:bd12/17/2009:svnHewlett-Packard:pnCompaq615:pvrF.0F:rvnHewlett-Packard:rn308C:rvrKBCVersion27.09:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: Compaq 615
  dmi.product.version: F.0F
  dmi.sys.vendor: Hewlett-Packard
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ralf   1996 F knotify4
+   ralf   2106 F kmix
+ CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xd440 irq 16'
+Mixer name : 'IDT 92HD75B2X5'
+Components : 'HDA:111d7608,103c308c,00100202'
+Controls  : 15
+Simple ctrls  : 10
+ DistroRelease: Ubuntu 10.10
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=e178ec72-a4e4-40bf-a362-a13a322b3f95
+ InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
+ MachineType: Hewlett-Packard Compaq 615
+ NonfreeKernelModules: fglrx
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
+ 

[Bug 673163] AlsaDevices.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794769/+files/AlsaDevices.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] BootDmesg.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794770/+files/BootDmesg.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] Card0.Amixer.values.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794771/+files/Card0.Amixer.values.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


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

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794772/+files/Card0.Codecs.codec.0.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] CurrentDmesg.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794773/+files/CurrentDmesg.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] IwConfig.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: IwConfig.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794774/+files/IwConfig.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] Lspci.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794775/+files/Lspci.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] Lsusb.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794776/+files/Lsusb.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] PciMultimedia.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794777/+files/PciMultimedia.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] ProcCpuinfo.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794778/+files/ProcCpuinfo.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] ProcInterrupts.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794779/+files/ProcInterrupts.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] ProcModules.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794780/+files/ProcModules.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] RfKill.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: RfKill.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794781/+files/RfKill.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] UdevDb.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794782/+files/UdevDb.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] UdevLog.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794783/+files/UdevLog.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] WifiSyslog.txt

2011-01-15 Thread Ralf Jung
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.edge.launchpad.net/bugs/673163/+attachment/1794784/+files/WifiSyslog.txt

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673163] Re: Screen is not re-enabled properly if suspend happens with lid closed

2011-01-15 Thread Ralf Jung
The issue is still reproducible with the same simple steps:
- Enable Suspend PC when lid is closed
- Close lid
- Re-open lid, hit power button
The system comes back up, but the screen does not. It stays dark (as in, 
background light turned off - not the same as if all shown pixels are black). 
Blindly unlocking the screen, opening a console, typing sudo reboot, 
confirming with my password and hitting enter correctly re-booted the PC, so it 
was not locked up, just screenless.

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

Title:
  Screen is not re-enabled properly if suspend happens with lid closed

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


[Bug 673168] Re: System freezes for 5-10 seconds on startup and resume

2011-01-13 Thread Ralf Jung
apport information

** Tags added: apport-collected

** Description changed:

  If I boot my PC with the network cable plugged in, the whole system
  freezes at the log in screen as soon as I press the first key. During
  these 5-10 seconds, no mouse movement or key press shows any result, nor
  is the screen updated in any other way. If I wait and do not press any
  key, the freeze happens about 15 seconds after the login screen
  appeared. If I plug in the network cable later (e.g. when the login
  screen is already visible, or when I am logged in), nothing like that
  happens.
  
  However, the same freeze (same effect, same timespan) happens after
  resume, both with and without a cable plugged in, and without me
  pressing any key. It also sometimes happens after using the key the
  enabled/disables the wireless card (the other occurrences are
  reproducible, this one not).
  
  This is with Kubuntu 10.10, but it also happened with 10.04. I am using
  a HP Compaq 615.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.35
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ralf   2219 F knotify4
ralf   2359 F kmix
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xd440 irq 16'
 Mixer name : 'IDT 92HD75B2X5'
 Components : 'HDA:111d7608,103c308c,00100202'
 Controls  : 15
 Simple ctrls  : 10
  Date: Tue Nov  9 20:13:00 2010
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=e178ec72-a4e4-40bf-a362-a13a322b3f95
  InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
  MachineType: Hewlett-Packard Compaq 615
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  SourcePackage: linux
  dmi.bios.date: 12/17/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68GVV Ver. F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 308C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 27.09
  dmi.chassis.asset.tag: CNU0120V8M
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68GVVVer.F.0F:bd12/17/2009:svnHewlett-Packard:pnCompaq615:pvrF.0F:rvnHewlett-Packard:rn308C:rvrKBCVersion27.09:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: Compaq 615
  dmi.product.version: F.0F
  dmi.sys.vendor: Hewlett-Packard
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ralf   2022 F knotify4
+   ralf   2131 F kmix
+ CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xd440 irq 16'
+Mixer name : 'IDT 92HD75B2X5'
+Components : 'HDA:111d7608,103c308c,00100202'
+Controls  : 15
+Simple ctrls  : 10
+ DistroRelease: Ubuntu 10.10
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=e178ec72-a4e4-40bf-a362-a13a322b3f95
+ InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
+ MachineType: Hewlett-Packard Compaq 615
+ NonfreeKernelModules: fglrx
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
+ ProcEnviron:
+  LANGUAGE=de_DE
+  PATH=(custom, user)
+  LANG=de_DE.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
+ Regression: No
+ RelatedPackageVersions: linux-firmware 1.38
+ Reproducible: Yes
+ Tags: maverick kernel-fs needs-upstream-testing
+ Uname: Linux 2.6.35-24-generic x86_64
+ UserGroups: adm admin cdrom dialout 

[Bug 673168] AlsaDevices.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792689/+files/AlsaDevices.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] BootDmesg.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792690/+files/BootDmesg.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] Card0.Amixer.values.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792691/+files/Card0.Amixer.values.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


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

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792692/+files/Card0.Codecs.codec.0.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] CurrentDmesg.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792693/+files/CurrentDmesg.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] IwConfig.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: IwConfig.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792694/+files/IwConfig.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] Lspci.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792695/+files/Lspci.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] Lsusb.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792696/+files/Lsusb.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] PciMultimedia.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792697/+files/PciMultimedia.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] ProcCpuinfo.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792698/+files/ProcCpuinfo.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] ProcInterrupts.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792699/+files/ProcInterrupts.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] ProcModules.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792700/+files/ProcModules.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] RfKill.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: RfKill.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792701/+files/RfKill.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] UdevDb.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792702/+files/UdevDb.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] UdevLog.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792703/+files/UdevLog.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673168] WifiSyslog.txt

2011-01-13 Thread Ralf Jung
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.edge.launchpad.net/bugs/673168/+attachment/1792704/+files/WifiSyslog.txt

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

Title:
  System freezes for 5-10 seconds on startup and resume

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


[Bug 673163] [NEW] Screen is not re-enabled properly if suspend happens with lid closed

2010-11-09 Thread Ralf Jung
Public bug reported:

If my laptop is suspended while the lid is closed (for example, when I
enabled suspend PC on lip closure or when I close the lid and then
wait the 15 minutes till automatic suspend), the screen dos not come
back properly when I wake the PC up. It stays black, pressing
Ctrl+Alt+F1 and then Ctrl+Alt+F7 enables the background light, but gives
no image. Pressing the power buttons results in a shutdown, presumably a
normal one (it takes about the same time as usually).

If suspend is triggered (automatically or by me) while the lid is open,
it works as expected.

This is with Kubuntu 10.10 (I had the issue with 10.04, too) on an HP
Compaq 615. The graphics card is AMD Radeon HD 3200 and I am using the
binary drivers as shipped with Ubuntu.

(The bug report assistant insisted that I unplug and re-plug a device
during collecting the data, so I did that with my keyboard because it is
the only external device. This is completely unrelated to the problem, I
just had to do it to continue in the dialogue. I don't know if this
shows up in the debug information in some way.)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.35
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ralf   2219 F knotify4
  ralf   2359 F kmix
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd440 irq 16'
   Mixer name   : 'IDT 92HD75B2X5'
   Components   : 'HDA:111d7608,103c308c,00100202'
   Controls  : 15
   Simple ctrls  : 10
Date: Tue Nov  9 20:09:15 2010
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=e178ec72-a4e4-40bf-a362-a13a322b3f95
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
MachineType: Hewlett-Packard Compaq 615
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
Symptom: storage
UdisksMonitorLog: Monitoring activity from the disks daemon. Press Ctrl+C to 
cancel.
dmi.bios.date: 12/17/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68GVV Ver. F.0F
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 308C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 27.09
dmi.chassis.asset.tag: CNU0120V8M
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68GVVVer.F.0F:bd12/17/2009:svnHewlett-Packard:pnCompaq615:pvrF.0F:rvnHewlett-Packard:rn308C:rvrKBCVersion27.09:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: Compaq 615
dmi.product.version: F.0F
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug kernel-graphics maverick needs-upstream-testing

-- 
Screen is not re-enabled properly if suspend happens with lid closed
https://bugs.launchpad.net/bugs/673163
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 673163] Re: Screen is not re-enabled properly if suspend happens with lid closed

2010-11-09 Thread Ralf Jung


-- 
Screen is not re-enabled properly if suspend happens with lid closed
https://bugs.launchpad.net/bugs/673163
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 673168] [NEW] System freezes for 5-10 seconds on startup and resume

2010-11-09 Thread Ralf Jung
Public bug reported:

If I boot my PC with the network cable plugged in, the whole system
freezes at the log in screen as soon as I press the first key. During
these 5-10 seconds, no mouse movement or key press shows any result, nor
is the screen updated in any other way. If I wait and do not press any
key, the freeze happens about 15 seconds after the login screen
appeared. If I plug in the network cable later (e.g. when the login
screen is already visible, or when I am logged in), nothing like that
happens.

However, the same freeze (same effect, same timespan) happens after
resume, both with and without a cable plugged in, and without me
pressing any key. It also sometimes happens after using the key the
enabled/disables the wireless card (the other occurrences are
reproducible, this one not).

This is with Kubuntu 10.10, but it also happened with 10.04. I am using
a HP Compaq 615.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.35
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ralf   2219 F knotify4
  ralf   2359 F kmix
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd440 irq 16'
   Mixer name   : 'IDT 92HD75B2X5'
   Components   : 'HDA:111d7608,103c308c,00100202'
   Controls  : 15
   Simple ctrls  : 10
Date: Tue Nov  9 20:13:00 2010
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=e178ec72-a4e4-40bf-a362-a13a322b3f95
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
MachineType: Hewlett-Packard Compaq 615
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
dmi.bios.date: 12/17/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68GVV Ver. F.0F
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 308C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 27.09
dmi.chassis.asset.tag: CNU0120V8M
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68GVVVer.F.0F:bd12/17/2009:svnHewlett-Packard:pnCompaq615:pvrF.0F:rvnHewlett-Packard:rn308C:rvrKBCVersion27.09:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: Compaq 615
dmi.product.version: F.0F
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug kernel-sound maverick needs-upstream-testing

-- 
System freezes for 5-10 seconds on startup and resume
https://bugs.launchpad.net/bugs/673168
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 673168] Re: System freezes for 5-10 seconds on startup and resume

2010-11-09 Thread Ralf Jung


-- 
System freezes for 5-10 seconds on startup and resume
https://bugs.launchpad.net/bugs/673168
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 662771] Re: Messages shown during boot and shutdown

2010-11-09 Thread Ralf Jung
apport information

** Tags added: apport-collected

** Description changed:

  Since I upgraded to Kubuntu 10.10, there are messages showing on top of the 
slpash screen during boot and shutdown. I am using the binary ATI drivers, so 
it falls back to the test-based screen, and just before X starts, some messages 
appear. The only thing I could read is shpchp.
  During shutdown, there are some messages about modem-manager shutting down, 
amongst others (which I could not catch).
  
- Is there some logfile I could get the messages form? If not, I will try
- to make a picture with my camera, but I doubt I'll be quick enough ;-)
+ Is there some logfile I could get the messages form? If not, I will try to 
make a picture with my camera, but I doubt I'll be quick enough ;-)
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.10
+ DkmsStatus:
+  vboxhost, 3.2.10, 2.6.35-22-generic, x86_64: installed  (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
+  fglrx, 8.780, 2.6.35-22-generic, x86_64: installed 
+  fglrx, 8.780, 2.6.32-25-generic, x86_64: built
+ EcryptfsInUse: Yes
+ InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
+ MachineType: Hewlett-Packard Compaq 615
+ NonfreeKernelModules: fglrx
+ Package: xorg 1:7.5+6ubuntu3
+ PackageArchitecture: amd64
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=86e7a67d-1838-43ea-badd-d16a3c3793a6 ro quiet splash
+ ProcEnviron:
+  LANGUAGE=de_DE
+  PATH=(custom, user)
+  LANG=de_DE.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
+ Tags: maverick maverick
+ Uname: Linux 2.6.35-22-generic x86_64
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
+ dmi.bios.date: 12/17/2009
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 68GVV Ver. F.0F
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: 308C
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: KBC Version 27.09
+ dmi.chassis.asset.tag: CNU0120V8M
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68GVVVer.F.0F:bd12/17/2009:svnHewlett-Packard:pnCompaq615:pvrF.0F:rvnHewlett-Packard:rn308C:rvrKBCVersion27.09:cvnHewlett-Packard:ct10:cvr:
+ dmi.product.name: Compaq 615
+ dmi.product.version: F.0F
+ dmi.sys.vendor: Hewlett-Packard
+ system:
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   x86_64
+  kernel: 2.6.35-22-generic

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728315/+files/BootDmesg.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] CurrentDmesg.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728316/+files/CurrentDmesg.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] Dependencies.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728317/+files/Dependencies.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] Lspci.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728318/+files/Lspci.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] Lsusb.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728319/+files/Lsusb.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] PciDisplay.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728320/+files/PciDisplay.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] ProcCpuinfo.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728321/+files/ProcCpuinfo.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] ProcInterrupts.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728322/+files/ProcInterrupts.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] ProcModules.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728323/+files/ProcModules.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] RelatedPackageVersions.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728324/+files/RelatedPackageVersions.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] UdevDb.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728325/+files/UdevDb.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] UdevLog.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728326/+files/UdevLog.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] XorgConf.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: XorgConf.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728327/+files/XorgConf.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] XorgLog.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728328/+files/XorgLog.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] XorgLogOld.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728329/+files/XorgLogOld.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] Xrandr.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: Xrandr.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728330/+files/Xrandr.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] glxinfo.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: glxinfo.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728331/+files/glxinfo.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] peripherals.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: peripherals.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728333/+files/peripherals.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] setxkbmap.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728334/+files/setxkbmap.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] xdpyinfo.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728335/+files/xdpyinfo.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] xkbcomp.txt

2010-11-09 Thread Ralf Jung
apport information

** Attachment added: xkbcomp.txt
   
https://bugs.edge.launchpad.net/bugs/662771/+attachment/1728336/+files/xkbcomp.txt

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] Re: Messages shown during boot and shutdown

2010-11-09 Thread Ralf Jung
Okay, seeing the new files here it seems that worked ;-)
Thanks for the hints - I read that wiki page, but had no idea which package is 
affected, so I went with the web page.

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] Re: Messages shown during boot and shutdown

2010-10-29 Thread Ralf Jung
As I wrote above, I am using Kubuntu. In /var/log, there are tons of
files, which ones are interesting? boot.log is almost empty, but
kern.log and dmesg seem to contain the keyword, though there are much
more messages than just the one I see on startup... it says:

Oct 24 15:10:12 ralf-schlepptop kernel: [   10.844164] shpchp :00:01.0: HPC 
vendor_id 1022 device_id 9602 ss_vid 1022 ss_did 9602
Oct 24 15:10:12 ralf-schlepptop kernel: [   10.844170] shpchp :00:01.0: 
Cannot reserve MMIO region
Oct 24 15:10:12 ralf-schlepptop kernel: [   10.844215] shpchp: Standard Hot 
Plug PCI Controller Driver version: 0.4

(I think it is the 2nd of the three lines that I see on startup)

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662771] [NEW] Messages shown during boot and shutdown

2010-10-18 Thread Ralf Jung
Public bug reported:

Since I upgraded to Kubuntu 10.10, there are messages showing on top of the 
slpash screen during boot and shutdown. I am using the binary ATI drivers, so 
it falls back to the test-based screen, and just before X starts, some messages 
appear. The only thing I could read is shpchp.
During shutdown, there are some messages about modem-manager shutting down, 
amongst others (which I could not catch).

Is there some logfile I could get the messages form? If not, I will try
to make a picture with my camera, but I doubt I'll be quick enough ;-)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Messages shown during boot and shutdown
https://bugs.launchpad.net/bugs/662771
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 662121] Re: Incomplete German translations in KDE System Settings

2010-10-18 Thread Ralf Jung
Interesting enough, after changing the global language to English, the 
systemsettings were almost completely translated (while the rest of the system 
was English). I then switched back, and now systemsettings looks alright.
However I noticed other translation issues in the context menu of files - see 
attached screenshot. This affects the additional context menu items added by 
Ark and the Actions submenu,

** Attachment added: contextmenu.jpg
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/662121/+attachment/1699206/+files/contextmenu.jpg

-- 
Incomplete German translations in KDE System Settings
https://bugs.launchpad.net/bugs/662121
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 662121] Re: Incomplete German translations in KDE System Settings

2010-10-17 Thread Ralf Jung

** Attachment added: systemsettings.jpg
   
https://bugs.launchpad.net/bugs/662121/+attachment/1697965/+files/systemsettings.jpg

-- 
Incomplete German translations in KDE System Settings
https://bugs.launchpad.net/bugs/662121
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 662121] [NEW] Incomplete German translations in KDE System Settings

2010-10-17 Thread Ralf Jung
Public bug reported:

I recently upgraded my Kubuntu installation from Lucid to Maverick. This 
generally worked well, however there is one regression in terms of 
localisation: The modules in the KDE systemsettings are (again...) only 
partially translated. This has been an issue earlier, but was fixed in Lucid. 
Unfortunately, the language mix came back after the upgrade.
I attached a screenshot showing the issue.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Incomplete German translations in KDE System Settings
https://bugs.launchpad.net/bugs/662121
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 441653] Re: xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

2010-05-31 Thread Ralf Jung
I do have the same problem on my HP Compaq 615 (graphics card: AMD HD 3200). It 
only happens when the fglrx drivers are installed, which results in KMS being 
disabled. It does *not* matter whether I have an xorg.conf file to tell X to 
actually use the fglrx driver. This is the Xorg.0.log error message:
Fatal server error:
xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

When above conditions are met, the lockup occurs about every 3rd to 4th time. 
Ctrl+Alt+Del sanely restarts the machine.
While googling for the problem, I found this old issue in Red Had with exactly 
the same symptoms (as in, only happening with KDM, irreproducible, and same 
error in X log file): https://bugzilla.redhat.com/show_bug.cgi?id=323501

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

-- 
xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call
https://bugs.launchpad.net/bugs/441653
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 572245] Re: Graphics glitches before X starts (and after it shuts down)

2010-05-06 Thread Ralf Jung
Compaq Evo N610c? That's exactly the same machine as mine :D (the one
the original report is about)

-- 
Graphics glitches before X starts (and after it shuts down)
https://bugs.launchpad.net/bugs/572245
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 572240] [NEW] Syslog says comething about unmanaged device found - but I have no unmanaged device

2010-04-30 Thread Ralf Jung
Public bug reported:

Binary package hint: network-manager

Each time I unplug my wireless network card, I see this message in my syslog:
2010-04-30 13:12:00 ralf-laptop NetworkManager  info  Unmanaged 
Device found; state CONNECTED forced. (see 
http://bugs.launchpad.net/bugs/191889)
However, I have no unmanaged network device. I always did all my network 
managing with NetworkManager. So if NetworkManager indeed forces the state to 
CONNECTED, that's just wrong.

Here's my /etc/network/interfaces:
auto lo
iface lo inet loopback

This is with Kubuntu 10.04, all updates installed.

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

-- 
Syslog says comething about unmanaged device found - but I have no unmanaged 
device
https://bugs.launchpad.net/bugs/572240
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 572245] [NEW] Graphics glitches before X starts (and after it shuts down)

2010-04-30 Thread Ralf Jung
Public bug reported:

Binary package hint: plymouth

I am using Kubuntu 10.04. When I boot my system, the splash screen shows a lot 
of glitches - I can barely read Ubuntu, and the overall picture looks almost 
as if it tried to reduce the color depth, but it did not use the nearest color 
when reducing, but some random one (the glitch does not always look the same).
The graphics card is an Radeon Mobility 7500 - yeah, quite old ;-)

As soon as X starts, the splash screen looks all right. The same
happens, in reverse order, when shutting down.

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

-- 
Graphics glitches before X starts (and after it shuts down)
https://bugs.launchpad.net/bugs/572245
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 370429] Re: Amarok translation faulty and incomplete

2009-11-14 Thread Ralf Jung
After upgrading to Kubuntu 9.10, the translation errors are gone -
thanks :)

** Changed in: language-pack-kde-de (Ubuntu)
   Status: New = Fix Released

-- 
Amarok translation faulty and incomplete
https://bugs.launchpad.net/bugs/370429
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 367287] Re: kubuntu-restricted-extras should depend on lame

2009-11-14 Thread Ralf Jung
As of Kubuntu 9.10, lame is still not installed when kubuntu-restricted-
extras is

-- 
kubuntu-restricted-extras should depend on lame
https://bugs.launchpad.net/bugs/367287
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 363624] Re: Dolphin does not correctly display special characters in messages

2009-11-14 Thread Ralf Jung
Yes, even in Kubuntu 9.10, the umlauts are displayed incorrectly

-- 
Dolphin does not correctly display special characters in messages
https://bugs.launchpad.net/bugs/363624
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 328574] Re: apt-mark sometimes cannot mark package as being automatically installed

2009-11-14 Thread Ralf Jung
The issue persists with Kubuntu 9.10

-- 
apt-mark sometimes cannot mark package as being automatically installed
https://bugs.launchpad.net/bugs/328574
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 363767] Re: Screen is not locked after suspend

2009-11-14 Thread Ralf Jung
This was fixed with Kubuntu 9.10, obviously :)

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

-- 
Screen is not locked after suspend
https://bugs.launchpad.net/bugs/363767
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 105900] Re: Bold, Italics, and Bold Italics not in English on Fonts menu

2009-11-14 Thread Ralf Jung
I can confirm the issue for Kubuntu 9.10

-- 
Bold, Italics, and Bold Italics not in English on Fonts menu
https://bugs.launchpad.net/bugs/105900
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 318503] Re: typo: Translation of Space-Key in systemsettings/hotkeys wrong (German)

2009-11-14 Thread Ralf Jung
No, with Kubuntu 9.10, it's fixed :)

** Changed in: language-pack-kde-de-base (Ubuntu)
   Status: Incomplete = Fix Released

-- 
typo: Translation of Space-Key in systemsettings/hotkeys wrong (German)
https://bugs.launchpad.net/bugs/318503
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 363624] Re: Dolphin does not correctly display special characters in messages

2009-11-09 Thread Ralf Jung
I will do the upgrade in a week or two, hopefully, and test it again
then.

-- 
Dolphin does not correctly display special characters in messages
https://bugs.launchpad.net/bugs/363624
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

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


[Bug 363624] Re: Dolphin does not correctly display special characters in messages

2009-07-24 Thread Ralf Jung
Kubuntu is my main OS, so I really don't like to install a release candidate 
from some experimental repository. The risk of breaking my system is too high, 
and I don't have the time to re-install everything.
I have KDE 4.2.4 installed and the error is still present.

-- 
Dolphin does not correctly display special characters in messages
https://bugs.launchpad.net/bugs/363624
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

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


  1   2   >