<?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' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-37340659</id><updated>2012-02-15T23:53:57.324-08:00</updated><title type='text'>INDRAVENI</title><subtitle type='html'>I am a Btech, CSE graduate employee of CDAC, Chennai.My Blogs include all my research and development work mostly related to Linux. I am a Team Member of BOSS development group. BOSS - Bharat Operating System Solutions is the first Indian Version of Linux.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kindraveni.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-37340659.post-2725111798544389457</id><published>2008-01-02T23:24:00.000-08:00</published><updated>2008-01-02T23:29:40.471-08:00</updated><title type='text'>Dovecot Aborts the Login</title><summary type='text'>Dovecot IMAP simply says "Aborted login" without any additional info I was trying to login with thunderbird mailclient.The error message I was getting in the logfiles was:Jan  3 18:17:03 bosslinux dovecot: imap-login: Aborted login: rip=192.168.31.54, lip=192.168.31.125, TLSNo other information was avai;able in the logs.I eventually discovered the problem was that the server was refusing to even </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/2725111798544389457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/2725111798544389457'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2008/01/dovecot-aborts-login.html' title='Dovecot Aborts the Login'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-9165034557985662928</id><published>2007-06-25T07:04:00.000-07:00</published><updated>2007-06-25T07:29:08.460-07:00</updated><title type='text'>Installing Bugzilla in Debian with Virtual Host</title><summary type='text'>Before starting the install process make sure that you have MySQL installed and running. Also ensure that you have created a root@localhost permissions with a password and permissions to create databases and users. You will need to use the root@localhost login during the install of Bugzilla.The install process is quite straight forward. Simply select Bugzilla in aptitude or another package </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/9165034557985662928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/9165034557985662928'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2007/06/installing-bugzilla-in-debian-with.html' title='Installing Bugzilla in Debian with Virtual Host'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-4724192692600990418</id><published>2007-05-22T05:58:00.000-07:00</published><updated>2007-05-22T06:14:00.182-07:00</updated><title type='text'>Zope with Apache</title><summary type='text'>After the plone site is ready and working, you need to deploy it into the apache webserver. This can be done by the RewriteRule.Initially make sure that your Rewrite  module and the proxy modules are loaded and enabled.If you are using Debian SystemEnable rewrite, proxy etc, modules# a2enmod rewrite# a2enmod proxy# a2enmod proxy_http# a2enmod proxy_balancerThese four steps enabled the required </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/4724192692600990418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/4724192692600990418'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2007/05/zope-with-apache.html' title='Zope with Apache'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-3946675740208825169</id><published>2007-04-22T22:42:00.000-07:00</published><updated>2007-04-22T23:16:55.157-07:00</updated><title type='text'>Installation of Ruby and Ruby on Rails in BOSS</title><summary type='text'>Update your sources.list with the boss repository$ vi /etc/apt/sources.list add the following linedeb http://bosslinux.in/boss tarang main non-free contribSave the file and execute$ apt-get updateInstall Rails1. Install rubyFirst, you'll need Ruby. $ apt-get install irb1.8 libreadline-ruby1.8 libruby libruby1.8 rdoc1.8 ruby ruby1.8 ruby1.8-dev2. Install gemsGems is a package manager. It is to </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/3946675740208825169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/3946675740208825169'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2007/04/installation-of-ruby-and-ruby-on-rails.html' title='Installation of Ruby and Ruby on Rails in BOSS'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-4798271453878664521</id><published>2007-03-07T18:49:00.000-08:00</published><updated>2007-04-22T22:42:08.665-07:00</updated><title type='text'>Ruby On Rails</title><summary type='text'>Ruby on Rails is a very powerfull sofware. I attended the training on Ruby on Rails in Tokyo, Japan during the period of 19th Feb 2007 to 9th March 2007, conducted by CICC. I would like to promote this language usage in India, so that it helps individual to easily develop their web applications and faster. The language is very easy and inbuilt eveything. Just the user need to remember some kind </summary><link rel='related' href='http://rubyonrails.org' title='Ruby On Rails'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/4798271453878664521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/4798271453878664521'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2007/03/ruby-on-rails.html' title='Ruby On Rails'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-116608621801146018</id><published>2006-12-14T00:40:00.000-08:00</published><updated>2006-12-14T01:12:39.340-08:00</updated><title type='text'>OO Error in the 2.1.0 version - No UNO environments found</title><summary type='text'>While builing OpenOffice - 2.1.0. version, there is an error raised saying "no uno environment found" and also there was an issue about this in the OO building site: issue 72372.The error is as follows :-------------cp pythonloader.py ../../unxlngi6.pro/lib/pythonloader.pyrm -f ../../unxlngi6.pro/lib/pyuno_services.rdb../../unxlngi6.pro/lib/pyuno_services.tmp ../../unxlngi6.pro/lib/</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116608621801146018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116608621801146018'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2006/12/oo-error-in-210-version-no-uno.html' title='OO Error in the 2.1.0 version - No UNO environments found'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-116314101717101454</id><published>2006-11-09T22:43:00.000-08:00</published><updated>2006-12-14T00:39:16.390-08:00</updated><title type='text'>OpenOffice Build</title><summary type='text'>  &lt;!--   @page { size: 8.5in 11in; margin: 0.79in }   P { margin-bottom: 0.08in }  --&gt;     OpenOffice is equal to Microsoft Office in WIndows. If one want to do some type of customization in localization or add some kind of macro inbuilt, it needs to be rebuilt. Its current bug free source is available at the following link....  Download Sites  Source  ftp://ftp.linux.cz/pub/localization/</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116314101717101454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116314101717101454'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2006/11/openoffice-build_116314101717101454.html' title='OpenOffice Build'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-116298483535709948</id><published>2006-11-08T03:16:00.000-08:00</published><updated>2006-11-08T03:20:35.370-08:00</updated><title type='text'>eGroupware Collaboration Tool</title><summary type='text'>eGroupWare is a free  enterprise ready groupware software for your network. It enables you to manage contacts, appointments, todos and many more for your whole business.    eGroupWare is a groupware server. It comes with a native web-interface which allowes to access your data from any platform all over the planet. Moreover you also have the choice to access the eGroupWare server with your </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116298483535709948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116298483535709948'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2006/11/egroupware-collaboration-tool.html' title='eGroupware Collaboration Tool'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-37340659.post-116297798181145109</id><published>2006-11-08T01:19:00.000-08:00</published><updated>2006-11-08T01:26:21.820-08:00</updated><title type='text'>Hi Buddies!!!</title><summary type='text'>Hi,  Wanna know about me??        Am a cool girl with lots of smiles for you. Interested in reading general books and listening music. Attracted to Birds. Aim to fly like a bird ... independent and touch the sky with my wings proudly :-)        Hmm.... one small message. " what ever be the case, keep loving, handle things with love and keep smiling, everything around you seems to be very good...</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116297798181145109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37340659/posts/default/116297798181145109'/><link rel='alternate' type='text/html' href='http://kindraveni.blogspot.com/2006/11/hi-buddies.html' title='Hi Buddies!!!'/><author><name>Indraveni</name><uri>http://www.blogger.com/profile/10609973763005181959</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
