I'm going to just use this as a sounding board to get this stuff up and running further. Please feel free to comment or, provide answers. (That'd be like, totally keen, you know?)
The last time I posted I was having build issues. I finally got the kernel to build, then the ipnc app and pretty much everything else. Building now works fine... sort of.
I then started to work on getting my hardware to tftpboot and use NFS for the file system to shorten development cycle times. There were several hiccups, many being with SELinux services on the Fedora box, as well as firewall issues. Since my local dev network is private, I just disabled all of those things and have had a good deal of success running over tftpboot to load the kernel and NFS to provide the kernel's initial file system.
So then, now that I have the system up and running (ish) I am finding that there are some problems. It *APPEARS* that things are not going into the right places when I build the file system for the camera to use. Things like programs that the start up scripts assume are in /etc/init.d_ins are actually in /etc/init.d, which is where I EXPECT them to be, but apparently, the IPNC app does NOT expect them to be there. AVAHI services are also, apparently, in the wrong place as far as IPNC is concerned. So I'm trying to track down, why those things seem to be in the wrong place and get that root cause fixed.
Anyone else experience these kinds of issues??
Anyways, onwards!!
Rick