Skip to content

Add support for Ubuntu trusty (and other newer distribution releases)#435

Closed
grahame wants to merge 3 commits into
jtriley:developfrom
muccg:trusty-support
Closed

Add support for Ubuntu trusty (and other newer distribution releases)#435
grahame wants to merge 3 commits into
jtriley:developfrom
muccg:trusty-support

Conversation

@grahame
Copy link
Copy Markdown

@grahame grahame commented Sep 5, 2014

Replace all direct calls to /etc/init.d with calls through the standard 'service' command.

Newer distributions call the 'portmap' service 'rpcbind'. Detect which is installed and call the appropriate service.

@cancan101
Copy link
Copy Markdown

@grahame In order to start nfs on new version of Ubuntu, don't you need to do service nfs-kernel-server start rather than service nfs start?

@grahame
Copy link
Copy Markdown
Author

grahame commented Sep 17, 2014

Ah, good point @cancan101. I must have been testing against an older Ubuntu; it still needs 'service' calls. I'll update the PR and test for the name of the NFS service the way I'm testing for the name of the portmap service.

Comment thread starcluster/node.py
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we ignore_exit_status?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+nosy

@LinusU
Copy link
Copy Markdown

LinusU commented Sep 1, 2015

@jtriley I would really like to have this, what is needed to get this merged? Anything I can help with?

@LinusU LinusU mentioned this pull request Sep 1, 2015
@grahame grahame closed this Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants