免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4257 | 回复: 2

Linux 问答:这样使用 RHEL 合法吗? [复制链接]

论坛徽章:
0
发表于 2008-09-20 23:40 |显示全部楼层
Linux 问答:这样使用 RHEL 合法吗?\r\n\r\n某论坛上有网友问及,下载 RHEL的 ISO 文件进行安装,但不购买 Red Hat 提供的任何服务,并且移除系统中 Red Hat 注册商标,这样做是否合法?去年我正好研究过这个问题,现在把旧文找出来整理重贴。\r\n\r\nRHEL的版权由 GPL 软件版权和 Red Hat 自有版权两部分组成,而由于 GPL 许可证具有传染性,故所有基于 GPL 开发的软件都要符合GPL 条款,因此 Red Hat 自有版权部分在 RHEL 中只占很少的部分,只需删除所有 Red Hat Network Code即可完全自由使用RHEL。这在 RHEL Subscriptions Renewal FAQs里说得很清楚:\r\n\r\n
                      6. If I don\'t renew, can I continue to use the software?             \r\n \r\n       Yes,under the General Public License (GP), you may use the software andmaintain your own custom version of Linux. However, you will not haveaccess to:\r\n\r\n       * Technical support from Red Hat.\r\n\r\n       * Security or software updates via Red Hat Network. You will have tofind updates from alternative resources that provide reliable, securedownloads.\r\n\r\n        *Support from certified hardware suppliers or software vendors likeOracle for applications running on an expired Red Hat Enterprise Linuxsubscription.\r\n\r\n       * Coverage from the Red Hat Open Source Assurance program, featuring anIntellectual Property Warranty for Red Hat Enterprise Linux customers.Red Hat designed the program to protect customers using open sourcesolutions.\r\n\r\n       Pleasenote that when your subscription expires you will still be bound by theterms and conditions of the End User License Agreement and will have toremove all copies of Red Hat Network Code. \r\n
\r\nRed Hat 的营利模式是 Subscription Business Model,即通过向用户出售技术服务,获取相应年费营利,这在 Red Hat Store 网页上说得也很清楚:\r\n\r\n\r\n\r\n其 Subscription 内容主要包括 phone support、web support 和 unlimited incidents。如果你的技术能力足以自我 Support,又何必购买如此昂贵的 Support 呢?\r\n\r\n这样使用 RHEL 完全合法。其实 Oracle 所谓的 Unbreakable Enterprise Linux 就是把 RHEL 改头换面,再低价出售 Compatiable Subscription(鄙视),详见: http://en.wikipedia.org/wiki/Oracle_Enterprise_Linux\r\n\r\n当然,Red Hat 为 Linux 的发展付出了巨大的努力,他们提供的 Red Hat Enterprise Linux系列较之同类产品,无论在功能还是性能方面都有极大的提升(相对于 Fedora 9 和 Ubuntu Server的测试结果可以看出)。我们应该如何回馈 Red Hat,促使其继续保持对开源软件的巨大热情,进一步推动 RHEL又好又快发展,这是大家都需要考虑的问题(欢迎购买 Red Hat 相关产品、服务,参加 RHCE/RHCA 认证培训和考试)。\r\n\r\n最后,向各位担心法律问题的朋友,奉上许可证检查脚本: CheckLicense.sh\r\n\r\n
#!/bin/bash\r\n# Author: hutuworm (http://hutuworm.blogspot.com)\r\n# RELEASED UNDER GPLv2.\r\n\r\nfor PACKAGE in `rpm -qa`\r\ndo\r\nNOTICE=`rpm -qi $PACKAGE | grep License | grep -iE \'red\r\n ?hat\'`\r\nif [ ! \"$NOTICE\" = \"\" ]\r\n then\r\n     echo $PACKAGE \":\" $NOTICE ;\r\nfi\r\ndone\r\n
\r\n在装有 RHEL 的服务器上执行:\r\n\r\n
# sh CheckLicense.sh \r\n\r\n       redhat-logos-1.1.14.3-1 : Size : 993129 License: Copyright ?1999-2002 Red Hat, Inc. All rights reserved.\r\n\r\n       anaconda-images-9.1-3.RHEL : Size : 5363878 License: Copyright ?2003 Red Hat, Inc. All rights reserved.\r\n\r\n       anaconda-product-3-1AS : Size : 75111 License: Copyright 2003 Red Hat, Inc. All rights reserved.\r\n
\r\n那么只需要把 redhat-logos-1.1.14.3-1、anaconda-images-9.1-3.RHEL、anaconda-product-3-1AS 这三个 rpm 包用 rpm -e 命令从系统中移除,即可高枕无忧。

论坛徽章:
0
发表于 2008-10-12 00:09 |显示全部楼层
:wuyu: :wuyu: 不懂!!!

论坛徽章:
0
发表于 2008-10-12 01:27 |显示全部楼层
这样做的人已经很多了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP