Re: [uml-user] networking with uml

2007-12-27 Thread Allen Chan
On Wednesday 26 December 2007, Martin Paraskevov wrote: > Hi there, > > I'm new to uml and tried to set up networking but when I run the > command: > > [EMAIL PROTECTED] ~]# ifconfig eth0 192.168.1.253 up > > I get the following error: > ... If this is using the Debian uml-utilities package, try

Re: [uml-user] random guest processes segfault

2006-02-08 Thread Allen Chan
On Wednesday 08 February 2006 15:13, Jeff Dike wrote: > Can you try out the patch below? It fixes it on i386, but I'm > still seeing segfaulting on x86_64. The patch works great on my vanilla 2.6.15.3 guest kernel compiled on i386 running on a skas3 host. No segfaults after several thousand it

Re: [uml-user] random guest processes segfault

2006-02-02 Thread Allen Chan
On Thursday 02 February 2006 11:23, Jeff Dike wrote: > On Wed, Feb 01, 2006 at 03:28:06PM -0500, Allen Chan wrote: >> The problem can be reproduced by repeatedly > > executing the following command inside the UML guest: > > tcsh -c 'echo `hostname`' > >

Re: [uml-user] random guest processes segfault

2006-02-01 Thread Allen Chan
On Tuesday 31 January 2006 22:23, [EMAIL PROTECTED] wrote: > I tried upgrading my UML running 2.4.28-1um to 2.6.15.2-bs1. After > bringing the UML up under the later kernel, I noticed random > processes within the UML would segfault. For instance, I tried > SSHing to it over and over and in about 1

Re: [uml-user] Crash vs. hang vs. no network == no UML

2005-09-28 Thread Allen Chan
On Wednesday 28 September 2005 01:48 am, Robin Lee Powell wrote: > It would, of course, be nice if tuntap worked for me, but in the > meantime this is quite sufficient for my needs. > > -Robin Are you using tuntap or the switch daemon? If you are using the switch daemon from the default debian u

Re: [uml-user] building debian kernel package

2005-01-14 Thread Allen Chan
On Friday 14 January 2005 06:13 pm, Jelle Boomstra wrote: > > Try setting INITRD_OK=1 in your environment before the build. > > What will that do? Is it something extra than the --initrd option > to make-kpkg? > Sorry. This setting is unrelated to your problem. All it does is avoid the pesky ini

Re: [uml-user] building debian kernel package

2005-01-14 Thread Allen Chan
Try setting INITRD_OK=1 in your environment before the build. Also, if you don't want the extra version string, remove the localversion-skas file after the skas patch. On Friday 14 January 2005 04:53 pm, Jelle Boomstra wrote: > Hello List, > > Todady I treid to build a skas enabled kernel, as a

Re: [uml-user] networking don't work after update guest-kernel to 2.6.10

2005-01-14 Thread Allen Chan
Nothing obviously missing in the config. You'll need to debug this the usual way, by checking the logs and outputs from various network utilities. If you are comparing 2.6.10 with the Debian 2.4.26-3um-1 package, then check to see if the specific Debian patches used in the built-in package ma

Re: [uml-user] networking don't work after update guest-kernel to 2.6.10

2005-01-14 Thread Allen Chan
Can you post the contents or a link to your config file? On Friday 14 January 2005 09:06 am, [EMAIL PROTECTED] wrote: > hi, > > I compiled a 2.6.10 guest-kernel. kernel is running, but networking > doesn't work. with a precompiled 2.4.26 kernel networking is > running. > > I using tun/tap for netw

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-06 Thread Allen Chan
Your probably need to recompile the kernel with the configuration option CONFIG_FD_CHAN set to "Y". If you are compiling on Debian, see http://www.alyz.com/home/uml for some tips. On Tuesday 04 January 2005 10:03 pm, [EMAIL PROTECTED] wrote: > hi, > > i've compiled my own guest-kernel (2.6.9 wi

Re: [uml-user] uml guest 2.6.9 + bb4

2004-12-17 Thread Allen Chan
Your configuration option CONFIG_FD_CHAN must be set to "Y". See my earlier message from the user-mode-linux-devel mailing list archives: http://tinyurl.com/55zbn On Friday 17 December 2004 10:46 pm, Peter wrote: > Hi. I was getting an immediate kernel panic booting up a guest > kernel. Turned