<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.4.4">
</HEAD>
<BODY>
FYI...<BR>
<BR>
-------- Forwarded Message --------<BR>
<B>From</B>: chicany &lt;<A HREF="mailto:chicany%20%3cchicany@gmail.com%3e">chicany@gmail.com</A>&gt;<BR>
<B>To</B>: radu.rendec@mindbit.ro &lt;<A HREF="mailto:%22radu.rendec@mindbit.ro%22%20%3cradu.rendec@mindbit.ro%3e">radu.rendec@mindbit.ro</A>&gt;<BR>
<B>Subject</B>: Fwd: [LiSA-Devel] question about compiling LiSA<BR>
<B>Date</B>: Wed, 2 Oct 2013 23:45:11 -0400<BR>
<BR>
Hello,
any update regarding fixing bugs in LiSA dev version? Thanks.
&nbsp;
-brezular<BR>
<BR>
---------- Forwarded message ----------<BR>
From: <B>chicany</B> &lt;<A HREF="mailto:chicany@gmail.com">chicany@gmail.com</A>&gt;<BR>
Date: 2013/9/29<BR>
Subject: Re: [LiSA-Devel] question about compiling LiSA<BR>
To: Claudiu Ghioc &lt;<A HREF="mailto:claudiughioc@gmail.com">claudiughioc@gmail.com</A>&gt;<BR>
<BR>
<BR>
Hi Claudio,
<BR>
<BR>
<B><U>1. LiSA compilation</U></B>
<BR>
<BR>
I didn't touch the variable. Below is the content of&nbsp;Makefile.variables.
ifndef IMPL
&nbsp; &nbsp; &nbsp; &nbsp; #IMPL = lisa
&nbsp; &nbsp; &nbsp; &nbsp; IMPL = linux
&nbsp; &nbsp; &nbsp; &nbsp; #IMPL = openwrt
endif
<BR>
<BR>
I tried to change the content of the file as &nbsp;following but they are errors during compilation. Please check the attachment.
<BR>
<BR>
ifndef IMPL
&nbsp; &nbsp; &nbsp; &nbsp; IMPL = lisa
&nbsp; &nbsp; &nbsp; &nbsp; #IMPL = linux
&nbsp; &nbsp; &nbsp; &nbsp; #IMPL = openwrt
endif
<BR>
<BR>
<BR>
<BR>
<B><U>2. Ethernet interfaces</U></B>
<BR>
<BR>
The interface eth0 was up when I tried to configure it.
<BR>
<BR>
box(config)#<B><FONT COLOR="#38761d">interface ethernet 0</FONT></B>
Command rejected: interface eth0 does not exist
box(config)#<B><FONT COLOR="#38761d">interface ethernet 0</FONT></B>
box(config-if)#<B><FONT COLOR="#38761d">description test</FONT></B>
<BR>
<BR>
<BR>
<BR>
box#<B><FONT COLOR="#38761d">show running-config interface ethernet 0</FONT></B>
Building configuration...
<BR>
<BR>
Current configuration : 103 bytes
!
interface Ethernet 0
&nbsp;description test
&nbsp;switchport trunk allowed vlan 1-4094
&nbsp;switchport mode access
end
<BR>
<BR>
As you can see, interface description is saved to running-config. We can normally configure interface but first time is an interface configured. the warning message is displayed &quot;Command rejected: interface eth0 does not exist&quot;&nbsp;
<BR>
<BR>
Cheers,
<BR>
<BR>
-brezular
<BR>
<BR>
2013/9/27 Claudiu Ghioc &lt;<A HREF="mailto:claudiughioc@gmail.com">claudiughioc@gmail.com</A>&gt;
<BLOCKQUOTE>
    Hello,
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
    Thank you for your feedback regarding the functionality of LiSA. The first 4 problems will be dealt with as soon as possible. The 5th reported issue is not actually a problem because you&nbsp;should definitely have root privileges when configuring the hostname. The same for the other operations (bridge and interface configurations).
</BLOCKQUOTE>
<BLOCKQUOTE>
    Could you also tell us please if you changed the back-end implementation in &quot;userspace/scripts/Makefile.variables&quot;? The default one is using the two Linux kernel modules, <I>bridge </I>and <I>8021q, </I>and this option can be changed through the &quot;IMPL&quot; variable in the above mentioned file.
</BLOCKQUOTE>
<BLOCKQUOTE>
    Regarding the third issue, I personally checked yesterday the same command. I was able to configure an Ethernet interface on my system. Could you confirm please that the interface was up when you tried to configure it?
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
    Have a nice day!
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
    On Thu, Sep 26, 2013 at 10:00 PM, chicany &lt;<A HREF="mailto:chicany@gmail.com">chicany@gmail.com</A>&gt; wrote:<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        Hello team,
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        I have my Qemu image with installed Core Linux 5.0 (3.8.10) ready. I successfully compiled LiSA Devel version available on git (26.9. 2013).&nbsp;
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        I'm not going to send LiSA extension to Core repository until it proves that basic configuration is working - &nbsp;swiching, vlan, trunks etc.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        I used command <B>sudo</B>&nbsp;<B>swcli </B>for LiSA configuration&nbsp;and notice the following problems:
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <B><U>1. running-config</U></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        all the vlans - from 2 to 4093 are presented in a running-config, each on separate line. I guess, VLANs should haven't be presented in running-config because no vlan had been created so far. And it is annoying e.g. if you want to check interface configuration in running-config you have to go through all the vlans. It is because interface configuration is displayed after vlan configuration.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test#<FONT COLOR="#38761d">s</FONT><FONT COLOR="#38761d"><B>how run</B></FONT>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        Building configuration...
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        Current configuration : 48025 bytes
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        hostname test
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        no ip igmp snooping
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        vlan 2
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        vlan 3
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        vlan 4
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        .
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <FONT COLOR="#cc0000">.&lt;output truncated&gt;</FONT>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        .
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        !vlan 4093
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        interface Ethernet 0
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        &nbsp;description test
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        &nbsp;switchport trunk allowed vlan 10
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        &nbsp;switchport mode trunk
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <B><U>2. VLANs are not presented in show vlan command</U></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        when I create VLAN, I should get in (config-vlan) prompt and configure vlan name. Instead of it I get back to the prompt (config)#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        box(config)#<B><FONT COLOR="#38761d">vlan 10</FONT></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        box(config)#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        VLAN 10 is not presented in show vlan command.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test#<B><FONT COLOR="#38761d">show vlan&nbsp;</FONT></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        VLAN Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Status &nbsp; &nbsp;Ports
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        ---- -------------------------------- --------- -------------------------------
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <B><U>3. Ethernet interface configuration</U></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#<B><FONT COLOR="#38761d">interface ethernet 0</FONT></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        Command rejected: interface eth0 does not exist
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#<B><FONT COLOR="#38761d">interface ethernet 0</FONT></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config-if)#<BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        First, it was complaining that ethernet 0 doesn't exist. But the second time I was able to get in to (config-if) prompt and normally configure switchport parameters such as trunk, allowed vlan etc.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <B><U>4. VLAN interface configuration</U></B><BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        VLAN interface can't be configure. Please, see the output below.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#<B><FONT COLOR="#274e13">interface vlan 20</FONT></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        Command rejected: ioctl() failed (19 - No such device)
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <B><U>5. running swcli without root privilegies</U></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        I\m not sure if it is a desired option or not but when you start <B><FONT COLOR="#38761d">swcli</FONT></B> as a normal user (no root) you can't configure hostname.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#<B><FONT COLOR="#38761d">hostname switch</FONT></B>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        Command rejected: Operation not permitted
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        test(config)#
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        So far I haven't tested if switching is working. First I must create a LiSA binary extension and then I can test LiSA against other devices inside GNS3. But first the mentioned problems should be fixed. I hope I compiled LiSA properly. The output of &nbsp;<B><FONT COLOR="#38761d">make</FONT></B> and <B><FONT COLOR="#38761d">make install </FONT></B>command is attached. Thank you.
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        -brezular&nbsp;
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        2013/9/25 Radu Rendec &lt;<A HREF="mailto:radu.rendec@mindbit.ro">radu.rendec@mindbit.ro</A>&gt;
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            Hi,<BR>
            <BR>
            I've managed to get the devel branch compile properly, but there seems to be something wrong with the &quot;bridge+8021q&quot; backend - which is what we want to use in order to avoid patching the kernel. I've already posted the issue to the devel list, so the developer who wrote that module may have a chance to investigate what's going on.<BR>
            <BR>
            Anyway, I still want to port the kernel module to newer kernels. If I succeed, then perhaps we can use the &quot;stable&quot; version and the patched kernel, and then make an update when the &quot;devel&quot; version is fixed.<BR>
            <BR>
            Thanks,<BR>
            <BR>
            Radu
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
            On Tue, 2013-09-24 at 06:34 -0400, chicany wrote: <BR>
            <BLOCKQUOTE TYPE=CITE>
                Hello Radu,<BR>
                thank you for your answer. I really appreciate your effort to help me to get LiSA working on Linux Core. As for your question I'm thinking about compiling a devel version of LiSA against the standard kernel 3.8.10. The newest Core 5.0. based on this kernel &nbsp;was released the last week so I guess they will use this kernel in several next Core versions.<BR>
                I'm not worried about the bugs in a devel version. I think using the devel version will be a great opportunity to catch some new bugs :)&nbsp;<BR>
                &nbsp;<BR>
                Is it possible to compile the <U>current</U> version of LiSA that is on git against the standard Core Linux kernel 3.8.10 (non- LiSA patched kernel) &nbsp;or I have to wait for the LiSA update from your side?&nbsp;<BR>
                <BR>
                <BR>
                I'm really exciting to make LiSA binary package (extension). The last week I sent the newest Openvswitch 1.11.0 extension together with Quagga 0.22.4 extension to Core repo. I made a Qemu / Vbox image that has installed those two extensions. It can be used for learning routing / switching on Linux. I will do the similar image with Quagga and LiSA. They both have CLI like Cisco so some people would find it useful.<BR>
                <BR>
                <BR>
                If I'm successful in my &quot;mission&quot; I will write detailed tutorial about LiSA installation on Core.<BR>
                <BR>
                <BR>
                Thank you very much.<BR>
                <BR>
                <BR>
                -brezular<BR>
                <BR>
                <BR>
                2013/9/23 Radu Rendec &lt;<A HREF="mailto:radu.rendec@mindbit.ro">radu.rendec@mindbit.ro</A>&gt;<BR>
                <BLOCKQUOTE>
                    Hi,<BR>
                    <BR>
                    I really like the idea of integrating LiSA into Linux Core. At this point I'm looking at all possible ways to make LiSA more widely known to users and I think integrating it into a linux distribution is a great opportunity. So I'll do my best to support you with this initiative.<BR>
                    <BR>
                    There's been a lot of fresh development in LiSA during the past few months and now we have 2 versions: 
                    <UL>
                        <LI>the &quot;stable&quot; version, which is the version that I built rpm packages for and the version that you used for building the centos image and for integrating into GNS3 
                        <LI>the &quot;devel&quot; version, which is now only available directly from the git repository on github ( <A HREF="https://github.com/lisa-project/lisa-user">https://github.com/lisa-project/lisa-user</A> ) 
                    </UL>
                    The &quot;devel&quot; version doesn't necessarily require a patched kernel. It can be compiled against the LiSA kernel module (and in this case it still requires a patched kernel), but it can also be compiled against the standard &quot;bridge&quot; and &quot;8021q&quot; kernel and in this case it works with a regular (unpatched) kernel.<BR>
                    <BR>
                    However, there are 2 issues with the &quot;devel&quot; version: 
                    <UL>
                        <LI>it's not as tested as the &quot;stable&quot; version and it may have (more) bugs 
                        <LI>there's something broken in the build system, but I think I can fix this within the next 1 or 2 days 
                    </UL>
                    The &quot;stable&quot; version only works with a patched kernel. At this point, the newest kernel version that we ported the module for is 2.6.32. Porting it to 3.x shouldn't be such a big issue - after all, moving from 2.6.x to 3.x was just a versioning change in linux and the code base is the same. But I won't be able to look into this before the weekend.<BR>
                    <BR>
                    I'll make the port for kernel 3.0.21 first, but in the mean time, please let me know if you plan to use Core 5.0 - because in this case I'll have to support kernel 3.8.10 as well.<BR>
                    <BR>
                    Kind regards,<BR>
                    <BR>
                    Radu <BR>
                    <BR>
                    <BR>
                    On Mon, 2013-09-23 at 15:14 -0400, chicany wrote: <BR>
                    <BLOCKQUOTE TYPE=CITE>
                        Hello Radu,<BR>
                        <BR>
                        <BR>
                        I would like to install LiSA on Linux Core&nbsp;<A HREF="http://distro.ibiblio.org/tinycorelinux/">http://distro.ibiblio.org/tinycorelinux/</A>&nbsp;and make an extension that is added to Core repo. Actual Core Linux 4.7.7 uses kernel 3.0.21, Core 5.0 uses the kernel 3.8.10.&nbsp;<BR>
                        There are kernel and lisa rpms for centos and fedora on your page but I want to build a new kernel and lisa on existing tinycore kernel &nbsp;<A HREF="http://distro.ibiblio.org/tinycorelinux/5.x/x86/release/src/kernel/">http://distro.ibiblio.org/tinycorelinux/5.x/x86/release/src/kernel/</A><BR>
                        <BR>
                        <BR>
                        You have done the same in the past when you built LiSa on Tinycore linux installed on&nbsp;Commell's LE-564 embedded SBC.<BR>
                        <BR>
                        <BR>
                        <FONT COLOR="#000000">I suppose I have to patch kernel and then enable Linux Multilayer switch in kernel or as module. The I have to compile my own kernel. I can see the patches in rpm&nbsp;directory&nbsp;for particular Centos or fedora kernel. But they are for kernel 2.6.x only, mine is 3.x</FONT><BR>
                        <FONT COLOR="#000000">I don't want to build rpm packages. They are not used by Core / Tinycore Linux. If it is possible I just want to rebuild kernel, install LiSA userspace.</FONT><BR>
                        <FONT COLOR="#000000">&nbsp;</FONT><BR>
                        <BR>
                        Can you give me a hand with it? I just need to point in right direction.<BR>
                        <BR>
                        <BR>
                        <BR>
                        Thank you.<BR>
                        <BR>
                        <BR>
                        -brezular<BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                        <BR>
                    </BLOCKQUOTE>
                    <BR>
                    <BR>
                </BLOCKQUOTE>
                <BR>
                <BR>
            </BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BLOCKQUOTE>
        _______________________________________________<BR>
        LiSA-Devel mailing list<BR>
        <A HREF="mailto:LiSA-Devel@lisa.mindbit.ro">LiSA-Devel@lisa.mindbit.ro</A><BR>
        <A HREF="http://lisa.mindbit.ro/mailman/listinfo/lisa-devel">http://lisa.mindbit.ro/mailman/listinfo/lisa-devel</A><BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <FONT COLOR="#888888">-- </FONT>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <FONT COLOR="#888888">Claudiu Ghioc</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE>
    <FONT COLOR="#888888">Software&nbsp;Developer</FONT><BR>
    <FONT COLOR="#888888">Email: <A HREF="mailto:claudiu.ghioc@gmail.com">claudiu.ghioc@gmail.com</A></FONT><BR>
    <FONT COLOR="#888888"><A HREF="tel:%2B%2840%29%20745%20783%20796">+(40) 745 783 796</A></FONT>
</BLOCKQUOTE>
<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>