Home

Howto debian on AZbox

hypnotik

Usuario
Amigo OpenSPA
7 May 2009
27
0
0
Connect to you azbox with telnet.

go to your usb/hdd onto the azbox.

DO:

Code:

cd /DATA/hdb1

create a debian folder

Code:

mkdir debian

then go in this directory

Code:

cd /debian

then you have to get the debian file.

you can download it

Code:

wget hxxp://nmt.explore.nl/nmt-debian-etch.tar.gz

now unpack the package

Code:

tar xzf nmt-debian-etch.tar.gz

now we have to install the package.
Code:

chroot debian /bin/bash
export PATH=$PATH:/usr/bin:/usr/sbin
debootstrap/debootstrap --second-stage

Installing the package is very slow (40 minutes approx)

you can exit the debian interface with the exit command

Code:

exit

you can enter it with

Code:

chroot debian /bin/bash

fist you have to setup your network access
we gonna use the program vi to edit the file

Code:

vi /etc/resolv.conf

press 'i' for editing

insert your routers ip
Code:

**** search wan
**** nameserver 192.168.2.1

to save press escape then type
Code:

:wq!

test internet connection with
Code:

ping www.google.com

then update your distribution
Code:

apt-get update
apt-get dist-upgrade

if you get an error with

Code:

apt-get update

note down the pubkey

Code:

NO_PUBKEY 9AA38DCD5502B

then use this commands
you have to replace the pubkey with your own key!

Code:

apt-get install debian-archive-keyring
gpg --****erver www****.eu.pgp.net --recv-**** 9AA38DCD55BE302B
gpg --armor --export 9AA38DCD55BE302B | apt-key add -
apt-get update

keep on repeating this command until you get no more errors then use

Code:

apt-get dist-upgrade

for testing purpose you can test CCcam.
download CCcam to your hard drive

unpack it and then put CCcam.mipsel to your /tmp folder

in my case
Code:

/DATA/hdb1/debian/debian/tmp

then chmod the file

chmod 755 CCcam.mipsel

for the CCcam.cfg you have to create the directory /var/etc

go to debian /var/ directory.
Code:

cd /var

then create the directory.
Code:

mkdir etc

then you can ftp the CCcam.cfg to this dir.
Code:

/DATA/hdb1/debian/debian/etc

now for a test
Code:

cd /tmp

to start CCcam
Code:

./CCcam.mipsel -dv

you can check if its running on
Code:

http://azboxhdip:16001

to access debian thru a webinterface.


install webmin 1.48

first install necessary software
Code:

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

then download the webmin package

go to /tmp folder

Code:

cd /tmp

download the package

Code:

wget hxxp://downloads.sourceforge.net/sourceforge/webadmin/webmin_1.480_all.deb

installeer nu het packet.

Code:

dpkg --install webmin_1.480_all.deb

then you can access it thru the browser

Code:

https://AZBOXHDIP:10000

Have Fun!!!

Yo ya me deshice de mi querido AZ pero visto como evoluciona en unos meses me cojo otra.


Saludos
 

pacorro2009

Espabilando
Fan de OpenSPA
22 Mar 2007
125
4
0
En el foro
Está muy bien, pero ¿Que ganamos con esto?
Yo soy de los que les gusta experimentar, es mas, ya he descargado y descomprimido debian en el USB, estoy en el paso de instalar.
¿Que hago? instalo o no. ¿Que tiene de mejora? ¿Para que sirve?

Saludos
 

Fundi

Usuario Destacado
Loco por OpenSPA
Fan de OpenSPA
19 Mar 2007
11.803
596
0
Para nada que no sea crear aplicaciones jejeje, esta destinado para poder ejecutar nuevos comandos en consola telnet, pero a nivel usuario con los IPKG que os instalamos automaticamente con el firmware KGD ya sacas todo el rendimiento que te puede dar el debian
 

quecon

Usuario
Loco por OpenSPA
18 Ago 2009
484
5
0
49
osea que no vale para nada toda esta instalacion y manual
 

quecon

Usuario
Loco por OpenSPA
18 Ago 2009
484
5
0
49
tengo kgd y he instaldo debian pero no se que hacer ahora para poner en marcha un servidor NFS y enlazarlo con el hdd del usb alguna idea