Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a CentOS installer #114

Open
marcuswhybrow opened this issue Nov 27, 2012 · 9 comments
Open

Provide a CentOS installer #114

marcuswhybrow opened this issue Nov 27, 2012 · 9 comments
Assignees

Comments

@marcuswhybrow
Copy link

It looks like CentOS is a common operating system for Minecrafters. I've heard of a few difficulties involved in installing and using MSM on this OS, and providing a CentOS specific installer might be a useful addition.

The main issue (as ever) is wget flags which were required, but not supplied.

@ghost ghost assigned marcuswhybrow Nov 27, 2012
@b0Stark
Copy link

b0Stark commented Nov 27, 2012

Best way to solve this is to set up a repository and install through Yum.
Updates is as easy, and removal is a breeze. I'll look into how to solve
the repo-server easily once I'm in front of a computer.

  • Stark

On Tuesday, 27 November 2012, Marcus Whybrow wrote:

It looks like CentOS is a common operating system for Minecrafters. I've
heard of a few difficulties involved in installing and using MSM on this
OS, and providing a CentOS specific installer might be a useful addition.

The main issue (as ever) is wget flags which are not supported.


Reply to this email directly or view it on GitHubhttps://github.com//issues/114.

@marcuswhybrow
Copy link
Author

Sounds like a good idea, I'm also interested in creating a debian package in the future, if anyone knows more about that.

@marcoamorales
Copy link

I guess this was solved with the Red Hat installer?

@marcuswhybrow
Copy link
Author

I suppose. Has anyone tested that assumption?

@Goblom
Copy link

Goblom commented Apr 10, 2013

I have had no problems using the RedHat installer on CentOS

(/necro-post)

@SullyTheUnusual
Copy link

MSM can't update the packages on my system. Not sure what's wrong.

Here's the output after I run the Redhat install command:

http://pastie.org/8508310

@ghost
Copy link

ghost commented Nov 25, 2013

@SullyTheUnusual - That's not an MSM issue, sorry! You're seeing it because MSM is running yum update before installing its own dependencies.

My best guess is that you're either running a server that has been converted from Oracle Linux to CentOS, or that you've got an Oracle Linux repository in your /etc/yum/sources.list or /etc/yum/sources.list.d/*. As it looks like /etc/oracle-release doesn't exist, I'm guessing the latter - In which case you need to change your yum sources to use the CentOS repositories.

If that still doesn't fix it, then try the CentOS community - They'll be able to provide better assistance!

~ Akythius

@jonahollis
Copy link

I have CentOS 6.5 and the command line

wget -q http://git.io/lu0ULA -O /tmp/msm && bash /tmp/msm

yields no response, even with sudo and cron installed. Any suggestions? Thanks!

@morbeo
Copy link
Contributor

morbeo commented Oct 10, 2016

@j0n4h separate the two steps and see where it is failing. Is wget missing? is /tmp writable? Is /tmp/msm created? Can you run bash /tmp/msm separately?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants