[Bug 1634613] Re: mysqltuner looks for old 'password' field, not 'authentication_string'

2019-09-12 Thread Thomas Antepoth
Hi folks,

trivial patch here

diff -u mysqltuner.orig mysqltuner
--- mysqltuner.orig 2019-09-13 05:16:01.221572477 +0200
+++ mysqltuner  2019-09-13 05:17:37.479446200 +0200
@@ -1266,7 +1266,7 @@

 # Looking for Empty Password
 @mysqlstatlist = select_array
-"SELECT CONCAT(user, '\@', host) FROM mysql.user WHERE password = '' OR 
password IS NULL";
+"SELECT CONCAT(user, '\@', host) FROM mysql.user WHERE authentication_string = 
'' OR authentication_string IS NULL";
 if (@mysqlstatlist) {
 foreach my $line ( sort @mysqlstatlist ) {
 chomp($line);
@@ -1282,7 +1282,7 @@

 # Looking for User with user/ uppercase /capitalise user as password
 @mysqlstatlist = select_array
-"SELECT CONCAT(user, '\@', host) FROM mysql.user WHERE CAST(password as 
Binary) = PASSWORD(user) OR CAST(password as Binary) = PASSWORD(UPPER(user)) OR 
CAST(password as Binary) = PASSWORD(UPPER(LEFT(User, 1)) + SUBSTRING(User, 2, 
LENGTH(User)))";
+"SELECT CONCAT(user, '\@', host) FROM mysql.user WHERE 
CAST(authentication_string as Binary) = PASSWORD(user) OR 
CAST(authentication_string as Binary) = PASSWORD(UPPER(user)) OR 
CAST(authentication_string as Binary) = PASSWORD(UPPER(LEFT(User, 1)) + 
SUBSTRING(User, 2, LENGTH(User)))";
 if (@mysqlstatlist) {
 foreach my $line ( sort @mysqlstatlist ) {
 chomp($line);
@@ -1323,11 +1323,11 @@
 # Looking for User with user/ uppercase /capitalise weak password
 @mysqlstatlist =
   select_array
-"SELECT CONCAT(user, '\@', host) FROM mysql.user WHERE password = PASSWORD('"
+"SELECT CONCAT(user, '\@', host) FROM mysql.user WHERE authentication_string = 
PASSWORD('"
   . $pass
-  . "') OR password = PASSWORD(UPPER('"
+  . "') OR authentication_string = PASSWORD(UPPER('"
   . $pass
-  . "')) OR password = PASSWORD(UPPER(LEFT('"
+  . "')) OR authentication_string = PASSWORD(UPPER(LEFT('"
   . $pass
   . "', 1)) + SUBSTRING('"
   . $pass

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

Title:
  mysqltuner looks for old 'password' field, not 'authentication_string'

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

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

[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2017-07-04 Thread Thomas Antepoth
This issue is still the case using 16.04.

Worked around this using:

#
# d-i proxy sets the proxy globally and not for pkgs only
# see also: 
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704
#
unset http_proxy

quite on top of the %POST section of my kickstart file. Thanks for the
original poster who gave the inspiration for that.

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

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

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


[Bug 1325408] Re: nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to build

2015-05-25 Thread Thomas Antepoth
Alberto is the man!


For the testers: I went to the /usr/src/nvidia-173-173.14.39 directory and 
edited the nv-linux.h file.

At around line 213 of that file I pasted the #include
acpi/acpi_bus.h line of the patch below the #define
NV_LINUX_ACPI_EVENTS_SUPPORTED like described in the patch of the link
in #7:


#define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
#include acpi/acpi_bus.h
#endif


Then as root a dpkg-reconfigure nvidia-173 which produced the following 
output:

root@XXX:/usr/src/nvidia-173-173.14.39# dpkg-reconfigure nvidia-173
Removing all DKMS Modules
Done.
update-initramfs: deferring update (trigger activated)
Loading new nvidia-173-173.14.39 DKMS files...
Building only for 3.16.0-38-generic
Building for architecture x86_64
Building initial module for 3.16.0-38-generic
Done.

nvidia_173:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.16.0-38-generic/updates/dkms/

depmod.

DKMS: install completed.
Trigger für initramfs-tools (0.103ubuntu4.2) werden verarbeitet ...
update-initramfs: Generating /boot/initrd.img-3.16.0-38-generic
cryptsetup: WARNING: failed to detect canonical device of /dev/sda1
cryptsetup: WARNING: could not determine root device from /etc/fstab
root@:/usr/src/nvidia-173-173.14.39#


And after a reboot the nvidia driver worked!

grep NVIDIA Xorg.0.log
[47.215] (II) Module glx: vendor=NVIDIA Corporation
[47.215] (II) NVIDIA GLX Module  173.14.39  Wed Nov 27 14:44:39 PST 2013
[47.524] (II) Module nvidia: vendor=NVIDIA Corporation
[47.585] (II) NVIDIA dlloader X Driver  173.14.39  Wed Nov 27 14:34:40 PST 
2013
[47.585] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[47.803] (II) NVIDIA(0): Creating default Display subsection in Screen 
section
[47.803] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[47.803] (==) NVIDIA(0): RGB weight 888
[47.803] (==) NVIDIA(0): Default visual is TrueColor
[47.803] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[47.803] (**) NVIDIA(0): Option NoLogo True
[47.823] (**) NVIDIA(0): Enabling RENDER acceleration
[47.823] (II) NVIDIA(0): Support for GLX with the Damage and Composite X 
extensions is
[47.823] (II) NVIDIA(0): enabled.
[48.767] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[48.767] (II) NVIDIA(0): NVIDIA GPU Quadro FX 1300 (NV35GL) at PCI:1:0:0 
(GPU-0)
...

Note the ancient Quadro FX 1300 card :)

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

Title:
  nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/1325408/+subscriptions

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

[Bug 1406604] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-05-25 Thread Thomas Antepoth
This bug is no duplicate because it affects Kernel
3.19.0-031900rc2-generic and nvidia whereas the duplicate one affects
3.13.0-2-generic and is a completely different error message.

Here:
/var/lib/dkms/nvidia-331/331.113/build/nv.c:2027:29: error: ‘struct file’ has 
no member named ‘f_dentry’

The workaround of dpkg-reconfigure nvidia-331 nvidia-331-uvm would not
work here on this bug because the sourcecode of nv.c has to be patched.

But if it is supposed to mix bugs together into one big ticket - why not
making a generic linux bug ticket?

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1406604/+subscriptions

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

[Bug 1406604] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-05-25 Thread Thomas Antepoth
** This bug is no longer a duplicate of bug 1268257
   nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed 
to build, with only error: objdump: '... .tmp_nv.o': No such file

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1406604/+subscriptions

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


[Bug 1406604] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-05-25 Thread Thomas Antepoth
*** This bug is a duplicate of bug 1409190 ***
https://bugs.launchpad.net/bugs/1409190

Technically this bugreport is no duplicate because #1406604 was earlier
posted but the #1409190 is about the same issue and has already fixes.


** This bug has been marked a duplicate of bug 1409190
   nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module 
failed to build [error: ‘struct file’ has no member named ‘f_dentry’]

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1406604/+subscriptions

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

[Bug 1325408] Re: nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to build

2015-05-24 Thread Thomas Antepoth
There is already a patch available -thanks to Alberto - but it just
seems not to be backpropagated into 14.04 for whatever reason.

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/utopic/nvidia-
graphics-drivers-173/utopic-proposed/revision/65

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

Title:
  nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/1325408/+subscriptions

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


[Bug 1325408] Re: nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to build

2015-05-24 Thread Thomas Antepoth
Brian is right. 
The version the duplicate flag was linked to affected the nvidia-331 and it is 
fixed there only. 

Currently this bug is still present in the 173.14.39 package of the
legacy nvidia drivers and is not fixed.


The compile process stops with these errors in the 
/var/lib/dkms/nvidia-173/173.14.39/build/make.log

include/acpi/acpi_drivers.h: At top level:
include/acpi/acpi_drivers.h:98:43: warning: ‘struct acpi_pci_root’ declared 
inside parameter list [enabled by default]
 struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root);
   ^
include/acpi/acpi_drivers.h:98:43: warning: its scope is only this definition 
or declaration, which is probably not what you want [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:51:21: error: variable 
‘nv_acpi_driver_template’ has initializer but incomplete type
 static const struct acpi_driver nv_acpi_driver_template = {
 ^
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:52:5: error: unknown field 
‘name’ specified in initializer
 .name = NVIDIA ACPI Video Driver,
 ^
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:52:5: warning: excess 
elements in struct initializer [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:52:5: warning: (near 
initialization for ‘nv_acpi_driver_template’) [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:53:5: error: unknown field 
‘class’ specified in initializer
 .class = video,
 ^
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:53:5: warning: excess 
elements in struct initializer [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:53:5: warning: (near 
initialization for ‘nv_acpi_driver_template’) [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:58:5: error: unknown field 
‘ids’ specified in initializer
 .ids = ACPI_VIDEO_HID,
 ^
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:58:5: warning: excess 
elements in struct initializer [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:58:5: warning: (near 
initialization for ‘nv_acpi_driver_template’) [enabled by default]
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:61:5: error: unknown field 
‘ops’ specified in initializer
 .ops = {
 ^
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:61:5: error: extra brace 
group at end of initializer
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:61:5: error: (near 
initialization for ‘nv_acpi_driver_template’)
/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.c:67:5: warning: excess 
elements in struct initializer [enabled by default]
 },
.
make[3]: *** [/var/lib/dkms/nvidia-173/173.14.39/build/nvacpi.o] Fehler 1
make[2]: *** [_module_/var/lib/dkms/nvidia-173/173.14.39/build] Fehler 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Fehler 1
make: *** [module] Fehler 2

** This bug is no longer a duplicate of bug 1289440
   nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed 
to build [error: variable ‘nv_acpi_driver_template’ has initializer but 
incomplete type]

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

Title:
  nvidia-173 173.14.39-0ubuntu3: nvidia-173 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/1325408/+subscriptions

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

[Bug 1271839] Re: ibus-ui-gtk3 big memory leak

2014-08-17 Thread Thomas Antepoth
** Description changed:

  ubuntu 13.10 64bit
  2gb of memory leak
+ 
+ Also seen on Ubuntu 14.04 64Bit

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

Title:
  ibus-ui-gtk3 big memory leak

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

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


[Bug 1118447] Re: Race condition with network and NFS mounts causes boottime hang

2014-07-19 Thread Thomas Antepoth
I'm right now approx 300 kms away from my server and I notice, that the
machine fails to boot.

Symptoms are:

Open ports on the server:
Not shown: 997 closed ports
PORTSTATE SERVICE
111/tcp open  rpcbind
139/tcp open  netbios-ssn
445/tcp open  microsoft-ds
MAC Address: 50:E5:49:92:FB:3F (Giga-byte Technology Co.)

samba is up - and I can connect to the shares.

But trying to look up a directory on a NFS mounted share on the server
reveals nothing which means that this machine is currently waiting for
an NFS mount to be finished.

smb: \ dir
  .   D0  Tue Jun 19 14:27:16 2012
  ..  D0  Sat Jul 12 22:06:24 2014

42459 blocks of size 16777216. 4075 blocks available
smb: \


The NFS demon on the hanging machine is currently not running properly

showmount -e 192.168.186.199
clnt_create: RPC: Program not registered


and the NAS where the server gets its beforementioned share is currently up and 
running fine:

showmount -e 192.168.186.240

Export list for 192.168.186.240:
/Qweb   
/Qusb   
/Qrecordings
/Qmultimedia
/Qdownload  
/Public


As the boot stage hangs in such an early stage there is no possibility for me 
to log on using ssh and I have to get remote hands (on a Sunday) to get things 
running again.

When the remote hands are available I'll post some additional
information about this issue.

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

Title:
  Race condition with network and NFS mounts causes boottime hang

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

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


[Bug 946344] Re: mdadm crashed with SIGABRT in raise()

2012-06-03 Thread Thomas Antepoth
*** This bug is a duplicate of bug 946758 ***
https://bugs.launchpad.net/bugs/946758

The link https://bugs.launchpad.net/bugs/946758 which is mentioned in comment 
#2 is not accessible or missing.
 Thus I'm subscribing to this bugreport instead.

Excactly the same StacktraceTop on my machine - which is why I found the
bugreport on google.

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

Title:
  mdadm crashed with SIGABRT in raise()

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

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


[Bug 770283] Re: [fglrx]title bar does not update on non-maximized windows

2011-07-24 Thread Thomas Antepoth
for my part this bug was remedied by using the workaround described in

https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/758609

using gconf-editor and unchecking the key
/apps/metacity/general/capture_before_unmap after logging off and on
again.

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

Title:
  [fglrx]title bar does not update on non-maximized windows

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

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


[Bug 758609] Re: natty beta Ubuntu Classic (No effects) SDL|openGL window always on top

2011-07-24 Thread Thomas Antepoth
Confirmed the fix using gconf-editor and unchecking unmap... on Natty.

The bleeding-in of some of the window contents into other windows when
switching desktops as well as the partial non-repaint of the title bar
as described in

https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/770283 was
resolved by this.

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

Title:
  natty beta Ubuntu Classic (No effects) SDL|openGL window always on top

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/758609/+subscriptions

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


[Bug 770283] Re: [fglrx]title bar does not update on non-maximized windows

2011-06-25 Thread Thomas Antepoth
This happens also using a hand made fglrx bundle using the 11.6 drivers
from AMD:

apt-cache policy fglrx
fglrx:
  Installiert: 2:8.861-0ubuntu1
  Kandidat:2:8.861-0ubuntu1
  Versionstabelle:
 *** 2:8.861-0ubuntu1 0
100 /var/lib/dpkg/status
 2:8.840-0ubuntu4 0

The packages were made by entering as root:

sh ./ati-driver-installer-11-6-x86.x86_64.run --buildpkg Ubuntu/natty

and were installed using

dpkg -i fglrx_8.861-0ubuntu1_amd64.deb fglrx-
dev_8.861-0ubuntu1_amd64.deb fglrx-amdcccle_8.861-0ubuntu1_amd64.deb

Kernel and headers are:

Linux sofa 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  [fglrx]title bar does not update on non-maximized windows

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

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


[Bug 612907] Re: 100% CPU usage on exit

2010-12-05 Thread Thomas Antepoth
I also experience the 100%-CPU-on-exit-Bug.

A strace -tttvp PID of a hung thunderbird process gives:


1291570615.512403 read(3, 0x7fe302066074, 4096) = -1 EAGAIN (Resource 
temporarily unavailable)

1291570615.512427 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN},
{fd=8, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13,
events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=18,
events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}, {fd=32, events=POLLIN},
{fd=33, events=POLLIN}, {fd=35, events=POLLIN}, {fd=19, events=POLLIN}],
12, 0) = 0 (Timeout)

1291570615.512468 read(3, 0x7fe302066074, 4096) = -1 EAGAIN (Resource
temporarily unavailable)

1291570615.512491 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN},
{fd=8, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13,
events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=18,
events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}, {fd=32, events=POLLIN},
{fd=33, events=POLLIN}, {fd=35, events=POLLIN}, {fd=19, events=POLLIN}],
12, 0) = 0 (Timeout)

1291570615.512533 write(20, \372, 1)  = 1

1291570615.512556 read(3, 0x7fe302066074, 4096) = -1 EAGAIN (Resource
temporarily unavailable)

1291570615.512579 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN},
{fd=8, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13,
events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=18,
events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}, {fd=32, events=POLLIN},
{fd=33, events=POLLIN}, {fd=35, events=POLLIN}, {fd=19, events=POLLIN}],
12, 0) = 1 ([{fd=19, revents=POLLIN}])

1291570615.512630 read(19, \372, 1)   = 1

1291570615.512653 read(3, 0x7fe302066074, 4096) = -1 EAGAIN (Resource
temporarily unavailable)

1291570615.512677 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN},
{fd=8, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13,
events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=18,
events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}, {fd=32, events=POLLIN},
{fd=33, events=POLLIN}, {fd=35, events=POLLIN}, {fd=19, events=POLLIN}],
12, 0) = 0 (Timeout)

