Webmin docs missing

Discussion in 'Server Operation' started by namit, Jan 4, 2006.

  1. namit

    namit New Member

    I seam to be missing a lot of documentation for webmin

    Where do i find this or how do i donwload and install it?

    do not want to use documents off website because then can not link them to topics i am on.

    Can anyone help me?

    Thanks
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You can either install your distribution's webmin packages, or you install the tar.gz file from www.webmin.com. There are installation instructions in that file. It's very easy. :)
     
  3. namit

    namit New Member

    downloaded it an then uploaded files again to server but the files i am missing for webmin postfix docs does not seam to be there.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What exactly did you do to install Webmin?
     
  5. namit

    namit New Member

    apt-get install webmin
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Ok, that installed just the basic webmin package. Debian has split up webmin into several packages.
    Run
    Code:
    apt-cache search webmin
    to find all webmin-related packages. You can then install the packages you need.
     
  7. namit

    namit New Member

    I can not seam to see it webmin-relative is not there and i seam to have everything else installed.

    I can read some help files but just not all of them.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Please post the output of
    Code:
    apt-cache search webmin
     
  9. namit

    namit New Member

    PHP:
    webmin web-based administration toolkit
    webmin
    -adsl PPPOE (ADSL clientcontrol module for webmin
    webmin
    -apache apache control module for webmin
    webmin
    -bandwidth bandwidth monitoring module for webmin
    webmin
    -bind bind 8control module for webmin
    webmin
    -burner CD burning module for webmin
    webmin
    -cfengine cfengine module for webmin
    webmin
    -cluster cluster control modules for webmin
    webmin
    -core core modules for webmin
    webmin
    -cpan CPAN module for webmin
    webmin
    -dhcpd dhcpd control module for webmin
    webmin
    -exim exim mail server control module for webmin
    webmin
    -exports NFS exports control module for webmin
    webmin
    -fetchmail fetchmail mail retrieval module for webmin
    webmin
    -firewall iptables control module for webmin
    webmin
    -freeswan FreeSWAN IPSEC VPN administration module for webmin
    webmin
    -frox frox control module for webmin
    webmin
    -fsdump dump/restore module for webmin
    webmin
    -grub grub control module for webmin
    webmin
    -heartbeat heartbeat monitor control module for webmin
    webmin
    -htaccess htaccess/htpasswd module for webmin
    webmin
    -inetd inetd control module for webmin
    webmin
    -jabber jabber server control module for webmin
    webmin
    -ldap-netgroups LDAP webmin module for editing netgroups
    webmin
    -ldap-user-simple Ldap users control module for webmin (skolelinux)
    webmin-ldap-useradmin LDAP user administration module for webmin
    webmin
    -lilo lilo control module for webmin
    webmin
    -logrotate log rotation module for webmin
    webmin
    -lpadmin printer control module for webmin
    webmin
    -lvm lvm control module for webmin
    webmin
    -mailboxes user mail reading module for webmin
    webmin
    -mon mon control module for webmin
    webmin
    -mysql mysql-server control module for webmin
    webmin
    -nis NIS clients/servers control module for webmin
    webmin
    -openslp SLP server control module for webmin
    webmin
    -postfix postfix control module for webmin
    webmin
    -postgresql postgresql control module for webmin
    webmin
    -ppp PPP configuration module for webmin
    webmin
    -pptp-client PPTP client configuration module for webmin
    webmin
    -pptp-server PPTP server configuration module for webmin
    webmin
    -procmail procmail module for webmin
    webmin
    -proftpd Proftpd module for webmin
    webmin
    -pserver CVS pserver module for webmin
    webmin
    -quota disk quota control module for webmin
    webmin
    -samba samba control module for webmin
    webmin
    -sarg sarg control module for webmin
    webmin
    -sendmail sendmail control module for webmin
    webmin
    -shorewall shorewall firewall control module for webmin
    webmin
    -slbackup Webmin module for Skolelinux Backup (slbackup)
    webmin-smart-status SMART drive status module for webmin
    webmin
    -snort snort control module for webmin
    webmin
    -software software packages control module for webmin
    webmin
    -spamassassin spamassassin control module for webmin
    webmin
    -squid squid control module for webmin
    webmin
    -sshd SSH server control module for webmin
    webmin
    -status server and system status control module for webmin
    webmin
    -stunnel stunnel control module for webmin
    webmin
    -updown File transfer module for webmin
    webmin
    -usermin usermin control module for webmin
    webmin
    -vgetty vgetty control module for webmin
    webmin
    -virtual-server virtual hosting management module for webmin (virtualmin)
    webmin-webalizer webalizer control module for webmin
    webmin
    -wuftpd wu-ftpd control module for webmin
    webmin
    -wvdial wvdial configuration module for webmin
    webmin
    -xinetd xinetd control module for webmin
    error message i am getting is

    Error

    Failed to read help file /usr/share/webmin/postfix/help/opt_virtual_alias_maps.html
     
    Last edited: Jan 5, 2006
  10. falko

    falko Super Moderator ISPConfig Developer

    Did you install the webmin-postfix module?
    Code:
    apt-get install webmin-postfix
     
  11. namit

    namit New Member

    yes yes have that installed but it does not seam that the help files came down with it.
     
  12. falko

    falko Super Moderator ISPConfig Developer

    Please try
    Code:
    apt-get install webmin-core
     

Share This Page