[uml-devel] No DNS resolution on uml guest

2004-12-07 Thread Roland Kaeser
Hello All I have a very strange behaviour on a uml guest system. The guest os (Fedora 2) cannot make any name resolution but the "normal" network works properly. I'm using the guest file system which i have snapshoted from a special installation on a "real" machine. The guest file system and the

[uml-devel] Re: What to do with uml_switch?

2004-12-07 Thread Steve Schmidtke
Gerd Knorr wrote: > 3) can create *multiple* switches and keep them seperate Hmm, not sure I like that idea. Is this with vlan tagging support? How can this be configured? Is the command mode the only way, or can you also use some config file or command line switches for that? I thought about a

[uml-devel] Re: What to do with uml_switch?

2004-12-07 Thread Steve Schmidtke
Michael Richardson wrote: Steve> I like these 3, but could you not just connect another UML Steve> guest to the switch and run arp -s pub and tcpdump to Steve> accomplish the same thing? Sure, no problem :-) Please send: a) MORE RAM 16-way system b) Pau

[uml-devel] [patch] uml: ramdisk config fix

2004-12-07 Thread Gerd Knorr
ObviouslyCorrect[tm] buildfix ;) Should go into 2.6.10. Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/Kconfig_block |4 1 files changed, 4 insertions(+) Index: linux-2.6.10-rc3/arch/um/Kconfig_block === --- linu

[uml-devel] [patch] uml: raise tty limit

2004-12-07 Thread Gerd Knorr
$subject says all ;) Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/drivers/stdio_console.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: uml-2.6.9-rc2/arch/um/drivers/stdio_console.c === --- uml-2.6.9-

[uml-devel] [patch] uml: symbol export

2004-12-07 Thread Gerd Knorr
export a missing symbol, IIRC xfs needs that one. Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/kernel/um_arch.c |1 + 1 files changed, 1 insertion(+) Index: uml-2.6.9-rc2/arch/um/kernel/um_arch.c === --- uml-2.6.9-r

[uml-devel] [patch] uml: fix umldir init order

2004-12-07 Thread Gerd Knorr
Fixup initialization order when creating the $HOME/.uml/ directory and the files therein, also make the error messages more useful. Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/kernel/umid.c | 19 +-- 1 files changed, 9 insertions(+), 10 deletions(-) Index: uml-2.6

[uml-devel] [patch] uml: sysfs support for uml network driver.

2004-12-07 Thread Gerd Knorr
Add sysfs support to the uml network driver. Also comment the eth_init function, I think that one is never ever needed as the devices are initialized when the underlying transport mechanism registeres. Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/drivers/net_kern.c | 24 ++

[uml-devel] [patch] uml: sysfs support for the uml block devices.

2004-12-07 Thread Gerd Knorr
$subject says all ;) Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/drivers/ubd_kern.c | 18 ++ 1 files changed, 18 insertions(+) Index: linux-2004-11-23/arch/um/drivers/ubd_kern.c === --- linux-2004-11-

Re: [uml-devel] Patchset to implement PTRACE_SYSEMU_SINGLESTEP

2004-12-07 Thread Bodo Stroesser
Blaisorblade wrote: On Friday 12 November 2004 21:05, Bodo Stroesser wrote: Attached are several patches. Four of them (patch-2.6.*-skas-v7-*) implement PTRACE_SYSEMU_SINGLESTEP in the host. They are based on linux-2.6.7-vanilla + host-skas3-2.6.7-v7.patch (resp. the 2.6.9 versions). The "-reorgani

Re: [uml-devel] 2.6.9 slow

2004-12-07 Thread Blaisorblade
On Tuesday 07 December 2004 08:36, Hegedus Gabor wrote: > Hi! > > I tested 2.6.9 with patched with host-skas3-2.6.9-v7.patch. It is very > slow, but there is not a big load, nor a big disk io. (I checkd with > iostat) > With 2.6.7 it is good. With SKAS or vanilla? I assume it's vanilla - might you

Re: [uml-devel] Merging some of your patches

2004-12-07 Thread Gerd Knorr
> > > uml-general-protection-fault - from the comment, it seems that if that > > > were a page fault, it would be fixable, while we always prefer to guess > > > it's a GFP and so to die horribly. If this is true, it cannot be merged. > > > That triggeres if some application within uml tries to acc