[Bug 771423] Re: syncio_http.c: 282: Previous read error

2011-04-27 Thread Tobias Heinemann
Well, I succeeded in building and installing gwenhywfar 4.0.9. The bug
is fixed in this version. Could somebody please contact the package
maintainer to ask for an update?

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

Title:
  syncio_http.c:  282: Previous read error

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


[Bug 771423] [NEW] syncio_http.c: 282: Previous read error

2011-04-26 Thread Tobias Heinemann
Public bug reported:

After upgrading to Natty I can't update my online banking accounts using
aqbanking. Every time I get the same error:

tobias@tobias-Aspire-7552:~/gwenhywfar-4.0.9/gwenhywfar-4.0.9$ aqbanking-cli 
request -b x -a x --balance
Aufträge werden ausgeführt: Started.
Sende Aufträge and die Bank(en)
Sperre Benutzer
Sperre Benutzer xx
Executing HBCI jobs
AqHBCI gestartet
Selecting iTAN mode "iTAN" (912)
Öffne Dialog mit dem Server
Aufträge werden kodiert
= PIN-Eingabe =
Please enter the PIN for 
user x at x

Input: x
Aufträge werden gesendet
Connecting to server...
Resolving hostname "xxx" ...
IP address is "xxx"
Connecting to "xxx"
Connected to "xxx"
5:2011/04/26 20-53-27:aqbanking(3853):abgui.c:  165: Automatically accepting 
certificate [xxx]
Connected.
Sending message...
Message sent.
Warte auf Antwort
Waiting for response...
HTTP-Status: 200 (OK)
Response received.
Disconnecting from server...
Disconnected.
Antwort erhalten
HBCI: 3060 - Teilweise liegen Warnungen oder Hinweise vor (M)
HBCI: 0020 - *Dialoginitialisierung erfolgreich (S)
HBCI: 3920 - Zugelassene TAN-Verfahren (S)
HBCI: 0020 - Die BPD ist bereits aktuell (S)
HBCI: 0020 - Die UPD ist bereits aktuell (S)
HBCI: 0901 - *PIN gültig. (S)
Dialog wurde nicht abgebrochen, PIN scheint gültig zu sein
Aufträge werden kodiert
Aufträge werden gesendet
Connecting to server...
Resolving hostname "xxx" ...
IP address is "xxx"
Connecting to "xxx"
Connected to "xxx"
5:2011/04/26 20-53-28:aqbanking(3853):abgui.c:  165: Automatically accepting 
certificate [xxx]
Connected.
Sending message...
Message sent.
Warte auf Antwort
Waiting for response...
3:2011/04/26 20-53-28:gwen(3853):syncio_http.c:  282: Previous read error
No message received
Keine Antwort (Timeout)
3:2011/04/26 20-53-28:aqhbci(3853):outbox.c: 1388: Error performing queue (-1)
AqHBCI abgeschlossen.
5:2011/04/26 20-53-28:aqbanking(3853):banking_online.c:  119: Error executing 
backend's queue
4:2011/04/26 20-53-28:aqbanking(3853):banking_online.c:  137: Not a single job 
successfully executed
Nachbehandlung der Aufträge
Module zurücksetzen
Aufträge werden ausgeführt: Finished.

I read a little in the version history of libgwenhyfar. It seems, that
it is a known bug, that was fixed with version 4.0.5. As I don't know
how to update the library I can't get sure, if that's the solution.

** Affects: libgwenhywfar (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/771423

Title:
  syncio_http.c:  282: Previous read error

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

[Bug 276159] Re: SCIM stops working in Firefox

2008-10-23 Thread Tobias Heinemann
** Changed in: scim-bridge (Ubuntu)
   Status: Invalid => New

-- 
SCIM stops working in Firefox
https://bugs.launchpad.net/bugs/276159
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 183033] Re: Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1

2008-06-06 Thread Tobias Heinemann
I can confirm that with the -19 kernel from hardy-proposed it works
correctly on my Latitude D830 as well.

Moreover, the kernel does not issue any warnings or error messages
whatsoever during a suspend/resume cycle. I believe that with earlier
kernels there were usually some cryptic ACPI errors.

-- 
Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1
https://bugs.launchpad.net/bugs/183033
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 183033] Re: Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1

