TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Clear Linux Project

164 pointsby Merkurabout 10 years ago

16 comments

jcofflandalmost 10 years ago
Just what we need a Linux distro who's main goal is apparently to promote Intel products. The language used to describe it makes this quite clear. "The goal of Clear Linux OS, is to showcase the best of Intel Architecture technology...". This is a blatent attempt to exclude ARM who is gaining Linux market share. Whatever innovation they might bring to the table, I will avoid it purely on the basis that its aim is to benefit Intel rather than the user. Dot org my ass.
评论 #9575488 未加载
评论 #9575630 未加载
评论 #9575710 未加载
drewg123about 10 years ago
One issue where &quot;pure&quot; containers have an advantage over VMs is IO.<p>For network intensive workloads, there is a choice between the efficiency of SR-IOV and the control &amp; manageability of a virtual NIC like virtio-net. In order to get efficiency, you need to use SR-IOV, which (the last time I checked) still made lots of admins nervous when running untrusted guests. Sure, the guest could be isolated from internal resources via a vlan, but it could still be launching malicious code onto the internet, and it may be difficult to track its traffic for billing purposes, especially if you want to differentiate between external &amp; internal traffic. SR-IOV NICs also have limited number of queues and VFs, so it is hard to over-commit servers. So in order to maintain control of guests, you end up doubling the kernel overhead by using a virtual NIC (eg, virtio-net) in the VM and a physical NIC in the hypervisor. Now you have twice the overhead, twice the packet pushing, more memory copies, VM exits, etc.<p>The nice thing about containers is that there is no need to choose. You get the efficiency of running just a single kernel, along with all the accounting and firewalling rules to maintain control &amp; be able to bill the guest.
评论 #9575509 未加载
Merkurabout 10 years ago
LWN got an article about it... <a href="https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;644675&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;644675&#x2F;</a>
评论 #9572777 未加载
kbensonabout 10 years ago
How they purport to do packaging is interesting, but I&#x27;m not sure it will work well in the end. Having &quot;bundles&quot; that contain immutable sets of packages sounds good from a stability point of view, but unless they are entirely self contained, you&#x27;ll undoubtedly run into a library that you need to updated for one bundle that then forces you to update another entire bundle. If each bundle is entirely self contained (allowing it to have it&#x27;s own set of libraries), you&#x27;re essentially recreating what&#x27;s a static binary through package semantics. This comes with the usual downsides of static binaries.<p>I&#x27;m interested in seeing it tried though. The learning is in the doing.
评论 #9572929 未加载
评论 #9575069 未加载
zobzuabout 10 years ago
I just tried it. it <i>is</i> fast.<p>its a VM really, but packaged like a container. On my laptop, it starts about as fast as a Docker container, ie less than a second.<p>This is quite impressive.
评论 #9573360 未加载
dbboltonabout 10 years ago
After reading the overview and features, I&#x27;m left wondering:<p>* what tangible benefits would I get from using Clear Linux over my own heavily customized&#x2F;handrolled linux server?<p>* how does the update system handle breakage&#x2F;conflicts?<p>* are any of Intel&#x27;s changes likely to make it into other existing distros or kernels?
评论 #9573711 未加载
Thaxllabout 10 years ago
I just tried on my desktop, woot it&#x27;s super fast!<p>[ 0.000000] KERNEL supported cpus:<p>[ 0.000000] Intel GenuineIntel<p>[ 0.000000] e820: BIOS-provided physical RAM map:<p>...<p>[ 1.245851] calling fuse_init+0x0&#x2F;0x1b6 [fuse] @ 1<p>[ 1.245853] fuse init (API version 7.23)<p>[ 1.246299] initcall fuse_init+0x0&#x2F;0x1b6 [fuse] returned 0 after 431 usecs
评论 #9581374 未加载
评论 #9573700 未加载
mbrzustoabout 10 years ago
i wonder if it builds with icc? seems like a matter of pride they should get that working.
评论 #9575357 未加载
Meaiabout 10 years ago
I dont quite understand what this is: Is it a linux distribution that can have a graphical interface like Gnome 3? My question is essentially: Is it more like Ubuntu or more like Docker?
评论 #9575250 未加载
rgbornalmost 10 years ago
Would very much like to see a comparison of Clear Containers and LXD. Would also like to know why Intel decided to do their own thing and not just help with the LXD project.
lqdc13almost 10 years ago
Unless I am not getting something, are the developers expected to manually compile everything that isn&#x27;t in a bundle?<p>And then recompile again whenever a bundle gets updated?
mrmondoabout 10 years ago
Correct me if I&#x27;m wrong but shouldn&#x27;t &#x27;Cloud&#x27; have a lower case C if it&#x27;s not a product?
Merkurabout 10 years ago
I didn&#x27;t find very mutch information about it.. yet. :( anyone played with it?
zxcvcxzabout 10 years ago
Download link didn&#x27;t work for me in firefox for some reason, had to paste the link:<p><a href="https:&#x2F;&#x2F;download.clearlinux.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;download.clearlinux.org&#x2F;</a>
smegelabout 10 years ago
I am surprised they didn&#x27;t go down the container route for OS updates like CoreOS. I think I like that approach.
评论 #9573011 未加载
frozenportabout 10 years ago
Would be cool if it built with ICC, like the old Linux DNA project.