OpenBSD 7.4, released Oct 16, 2023
OpenBSD 7.4, released Oct 16, 2023
This is the 55th release.
我觉得重要的改动是下面几个:
1.普通用户需要添加到 _shutdown 组才能使用 shutdown(8) 命令。
2.softdep 已经被淘汰,变成无操作。
更多内容可以查看官网:
https://www.openbsd.org/74.html
或者,可以查看邮件:
https://marc.info/?t=169746103200001&r=1&w=2
我觉得重要的改动是下面几个:
1.普通用户需要添加到 _shutdown 组才能使用 shutdown(8) 命令。
2.softdep 已经被淘汰,变成无操作。
更多内容可以查看官网:
https://www.openbsd.org/74.html
或者,可以查看邮件:
https://marc.info/?t=169746103200001&r=1&w=2
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Re: OpenBSD 7.4, released Oct 16, 2023
噢,这次的发布延迟了半个月~
他们这美工画风…俺是越来越不喜欢了。这回banner上的刺豚给画成冠状病毒了啊喂 'O'
OB就主打一个折腾~ 关机的搞繁琐向,严重背离至简原则。不如把日志文件系统搞里头,以后关机直接拔插头~~
他们这美工画风…俺是越来越不喜欢了。这回banner上的刺豚给画成冠状病毒了啊喂 'O'
OB就主打一个折腾~ 关机的搞繁琐向,严重背离至简原则。不如把日志文件系统搞里头,以后关机直接拔插头~~
Re: OpenBSD 7.4, released Oct 16, 2023
OB 是我使用过的发行版中折腾较少的了,我之前是使用 Gentoo 好几个月的,比用基于 Arch 系的还能折腾。
至于关机,主要是这个原因:
代码: 全选
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/06/19 07:05:25
Modified files:
etc : group
sbin/shutdown : Makefile shutdown.8
Log message:
The group "operator" gatekeeps a few superuser abilities (dumping disks,
manipulating tape drives -> means gid operator on device nodes). This group
is also used with group-access bit on the setuid-root shutdown command
(mode ug+x,u+s). Some people use this to shutdown/reboot their machines, but
use of that group is giving them disk read access also, which is wrong.
It would be a pain to re-gid all the device nodes, so instead let's renumber
the operator execution gid into group "_shutdown".
Users using this shutdown/reboot functionality will notice it no longer works,
and move themselves to the correct group.
Various choices discussed at large, this seems our best choice.
ok sthen
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Re: OpenBSD 7.4, released Oct 16, 2023
这个我看着不像冠状病毒,倒像是为了视觉冲击画成那样的。
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Re: OpenBSD 7.4, released Oct 16, 2023
唔,这样的使用场景 我不会遇到的。
居然才支持香蕉派的sata。很久以前想用它来做网盘。Make SATA (ahci(4)) work on a Banana Pi BPI-R2 Pro.
Re: OpenBSD 7.4, released Oct 16, 2023
竟然被xwyqi抢先了。
官方完整发行说明看这里https://www.openbsd.org/74.html
懒人看Undeadly总结的创新和改进https://undeadly.org/cgi?action=article ... 1016130614
新开一个_shutdown组挺好的,对桌面用户友好一些了。
我是这样理解的。
简言之,普通用户可以用鼠标关机了。
过去,xfce桌面,我的普通用户都是直接按 电脑 的电源按钮关机的。
如果给普通用户进入operator组,权限就太多了。
官方完整发行说明看这里https://www.openbsd.org/74.html
懒人看Undeadly总结的创新和改进https://undeadly.org/cgi?action=article ... 1016130614
新开一个_shutdown组挺好的,对桌面用户友好一些了。
我是这样理解的。
简言之,普通用户可以用鼠标关机了。
过去,xfce桌面,我的普通用户都是直接按 电脑 的电源按钮关机的。
如果给普通用户进入operator组,权限就太多了。
Re: OpenBSD 7.4, released Oct 16, 2023
https://marc.info/ 这个网站被隔离在墙外多年,不提也罢。
Re: OpenBSD 7.4, released Oct 16, 2023
刚发现楼主推荐的这个网站查ports 挺方便的 https://openbsd.app/
Re: OpenBSD 7.4, released Oct 16, 2023
实际上 xfce 之前可以将 messagebus 启用的前提下再将 startxfce4 后面添加 --with-ck-launch 规则启动 XFCE 后也可以使用普通的关机重启。主要是需要查看软件包的 README 才能得知。f5b 写了: ↑2023-10-17 16:29竟然被xwyqi抢先了。
官方完整发行说明看这里https://www.openbsd.org/74.html
懒人看Undeadly总结的创新和改进https://undeadly.org/cgi?action=article ... 1016130614
新开一个_shutdown组挺好的,对桌面用户友好一些了。
我是这样理解的。
简言之,普通用户可以用鼠标关机了。
过去,xfce桌面,我的普通用户都是直接按 电脑 的电源按钮关机的。
如果给普通用户进入operator组,权限就太多了。
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Re: OpenBSD 7.4, released Oct 16, 2023
我之前在 Fediverse 上看到的这个工具,而且我考虑签名上应该写什么东西,于是就把我使用的一些网站给贴上了。
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Re: OpenBSD 7.4, released Oct 16, 2023
很奇怪,我的移动网可以打开,没有开启代理,可能是 DNS 问题?
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Re: OpenBSD 7.4, released Oct 16, 2023
之前都是通过sysupgrade升级系统。
今天试了以下全新安装OpenBSD 7.4,跟以往版本区别
1. 安装过程多了一个自动加密硬盘的功能,过去都要临时退到shell状态自己搞一轮,现在简单多了。
2. 安装完成,重启之前,会自动更新firmware固件,也挺好的。
3. 第一次重启,还会自动检查以下是否有更新补丁,友情提示你升级。。。
OpenBSD一直在进步。。。。
题外话,今天体验openeuler
安装了 openEuler 22.03 LTS SP2,选server 方式安装
进入系统之后
[root@localhost ~]# man ls
No manual entry for ls
竟然连手册都没有自带,无语。
今天试了以下全新安装OpenBSD 7.4,跟以往版本区别
1. 安装过程多了一个自动加密硬盘的功能,过去都要临时退到shell状态自己搞一轮,现在简单多了。
2. 安装完成,重启之前,会自动更新firmware固件,也挺好的。
3. 第一次重启,还会自动检查以下是否有更新补丁,友情提示你升级。。。
OpenBSD一直在进步。。。。
题外话,今天体验openeuler
安装了 openEuler 22.03 LTS SP2,选server 方式安装
进入系统之后
[root@localhost ~]# man ls
No manual entry for ls
竟然连手册都没有自带,无语。
Re: OpenBSD 7.4, released Oct 16, 2023
自动加密硬盘的导入是 OpenBSD 7.3 就开始有的,之前的确需要手动搞一轮。
自动更新 firmware 比较好,这样可以让硬件正常工作,也可以自动更新 CPU 微码固件。
这个貌似是 OpenBSD 7.4 才有的?我没有注意。
哈人,他们觉得用户使用软件不读手册只会 Google 一下吗?
OpenBSD -current running on KVM.
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
Learning to read manuals and thinking about how to write great scripts.
Great collections: awesome-openbsd
在线用户
正浏览此版面之用户: 没有注册用户 和 1 访客