macsat.com OpenWrt and ASUS WL Forum
January 09, 2009, 01:46:19 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 ... 5 6 [7] 8 9 ... 32   Go Down
  Print  
Author Topic: MGB111 update  (Read 73743 times)
0 Members and 2 Guests are viewing this topic.
ukez
Newbie
*
Offline Offline

Posts: 27


View Profile
« Reply #90 on: March 08, 2008, 18:54:57 PM »

ho i see, i wish i knew how to do this... ;o)

Hey kael, thanks for logging into my device for me the othe day...

Should i be uploading this new firmware now?


upgrade_b2_080307.bin.html  Huh
Logged

Is a member of the MGB111 syndicate
Kael
Jr. Member
**
Offline Offline

Posts: 73


View Profile
« Reply #91 on: March 08, 2008, 19:33:31 PM »

;o) yes you could update but be sure you know what you do and how to configure vsftpd.

@chimbo : about the problem when vsftpd restarts, is it possible to mod the FW to replace vsftpd.conf with a symlink to the new vsftpd.conf with enhanced security? This may solve the problem when it restarts and use the bad vsftpd.conf
Logged
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #92 on: March 09, 2008, 11:01:16 AM »

@chimbo : about the problem when vsftpd restarts, is it possible to mod the FW to replace vsftpd.conf with a symlink to the new vsftpd.conf with enhanced security? This may solve the problem when it restarts and use the bad vsftpd.conf

This has already been done. /etc/vsftpd.conf is a symlink to /var/config/vsftpd.conf

chimbo
« Last Edit: March 09, 2008, 11:35:25 AM by chimbo » Logged
stylesuxx
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #93 on: March 10, 2008, 20:01:07 PM »

Hello :-D

Always nice to see something happening.

Thanks to olifre for the solution, and chimbo for the bin.

And here the link =>

http://style-o-design.rivido.de/mgb111/upgrade_b2_080307.bin

And on my Blog => http://stylesuxx.twoday.net/stories/4774854/
Logged
ciko
Newbie
*
Offline Offline

Posts: 5


View Profile
« Reply #94 on: March 12, 2008, 00:34:06 AM »

Hi All!

I did some investigations on the horribly long boot time of my MGB111 and found several chown and chmod processes
eg: chmod -R 775 /tmp/mnt/Private/mp3s
After killing those the boot continued normally and very fast. Can you imagine any special reason for those (considering the fact that i never remove my disk from the device). Do you have an idea how to speed up or prevent that thing? I think it's part of the amit_reset program that is executed in rc.bridge

greets

Michael
Logged
schufti
Full Member
***
Offline Offline

Posts: 199



View Profile
« Reply #95 on: March 12, 2008, 16:13:29 PM »

Hi,

no, it is due to
  'amit_disk_mode'
which is called in
  'hotplug.sh'
that is started by
  'hotplug boot &'
in
  'rc.bridge'

schufti
Logged

I won't answer posts or PMs about repair/recovery after bad flash until proven that the wiki was read and followed!
find all my MGB100 files here, pass: mgb100
wojo2000
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #96 on: March 12, 2008, 21:12:25 PM »

Hi,

I read this topic carefully and I am very happy that someone is trying modify orginal firmware and it's works Smiley
but I would like to ask You about something else:
Do You know possibility to multi-download via http ?
I have a lot of links via http and it's hard to add it one by one so maybe you know some trick how to add it all together? maybe I can edit some file?
second problem is that my http links looks like this one:
http://username:passwd@link.com
and my ovislik don't recognize it Sad, first it cut off http:// and next it can;t recognize
username:passwd@link.com

Thank You for Your Help
Logged
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #97 on: March 18, 2008, 10:01:20 AM »

Hi!

Can you tell me how can I start telnetd on another port on my MGB111? Because my ISP blocks port 23 and I want to use telnet remotely!

Thanks!

P.S.: sorry for my English!
« Last Edit: March 18, 2008, 23:51:55 PM by ToMikaa » Logged
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #98 on: March 20, 2008, 12:01:11 PM »

