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

Linuxisms #5

Open
kengle3 opened this issue Feb 4, 2013 · 1 comment
Open

Linuxisms #5

kengle3 opened this issue Feb 4, 2013 · 1 comment

Comments

@kengle3
Copy link

kengle3 commented Feb 4, 2013

I'm trying to get Pytomation functioning on my Mac for use with a University project, but am having a lot of issues trying to get the installation scripts to play nice.

I've noticed that at least install.sh uses Linuxisms (useradd). This prevents non-Linux users from installing by using the script. I attempted to get around this by manually creating the user and commenting out that portion of the script.

I now get two errors at the very end as a result.

Setting install location in pytomation.sh
Copying init script to /etc/init.d...
Making sure scripts are excutable...
chmod: /etc/init.d/pyto: Not a directory
Setting Pytomation to start from run level 2
ln: /etc/rc2.d/S99pyto: No such file or directory
Finished...

This is generated by a Mac running Mountain Lion.

@horga83
Copy link
Collaborator

horga83 commented Feb 4, 2013

Pytomation can run as a regular user, you don't actually need the
startup scripts. If you edit pytomation.sh you can run right from the
Pytomation folder.

If you do create startup scripts for the Mac, could you send it on to me
so I can update the repository with them.

Thanks
George

On Sun, 2013-02-03 at 19:20 -0800, kengle3 wrote:

I'm trying to get Pytomation functioning on my Mac for use with a
University project, but am having a lot of issues trying to get the
installation scripts to play nice.

I've noticed that at least install.sh uses Linuxisms (useradd). This
prevents me from installing by using the script. I attempted to get
around this by manually creating the user and commenting out that
portion of the script.

I now get two errors at the very end as a result.

Setting install location in pytomation.sh
Copying init script to /etc/init.d...
Making sure scripts are excutable...
chmod: /etc/init.d/pyto: Not a directory
Setting Pytomation to start from run level 2
ln: /etc/rc2.d/S99pyto: No such file or directory
Finished...

Any help getting Pytomation to run on non-Linux machines would be
appreciated.


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants