TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Relax, It's Just Ubuntu 15.04. AARGH IT'S FULL OF SYSTEMD

14 点作者 byaruhaf大约 10 年前

3 条评论

amyjess大约 10 年前
I&#x27;ve actually gotten to the point where I don&#x27;t mind systemd itself (&quot;systemctl status&quot; is a sysadmin&#x27;s wet dream, and the built-in security and resource limit options are seriously wonderful), but what I <i>do</i> have a problem with is how the Linux ecosystem is turning into a monoculture.<p>IMO, Linux is at its healthiest when its two most popular server distributions, RHEL and Debian, are as different as they can possibly be. I really wish Debian would have gone with OpenRC for that reason.
评论 #9492654 未加载
vezzy-fnord大约 10 年前
<i>When you boot Linux, the init system loads the drivers you need, turns on your network connection, fires up the necessary system service and then loads the desktop. Without an init system, you have no way to do anything.</i><p>Actually I&#x27;m pretty sure it&#x27;s udev that handles module loading these days (which isn&#x27;t related to the functions of init(8) and process management, even if it&#x27;s part of systemd now), or alternately one can use the kmod tools manually.<p>This is a misleading interpretation in general. The init system (though really the process manager) <i>starts the services</i> to enable all these things. The simplest form is just a synchronous tool that exec()s binaries.
评论 #9492745 未加载
评论 #9492702 未加载
dekhn大约 10 年前
I upgraded to 15.04. No real problems. In fact, systemd nicely addressed a few things that were really awkward for me before, and the integration with containers is very nice.
评论 #9495632 未加载