关于 NetBSD 11 的思考
我使用OpenBSD已经很多年了。最近由于硬件故障以及我更换的硬件在OpenBSD上支持不佳,我决定尝试一下NetBSD。这真是个错误。什么都不管用。
命令执行失败或挂起,没有明显的错误信息。SSH无法将本地终端传递到远程(之前从未遇到过仅因SSH导致的终端降级)。像退格键和方向键这样的常用键默认无法使用。从xterm复制到SSH xterm的选择功能也坏了。某些与xterm中的set相关的shell命令会导致整个X服务器崩溃。Firefox无缘无故地使整个X服务器崩溃。没有默认的安装源来添加软件包。su命令会保留用户的环境。如果你在寻找一个可以设置并正常使用而无需花费数小时调试的系统,这简直就是一堆垃圾。
相比之下,OpenBSD开箱即用,所需的配置都是合乎逻辑且有文档说明的。我看不出一个默认情况下无法用于生产工作的操作系统有什么好处。我在寻找特定的帮助,涉及正常的终端操作:SSH连接远程而不破坏终端;在xterm窗口之间选择粘贴;正常的键盘操作;Firefox不会锁死或崩溃X服务器。这是另一件事:在OpenBSD上,Firefox不会锁死X,而在我的NetBSD系统上,当Firefox启动时,X中的所有其他窗口都被冻结。
查看原文
I have been a user of openbsd for years. recently due to hardware failure and poor support of my replacement hardware on openbsd i decided to give NetBSD a try. What a mistake. Nothing just works.<p>Commands fail or hang with no visible error.<p>SSH does not pass the local terminal to remote (never had experienced terminal degradation just from ssh before)<p>Normal keys like backspace and arrow do not work by default.<p>Select to copy from xterm to ssh xterm is broken.<p>Launching certain shell commands having to do with set in xterm brings down the whole xserver.<p>firefox brings down the whole xserver inexplicably<p>no installurl default to add packages from.<p>su keeps the user's environment.<p>just an all around pile of garbage if you are looking for something you can set up and work with without hours of tinkering.<p>in contrast if you set up openbsd it WORKS out of the box and what needs to be configured is logical and documented.<p>I can see no benefit in an OS that is unusable for productive work by default.<p>looking for specific help with a normal terminal<p>ssh to remote without buggering the terminal<p>select to paste between xterm windows<p>normal keyboard operations<p>firefox not locking or crashing x. this is another thing: firefox on openbsd does not lock x. on my netbsd system while firefox is launching all other windows in x are frozen.