[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2013-05-10 Thread Thomas Dahlmann
I can confirm that the fix from "pd (petr-danecek)" works on my Probook
5310m. The fan comes out of "psychotic speed" mode and falls down to
normal speed after resume.

Boy, have I been looking for this fix.

Can someone tell me why this hasn't been addressed yet, it is a very old
bug?

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

Title:
  Laptop Fan always on after resume from suspend to RAM

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

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


[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2012-08-05 Thread Thomas Dahlmann
On Ubuntu 12.04 with both stock kernel and 3.5 the problem is persitent
(HP 5310m). I can fix it by unplugging/replugging the power cord or
using this script (modified from above examples):

#!/bin/sh
#
# https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77370
# file /etc/pm/sleep.d/99fancontrol.sh

case "$1" in
 hibernate|suspend)
  # Stopping is not required.
  ;;
 thaw|resume)
# In background.
  echo -n "1" > /sys/devices/virtual/thermal/cooling_device11/cur_state
  ;;
 *) exit $NA
  ;;
esac

This error has been around like in ages, why hasn't it bee fix by now?

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

Title:
  Laptop Fan always on after resume from suspend to RAM

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

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


[Bug 849733] Re: No icon in notification area while transfering files

2011-10-18 Thread Thomas Dahlmann
This is also the case with a freshly installed Ocelot. If I then choose
to close the file operations windows, I've got no way to get it back or
see how far my operation is.

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

Title:
  No icon in notification area while transfering files

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

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


[Bug 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-10-04 Thread Thomas Dahlmann
Sorry, I just found out for my self after a reboot :(

It keeps the configuration files but removes symbolic links to modules
and configurationfiles.

I also had to battle with a new ports.conf file which got installed. It
added a Listen 443 statement that blocked the Apache server from
starting at all. But after commenting it out everything was back in
business.

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
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 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-10-01 Thread Thomas Dahlmann
I had this error for a while:

Setting up apache2.2-common (2.2.14-5ubuntu8.2) ...
ERROR: Module reqtimeout does not exist!
dpkg: error processing apache2.2-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-suexec:
 apache2-suexec depends on apache2.2-common; however:
  Package apache2.2-common is not configured yet.
dpkg: error processing apache2-suexec (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
 apache2-mpm-itk depends on apache2.2-common (= 2.2.14-5ubuntu8.2); however:
  Package apache2.2-common is not configured yet.
dpkg: error processing apache2-mpm-itk (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.
   No apport report written because the error message 
indicates its a followup error from a previous failure.
  Errors were encountered 
while processing:
 apache2.2-common
 apache2-suexec
 apache2-mpm-itk
E: Sub-process /usr/bin/dpkg returned an error code (1)


I solved it by running:

dpkg --purge --force-all apache2.2-common
 dpkg: apache2.2-common: dependency problems, but removing anyway as you 
requested:
 libapache2-mod-php5 depends on apache2.2-common; however:
 Package apache2.2-common is to be removed.
 libapache2-mod-perl2 depends on apache2.2-common.
 libapache2-mod-auth-mysql depends on apache2.2-common (>= 2.2.3-3).
 libapache2-mod-geoip depends on apache2.2-common.
 (Reading database ... 116204 files and directories currently installed.)
 Removing apache2.2-common ...
 Purging configuration files for apache2.2-common ... 
 dpkg: warning: while removing apache2.2-common, directory '/var/www' not empty 
so not removed.
 dpkg: warning: while removing apache2.2-common, directory '/var/log/apache2' 
not empty so not removed.
 dpkg: warning: while removing apache2.2-common, directory 
'/etc/apache2/sites-available' not empty so not removed.
 Processing triggers for man-db ...
 Processing triggers for ureadahead ...
 Processing triggers for ufw ...

Then reinstall it:
r...@server:~# apt-get install apache2.2-common

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
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 541368] Re: does not terminate at computer shutdown

2010-03-18 Thread Thomas Dahlmann

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

** Attachment added: "InitctlList.txt"
   http://launchpadlibrarian.net/41239634/InitctlList.txt

** Attachment added: "ProcAttrCurrent.gz"
   http://launchpadlibrarian.net/41239635/ProcAttrCurrent.gz

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/41239636/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/41239637/ProcStatus.txt

** Attachment added: "Processes.txt"
   http://launchpadlibrarian.net/41239638/Processes.txt

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/541368
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 541368] [NEW] does not terminate at computer shutdown

2010-03-18 Thread Thomas Dahlmann
Public bug reported:

Binary package hint: blueman

Blueman just generated a crash report upon restart, no actions done by
me.

Info:
lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

blueman 1.21-2ubuntu1  A Graphical bluetooth manager

ProblemType: Bug
Architecture: i386
Date: Thu Mar 18 06:58:34 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/blueman-applet
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Alpha i386 (20100314)
InterpreterPath: /usr/bin/python2.6
NonfreeKernelModules: wl
OmitPids: 5907 5908
Package: blueman 1.21-2ubuntu1
ProcCmdline: /usr/bin/python /usr/bin/blueman-applet
ProcEnviron:
 LANG=en_DK.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: blueman
Title: does not terminate at computer shutdown
Uname: Linux 2.6.32-16-generic i686

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

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/541368
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 442440] Re: System Tester plays no audio

2009-10-04 Thread Thomas Dahlmann

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/32991448/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/32991449/BootDmesg.txt

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

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

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/32991452/CurrentDmesg.txt

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

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/32991454/PciMultimedia.txt

-- 
System Tester plays no audio
https://bugs.launchpad.net/bugs/442440
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 442440] [NEW] System Tester plays no audio

2009-10-04 Thread Thomas Dahlmann
Public bug reported:

Binary package hint: checkbox

When using the System Tester tool to verify hardware compatibility the
sound tester doesn't produce any sound.

There is nothing wrong with my audio outside the tool (it works
perfectly) so the problem must be in the System Tester.

Description:Ubuntu karmic (development branch) beta
Release:9.10

The version checkbox is  0.8.3

I'm using a Lenovo S10e netbook (00:1b.0 Audio device: Intel Corporation
82801G (ICH7 Family) High Definition Audio Controller (rev 02))

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tdd1473 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf064 irq 22'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,17aa3bf8,0014'
   Controls  : 14
   Simple ctrls  : 9
CheckboxCommand: alsa_record_playback
CheckboxSubmission: f22027ae5731b93e908408bd74011686
CheckboxSystem: 76d74efb848acffe39cfd0bfe8cfe94a
CheckboxTest: alsa_record_playback_alternates
Date: Sun Oct  4 19:51:37 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_DK.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: alsa-driver
Tags:  ubuntu-unr checkbox-bug
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:1752): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1752): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1841): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1916): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: apport-bug checkbox-bug i386 ubuntu-unr

-- 
System Tester plays no audio
https://bugs.launchpad.net/bugs/442440
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