Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#224329 - 29/12/2003 23:45 Package installer progress
geeknerd
member

Registered: 24/09/2003
Posts: 148
Ok, I'm on a quest to add a package installer to the Central, so I can easily install new software. I figure dpkg would be fine. Here's what I've figured out so far:

Make sure you use debian potato. Woody uses a different gcc version.

Here's the arm potato dist I found:
http://archive.debian.org/dists/Debian-2.2/main/binary-arm/base/

Commands:

ar p dpkg_1.6.15.deb data.tar.gz > dpkg_1.6.15.tar.gz

I dropped that onto my ftp site and downloaded it onto the Central.

cd /
rw
tar xvfz dpkg_1.6.15.tar.gz
echo "" > /var/lib/dpkg/available
echo "" > /var/lib/dpkg/status
PATH=$PATH:/usr/sbin; export PATH

Now I get this wierd error from dpkg:
"dpkg not recorded as installed, cannot check for epoch support"

I'm giving up for today, but I'll be at it again tomorrow.

Top
#224330 - 30/12/2003 23:57 Re: Package installer progress [Re: geeknerd]
geeknerd
member

Registered: 24/09/2003
Posts: 148
Yow. Don't do what I listed. I toasted my partition. At least it gave me an excuse to open my central and put in the 120G HDD. Now I have to figure out how to move my tunes over from the old HDD.

I was poking around on the empeg BBS when I realized the two machines are fairly similar... They have a much better method of adding sshd, etc.

http://empeg.comms.net/php/showthreaded.php?Cat=&Board=hackers_prog&Number=56359&page=&view=&sb=&o=

It basically consists of installing debian into a chrooted environment, and just running what you need from there.

Top