<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Ideas/Thoughts/Experiences &#187; Technology</title>
	<atom:link href="http://ophiophagus.assamonnet.org/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://ophiophagus.assamonnet.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Locked out of Plone/Zope instance</title>
		<link>http://ophiophagus.assamonnet.org/2010/05/24/locked-out-of-plonezope-instance/</link>
		<comments>http://ophiophagus.assamonnet.org/2010/05/24/locked-out-of-plonezope-instance/#comments</comments>
		<pubDate>Mon, 24 May 2010 06:47:14 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[add user from command line in plone/zope]]></category>
		<category><![CDATA[add user manager in plone/zope from command line]]></category>
		<category><![CDATA[can't login to ZMI]]></category>
		<category><![CDATA[forgot admin password in zope/plone]]></category>
		<category><![CDATA[locked out of plone/zope]]></category>
		<category><![CDATA[reset plone admin password in plone/zope]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=389</guid>
		<description><![CDATA[There are various methods of getting away with this problem. Though I am not fully versed with the rest, I can give you a small solution which works for admin user and also adding a manager user to the plone database.
Go to your buildout directory and run the following command:
Syntax:
bin/instance adduser 

This will start Zope [...]]]></description>
			<content:encoded><![CDATA[<p>There are various methods of getting away with this problem. Though I am not fully versed with the rest, I can give you a small solution which works for admin user and also adding a manager user to the plone database.</p>
<p>Go to your buildout directory and run the following command:</p>
<p>Syntax:</p>
<p>bin/instance adduser <username>
<password>
<p>This will start Zope and Add a Manager user with the username and the password. You can now start your instance and log in with the user you just created. Note that if you try to create a user that already exists, it will fail silently, without giving any warning.</p>
<p>In case you are using the Unified Installer, you can use the following command,</p>
<p>Syntax:</p>
<p>bin/zopectl adduser <username>
<password>
<p>Before executing the command please make sure that you have your Zope started and working fine. Restart Zope after this and you should be able to login.</p>
<p>For older version of Zope, you need to create an emergency user which will help you in getting in the system, using the zpasswd.py script. </p>
<p>python [your zope]/bin/zpasswd.py access</p>
<p>While running the command it will ask for the username and the password along with the encryption that you need to do.</p>
<p>In case you are not able to locate the file, the easiest way would be to create the access file by using any editor with the following syntax,</p>
<p>username:password</p>
<p>Just restart Zope and you should be able to login again with the created username and password.</p>
<p>Please delete the file after you are down with the changing the password.</p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2010/05/24/locked-out-of-plonezope-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow NFS mount and Firefox</title>
		<link>http://ophiophagus.assamonnet.org/2010/04/26/slow-nfs-mount-and-firefox/</link>
		<comments>http://ophiophagus.assamonnet.org/2010/04/26/slow-nfs-mount-and-firefox/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:50:18 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firefox refresh and stop button]]></category>
		<category><![CDATA[firefox refresh and stop button disabled over nfs]]></category>
		<category><![CDATA[firefox refresh and stop button not working]]></category>
		<category><![CDATA[nfs statd and idmapd]]></category>
		<category><![CDATA[slow nfs mount]]></category>
		<category><![CDATA[slow nfs mount and firefox]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=386</guid>
		<description><![CDATA[Well, I came across this problem just some days ago, when one of the servers had rebooted n number of times after someone had put the UPS on by pass mode. Firefox opens up but the stop, refresh buttons are all disabled. When Googling around, it was mentioned that it was a bug in Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I came across this problem just some days ago, when one of the servers had rebooted n number of times after someone had put the UPS on by pass mode. Firefox opens up but the stop, refresh buttons are all disabled. When Googling around, it was mentioned that it was a bug in Firefox 3.0.x with .sqlite files being broken. I tried deleting the profiles but still not working. </p>
<p>Moreover the same server had the slow mounting of NFS issue. Users would just wait for at least a minute after issuing the `ls` command and when login to GUI mode, it would just be in some state of hangover mode. I tried re-installing NFS kernel server along with updating the kernel, but still no help. </p>
<p>When doing a search somewhere it was mentioned that host needs to be identified. Since I was using IP&#8217;s, I thought it would not be a problem, but later on I found out that you need to make entries so that `idmapd` is able to locate it, some sort of a reverse DNS lookup. While restarting nfs-common you see two services being start, idmapd and statd. `idmapd` is the NFSv4 name mapping daemon. It provides functionality to the NFSv4 kernel client and server, to which it communicates via upcalls, by translating user and group IDs to names, and vice versa, while statd creates a file in /var/lib/nfs/statd/sm. When starting, it iterates through these files and notifies the peer rpc.statd on those machines. In case it does not find, it just takes it&#8217;s own time to mount it.</p>
<p>The same solved both the problems and user&#8217;s are also using it without any complaint.</p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2010/04/26/slow-nfs-mount-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>India&#8217;s Small (Big) Mantri Square</title>
		<link>http://ophiophagus.assamonnet.org/2010/03/21/indias-small-big-mantri-square/</link>
		<comments>http://ophiophagus.assamonnet.org/2010/03/21/indias-small-big-mantri-square/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 04:08:56 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[double decker parking bangalore]]></category>
		<category><![CDATA[india's biggest mall]]></category>
		<category><![CDATA[mantri mall bangalore]]></category>
		<category><![CDATA[mantri square]]></category>
		<category><![CDATA[mantri square bangalore]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=372</guid>
		<description><![CDATA[The Mantri Square located in Bangalore, was inaugurated on 16th March, 2010 by BS Yeddyurappa, Chief Minister of Karnataka. It is informed to be the biggest mall in India covering an area of about 9,19,516 sq. ft. with a parking space of 2,080 sq. ft. A mind boggling 200-230 outlets in retail space will be [...]]]></description>
			<content:encoded><![CDATA[<p>The Mantri Square located in Bangalore, was inaugurated on 16th March, 2010 by BS Yeddyurappa, Chief Minister of Karnataka. It is informed to be the biggest mall in India covering an area of about 9,19,516 sq. ft. with a parking space of 2,080 sq. ft. A mind boggling 200-230 outlets in retail space will be merchandising and selling their wares in this mall. They have an additional 36 options in Food court with 6 Inox screens with SCARE house too. You can find outlets of Spar, Reliance, Pantaloon, Lifestyle, Shopper&#8217;s Stop, Acer, HP etc. all under one roof. A complete shopping solution.</p>
<p>The best part of the mall is the parking area which is free (as of now) with double decker parking for cars. Auto parking is also on their cards. When inquired about the double decker parking (which seems to be first in Bangalore) to one of the service person, he informed about it&#8217;s functionality. One slot is always free so that cars from top can be pulled down. A full bay has 5 slots in the bottom while 4 slots in the top wherein the top open 5th slot is used to navigate the other cars parked up, to be lowered down. It was amazing to see the technology that is being used.</p>
<div align="center">
<img src="http://ophiophagus.assamonnet.org/wp-content/uploads/2010/04/Mantri_Square_Parking-300x225.jpg" alt="Mantri_Square_Parking" title="Mantri_Square_Parking" width="300" height="225" class="aligncenter size-medium wp-image-373" /></p>
<p><img src="http://ophiophagus.assamonnet.org/wp-content/uploads/2010/04/Mantri_Square_Manual-300x225.jpg" alt="Mantri_Square_Manual" title="Mantri_Square_Manual" width="300" height="225" class="aligncenter size-medium wp-image-374" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2010/03/21/indias-small-big-mantri-square/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube video download via command line</title>
		<link>http://ophiophagus.assamonnet.org/2010/02/09/youtube-video-download-via-command-line/</link>
		<comments>http://ophiophagus.assamonnet.org/2010/02/09/youtube-video-download-via-command-line/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:49:42 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[download youtube video]]></category>
		<category><![CDATA[download youtube video from command line]]></category>
		<category><![CDATA[youtube video command line]]></category>
		<category><![CDATA[youtube video download]]></category>
		<category><![CDATA[youtube video from command line]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=326</guid>
		<description><![CDATA[Well, there are many instances of how to download video&#8217;s via youtube. I have tried most of it, some worked well while some did not. Most of the scripts that are written use the old 1.0 version of youtube API which does not seem to work. There is some `t` factor added in the 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Well, there are many instances of how to download video&#8217;s via youtube. I have tried most of it, some worked well while some did not. Most of the scripts that are written use the old 1.0 version of youtube API which does not seem to work. There is some `t` factor added in the 2.0 version which makes it somewhat difficult to download (at least for me). I went through the API and was able to figure that out. </p>
<p><a href="http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html">http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html</a></p>
<p>But, at last I was able to locate a cool script by the name youtube-dl from one <a href="bitbucket.org">bitbucket.org</a>. youtube-dl is a small command-line program to download videos from youtube. It requires the Python interpreter, version 2.x (x being at least 4), and is not platform specific. This works in Linux, Windows or in Mac OS X also. The latest version is 2010.01.19. It is freely available and one can go an modify it also.</p>
<p>You can download it from <a href="http://ophiophagus.assamonnet.org/files/youtube-dl">here</a>.</p>
<p>Source: <a href="http://bitbucket.org/rg3/youtube-dl/wiki/Home">http://bitbucket.org/rg3/youtube-dl/wiki/Home</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2010/02/09/youtube-video-download-via-command-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing WMV file in Linux (Ubuntu Jaunty)</title>
		<link>http://ophiophagus.assamonnet.org/2010/01/27/playing-wmv-file-in-linux-ubuntu-jaunty/</link>
		<comments>http://ophiophagus.assamonnet.org/2010/01/27/playing-wmv-file-in-linux-ubuntu-jaunty/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:05:58 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[vlc wmv3]]></category>
		<category><![CDATA[wmv file on linux]]></category>
		<category><![CDATA[wmv file vlc]]></category>
		<category><![CDATA[[wmv3 @ 0x8972330]Reserved RES_SM=2 is forbidden]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=323</guid>
		<description><![CDATA[There are instances when VLC nor MPlayer will not play .wmv (WMV3) files even if the codecs are available. This is due to the propitiatory format that it uses while encoding the video. While trying to play the video you are thrown with the error,
[wmv3 @ 0x8972330]Reserved RES_SM=2 is forbidden
So, you are left with nothing [...]]]></description>
			<content:encoded><![CDATA[<p>There are instances when VLC nor MPlayer will not play .wmv (WMV3) files even if the codecs are available. This is due to the propitiatory format that it uses while encoding the video. While trying to play the video you are thrown with the error,</p>
<p>[wmv3 @ 0x8972330]Reserved RES_SM=2 is forbidden</p>
<p>So, you are left with nothing but using Windows and the Windows Media Player to play the video (easiest option). Else install Windows Media Player via wine for Linux (which did not work for me). The last option is to convert the video from that format to some other formats (.avi, .mpg) using mencoder.</p>
<p>MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs.</p>
<p>root@ophiophagus:~# mencoder file.wmv -ofps 23.976 -ovc lavc -oac copy -o file.avi</p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2010/01/27/playing-wmv-file-in-linux-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GodMode in Windows Vista/7</title>
		<link>http://ophiophagus.assamonnet.org/2010/01/06/godmode-in-windows-vista7/</link>
		<comments>http://ophiophagus.assamonnet.org/2010/01/06/godmode-in-windows-vista7/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:05:23 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[GodMode]]></category>
		<category><![CDATA[GodMode in Windows Vista/7]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=286</guid>
		<description><![CDATA[You have a GodMode in Windows Vista/7. Microsoft has created God	 to save itself from the Open Source community. God Mode creates a folder which gives one categorized access to each and every setting in Windows.
How to enable it?
Create a folder named with the name, `GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}`, without the quotes. Double click on it and this [...]]]></description>
			<content:encoded><![CDATA[<p>You have a GodMode in Windows Vista/7. Microsoft has created God	 to save itself from the Open Source community. God Mode creates a folder which gives one categorized access to each and every setting in Windows.</p>
<p>How to enable it?</p>
<p>Create a folder named with the name, `GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}`, without the quotes. Double click on it and this is what you get as below,</p>
<div align="center">
<div id="attachment_289" class="wp-caption aligncenter" style="width: 310px"><img src="http://ophiophagus.assamonnet.org/wp-content/uploads/2010/01/GodMode-300x168.png" alt="GodMode in Windows Vista" title="GodMode in Windows Vista" width="300" height="168" class="size-medium wp-image-289" /><p class="wp-caption-text">GodMode in Windows Vista</p></div>
</div>
<p>Reference: http://stadt-bremerhaven.de/windows-7-godmode/#more-11682</p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2010/01/06/godmode-in-windows-vista7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP removed from Ubuntu Lucid Lynx</title>
		<link>http://ophiophagus.assamonnet.org/2009/12/17/gimp-removed-from-ubuntu-lucid-lynx/</link>
		<comments>http://ophiophagus.assamonnet.org/2009/12/17/gimp-removed-from-ubuntu-lucid-lynx/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 11:52:06 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[gimp community on removal from ubuntu 10.04]]></category>
		<category><![CDATA[gimp removed from lucid lynx]]></category>
		<category><![CDATA[gimp removed from ubuntu 10.04]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=271</guid>
		<description><![CDATA[I was going a Google search of what all applications the new Ubuntu will carry. Lots of modifications/ new splash screens etc. But I was surprise to see one post saying that GIMP is to be removed from the default installation. I went through the Ubuntu wiki and they had already had a post regarding [...]]]></description>
			<content:encoded><![CDATA[<p>I was going a Google search of what all applications the new Ubuntu will carry. Lots of modifications/ new splash screens etc. But I was surprise to see one post saying that GIMP is to be removed from the default installation. I went through the Ubuntu wiki and they had already had a post regarding this, some months ago,</p>
<p><a href="https://wiki.ubuntu.com/RemoveGimp">https://wiki.ubuntu.com/RemoveGimp</a></p>
<p>The GIMP community also agrees to it, saying that the vision of GIMP is to be a high-end/expert application and Ubuntu removing it from the default installation shows the respect it deserves.</p>
<p><a href="http://www.gimpusers.com/forums/gimp-developer/12113-GIMP-to-be-removed-from-Ubuntu-Lucid-Lynx.html#msg55609">http://www.gimpusers.com/forums/gimp-developer/12113-GIMP-to-be-removed-from-Ubuntu-Lucid-Lynx.html#msg55609</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2009/12/17/gimp-removed-from-ubuntu-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mininova is legal</title>
		<link>http://ophiophagus.assamonnet.org/2009/12/12/mininova-is-legal/</link>
		<comments>http://ophiophagus.assamonnet.org/2009/12/12/mininova-is-legal/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 11:43:15 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[mininova]]></category>
		<category><![CDATA[mininova contents]]></category>
		<category><![CDATA[mininova legal]]></category>
		<category><![CDATA[mininova serviing contents]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=268</guid>
		<description><![CDATA[Mininova is going LEGAL. I wanted to download some movies and went to my favorite torrent website and to my utter surprise, Mininova does not serve movie torrents now. It has gone legal distributing contents only. No more movie torrents now.
This can be found at http://mnstat.com/images/blog/index.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mininova.org/">Mininova</a> is going LEGAL. I wanted to download some movies and went to my favorite torrent website and to my utter surprise, Mininova does not serve movie torrents now. It has gone legal distributing contents only. No more movie torrents now.</p>
<p>This can be found at <a href="http://mnstat.com/images/blog/index.html">http://mnstat.com/images/blog/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2009/12/12/mininova-is-legal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning from mistakes</title>
		<link>http://ophiophagus.assamonnet.org/2009/12/08/learning-from-mistakes/</link>
		<comments>http://ophiophagus.assamonnet.org/2009/12/08/learning-from-mistakes/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:12:08 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[binary log]]></category>
		<category><![CDATA[drop database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql backup]]></category>
		<category><![CDATA[mysql binary log]]></category>
		<category><![CDATA[mysqlbinlog]]></category>
		<category><![CDATA[recover database after dropping]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=234</guid>
		<description><![CDATA[Well, the blog was down for almost 3 days. Reasons? My own mistake of deleting the database, without taking a backup. Stupidity of me. The reason was to move the blog from the current machine to another faster machine along with an upgrade of Wordpress. After struggling for 3 days, getting the remote backup, looking [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the blog was down for almost 3 days. Reasons? My own mistake of deleting the database, without taking a backup. Stupidity of me. The reason was to move the blog from the current machine to another faster machine along with an upgrade of Wordpress. After struggling for 3 days, getting the remote backup, looking at Google cache pages, I was finally able to get the blog working. Being a sysadmin, I should have taken care of backup, which I did not do. </p>
<p>Well the other good part was of the things I learnt, while trying to recover the database. Normally, when you configure MySql in Ubuntu/Debian, you are not provided with the option of creating binary logs. Binary logging will record in a binary file all SQL transactions executed and attempted on the server. By using the `mysqlbinlog` utility, the contents of the binary log file can be extracted so that the SQL statements may easily be rerun. To enable binary logging, add the following line to your server&#8217;s options file `my.cnf`.</p>
<p>log-bin = /var/log/mysql/mysql-bin.log</p>
<p>After making the entry above to your options file, you will need to restart the MySQL server for it to take effect.</p>
<p>Though I have personally not tested it out in a production server, I have tried using it on my laptop and what I notice from the log file is that it notes down each and every database transaction. </p>
<p>prasanta@ophiophagus:/tmp$ sudo mysqlbinlog /var/log/mysql/mysql-bin.000002  > /tmp/mysql.sql</p>
<p>This will create a mysqlsql text file which you can edit it manually.</p>
<p>I hope that this will help some person like myself in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2009/12/08/learning-from-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail chat/contacts down</title>
		<link>http://ophiophagus.assamonnet.org/2009/09/24/gmail-chatcontacts-down/</link>
		<comments>http://ophiophagus.assamonnet.org/2009/09/24/gmail-chatcontacts-down/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:45:54 +0000</pubDate>
		<dc:creator>Ophiophagus</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[gmail chat down]]></category>
		<category><![CDATA[google chat down]]></category>

		<guid isPermaLink="false">http://ophiophagus.assamonnet.org/?p=190</guid>
		<description><![CDATA[Just checked gmail. Seems that chatenabled.gmail.com is down since 20.15 hrs today. The gmail team has put up notice in red saying the same. Hope it is up soon to be able to get in touch with all friends …



]]></description>
			<content:encoded><![CDATA[<p>Just checked gmail. Seems that chatenabled.gmail.com is down since 20.15 hrs today. The gmail team has put up notice in red saying the same. Hope it is up soon to be able to get in touch with all friends …</p>
<div align="center">
<img src="http://ophiophagus.assamonnet.org/wp-content/uploads/2009/09/Gmail-Chat-300x187.png" alt="Gmail Chat Server down" title="Gmail Chat Server down" class="alignleft size-medium wp-image-215" width="300" height="187">
</div>
]]></content:encoded>
			<wfw:commentRss>http://ophiophagus.assamonnet.org/2009/09/24/gmail-chatcontacts-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
