Install the needed prerequisites. Perl, OpenSSL, and supporting libraries.
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Download and install the latest webmin.
wget http://voxel.dl.sourceforge.net/sourceforge/webadmin/webmin_1.480_all.deb | sudo dpkg -i
Webmin can be accessed securely on port 10000 using any credentials present in the sodoers file.
https://localhost:10000
Posted in Ubuntu | No Comments »
Novell offers a full featured Linux client for its Groupwise mail system. The release version is built as rpm files, which integrates nicely with SuSE Linux Enterprise Desktop, but does not install directly on debian/ubuntu based systems.
Installation of the Groupwise client in Ubuntu Jaunty is relatively straight forward.
1. Download the Groupwise 8 Client from your Software Distribution Directory (SDD). Typically this is /opt/novell/groupwise/software/
2. sudo apt-get install sun-java6-jre java-common alien libstdc++5
3. sudo alien -i novell-groupwise-gwclient-8.0.0-<buildnumber>.i586.rpm
4. sudo rm -rf /opt/novell/groupwise/client/jre
5. sudo ln -s /usr/lib/jvm/java-6-sun/jre /opt/novell/groupwise/client/jre
Posted in Jaunty Jackalope 9.04, Novell Groupwise, Ubuntu | No Comments »