On Friday 04 November 2005 18:01, Ian Smith-Heisters wrote:
> Okay, I solved my own problem (well, I had help from a genius).

> Turns out UNIX sockets needed to be compiled into the guest kernel, not
> as a module.

> Which brings up another question. When I first booted the uml-guest I
> got a modules.dep does not exist error. The recommendation I read for
> dealing with this was to touch modules.dep, which certainly did get rid
> of the errors.

> However, is this problem indicative of further problems I'm going to be
> having with modules? Do I need to compile everything I need into the
> kernel? What's the best course of action here?
Installed modules in the guest? In short

*) loopmount root_fs
*) make modules_install INSTALL_MOD_PATH=<rootfs_mount_point>
*) ever compiled kernel on the host? Read kernel HOWTO for an introduction if 
you didn't.

If you installed them, then depmod -a inside the guest should be the solution, 
but it's already done by the modules install.
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade


        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to