1291570615.512718 read(3, 0x7fe302066074, 4096) = -1 EAGAIN (Resource
temporarily unavailable)

1291570615.512742 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, 
events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, 
events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=18, events=POLLIN}, 
{fd=10, events=POLLIN|POLLPRI}, {fd=32, events=POLLIN}, {fd=33, events=POLLIN}, 
{fd=35, events=POLLIN}, {fd=19, events=POLLIN}], 12, 0 unfinished ...
Process 11856 detached

The failed read() call is on the file descriptor #3.

The open file descriptor #3 of the hung process is:

thunderbi 11856  t_antepoth3u unix 0x88003cc049c0
0t0  398985827 socket


:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid


enigmail is installed but disabling the plugin does not alleviate the problem.

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

Title:
  100% CPU usage on exit

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


[Bug 612907] Re: 100% CPU usage on exit

2010-12-05 Thread Thomas Antepoth
Installed version is:
r...@sofa:~# apt-cache policy thunderbird
thunderbird:
  Installiert: 3.0.10+build1+nobinonly-0ubuntu0.10.04.1
  Kandidat: 3.0.10+build1+nobinonly-0ubuntu0.10.04.1
  Versions-Tabelle:
 *** 3.0.10+build1+nobinonly-0ubuntu0.10.04.1 0
