it is mostly an old box to play with. at the moment i pulled the
hard drive and put it in another faster pentium3 500 Mhz and chroot.
if that was not an option, i would probably try to have the same
image on a faster box and just chroot, build bin packages and server
them up with nfs, then emerge or something.
there are more options depending on what are you are doing.
matt
On May 10, 2008, at 2:15 PM, wireless wrote:
matt hull wrote:
Any other gentoo derivatives out there, aimed at older hardware?
gentoo will support old hardware fine. i have it running on a
pentium1 133 MHz, just can not compile on it.
So you use Distcc, or compile and move over (scp) binaries?
Can you explain how you manage this system, incuding updates
and new software installations?
--
gentoo-embedded@lists.gentoo.org mailing list
05-11-2008, 02:31 AM
wireless
GNAP status
01flipstar@web.de wrote:
wireless schrieb:
Natanael Copa wrote:
I remember some discussion on GNAP and the fact that some were
working on updating it. Does any know the current status
of the efforts to update GNAP and when possible it might
be suitable (updated) for use on i586 (K6) based hardware?
You could also have a look at alpine linux, a gentoo based distro aimed
for older PC's.
Alpine does look interesting, but, it looks more like a Debian
derivative:
Any other gentoo derivatives out there, aimed at older hardware?
Hey,
why not simply role your own?
I'm running a KVM (qemu) System with all the optimization supported by
my old like (eeepc) hardware.
- create all the tbz2 you need (on the KVM or real host)
- run genpkgindex
- copy all the files to your webserver
- create a squashfs from your portage tree (<40Mb)
- boot your old system from cd or usb and extract a stage3 file
- edit the make.conf and make sure to define PORTAGE_BINHOST
- define an INSTALL_MASK if you like
- delete all files in /usr/portage and mount the squashfs porttree
- finally emerge all the stuff you need (emerge -G bla)
If you are interested in more details Ill write a howto in the next few
weeks.
--
flip
Well, I usually like to stay closer to a tree that being maintained.
Let me think about it some, and I'll let you know if I going to go
this route. Time is something on short supply for me, at this time.
THX,
James
--
gentoo-embedded@lists.gentoo.org mailing list
05-11-2008, 09:08 AM
"01flipstar@web.de"
GNAP status
wireless schrieb:
01flipstar@web.de wrote:
wireless schrieb:
Natanael Copa wrote:
I remember some discussion on GNAP and the fact that some were
working on updating it. Does any know the current status
of the efforts to update GNAP and when possible it might
be suitable (updated) for use on i586 (K6) based hardware?
You could also have a look at alpine linux, a gentoo based distro aimed
for older PC's.
Alpine does look interesting, but, it looks more like a Debian
derivative:
Any other gentoo derivatives out there, aimed at older hardware?
Hey,
why not simply role your own?
I'm running a KVM (qemu) System with all the optimization supported by
my old like (eeepc) hardware.
- create all the tbz2 you need (on the KVM or real host)
- run genpkgindex
- copy all the files to your webserver
- create a squashfs from your portage tree (<40Mb)
- boot your old system from cd or usb and extract a stage3 file
- edit the make.conf and make sure to define PORTAGE_BINHOST
- define an INSTALL_MASK if you like
- delete all files in /usr/portage and mount the squashfs porttree
- finally emerge all the stuff you need (emerge -G bla)
If you are interested in more details Ill write a howto in the next
few weeks.
--
flip
Well, I usually like to stay closer to a tree that being maintained.
If you like you can rebuild the squashfs-porttree every day and update your system
emerge --sync && mk_squashfs_tree && emerge -avb system && emerge -avb world && genpkgindex && rsync_tbz2
:-D
Ned was explaining how to use qmerge a few weeks ago so this my also be an option.
But Im not sure how (well) qmerge can handle deps?!
--
flip
--
gentoo-embedded@lists.gentoo.org mailing list
05-11-2008, 09:41 AM
Ned Ludd
GNAP status
On Sun, 2008-05-11 at 11:08 +0200, 01flipstar@web.de wrote:
> wireless schrieb:
> > 01flipstar@web.de wrote:
> >> wireless schrieb:
> >>> Natanael Copa wrote:
> >>>
> >>>>> I remember some discussion on GNAP and the fact that some were
> >>>>> working on updating it. Does any know the current status
> >>>>> of the efforts to update GNAP and when possible it might
> >>>>> be suitable (updated) for use on i586 (K6) based hardware?
> >>>
> >>>> You could also have a look at alpine linux, a gentoo based distro aimed
> >>>> for older PC's.
> >>>
> >>> Alpine does look interesting, but, it looks more like a Debian
> >>> derivative:
> >>>
> >>> http://wiki.alpinelinux.org/w/index.php?title=Installing_Alpine#Managing_softwar e_packages
> >>>
> >>>
> >>>
> >>> Any other gentoo derivatives out there, aimed at older hardware?
> >>
> >> Hey,
> >>
> >> why not simply role your own?
> >> I'm running a KVM (qemu) System with all the optimization supported by
> >> my old like (eeepc) hardware.
> >>
> >> - create all the tbz2 you need (on the KVM or real host)
> >> - run genpkgindex
> >> - copy all the files to your webserver
> >> - create a squashfs from your portage tree (<40Mb)
> >> - boot your old system from cd or usb and extract a stage3 file
> >> - edit the make.conf and make sure to define PORTAGE_BINHOST
> >> - define an INSTALL_MASK if you like
> >> - delete all files in /usr/portage and mount the squashfs porttree
> >> - finally emerge all the stuff you need (emerge -G bla)
> >>
> >> If you are interested in more details Ill write a howto in the next
> >> few weeks.
> >>
> >> --
> >> flip
> >
> >
> > Well, I usually like to stay closer to a tree that being maintained.
> >
>
> If you like you can rebuild the squashfs-porttree every day and update your system
>
> emerge --sync && mk_squashfs_tree && emerge -avb system && emerge -avb world && genpkgindex && rsync_tbz2
>
> :-D
>
> Ned was explaining how to use qmerge a few weeks ago so this my also be an option.
> But Im not sure how (well) qmerge can handle deps?!
It does not handle deps that well at all. Use the -KOq options when
merging stuff with it. Work out what they might be via -pv
--
gentoo-embedded@lists.gentoo.org mailing list
05-12-2008, 08:10 AM
Natanael Copa
GNAP status
On Sat, 2008-05-10 at 13:56 -0400, wireless wrote:
> Natanael Copa wrote:
>
> >> I remember some discussion on GNAP and the fact that some were
> >> working on updating it. Does any know the current status
> >> of the efforts to update GNAP and when possible it might
> >> be suitable (updated) for use on i586 (K6) based hardware?
>
> > You could also have a look at alpine linux, a gentoo based distro aimed
> > for older PC's.
>
> Alpine does look interesting, but, it looks more like a Debian derivative:
Can you please define "looks more like a Debian derivative"? I know for
sure its based on gentoo.
apk-tools was inspired by the freebsd's binary package manager.
It was not a scientific evaluation. I saw packages and managing
packages, so since it was Linux based, I assumed Debian....
I took every bit of 5 minutes to look at Alpine, so, if my impressions
were wrong, it was probably because I expected to quickly find a
technical document that explains much of these sort of issues.
In the brief time I looked around at Alpine, I did not find technical
documents that explained the architecture of the (embedded) OS.
Also how does one creates binaries for the distro?
Do you have a url for such reading on Alpine?
And yes, Alpine is not designed for compile stuff on your target, even
if the pacakges are build from gentoo portage tree.
This is ok for me, particularly if the choices are many, and the
end result is stable. I'm keen on firewalls, dns servers and terminal
servers as a end result of the embedded OS. Robust operation on
CF based hard drives is a big plus (jffs2 or logFS).
James
--
gentoo-embedded@lists.gentoo.org mailing list
05-12-2008, 03:12 PM
wireless
GNAP status
Ned Ludd wrote:
Well, I usually like to stay closer to a tree that being maintained.
If you like you can rebuild the squashfs-porttree every day and update your system
emerge --sync && mk_squashfs_tree && emerge -avb system && emerge -avb world &&
genpkgindex && rsync_tbz2
:-D
Ned was explaining how to use qmerge a few weeks ago so this my also be an option.
But Im not sure how (well) qmerge can handle deps?!
It does not handle deps that well at all. Use the -KOq options when
merging stuff with it. Work out what they might be via -pv
Well I may go this route. For now, I'm going to research my options.
I will most likely wait until the work on GNAP is completed and I
can evaluate GNAP.
I do appreciated all information posted on this thread, as I continue
to research my options on how best to use the old i586 and k6 hardware
that I maintain for others to use as firewalls, dns servers and
terminal servers.
Here in Tampa Bay, both Bright house(cable) and Verizon (fios) allow
multiple static IP addresses, dns services and web services to be
hosted on home networks. I'm going the multiple IP route myself, but,
I do not want to use new or expensive hardware for these
aforementioned servers.
I have dozens of embedded boards. When it is all completed, I hope to
securely connect lots of the various uP, DSP and fpga boards to both
ethernet and a terminal server, so folks can developed and test code.
It's been a goal for a few years now. Finally, at the end of the
summer, my (consulting obligations) will be complete and I'll have the
necessary time to build this network for embedded development.
James
--
gentoo-embedded@lists.gentoo.org mailing list
05-26-2008, 12:25 PM
Philipp Riegger
GNAP status
On Fri, 2008-05-09 at 11:35 -0400, wireless wrote:
> I remember some discussion on GNAP and the fact that some were
> working on updating it. Does any know the current status
> of the efforts to update GNAP and when possible it might
> be suitable (updated) for use on i586 (K6) based hardware?
>
> This pages seems to imply that it has not been maintained
> since 2006/04/20:
> http://www.gentoo.org/proj/en/base/embedded/gnap.xml
>
> +
> Googling shows lots of discussions related to "summer of code"
> under the moniker "GNAP Love" but nothing I've read talks
> about when it will be update for i586 based older PCs?
We just created a Google Code Repository which we plan to use for all
GNAP related development. There will probably be a roadmap soon. I also
hope there will be a new release by the end of june. I plan to provide
new ebuilds and maybe live ebuilds but i don't know when i get it done.
You might want to join gentoo-gnap@gentoo.org (not listed on teh lists
page, i think, but subscribe-able with the usual procedure).
Philipp
--
gentoo-embedded@lists.gentoo.org mailing list
05-26-2008, 04:18 PM
"Petr Podrabsky"
GNAP status
It is nice to see this mail. I am looking forward to try new release.
I am keeping fingers crossed. :-)
Petr
--
gentoo-embedded@lists.gentoo.org mailing list
05-26-2008, 06:18 PM
Vit Vomacko
GNAP status
Yeah, cool things going on here, looking forward to start coding!
~vv
--
gentoo-embedded@lists.gentoo.org mailing list