[Bug 289003] Re: flickering BUG - Desktop Effekte and ATI - Video bugs

2008-11-24 Thread Martin Wimmer
Same problem here

ATI x1250
Intrepid 64 bit
Compiz enabled

This bug wasn't here in hardy for videos, although some games flickered
there too

-- 
flickering BUG - Desktop Effekte and ATI - Video bugs
https://bugs.launchpad.net/bugs/289003
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 331522] Re: X1200: flickering after update on Jaunty

2009-04-25 Thread Martin Wimmer
I also have the same problem on my HP Compaq 6715b with Jaunty AMD64.  
Screen flickers very often.
I already deactivated compiz. It got a little better, but not much.

I uninstalled fglrx following the instructions
https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver
but it didn't help

-- 
X1200: flickering after update on Jaunty
https://bugs.launchpad.net/bugs/331522
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 378294] [NEW] libpcsclite1 is not found by sun-java-6 (jaunty)

2009-05-19 Thread Martin Wimmer
Public bug reported:

Java cannot find the libpcsclite.so . It searches for it only in
/usr/lib:/usr/lib64:/usr/local/lib:/usr/local/lib64

Unfortunately the library lies under /lib in jaunty.

This problem can be worked around by running 
`sudo ln -s /lib/libpcsclite.so.1 /usr/local/lib64/libpcsclite.so` under amd64 
or
`sudo ln -s /lib/libpcsclite.so.1 /usr/local/lib/libpcsclite.so` under x86

This is actually required for eGovernment applications (like eVoting) to
work in Austria, so I think it would be great if this would work out-of-
the-box in Ubuntu.

** Affects: pcsc-lite (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
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 294127] [NEW] Pushing the Print Screen button to long should not render your system unusable for a long time

2008-11-05 Thread Martin Wimmer
Public bug reported:

I accidentally pushed the print screen button for 5 seconds.

Gnome started to create a big mass of Screenshot windows which got more
and more. The system was nearly frozen, because of a lot of hard disk
activity.

I had to wait for a long time (20 minutes or more?) until the system was
usable enough again to click the cancel button on every Screenshot
window.

Don't try this at home ;)

My recommended solution:
Only create one screenshot if you push the Print screen button. To create 
another screenshot the print screen button should be released first and then 
pushed again

If you need more info, I'll be happy to provide it, but I guess the bug
is easy to reproduce.

** Affects: gnome-desktop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Pushing the Print Screen button to long should not render your system unusable 
for a long time
https://bugs.launchpad.net/bugs/294127
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 34492] Re: keybindings-properties: DoS by screenshot

2008-11-05 Thread Martin Wimmer
This now appears again in intrepid

-- 
keybindings-properties: DoS by screenshot
https://bugs.launchpad.net/bugs/34492
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 197959] Re: [Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)

2008-06-18 Thread Martin Wimmer
works great, thanks!

-- 
[Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)
https://bugs.launchpad.net/bugs/197959
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 352321] Re: mysql queries "lose" results

2009-04-01 Thread Martin Wimmer
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Confirmed => New

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 352321] Re: mysql queries "lose" results

2009-04-15 Thread Martin Wimmer
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete => New

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 352321] Re: mysql queries "lose" results

2009-04-10 Thread Martin Wimmer
ok. I changed the query a bit so the results are easier to compare:

When the bug appears, most rows in the result set of the following query
contain NULL as a value, and we have 369 rows.

If I insert the dummy entry in the table
plib_objects_plib_objects_dbo_temp, then the bug disappears and now all
rows contain numbers (There is not a single NULL row). We also have more
rows (430).

The test was done with the following query:
SELECT shop_element_oid
FROM ((`plib_objects_plib_objects_dbo` a20_1_dbo, 
((`plib_objects_at_telacc_demopool_shops_product` a20_1_product)
LEFT JOIN ((`plib_objects_at_telacc_demopool_shops_product_distributor` 
a20_1_distributor) )
ON a20_1_distributor.part_nr = a20_1_product.part_nr),
(`plib_objects_at_telacc_demopool_shops_shop_element` a20_1_shop_element) )
LEFT JOIN ((`plib_objects_plib_objects_dbo` a21_1_dbo, 
(`plib_objects_plib_objects_dbo_type` a21_1_dbo_type) ) )
ON a21_1_dbo_type.oid = a21_1_dbo.oid AND a20_1_dbo.type_oid = a21_1_dbo.oid
LEFT JOIN ((`plib_objects_plib_objects_dbo` a23_1_dbo, 
(`plib_objects_at_telacc_demopool_shops_shop_element` a23_1_shop_element) , 
(`plib_objects_at_telacc_demopool_shops_category` a23_1_shop_category) )
 LEFT JOIN ((`plib_objects__telacc_demopool_shops_category__shop_element` 
a23_1_children) )
 ON a23_1_children.oid = a23_1_dbo.oid)
ON a23_1_shop_element.oid = a23_1_dbo.oid AND a23_1_shop_category.oid = 
a23_1_dbo.oid AND a20_1_dbo.oid = a23_1_children.shop_element_oid
LEFT JOIN ((`plib_objects_plib_objects_dbo_temp` a20_1_temp) )
ON a20_1_temp.oid = a20_1_dbo.oid )
LEFT JOIN ((`plib_objects_at_telacc_demopool_shops_shop_element__shop` 
a20_1_shops)
 LEFT JOIN ((`plib_objects_plib_objects_dbo` a22_1_dbo, 
(`plib_objects_at_telacc_demopool_shops_shop` a22_1_shop) ) )
 ON ((a20_1_shops.flags & 4) = 4) AND a22_1_shop.oid = a22_1_dbo.oid AND 
a20_1_shops.shop_oid = a22_1_dbo.oid)
ON a20_1_shops.oid = a20_1_dbo.oid
WHERE
 a20_1_product.oid = a20_1_dbo.oid AND a20_1_shop_element.oid = a20_1_dbo.oid

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 352321] [NEW] mysql queries "lose" results

2009-03-31 Thread Martin Wimmer
Public bug reported:

Binary package hint: mysql-server-5.0

Problem tested on: Ubuntu Hardy Heron (Server)

On certain (mostly large) queries that use nested joins, when using LEFT
JOIN's with tables which are empty, other joins seem to also to be
evaluated as empty although they shouldn't be. As soon as I add a dummy
entry to the empty table (which is not joined because of the on clause)
the results are correct

This seems to be a problem of the query optimizer.

Following example query leads to the problems. (The empty table is
a20_1_temp. The table join for a20_1_shop_element is then evaluated as
empty)

Unfortunately I couldn't make the query less complex as I did here as the bug 
doesn't appear then any more.
I can provide a database setup script to create the database if needed.

SELECT *
FROM ((`at_telacc_demopool`.`plib_objects_plib_objects_dbo` a20_1_dbo, 
((`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_product` 
a20_1_product) 
LEFT JOIN 
((`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_product_distributor`
 a20_1_distributor) ) 
ON a20_1_distributor.part_nr = a20_1_product.part_nr),
(`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_shop_element` 
a20_1_shop_element) ) 
LEFT JOIN ((`at_telacc_demopool`.`plib_objects_plib_objects_dbo` a21_1_dbo, 
(`at_telacc_demopool`.`plib_objects_plib_objects_dbo_type` a21_1_dbo_type) ) ) 
ON a21_1_dbo_type.oid = a21_1_dbo.oid AND a20_1_dbo.type_oid = a21_1_dbo.oid 
LEFT JOIN ((`at_telacc_demopool`.`plib_objects_plib_objects_dbo` a23_1_dbo, 
(`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_shop_element` 
a23_1_shop_element) , 
(`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_category` 
a23_1_shop_category) ) 
LEFT JOIN 
((`at_telacc_demopool`.`plib_objects__telacc_demopool_shops_category__shop_element`
 a23_1_children) ) 
ON a23_1_children.oid = a23_1_dbo.oid) 
ON a23_1_shop_element.oid = a23_1_dbo.oid AND a23_1_shop_category.oid = 
a23_1_dbo.oid AND a20_1_dbo.oid = a23_1_children.shop_element_oid 
LEFT JOIN ((`at_telacc_demopool`.`plib_objects_plib_objects_dbo_temp` 
a20_1_temp) ) 
ON a20_1_temp.oid = a20_1_dbo.oid )
LEFT JOIN 
((`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_shop_element__shop`
 a20_1_shops) 
LEFT JOIN ((`at_telacc_demopool`.`plib_objects_plib_objects_dbo` 
a22_1_dbo, (`at_telacc_demopool`.`plib_objects_at_telacc_demopool_shops_shop` 
a22_1_shop) ) ) 
ON ((a20_1_shops.flags & 4) = 4) AND a22_1_shop.oid = a22_1_dbo.oid AND 
a20_1_shops.shop_oid = a22_1_dbo.oid) 
ON a20_1_shops.oid = a20_1_dbo.oid 
WHERE 
 a20_1_product.oid = a20_1_dbo.oid AND a20_1_shop_element.oid = a20_1_dbo.oid

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 352321] Re: mysql queries "lose" results

2009-03-31 Thread Martin Wimmer
ok, thank you for your quick reply. I now created an import script and
tested it.

With it I could also reproduce this bug on intrepid.

To see how the results of the query should normally look like, try to insert a 
dummy entry into the temp table:
INSERT INTO `plib_objects_plib_objects_dbo_temp` (`oid`, `expires`) VALUES
(-1, '2030-01-01 00:00:00');

After creating it the bug disappears. If you delete it, the bug appears
again.


** Attachment added: "SQL Script to create the problematic database"
   http://launchpadlibrarian.net/24575162/bug.sql

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 197959] Re: [Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)

2008-04-22 Thread Martin Wimmer
I have exactly the same problem, that wireless isn't recognized in
kernel 2.6.24-16

 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 02)

And i also use amd64

-- 
[Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)
https://bugs.launchpad.net/bugs/197959
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 184600] Re: ssb error while loading wifi module b43

2008-04-22 Thread Martin Wimmer
Actually it currently doesn't work for me with bcm4312 (rev02), while it
was recognized in previous kernel versions.

b43 isn't loaded at startup. A modprobe doesn't return errors, but the card 
just isn't recognized.
Is there a chance this will get fixed in Hardy? Or will I have to use 
ndiswrapper until Hardy +1?

 dmesg | grep 'ssb'
[   25.544026] WARNING: at /build/buildd/linux-2.6.24/drivers/ssb/main.c:883 
ssb_tmslow_reject_bitmask()
[   25.544048]  [] :ssb:ssb_tmslow_reject_bitmask+0x4a/0x60
[   25.544055]  [] :ssb:ssb_device_is_enabled+0x16/0x50
[   25.544060]  [] :ssb:ssb_pcicore_init+0x21/0x70
[   25.544066]  [] :ssb:ssb_attach_queued_buses+0x106/0x2d0
[   25.544072]  [] :ssb:ssb_pci_get_invariants+0x0/0x2d0
[   25.544078]  [] :ssb:ssb_bus_register+0x17e/0x200
[   25.544086]  [] :ssb:ssb_bus_pcibus_register+0x32/0x60
[   25.544092]  [] :ssb:ssb_pcihost_probe+0x7d/0xc0
[   25.544127]  [] :ssb:ssb_modinit+0x52/0x80
[   25.544204] ssb: Sonics Silicon Backplane found on PCI device :30:00.0

lsmod | grep 'b43'
b43   126760  0 
rfkill 10128  1 b43
mac80211  192532  1 b43
led_class   7176  1 b43
input_polldev   6928  1 b43
ssb37252  1 b43

-- 
ssb error while loading wifi module b43
https://bugs.launchpad.net/bugs/184600
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 27014] Re: evolution bug, "Summary and folder mismatch, even after a sync"

2007-12-04 Thread Martin Wimmer
Well, now I'm (again) affected by this bug.

The interesting thing ist, that it occured on to PCs on the same time.
I use POP3 accounts, where I keep the mails for several days. On both PCs all 
mails got downloaded again afterwards.
So I guess, it has something to do with this...

-- 
evolution bug, "Summary and folder mismatch, even after a sync"
https://bugs.launchpad.net/bugs/27014
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 163649] Logitech MX1000 Battery

2007-11-18 Thread Martin Wimmer
Public bug reported:

With Feisty my Logitech MX1000 mouse always reported its battery level
correctly. Since the upgrade to feisty, it always reports a battery
level of 35%, which means that I always get a battery low message when
gnome starts.

Also it would be nice if all mouse buttons worked by default, but that's
not the issue of this bug report ;)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Logitech MX1000 Battery
https://bugs.launchpad.net/bugs/163649
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 163649] Re: Logitech MX1000 Battery

2008-04-05 Thread Martin Wimmer
No, didn't have to activate anything. This error Message still appears
under gutsy, couldn't test it yet under hardy.

The interesting thing is, that it's always stuck at 35% as long as the
real capacity is higher than that. It works correctly as soon as the
capacity drops under 35%

-- 
Logitech MX1000 Battery
https://bugs.launchpad.net/bugs/163649
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 206014] Re: "MP-BIOS bug: 8254 timer not connected to IO-APIC" on Notebook Notebook LG LE50

2008-04-05 Thread Martin Wimmer
Got the same bug when running Hardy on a HP Compaq 6715b. At least the
system starts, but I guess not everything is working correctly.

The fan is also running very often at full speed, when I'm actually not
doing anything on the computer.

Does anybody have an idea how to solve this?

-- 
"MP-BIOS bug: 8254 timer not connected to IO-APIC" on Notebook Notebook LG LE50
https://bugs.launchpad.net/bugs/206014
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

2007-06-08 Thread Martin Wimmer
I have this problem too. after suspend/resume the keyboard didn't work.
I used my usb mouse to hibernate the pc, which worked correctly.

HP nx7300 (ru458et)
feisty amd64

unfortunately the supplied patch is only for the 32 bit version of
feisty. can anybody please supply a 64 bit version?

-- 
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 331522] Re: [RS690] flickering after update on Jaunty

2010-05-06 Thread Martin Wimmer
Hi Bryce!

Actually, I still have my HP Compaq 6715b with the Radeon X1250 card

On karmic it worked well, now on lucid it also works acceptable, but with small 
problems:
- Before the GDM login, garbage becomes visible on the screen (This garbage 
then fades to the gdm login background)
- Once I used fast user switching two times in a short period of time. After 
the second time, the screen started to flicker. Changing the resolution didn't 
help. When I wanted to logout (so I could go to the other profile to save the 
data and reboot) the screen became blank, and i had to use the power switch to 
shutdown the machine. After the reboot everything was back to normal.

So I'm not sure if this is actually the same bug, maybe you can provide
directions (I'm also not sure if this bug is easily reproducible)

-- 
[RS690] flickering after update on Jaunty
https://bugs.launchpad.net/bugs/331522
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 352321] Re: mysql queries "lose" results

2010-04-24 Thread Martin Wimmer
ok, tried it under mysql 5.1.37-1ubuntu5.1 (The Version in Ubuntu
Karmic) I'll try it again under Ubuntu Lucid, as soon as I have it
installed...

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 352321] Re: mysql queries "lose" results

2010-06-03 Thread Martin Wimmer
ok, tested it now. Still not fixed under lucid

-- 
mysql queries "lose" results
https://bugs.launchpad.net/bugs/352321
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 19885] Re: memtest86+: does not work: wouldn't fit into memory

2009-11-09 Thread Martin Wimmer
Confirming this Problem

Karmic 64bit
4GB RAM
Using LVM for all but the boot partition
As I upgraded from jaunty I still hab grub 1

-- 
memtest86+: does not work: wouldn't fit into memory
https://bugs.launchpad.net/bugs/19885
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