<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-6486694</id><updated>2009-02-21T04:07:51.322-08:00</updated><title type='text'>aparajita updates (RHEL 30)</title><subtitle type='html'>Fresh Installation of Fedora Core 1 on aparajita.presidency.edu.bd - Presidency University Gateway / Firewall Server. Chronolocagical journal of service addition/deleteion, configuration, software addition/deletion and configuration as well as problems and general status.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://aparajita.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6486694.post-111833022076845874</id><published>2005-06-09T21:15:00.000-07:00</published><updated>2005-06-09T08:17:00.773-07:00</updated><title type='text'></title><content type='html'>Server is under severe pressure with 1000+ POP / IMAP checks per day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-111833022076845874?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/111833022076845874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/111833022076845874'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2005_06_01_archive.html#111833022076845874' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-109263646174271760</id><published>2004-08-15T23:04:00.000-07:00</published><updated>2004-10-18T03:03:32.323-07:00</updated><title type='text'></title><content type='html'>Enabled ports 37 and 123 TCP/UDP to allow the windows 2000 Server to access the time servers.&lt;br /&gt;Going to harden the system and explicitly restrict some ports:&lt;br /&gt;&lt;br /&gt;Configuring the Mailman software for the BELTA Mailing List.&lt;br /&gt;&lt;br /&gt;Following configuration options obtained from:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.whoopis.com/howtos/mailman-howto.html"&gt;http://www.whoopis.com/howtos/mailman-howto.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Edit /var/mailman/Mailman/mm_cfg.py and fix these lines:&lt;br /&gt;DEFAULT_URL_HOST = 'www.domain.com'&lt;br /&gt;DEFAULT_EMAIL_HOST = 'domain.com'&lt;br /&gt;&lt;br /&gt;Edit /etc/httpd/conf.d/mailman.conf and uncomment/fix this line:&lt;br /&gt;&lt;br /&gt;RedirectMatch /mailman[/]*$ http://www.domain.com/mailman/listinfo&lt;br /&gt;Then restart httpd.&lt;br /&gt;&lt;br /&gt;cd /var/mailman/bin and run "mmsitepass" to set the Mailman site password.&lt;br /&gt;&lt;br /&gt;Create a "site-wide" mailing list. This is the one that password reminders will appear to come from.&lt;br /&gt;It needs to be called "mailman." cd /var/mailman/&lt;br /&gt;./newlist&lt;br /&gt;&lt;br /&gt;Follow the prompts.&lt;br /&gt;NOTE: When it asks for admin "name", enter an email address, or it'll fail.&lt;br /&gt;Ignore the /etc/aliases line that it spews out at you, you don't care about messages being sent TO the "mailman" list. (Right?)&lt;br /&gt;(sudo) /etc/init.d/mailman start&lt;br /&gt;&lt;br /&gt;Now create your real mailing list(s) via the web interface.&lt;br /&gt;It will tell you to paste some lines into /etc/aliases, like this: mymailinglist:&lt;br /&gt;&lt;br /&gt;"/var/mailman/mail/mailman post mymailinglist"&lt;br /&gt;mymailinglist-admin: "/var/mailman/mail/mailman admin mymailinglist"&lt;br /&gt;mymailinglist-bounces: "/var/mailman/mail/mailman bounces mymailinglist"&lt;br /&gt;mymailinglist-confirm: "/var/mailman/mail/mailman confirm mymailinglist"&lt;br /&gt;mymailinglist-join: "/var/mailman/mail/mailman join mymailinglist"&lt;br /&gt;mymailinglist-leave: "/var/mailman/mail/mailman leave mymailinglist"&lt;br /&gt;mymailinglist-owner: "/var/mailman/mail/mailman owner mymailinglist"&lt;br /&gt;mymailinglist-request: "/var/mailman/mail/mailman request mymailinglist"&lt;br /&gt;mymailinglist-subscribe: "/var/mailman/mail/mailman subscribe mymailinglist"&lt;br /&gt;mymailinglist-unsubscribe: "/var/mailman/mail/mailman unsubscribe mymailinglist"&lt;br /&gt;Then run the "newaliases" command. Also, make sure that the installation of Mailman already put in two similar lines (add them if not): # Basic system aliases -- these MUST be present.&lt;br /&gt;mailer-daemon: postmaster&lt;br /&gt;postmaster: root&lt;br /&gt;If you're using /etc/mail/virtusertable and you want to have a catchall/wildcard address, add entries like this to virtusertable: # mailman aliases&lt;br /&gt;mailman@domain.com mailman&lt;br /&gt;mailman-owner@domain.com mailman-owner&lt;br /&gt;mymailinglist@domain.com mymailinglist&lt;br /&gt;mymailinglist-admin@domain.com mymailinglist-admin&lt;br /&gt;mymailinglist-bounces@domain.com mymailinglist-bounces&lt;br /&gt;mymailinglist-confirm@domain.com mymailinglist-confirm&lt;br /&gt;mymailinglist-join@domain.com mymailinglist-join&lt;br /&gt;mymailinglist-leave@domain.com mymailinglist-leave&lt;br /&gt;mymailinglist-owner@domain.com mymailinglist-owner&lt;br /&gt;mymailinglist-request@domain.com mymailinglist-request&lt;br /&gt;mymailinglist-subscribe@domain.com mymailinglist-subscribe&lt;br /&gt;mymailinglist-unsubscribe@domain.com mymailinglist-unsubscribe&lt;br /&gt;Restart sendmail.&lt;br /&gt;Explanation: Because virtusertable is parsed before aliases, these lines in virtusertable hand off matches to aliases which in turn pipes them to the appropriate Mailman processors. This way you can still have a wildcard address in your virtusertable file, after the Mailman meta-aliases.&lt;br /&gt;Another badly-documented task. To delete specific messages from your list archives, do the following: cd /var/mailman/archives/private # public archs are just symlinked to private&lt;br /&gt;rm -rf mailinglist&lt;br /&gt;cd /var/mailman/archives/private/goosepondchat.mbox&lt;br /&gt;edit goosepondchat.mbox, delete the lines containing the messages you want gone&lt;br /&gt;cd /var/mailman/bin&lt;br /&gt;run ./arch mailinglist&lt;br /&gt;The last command shown here will regenerate the database and html so that the rest of the archived messages are restored and viewable.&lt;br /&gt;References:&lt;br /&gt;Mailman Site Administrator documentation. &lt;a href="http://www.list.org/site.html"&gt;http://www.list.org/site.html&lt;/a&gt;&lt;br /&gt;Mailman &amp; Postfix HOWTO for Debian Woody. &lt;a href="http://homex.subnet.at/~max/mail/mailman.php#install"&gt;http://homex.subnet.at/~max/mail/mailman.php#install&lt;/a&gt;&lt;br /&gt;(a thread in a support forum.) &lt;a href="http://www.support-forums.com/showthread.php?p=3419"&gt;http://www.support-forums.com/showthread.php?p=3419&lt;/a&gt;&lt;br /&gt;Mailman INSTALL document. &lt;a href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/mailman/mailman/INSTALL?content-type=text%2Fplain&amp;amp;rev=2.19.2.6"&gt;http://cvs.sourceforge.net/viewcvs.py/*checkout*/mailman/mailman/INSTALL?content-type=text%2Fplain&amp;amp;rev=2.19.2.6&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-109263646174271760?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/109263646174271760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/109263646174271760'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_08_01_archive.html#109263646174271760' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-109228930011341313</id><published>2004-08-12T11:30:00.000-07:00</published><updated>2004-08-11T22:43:21.420-07:00</updated><title type='text'></title><content type='html'>Trying to increase the EIDE disk access speed on Aparajita by carefully using the "&lt;b&gt;hdparm&lt;/b&gt;" utility. Current setting are as follows:&lt;br /&gt;&lt;br /&gt;[root@aparajita root]# hdparm /dev/hda&lt;br /&gt;&lt;br /&gt;/dev/hda:&lt;br /&gt;multcount    = 16 (on)&lt;br /&gt;IO_support   =  0 (default 16-bit)&lt;br /&gt;unmaskirq    =  0 (off)&lt;br /&gt;using_dma    =  1 (on)&lt;br /&gt;keepsettings =  0 (off)&lt;br /&gt;readonly     =  0 (off)&lt;br /&gt;readahead    =  8 (on)&lt;br /&gt;geometry     = 4998/255/63, sectors = 80293248, start = 0&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;* &lt;/b&gt;&lt;/i&gt;Changing the &lt;b&gt;IO_support = 0&lt;/b&gt; &lt;b&gt;(default 16-bit)&lt;/b&gt; &lt;i&gt;to&lt;/i&gt; &lt;b&gt;IO_support = 3 (32-bit w/sync)&lt;/b&gt;&lt;br /&gt;by issuing the command: &lt;b&gt;hdparm -c3 /dev/hda&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;* Changing &lt;b&gt;unmaskirq    =  0 (off)&lt;/b&gt; &lt;i&gt;to &lt;/i&gt;&lt;b&gt;unmaskirq    =  1 (on) &lt;/b&gt;&lt;br /&gt;by issuing the command: &lt;b&gt;hdparm -c3 -u1 /dev/hda&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Have to put the entire command -  &lt;b&gt;hdparm -c3 -u1 -d1 -m16 /dev/hda &lt;/b&gt;in the /etc/rc.d/rc.local file since hdparm does not remember previous commands after reboot.&lt;br /&gt;&lt;br /&gt;Final Settings:&lt;br /&gt;&lt;br /&gt;hdparm /dev/hda&lt;br /&gt;&lt;br /&gt;/dev/hda:&lt;br /&gt;multcount    = 16 (on)&lt;br /&gt;IO_support   =  3 (32-bit w/sync)&lt;br /&gt;unmaskirq    =  1 (on)&lt;br /&gt;using_dma    =  1 (on)&lt;br /&gt;keepsettings =  0 (off)&lt;br /&gt;readonly     =  0 (off)&lt;br /&gt;readahead    =  8 (on)&lt;br /&gt;geometry     = 4998/255/63, sectors = 80293248, start = 0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now going to optimize the "bdflush" event:&lt;br /&gt;&lt;br /&gt;Current "&lt;b&gt;bdflush&lt;/b&gt;" settings:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;0         1000      64      256    500    3000    100       20        0&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;changing to:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;100     1200     128     512     15     5000     500     1884     2&lt;/b&gt;     by issuing the following command:&lt;br /&gt;&lt;br /&gt;echo "100 1200 128 512 15 5000 500 1884 2"&gt;/proc/sys/vm/bdflush&lt;br /&gt;&lt;br /&gt;Original setting in /etc/sysctl.conf file on line 34: vm.bdflush=0 1000 64 256 500 3000 100&lt;br /&gt;&lt;br /&gt;Changing to : vm.bdflush = 100 1200 128 512 15 5000 500 1884 2&lt;br /&gt;&lt;br /&gt;Restarting network to see if this will increase performance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-109228930011341313?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/109228930011341313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/109228930011341313'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_08_01_archive.html#109228930011341313' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108696149223195526</id><published>2004-06-11T19:33:00.000-07:00</published><updated>2004-06-11T10:05:28.110-07:00</updated><title type='text'></title><content type='html'>Updated the squid package. Recompiled the Squid 2.5 STABLE5 with the following options:&lt;br /&gt;&lt;br /&gt;Version 2.5.STABLE5&lt;br /&gt;configure options:  --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=i386-asplinux-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/local/bin --sbindir=/usr/local/sbin --sysconfdir=/etc --datadir=/usr/local/share --includedir=/usr/local/include --libdir=/usr/local/lib --libexecdir=/usr/local/libexec --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --sharedstatedir=/usr/com --exec_prefix=/usr --bindir=/usr/local/sbin --libexecdir=/usr/local/lib/squid --localstatedir=/var --sysconfdir=/etc/squid --enable-poll --enable-snmp --enable-removal-policies=heap,lru --enable-storeio=aufs,coss,diskd,ufs --enable-ssl --with-openssl=/usr/kerberos --enable-linux-netfilter --with-pthreads --enable-basic-auth-helpers=LDAP,NCSA,PAM,SMB,SASL,MSNT --enable-ntlm-auth-helpers=SMB,winbind --enable-external-acl-helpers=ip_user,ldap_group,unix_group,wbinfo_group,winbind_group --enable-cache-digests --enable-useragent-log --enable-referer-log --enable-icmp --enable-gnuregex --enable-splaytree --enable-xmalloc-statistics --enable-dlmalloc --enable-kill-parent-hack --enable-err-language=English --with-dl --with-aio --enable-htcp&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Updated BIND from 9.2.1 to 9.2.3 and configuring host to run to "named" process and "views" to enhance security.&lt;br /&gt;&lt;br /&gt;Updated the apache package, which reports  that it was compiled in March 2003 and is version 2.0.40 while the current version is 2.0.49! Compiled with following options:&lt;br /&gt;&lt;br /&gt;Server version: Apache/2.0.49&lt;br /&gt;Server built:   Jun 11 2004 22:32:53&lt;br /&gt;Compiled in modules:&lt;br /&gt;  core.c&lt;br /&gt;  mod_access.c&lt;br /&gt;  mod_auth.c&lt;br /&gt;  mod_include.c&lt;br /&gt;  mod_log_config.c&lt;br /&gt;  mod_env.c&lt;br /&gt;  mod_setenvif.c&lt;br /&gt;  prefork.c&lt;br /&gt;  http_core.c&lt;br /&gt;  mod_mime.c&lt;br /&gt;  mod_status.c&lt;br /&gt;  mod_autoindex.c&lt;br /&gt;  mod_asis.c&lt;br /&gt;  mod_cgi.c&lt;br /&gt;  mod_negotiation.c&lt;br /&gt;  mod_dir.c&lt;br /&gt;  mod_imap.c&lt;br /&gt;  mod_actions.c&lt;br /&gt;  mod_userdir.c&lt;br /&gt;  mod_alias.c&lt;br /&gt;  mod_so.c&lt;br /&gt;Server compiled with....&lt;br /&gt; -D APACHE_MPM_DIR="server/mpm/prefork"&lt;br /&gt; -D APR_HAS_SENDFILE&lt;br /&gt; -D APR_HAS_MMAP&lt;br /&gt; -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)&lt;br /&gt; -D APR_USE_PROC_PTHREAD_SERIALIZE&lt;br /&gt; -D APR_USE_PTHREAD_SERIALIZE&lt;br /&gt; -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT&lt;br /&gt; -D APR_HAS_OTHER_CHILD&lt;br /&gt; -D AP_HAVE_RELIABLE_PIPED_LOGS&lt;br /&gt; -D HTTPD_ROOT="/usr/local/apache2"&lt;br /&gt; -D SUEXEC_BIN="/usr/local/apache2/bin/suexec"&lt;br /&gt; -D DEFAULT_PIDLOG="logs/httpd.pid"&lt;br /&gt; -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"&lt;br /&gt; -D DEFAULT_LOCKFILE="logs/accept.lock"&lt;br /&gt; -D DEFAULT_ERRORLOG="logs/error_log"&lt;br /&gt; -D AP_TYPES_CONFIG_FILE="conf/mime.types"&lt;br /&gt; -D SERVER_CONFIG_FILE="conf/httpd.conf"&lt;br /&gt;&lt;br /&gt;Thats it for the time being, will finish up the "real" split DNS tomorrow.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108696149223195526?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108696149223195526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108696149223195526'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_06_01_archive.html#108696149223195526' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108531223778502234</id><published>2004-05-23T17:42:00.000-07:00</published><updated>2004-05-23T06:24:32.133-07:00</updated><title type='text'></title><content type='html'>KOHA Install and NIC Problems: &lt;br /&gt;&lt;br /&gt;Due to a thunderstorm last night, the Aparajita server's internet connection went down around 7:30 AM because the 3COM NIC connected to the DSL modem went dead, more than likely because of lightening or an electrical surge. Had a similar 3COM NIC as a backup and server came online again after installation, no new configuration was required. &lt;br /&gt;Mr. IM Faisal called to tell me to install the KOHA library interface as the librarians were sitting idle nowadays and needed to finish up entering the the books. Starting KOHA install at 6:27PM as I did not get time all day because of FED computers. &lt;br /&gt;&lt;br /&gt;Following the instructions on "Software / lib installs on host "mhkhan"" blog to install KOHA and its dependencies, that blog is dated February 20, 2004.&lt;br /&gt;&lt;br /&gt;Downloading and installing the following dependencies first as they are listed in the previous install blog.&lt;br /&gt;&lt;br /&gt;perl-Event-0.87-1.noarch.rpm        147766&lt;br /&gt;perl-HTML-Template-2.6-1.noarch.rpm  53067&lt;br /&gt;perl-Mail-Sendmail-0.79-1.noarch.rpm 19818&lt;br /&gt;perl-MARC-Record-1.29-1.noarch.rpm    94703&lt;br /&gt;perl-Net-Z3950-0.34-1.noarch.rpm &lt;br /&gt;&lt;br /&gt;Used the following commands to install the dependencies listed above:&lt;br /&gt;&lt;br /&gt;perl -MCPAN -e 'install "HTML::Template"'&lt;br /&gt;&lt;br /&gt;perl -MCPAN -e 'install "MARC::Record"' &lt;br /&gt;&lt;br /&gt;perl -MCPAN -e 'install "Mail::Sendmail"' &lt;br /&gt;&lt;br /&gt;perl -MCPAN -e 'install "Event"' &lt;br /&gt;&lt;br /&gt;Need to install the "yaz" libraries before installing the last Perl module as it will not install without it.&lt;br /&gt;&lt;br /&gt;Downloading Yaz from ftp://ftp.pbone.net/mirror/ftp.nest.pld-linux.org/test/i386/yaz-2.0.15-1.i386.rpm&lt;br /&gt;since the default host references in the KOHA documentation http://www.indexdata.dk/yaz is down at this time.&lt;br /&gt;Getting the devel package also&lt;br /&gt;ftp://ftp.pbone.net/mirror/ftp.pld-linux.org/dists/2.0/PLD/i586/PLD/RPMS/yaz-devel-2.0.4-1.i586.rpm&lt;br /&gt;&lt;br /&gt;Installed the yaz client and devel rpm with the --nodeps sqitch as it was failing some dependencies ...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;perl -MCPAN -e 'install "Net::Z3950"'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Module installed succesffuly. Installed Webmin as well to start up the MySQL Server and going to restart the KOHA library installation.&lt;br /&gt;&lt;br /&gt;Installation compeleted, now going to test the library database on Northstar.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108531223778502234?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108531223778502234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108531223778502234'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_05_01_archive.html#108531223778502234' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108477882775790683</id><published>2004-05-17T13:23:00.000-07:00</published><updated>2004-05-23T04:35:55.490-07:00</updated><title type='text'></title><content type='html'>Aparajita lost its internet connection at 8 AM due to a surge in the electrical supply which hung the modem. Resetting the modem did not help and thus the server was rebooted by Shah Alam manually by turning the switch off and then on again after I called at 8:15. It seems that this created a problem with the Apache configuration which prevented it from running after it restarted. The problem was the ssl cache file in /var/cache/mod_ssl/scache. It was not deleted due to an uclean shutdown and I had to manually delete it at which point it started to work ok again. However, it still gives the following error message - something which I'll look into at a later time after creating DISK images from Norton Ghost.&lt;br /&gt;&lt;br /&gt;"[Mon May 17 13:19:24 2004] [error] Cannot allocate shared memory: (17)File exists&lt;br /&gt;[Mon May 17 13:20:02 2004] [warn] Init: (aparajita.presidency.edu.bd:443) You configured HTTP(80) on the standard HTTPS(443) port!&lt;br /&gt;[Mon May 17 13:20:02 2004] [notice] Digest: generating secret for digest authentication ...&lt;br /&gt;[Mon May 17 13:20:02 2004] [notice] Digest: done&lt;br /&gt;[Mon May 17 13:20:03 2004] [warn] Init: (aparajita.presidency.edu.bd:443) You configured HTTP(80) on the standard HTTPS(443) port!"&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108477882775790683?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108477882775790683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108477882775790683'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_05_01_archive.html#108477882775790683' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108436637649543870</id><published>2004-05-12T17:53:00.000-07:00</published><updated>2004-05-17T00:23:06.666-07:00</updated><title type='text'></title><content type='html'>The 40GB Hard Disk Drive on Aparajita has completely failed with the HD showing up as Mactor AXIS C64A as the hd on the BIOS. The Maxtor website and google search showed that when this is displayed by a maxtor drive, it means that the firmware is corrupted and the HD platter damamged due to high temperature. Had backups of the /var/mail/spool, /etc, /var/www, DNS files and BELTA website backup.&lt;br /&gt;&lt;br /&gt;Installed ASPLinux 9.0 and starting on rebuilding the entire server.&lt;br /&gt;&lt;br /&gt;Issues that need to be addressed immediately:&lt;br /&gt;&lt;br /&gt;a) Upgrade SquirrelMail from version 1.2 to the latest version as the configuration file from the production version is 1.4 and is not working with the older version.&lt;br /&gt;&lt;br /&gt;b) Configure Postfix to receieve email from the domain&lt;br /&gt;c) Configure the firewall with firestarter and fine tune the squid proxy server again.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Downloaded the latest version(0.9.3) of firestarter from http://firestarter.sourceforge.net/ Installing with the following command:&lt;br /&gt;&lt;br /&gt;rpm -Uvh firestarter*rpm&lt;br /&gt;&lt;br /&gt;rpm -Uvh firestarter-0.9.3-1.i386.rpm &lt;br /&gt;Preparing...                ########################################### [100%]&lt;br /&gt;   1:firestarter            ########################################### [100%]&lt;br /&gt;&lt;br /&gt;Had moved the customized configs to firestarter-original, now deleteing the newly installed ones and putting the customized ones back.&lt;br /&gt;&lt;br /&gt;Installed successfully and working now.&lt;br /&gt;&lt;br /&gt;Now going to download and install the latest version of the squirrelmail webmail interface.&lt;br /&gt;Installing / upgrading to squirrelmail-1.4.2-1.noarch.rpm since this is the latest one in FC1 RPM format. Installing via the webmin interface on Aparajita. Cannot install, no package for ASPLinux. Downloading the source and doing a rpmbuild -rebuild to rebuild the rpm package so that it can be installed.&lt;br /&gt;Rebuilt Squirrelmail 1.4.2 rpm for ASP Linux and now installing.&lt;br /&gt;Failed dependency, reuires aspell, installing from &lt;br /&gt;ftp://ftp.pbone.net/mirror/ftp.nest.pld-linux.org/test/i386/aspell-0.50.5-1.i386.rpm&lt;br /&gt;RPM packages were not working, manually downloaded aspell 0.50-3 from the GNU website, configure, compiled and installed in /usr/local/bin&lt;br /&gt;Downloaded, compiled and installed the english dictionaries for aspell.&lt;br /&gt;Going on to installing squirrelmail now!&lt;br /&gt;Also upgrading webmin to the latest version while the squirrelmail package is built&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108436637649543870?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108436637649543870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108436637649543870'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_05_01_archive.html#108436637649543870' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108373456939272325</id><published>2004-05-04T11:16:00.000-07:00</published><updated>2004-05-04T22:27:14.060-07:00</updated><title type='text'></title><content type='html'>Updating the aparajita host DNS Server with faculty SMTP/IMAP/POP access names to classify emails generated by Presidency Faculty.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108373456939272325?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108373456939272325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108373456939272325'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_05_01_archive.html#108373456939272325' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108365021230912505</id><published>2004-05-04T10:35:00.000-07:00</published><updated>2004-05-04T04:01:37.873-07:00</updated><title type='text'></title><content type='html'>Securing the aparajita.presidency.edu.bd server from hints at faqs.org/docs/securing.&lt;br /&gt;&lt;br /&gt;Will have to run this command on many files, just storing for the time being,&lt;br /&gt;&lt;br /&gt;chattr  +i /etc/inetd.conf&lt;br /&gt;             &lt;br /&gt;This will prevent any changes accidental or otherwise to the inetd.conf file. A file with the immutable attribute set i cannot be modified, deleted or renamed, no link can be created to this file and no data can be written to it. The only person that can set or clear this attribute is the super-user root. If you wish later to modify the inetd.conf file you will need to unset the immutable flag: To unset the immutable flag, simply execute the following command:&lt;br /&gt;&lt;br /&gt;chattr -i /etc/inetd.conf&lt;br /&gt;&lt;br /&gt;# Lookup names via DNS first then fall back to /etc/hosts.&lt;br /&gt;           order bind,hosts&lt;br /&gt;           # We have machines with multiple IP addresses.&lt;br /&gt;           multi on&lt;br /&gt;           # Check for IP address spoofing.&lt;br /&gt;           nospoof on&lt;br /&gt;           &lt;br /&gt;Did  chattr  +i /etc/services to make this file immutable.&lt;br /&gt;&lt;br /&gt;Updated the /etc/securetty file to minimize the avaialble terminals for root to login.&lt;br /&gt;&lt;br /&gt;Deleted the following user/groups as they are not required for proper system functioning:&lt;br /&gt;&lt;br /&gt;[mhkhan@aparajita]# userdel adm&lt;br /&gt;[mhkhan@aparajita]# userdel lp&lt;br /&gt;[mhkhan@aparajita]# userdel sync&lt;br /&gt;[mhkhan@aparajita]# userdel news&lt;br /&gt;[mhkhan@aparajita]# userdel uucp&lt;br /&gt;[mhkhan@aparajita]# userdel gopher&lt;br /&gt;[mhkhan@aparajita]# userdel operator&lt;br /&gt;[mhkhan@aparajita]# groupdel adm&lt;br /&gt;[mhkhan@aparajita]# groupdel lp&lt;br /&gt;[mhkhan@aparajita]# groupdel news&lt;br /&gt;[mhkhan@aparajita]# groupdel uucp&lt;br /&gt;[mhkhan@aparajita]# groupdel dip&lt;br /&gt;[mhkhan@aparajita]# groupdel pppusers&lt;br /&gt;[mhkhan@aparajita]# groupdel slipusers&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Adding the following lines in /etc/pam.d/su to restrict the use of "su" to particular users.&lt;br /&gt;&lt;br /&gt;# Added by mhkhan on May 04, 2004 to strengthen and restrict su usage and access to root&lt;br /&gt;&lt;br /&gt;auth            sufficient      /lib/security/pam_rootok.so debug&lt;br /&gt;auth            required        /lib/security/pam_wheel.so group=wheel&lt;br /&gt;&lt;br /&gt;# ** end modification - mhkhan&lt;br /&gt;&lt;br /&gt;password        required        /lib/security/pam_cracklib.so&lt;br /&gt;&lt;br /&gt;Have to install sXid from ftp://marcus.seva.net/pub/sxid/, going to install on equinox as a test first.&lt;br /&gt;&lt;br /&gt;Wrote some scripts to find security holes and mail automatic reports&lt;br /&gt;Updated the /etc/sysctl file to reflect optimisations of the bdflush service, default values saved in text file&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108365021230912505?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108365021230912505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108365021230912505'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_05_01_archive.html#108365021230912505' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108175851240496732</id><published>2004-04-12T14:27:00.000-07:00</published><updated>2004-04-12T02:04:47.733-07:00</updated><title type='text'></title><content type='html'>Installed the following package successfully on aparajita:&lt;br /&gt;&lt;br /&gt;Description: squidGuard is a combined filter, redirector and access controller&lt;br /&gt;plugin for squid. squidGuard can be used to limit or block access&lt;br /&gt;users to a list of webservers, based on keywords.&lt;br /&gt; &lt;br /&gt;Version 1.2.0-1.rhfc1.dag &lt;br /&gt;Vendor Dag Apt Repository&lt;br /&gt;http://dag.wieers.com/apt/ &lt;br /&gt;Architecture i386 &lt;br /&gt;Installed 12/Apr/2004 14:28 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Trying to setup the configuration after backup up /etc/squid/squidguard.conf. Installing the webmin module to configure squidguard.&lt;br /&gt;&lt;br /&gt;SquidGuard in /usr/libexec/webmin/squidguard (520 kB) under category Servers&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108175851240496732?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108175851240496732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108175851240496732'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_04_01_archive.html#108175851240496732' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-108004597348304503</id><published>2004-03-23T18:43:00.000-08:00</published><updated>2004-03-23T06:14:14.373-08:00</updated><title type='text'></title><content type='html'>Installing knetfilter KDE IPtables mgmt software after successful test run on host "mhkhan". Also installing kmyfirewall GUI for iptables. Looks like a robust software.&lt;br /&gt;&lt;br /&gt;Package knetfilter was installed successfully&lt;br /&gt;Package 	knetfilter 	Version 	3.1.1-1 	Installed 	23/Mar/2004 18:45&lt;br /&gt;&lt;br /&gt;Package kmyfirewall was installed successfully.&lt;br /&gt;&lt;br /&gt;Installed OpenWebMail WebMIN Module.&lt;br /&gt;&lt;br /&gt;Running install of the "OpenProtect" Email / Virus Scanner package which uses clamav as the virus scanner.&lt;br /&gt;Installed successfully and enables OpenProtect after initially uninstalling because of a confusion with the installation of MailScanner and an older version of clamAV&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-108004597348304503?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108004597348304503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/108004597348304503'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_03_01_archive.html#108004597348304503' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107979506949305608</id><published>2004-03-20T20:15:00.000-08:00</published><updated>2004-03-20T07:07:51.780-08:00</updated><title type='text'></title><content type='html'>Started installation of KOHA Library software after successfully testing it out on host "mhkhan".&lt;br /&gt;&lt;br /&gt;Utarred and unzipped Koha 2.0 source as user mhkhan&lt;br /&gt;Not installing KOHA 2.0 since it is a release candidate and is not bugfree. Deleting directory and restarting with KOHA 1.2 release&lt;br /&gt;Went back to KOHA v2.0 since displays the same warning on 1.2!&lt;br /&gt;Have to install missing perl modules as described in last install notes.&lt;br /&gt;Succesful install at 9:07PM&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107979506949305608?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107979506949305608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107979506949305608'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_03_01_archive.html#107979506949305608' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107941433044422880</id><published>2004-03-16T11:16:00.000-08:00</published><updated>2004-03-15T21:22:06.483-08:00</updated><title type='text'></title><content type='html'>Created "SMTPs" SSL certificate for local sendmail&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107941433044422880?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107941433044422880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107941433044422880'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_03_01_archive.html#107941433044422880' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107900890322339941</id><published>2004-03-11T18:44:00.000-08:00</published><updated>2004-03-11T04:44:52.543-08:00</updated><title type='text'></title><content type='html'>Settings: &lt;br /&gt;Transfer Mode: Default&lt;br /&gt;Sector Count 8&lt;br /&gt;Write Caching: Off&lt;br /&gt;Keep Settings Over Reset: Off&lt;br /&gt;Standby Timeout: 0&lt;br /&gt;32bit I/O Support: Disable&lt;br /&gt;Sector count for multiple sector I/O: 16&lt;br /&gt;Using DMA: On&lt;br /&gt;Use Read LookAhead: On&lt;br /&gt;Interrupt unmask: Off&lt;br /&gt;Keep features over reset:Off&lt;br /&gt;Reprogram best PIO:Off&lt;br /&gt;Result:    Buffer cache: 	 662.00 MB/sec&lt;br /&gt;              Buffered: 	      32.56 MB/sec&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Settings: &lt;br /&gt;&lt;br /&gt;Sector count for multiple sector I/O: 32 (Slower Buffered Result)&lt;br /&gt;Result:    Buffer cache: 	 662.00 MB/sec&lt;br /&gt;              Buffered: 	     23.68 MB/sec&lt;br /&gt;&lt;br /&gt;Added options to /squif partition -&gt; LABEL=/squid            /squid                  ext3    defaults,noatime,data=writeback        1 2  and cleared and rebuilt cache. rebooting system&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107900890322339941?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107900890322339941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107900890322339941'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_03_01_archive.html#107900890322339941' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107804486722627058</id><published>2004-02-28T19:51:00.000-08:00</published><updated>2004-02-29T07:43:47.293-08:00</updated><title type='text'></title><content type='html'>NetMRG Error msg -&gt;&lt;br /&gt;&lt;br /&gt;/usr/bin/netmrg_cron.sh: line 31: 10809 Segmentation fault      $netmrg &gt;$output 2&gt;$error&lt;br /&gt;&lt;br /&gt;Found resolution at the NetMRG BB.&lt;br /&gt;Old line: Code:  sprintf(temp, "%s", input);&lt;br /&gt;&lt;br /&gt;Replace with this:&lt;br /&gt;Code: snprintf(temp, 1023, "%s", input);&lt;br /&gt;Cannot find the file since it was installed from RPM package. Found the file in src directory of untarred netmrg-0.13, but that file already had the correct line.&lt;br /&gt;Posted a note to this effect on the NetMRG BB.&lt;br /&gt;&lt;br /&gt;Mailman Manager in /usr/libexec/webmin/mailman (56 kB) under category Servers&lt;br /&gt;&lt;br /&gt;vsftpd in /usr/libexec/webmin/vsftpd (112 kB) under category Servers installed on "mhkhan" for pre-install Aparajita testing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;** Installing OpenWebMail **&lt;br /&gt;&lt;br /&gt;Checking to see if dependencies are installed.&lt;br /&gt;&lt;br /&gt;CGI.pm-2.74 -&gt; Version 3 already installed by default on FC1&lt;br /&gt;MIME-Base64-2.20 -&gt; Version 2.29 already installed&lt;br /&gt;libnet-1.0901 -&gt; Already installed by default&lt;br /&gt;Text-Iconv-1.2 -&gt; Installed successfully&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Moved Directory structure to /var/www/cgi-bin/openwebmail    and /var/www/html/openwebmail&lt;br /&gt;Modifying&lt;br /&gt;&lt;br /&gt;1) /var/www/cgi-bin/openwebmail/openwebail.conf.default&lt;br /&gt;2) /var/www/cgi-bin/openwebmail/openwebail.conf&lt;br /&gt;&lt;br /&gt;and new version seems to have a new file called /var/www/cgi-bin/openwebmail/dbm.conf.default&lt;br /&gt;to edit the Database settings, unlike the previous version and unlike what is written in the HOWTO&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;**** Transfer the following to host "mhkhan" Blog&lt;br /&gt;&lt;br /&gt;Installing Qmail - Toaster on host "mhkhan" for testing and final upgrading of production server aparajita.&lt;br /&gt;&lt;br /&gt;1) Ran  wget http://www.askdavis.com/qmailtoaster/toasterscripts-current.tgz&lt;br /&gt;to get current scripts.&lt;br /&gt;&lt;br /&gt;2) Type: sh checkdeps.sh&lt;br /&gt;&lt;br /&gt;** Installed but has problems, will work on it later on ****&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107804486722627058?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107804486722627058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107804486722627058'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107804486722627058' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107798125202762625</id><published>2004-02-28T19:01:00.000-08:00</published><updated>2004-02-28T08:34:48.793-08:00</updated><title type='text'></title><content type='html'>Preparing the dependencies to install and configure "Net-MRG" monitoring software on Aparajita after succussful testing on host "mhkhan".&lt;br /&gt;&lt;br /&gt;a) "mysql-devel-3.23.58-4.i386.rpm" package -&gt; Reports "Already Installed"&lt;br /&gt;b) "net-snmp-devel-5.0.9-2.i386.rpm" package -&gt; Reports "Already Installed"&lt;br /&gt;&lt;br /&gt;Manually configured and compiled rrd-tool, but installs in /usr/local/rrdtool folder. De-Installed rrd-tool and re-installed again from RPM.&lt;br /&gt;&lt;br /&gt;Installed "rrdtool-devel-1.0.46-1.fr.i386.rpm"&lt;br /&gt;Installed "php-rrdtool-1.0.46-1.fr.i386.rpm"&lt;br /&gt;&lt;br /&gt;Going back to manual compile of NetMRG. "./configured and "make" did fine" but installed from RPM file -&gt; Package netmrg was installed successfully&lt;br /&gt;&lt;br /&gt;Following installation procedure from NetMRG Website&lt;br /&gt;&lt;br /&gt;1) mysqladmin create netmrg&lt;br /&gt;&lt;br /&gt;Had to go  to the root "/monitoring/mrtg/netmrg-0.13" directory and execute the following command since the location of the file from the rpminstall needs to be searched. Searched and found that file -&gt; "/usr/share/netmrg/db/netmrg.mysql". Using the file supplied by the RPM installation.&lt;br /&gt;&lt;br /&gt;2) mysql -u root -p netmrg &lt; netmrg.mysql   &lt;br /&gt;&lt;br /&gt;from /usr/share/netmrg/db  directory&lt;br /&gt;&lt;br /&gt;3) mysql -u root -p&lt;br /&gt;&lt;br /&gt;4) grant all on netmrg.* to netmrguser@localhost identified by 'netmrgpass';&lt;br /&gt;Result: Query OK, 0 rows affected (0.00 sec)&lt;br /&gt;&lt;br /&gt;changed the default pass to "abhi79"&lt;br /&gt;&lt;br /&gt;The first is to alias /netmrg to the installed web directory ( /var/www/netmrg/webfiles).&lt;br /&gt;in /etc/httpd/conf/httpd.conf file -&gt; Alias /netmrg "/var/www/netmrg/webfiles"&lt;br /&gt;&lt;br /&gt;Edited "/etc/netmrg.xml" file and changed password from default.&lt;br /&gt;&lt;br /&gt;Executed the following commands as per the installation instructions.&lt;br /&gt;&lt;br /&gt;useradd netmrg &lt;- was not required as the RPM package automatically added the user&lt;br /&gt;chown netmrg:netmrg /var/log/netmrg &lt;- was not required as the RPM package automatically did this&lt;br /&gt;chown netmrg:netmrg /var/lib/netmrg/rrd &lt;- was not required as the RPM package automatically did this&lt;br /&gt;&lt;br /&gt;Edit the master crontab -&gt; edit /etc/crontab and add a line similar to this:&lt;br /&gt;&lt;br /&gt;*/5 * * * * netmrg /usr/bin/netmrg_cron.sh&lt;br /&gt;&lt;br /&gt;Successful install, going to restart SMNPD and see what the results are! Current time 9:15 PM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Check out "wordtrans" translater program on aparajita and enable the dictionaries&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107798125202762625?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107798125202762625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107798125202762625'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107798125202762625' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107738206730374857</id><published>2004-02-21T19:50:00.000-08:00</published><updated>2004-02-21T08:50:30.670-08:00</updated><title type='text'></title><content type='html'>Started Testing out WebMIN Modules again on system "mhkhan" so that the useful ones can be installed on Aparajita.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Backup in /usr/libexec/webmin/backup (108 kB) under category System&lt;br /&gt;&lt;br /&gt;Failed to install module from /home/soft/public_html/webmin/add-on_modules/system/require_deps/du.wbm.gz : Module du requires Perl module GD.&lt;br /&gt;Installed.&lt;br /&gt;Failed to install module from /home/soft/public_html/webmin/add-on_modules/system/require_deps/du.wbm.gz : Module du requires Perl module Filesys::Df.&lt;br /&gt;&lt;br /&gt;Disk Usage in /usr/libexec/webmin/du (44 kB) under category Information&lt;br /&gt;&lt;br /&gt;KOHA works fine with name based virtual hosting on mhkhan.&lt;br /&gt;Going to find a mySQL GUI and work on setting up MRTG.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107738206730374857?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107738206730374857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107738206730374857'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107738206730374857' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107727513319687580</id><published>2004-02-20T17:05:00.000-08:00</published><updated>2004-02-20T03:11:08.293-08:00</updated><title type='text'></title><content type='html'>Started working on Aparajita at 4:PM on a Friday&lt;br /&gt;&lt;br /&gt;Going to install "Koha Library Software" on MHKhan and document the modules and dependancies, test it on the system and do a clean install afterwards on Aparajita.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The following modules have been successfully deleted from your Webmin installation :&lt;br /&gt;&lt;br /&gt;      Fetchmail Mail Retrieval in /usr/libexec/webmin/fetchmail (260 kB)&lt;br /&gt;&lt;br /&gt;      LDAP Users and Groups in /usr/libexec/webmin/ldap-useradmin (196 kB)&lt;br /&gt;&lt;br /&gt;      NFS Exports in /usr/libexec/webmin/exports (752 kB)&lt;br /&gt;&lt;br /&gt;      NIS Client and Server in /usr/libexec/webmin/nis (648 kB)&lt;br /&gt;&lt;br /&gt;      OpenSLP Server in /usr/libexec/webmin/openslp (196 kB)&lt;br /&gt;&lt;br /&gt;      Postfix Configuration in /usr/libexec/webmin/postfix (3560 kB)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107727513319687580?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107727513319687580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107727513319687580'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107727513319687580' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107718072326565177</id><published>2004-02-19T22:55:00.000-08:00</published><updated>2004-02-19T00:54:43.373-08:00</updated><title type='text'></title><content type='html'>February 19th, 2003:10:55AM&lt;br /&gt;&lt;br /&gt;Updated "mhkhan.net and farjana.net " to presidency.edu.bd to see if the name servers become registered.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107718072326565177?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107718072326565177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107718072326565177'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107718072326565177' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107707170345704595</id><published>2004-02-18T08:35:00.000-08:00</published><updated>2004-02-18T05:51:13.856-08:00</updated><title type='text'></title><content type='html'>* Installed WebMIN 1.130 on Aparajita.presidency.edu.bd&lt;br /&gt;* Deleted following modules:&lt;br /&gt;&lt;br /&gt;  - ADSL Client Control&lt;br /&gt;  - Linux Firewall from "Networking" Linux Firewall in /usr/libexec/webmin/firewall (256 kB)&lt;br /&gt;&lt;br /&gt;* Installed the following modules:&lt;br /&gt;&lt;br /&gt;1) system/backup_1.01.wbm - Backup System in /usr/libexec/webmin/backup (72 kB) under category System&lt;br /&gt;2)&lt;br /&gt;&lt;br /&gt;dir-etc-backup.tar.gz &lt;br /&gt;Restore /export/sysback/2004/feb/dir-etc-backup.tar.gz --&gt; /tmp done!&lt;br /&gt;&lt;br /&gt;Restored:&lt;br /&gt;&lt;br /&gt;/etc/dhcpd.conf&lt;br /&gt;renamed aliases to aliases.orig&lt;br /&gt;/etc/aliases -&gt; ran newaliases&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;dir-root-backup.tar.gz&lt;br /&gt;Restore /export/sysback/2004/feb/dir-root-backup.tar.gz --&gt; /tmp done!&lt;br /&gt;&lt;br /&gt;Copied /etc/squid.conf and edited files to change hostnames and directory paths.&lt;br /&gt;had to change permissions of /squid  from   root/root  to squid/squid&lt;br /&gt;Initialized cache directory&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9:24AM&lt;br /&gt;Backup /etc --&gt; /export/sysback/2004/feb/fresh-system-backup/dir-etc.tar.gz done!&lt;br /&gt;&lt;br /&gt;Restoring  BIND/named config files and restoring root direrctory&lt;br /&gt;&lt;br /&gt;replacing /etc/group and /etc/group-   and  /etc/passwd   /etc/passwd-    /etc/shadow  /etc/shadow-  /etc/gshadow   and   /etc/gshadow-&lt;br /&gt;&lt;br /&gt;copying pico binary / changed permission from 777 to 755&lt;br /&gt;&lt;br /&gt;replaced /etc/hosts&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Restore /export/sysback/2004/feb/dir-var-named-backup.tar.gz --&gt; /tmp done!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Updating   /var/named/presidency.edu.bd    zone file&lt;br /&gt;&lt;br /&gt;updating /var/named/chroot/var/named.presidencyuniversity.org.zone file which was last updated on 23/01/2004:10:05 AM . Reducing TTL to match ns1.mydomain.com  TTL value&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Restore /export/sysback/2004/feb/dir-squirrelmail-production.tar.gz --&gt; /tmp done!&lt;br /&gt;&lt;br /&gt;Was having problems with ./conf.pl  with squirrelmail, finally found out that it  was a color problem in the terminal so that I could not see the actual configuration!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The following modules have been successfully deleted from your Webmin installation :&lt;br /&gt;&lt;br /&gt;      Jabber IM Server in /usr/libexec/webmin/jabber (368 kB)&lt;br /&gt;&lt;br /&gt;      MON Service Monitor in /usr/libexec/webmin/mon (440 kB)&lt;br /&gt;&lt;br /&gt;      Majordomo List Manager in /usr/libexec/webmin/majordomo (496 kB)&lt;br /&gt;&lt;br /&gt;      Security Sentries in /usr/libexec/webmin/sentry (260 kB)&lt;br /&gt;&lt;br /&gt;The following modules have been successfully deleted from your Webmin installation :&lt;br /&gt;&lt;br /&gt;      CVS Server in /usr/libexec/webmin/pserver (292 kB)&lt;br /&gt;&lt;br /&gt;      IPsec VPN Configuration in /usr/libexec/webmin/ipsec (220 kB)&lt;br /&gt;&lt;br /&gt;      PPP Dialin Server in /usr/libexec/webmin/pap (336 kB)&lt;br /&gt;&lt;br /&gt;      PPP Dialup Client in /usr/libexec/webmin/ppp-client (104 kB)&lt;br /&gt;&lt;br /&gt;      PPTP VPN Client in /usr/libexec/webmin/pptp-client (124 kB)&lt;br /&gt;&lt;br /&gt;      PPTP VPN Server in /usr/libexec/webmin/pptp-server (216 kB)&lt;br /&gt;&lt;br /&gt;      ProFTPD Server in /usr/libexec/webmin/proftpd (664 kB)&lt;br /&gt;&lt;br /&gt;      WU-FTP Server in /usr/libexec/webmin/wuftpd (860 kB)&lt;br /&gt;The following modules have been successfully deleted from your Webmin installation :&lt;br /&gt;&lt;br /&gt;      Linux Bootup Configuration in /usr/libexec/webmin/lilo (220 kB)&lt;br /&gt;&lt;br /&gt;      Printer Administration in /usr/libexec/webmin/lpadmin (780 kB)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Restore /export/sysback/2004/feb/dir-var-www-html-backup.tar.gz --&gt; /tmp done!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Restore /export/sysback/2004/feb/dir-var-www-cgi-bin-openwebmail-backup.tar.gz --&gt; /tmp done!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107707170345704595?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107707170345704595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107707170345704595'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107707170345704595' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry><entry><id>tag:blogger.com,1999:blog-6486694.post-107693480399215110</id><published>2004-02-16T18:19:00.000-08:00</published><updated>2004-02-16T04:36:00.466-08:00</updated><title type='text'></title><content type='html'>** Deleting Operating System on Aparajita.presidencyuniversity.org **&lt;br /&gt;&lt;br /&gt;Saved backups of   /etc      /root      /usr/share/squirrelmail&lt;br /&gt;/var  and  /export are mounted seperately, therefore no backups are required!!&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6486694-107693480399215110?l=aparajita.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107693480399215110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6486694/posts/default/107693480399215110'/><link rel='alternate' type='text/html' href='http://aparajita.blogspot.com/2004_02_01_archive.html#107693480399215110' title=''/><author><name>mhkhan</name><uri>http://www.blogger.com/profile/15080310012175565028</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10231686599904073196'/></author></entry></feed>