Re: [uml-user] Apache segfaults at every request

2006-11-21 Thread Blaisorblade
On Tuesday 21 November 2006 22:45, Stephane Bortzmeyer wrote: > On Mon, Nov 06, 2006 at 03:14:53PM +0100, > Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote > > a message of 31 lines which said: > > I just upgraded the machine to Debian "testing", etch. Since then, > > Apache (and, apparently, Squid

Re: [uml-user] Apache segfaults at every request

2006-11-21 Thread Stephane Bortzmeyer
On Mon, Nov 06, 2006 at 03:14:53PM +0100, Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote a message of 31 lines which said: > I just upgraded the machine to Debian "testing", etch. Since then, > Apache (and, apparently, Squid) segfaults at *every* request. Two weeks after, I upgraded ("testing"

Re: [uml-user] Problem with UML+MIPv6

2006-11-21 Thread Jeff Dike
On Tue, Nov 21, 2006 at 09:52:54AM +0100, Emilio Garc?a wrote: > 2. when it received a packet too big (so that it need to be IP-fragmented), > SER/MIPv6 fails, and sends a SIGTERM(15) > 3. the VM catches the exception, and ends abruptly If there are SIGTERMs flying around, then UML definitely will

Re: [uml-user] Problem with UML+MIPv6

2006-11-21 Thread Emilio GarcĂ­a
Hello, Further investigation has led us to believe the problem is related to the MIPv6 stack and the kernel, and not the UML itself, sorry for the mistake. The reason why the Virtual Machine is failing (we suppose) is the following: 1. the VM is using MIPv6 as a CN, a kernel patch from MIPL, and

[uml-user] redirect program output to log file in UML

2006-11-21 Thread Yi Wang
Hello, I'm new to UML. I'm having trouble in redirecting program output to a log file in uml. I tried both '&>' and tee, but the output is still displayed on the ternimal, and nothing is logged. I have no problem redirecting the output of the same program in native mode linux. Any suggestions?