500 http://apt.so.antepoth.de/de.archive.ubuntu.com/ubuntu/ 
lucid-updates/main Packages
500 http://apt.so.antepoth.de/security.ubuntu.com/ubuntu/ 
lucid-security/main Packages
100 /var/lib/dpkg/status
 3.0.4+nobinonly-0ubuntu4 0
500 http://apt.so.antepoth.de/de.archive.ubuntu.com/ubuntu/ lucid/main 
Packages

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

Title:
  100% CPU usage on exit

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


[Bug 598824] Re: atd fails to start on new kernel 2.6.35-6

2010-09-03 Thread Thomas Antepoth
I did a:

r...@sofa:/etc/sysctl.d# sysctl -w kernel.yama.protected_nonaccess_hardlinks=0
kernel.yama.protected_nonaccess_hardlinks = 0
r...@sofa:/etc/sysctl.d#

and in fact - this workaround did it for me.

Is there any backport of 3.1.12 in Lucid available?

-- 
atd fails to start on new kernel 2.6.35-6
https://bugs.launchpad.net/bugs/598824
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 598824] Re: atd fails to start on new kernel 2.6.35-6

2010-09-03 Thread Thomas Antepoth
@Kees:  I don't have any Maverick installation currently.

This one came up in a from-the-scratch Lucid installation from August
16th using the 2.6.35.19 ppa.

