This firmware is beta and only available in English.
Below you can download a mod of this firmware with Telnet/SSH included.
Here is an extract of the README file:
- Code: Select all
INSTALL
-------
1) unpack the zip file
2) install the bin file through the web interface
3) when LED turns solid green, login via SSH (Putty, ...)
User: root
Password: root
4) change the root password permanently
# rootpasswd
UPGRADE
-------
1) backup your data: only /share and /etc/mxoconfig are preserved
(/opt is preserved because it is a mount point of /share/.optware)
2) write down your Services autostart configuration
3) unpack the zip file and install the bin file through the web interface
(your root and admin password are preserved)
4) restore your Services configuration manually through the web interface
5) perform additional steps to restore your Optware install:
(only if a non-empty folder /share/.optware exists)
# mv /share/.optware /share/.prev-optware
# bootstrap.xsh && exit
# umount /opt
# rm -Rf /share/.optware
# mv /share/.prev-optware /share/.optware
# mount -o bind /share/.optware /opt
# ipkg update && ipkg upgrade
# ipkg list_installed
# reboot
NOTES
-----
* The LED color is solid amber at boot up, when custom steps are performed
* The LED turns solid green when the boot process is over
* Software is only available in English (no translation)
* Dropbear SSH is enabled by default
* Telnet server is disabled by default (security precaution)
* FTP server is disabled by default:
- edit /etc/bftpd.conf and /etc/ftpdusers before
(see: http://bftpd.sf.net/doc/en/bftpd-tutorial.html)
* Through the web administration:
- go to "Advanced Features" / "Advanced Configuration"
* Bootstrap Optware (if you need more programs):
# bootstrap.xsh && exit
# ipkg update && ipkg upgrade
# ipkg list_installed
* Two file managers are provided:
- WebAdmin is a simple Web-based file manager
(translated in 11 languages)
- phpFileManager uses frames and shows extra features.
(translated in English, Portuguese and Italian)
* If you want to allow special chars for your passwords (experimental):
# setvar validate_password_chars 0
(...)
CREDITS
-------
Based on Maxtor 3.4.90 BETA firmware
With contributions from:
hd, stuart_f, ingo, chrisaix, xarks, shonk, flox, johjoh2k.

Download the latest version based on beta MCA 3.4.90 firmware:
http://www.shonk.org/MSSII/edamame-3.4. ... 05-12c.zip -- Shonk
http://www.gianni.biz/download/MSSII/ed ... 05-12c.zip -- johjoh2k
http://xic.free.fr/z/edamame-3.4.90-ssh ... 05-12c.zip -- flox
Re-uploaded the same firmware with a small fix:
- fixed a bug that prevent to start dropbear from the "Services" page
- included the german translation of the 'phpfilemanager' with this last build (thanks to m.tom59)
BUGS
* language configuration is not saved for the phpFileManager. Fix:
- Code: Select all
chmod 0666 /usr/htdocs.en/extra/filemanager.php
* dropbear cannot be started from the Services page (fixed in version 05-12c)
Fix: edit /usr/local/bin/invoke and change path to '/usr/sbin/dropbear' on line 79
VARIANTS
* with transmission (not released)
You can install files manually: http://xic.free.fr/z/files-torrentcli.tar.gz
(includes nohup, httpd.conf and other libevent/sqlite3/transmission files)
* first telnet_ssh version (no FTP, no Extra menus)
http://xic.free.fr/z/edamame-3.4.90-ssh ... -05-03.zip
WISH LIST -- just a reminder, i do not work on any of these items
* translations to EFIGS (english, french, italian, german, spanish)
It should come soon from Seagate/Maxtor team: viewtopic.php?f=10&t=1026#p4898
* a working transmission 1.20, integrated with tf-b4rt
see these threads: viewtopic.php?f=10&t=933&p=4917#p4917, viewtopic.php?f=10&t=849&p=4910#p4910
* compile dropbear SCP/SFTP
workaround: install ipkg 'openssh'
--
