Results 1 to 20 of 85

Thread: howto : Running debian on azbox with webinterface

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member
    Join Date
    May 2009
    Posts
    55
    Thanks
    0
    Thanked 0 Times in 0 Posts

    howto : Running debian on azbox with webinterface

    Howto : Installing Debian lenny on Azbox


    Connect to you azbox with telnet.

    go to your usb/hdd onto the azbox.

    in my case

    cd /DATA/hdb1
    create a debian folder

    mkdir debian
    then go in this directory

    cd /debian
    then you have to get the debian file.

    you can download it

    alternative download link
    hxxp://www.mediafire.com/?sharekey=89c043e8fe34d631d1014a7 a667fa2b4e04e75f6e8ebb871
    now unpack the package

    tar xzf nmt-debian-etch.tar.gz
    now we have to install the package.
    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

    exit
    you can enter it with

    chroot debian /bin/bash
    fist you have to setup your network access
    we gonna use the program vi to edit the file

    vi /etc/resolv.conf
    press 'i' for editing

    insert your routers ip
    **** search wan
    **** nameserver 192.168.2.1
    to save press escape then type
    :wq!
    test internet connection with
    then update your distribution
    apt-get update
    apt-get dist-upgrade
    if you get an error with

    apt-get update
    note down the pubkey

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

    apt-get install debian-archive-keyring
    gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B
    gpg --armor --export 9AA38DCD55BE302B | apt-key add -
    apt-get update
    keep on repeating this command until you get no more errors then use

    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
    /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.
    cd /var
    then create the directory.
    mkdir etc
    then you can ftp the CCcam.cfg to this dir.
    /DATA/hdb1/debian/debian/etc
    now for a test
    cd /tmp
    to start CCcam
    ./CCcam.mipsel -dv
    you can check if its running on
    to access debian thru a webinterface.


    install webmin 1.48

    first install necessary software
    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
    cd /tmp
    download the package
    installeer nu het packet.
    dpkg --install webmin_1.480_all.deb
    then you can access it thru the browser
    after a reboot you need to restart webmin

    /etc/webmin/start
    have fun!!
    Last edited by alcatel; 19-07-2009 at 12:10 PM.

Similar Threads

  1. AzBox CAM ****** v.1.0
    By @telesat in forum AZBox HD Tools
    Replies: 0
    Last Post: 29-06-2009, 06:35 AM
  2. help on cs in incubus
    By aqa in forum AZBox HD Newbie Questions
    Replies: 56
    Last Post: 19-05-2009, 02:46 AM
  3. To buy or not to buy Azbox premium, advice needed for newbie.
    By HotRock in forum AZBox HD Newbie Questions
    Replies: 6
    Last Post: 17-05-2009, 06:34 PM
  4. Separate Positioner hardware is needed for Azbox to move motor
    By s_kates81 in forum AZBox HD Newbie Questions
    Replies: 9
    Last Post: 08-05-2009, 12:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •