Re: [uml-user] x86_64 UML won't boot on IBM x336

2005-07-18 Thread Phill Wombat
Further to the previous post, I noticed, after posting, that the SKAS3 patch is not recognized by the kernel compiled on the x336. However, here are a couple of lines from the linux kernels from RH73 and FC4/32 booting up (both of which recognize SKAS3 on FC4-x86_64). I just copied the binaries o

[Fwd: Re: [uml-user] x86_64 UML won't boot on IBM x336]

2005-07-18 Thread Phill Wombat
Oops sent it directly to you. Here it is via the list... Cheers Phill. Forwarded Message > From: Phill Wombat <[EMAIL PROTECTED]> > To: Blaisorblade <[EMAIL PROTECTED]> > Subject: Re: [uml-user] x86_64 UML won't boot on IBM x336 > Date: Tue, 19 Ju

Re: [Fwd: Re: [uml-user] x86_64 UML won't boot on IBM x336]

2005-07-19 Thread Phill Wombat
Hi Paolo, This is where I am, and probably reflects the current state of play with UML, is this how it should be as you understand things right now?: 1) 32 bit SMP dual machine. SKAS mode ../linux-2.6.12/linux mem=160M ubda=root

[uml-user] Limited success with UML x86_64

2005-07-19 Thread Phill Wombat
Title: Regards Limited success:   I'm now able to compile SUBARCH=i386 UML on x86_64, thanks to useful hints from blaisorblade. I needed to load i386 ncurses and i386 glibc-devel. I now add SUBARCH=i386 to make for mrproper, menuconfig and linux.   I configured with almost everything off to

Re: [Fwd: Re: [uml-user] x86_64 UML won't boot on IBM x336]

2005-07-21 Thread Phill Wombat
CLEAN_COMPILE=y CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 # # General setup # CONFIG_LOCALVERSION="" Regards Phill. - Original Message - From: "Blaisorblade" <[EMAIL PROTECTED]> To: Cc: "Phill Wombat" <[EMAIL PROTECTED]> Sent: Friday, July 22,

Re: [Fwd: Re: [uml-user] x86_64 UML won't boot on IBM x336]

2005-07-24 Thread Phill Wombat
Hi Paolo, >Try also following this (from another email) - it appeared in vanilla >2.6.12 >and may be in your FC4 kernel. Not sure but it may be playing a role >here: > >"It looks like VA space randomization is the culprit. The problem only >shows up when the host is 2.6.12, and can be solved by

[uml-user] x86_64 - 2.6.12+bs9 Bingo!! FC4/64 host FC4/32 guest

2005-08-03 Thread Phill Wombat
My test case now works!! with init=/bin/sh I can now do ls and get a working listing! Now to run up the standard init. > Again, not needed. With FC4 guests, it may be useful to do this: > ./linux LD_LIBRARY_PATH=/lib/obsolete/linuxthreads It is very useful. Ah - can't find the modules.dep. I

Re: [uml-user] x86_64 - 2.6.12+bs9 Bingo!! FC4/64 host FC4/32 guest

2005-08-04 Thread Phill Wombat
I've now installed the modules with make modules_install INSTALL_MOD_PATH=mnt/ ARCH=um SUBARCH=i386 You can see the command line. It now just stops as shown. It's got to be very close to fully working... right? [EMAIL PROTECTED] shared]# ./run_uml.sh Checking PROT_EXEC mmap in /tmp...OK tra

Re: [uml-user] x86_64 - 2.6.12+bs9 Bingo!! FC4/64 host FC4/32 guest

2005-08-04 Thread Phill Wombat
Fedora Core release 4 (Stentz) Kernel 2.6.12-bs9 on an x86_64 Unauthorized access to this system is strictly prohibited. uml-test login: But I can't log in.. :-( So far the config is: Bog standard install of FC4 x86_64 on the host (no patch... no nothing). UML is as per above. I added "singl

Re: [uml-user] x86_64 - 2.6.12+bs9 Bingo!! FC4/64 host FC4/32 guest

2005-08-04 Thread Phill Wombat
Message - From: "Phill Wombat" <[EMAIL PROTECTED]> To: Sent: Friday, August 05, 2005 2:33 PM Subject: Re: [uml-user] x86_64 - 2.6.12+bs9 Bingo!! FC4/64 host FC4/32 guest > Fedora Core release 4 (Stentz) > Kernel 2.6.12-bs9 on an x86_64 > > Unauthorized acces

Re: [uml-user] x86_64 - 2.6.12+bs9+skas0 SUCCESS!!!! at last

2005-08-06 Thread Phill Wombat
ebuild the libraries Cheers Phill. On Fri, 2005-08-05 at 17:30 +0200, Blaisorblade wrote: > On Friday 05 August 2005 06:33, Phill Wombat wrote: > > Fedora Core release 4 (Stentz) > > Kernel 2.6.12-bs9 on an x86_64 > > > > Unauthorized access to this system is strictly prohibi

Re: [uml-user] x86_64 - 2.6.12+bs9+skas0 SUCCESS!!!! at last

2005-08-06 Thread Phill Wombat
The fix is to: ln libpthread-0.10.so libpthread.so.0 and everything just runs!!! Cheers Phill. On Sun, 2005-08-07 at 07:39 +1000, Phill Wombat wrote: > Hi Paolo, > > Sorry for the long post. > > Oh I had it all figured out until... > > ls: relocation error: /lib/li

[uml-user] Fedora Core 4 FC4/x86_64 host with FC4/i386 UMLs howto

2005-08-07 Thread Phill Wombat
I've added a howto for FC4 x86_64 host with FC4/i386 UMLs at UMLWiki: http://uml.harlowhill.com/index.php/UMLArticles Cheers Phill. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco,

[uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-08 Thread Phill Wombat
Hi List, Everyone is going to have this: yum install httpd yum proceeds to download the entire FC4/x86_64 distro! even though the UML is i386. Essentially the issue is related to: uname -a which is executed by /usr/lib/python2.4/site-packages/yum/archwork.py Python gets: Linux uml-test.loca

Re: [uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-08 Thread Phill Wombat
ion (meaning it's never called - but it's still there). Cheers Phill. On Mon, 2005-08-08 at 23:16 +1000, Phill Wombat wrote: > Hi List, > > Everyone is going to have this: > > yum install httpd > > yum proceeds to download the entire FC4/x86_64 distro! even thoug

Re: [uml-user] x86_64 - 2.6.12+bs9+skas0 SUCCESS!!!! at last

2005-09-01 Thread Phill Wombat
tuff in a FC4/UML/i386 running on an FC4/x86_64 host. Phill. - Original Message - From: "Blaisorblade" <[EMAIL PROTECTED]> To: "Phill Wombat" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 30, 2005 1:51 AM Subject: Re: [uml-user] x86_64 - 2.6.12+bs9+skas0 SU

Re: [uml-user] x86_64 - 2.6.12+bs9+skas0 SUCCESS!!!! at last

2005-09-01 Thread Phill Wombat
like run ldconfig I'd have to fix it again (and so would everyone - and I'm sure greater minds than mine have already thought of this). Phill. - Original Message - From: "Blaisorblade" <[EMAIL PROTECTED]> To: "Phill Wombat" <[EMAIL PROTECTED]> C

[uml-user] FC4 UML upgrading glibc - howto

2005-09-11 Thread Phill Wombat
Hi List, Been getting mails from people trying to get Linode, Xen and UMLs working with FC4. NPTL is the main issue. See my short howto: http://uml.harlowhill.com/index.php/UML_Fedora_Core_4 Most people get the kernel going with init=/bin/bash but it blows up when they try to boot using the /et

Fw: [uml-user] queries regarding UML on Fedora Core 4

2005-10-13 Thread Phill Wombat
Hi Taha, Are you using FC4/x86 UML on FC4/x86 host with SKAS3 patch? This works. FC4/x86 UML on FC4/x86_64 does not work in SKAS3 mode. Is your host a 64 bit FC4 machine? If it is, then we have some real progress!! (and lots more questions to ask of you). Cheers Phill. > - Original Message

Re: Fw: [uml-user] queries regarding UML on Fedora Core 4

2005-10-13 Thread Phill Wombat
.pristine.20020324.bz2 > from http://user-mode-linux.sourceforge.net/dl-sf.html > ). > > UML kernel version is 2.6.13.4 compiled straight off > from kernel sources from kernel.org. > > Host is FC4 with no patch whatsoever. > > My host is an x86 machine with 2.4 GHz P4 process

[uml-user] 2.6.14-bs1 binary works on FC4/x86_64 host with FC4/x86_32

2005-11-20 Thread Phill Wombat
Hi list, Just downloaded BlaisorBlades binary UML 32 bit kernel. Works like a charm on FC4/x86_64 with my hacked file system images of FC4/x86_32. Looks like I won't have to compile anymore Well done! Phill. p.s. if there's any interest I could probably upload my FC4/x86_32 filesystem ima

[uml-user] SKAS3 FC4 Host Kernel - Notebook HIBERNATE

2006-02-18 Thread Phill Wombat
Hi List, Question: Can hibernate work with UMLs running? My notebook dies a horrible death when it attempts to "stopping running processes" during the hibernate. I haven't searched the list extensively for the answer, so it could be there if anyone can point me to it. Needless to say, hiber

[uml-user] 2.6.15.5-bs3-tls (somewhat late) x86-32 host and guest

2006-03-07 Thread Phill Wombat
Hi Paolo, This is somewhat late, however here it is for what it is worth: login: root Password: Last login: Tue Mar 7 17:35:08 on tty0 load_TLS(O_FORCE) in fork_handler succeeded load_TLS(O_FORCE) in fork_handler succeeded load_TLS(O_FORCE) in fork_handler succeeded load_TLS(O_FORCE) in fork_han

[uml-user] Oops read 2.6.15.5-bs1-tls not the latest bs3-tls

2006-03-07 Thread Phill Wombat
Sorry. Phill. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territo

[uml-user] 2.6.15.5-bs3-tls

2006-03-07 Thread Phill Wombat
Just downloaded the binary for http://www.user-mode-linux.org/~blaisorblade/binaries/2.6.15.5-bs3-tls/uml-release-2.6.15.5-bs3-tls.tar.bz2 This works well for me and fixes the issue I just posted. Sorry to pepper the list with this. (Just saw the new bin today < 24 hours old). Still haven't trie

Re: [uml-user] 2.6.15.5-bs3-tls

2006-03-07 Thread Phill Wombat
PROTECTED] vm3]# So the machine has stopped cleanly, but it segfaults. Used to be able to "reboot". Cheers Phill. On Tue, 2006-03-07 at 12:43 +0100, Blaisorblade wrote: > On Tuesday 07 March 2006 12:15, Phill Wombat wrote: > > Just downloaded the

Re: [uml-user] 2.6.15.5-bs3-tls

2006-03-08 Thread Phill Wombat
t 5 root root 4096 Mar 8 22:59 tmp 4 drwxr-xr-x 14 root root 4096 Mar 8 12:53 usr 4 drwxr-xr-x 18 root root 4096 Mar 8 12:56 var [EMAIL PROTECTED] ~]# On Tue, 2006-03-07 at 10:00 -0500, Jeff Dike wrote: > On Wed, Mar 08, 2006 at 12:21:45AM +1100, Phill Wombat wrote: > > Power d

[uml-user] FC5 anybody?

2006-04-04 Thread Phill Wombat
It's here. anyone have it running under UML? Cheers Phill. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime deve

Re: [uml-user] Building RHEL4 root filesystem?

2006-06-29 Thread Phill Wombat
I've built such a thing... 1) Install beta of VMWare. 2) Install base RHEL4 into a new VM. 3) Boot RHEL4 in single user mode in VMWare 4) tar -zcvf everything.tgz / 5) scp everything.tgz somewhere-else:/a-directory 6) create a blank rootfs volume 7) loop mount same 8) untar everything.tgz onto roo

Re: [uml-user] Building RHEL4 root filesystem?

2006-07-23 Thread Phill Wombat
.rpm > tzdata-2005m-1.EL4.noarch.rpm > udev-039-10.10.EL4.i386.rpm > urw-fonts-2.2-6.1.noarch.rpm > usbutils-0.11-6.1.i386.rpm > utempter-0.5.5-5.i386.rpm > util-linux-2.12a-16.EL4.11.i386.rpm > VFlib2-2.25.6-25.i386.rpm > vim-common-6.3.046-0.40E.7.i386.rpm > vim-minimal-6.3