终于发现QQ图片转圈的原因了
Tofloor
poster avatar
lflflf
deepin
2020-02-13 18:06
Author
用wine5.0的日志输出发现取图片的时候会有域名解析失败,原来是IPV6打开了导致的。关闭ipv6,重新打开QQ,取图片转圈问题解决

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1



另外选择wine5.0安装QQ9.2.3已经可以完美运行,但可以不能在深度上运行,因为拖盘不能兼容wine只优化了deepin-wine。
Reply Favorite View the author
All Replies
1 / 4
To page
avatar
nolocus
deepin
2020-02-14 22:52
#1
马克一下, 我都是随便设置一个代理 , 也能解决问题。
Reply View the author
avatar
zed7th
deepin
2020-02-14 23:47
#2
不错,很有效,谢谢分享,之前我都是改小MTU来接收图片,但是头像还是显示不了,现在终于可以显示了
Reply View the author
avatar
Guumi
deepin
2020-02-15 03:12
#3
能解决图片打不开的问题么?有待测试
Reply View the author
avatar
jzc
deepin
2020-02-15 03:34
#4
有效  完美解决问题
Reply View the author
avatar
jzc
deepin
2020-02-15 03:36
#5
https://bbs.deepin.org/post/188959
有效  完美解决问题

下载文件也解决了
Reply View the author
avatar
180******28
deepin
2020-02-15 06:42
#6
有效,赞一个~
Reply View the author
avatar
zed7th
deepin
2020-02-15 20:37
#7
sudo dedit /etc/sysctl.d/99-sysctl.conf
加入:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
之后sudo sysctl -p
Reply View the author
Comments
jane
2020-04-14 16:37
厉害
avatar
zed7th
deepin
2020-02-15 20:39
#8
https://bbs.deepin.org/post/188959
sudo dedit /etc/sysctl.d/99-sysctl.conf
加入:
net.ipv6.conf.all.disable_ipv6 = 1

补充一下如何重启后还生效,不然的话重启会失效。
Reply View the author
avatar
jzc
deepin
2020-02-15 23:18
#9
https://bbs.deepin.org/post/188959
补充一下如何重启后还生效,不然的话重启会失效。

感谢分享
Reply View the author
avatar
panda-deepin-linux
deepin
2020-02-17 01:06
#10
本帖最后由 panda-deepin-linux 于 2020-2-16 18:11 编辑

有效哦,牛牛牛
Reply View the author
avatar
panda-deepin-linux
deepin
2020-02-17 02:17
#11

亲测有效
Reply View the author
avatar
zhangcg989
deepin
2020-02-17 03:09
#12

非常有效。。终于完美了。。。。。哈哈哈。。太好了。。 感谢大家。。
Reply View the author
avatar
zhangcg989
deepin
2020-02-17 03:10
#13
感谢感谢。。。
Reply View the author
avatar
widon1104
deepin
2020-02-18 18:59
#14
网易云音乐加载音乐失败,提示网络错误也是这个原因
Reply View the author
avatar
enterxj
deepin
2020-02-18 19:49
#15
学习了,非常感谢
Reply View the author
avatar
alibao
deepin
2020-02-18 20:09
#16
https://bbs.deepin.org/post/188959
sudo dedit /etc/sysctl.d/99-sysctl.conf
加入:
net.ipv6.conf.all.disable_ipv6 = 1

重启之后就不生效了,这个要怎么解决?
Reply View the author
avatar
alibao
deepin
2020-02-18 20:11
#17

我试了,重启之后就不生效了,这个有遇到吗?
Reply View the author
avatar
zhangcg989
deepin
2020-02-18 21:08
#18
https://bbs.deepin.org/post/188959
我试了,重启之后就不生效了,这个有遇到吗?

我的重启后也没问题。。我的15.11版本
Reply View the author
avatar
zed7th
deepin
2020-02-18 23:33
#19
https://bbs.deepin.org/post/188959
我试了,重启之后就不生效了,这个有遇到吗?

可以通过grub来关闭ipv6:
sudo vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
sudo update-grub
然后重启系统
Reply View the author
avatar
zed7th
deepin
2020-02-18 23:34
#20
https://bbs.deepin.org/post/188959
我的重启后也没问题。。我的15.11版本

sudo dedit /etc/default/grub
把GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"修改为
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
sudo update-grub
然后重启系统
Reply View the author
1 / 4
To page