Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 14:01:10 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> Ok, so it seams that documents included with mail don't go through the
> mailing server...
>
> Here it is...
> localhost kernel Unable to handle kernel NULL pointer dereference at
> virtual address 
> localhost kernel printing eip:
> localhost kernel c015a6f5
> localhost kernel *pde = 
> localhost kernel Oops: 0002 [#1]
> localhost kernel PREEMPT
> localhost kernel Modules linked in: nls_cp437 isofs udf speedstep_lib
> proc_intf freq_table cpufreq_userspace cpufreq_ondemand
> cpufreq_powersave video sony_acpi pcc_acpi button battery container ac
> ipv6 3c59x snd_intel8x0 s
> localhost kernel CPU: 0
> localhost kernel EIP: 0060:[prune_dcache+52/439] Not tainted VLI
> localhost kernel EFLAGS: 00010206 (2.6.10-5-386)
> localhost kernel EIP is at prune_dcache+0x34/0x1b7
> localhost kernel eax: c02ad834 ebx: 015a ecx: c6df0778 edx:
> 
> localhost kernel esi: c7df07e4 edi: 00d0 ebp: 0030 esp:
> dfc15eec
> localhost kernel ds: 007b es: 007b ss: 0068
> localhost kernel Process kswapd0 (pid: 124, threadinfo=dfc14000
> task=c1732060)
> localhost kernel Stack: 015a 0080 00d0 dfdf5a20 c015ac3c
> 0080 c0137cf9 0080
> localhost kernel 00d0 00193200  01f4  c02ac3a0
> 0001 000b
> localhost kernel c02ac3a0 c0138e1f 0020 00d0 0ce2 c02ac3a0
> dfc15f60 dfc15f5c
> localhost kernel Call Trace:
> localhost kernel [shrink_dcache_memory+24/48]
> shrink_dcache_memory+0x18/0x30
> localhost kernel [shrink_slab+238/332] shrink_slab+0xee/0x14c
> localhost kernel [balance_pgdat+414/687] balance_pgdat+0x19e/0x2af
> localhost kernel [kswapd+193/197] kswapd+0xc1/0xc5
> localhost kernel [autoremove_wake_function+0/58]
> autoremove_wake_function+0x0/0x3a
> localhost kernel [ret_from_fork+6/20] ret_from_fork+0x6/0x14
> localhost kernel [autoremove_wake_function+0/58]
> autoremove_wake_function+0x0/0x3a
> localhost kernel [kswapd+0/197] kswapd+0x0/0xc5
> localhost kernel [kernel_thread_helper+5/11]
> kernel_thread_helper+0x5/0xb
> localhost kernel Code: 56 53 8b 6c 24 14 ff 40 14 85 ed 0f 84 7e 01 00
> 00 8b 0d 38 d8 2a c0 81 f9 34 d8 2a c0 0f 84 6c 01 00 00 8b 01 8b 51
> 04 89 50 04 <89> 02 89 49 04 89 09 a1 38 d8 2a c0 0f 18 00 90 ff 0d 40
> d8 2a
> localhost kernel <6>note: kswapd0[124] exited with preempt_count 1

the above is the source of your problem!
prune_dcache did a NULL pointer exception.
Please use a newer kernel like 2.6.12.1, then your problem should go
away.

If not, please post to the linux kernel mailing list:
linux-kernel@vger.kernel.org

Regards,
Martin


--
MyExcuse:
The CPU has shifted, and become decentralized.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien
sage -
From: "Martin Zwickel" <[EMAIL PROTECTED]>
To: "Damien" <[EMAIL PROTECTED]>
Cc: ; <[EMAIL PROTECTED]>
Sent: Monday, June 27, 2005 1:19 PM
Subject: Re: [hlds_linux] Kernel panic when starting server



On Mon, 27 Jun 2005 13:05:08 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:


>> actually, learning how to compile the kernel is basic stuff you
>should > learn when learning linux. Might seem daunting at first, but
>it's > relatively simple.
>
> Thx, 100% ACK.

I agree that it may be simple. But I never need it before, and in my
job, it  will be useless...


Then just don't use it.



> @Damien: If you want to know more about Linux, just try
> www.google.fr ;)

