pydio-core icon indicating copy to clipboard operation
pydio-core copied to clipboard

Cannot Install r 8.0.1: symlinks to missing directory

Open ratron opened this issue 8 years ago • 9 comments

I tried to install pydio by extracting pydio-core-8.0.1.tar.gz, but i ran into errors because there is a symlink to pointing to an inexistent folder:

tar: pydio-core-8.0.1/plugins/gui.ajax/res/themes/common/css/mui/less: Cannot create symlink to ../../../../../node_modules/material-ui-legacy/src/less: No such file or directory

tar: pydio-core-8.0.1/plugins/gui.ajax/res/mui/less: Cannot create symlink to ../../node_modules/material-ui-legacy/src/less: No such file or directory

tar: Exiting with failure status due to previous errors

ratron avatar Jul 19 '17 10:07 ratron

We'll have a look into this, can you use the zip in-between?

cdujeu avatar Jul 26 '17 13:07 cdujeu

hi @ratron sorry to come back on this only now, what is your server OS ? I cannot reproduce this issue.

cdujeu avatar Dec 11 '17 16:12 cdujeu

@cdujeu linux: ubuntu 16.04 maybe you try to extract it on a system where these files exist already. did you try to extract it on a different machine?

ratron avatar Dec 12 '17 10:12 ratron

Same issue here upgrading from 8.0.1 to 8.0.2, but it fails on the file check already:

Checking files and folders permissions, this may take a while.

  • Error : Crawling folder /home/www/default/ajaxplorer/plugins to check all files are writeable : File /home/www/default/ajaxplorer/plugins/gui.ajax/res/themes/common/css/mui/less/. FAIL! Please make sure that the whole tree is currently writeable by the webserver, or upgrade may probably fail at one point.

OS is Ubuntu Linux 16.04.

beniwtv avatar Jan 16 '18 08:01 beniwtv

can you ls -al /home/www/default/ajaxplorer/plugins/gui.ajax/res/themes/common/css/mui/less/?

cdujeu avatar Jan 16 '18 09:01 cdujeu

The link destination does not seem to exist:

lwrxwrxwrx 1 www-data www-data 55 Jun 8 2017 /home/www/default/ajaxplorer/plugins/gui.ajax/res/themes/common/css/mui/less/ -> ../../../../../node_modules/material-ui-legacy/src/less

(the link is in red color)

beniwtv avatar Jan 16 '18 09:01 beniwtv

hi benedikt, just rm this link

cdujeu avatar Jan 16 '18 16:01 cdujeu

ok, tried that, now it worked. Damn, I feel stupid for not trying that myself... 😛

beniwtv avatar Jan 16 '18 16:01 beniwtv

Hi, Tried this solution too. Works fine now. Upgrade succesful! Thank you Charles.

agourgeon avatar Feb 13 '18 12:02 agourgeon