Re: apt/dpkg always upgrade still upgraded packages

2006-08-21 Thread Sander Smeenk
Quoting Peter Stoehr ([EMAIL PROTECTED]):

> But, whenever I make "apt-get update && apt-get upgrade", apt want to
> upgrade Postfix and Vnstat again and again.
> Did I something wrong when building the packages?

I have the exact same behaviour on one of my hosts with the libselinux1
package, which is an official Debian package, so it's not necessarily
related to your own packages...

No clue how to fix it tho'. Using dpkg --force-depends --purge and
apt-get install again doesn't fix it either.

-- 
| > Because it messes up the order in which people normally read text.
| > > Why is top-posting such a bad thing?
| > > > Top-posting.
| > > > > What is the most annoying thing on usenet and in email?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mysql-server-5.0: double free or corruption -> ABRT

2006-04-25 Thread Sander Smeenk
Quoting Chris Yeoh ([EMAIL PROTECTED]):

> *** glibc detected *** double free or corruption (!prev): 0x08259238 ***
> Kernel is Ubuntu Breezy.  Any asistance appreciated.

In my particular case problems went away after upgrading to 5.0.19-#
and (and this is probably the most important) after I rebuilt the
indexes on all my tables.

For some reason, binary copying .MYI, .MYD and .frm files from a 32bit
system to a 64bit system makes MySQL crash on tables with indexes. Even
though the MySQL.com website states that it should not be any problem.

After i rebuilt all the indexes the server was stable again. Even binary
copying 64bit to 32bit works just fine. The other way around doesn't.

We have our first 64bit (Debian) /workstation/ at the office now.
I'll put on my sysadmin cap and harras the user with some mysql tests,
probably crashing his machine. *gnagnagna*

HTH, HAND,
Sander.
-- 
| If peanut butter cookies are made from peanut butter, 
| then what are Girl Scout cookies made out of?
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Tyan Thunder K8S S2800 blues

2006-04-13 Thread Sander Smeenk
Quoting Uroš Golja ([EMAIL PROTECTED]):

> >>Any ideas?
> However, I still maintain that the kernel will not boot unless
> 'acpi=noirq' is appended to it. Anyone want to shed some light on the
> subject?

I had a laptop once, it had crappy ACPI tables in the BIOS. I had to fix
them myself using some ACPI table dumper and vi. This might also be
nescessary for your Tyan board.

I run 7 Tyan GX28 (all Dual Opteron) servers with Debian and 2.6 kernels
and never have problems with ACPI on them. Tried flashing the BIOS to
the latest available version?

Regards,
Sander.
-- 
| There is always one more imbecile than you counted on.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


mysql-server-5.0: double free or corruption -> ABRT

2006-03-16 Thread Sander Smeenk
Hello!

Is anyone else seeing mysql-server 5.0.18-9 crashing with messages like:

| Mar 14 00:32:59 zwart mysqld[29820]: *** glibc detected *** double
| free or corruption (!prev): 0x012b1ab0 ***
| Mar 15 02:24:17 zwart mysqld[13255]: *** glibc detected *** free():
| invalid next size (normal): 0x012d3d30 ***
| Mar 16 00:32:51 zwart mysqld[17749]: *** glibc detected *** double
| free or corruption (!prev): 0x01333540 ***
| Mar 16 14:44:07 zwart mysqld[471]: *** glibc detected *** double
| free or corruption (!prev): 0x013e4160 ***

All followed by:

| Mar 16 14:44:07 zwart mysqld[471]: mysqld got signal 6;

It causes mysqld to keep running, but it just stops doing anything.
You can connect, but anything that accesses the datafiles will just hang
indefinitely. Causing mysqld to eventually get 'Too many connections'
after which you'd have to kill -9 the daemon to get it working again.

This happens on a dual Opteron 250 system with 4GB memory running
2.6.15.6 and mysql-server-5.0 version 5.0.18-9.

Another dual Opteron 250 with 2GB running 2.6.15.1 and mysql-server-5.0
version 5.0.18-8 doesn't show this behaviour.

I'll try installing the same kernel (2.6.15.1) on the non-working box
and see what that brings me. If any of you have any idea what might
cause this, please let me know!

Thanks,
Sander.
-- 
| If TCP/IP handshaking was less formal, 
| perhaps SYN / ACK would be Yo! / 'sup? instead... 
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]