Everyone say me this. Google is not the magic answer to all my
problems. I  first post because a kernel panic. The kernel log let me
think about a  problem with my server, and since I removed the plugin
I think it was, my  server is fine again. Maybe it's the plugin, maybe
the kernel, maybe other  thing...


Well, one problem is, that you still did not post the _full_ panic!



Instead of saying things I don't understand, search google, try to
help  people by showing them what to do, not what to search.

One day, I had to make some search about firewalls. I said my firewall
was  on windows, but works like linux. All the linux people I meet
about this  were laughing at me. After, one guy took me, and explained
me how it works,  and we have talked a lot... I finaly undertand what
is was about. Now, I can  write some line in my firewall script.

So why don't share your knowledge with noobs like me instead of saying
"go  ask google" ?


Because to explain all the stuff would take too much time. And I have to
work too much so I have no time to explain everything.
And all your questions are already answered in the WWW. So just search
for it and find the answers...


Why when we use linux we must absolutly know how to hack the kernel to
get  more fps ?

I use linux because it's stable, faster than windows for some
applications... But don't say me that it is easyer to tweak... One
example :  change monitor resolution, color depth, refresh rate in a
few clicks...


I did not say that. But und most Windowmanagers it's like windows's
colored clicks.



I stop here because I have to get back to work, and I don't want to
make a  discussion about that.


Thanks!



I will try to compile the kernel, but I think I may help the plugin
developper, by helping him to solve that bug...


You said you get a kernel panic, that is not allowed to happend for a
normal userspace program. So if the plugin author did not manage
something correctly, the server should just SEGV.

But a kernel panic... Bad memory, a Kernel bug, a 3rd party driver or
a root program that accesses the wrong parts of the kernel...


Regards,
Martin


ps.: since you are using Ubuntu, why don't you contact the Ubuntu kernel
guys? It's a kernel problem, not a hlds one (I guess because of the
panic)!

--
MyExcuse:
CPU radiator broken

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>






___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Jeremy Brooking

Damien wrote:


So the same way when starting using Wordpad I should learn how a rtf
file is
made ?


No, but it does pay to learn what the 'save' button does.


When I learn driving, I should know how to make the engine ?


No, but before driving a car, you should learn how to drive.

And before fixing an engine, you should learn how the engine goes together.


This is non-sens... Why not just use linux ? Is it really important in my
life to know how to compile a kernel ?


Why not just use it? Perhaps because its not working for you?


Ok, thank you. I'll take a look at it when I have time...


If youd spend the time reading there...

Because you wouldnt have the need to waste your time here :)

Just food for thought.


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread DaiTengu

On Mon, 27 Jun 2005 06:05:08 -0500, Damien <[EMAIL PROTECTED]> wrote:


actually, learning how to compile the kernel is basic stuff you should
learn when learning linux. Might seem daunting at first, but it's
relatively simple.


Thx, 100% ACK.


I agree that it may be simple. But I never need it before, and in my
job, it
will be useless...



 Kernel compilation is never useless. it's the first thing I learned how
to do when using Linux oh-so-many-years-ago.




So why don't share your knowledge with noobs like me instead of saying
"go
ask google" ?
Why when we use linux we must absolutly know how to hack the kernel to
get
more fps ?



 hacking the kernel, and compiling the kernel are two very different
things. upgrading your kernel is similar to upgrading any software
package, it has bugfixes, updates, and many other things that help your
system run more smoothly.

As for sharing our knowledge, 90% of us learned from using google or
similar search engines, there's a wealth of information available out
there, and it's far more complete than any of us could sit down and write
to you.  There are tons of forums available for you to ask questions in as
well, forums that cover a much broader range of topics than just HLDS_L.



I use linux because it's stable, faster than windows for some
applications... But don't say me that it is easyer to tweak... One
example :
change monitor resolution, color depth, refresh rate in a few clicks...


Linux is definately not easier to tweak, but I think it's definately more
fun :)




I stop here because I have to get back to work, and I don't want to make
a
discussion about that.

I will try to compile the kernel, but I think I may help the plugin
developper, by helping him to solve that bug...



 the developer will want to know a LOT of information about your kernel
version, what options are enabled, and what happens if you update in order
to track the bug down.


--
Mike "DaiTengu" Miller
151 Hosting
http://www.151hosting.com

Operations Director
United Admins
http://www.unitedadmins.com

http://www.daitengu.com

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 13:05:08 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> >> actually, learning how to compile the kernel is basic stuff you
> >should > learn when learning linux. Might seem daunting at first, but
> >it's > relatively simple.
> >
> > Thx, 100% ACK.
>
> I agree that it may be simple. But I never need it before, and in my
> job, it  will be useless...

Then just don't use it.

>
> > @Damien: If you want to know more about Linux, just try
> > www.google.fr ;)
>
> Everyone say me this. Google is not the magic answer to all my
> problems. I  first post because a kernel panic. The kernel log let me
> think about a  problem with my server, and since I removed the plugin
> I think it was, my  server is fine again. Maybe it's the plugin, maybe
> the kernel, maybe other  thing...

Well, one problem is, that you still did not post the _full_ panic!

>
> Instead of saying things I don't understand, search google, try to
> help  people by showing them what to do, not what to search.
>
> One day, I had to make some search about firewalls. I said my firewall
> was  on windows, but works like linux. All the linux people I meet
> about this  were laughing at me. After, one guy took me, and explained
> me how it works,  and we have talked a lot... I finaly undertand what
> is was about. Now, I can  write some line in my firewall script.
>
> So why don't share your knowledge with noobs like me instead of saying
> "go  ask google" ?

Because to explain all the stuff would take too much time. And I have to
work too much so I have no time to explain everything.
And all your questions are already answered in the WWW. So just search
for it and find the answers...

> Why when we use linux we must absolutly know how to hack the kernel to
> get  more fps ?
>
> I use linux because it's stable, faster than windows for some
> applications... But don't say me that it is easyer to tweak... One
> example :  change monitor resolution, color depth, refresh rate in a
> few clicks...

I did not say that. But und most Windowmanagers it's like windows's
colored clicks.

>
> I stop here because I have to get back to work, and I don't want to
> make a  discussion about that.

Thanks!

>
> I will try to compile the kernel, but I think I may help the plugin
> developper, by helping him to solve that bug...

You said you get a kernel panic, that is not allowed to happend for a
normal userspace program. So if the plugin author did not manage
something correctly, the server should just SEGV.

But a kernel panic... Bad memory, a Kernel bug, a 3rd party driver or
a root program that accesses the wrong parts of the kernel...


Regards,
Martin


ps.: since you are using Ubuntu, why don't you contact the Ubuntu kernel
guys? It's a kernel problem, not a hlds one (I guess because of the
panic)!

--
MyExcuse:
CPU radiator broken

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien

actually, learning how to compile the kernel is basic stuff you should
learn when learning linux. Might seem daunting at first, but it's
relatively simple.


Thx, 100% ACK.


I agree that it may be simple. But I never need it before, and in my job, it
will be useless...


@Damien: If you want to know more about Linux, just try www.google.fr ;)


Everyone say me this. Google is not the magic answer to all my problems. I
first post because a kernel panic. The kernel log let me think about a
problem with my server, and since I removed the plugin I think it was, my
server is fine again. Maybe it's the plugin, maybe the kernel, maybe other
thing...

Instead of saying things I don't understand, search google, try to help
people by showing them what to do, not what to search.

