Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Linuxisms #5

@kengle3

Description

@kengle3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions