Re[2]: [uml-user] virtual network problem

2006-04-07 Thread Serge Goodenko
> > On Thu, Apr 06, 2006 at 08:30:19PM +0400, Serge Goodenko wrote: > > UML kernel version 2.6.13-4 with built-in UML running in SKAS3 > > mode. I don't know whether UML code itself has any versioning... host > > kernel is 2.6.13-15, if it matters.. ) > > Can

Re[2]: [uml-user] virtual network problem

2006-04-06 Thread Serge Goodenko
> On Thu, Apr 06, 2006 at 04:34:58PM +0400, Serge Goodenko wrote: > > the problem is when I ping any net1 host from any net0 host I get > > about 90% packet loss and 'tcpdump -x' started on router eth1 device > > shows the following packets (which are obviously

[uml-user] virtual network problem

2006-04-06 Thread Serge Goodenko
Hi all! I configured a virtual network using UML kernels and i got some problems. My network consists of two virtual subnets and a virtual router connecting them. first net has 192.168.0.x hosts (net0) second net has 192.168.1.x hosts (net1) router has eth0 = 192.168.0.1 and eth1 = 192.168.1.1

Re[2]: [uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-23 Thread Serge Goodenko
le: HOSTCFLAGS = -Wall -Wstrict-prototypes -g -fomit-frame-pointer -finline CFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -finline -g \ -ffreestanding ...and everything compiles ok! happy spring! Serge

[uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-16 Thread Serge Goodenko
help is appreciated ) Serge Goodenko MIPT Moscow, Russia --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer grou

Re: AW: Re[2]: [uml-user] timer resolution in UML kernel

2005-10-24 Thread Serge Goodenko
> I don't now if this also works in UML, but we use rdtsc for quite something > similar. > > rdtsc is a C function which read a processor register (twice 32 bit) which > counts processor ticks (meaning on a 1 GHz processor you get a resolution of > nano seconds). well, I suppose UML is the keywor

Re[2]: [uml-user] timer resolution in UML kernel

2005-10-24 Thread Serge Goodenko
> > On Friday 21 October 2005 13:47, Serge Goodenko wrote: > > How can I increase the resolution of UML kernel timer? > Elaborate on what you mean. You show being a kernel hacker, and I need to > know > if you want to increase the resolution for jiffies (i.e. you must sur

[uml-user] timer resolution in UML kernel

2005-10-21 Thread Serge Goodenko
How can I increase the resolution of UML kernel timer? Should I apply any patches to host kernel (like HRT or ktimers) or what? I need to use higher than standard jiffies resolution (10ms) in kernel network code. Using 2.6.13 UML kernel, 2.6.8 host kernel thanks Serge MIPT Russia --