Re: [uml-user] MySQL Problems

2007-05-01 Thread Milan P. Stanic
On Tue, May 01, 2007 at 03:45:09PM +0100, Antoine Martin wrote: > Milan P. Stanic wrote: > > On Tue, May 01, 2007 at 02:20:41PM +0100, Antoine Martin wrote: > >> Not quite, skas0 is good but not as fast as skas3. > >> It just means that skas0 is generally good enough. > > There is no skas3 patch fo

Re: [uml-user] MySQL Problems

2007-05-01 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Milan P. Stanic wrote: > Hi Antoine and all, > > Thanks for prompt answer. > > On Tue, May 01, 2007 at 02:20:41PM +0100, Antoine Martin wrote: >> Not quite, skas0 is good but not as fast as skas3. >> It just means that skas0 is generally good enoug

Re: [uml-user] MySQL Problems

2007-05-01 Thread Milan P. Stanic
Hi Antoine and all, Thanks for prompt answer. On Tue, May 01, 2007 at 02:20:41PM +0100, Antoine Martin wrote: > Not quite, skas0 is good but not as fast as skas3. > It just means that skas0 is generally good enough. There is no skas3 patch for 2.6.21 at Paolo's site, yet. What should I do now fo

Re: [uml-user] MySQL Problems

2007-05-01 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Milan P. Stanic wrote: > On Thu, Apr 26, 2007 at 11:23:45AM +0100, Antoine Martin wrote: >> skas0 has been in the vanilla kernel for some time, but skas3 is not >> (and apparently not likely to be merged either). > > Does that means we do not need t

Re: [uml-user] MySQL Problems

2007-05-01 Thread Milan P. Stanic
On Thu, Apr 26, 2007 at 11:23:45AM +0100, Antoine Martin wrote: > skas0 has been in the vanilla kernel for some time, but skas3 is not > (and apparently not likely to be merged either). Does that means we do not need to patch host kernel (2.6.21 and up) with skas3 patches (or anything related to U

Re: [uml-user] MySQL Problems

2007-04-26 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 kewlemer wrote: > On 4/17/07, Jeff Dike <[EMAIL PROTECTED]> wrote: >> On Tue, Apr 17, 2007 at 12:39:22PM -0300, Fabio A. Mazzarino wrote: >>> guest # uname -a >>> Linux neo 2.6.18 #2 Wed Oct 4 19:34:37 CEST 2006 i686 GNU/Linux >>> >>> >>> guest # tai

Re: [uml-user] MySQL Problems

2007-04-25 Thread kewlemer
On 4/17/07, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Apr 17, 2007 at 12:39:22PM -0300, Fabio A. Mazzarino wrote: > > guest # uname -a > > Linux neo 2.6.18 #2 Wed Oct 4 19:34:37 CEST 2006 i686 GNU/Linux > > > > > > guest # tail /var/log/syslog | grep mysqld > > Apr 17 15:37:06 localhost mysqld

Re: [uml-user] MySQL Problems

2007-04-18 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Fabio A. Mazzarino wrote: > Antonine: > > I've downloaded a pre-compiled uml because I need it working for yesterday. Compiling a guest kernel should not take more than 10 mins on a standard pc. I do offer pre-compiled kernels for those that want

Re: [uml-user] MySQL Problems

2007-04-18 Thread Brock, Anthony - NET
guest kernels both easier and much safer. Good luck! Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Fabio A. Mazzarino > Sent: Wednesday, April 18, 2007 1:02 PM > To: [email protected] > Subject: Re:

Re: [uml-user] MySQL Problems

2007-04-18 Thread Fabio A. Mazzarino
Jeff: You are right. There's no way to have TLS support if host doesn't support it in first place. I should have know before too. Anyway. Problem solved now. Fabio. Jeff Dike escreveu: > On Wed, Apr 18, 2007 at 08:47:08PM +0100, Antoine Martin wrote: > >> Have you tried updating the h

Re: [uml-user] MySQL Problems

2007-04-18 Thread Jeff Dike
On Wed, Apr 18, 2007 at 08:47:08PM +0100, Antoine Martin wrote: > Have you tried updating the host and guest to recent kernels? > > Fabio A. Mazzarino wrote: > > > > host # uname -a > > Linux loghost1 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 2005 i686 GNU/Linux Whoops, I missed this. UML TLS sup

Re: [uml-user] MySQL Problems

2007-04-18 Thread Jeff Dike
On Wed, Apr 18, 2007 at 04:14:32PM -0300, Fabio A. Mazzarino wrote: > I've done some wrong things here, and now have deleted the right tls > directory. Now it seems to be working just fine. So the problem does not > apply *only* to 64 bits, but also to 32 bits. You shouldn't need that - UML has

Re: [uml-user] MySQL Problems

2007-04-18 Thread Fabio A. Mazzarino
Antonine: I've downloaded a pre-compiled uml because I need it working for yesterday. I plan to recompile uml later. Unffortunately the host is allocated in a datacenter, so kernel compiling is a little bit tricky and I try to avoid it. Later, when I plan to have more free time, I'll do i

Re: [uml-user] MySQL Problems

2007-04-18 Thread Antoine Martin
Fabio, I had a similar problem but this is now resolved. Have you tried updating the host and guest to recent kernels? Antoine Fabio A. Mazzarino wrote: > I need to build a LAMP server using UML. Apache and PHP5 work fine, but > MySQL don't. > > I've just found a similar problem here: > .

Re: [uml-user] MySQL Problems

2007-04-18 Thread Fabio A. Mazzarino
Jeff: Thanks for your help. I've done some wrong things here, and now have deleted the right tls directory. Now it seems to be working just fine. So the problem does not apply *only* to 64 bits, but also to 32 bits. I still have another doubt, but I'll ask in another thread. Thanks agai

Re: [uml-user] MySQL Problems

2007-04-17 Thread Jeff Dike
On Tue, Apr 17, 2007 at 12:39:22PM -0300, Fabio A. Mazzarino wrote: > guest # uname -a > Linux neo 2.6.18 #2 Wed Oct 4 19:34:37 CEST 2006 i686 GNU/Linux > > > guest # tail /var/log/syslog | grep mysqld > Apr 17 15:37:06 localhost mysqld[1516]: mysqld got signal 11; Can you try 2.6.21-stable or 2

[uml-user] MySQL Problems

2007-04-17 Thread Fabio A. Mazzarino
I need to build a LAMP server using UML. Apache and PHP5 work fine, but MySQL don't. I've just found a similar problem here: . http://readlist.com/lists/lists.sourceforge.net/user-mode-linux-user/0/364.html But it seems to apply only to x86_64, not my case. Here are some information: ho