用goagent啊,同步问题基本都是GFW搞的鬼
于 2012年09月02日 12:34, Zind 写道:
我也是昨天升级到 Chrome 21,并且在同步时抽的风。。。
应该是 GFW 在搞鬼。。。
你多重试几次:先 disconnect 后再重新登入,运气好的话,勉强可以同步下来。
看这里:
https://support.google.com/chrome/bin/answer.py?hl=en&answer=1181420
Oops, Sync has stopped working 这一条。。。
翻墙的话,可以用 svn checkout
http://smarthost
ng list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/**mailman/listinfo/ubuntu-zh<https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh>
>
-- 下一部分 --
一个HTML附件被移除...
URL:
<https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120903/3933761a/attachment.html>
--
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
On Sat, Sep 01, 2012 at 04:53:34PM +0800, zhiyayan wrote:
> ubuntu 12.04 软件中心每几分钟就崩溃一次是什么情况。。我都快疯了。。12.04
> 下有没有类似于小熊猫那样的软件呢?谢谢。。
额。你sudo apt-get install aptitude; sudo aptitude
一切都正常了。apt-get不能解决的问题,aptitude大都能解决。
--
Regards,
Tusooa
< There's more than onw way to do it >
--
ubuntu-zh mailing
谢谢~
sudo apt-get install aptitude这一行执行是没有问题的,
sudo aptitude
这个一执行就报错。。说是要给什么发送信息。。发送完还要重启一下。。
于 2012年09月03日 20:43, Tusooa Zhu 写道:
On Sat, Sep 01, 2012 at 04:53:34PM +0800, zhiyayan wrote:
ubuntu 12.04 软件中心每几分钟就崩溃一次是什么情况。。我都快疯了。。12.04
下有没有类似于小熊猫那样的软件呢?谢谢。。
额。你sudo apt-get install aptitude; su
sudo apt-get install aptitude
这个之后显示:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
aptitude 已经是最新的版本了。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包
未被升级。
sudo aptitude
这个之后显示:
Ouch! Got SIGSEGV, dying..
于 2012年09月03日 20:43, Tusooa Zhu 写道:
On Sat, Sep 01, 2012 at 04:53:34PM +0800, zhiyayan w
怎么取消那个系统错误的报告?经常写着代码什么都没干结果就冒出来了……影响节奏……
谢谢各位了
--
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
you need to edit /etc/default/apport
# Graphical
gksu gedit /etc/default/apport
or
# Command line
sudo vi /etc/default/apport
Change enabled from "0" to a "1" so it looks like this:
enabled=1
To turn it off make it:
enabled=0
to turn it off at boot, and then turn it off with a sudo service
Thanks a lot buddy.
2012/9/4 GSC :
> you need to edit /etc/default/apport
>
> # Graphical
> gksu gedit /etc/default/apport
>
> or
>
> # Command line
> sudo vi /etc/default/apport
>
> Change enabled from "0" to a "1" so it looks like this:
>
> enabled=1
>
> To turn it off make it:
>
> enabled=0
>
>