[uml-user] descriptor referring to the console

2006-03-31 Thread xpto09
I have finished the linux from scratch.So I have started a root_fs from scratch too.When I run the command:loadkeys br-abnt2.map.gzThere is the message: couldnt get a descriptor referring to the console I found a possible solution:chmod u+s loadkeysHowever, this not solved the error.The list of the

[uml-user] tutorials to newbies (Filesystems for download )

2006-04-08 Thread xpto09
Blaisorblade wrote:"Additionally, about "what newbies need", I think they're in desperate need of very short "tutorials", detailing the common case and linking to the full descriptions." First of all, I am newbie in uml.How am I learning linux?First:http://www.tldp.org/LDP/Pocket-Linux-Guide/html

Fwd: [uml-user] tutorials to newbies (Filesystems for download )

2006-04-09 Thread xpto09
On 4/8/06, Jeff Dike < [EMAIL PROTECTED]> wrote: On Sat, Apr 08, 2006 at 10:49:51PM -0300, xpto09 wrote:> So I think that would be a good idea tutorials that teach the basics of the uml.Take a look at http://user-mode-linux.sf.net/new and tell me how

Re: Fwd: [uml-user] tutorials to newbies (Filesystems for download )

2006-04-10 Thread xpto09
On 4/9/06, Jeff Dike <[EMAIL PROTECTED]> wrote: On Sun, Apr 09, 2006 at 08:55:09PM -0300, xpto09 wrote:> 1) Configuring an eth0 device> specify eth0 on the command line:>> eth0=tuntap,,,192.168.0.254 >> Inside the uml I put the command above.Would it be any clear

Re: Fwd: [uml-user] tutorials to newbies (Filesystems for download )

2006-04-11 Thread xpto09
On 4/10/06, xpto09 <[EMAIL PROTECTED]> wrote: On 4/9/06, Jeff Dike < [EMAIL PROTECTED]> wrote: On Sun, Apr 09, 2006 at 08:55:09PM -0300, xpto09 wrote:> 1) Configuring an eth0 device> specify eth0 on the command line:>> eth0=tuntap,,, 192.168.0.254 >> In

[uml-user] ping using multicast

2006-04-21 Thread xpto09
Multicast is useful to let multiple UML instances to talk to each other.So I tried it.I downloaded the files from Jeff's site (kernel 2.6.16 and  Fedora root_fs).I downloaded the uml-utilities too. First:# ./linux rw ubd0=machine1.cow,root_fs eth0=mcast[EMAIL PROTECTED] ~]# ifconfig eth0 192.168.0.

Re: [uml-user] ping using multicast

2006-04-21 Thread xpto09
On 4/21/06, Stefano Melchior <[EMAIL PROTECTED]> wrote: For instance, when you install uml-utilities the system (on debian)creates a socket/usr/bin/uml_switch -unix /var/run/uml-utilities/uml_switch.ctlWhen you launch your uml systems, remember to include them in the definition of the ethX paramete

[uml-user] tuntap does not ping

2006-04-23 Thread xpto09
I said:> To run root_fs:> ./linux-2.6.16 rw eth0=slirp,,/usr/bin/slirpBlaisorblade said:> That is fine, but is uncommon and maybe slower... However, if it's ok for you> don't worry... indeed it's the setup with less parameters. So I tried run with tun/tap.(kernel and root are from Jeff' site)Why ca

Re: [uml-user] tuntap does not ping

2006-04-24 Thread xpto09
On 4/24/06, Stefano Melchior <[EMAIL PROTECTED]> wrote: my configuration is:Host side:==# tap0iface tap0 inet staticaddress 10.0.0.15network 10.0.0.0netmask 255.255.255.0pre-up tunctl -u stexpre-up bash -c 'echo 1 > /proc/sys/net/ipv4/ip_forward'pre-up iptables -t nat -A POSTROUTING -o eth

Re: [uml-user] tuntap does not ping

2006-04-26 Thread xpto09
Fedora configures the interfaces through /etc/sysconfig/network* (inparticular ifcfg-*), however you'd better try for now doing it by hand via ifconfig eth0 10.0.0.10 netmask 255.255.255.0and (if you want, for host access):route add default gw 10.0.0.15 (which isn't in the setup supplied by Stefano

[uml-user] dummy0 and eth0

2006-05-16 Thread xpto09
I have finished LFS (Linux From Scratch)I built it inside a root_fs.LFS uses udev (I dont know if this important to what I will say).At host:linux eth0=slirp,,/usr/bin/slirpIf I run at uml: ifconfig -a:dummy0    Link encap:Ethernet  HWaddr 0A:B0:8B:18:84:A1    BROADCAST NOARP  MTU:1500  Met

Re: [uml-user] dummy0 and eth0

2006-05-17 Thread xpto09
Blaisorblade,Ignore dummy0 - you enabled this particular _dummy_ and _useless_ interface when configuring the kernel, but it won't harm you at all.> and eth0 has not one.Guess that happens because you're using the slirp transport ("Linkencap:Serial Line IP" hints so). With eth0=tuntap,,,$IP_Address

[uml-user] pts on console

2006-07-17 Thread xpto09
I am following the UML's book (I bought it)I am in the "Consoles and Serial lines".Why reason in my host I don't have pts?host$ uml_mconsole lfs config con0OK fd:0  ---> book has fd:1 host$ uml_mconsole lfs config con1OK xtermhost$ uml_mconsole lfs config con2OK xtermhost$ u