[uml-user] Iptables Module with UML Kernel

2006-08-18 Thread Mathew Brown
Hi, I'm currently using the 2.6.17-rc1 UML kernel provided at http://user-mode-linux.sourceforge.net/new/ However, when attempting to use iptables: iptables -L I get the following error: iptables v1.2.11: can't initialize iptables table `filter': iptables who? (do you need to insmod?) An

Re: [uml-user] ti test

2006-08-18 Thread Artu Matheny
Hi,   It is so common to have problems with erecxxtion, Try VIrAGRA and forget about it http://www.vabaominheran.com   there, that he was still king. A very long time later he stiffened, turned his head and listened as slow footsteps shuffled through the thick leaves below the trees. But

Re: [uml-user] strnlen_user

2006-08-18 Thread Jeff Dike
On Fri, Aug 18, 2006 at 09:43:35AM -0400, Charles Wright wrote: > I'm developing a kernel module, and there is a slight difference > between UML and a native i386. On the i386, I can use strnlen_user, > but on UML the symbol "strnlen_user_skas" is not exported so the > module doesn't load. After

Re: [uml-user] Odd tun/tap Behavior

2006-08-18 Thread Jeff Dike
On Fri, Aug 18, 2006 at 09:40:03AM -0400, Charles Wright wrote: > However the guest can't ping itself: > [EMAIL PROTECTED] ~]# ping -c 1 192.168.42.2 > PING 192.168.42.2 (192.168.42.2) 56(84) bytes of data. > > --- 192.168.42.2 ping statistics --- > 1 packets transmitted, 0 received, 100% packet l

[uml-user] strnlen_user

2006-08-18 Thread Charles Wright
I'm developing a kernel module, and there is a slight difference between UML and a native i386. On the i386, I can use strnlen_user, but on UML the symbol "strnlen_user_skas" is not exported so the module doesn't load. After exporting strnlen_user_skas from UML all's well. Charles -

[uml-user] Odd tun/tap Behavior

2006-08-18 Thread Charles Wright
Hello, I am experiencing some odd behavior. I have a host and guest running 2.6.17.8. I can ping the UML guest from the host (and vice versa), but the UML guest can not ping itself. On the host I have a predefined tap interface: tap0 Link encap:Ethernet HWaddr C6:35:F3:11:66:F8