Sep  3 18:40:16 sofa init: atd main process (16523) terminated with status 1
Sep  3 18:40:16 sofa init: atd respawning too fast, stopped
Sep  3 18:40:16 sofa kernel: [37917.532982] non-accessible hardlink creation 
was attempted by: atd (fsuid 1)
Sep  3 18:40:16 sofa kernel: [37917.534893] non-accessible hardlink creation 
was attempted by: atd (fsuid 1)

-- 
atd fails to start on new kernel 2.6.35-6
https://bugs.launchpad.net/bugs/598824
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 544496] Re: [RS100] desktop became slow after upgrading to Lucid

2010-08-26 Thread Thomas Antepoth
Installed a ppa kernel 2.6.35-18 yesterday by installing this kernel according 
to:
r...@sofa:/etc/apt/sources.list.d# cat kernel-ppa-ppa-lucid.list 
deb http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu lucid main

Key management is still lacking - but this is currently not my concern.

Upgraded to a 2.6.35-19 today while doing a safe-upgrade and running
this kernel for about four hours:

uname -a
Linux sofa 2.6.35-19-generic #25~lucid1-Ubuntu SMP Wed Aug 25 03:50:05 UTC 2010 
x86_64 GNU/Linux

Had to set:

GRUB_CMDLINE_LINUX=nomodeset

