Results 1 to 3 of 3

Thread: how to install mldonkey on Lacie Network Space 2

  1. #1
    Join Date
    Apr 2012
    Posts
    10

    how to install mldonkey on Lacie Network Space 2

    In my Lacie network space 2. I want to install the mldonkey. I don’t know how to install it. Can anyone help me in installing mldonkey. How do I install mldonkey in my Lacie network space 2?

  2. #2
    Join Date
    Aug 2011
    Posts
    219

    Re: how to install mldonkey on Lacie Network Space 2

    Hi, I am also having Lacie network space 2 with cs05q3armel. I installed the mldonkey and some other packages. To installed mldonkey package follow the commands.
    cd /opt
    feed=http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable
    feednative=http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/native/unstable
    ipk_name=wget -qO- $feed/Packages | awk '/^Filename: ipkg-opt/ {print $2}
    wget $feed/$ipk_name
    tar -xOvzf $ipk_name ./data.tar.gz | tar -C / -xzvf -mkdir -p /opt/etc/ipkg
    echo "src cross $feed" > /opt/etc/ipkg/feeds.conf
    echo "src native $feednative" >> /opt/etc/ipkg/feeds.conf
    export PATH=/opt/bin:$PATH
    ipkg update
    ipkg install mldonkey
    If you are using cs08q3armel or cs08q1armel. I am not sure that this command would work.

  3. #3
    Join Date
    Jul 2011
    Posts
    265

    Re: how to install mldonkey on Lacie Network Space 2

    Hello Guys, I tried working with the above commands and I was not able to complete the installation. I tried the same commands in my friends system, it worked properly. I made some changes in the command and was able to install the mldonkey in my system. This command is for the cs08q1armel. The modified command is as follows.
    cd /opt
    feed=http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable
    feednative=http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable
    feedalternative=http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable
    ipk_name=wget -qO- $feed/Packages | awk '/^Filename: ipkg-opt/ {print $2}
    wget $feed/$ipk_name
    tar -xOvzf $ipk_name ./data.tar.gz | tar -C / -xzvf -mkdir -p /opt/etc/ipkg
    echo "src cross $feed" > /opt/etc/ipkg/feeds.conf
    echo "src native $feednative" >> /opt/etc/ipkg/feeds.conf
    echo "src alternative $feedalternative" >> /opt/etc/ipkg/feeds.conf
    export PATH=/opt/bin:$PATH
    ipkg update
    ipkg install mldonkey

Similar Threads

  1. What’s in the lacie Network Space Update 2.1.2
    By Nalak in forum Networking & Security
    Replies: 4
    Last Post: 09-05-2012, 11:24 AM
  2. Unbrick a Bricked Lacie Network Space 2
    By Atul.TA in forum Monitor & Video Cards
    Replies: 9
    Last Post: 05-05-2012, 08:43 PM
  3. How to run debian without chroot on Lacie Network Space 2
    By Love-Day in forum Networking & Security
    Replies: 8
    Last Post: 05-05-2012, 10:03 AM
  4. How to install twonkymedia 6.0.38 on Lacie Network Space 2
    By Mick41 in forum Networking & Security
    Replies: 1
    Last Post: 04-05-2012, 03:17 PM
  5. Lacie network space 2 -AFP not working with Mac OS X Lion
    By The Picture in forum Networking & Security
    Replies: 10
    Last Post: 07-11-2011, 10:39 PM

Tags for this Thread

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
  •  
Page generated in 1,711,699,884.28518 seconds with 17 queries