It works on my MSSII 320. It should work on your box too, but use at your own risk
Here is an extract of the README file:
- Code: Select all
INSTALL
-------
1) unpack the zip file
2) install the bin file through the MSSII web interface
3) login via SSH (Putty, ...)
User: root
Password: root
4) change the root password permanently
# rootpasswd
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
* 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 Settings" / "Advanced Configuration"
* Bootstrap Optware (if you need more programs):
# sudo /usr/local/bin/bootstrap.xsh
(without 'sudo' a segmentation fault occurs with Dropbear SSH)
(alternative: connect through Telnet for bootstrap)
* 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 use special chars for your passwords (experimental):
# setvar validate_password_chars 0
(...)
CREDITS
-------
Based on Maxtor firmware 3.1.28
With contributions from:
hd, stuart_f, ingo, chrisaix, xarks, shonk, flox, johjoh2k.

There's a new mod with 3.4.90 firmware.
See there: viewtopic.php?f=10&t=1026#p4842
Download the latest version based on stable Maxtor 3.1.28 firmware:
http://www.shonk.org/MSSII/coyote-3.1.2 ... -04-24.zip -- shonk
http://www.gianni.biz/download/MSSII/co ... -04-24.zip -- johjoh2k
http://xic.free.fr/z/coyote-3.1.28-ssh_ ... -04-24.zip -- flox
BUG
* language configuration is not saved for the phpFileManager. Here is the fix:
- Code: Select all
chmod 0666 /usr/htdocs.en/extra/filemanager.php
UPGRADE (to preserve your configuration)
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 password is preserved, the admin password is cleared)
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)
- Code: Select all
# mv /share/.optware /share/.prev-optware
# sudo /usr/local/bin/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
VARIANTS
* Variant with transmission client: thanks to m.tom59 for the corrections
http://xic.free.fr/z/coyote-3.1.28-ssh_ ... -05-11.zip -- flox
http://rapidshare.com/files/114220931/c ... 1.bin.html (bin only) -- m.tom59
It is a merge of transmission files with the above "ssh_telnet" firmware.
It requires additional configuration steps. See the included README_torrentcli.txt file for instructions.
For support on transmission, please go to the thread about transmission mod: viewtopic.php?f=10&t=849#p4022
Previous release (04-24) is missing the "/bin/nohup" file (nohup.tar.gz is attached below)
http://www.shonk.org/MSSII/coyote-3.1.2 ... -04-24.zip -- shonk
http://www.gianni.biz/download/MSSII/co ... -04-24.zip -- johjoh2k
http://xic.free.fr/z/coyote-3.1.28-ssh_ ... -04-24.zip -- flox
Note: you can install manually the "torrentcli" files on any ssh_telnet fw:
http://xic.free.fr/z/files-torrentcli.tar.gz (includes nohup, httpd.conf and other libevent/sqlite3/transmission files)
* Minimal patched firmware with Busybox Telnet:
http://xic.free.fr/z/coyote-3.1.28-teln ... -04-27.zip
http://www.gianni.biz/download/MSSII/co ... -04-27.zip -- johjoh2k
This firmware is intended for developers that only need Telnet access to the box.
No binary is added to the original firmware, except /bin/wget.
No SSH, no FTP, no web file manager, no services configuration page.
There's no Optware script included, but you can download and install Optware bootstrap.
See the included README file for details.
* Idea of variant with YUM updater: viewtopic.php?f=10&t=1016#p4780 -- johjoh2k
Not released --> need contributor(s)
--