in /etc/default/grub to get EDID-Scan back to work.

Both 2.6.35 versions showed a quite a bit of a performance increase. The
about five to ten seconds delays where no screen updates took place
shrank to 0.5 to at most 2 seconds durations.

On top of that the GPU-crashes which were documented in
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/585986 did not occur on those kernel versions.

Compared to the stock kernel 2.6.32 I'm pleased with the 2.6.35 now,
although the overall performance is quite below the fglrx on Debian
Lenny on the same hardware. Fglrx had its own issues not to be discussed
here.

Matej: Would you mind to set the duplicate issue number here to get me
back on the track, please?

-- 
[RS100] desktop became slow after upgrading to Lucid
https://bugs.launchpad.net/bugs/544496
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 544496] Re: [RS100] desktop became slow after upgrading to Lucid

2010-08-26 Thread Thomas Antepoth
Sorry - my mistake: The GPU-Lockups were documented in

https://bugs.launchpad.net/ubuntu/lucid/+source/linux/+bug/568605

ofc. The ticket above is a similar issue discussed here.

-- 
[RS100] desktop became slow after upgrading to Lucid
https://bugs.launchpad.net/bugs/544496
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 568605] Re: ATI radeon KMS driver - gpu lockup

2010-08-25 Thread Thomas Antepoth
Thanks David.

Due to your hint using the ppa-Kernel I went off to install this one:

r...@sofa:/var/log# uname -a
Linux sofa 2.6.35-18-generic #24~lucid1-Ubuntu SMP Mon Aug 23 04:49:33 UTC 2010 
x86_64 GNU/Linux
r...@sofa:/var/log#

Overall scrolling performance feels somewhat improved and the first link
did not lock up my machine which it did quite reliable before installing
the 2.6.35.

The second link provided did also not lock up the machine but while
building up the page in the browser there were some interruptions in
screen updates (e.g. clock seconds did not advance, mouse pointer froze
for several seconds, rendering stopped amidst the picture).

In order to install that kernel I had to set:

r...@sofa:/etc/default# grep nomodeset grub 
GRUB_CMDLINE_LINUX=nomodeset
r...@sofa:/etc/default#

to avoid a EDID checksum error and to prevent the screen resolution
being throttled to 1376x768

-- 
ATI radeon KMS driver - gpu lockup
https://bugs.launchpad.net/bugs/568605
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 568605] Re: ATI radeon KMS driver - gpu lockup

2010-08-24 Thread Thomas Antepoth
Reproducable also here in this url with the GPU mentioned above when
scrolling up and down a bit:

http://www.bilder-hochladen.net/files/fcjc-12-jpg.html

This URL loaded in Firefox resulted in a:

Aug 24 21:35:14 sofa kernel: [91459.900989] [drm:radeon_fence_wait] *ERROR* 
fence(88009eadfa80:0x0025F614) 20ms timeout
Aug 24 21:35:14 sofa kernel: [91459.900993] [drm:radeon_fence_wait] *ERROR* 
last signaled fence(0x0025F614)
Aug 24 21:35:14 sofa kernel: [91460.451285] [drm:radeon_fence_wait] *ERROR* 
fence(8800d050fa40:0x0025F617) 510ms timeout going to reset GPU

and a 950 minute rebuild of the md device here. No SysRQ again and
immediately after the black screen all network connections have been
dropped.

-- 
ATI radeon KMS driver - gpu lockup
https://bugs.launchpad.net/bugs/568605
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 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Thomas Antepoth
Patched my /var/lib/dpkg/info/apache2.2-common.postinst at line 77 in
this way:


# Note, this line catches new installs as well as upgrades
if dpkg --compare-versions $2 lt 2.2.15-1~0; then
a2enmod -q reqtimeout
fi

to:
# Note, this line catches new installs as well as upgrades
if dpkg --compare-versions $2 lt 2.2.15-1~0; then
echo a2enmod -q reqtimeout
fi


After that I ran:

apt-get install
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   
Status-Informationen einlesen... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
3 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0B Plattenplatz zusätzlich benutzt.
Richte apache2.2-common ein (2.2.14-5ubuntu8.2) ...
a2enmod -q reqtimeout

Richte apache2-mpm-prefork ein (2.2.14-5ubuntu8.2) ...
 * Starting web server apache2  

  apache2: Could not reliably determine 
the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Tue Aug 24 06:12:39 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
httpd (pid 2199) already running


   [ OK ]

Richte apache2 ein (2.2.14-5ubuntu8.2) ...


and was up and running again.

-- 
can't install apache2.2-common (2.2.14-5ubuntu8)
https://bugs.launchpad.net/bugs/576255
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 540637] Re: nfs-kernel-server fails to start after kernel upgrade

2010-08-23 Thread Thomas Antepoth
As a temporary workaround I added the nolock keyword to the mount options on 
the clients involved.
This would circumvent some of the timeouts without manually restarting the 
nfs-server.

-- 
nfs-kernel-server fails to start after kernel upgrade
https://bugs.launchpad.net/bugs/540637
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 568605] Re: ATI radeon KMS driver - gpu lockup

2010-08-23 Thread Thomas Antepoth
I can perfectly reproduce here on a clean Lucid install this while
surfing on Firefox onto this URL:

http://www.godmode-trader.de/DU-Pont-Nemours-Aktie/Kennzahlen

After five to ten seconds the screen goes black and the CRT finally
enters powersave mode.

Syslog records:

Aug 23 19:26:03 sofa kernel: [  258.572193] [drm:radeon_fence_wait] *ERROR* 
fence(880216827300:0x265A) 580ms timeout
Aug 23 19:26:03 sofa kernel: [  258.572199] [drm:radeon_fence_wait] *ERROR* 
last signaled fence(0x265A)
Aug 23 19:26:03 sofa kernel: [  258.581431] [drm:radeon_fence_wait] *ERROR* 
fence(8801d7db2500:0x265B) 570ms timeout going to reset GPU
Aug 23 19:26:03 sofa kernel: [  258.581437] radeon :01:00.0: GPU softreset 
Aug 23 19:26:03 sofa kernel: [  258.581440] radeon :01:00.0:   
R_008010_GRBM_STATUS=0xE57004E0
Aug 23 19:26:03 sofa kernel: [  258.581444] radeon :01:00.0:   
R_008014_GRBM_STATUS2=0x00110103
Aug 23 19:26:03 sofa kernel: [  258.581448] radeon :01:00.0:   
R_000E50_SRBM_STATUS=0x200020C0
Aug 23 19:26:03 sofa kernel: [  258.665251] radeon :01:00.0:   
R_008020_GRBM_SOFT_RESET=0x7FEE
Aug 23 19:26:03 sofa kernel: [  258.665305] radeon :01:00.0: 
R_008020_GRBM_SOFT_RESET=0x0001
Aug 23 19:26:03 sofa kernel: [  258.665366] radeon :01:00.0:   
R_000E60_SRBM_SOFT_RESET=0x0402
Aug 23 19:26:03 sofa kernel: [  258.665522] radeon :01:00.0:   
R_008010_GRBM_STATUS=0x3030
Aug 23 19:26:03 sofa kernel: [  258.665524] radeon :01:00.0:   
R_008014_GRBM_STATUS2=0x0003
Aug 23 19:26:03 sofa kernel: [  258.665526] radeon :01:00.0:   
R_000E50_SRBM_STATUS=0x20C0
Aug 23 19:26:03 sofa kernel: [  258.667977] [drm:radeon_fence_wait] *ERROR* 
fence(8801d7db2500:0x265B) 660ms timeout

SYSRQ does not work either.

GPU is a RV610.

-- 
ATI radeon KMS driver - gpu lockup
https://bugs.launchpad.net/bugs/568605
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 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Thomas Antepoth
Patched my /var/lib/dpkg/info/apache2.2-common.postinst at line 77 in
this way:


# Note, this line catches new installs as well as upgrades
if dpkg --compare-versions $2 lt 2.2.15-1~0; then
a2enmod -q reqtimeout
fi

to:
# Note, this line catches new installs as well as upgrades
if dpkg --compare-versions $2 lt 2.2.15-1~0; then
echo a2enmod -q reqtimeout
fi


After that I ran:

apt-get install
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   
Status-Informationen einlesen... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
3 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0B Plattenplatz zusätzlich benutzt.
Richte apache2.2-common ein (2.2.14-5ubuntu8.2) ...
a2enmod -q reqtimeout

Richte apache2-mpm-prefork ein (2.2.14-5ubuntu8.2) ...
 * Starting web server apache2  

  apache2: Could not reliably determine 
the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Tue Aug 24 06:12:39 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
httpd (pid 2199) already running


   [ OK ]

Richte apache2 ein (2.2.14-5ubuntu8.2) ...


and was up and running again.

-- 
can't install apache2.2-common (2.2.14-5ubuntu8)
https://bugs.launchpad.net/bugs/576255
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 544496] Re: [RS100] desktop became slow after upgrading to Lucid

2010-08-22 Thread Thomas Antepoth
Situation here: Clean install of 10.04 Lucid Lynx with a current kernel
of:

2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:38:40 UTC 2010 x86_64

lspci | grep VGA

reports a

01:00.0 VGA compatible controller: ATI Technologies Inc RV610 video
device [Radeon HD 2400 PRO]

The setting of

GRUB_CMDLINE_LINUX=radeon.modeset=0

in /etc/default/grub resolves the performance issues discussed here for
me but xrandr reports a max. screen resolution of 1280x1024 which is
nothing compared to the

   2048x1536  80.0*75.0 75.0 60.0

at which X is running with KMS enabled right now. The proprietary fglrx
shipped with Lucid also had some issues regarding performance (resizing
windows) as well as screen resolution (unable to read edid
information).

-- 
[RS100] desktop became slow after upgrading to Lucid
https://bugs.launchpad.net/bugs/544496
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 622258] [NEW] Cannot insert Gold quotes into beancounter portfolio

2010-08-22 Thread Thomas Antepoth
Public bug reported:

Binary package hint: beancounter

After setting up the beancounter package I tried to insert some data
about Gold-EUR-Exchange rates into the database by entering:

beancounter addportfolio 'XAUEUR=X':10:EUR:Gold:mine:331.00:20040501

This command results in an errormessage:

FEHLER:  NULL-Wert in Spalte »exchange« verletzt Not-Null-Constraint at
/usr/share/perl5/Finance/BeanCounter.pm line 1494.

which is translated into NULL-Value in column »exchange« violates NON-
NULL-Constraint at ...

The XAUEUR=X is correctly converted into the http://finance.yahoo.com-
Request:

http://download.finance.yahoo.com/d/quotes.csvr?e=.csvf=snl1d1t1c1p2va2bapomwerr1dyj1xs=XAUEUR=X

which results in the .csv file:

XAUEUR=X,966.3192,8/20/2010,5:54pm,N/A,N/A,N/A,N/A,N/A

which in fact does not carry any information about the exchange as there
is none.

The default value for the column exchange is an empty varchar() which
seems reasonable (as long no Oracle-DB is involved)

The culprit is the line

$cmd =~ s|'?N/A'?|null|g;   # convert (textual) N/A into (database)
null

in BeanCounter.pm which converts any 'N/A' into Database-NULL without
concern of their meaning.

I would gladly provide a (trivial) patch which implements an exception
to that N/A handling as far as the column exchange is concerned:

select symbol,name,exchange from stockinfo;
  symbol  |name| exchange
--++--
 XAUEUR=X | XAU to EUR |
(1 Zeile)

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

** Description changed:

  Binary package hint: beancounter
  
  After setting up the beancounter package I tried to insert some data
  about Gold-EUR-Exchange rates into the database by entering:
  
  beancounter addportfolio 'XAUEUR=X':10:EUR:Gold:mine:331.00:20040501
  
  This command results in an errormessage:
  
  FEHLER:  NULL-Wert in Spalte »exchange« verletzt Not-Null-Constraint at
  /usr/share/perl5/Finance/BeanCounter.pm line 1494.
  
  which is translated into NULL-Value in column »exchange« violates NON-
  NULL-Constraint at ...
  
- 
- The XAUEUR=X is correctly converted into the 
http://finance.yahoo.com-Request:
+ The XAUEUR=X is correctly converted into the http://finance.yahoo.com-
+ Request:
  
  
http://download.finance.yahoo.com/d/quotes.csvr?e=.csvf=snl1d1t1c1p2va2bapomwerr1dyj1xs=XAUEUR=X
  
  which results in the .csv file:
  
  XAUEUR=X,966.3192,8/20/2010,5:54pm,N/A,N/A,N/A,N/A,N/A
  
  which in fact does not carry any information about the exchange as there
  is none.
  
- The default value for the column exchange is an empty which seems
- reasonable (as long no Oracle-DB is involved)
+ The default value for the column exchange is an empty varchar() which
+ seems reasonable (as long no Oracle-DB is involved)
  
  The culprit is the line
  
  $cmd =~ s|'?N/A'?|null|g;   # convert (textual) N/A into (database)
  null
  
  in BeanCounter.pm which converts any 'N/A' into Database-NULL without
  concern of their meaning.
  
  I would gladly provide a (trivial) patch which implements an exception
  to that N/A handling as far as the column exchange is concerned:
  
  select symbol,name,exchange from stockinfo;
-   symbol  |name| exchange 
+   symbol  |name| exchange
  --++--
-  XAUEUR=X | XAU to EUR | 
+  XAUEUR=X | XAU to EUR |
  (1 Zeile)

-- 
Cannot insert Gold quotes into beancounter portfolio
https://bugs.launchpad.net/bugs/622258
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 622258] Re: Cannot insert XAUEUR=X quotes into beancounter portfolio

2010-08-22 Thread Thomas Antepoth
** Summary changed:

- Cannot insert Gold quotes into beancounter portfolio
+ Cannot insert XAUEUR=X quotes into beancounter portfolio

-- 
Cannot insert XAUEUR=X quotes into beancounter portfolio
https://bugs.launchpad.net/bugs/622258
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 619365] Re: Screen corruption when X starts

2010-08-22 Thread Thomas Antepoth
I worked around the mousepointer corruption on my system by

1.) Stopping X service and logging into the text console

2.) creating an xorg.conf via x -configure and copying this freshly
created xorg.conf.new to /etc/X11

3.) entering this option:

Option  EXANoDownloadFromScreen true

into the section which reads like this:

Identifier  Card0
Driver  ati
VendorName  ATI Technologies Inc
BoardName   RV610 video device [Radeon HD 2400 PRO]
BusID   PCI:1:0:0

YMMV as a Lucid is working here.

-- 
Screen corruption when X starts
https://bugs.launchpad.net/bugs/619365
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 309211] Re: Intel Gibabit Ethernet NIC (82541PI) operating at 100Mbps instead of 1000Mbps after upgrading to Hardy

2010-08-18 Thread Thomas Antepoth
Finally my connectivity problems turned out to be caused by four blown
up 470uF/25V capacitors by the infamous STONE-Company on the board of
the Linksys SD2005. You might want to google for stone badcap and
linksys sd2005 bad caps to get the whole story.

It took me quite a while to prove that by replacing the switch with a
known good one.

Sorry for not checking that first, but the symptoms were just like the
ones in this bug report and the driver README was too comfortable to
follow.

-- 
Intel Gibabit Ethernet NIC (82541PI) operating at 100Mbps instead of 1000Mbps 
after upgrading to Hardy
https://bugs.launchpad.net/bugs/309211
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 309211] Re: Intel Gibabit Ethernet NIC (82541PI) operating at 100Mbps instead of 1000Mbps after upgrading to Hardy

2010-08-17 Thread Thomas Antepoth
Another Update:
This still occurres on a fresh lucid lynx either with the stock driver modules 
or the  CFLAGS_EXTRA-Settings.

r...@sofa:~# ethtool -i eth0
driver: e1000
version: 8.0.19-NAPI
firmware-version: N/A
bus-info: :05:00.0
r...@sofa:~# 

The switch to which the NIC  is connected is a Linksys SD2005.

The errors on this NIC are:

r...@sofa:~# ethtool -S eth0 | grep -v : 0
NIC statistics:
 rx_packets: 137916
 tx_packets: 125195
 rx_bytes: 198794208
 tx_bytes: 9016672
 rx_broadcast: 3
 tx_broadcast: 46
 tx_multicast: 25
 rx_errors: 16651
 rx_crc_errors: 9073
 rx_frame_errors: 48
 rx_align_errors: 48
 tx_tcp_seg_good: 8
 rx_long_byte_count: 198794208
 rx_csum_offload_good: 137686


Already tried an changed cables and tried to renegotiate via ethtool -r eth0 
but to no avail.

The NIC worked flawlessly during Debian Lenny and its stock kernel.

-- 
Intel Gibabit Ethernet NIC (82541PI) operating at 100Mbps instead of 1000Mbps 
after upgrading to Hardy
https://bugs.launchpad.net/bugs/309211
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 309211] Re: Intel Gibabit Ethernet NIC (82541PI) operating at 100Mbps instead of 1000Mbps after upgrading to Hardy

2010-08-17 Thread Thomas Antepoth
When plugging the cable into the wall plug instead of the Linksys SD2005
the dmesg command shows that the same unchanged driver is in fact
capable to do 1000MB:

From the freshly compiled 8.0.19 driver issued by intel which is loaded
by modprobe e1000 AutoNeg=0x28 as suggested earlier:

Command:ethtool eth0

Settings for eth0:
Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Supports auto-negotiation: Yes
Advertised link modes:  100baseT/Full 
1000baseT/Full 
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes:  Not reported
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: umbg
Wake-on: g
Current message level: 0x0007 (7)
Link detected: yes


Command: ethtool -i eth0

driver: e1000
version: 8.0.19-NAPI
firmware-version: N/A
bus-info: :05:00.0


Plugged into the SD2005 switch:
[32234.423251] e1000: eth0: e1000_watchdog_task: NIC Link is Down
[32243.193686] e1000: eth0: e1000_watchdog_task: NIC Link is Up 100 Mbps Full 
Duplex, Flow Control: RX/TX


Plugged into the wall plug:
[33467.172950] e1000: eth0: e1000_watchdog_task: NIC Link is Down
[33478.655021] e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full 
Duplex, Flow Control: RX/TX

And back to the switch again:
[33547.942638] e1000: eth0: e1000_watchdog_task: NIC Link is Down
[33563.045981] e1000: eth0: e1000_watchdog_task: NIC Link is Up 100 Mbps Full 
Duplex, Flow Control: RX/TX

Smells a bit like some issues in the speed negotiation between the NIC
and the switch - most probably in e1000_phy.c. Will dig some more into
that.

-- 
Intel Gibabit Ethernet NIC (82541PI) operating at 100Mbps instead of 1000Mbps 
after upgrading to Hardy
https://bugs.launchpad.net/bugs/309211
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