Live data from Hacker News

CentOS 7 released on x86_64

lists.centos.org

11–20 of 123 posts

Re: CentOS 7 released on x86_64

#13
post #10

"CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by Red Hat." ? It used to be from a "Prominent North American Enterprise Linux Vendor". Something changed at some point.

Redhat employs some of the CentOS people now, although their build process still seems to be pretty separate.

Re: CentOS 7 released on x86_64

#14
post #10

"CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by Red Hat." ? It used to be from a "Prominent North American Enterprise Linux Vendor". Something changed at some point.

They got official support is what changed.

http://www.redhat.com/about/news/press-archive/2014/1/red-ha...

Re: CentOS 7 released on x86_64

#15
post #10

"CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by Red Hat." ? It used to be from a "Prominent North American Enterprise Linux Vendor". Something changed at some point.

Back in January there was a "[blank] is joining [blank]!" type of announcement.

http://lists.centos.org/pipermail/centos-announce/2014-Janua...

Re: CentOS 7 released on x86_64

#17
post #4

Woo. Have been using the RHEL 7 Amazon AMI images, and it's nice not to worry about shell scripts / custom supervisord stuff for your web services anymore. My node app is deployed with a single `myapp.service` file thanks to systemd: [Service] ExecStart=/usr/local/bin/node --harmony /var/www/myapp/server.js Restart=always User=nobody Group=nobody Environment=PATH=/usr/bin:/usr/local/bin Environment=NODE_ENV=productio…

that looks so much cleaner than init.d scripts. I have heard some people refer to systemd as not very linux-esque - can someone comment on what that might mean?

Re: CentOS 7 released on x86_64

#18
post #4

Woo. Have been using the RHEL 7 Amazon AMI images, and it's nice not to worry about shell scripts / custom supervisord stuff for your web services anymore. My node app is deployed with a single `myapp.service` file thanks to systemd: [Service] ExecStart=/usr/local/bin/node --harmony /var/www/myapp/server.js Restart=always User=nobody Group=nobody Environment=PATH=/usr/bin:/usr/local/bin Environment=NODE_ENV=productio…

that looks so much cleaner than init.d scripts. I have heard some people refer to systemd as not very linux-esque - can someone comment on what that might mean?

http://boycottsystemd.org/

Re: CentOS 7 released on x86_64

#20

512MB is the minimum memory requirement for CentOS-7 Well. Dangit. Grumble grumble...

There are quite a few choices of lightweight Linux distro. This isn't aimed at that market

Oh, I know, but I've been happily using CentOS 6 on my 128MB box, and was looking forward to CentOS 7.
Post reply on HN