Re: [uml-user] SKAS/SYSEMU for 2.6.10

2004-12-28 Thread Frank Sorenson
tches/skas3-2.6/skas-update-2.6.10.patch) or it won't compile. Alternatively, I've done a patch directly against 2.6.10, and it's located at http://uml.tuxrocks.com/Patches/host-skas3-2.6.10-v7.patch Hope this helps, Frank ---

Re: [uml-user] Hint for easy guest builds on Gentoo

2004-12-28 Thread Frank Sorenson
suggestions... Frank ------- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products

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

2005-01-03 Thread Frank Sorenson
10-v7 patch which you can download at http://uml.tuxrocks.com/Patches/host-skas3-2.6.10-v7.patch Frank ------- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young Un

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

2005-01-03 Thread Frank Sorenson
http://uml.tuxrocks.com/Patches/host-skas3-2.6.10-v7.patch Hope this helps, Frank --- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROT

Re: [uml-user] UML kernel panic.. again

2005-02-08 Thread Frank Sorenson
cause or figured out a fix yet. Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org i

Re: [uml-user] ubd device naming

2005-03-20 Thread Frank Sorenson
ttp://www.linode.com/~caker/uml/makeUBDdev.sh Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://e

Re: [uml-user] UML kernel panic

2005-04-12 Thread Frank Sorenson
net/patches.html Please let us know if if this fixes the panic. If so, that'll be one more vote for pushing the patch upstream. :) Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: G

Re: [uml-user] problem about xterm!

2005-04-13 Thread Frank Sorenson
ttp://user-mode-linux.sourceforge.net/dl-sf.html Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enig

Re: [uml-user] Re: [uml-devel] resizing root_fs

2005-04-14 Thread Frank Sorenson
ata. Resizing the filesystem then creates more 1K blocks, but you run into the maximum number of inodes that the filesystem can create. Try to determine the maximum size you can resize to, or create the new large filesystem and move everything from the old to the new. Frank - -- Frank Sorens

Re: [uml-user] resize the rootfs

2005-04-23 Thread Frank Sorenson
e finding the right feature to turn off. Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thund

Re: [uml-user] Question on yucon

2005-05-03 Thread Frank Sorenson
of a difference. > > Thanks! Sounds almost like it's forgetting the credentials just after login. Yucon uses lots of session variables. Do you know if PHP/apache sessions are working right? Not sure what else might be going on. More info if I figure it out. Frank - -- Frank Sor

Re: [uml-user] 2048M memory set = file size exceeded

2005-06-16 Thread Frank Sorenson
pointers? The mkstemp() call in make_tempfile() is opening the "memory" file without O_LARGEFILE, so the maximum file size is probably just under 2048MB. For now, see if 2047 will work. It's also possible to replace the mkstemp() call with a wrapper that opens the file with O_LAR

Re: [uml-user] 2048M memory set = file size exceeded

2005-06-16 Thread Frank Sorenson
und it isn't too terribly difficult. It will just require a reimplementation of mkstemp with O_LARGEFILE set. Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux)

Re: [uml-user] Questions for updating a course

2005-08-03 Thread Frank Sorenson
gen, UML has been merged into the mainline kernel, and doesn't require external patches. However, 2.6.9 is rather old, and I'd suggest you use a more recent mainline kernel for best results. Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young Un