One day, I had to make some search about firewalls. I said my firewall was
on windows, but works like linux. All the linux people I meet about this
were laughing at me. After, one guy took me, and explained me how it works,
and we have talked a lot... I finaly undertand what is was about. Now, I can
write some line in my firewall script.

So why don't share your knowledge with noobs like me instead of saying "go
ask google" ?
Why when we use linux we must absolutly know how to hack the kernel to get
more fps ?

I use linux because it's stable, faster than windows for some
applications... But don't say me that it is easyer to tweak... One example :
change monitor resolution, color depth, refresh rate in a few clicks...

I stop here because I have to get back to work, and I don't want to make a
discussion about that.

I will try to compile the kernel, but I think I may help the plugin
developper, by helping him to solve that bug...

Damien



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


RE: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Henrik Malmberg
>On Mon, 27 Jun 2005 03:36:41 -0700
>Clayton Macleod <[EMAIL PROTECTED]> bubbled:
>
>> actually, learning how to compile the kernel is basic stuff you should
>> learn when learning linux. Might seem daunting at first, but it's
>> relatively simple.
>
>Thx, 100% ACK.
>
>@Damien: If you want to know more about Linux, just try www.google.fr ;)
>

Or why not http://www.google.fr/linux :)


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 03:36:41 -0700
Clayton Macleod <[EMAIL PROTECTED]> bubbled:

> actually, learning how to compile the kernel is basic stuff you should
> learn when learning linux. Might seem daunting at first, but it's
> relatively simple.

Thx, 100% ACK.

@Damien: If you want to know more about Linux, just try www.google.fr ;)

--
MyExcuse:
Our POP server was kidnapped by a weasel.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Clayton Macleod
actually, learning how to compile the kernel is basic stuff you should
learn when learning linux. Might seem daunting at first, but it's
relatively simple.

On 6/27/05, Damien <[EMAIL PROTECTED]> wrote:
> So the same way when starting using Wordpad I should learn how a rtf file is
> made ?
> When I learn driving, I should know how to make the engine ?
> This is non-sens... Why not just use linux ? Is it really important in my
> life to know how to compile a kernel ?


--
Clayton Macleod

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien

Before you start using Linux you should learn how to compile your own
kernel ;)


So the same way when starting using Wordpad I should learn how a rtf file is
made ?
When I learn driving, I should know how to make the engine ?
This is non-sens... Why not just use linux ? Is it really important in my
life to know how to compile a kernel ?


http://www.kernelnewbies.org/
http://www.kernelnewbies.org/faq/index.php3#compile
the best way is to use your old .config from the current running kernel.


Ok, thank you. I'll take a look at it when I have time...

Damien



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 11:56:32 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> > I have never been a noob ;) j/k man.
>
> Oh excuze me, superman...
>
> >> > How to get the Kernel version:
> >> > cat /proc/version
> >>
> >> Linux version 2.6.10-5-386 ([EMAIL PROTECTED]) (gcc version 3.3.5
> >(Debian > 1:3.3.5-8ubuntu2)) #1 Tue Jun 7 08:26:42 UTC 2005
> >>
> >
> > Ah, looks like a distro patched kernel. Maybe you are able to try a
> > vanilla 2.6.12.1 Kernel? Or have a look for a newer kernel from
> > ubuntu? ps.: You can dl a vanilla kernel from: http://www.kernel.org
>
> Lol, installation tutorial ? howto ? anything ?

Before you start using Linux you should learn how to compile your own
kernel ;)

http://www.kernelnewbies.org/
http://www.kernelnewbies.org/faq/index.php3#compile

the best way is to use your old .config from the current running kernel.


--
MyExcuse:
Police are examining all internet packets in the search for a
narco-net-trafficker

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien

I have never been a noob ;) j/k man.


Oh excuze me, superman...


> How to get the Kernel version:
> cat /proc/version

Linux version 2.6.10-5-386 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian
1:3.3.5-8ubuntu2)) #1 Tue Jun 7 08:26:42 UTC 2005



Ah, looks like a distro patched kernel. Maybe you are able to try a
vanilla 2.6.12.1 Kernel? Or have a look for a newer kernel from ubuntu?
ps.: You can dl a vanilla kernel from: http://www.kernel.org


Lol, installation tutorial ? howto ? anything ?

Damien


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 11:38:36 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> > Oh, a Kernel Newbie...
>
> Remember the time when you were noob too...

I have never been a noob ;) j/k man.

>
> > How to get the Kernel version:
> > cat /proc/version
>
> Linux version 2.6.10-5-386 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian
> 1:3.3.5-8ubuntu2)) #1 Tue Jun 7 08:26:42 UTC 2005
>

Ah, looks like a distro patched kernel. Maybe you are able to try a
vanilla 2.6.12.1 Kernel? Or have a look for a newer kernel from ubuntu?


ps.: You can dl a vanilla kernel from: http://www.kernel.org


--
MyExcuse:
Internet outage

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien

Oh, a Kernel Newbie...


Remember the time when you were noob too...


How to get the Kernel version:
cat /proc/version


Linux version 2.6.10-5-386 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian
1:3.3.5-8ubuntu2)) #1 Tue Jun 7 08:26:42 UTC 2005



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 11:02:11 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> This is a multi-part message in MIME format.
> --
> > 1.: Which plugin?
>
> Roger devil's clanmatch with mysql support
>
> > 2.: Is it the source or is it not?
>
> I've removed the plugin, and all works fine
>
> > A complete kernel panic output would be great!
> > Which kernel version do you use?
>
> Where can I get kernel version ? I'm using Ubuntu Hoary 5.04 with
> latest updates...
>

Oh, a Kernel Newbie...
How to get the Kernel version:
cat /proc/version

--
MyExcuse:
It must have been the lightning storm we had (yesterday) (last week)
(last month)

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien
This is a multi-part message in MIME format.
--
> 1.: Which plugin?

Roger devil's clanmatch with mysql support

> 2.: Is it the source or is it not?

I've removed the plugin, and all works fine

> A complete kernel panic output would be great!
> Which kernel version do you use?

Where can I get kernel version ? I'm using Ubuntu Hoary 5.04 with latest
updates...

Damien
--
[ Kernel.rtf of type application/msword deleted ]
--



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Mon, 27 Jun 2005 10:36:23 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> > Kernel upgrade?! Disable Preempt?!
>
> Can you speak a language I understand ?
>
> I've found what can be the source of the bug : a plugin. Just removed
> it...

1.: Which plugin?
2.: Is it the source or is it not?

A complete kernel panic output would be great!
Which kernel version do you use?

--
MyExcuse:
somebody was calculating pi on the server

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Damien

Kernel upgrade?! Disable Preempt?!


Can you speak a language I understand ?

I've found what can be the source of the bug : a plugin. Just removed it...

Damien


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel panic when starting server

2005-06-27 Thread Martin Zwickel
On Sun, 26 Jun 2005 09:26:45 +0200
"Damien" <[EMAIL PROTECTED]> bubbled:

> Hi
>
> I don't know why, but since 2 days, my server gives me kernel panic.
> When looking at the log, I see 'srcds_run exited with preempt_count
> 1'.
>
> I'll make a filesystem check, a file backup, remove plugins, and wait
> for further suggestions.

Kernel upgrade?! Disable Preempt?!

Regards,
Martin

--
MyExcuse:
IRQ dropout

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] Kernel panic when starting server

2005-06-26 Thread Damien

Hi

I don't know why, but since 2 days, my server gives me kernel panic.
When looking at the log, I see 'srcds_run exited with preempt_count 1'.

I'll make a filesystem check, a file backup, remove plugins, and wait for
further suggestions.

Damien



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux