Is OpenZaurus supposed to work?
It's not only supposed to work, it does work.
Thats good

I was hoping this still wasnt in the experimental stages. So many linux projects are these days.
No dice. All packages die with weird errors. The most prevalent is a gunzip error. I also get a no architecture defined error as well.
gunzip error means that the package is probably corrupted.
No arch defined is interesting - what exactly were you trying to install, and can you provide the output of ipkg too.
Hmm. Maybe I can copy it. I think I could copy it to a text file and transfer it to the pc using my CF card. But as to corruption, unless my port in the Z is bad, I bought a new card and tried redownloading and copying over the files several times.
Now as for the arch issue -- that was I think just Hancom. Not positive, maybe a few others. The rest all had the "couldnt kill guunzip process *** aborting" message.
Now for file transferage using the cradle -- just to get this out of the way -- do I need to do anything special? I got the pc and z sides setup TCP wise. but is there a daemon I need to start or anything? That concievably could be the issue. I can now ping it, but thats it. I ran "ps -A" and got alot of stuff running, but nothing that stood out as a SMB or NFS daemon or anything. Perhaps I just dont know the name (well probably is that...).
Thanks again. I will try to redownload the files and instead of doing an "ipkg install *.ipk" perhaps I can script it to a:
for i in ls *.ipk; do ipkg install $i; done;
or something to that effect.
Thanks again!