谁知道这个软件是什么?为什么日志这么大?
Tofloor
poster avatar
china9494520
deepin
2020-08-31 17:04
Author
每天用系统助手进行系统清理的时候,都会有大量的日志文件,我查看了一下,主要是这个软件,谁知道这个软件是做什么用的?
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2020-08-31 17:27
#1
系统日志而已,systemd产生的,journal可以配置最大滚动容量: https://www.loggly.com/ultimate-guide/managing-journal-size/
Reply View the author
Comments
gaoyanglion
2020-08-31 18:09
SystemMaxUse=500M
系统已经配置了,不会无限增长,问题不大
avatar
说书人
deepin
2020-08-31 17:29
#2
我认为,可以理解为后台服务运行日志,就是systemd日志

honor@honor-PC:~$ journalctl -f
Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal' can see all messages.
      Pass -q to turn off this notice.
-- Logs begin at Sat 2020-08-29 16:53:53 CST. --
8月 31 09:20:51 honor-PC daemon/trayicon[4167]: traymanager.go:369: Add tray icon 62915487 name: "sogou-qimpanel"
8月 31 09:20:51 honor-PC x-event-monitor[4167]: manager.go:135:
8月 31 09:20:52 honor-PC x-event-monitor[4167]: manager.go:135:
8月 31 09:20:54 honor-PC x-event-monitor[4167]: manager.go:135:
8月 31 09:25:53 honor-PC startdde[3824]: startmanager.go:461: dispatcher.NewApp error: mkdir /sys/fs/cgroup/blkio/2@dde: permission denied
8月 31 09:25:53 honor-PC startdde[3824]: startmanager.go:546: send openapp message, app info /usr/share/applications/deepin-terminal.desktop/终端/deepin-terminal
8月 31 09:25:54 honor-PC daemon/dock[4167]: app_entry.go:239: attach window id: 102760458, wmClass: "deepin-terminal" "deepin-terminal", wmState: [], wmWindowType: [390], wmAllowedActions: [521 522 523 524 526 527 528 529 530], hasXEmbedInfo: false, hasWmTransientFor: false
8月 31 09:26:17 honor-PC x-event-monitor[4167]: manager.go:135:
8月 31 09:26:52 honor-PC x-event-monitor[4167]: manager.go:135:
8月 31 09:26:53 honor-PC x-event-monitor[4167]: manager.go:135:
Reply View the author
avatar
qywl19179121935
deepin
2020-08-31 17:30
#3
我都是用Stacer清理垃圾的,希望火绒出linux个人版,可以适配UOS个人版、deepin,现在用的360安全卫士和360杀毒都不好用,担心删错文件
Reply View the author
avatar
xuey
deepin
2020-08-31 17:47
#4
用的什么内核?我之前用Ubuntu的内核也是这样,很多manager.go:135: 类似的错误记录,用源内的内核就正常了
Reply View the author
Comments
gaoyanglion
2020-08-31 18:12
源里的5.7内核
avatar
china9494520
deepin
2020-08-31 18:40
#5
https://bbs.deepin.org/post/200995
用的什么内核?我之前用Ubuntu的内核也是这样,很多manager.go:135: 类似的错误记录,用源内的内核就正常了 ...

用的是论坛里面发的,一键升级到5.7.11的。
Reply View the author
avatar
china9494520
deepin
2020-08-31 18:41
#6
https://bbs.deepin.org/post/200995
我认为,可以理解为后台服务运行日志,就是systemd日志

honor@honor-PC:~$ journalctl -f

那就是不用管它,文件大了以后清除一下就可以了吧。
Reply View the author
avatar
说书人
deepin
2020-08-31 18:51
#7
https://bbs.deepin.org/post/200995
那就是不用管它,文件大了以后清除一下就可以了吧。

按系统设置,最多占用500多M空间,定期删除一下就好,不会撑爆硬盘
Reply View the author
avatar
xuey
deepin
2020-08-31 19:20
#8
本帖最后由 xuey 于 2020-8-31 11:23 编辑
https://bbs.deepin.org/post/200995
用的是论坛里面发的,一键升级到5.7.11的。

那个用的就是Ubuntu的内核,只是弄了一个脚本自动下载和安装。Ubuntu的内核在deepin上用会有很多BUG。那些错误只要开机就会产生,清理是无用之功。
话说回来,如果不是为了支持新硬件,建议用源内的5.4或者5.7的内核,毕竟自己的环境编译的内核还是优化的好。

Reply View the author
avatar
china9494520
deepin
2020-08-31 23:39
#9
https://bbs.deepin.org/post/200995
那个用的就是Ubuntu的内核,只是弄了一个脚本自动下载和安装。Ubuntu的内核在deepin上用会有很多BUG。那些 ...

好的,知道了,不会换,就不折腾了。
Reply View the author
avatar
xuey
deepin
2020-09-01 00:02
#10
https://bbs.deepin.org/post/200995
好的,知道了,不会换,就不折腾了。

5.7的安装:
sudo apt install linux-headers-5.7.7-amd64-desktop linux-image-5.7.7-amd64-desktop
5.4的安装:
sudo apt install linux-headers-5.4.50-amd64-desktop linux-image-5.4.50-amd64-desktop
内核卸载:
dpkg --get-selections | grep linux  #可以查看已安装的内核
sudo apt purge 你想卸载的内核
Reply View the author
avatar
china9494520
deepin
2020-09-01 19:15
#11
https://bbs.deepin.org/post/200995
5.7的安装:
sudo apt install linux-headers-5.7.7-amd64-desktop linux-image-5.7.7-amd64-desktop
5.4 ...

卸载的时候出现了一个错误。我已经安装了5.7.7,启动的时候可以手动选择,但是默认还是5.7.11,能不能改一下默认选项?
Reply View the author
avatar
jalawov
deepin
2020-09-01 19:31
#12
https://bbs.deepin.org/post/200995
用的是论坛里面发的,一键升级到5.7.11的。

现在官方源里有5,7内核了,不要用那个脚本了
Reply View the author
avatar
xuey
deepin
2020-09-01 20:38
#13
本帖最后由 xuey 于 2020-9-1 12:58 编辑
https://bbs.deepin.org/post/200995
卸载的时候出现了一个错误。我已经安装了5.7.7,启动的时候可以手动选择,但是默认还是5.7.11,能不能改 ...

emmm,你不会开机选的5.7.11然后卸载5.7.11自己吧!不出错就怪了。
用5.7.7的内核开机,然后卸载5.7.11,把带5.7.11的4个包一起卸载掉,sudo apt purge linux-headers-5.7.11* linux-image-unsigned-5.7.11* linux-modules-5.7.11*;
默认选项的话,安装一个grub管理器,sudo apt install grub-customizer,然后就可以通过这个软件设置默认启动项,等待时间等等。
Reply View the author
avatar
xmingx
deepin
2020-09-01 20:39
#14
https://bbs.deepin.org/post/200995
用的什么内核?我之前用Ubuntu的内核也是这样,很多manager.go:135: 类似的错误记录,用源内的内核就正常了 ...

这是什么错误?


Reply View the author
avatar
xuey
deepin
2020-09-01 20:44
#15

不知道,这的问官方https://bbs.deepin.org/user/48640
我觉得问题不大,毕竟你打开Windows日志也是一大堆错误,只要不蓝屏
Reply View the author
avatar
偕臧
deepin
2020-09-01 22:17
#16
https://bbs.deepin.org/post/200995
不知道,这的问官方@jingle
我觉得问题不大,毕竟你打开Windows日志也是一大堆错误,只要不蓝屏 ...

这应该只是警告吧(黄色标识),不是错误(红色的感叹号记得是)。如果不影响使用的话,是可以不管的。毕竟每个东东的警告级别都不一样。若是想要知道这个具体的含义,得自己摸索下(对于感兴趣的东东自己探索,保持活性),或者论坛大佬知道的给解答下,或者是这个软件相关研发一定知道这个 log 的日志含义?  
Reply View the author
avatar
china9494520
deepin
2020-09-02 00:24
#17
https://bbs.deepin.org/post/200995
emmm,你不会开机选的5.7.11然后卸载5.7.11自己吧!不出错就怪了。
用5.7.7的内核开机,然后卸载5.7.11,把 ...

还真是让你猜对了,我进的5.7.11进行卸载的
现在切换到5.7.7开机后,已经顺利把5.7.11卸载掉了。
非常感谢!
Reply View the author
Comments
xuey
2020-09-02 00:43
这不是猜的好吧;要靠猜,系统得一天好几装
avatar
china9494520
deepin
2020-09-02 17:01
#18
https://bbs.deepin.org/post/200995
还真是让你猜对了,我进的5.7.11进行卸载的
现在切换到5.7.7开机后,已经顺利把5.7.11卸载掉了。
非常感 ...

是,是我表达不正确,谢谢了啊。
Reply View the author