RE: [uml-user] Question on skas-update-2.6.10.patch

2005-01-03 Thread Lull, Rick
So if I understand correctly, I can take this patch that you offer at tuxrocks.com and apply it to a generic 2.6.10 kernel? Rick -Original Message- From: Frank Sorenson [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:43 AM To: Fermín Galán Márquez; user-mode-linux-user@lists.

RE: [uml-user] Building a SKAS patched Debian kernel using "make- kpkg"

2005-02-23 Thread Lull, Rick
I have made this work in the past; I followed a page on the wiki of the group I belong to and it worked correctly; i.e. I saw the option for the skas patch being applied. http://wiki.arslinux.com/Compiling_The_Kernel is the page I followed. I used menuconfig so I could select SMP support and some

[uml-user] Question on UML Management

2005-04-26 Thread Lull, Rick
I'm currently working on getting multiple UMLs up and going on a single host.   What I am currently wrestling with now is the following:   Should each UML instance be run from a separate user account on the host or should you use a single user to launch all the UML instances?   I am t

[uml-user] Question on yucon

2005-05-03 Thread Lull, Rick
Is anybody using yucon to help themselves manage the UMLs they have? I seemingly have it installed, but when I attempt to log into the web part, it drops me back to the login screen. Previously I was receiving a login failed message (which I fixed by using the correct username and password; spell

RE: [uml-user] Question on yucon

2005-05-03 Thread Lull, Rick
on [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 4:21 PM To: Lull, Rick Cc: 'user-mode-linux-user@lists.sourceforge.net' Subject: Re: [uml-user] Question on yucon -BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lull, Rick wrote: > Is anybody using yucon to help themselves manage the

RE: [uml-user] Question on yucon

2005-05-04 Thread Lull, Rick
--- From: Frank Sorenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 4:21 PM To: Lull, Rick Cc: 'user-mode-linux-user@lists.sourceforge.net' Subject: Re: [uml-user] Question on yucon -BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lull, Rick wrote: > Is anybody using yucon to hel

[uml-user] FAQ or Howto for Kernels without DevFS? (aka >=2.6.13)

2006-03-23 Thread Lull, Rick
Hi folks - Whilst setting up a test machine to be able to test some scripts and not blow anything up on the production side, I've run into a few snags. My previous UML hosts were 2.4 or 2.6.8 kernels, so they had DevFS. I noted the announcements that udev was the replacement for s

RE: [uml-user] FAQ or Howto for Kernels without DevFS? (aka >=2.6 .13)

2006-03-23 Thread Lull, Rick
> > on /etc/inittab: > > c0:1235:respawn:/sbin/getty 38400 tty0 linux > > on command line: > > user$ linux ubd0=... con0=fd:0 con=pty ... > > In this way you have a console, if you don't specify con=pty, the default > option is the xterm. > This is to say that it doesn't matter the devfs, if

RE: [uml-user] Moving from UML to standalone

2006-06-01 Thread Lull, Rick
I'd think it was possible to use dd to copy the file that contains the UML root_fs to a physical hard drive, but you would need to have physical access to the machine at the ISP, which is probably not a possibility. Maybe have them burn a DVD of it? Rick