Can you tell me how can I start telnetd on another port on my MGB111? Because my ISP blocks port 23 and I want to use telnet remotely!

hi ToMikaa

Try this autoexec script:

Code:
#!/bin/ash
telnetd -p 24 &
exit

Replace "24" by whatever port number you want to use.

btw. what's wrong with your english?

chimbo
Logged
ukez
Newbie
*
Offline Offline

Posts: 27


View Profile
« Reply #99 on: March 21, 2008, 11:25:46 AM »

I was just wondering if their was any particular reason why my hard drive doesnt slow down or stop when it isnt in use.  Shouldnt it go into standby mode or something until its accessed via the network.

Its constantly spinning and and my mgb111 housing is running fairly warm, a bit warmer than id like it to. 

Any Ideas?  Im using the latest firmware off here at the moment.. upgrade_b2_080307.bin

Thanks....  Smiley
Logged

Is a member of the MGB111 syndicate
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #100 on: March 21, 2008, 15:16:09 PM »

There is a new slightly modified image at

   http://rapidshare.com/files/101234112/mgb111_b2_080321.bin.html

Size is 3680193 Bytes.Please check BEFORE flashing!

Anonymous ftp is now allowed as in original fw, but "nobody" and "root" are denied. Ftp logging is enabled again.
Those who don't want anonymous access may use an autoexec script like this

Code:
#!/bin/ash
cat > /etc/vsftpd.user_list << EOF
nobody
root
ftp
anonymous
EOF
exit

Don't forget to

chmod 700 /mnt/C/autoexec
chown root /mnt/C/autoexec
chgrp root /mnt/C/autoexec

via telnet

chimbo
« Last Edit: March 21, 2008, 23:22:38 PM by chimbo » Logged
ukez
Newbie
*
Offline Offline

Posts: 27


View Profile
« Reply #101 on: March 21, 2008, 18:03:44 PM »

Chimbo you seem to know allot about this drive..

Question, i know i tunes can see this drive as its a itunes server..  Would it be possible to make the xbox360 see it across the network?

Its probably impossible, but i thought id ask..... that would be cool if it could.

could this device support DLNA?

also Chimbo.. Why cant the mgb111 ftp be accessed via internet explorer?
« Last Edit: March 21, 2008, 18:50:03 PM by ukez » Logged

Is a member of the MGB111 syndicate
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #102 on: March 21, 2008, 22:46:44 PM »

Question, i know i tunes can see this drive as its a itunes server..  Would it be possible to make the xbox360 see it across the network?

Its probably impossible, but i thought id ask..... that would be cool if it could.

could this device support DLNA?

also Chimbo.. Why cant the mgb111 ftp be accessed via internet explorer?
excuse me, I don't know anything about xbox360, but I can't imagine why it shouldn't be able to communicate over standardized paths. DLNA??? I first have to google for it to say anything. But access via IE ore firefox: no problem! At least if you use last img with anonymous access.

chimbo
Logged
ukez
Newbie
*
Offline Offline

Posts: 27


View Profile
« Reply #103 on: March 22, 2008, 13:50:11 PM »

ref: internet explorer and firefox.. i'll update to the latest image now..  thanks
Logged

Is a member of the MGB111 syndicate
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #104 on: March 22, 2008, 21:16:36 PM »

Can you tell me how can I start telnetd on another port on my MGB111? Because my ISP blocks port 23 and I want to use telnet remotely!

hi ToMikaa

Try this autoexec script:

Code:
#!/bin/ash
telnetd -p 24 &
exit

Replace "24" by whatever port number you want to use.

btw. what's wrong with your english?

chimbo


Thank you for the solution! It worked! I have tried many ways like telnetd 8003 but i have totally forgotten -p switch. But it's logical! Cheesy

ToMikaa

P.S.: I haven't used my english for a long time so i'm on a level of a beginner now. :/
P.S.2.: Thank you for the new firmware!
« Last Edit: March 22, 2008, 21:20:36 PM by ToMikaa » Logged
Pages: 1 ... 5 6 [7] 8 9 ... 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.089 seconds with 25 queries.