2008-04-28 Thread Tobias Heinemann
It seems to me as if /etc/acpi/resume.d/72-acpi-pain.sh isn't even read
anymore upon resume. At least have a statement like

touch /root/acpi-pain

in there doesn't yield a file called /root/acpi-pain on this machine.

However, editing /usr/lib/hal/scripts/linux/hal-system-power-suspend-
linux and inserting

rmmod -f acpi_cpufreq
modprobe acpi_cpufreq

immediately before the last statement

exit $RET

works for me. Obviously,

$ grep FORCE_UNLOAD /boot/config-$(uname -r)
CONFIG_MODULE_FORCE_UNLOAD=y

is required for this.

-- 
Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1
https://bugs.launchpad.net/bugs/183033
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 183033] Re: Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1

2008-04-28 Thread Tobias Heinemann
Not confirming on Dell Latitude D830 using 8.04.

Adding

modprobe -r acpi_cpufreq
modprobe acpi_cpufreq

to /etc/acpi/resume.d/72-acpi-pain.sh still leaves me with

$ grep MHz /proc/cpuinfo
cpu MHz : 800.000
cpu MHz : 1994.491

after resuming from suspend to ram.

-- 
Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1
https://bugs.launchpad.net/bugs/183033
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 183033] Re: Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1

2008-04-20 Thread Tobias Heinemann
Tim, are you very sure about that? I could swear that the fan in my
laptop is doing much more work after resume -- which fits with my naive
interpretation of

$ cat /proc/cpuinfo | grep MHz
cpu MHz : 800.000
cpu MHz : 1994.556

-- 
Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1
https://bugs.launchpad.net/bugs/183033
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 23497] Re: i8042 unbind required for keyboard/mouse to be useable following suspend/resume & hibernate/resume cycle

2008-01-09 Thread Tobias Heinemann
This bug is still present in Hardy. My laptop is a Dell Latitude D830. I
tried the fix suggested in https://bugs.launchpad.net/ubuntu/+source
/acpi-support/+bug/23497/comments/33, but it still locks up on a regular
basis upon resume.

-- 
i8042 unbind required for keyboard/mouse to be useable following suspend/resume 
& hibernate/resume cycle
https://bugs.launchpad.net/bugs/23497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 151938] Re: gutsy kernel is causing data-loss.somehow related to SATA (media-error)

2007-10-13 Thread Tobias Heinemann
My hard drive is pretty new. I got this laptop about 3 month ago.

I've been running Gutsy since around Tribe 2 I guess. That's just a
rough estimate though.

These error messages appeared when I switched on AHCI mode in BIOS,
which I did about two weeks ago.

Before that, I never saw these error messages -- neither with Gutsy nor
with Feisty.

-- 
gutsy kernel is causing data-loss.somehow related to SATA (media-error)
https://bugs.launchpad.net/bugs/151938
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151938] Re: gutsy kernel is causing data-loss.somehow related to SATA (media-error)

2007-10-13 Thread Tobias Heinemann
I'm running Gutsy. Not dual-booting.

Output of smartctl -H /dev/sda:

smartctl version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED


Cheers

-- 
gutsy kernel is causing data-loss.somehow related to SATA (media-error)
https://bugs.launchpad.net/bugs/151938
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151938] Re: gutsy kernel is causing data-loss.somehow related to SATA (media-error)

2007-10-13 Thread Tobias Heinemann
I'm using the AHCI interface by the way.

-- 
gutsy kernel is causing data-loss.somehow related to SATA (media-error)
https://bugs.launchpad.net/bugs/151938
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151938] Re: gutsy kernel is causing data-loss.somehow related to SATA (media-error)

2007-10-13 Thread Tobias Heinemann
I'm getting the same error messages. smartctl output:

smartctl version 5.37 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: TOSHIBA MK1237GSX
Serial Number:67JGTG1IT
Firmware Version: DL140D
User Capacity:120,034,123,776 bytes
Device is:Not in smartctl database [for details use: -P showall]
ATA Version is:   7
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:Sat Oct 13 13:38:29 2007 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

-- 
gutsy kernel is causing data-loss.somehow related to SATA (media-error)
https://bugs.launchpad.net/bugs/151938
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132741] Re: Tracker should not be enabled by default until it doesn't clobber everything

2007-09-30 Thread Tobias Heinemann
My system remain painfully sluggish with tracker 0.6.3

-- 
Tracker should not be enabled by default until it doesn't clobber everything
https://bugs.launchpad.net/bugs/132741
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700 pci id 8086:284b

2007-09-27 Thread Tobias Heinemann
Hey Tim, I'm glad that sound does work on your 1420, but surely not
everyone in this thread just forgot to unmute the mixer outputs...

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700 
pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300 pci id 8086:284b

2007-09-20 Thread Tobias Heinemann
So is this bug likely to be fixed in Gutsy final? Recompiling ALSA is
all fine and dandy, but having sound out of the box would actually be
very nice.

Also, does the microphone work for anybody in here? Mine doesn't, but I
only tried the drivers that come with the alsa-source package in Gusty.
Those do make the speakers work, but not the microphone.

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300 pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 69926] Re: Kmail crashes on a very regular basis

2006-11-02 Thread Tobias Heinemann
Here's the backtrace.

** Attachment added: "Backtrace"
   http://librarian.launchpad.net/4947491/kmail-backtrace.txt

-- 
Kmail crashes on a very regular basis
https://launchpad.net/bugs/69926

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


[Bug 69926] Kmail crashes on a very regular basis

2006-11-02 Thread Tobias Heinemann
Public bug reported:

Mostly when I switch mailboxes or click on "New Message" or "Reply". A
backtrace is attached.

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

-- 
Kmail crashes on a very regular basis
https://launchpad.net/bugs/69926

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


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

2006-06-19 Thread Tobias Heinemann
Upgrading acpi-support to 0.85 fixed this issue for me. My Thinkpad R51
now suspends fine with the most recent kernel 2.6.15-25-686.

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

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


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

2006-06-18 Thread Tobias Heinemann
Does anybody know how one can monitor the dmesg output when the machine
tries to go to sleep? I can only think of something like "dmesg | tail
-f", but that doesn't work.

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

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


[Bug 50031] Re: [regression] Resume is broken with 2.6.15-25

2006-06-16 Thread Tobias Heinemann
Regarding the above patch, the libata module is not loaded on my system.

-- 
[regression] Resume is broken with 2.6.15-25
https://launchpad.net/bugs/50031

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


[Bug 50031] Re: [regression] Resume is broken with 2.6.15-25

2006-06-16 Thread Tobias Heinemann
Regarding the above patch, the libata module is not loaded on my system.

-- 
[regression] Resume is broken with 2.6.15-25
https://launchpad.net/bugs/50031

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


[Bug 50031] Re: [regression] Resume is broken with 2.6.15-25

2006-06-16 Thread Tobias Heinemann
Regarding the above patch, the libata module is not loaded on my system.

-- 
[regression] Resume is broken with 2.6.15-25
https://launchpad.net/bugs/50031

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


[Bug 50045] Suspend to ram stopped working on kernel upgrade 2.6.15-23-686 to 2.6.15-25-686

2006-06-16 Thread Tobias Heinemann
Public bug reported:

On my Thinkpad R51, suspend to ram does not work anymore with the newest
kernel 2.6.15-25-686. The display goes dark and the sleep light goes on,
but it doesn't really power off -- I can still hear the fan. Also, It's
not possible to wake up the machine in this state.

I attached dmesg and lscpi output.

** Affects: linux-source-2.6.15 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** Attachment added: "lspci output"
   http://librarian.launchpad.net/3077458/lspci

** Attachment added: "dmesg output"
   http://librarian.launchpad.net/3077477/dmesg

-- 
Suspend to ram stopped working on kernel upgrade 2.6.15-23-686 to 2.6.15-25-686
https://launchpad.net/bugs/50045

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


[Bug 50045] Re: Suspend to ram stopped working on kernel upgrade 2.6.15-23-686 to 2.6.15-25-686

2006-06-16 Thread Tobias Heinemann
I should mention that suspend to ram still *does* work with the older
kernel 2.6.15-23-686.

-- 
Suspend to ram stopped working on kernel upgrade 2.6.15-23-686 to 2.6.15-25-686
https://launchpad.net/bugs/50045

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