Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Vladimir Ivaschenko
1. I've been able to compile the kernel and modules (2.4.20), but when I do a "make modules_install" I get the following unresolved symbols. Any suggestions? /lib/modules/2.4.20/kernel/drivers/mtd/maps/sc520cdp.o mtd_concat_destroy and mtd_concat_create /lib/modules/2.4.20/kernel/drivers/net/wan

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
Hi, First let me say... Thanks very much for your help. I feel like I'm trying to drink from a fire hose! 1. Does this happen in your build? I'm using the src-kernel-2.4.20.tar.gz from your site. 2. I've got a Soekris 4521 and the Netgate(Senaou) 200mW PCMCIA card. 3. Can I just install the lat

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
Hi, Thanks for the speedy reply. I have a list of things that I want to do. 1. Install (modify if necessary) the Soekris error LED driver. 2. Develop a Cisco IOS like interface for config. 3. Add MAC based bandwidth management. 4. Add protocol blocking to config 5. Remote interface/cpe stats to

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Vladimir Ivaschenko
Gerry Weaver wrote: Hi, Thanks for the speedy reply. I have a list of things that I want to do. 1. Install (modify if necessary) the Soekris error LED driver. 2. Develop a Cisco IOS like interface for config. 3. Add MAC based bandwidth management. 4. Add protocol blocking to config 5. Remote int

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
-Original Message- From: Vladimir Ivaschenko [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 1:20 PM To: Gerry Weaver Cc: leaf-devel Subject: Re: [leaf-devel] wisp-dist build environment Gerry Weaver wrote: > Hi, > > Thanks for the speedy reply. > > I have a list of things tha

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Vladimir Ivaschenko
I'm afraid this is impossible, you have to unmount existing partition in order to mount a new one, which means that you have to stop all the programs. Please forgive my limited filesystem knowledge. If everything is running in memory, shouldn't I be able to do a raw write to the partition (prov

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
Okay. I guess I should have taken a closer look at the existing update code. Sorry. One final note on the module problem. I can compile the modules just fine (make modules), but when I do a make modules_install it fails with the undefined symbols I mentioned earlier. I tracked down the source fil

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Vladimir Ivaschenko
Hi, Are you sure that all paths are correct? Maybe it's copying modules from somewhere else? WISP-Dist has no module named host_apcs.o. Gerry Weaver wrote: Okay. I guess I should have taken a closer look at the existing update code. Sorry. One final note on the module problem. I can compile the

[leaf-devel] bering-uClibc building problems

2003-12-15 Thread Ben Kochie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I checked out the bering-uclibc module from the sourceforge repository, and started a buildtool build of the sources.. The 'buildtool.pl build buildenv' fails at: calling 'make source for linux [O.K.] The file "HASH(0x8320efc)" does not exist! at bui

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Vladimir Ivaschenko
Gerry Weaver wrote: Hi, First let me say... Thanks very much for your help. I feel like I'm trying to drink from a fire hose! 1. Does this happen in your build? I'm using the src-kernel-2.4.20.tar.gz from your site. Module errors? No. 2. I've got a Soekris 4521 and the Netgate(Senaou) 200mW PCMC

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Mike Noyes
On Mon, 2003-12-15 at 11:20, Vladimir Ivaschenko wrote: > Gerry Weaver wrote: > > I have a list of things that I want to do. > > > > 1. Install (modify if necessary) the Soekris error LED driver. > > 2. Develop a Cisco IOS like interface for config. > > 3. Add MAC based bandwidth management. > > 4

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Lynn Avants
> > Gerry Weaver wrote: > > > I have a list of things that I want to do. > > > 2. Develop a Cisco IOS like interface for config. Gerry, Take a look at CISH. It was/is an IOS-type shell built on top of an old 2.0.x kernel version of LRP. CISH is the shell, so it may be portable and save you some

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Mike Noyes
On Mon, 2003-12-15 at 16:59, Lynn Avants wrote: > > > Gerry Weaver wrote: > > > > I have a list of things that I want to do. > > > > > 2. Develop a Cisco IOS like interface for config. > > Take a look at CISH. It was/is an IOS-type shell built on > top of an old 2.0.x kernel version of LRP. CISH

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
Hi, Thanks for the pointer. I'll definitely check it out. Thanks, Gerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Noyes Sent: Monday, December 15, 2003 7:15 PM To: [EMAIL PROTECTED] Subject: Re: [leaf-devel] wisp-dist build environment On Mon,

Re: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Lynn Avants
On Monday 15 December 2003 07:15 pm, Mike Noyes wrote: > Lynn, > I haven't been able to locate Pim's CISH code for quite a while. He > seems to have disappeared. Yes, it seems to have disappeared :( I knew that he wasn't getting much help and was talking about dropping future development around a

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
Hi, That's okay. I appreciate the effort. I had some specific thoughts on a design that might have been tough to integrate into the cish code anyway. Basically, I was looking at implementing logical command sets as dynamically loaded shared libs so they could be easily removed if they were not nee

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Mike Noyes
On Mon, 2003-12-15 at 22:16, Gerry Weaver wrote: > That's okay. I appreciate the effort. I had some specific thoughts on a > design that might have been tough to integrate into the cish code anyway. > Basically, I was looking at implementing logical command sets as dynamically > loaded shared libs