This bug affected me during the same auto upgrade at the same time. I
have the same error message in mysql.err :
121106 6:31:33 InnoDB: Started; log sequence number 0 1256879281
ERROR: 1064 You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for
I have the same problem with lvm encrypted with ACER5940g.
it looks like my BIOS freeze and can't pass the relay to grub (only
happen with an encrypted lvm).
I found a way to make it works, in BIOS i set my SATA hard disk mode to
IDE and now it boot, (it doesn't boot works when SATA mode is AHCI)
I spent some time looking in to this. In the end it was cured by
disabling the ondemand service (which seemed to become enabled when I
upgraded to 9.10). It seems that older processors like mine (Opteron
246) don't do ondemand very well and the result is a very sluggish
machine.
I the bug can be c
Public bug reported:
My main interface eth0 fails to bring up its IPv6 global address - despite
having done so on Ubuntu 9.04. We have been running IPv6 for a few years
without problem here. The interface has a link local address and sends out an
RA to do DAD but the kernel (wrongly) seems to a
** Attachment added: "AlsaDevices.txt"
http://launchpadlibrarian.net/35656130/AlsaDevices.txt
** Attachment added: "ArecordDevices.txt"
http://launchpadlibrarian.net/35656136/ArecordDevices.txt
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/35656142/BootDmesg.txt
**
Public bug reported:
Since upgrading to Ubuntu 9.10 my USB mouse and keyboard 'stutter' -
they're unresponsive and keep stopping (the mouse), and when I type
(quickly) I'm seeing some missed keystrokes. This is when the machine is
idling (load ave:0.06), though some apps are running, and it gets w
The fact that Evince appears to access audio is probably some side
effect of libasound/esd linkage with some of the gnome libraries: Whilst
a listing from ldd /usr/bin/evince shows up various audio related
libraries (e.g. libasound), however readelf -d /usr/bin/evince does not,
which would indicate
I have seen evince hold on to the audio device - Though I have only seen
it after evince has been launched by Firefox - unfortunately it seems
that Firefox does not close file descriptors when it spawns helper apps
- hence if firefox has the audio dev open (quite often the case - e.g.
after using F
You can, as suggested
[http://www.dbforums.com/archive/index.php/t-563609.html here]. just add
the missing typedefs to your code (then it _should_ work in gcc4.1:
// Typedefs to keep g2c.h happy
typedef int __g77_integer;
typedef unsigned int __g77_uinteger;
typedef long int __g77_longint;
typedef