If you use napp-it, please contribute to the further development of a free napp-it ZFS Server.
Buy extensions via PayPal:
Do not forget to enter or email the hostname!
We do not request or pay sales-tax due to our state as a small enterprise according to § 19 UStG
See also details and how to place a add at this place..
napp-it on Sparc (not supported)
If you want to use napp-it on Sparc, you have the problem, that napp-it includes binaries
(mini-httpd Webserver and perl module Expect) for Nexenta and Solaris X86 only.
To have a working napp-it, download SPARC binaries,
unzip to /tmp and replace the X86 binaries with the included shell script:
#!/bin/sh
cp napp-it-mhttpd_sparc /var/web-gui/tools/httpd/napp-it-mhttpd
cp Tty.so.osol_sparc /var/web-gui/data/napp-it/CGI/auto/IO/Tty/Tty.so.osol
cp Tty.pm_sparc /var/web-gui/data/napp-it/CGI/IO/Tty.pm
cp Pty.pm_sparc /var/web-gui/data/napp-it/CGI/IO/Pty.pm
cp Expect.pm_sparc /var/web-gui/data/napp-it/CGI/Expect.pm
cp Expect.pod_sparc /var/web-gui/data/napp-it/CGI/Expect.pod
/etc/init.d/napp-it restart
Thanks to Bronkoo, who send me these binaries
|