<?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>林健的BLOG &#187; Dropbox</title>
	<atom:link href="http://blog.linjian.org/articles/tag/dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linjian.org</link>
	<description>有容乃大，无欲则刚</description>
	<lastBuildDate>Sun, 29 Aug 2010 13:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>解决 Ubuntu 9.04 下启动 Dropbox 出错的问题</title>
		<link>http://blog.linjian.org/articles/ubuntu-jaunty-dropbox/</link>
		<comments>http://blog.linjian.org/articles/ubuntu-jaunty-dropbox/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 08:36:27 +0000</pubDate>
		<dc:creator>Jian Lin</dc:creator>
				<category><![CDATA[Linux与开源]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[存储]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://blog.linjian.org/?p=374</guid>
		<description><![CDATA[　　尽管我对云存储还不是那么放心，但这类服务确实给广域网上的文件传输、共享和同步带来了方便。今天在朋友的推荐下试用了 Dropbox，感觉还不错，比较有用的特性便是它提供了多平台的客户端（Windows、Linux、Mac）以及与本地文件管理器（Explorer、Nautilus）的集成，不像我以前试用过的微软的 Sync 服务只支持 Windows 和 Mac。免费版的空间是 2G，对于完成非敏感文件的临时性传输、共享以及文档在跨域计算机间的同步是足够的。特别是它还提供了版本管理功能（基于 web，比较简单，不能做 diff、merge 等），解决了在公网上自行搭建 SVN 服务器的不便——这些就是我决定使用它的理由。而如果要作为备份平台，一方面恐怕需要自己再做一级文件级的加密才放心；另一方面，我还是倾向于自己管理备份文件的版本，对需要备份的文件在特定时间点做整体的归档，而版本管理工具并不是我期望的模型。 　　我在 Ubuntu 9.04（Jaunty）上安装 Dropbox 后，启动时出现以下错误： lj@lj-laptop:~$ The program 'dropbox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadIDChoice (invalid resource ID chosen for this connection)'. &#160; (Details: serial 733 error_code 14 request_code 53 [...]]]></description>
			<content:encoded><![CDATA[<p>　　尽管<a href="http://blog.linjian.org/articles/storage-trust-model/">我对云存储还不是那么放心</a>，但这类服务确实给广域网上的文件传输、共享和同步带来了方便。今天在朋友的推荐下试用了 <a href="http://www.getdropbox.com/">Dropbox</a>，感觉还不错，比较有用的特性便是它提供了多平台的客户端（Windows、Linux、Mac）以及与本地文件管理器（Explorer、Nautilus）的集成，不像我以前试用过的微软的 <a href="https://sync.live.com/">Sync</a> 服务只支持 Windows 和 Mac。免费版的空间是 2G，对于完成非敏感文件的临时性传输、共享以及文档在跨域计算机间的同步是足够的。特别是它还提供了版本管理功能（基于 web，比较简单，不能做 diff、merge 等），解决了在公网上自行搭建 SVN 服务器的不便——这些就是我决定使用它的理由。而如果要作为备份平台，一方面恐怕需要自己再做一级文件级的加密才放心；另一方面，我还是倾向于自己管理备份文件的版本，对需要备份的文件在特定时间点做整体的归档，而版本管理工具并不是我期望的模型。<br />
　　我在 Ubuntu 9.04（Jaunty）上安装 Dropbox 后，启动时出现以下错误：</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">lj@lj-laptop:~$ The program 'dropbox' received an X Window System error.</li>
<li>This probably reflects a bug in the program.</li>
<li>The error was 'BadIDChoice (invalid resource ID chosen for this connection)'.</li>
<li>&nbsp; (Details: serial 733 error_code 14 request_code 53 minor_code 0)</li>
<li>&nbsp; (Note to programmers: normally, X errors are reported asynchronously;</li>
<li>&nbsp;&nbsp; that is, you will receive the error a while after causing it.</li>
<li>&nbsp;&nbsp; To debug your program, run it with the --sync command line</li>
<li>&nbsp;&nbsp; option to change this behavior. You can then get a meaningful</li>
<li>&nbsp;&nbsp; backtrace from your debugger if you break on the gdk_x_error() function.)</li></ol></div>
<p>　　Google 得到的答案 [<a href="http://nelson.pixnet.net/blog/post/23844686">1</a>]、[<a href="http://www.ubuntu-inside.me/2009/05/howto-get-dropbox-working-on-ubuntu.html">2</a>] 大多是通过安装 Dropbox 的 experimental build 或所谓<a href="http://linuxtoy.org/archives/using-dropbox-without-nautilus.html">非 Nautilus 版本</a>来解决。不过我还是找到了<a href="http://forums.getdropbox.com/topic.php?page=2&#038;id=9090&#038;replies=18">一个更简单的解决方案</a>：<strong>在安装 Dropbox 及其 daemon 之后断开网络连接，然后启动 Dropbox，现在它的设置对话框便可以正常弹出并报告网络连接错误。这时只需要恢复网络连接，并点击“Reconnect”按钮，Dropbox 就进入了正常工作状态。重新启动计算机之后也没有问题。</strong><br />
　　顺便广告一下，目前邀请朋友注册 Dropbox，邀请方和被邀请方都可以得到额外的 256M 空间，累计最多可升至 5G 免费空间。如果有兴趣，不妨通过<a href="https://www.getdropbox.com/referrals/NTE2NjI0MDg5">我的推荐链接</a>来注册，双方都受益。</p>
<hr />原文链接：<a href="http://blog.linjian.org/articles/ubuntu-jaunty-dropbox/">http://blog.linjian.org/articles/ubuntu-jaunty-dropbox/</a>，作者：<a href="http://blog.linjian.org/">林健</a>。
<br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/">知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议</a>进行许可。
<br />(Digital fingerprint: 
 993d4981d6d552510db9a08493b2dbec)<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://blog.linjian.org/articles/smartq-v5-mifi/" title="使用智器 V5 实现山寨 MiFi">使用智器 V5 实现山寨 MiFi</a></li><li><a href="http://blog.linjian.org/articles/s3-sync-tools/" title="三款面向 Amazon S3 的开源文件同步工具之对比">三款面向 Amazon S3 的开源文件同步工具之对比</a></li><li><a href="http://blog.linjian.org/articles/ipv6-icmpv6-error/" title="解决 IPv6 路由发现协议得到错误地址的问题">解决 IPv6 路由发现协议得到错误地址的问题</a></li><li><a href="http://blog.linjian.org/articles/rsync-unison-ssh/" title="使用 rsync 或 unison 备份或同步支持 ssh 的 web 主机">使用 rsync 或 unison 备份或同步支持 ssh 的 web 主机</a></li><li><a href="http://blog.linjian.org/articles/storage-trust-model/" title="浅谈存储系统的信任边界">浅谈存储系统的信任边界</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.linjian.org/articles/ubuntu-jaunty-dropbox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
