Results 1 to 10 of 10

Thread: Uml

Hybrid View

  1. #1
    Join Date
    Nov 2002
    Location
    Under the sea
    Posts
    4,208

    Uml

    Anyone here ever install user-mode-linux that could lend me a hand?

    Getting the following errors when trying to make && make install the UML UTILITIES...


    [root@host tools]# make
    set -e ; for dir in jail jailtest mconsole moo port-helper tunctl uml_net uml_router watchdog; do make -C $dir all; done
    make[1]: Entering directory `/usr/lib/uml/tools/jail'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/lib/uml/tools/jail'
    make[1]: Entering directory `/usr/lib/uml/tools/jailtest'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/lib/uml/tools/jailtest'
    make[1]: Entering directory `/usr/lib/uml/tools/mconsole'
    cc -g -Wall -c -o uml_mconsole.o uml_mconsole.c
    uml_mconsole.c:16:31: readline/readline.h: No such file or directory
    uml_mconsole.c:17:30: readline/history.h: No such file or directory
    uml_mconsole.c:65:1: warning: "MIN" redefined
    In file included from uml_mconsole.c:12:
    /usr/include/sys/param.h:58:1: warning: this is the location of the previous definition
    uml_mconsole.c: In function `main':
    uml_mconsole.c:357: warning: implicit declaration of function `readline'
    uml_mconsole.c:357: warning: assignment makes pointer from integer without a cast
    uml_mconsole.c:360: warning: implicit declaration of function `add_history'
    make[1]: *** [uml_mconsole.o] Error 1
    make[1]: Leaving directory `/usr/lib/uml/tools/mconsole'
    make: *** [all] Error 2


    Let me know if any of you can help!

    Thanks!

  2. #2
    Join Date
    Jun 2003
    Location
    UK
    Posts
    6,616
    Install readline-devel (or the equivalent for your os)

    Rus
    Russ Foster - Industry Curmudgeon
    Freelance Sysadmin for Hire - email vaserv@gmail.com

  3. #3
    Join Date
    Nov 2002
    Location
    Under the sea
    Posts
    4,208
    Thanks got it!


    Now if I could only get this filesystem setup....



    Is there a managment console for UML -- i.e: if a vds was needed to be setup, how would I go about doing that?

  4. #4
    Join Date
    Jun 2003
    Location
    UK
    Posts
    6,616
    uml_mconsole but try downloading a file system image

    Rus
    Russ Foster - Industry Curmudgeon
    Freelance Sysadmin for Hire - email vaserv@gmail.com

  5. #5
    Join Date
    Nov 2002
    Location
    Under the sea
    Posts
    4,208
    This seems to be the only other problem I am having now that is keeping me back from getting this working...


    [root@host uml]# linux ubd0=root_fs
    tracing thread pid = 16848
    Linux version 2.4.19-5um (jdike@uml.karaya.com) (gcc version 2.96 20000731 (Red
    Hat Linux 7.1 2.96-81)) #2 Mon Sep 16 15:41:15 EDT 2002
    On node 0 totalpages: 8192
    zone(0): 8192 pages.
    zone(1): 0 pages.
    zone(2): 0 pages.
    Kernel command line: ubd0=root_fs root=/dev/ubd0
    Calibrating delay loop... 2610.61 BogoMIPS
    Memory: 30192k available
    Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
    Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
    Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
    Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
    Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
    Checking for host processor cmov support...Yes
    Checking for host processor xmm support...No
    Checking that ptrace can change system call numbers...OK
    Checking that host ptys support output SIGIO...Yes
    Checking that host ptys support SIGIO on close...No, enabling workaround
    POSIX conformance testing by UNIFIX
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Starting kswapd
    Kernel panic: outer trampoline didn't exit with SIGKILL

  6. #6
    Join Date
    Jun 2003
    Location
    UK
    Posts
    6,616
    Subscribe to the mailing lists. Lots of people there want to help

    Rus
    Russ Foster - Industry Curmudgeon
    Freelance Sysadmin for Hire - email vaserv@gmail.com

  7. #7
    Join Date
    Nov 2002
    Location
    Under the sea
    Posts
    4,208
    Ok, I have it installed now...

    How would I go about setting up VDS's? (this is just expirimental btw)

  8. #8
    Join Date
    Nov 2002
    Location
    Under the sea
    Posts
    4,208
    *hopes jvds comes back*

  9. #9
    You could start by grabbing one of the freely available file systems from http://user-mode-linux.sf.net (all a bit out of date, I'm afraid). Or you can build your own file systems with a tool like UMLBuilder.
    RimuHosting.com - VPS Hosting and Dedicated Server Hosting since 2003
    Pingability.com - Peace of Mind Web Site Monitoring

  10. #10
    Join Date
    Apr 2003
    Location
    Ottawa
    Posts
    959
    What distrobution do you want to try to run (the easist is slackware 8.1) ; but if you want something like debian I have a couple of cleaned up fs images I can send you .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •