Re: [uml-user] An Ubuntu package for UML?

2006-02-06 Thread Ian Smith-Heisters
Also, I've worked up a nice Ubuntu init.d script for managing uml instances. It does start, nice restart, halt, and hot backup on as many instances as you want. I posted it to the list a while back, but I may have added some features since then. LMK if you'd like to see it. Another note on Ubu

Re: [uml-user] UMLd readme?

2006-01-06 Thread Ian Smith-Heisters
mpiled with MCONSOLE and MCONSOLE_EXEC, and to have uml-utilities installed. Hope it's useful for someone. -Ian --- - start script #!/bin/sh # /etc/init.d/uml start and stop UML instances on Ubuntu # # by Ian Smith-Heisters <[EMAIL P

[uml-user] UMLd readme?

2006-01-05 Thread Ian Smith-Heisters
Hi all, does anyone have a readme/howto for UMLd? The 0.3.2 I got from David Coulson's site doesn't come with one, and I can't find one anywhere else. It doesn't look too complicated, but there are a few things I'd rather not be guessing about. Thanks -Ian -

Re: [uml-user] create COW from existing FS

2006-01-05 Thread Ian Smith-Heisters
ember 2005 20:48, Blaisorblade wrote: On Wednesday 21 December 2005 17:31, Ian Smith-Heisters wrote: ./makeEqualDev /dev/ubdA /dev/ubdB Forgot the program - here it is. I renamed it meanwhile... /* * Copyright(C)

Re: [uml-user] create COW from existing FS

2005-12-21 Thread Ian Smith-Heisters
n? However, even if I were to get that working, I'm not quite sure how to "compare block by block (512-byte blocks) the two files. replace the ubd1 block with ubd2 one when they don't match." Something using cmp and dd? Thanks for the advice. -Ian Blaisorblade wrote: On

[uml-user] create COW from existing FS

2005-12-16 Thread Ian Smith-Heisters
Hi all, I just read about COW, and wish I'd known about them when I first setup my servers. Now I have several UML rootfs based off of a single original rootfs, which I mirrored just by copying. Is there any way I can retroactively create a COW from the modified rootfs and the original rootfs

Re: [uml-user] Debian packages and user-mode Linux

2005-11-07 Thread Ian Smith-Heisters
I figured this out for Ubuntu, but it will work for Debian too. Just replace "breezy" with the name of your branch. $ cd ~ $ dd if=/dev/zero of=breezy.rootfs bs=1M seek=5000 count=0 $ chgrp uml breezy.rootfs $ chmod 660 breezy.rootfs $ mkfs.ext3 breezy.rootfs $ mkdir tmp # mount -o loop breezy.r

Re: [uml-user] sshd connection closed

2005-11-04 Thread Ian Smith-Heisters
Sorry, thought that would ensure compatibility, and hadn't seen instructions to do otherwise. With defconfig, it's much snappier. Excellent. Thanks again, Ian Jeff Dike wrote: On Fri, Nov 04, 2005 at 11:42:20AM -0500, Ian Smith-Heisters wrote: Server listening on 10.1.200.1

Re: [uml-user] sshd connection closed

2005-11-04 Thread Ian Smith-Heisters
Thanks, I've only ever compiled the kernel on debian-based systems. make-kpkg abstracts these details away, and it totally slipped my mind. Things are going spiffily now. Thanks again, Ian Blaisorblade wrote: On Friday 04 November 2005 18:01, Ian Smith-Heisters wrote: Okay, I solved m

Re: [uml-user] sshd connection closed

2005-11-04 Thread Ian Smith-Heisters
again, Ian Ian Smith-Heisters wrote: Hi all, I'm having trouble getting SSHD to work in a UML guest. I've compiled from kernel 2.6.12-686-smp under Ubuntu using the skas-v9-pre7 patch for the host and bs11 for the guest. I've got networking setup using a bridge on the host and t

[uml-user] sshd connection closed

2005-11-04 Thread Ian Smith-Heisters
Hi all, I'm having trouble getting SSHD to work in a UML guest. I've compiled from kernel 2.6.12-686-smp under Ubuntu using the skas-v9-pre7 patch for the host and bs11 for the guest. I've got networking setup using a bridge on the host and tuntap. I can get a netcat connection from my workst

Re: [uml-user] UML and SMP

2005-11-03 Thread Ian Smith-Heisters
nder Charbonnet wrote: I suppose my information is way out of date, then. Sorry! On Thursday 03 November 2005 02:59 pm, Ian Smith-Heisters wrote: There is ncpus=<# of desired CPUs> This tells an SMP kernel how many virtual processors to start. in vmlinux --help Alexander Charbonnet

Re: [uml-user] UML and SMP

2005-11-03 Thread Ian Smith-Heisters
There is ncpus=<# of desired CPUs> This tells an SMP kernel how many virtual processors to start. in vmlinux --help Alexander Charbonnet wrote: Actually, I use UML on one server in my firm. I want to migrate my server on a new machine which have 2 processors. Is UML can use all processors