jannis-a / pyload-freebsd

A FreeBSD port for pyLoad
21 stars 8 forks source link

Wrong permissions with FreeBSD 10.1 and ZFS #8

Closed moogle19 closed 3 years ago

moogle19 commented 9 years ago

If I run pyload -s after installing on FreeBSD 10.1 with ZFS I get the following output:

    #pyload -s
    zsh: permission denied: pyload

The permission in /usr/local/share/pyload are:

    total 153
    -rw-r--r--   1 root  wheel  32422 Jan 18  2014 LICENSE
    -rw-r--r--   1 root  wheel   2537 Jan 18  2014 README
    drw-r--r--   2 root  wheel     11 Jan 18  2014 docs/
    drw-r--r--   2 root  wheel     22 Jan 18  2014 icons/
    drw-r--r--  17 root  wheel     22 Dec  7 00:22 locale/
    drw-r--r--  12 root  wheel     30 Dec  7 00:22 module/
    -rw-r--r--   1 root  wheel   9105 Jan 18  2014 pavement.py
    -rw-r--r--   1 root  wheel  19882 Dec  7 00:22 pyLoadCli.py
    -rw-r--r--   1 root  wheel  19879 Jan 18  2014 pyLoadCli.py.orig
    -rw-r--r--   1 root  wheel  22525 Dec  7 00:22 pyLoadCore.py
    -rw-r--r--   1 root  wheel  22485 Jan 18  2014 pyLoadCore.py.orig
    -rw-r--r--   1 root  wheel  28653 Dec  7 00:22 pyLoadGui.py
    -rw-r--r--   1 root  wheel  28650 Jan 18  2014 pyLoadGui.py.orig
    drw-r--r--   2 root  wheel      3 Jan 18  2014 scripts/
    -rw-r--r--   1 root  wheel    117 Jan 18  2014 setup.cfg
    -rw-r--r--   1 root  wheel   3406 Jan 18  2014 systemCheck.py
    -rw-r--r--   1 root  wheel   1005 Jan 18  2014 testlinks.txt
    drw-r--r--   2 root  wheel      4 Jan 18  2014 tests/
jannis-a commented 9 years ago

Set chmod +x to pyLoadCli.py, pyLoadCore.py and pyLoadGui.py. If it complains about about not finding python2, just create a symlink from /usr/local/bin/python2.7 /usr/local/bin/python2. I will fix the port as soon as possible. :)