macsat.com OpenWrt and ASUS WL Forum
January 09, 2009, 02:34:04 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
   Home   Help Search Login Register  
Pages: 1 ... 15 16 [17] 18 19 ... 32   Go Down
  Print  
Author Topic: MGB111 update  (Read 73786 times)
0 Members and 1 Guest are viewing this topic.
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #240 on: May 01, 2008, 16:39:21 PM »


Hello SergeBa, should I understand that you found a web interface for Enhanced CTorrent? Which one's that? CTCS? Is it working fine on the MGB111? I am very much interested in such a web interface myself...

Please get back to us with the result of your investigations.

If anybody wants to use a download tool with web gui, why not use mldonkey from here

http://mgb111.pradnik.net/addons/

which has one.

chimbo
Logged
Aqualung
Newbie
*
Offline Offline

Posts: 49


Socialite


View Profile
« Reply #241 on: May 01, 2008, 17:30:34 PM »

If anybody wants to use a download tool with web gui, why not use mldonkey from here

Thanks chimbo, that's nice to know. I've been surfing left and right on MLdonkey's website, and all I could gather was that MLdonkey does not develop its own GUI, so you'd have to install Sancho or somethin'. It looks to me that these guys do make a difference b/w a GUI and a WebUI, hence I may have been searching for the wrong string...

Otherwise, I don't suppose that you have any useful advice on how to use JKR's mldonkey file, do you? I got as far as unzipping the archive in Airlive's Public folder, though I still have to figure out how to start mldonkey. Typing mlnet (which is the only non-empty mldonkey file I could find) gives the following error message:

Code:
2008/05/01 18:05:47 error mkdir failed on /root/.mldonkey: Read-only file system
 for directory /root/.mldonkey

Among others, I'd be very interested to find out how to access mldonkey's WebUI. (The http://mldonkey.sourceforge.net/Main_Page has, so far, turned out to be supremely useless.)

Many thanks for the tip.
Logged
kalin
Newbie
*
Offline Offline

Posts: 11


View Profile
« Reply #242 on: May 01, 2008, 18:01:14 PM »

@Aqualung

If I not wrong,  you need to unzip in /mnt/C 

I don´t use mldonkey becouse is not allowed in most importat trackers.

Cheers.
Logged
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #243 on: May 01, 2008, 19:54:01 PM »


Here is a short guide on how to install mldonkey.

Your box must be equipped with one of JKR's firmwares.
First you should have a solid base in your box.
My base already contains mc (the filemanager 'midnight commander') and many more usefull tools (all supplied by JKR).
Please use PuTTY to telnet to your box if using WIN to have mouse support in mc.
You can download my base from here

http://rapidshare.com/files/111788923/C.zip.html

Unzip it to your box (\\192.168.xxx.xxx\Storage\C or \\192.168.xxx.xxx\Public or /mnt/C depending on how your box is configured and what system you are using to do the unzip).
You now have the file C.tar at this place.
Download this file  from JKR's addons

http://mgb111.pradnik.net/addons/mldonkey-2.9.4-multi.tar

Copy it to the same location.

Login to your box as root using telnet (password is 'admin' or 'airlive' by default).
Backup all valuable data, if any, in /mnt/C/sys/ and /mnt/C/root (this of course can also be done before).
Type in the following commands:

Code:
cd /mnt/C
tar xvf C.tar
tar xvf mldonkey-2.9.4-multi.tar
reboot

The last command closes the connection and your box reboots.

Login to your box again as root using telnet.
Edit '/mnt/C/root/.mldonkey/downloads.ini' to add your pc (or all machines in your subnet) to the list of allowed gui clients.
You can use 'e3' wchich is a simple wordstar like editor (or mc or vi or ...).

Code:
e3 /mnt/C/root/.mldonkey/downloads.ini

These lines work in my installation

Code:
allowed_ips = [
  "192.168.178.0/24";
  "192.168.123.0/24";
  "127.0.0.1";]

All 192.168.178.xxx and 192.168.123.xxx adresses and the box itself are allowed.

Now you can start mldonkey

Code:
mldonkey &

Wait a minute or three until the message 'core started' appears on screen.


Now you should be able to use your webbrowser to connect to mldonkey using an URL like this

http://192.168.xxx.xxx:4080/

Hope I didn't forget anything

chimbo


ps. All this is running also on my mgb100 box. If anyone wants to know more, simply ask

pps. I forgot to mention that swapping must be active on your box. Check with

Code:
free

when logged in.
« Last Edit: May 01, 2008, 20:01:19 PM by chimbo » Logged
Aqualung
Newbie
*
Offline Offline

Posts: 49


Socialite


View Profile
« Reply #244 on: May 01, 2008, 20:02:41 PM »

If I not wrong,  you need to unzip in /mnt/C

I think the Public folder is the same as /mnt/C.
Logged
kalin
Newbie
*
Offline Offline

Posts: 11


View Profile
« Reply #245 on: May 01, 2008, 20:06:51 PM »

@Chimbo great guide  y thanks for sharing your Knowledge,  have you any guide to run this add-on  http://mgb111.pradnik.net/addons/apache-1.3.41-php-gdlib-mysql.tar.gz  or what recommend to use.

Thanks in advance,
Logged
Aqualung
Newbie
*
Offline Offline

Posts: 49


Socialite


View Profile
« Reply #246 on: May 01, 2008, 20:21:06 PM »

Here is a short guide on how to install mldonkey.

Thanks!

Quote
Your box must be equipped with one of JKR's firmwares.

It is.

Quote
First you should have a solid base in your box.

What's a "base"?

Quote
My base already contains mc (the filemanager 'midnight commander') and many more usefull tools (all supplied by JKR).

Already got mc. Do I need anything else?

Quote
Please use PuTTY to telnet to your box if using WIN to have mouse support in mc.

No problem using mc w/o mouse. Been used to "it" since it was called Norton Commander  Cheesy

Quote
You can download my base from here

http://rapidshare.com/files/111788923/C.zip.html

Okay.

Quote
Unzip it to your box (\\192.168.xxx.xxx\Storage\C or \\192.168.xxx.xxx\Public or /mnt/C depending on how your box is configured and what system you are using to do the unzip).
You now have the file C.tar at this place.
Download this file  from JKR's addons

http://mgb111.pradnik.net/addons/mldonkey-2.9.4-multi.tar

Copy it to the same location.

Login to your box as root using telnet (password is 'admin' or 'airlive' by default).
Backup all valuable data, if any, in /mnt/C/sys/ and /mnt/C/root (this of course can also be done before).
Type in the following commands:

Code:
cd /mnt/C
tar xvf C.tar
tar xvf mldonkey-2.9.4-multi.tar
reboot

Is this different from unzipping all stuff to Airlive's Public folder using Windows tools? 'Cause that's how I've been doing it so far...

Quote
The last command closes the connection and your box reboots.

Well, that's one thing that I didn't do the first time around.

Quote
Login to your box again as root using telnet.
Edit '/mnt/C/root/.mldonkey/downloads.ini' to add your pc (or all machines in your subnet) to the list of allowed gui clients.
You can use 'e3' wchich is a simple wordstar like editor (or mc or vi or ...).

Code:
e3 /mnt/C/root/.mldonkey/downloads.ini

These lines work in my installation

Code:
allowed_ips = [
  "192.168.178.0/24";
  "192.168.123.0/24";
  "127.0.0.1";]

All 192.168.178.xxx and 192.168.123.xxx adresses and the box itself are allowed.

Now you can start mldonkey

Code:
mldonkey &

Wait a minute or three until the message 'core started' appears on screen.


Now you should be able to use your webbrowser to connect to mldonkey using an URL like this

http://192.168.xxx.xxx:4080/

Hope I didn't forget anything

chimbo


ps. All this is running also on my mgb100 box. If anyone wants to know more, simply ask

pps. I forgot to mention that swapping must be active on your box. Check with

Code:
free

when logged in.

Will do all that and report back.

Many thanks.
Logged
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #247 on: May 01, 2008, 20:49:02 PM »


A solid base is something you can build on. In this case a sys directory containing all needed libraries and init files and (very important especially in your case) a root directory (home dir for user root) with appropriate rights.

Unzipping in WIN is done as user 'nobody' which is quite different from doing that as root.

chimbo

And 'untaring' in WIN is almost impossible because WIN does not know about 'symlinks'
« Last Edit: May 01, 2008, 21:50:42 PM by chimbo » Logged
Kael
Jr. Member
**
Offline Offline

Posts: 73


View Profile
« Reply #248 on: May 02, 2008, 09:38:20 AM »

hi all,

I'm trying to change my root password on my mgb111, and it seems like i cannot usng passwd or smbpasswd...
Changed the login paswd on the web interface, but my telnet / ssh pass is still the same... any idea?

I also would like to remove the "Public" folder, i've delete Public in my smb conf file, but it still appears on ftp connection and in file browser on the web interface...

thanks
Logged
Aqualung
Newbie
*
Offline Offline

Posts: 49


Socialite


View Profile
« Reply #249 on: May 02, 2008, 19:42:35 PM »

I don´t use mldonkey becouse is not allowed in most importat trackers.

Hi Chimbo, Kalin's right, MLdonkey is not very popular with relevant trackers. Besides, it's a configuration nightmare--I spent most day today attempting to find out how to change the friggin' download ("incoming") folder, and I still couldn't figure it out. The WebUI sucks as well.

All in all, can you suggest some other BT client that would work on the Airlive (or whatever) please? Even better, can I/we get you (or JKR) to please compile Deluge for the Airlive? Embarrassed Or at least KTorrent?  Cheesy

Otherwise, I am in further need of:

(1) a file manager that allows for fast file transfers between the Airlive HDD and the USB port (the speeds I get with mc are quite lame--believe it or not, at this point it's faster to do transfers via network than directly!)

(2) a (simple) web server (...as far as I can recall, configuring Apache requires a time commitment way beyond what I am willing to invest)

(3) an SSH server

Would you recommend any of the files in JKR's repository for the above tasks?

Thanks

P.S. I see he just posted a newer version of mc ... Could that be faster?
« Last Edit: May 02, 2008, 19:45:46 PM by Aqualung » Logged
kalin
Newbie
*
Offline Offline

Posts: 11


View Profile
« Reply #250 on: May 02, 2008, 22:27:29 PM »


(2) a (simple) web server (...as far as I can recall, configuring Apache requires a time commitment way beyond what I am willing to invest)

Try to use httpd included in JKR firm, put your .html files in  /mnt/C/sys/www
to star httpd server only run
httpd
in your browser use this  http://ip-box:8080

(3) an SSH server

Would you recommend any of the files in JKR's repository for the above tasks?


I use Dropbear http://mgb111.pradnik.net/addons/dropbear-ssh-sshd-050.3.tgz
download in /mnt/C and extract
then change directory to /mnt/C/sys/etc
and run
dropbearkey -t rsa -f dropbear_rsa_host_key
wait to create the key
then run
dropbear
ssh server is now running
use putty to conect using ssh

I use this method, if exist other, please correct me  if I´m wrong Grin

Cheers
Logged
bogyman
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #251 on: May 03, 2008, 17:02:24 PM »

Hi - I have a MGB 111 PE-4088 from pearl and i wanted to update it with following firmware

mgb111-update-400b2.c008m3

in web-gui i recive an error that refers to the name - so i renamed it to mgb111.bin -> but with this i got an other error

on my box now is the firmware 20080121_NetworkStorage_R400b2.BIN

and i can update it with the firmware from chimbo -> upgrade_b2_080307.bin

but i want to test that from jkr - can somebody perhaps help me?

thanks
Logged
kalin
Newbie
*
Offline Offline

Posts: 11


View Profile
« Reply #252 on: May 03, 2008, 21:24:20 PM »

Hi - I have a MGB 111 PE-4088 from pearl and i wanted to update it with following firmware

mgb111-update-400b2.c008m3

in web-gui i recive an error that refers to the name - so i renamed it to mgb111.bin -> but with this i got an other error

on my box now is the firmware 20080121_NetworkStorage_R400b2.BIN

and i can update it with the firmware from chimbo -> upgrade_b2_080307.bin

but i want to test that from jkr - can somebody perhaps help me?

thanks

I use the same box,  and upgrade the firm to C008M3.BIN  without problems,  try to download again, or use the simple version of JKR and then update to advanced version.

Cheers
Logged
spanish_biker
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #253 on: May 03, 2008, 23:42:59 PM »

If anybody wants to use a download tool with web gui, why not use mldonkey from here
chimbo

Have you checked your CPU/memory usage? I have tried both of JKR's files and it seems really demanding. I know that mlnet uses a lot of resources but not sure if there's something wrong in the configuration or something:

%CPU   %MEM  COMMAND
92.1      69.4    mlnet

%CPU    %MEM   COMMAND
16.4      72.5      mlnet

 %CPU   %MEM   COMMAND
 76.7     71.4      mlnet

It does not look OK to me...
Logged
cypresstwist
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #254 on: May 04, 2008, 23:54:59 PM »

I'd really like a htop and a mpd binary.  Grin
« Last Edit: May 05, 2008, 05:49:00 AM by cypresstwist » Logged
Pages: 1 ... 15 16 [17] 18 19 ... 32   Go Up
  Print  
 
Jump to:  

English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.745 seconds with 25 queries.