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

Missing files from debian 9 repos #5

Open
crlsgms opened this issue Jan 29, 2019 · 2 comments
Open

Missing files from debian 9 repos #5

crlsgms opened this issue Jan 29, 2019 · 2 comments

Comments

@crlsgms
Copy link

crlsgms commented Jan 29, 2019

Running the script under debian 9 I got some missing packages, and some errors:

elinks-lite
mytop
libgeos-c1

and in the end of the running script, I got this errors:

chown: não foi possível acessar '/home/web2py/applications/admin/cache': Arquivo ou diretório não encontrado
chown: não foi possível acessar '/home/web2py/applications/admin/databases': Arquivo ou diretório não encontrado
chown: não foi possível acessar '/home/web2py/applications/admin/errors': Arquivo ou diretório não encontrado
chown: não foi possível acessar '/home/web2py/applications/admin/sessions': Arquivo ou diretório não encontrado
chown: não foi possível acessar '/home/web2py/applications/eden/cache': Arquivo ou diretório não encontrado
chown: não foi possível acessar '/home/web2py/applications/eden/errors': Arquivo ou diretório não encontrado
chown: não foi possível acessar '/home/web2py/applications/eden/uploads': Arquivo ou diretório não encontrado
@flavour
Copy link
Member

flavour commented Jan 29, 2019 via email

@crlsgms
Copy link
Author

crlsgms commented Jan 30, 2019

Still testing, but for refference ill note here so I can test and request to pull the alterations.
I runned the script as a regular user, using sudo.

In line 184 it tries to enter again on the web2py, but its not on the right path, and then the next line clones the repo to the wrong path

after that, also the ~web2py points to a wrong path giving errors

./install-eden-apache-mysql.sh: linha 184: cd: web2py: Arquivo ou diretório não encontrado Cloning into 'eden'... remote: Enumerating objects: 340, done. remote: Counting objects: 100% (340/340), done. remote: Compressing objects: 100% (166/166), done. remote: Total 145514 (delta 196), reused 254 (delta 135), pack-reused 145174 Receiving objects: 100% (145514/145514), 171.32 MiB | 5.77 MiB/s, done. Resolving deltas: 100% (108724/108724), done. Checking out files: 100% (9569/9569), done. chown: não foi possível acessar '/home/web2py/applications/admin/cache': Arquivo ou diretório não encontrado chown: não foi possível acessar '/home/web2py/applications/admin/databases': Arquivo ou diretório não encontrado chown: não foi possível acessar '/home/web2py/applications/admin/errors': Arquivo ou diretório não encontrado chown: não foi possível acessar '/home/web2py/applications/admin/sessions': Arquivo ou diretório não encontrado chown: não foi possível acessar '/home/web2py/applications/eden/cache': Arquivo ou diretório não encontrado chown: não foi possível acessar '/home/web2py/applications/eden/errors': Arquivo ou diretório não encontrado chown: não foi possível acessar '/home/web2py/applications/eden/uploads': Arquivo ou diretório não encontrado ln: falha ao criar link simbólico '/root/eden': Arquivo existe

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