[ixpmanager] Upgrades, permissions, sudos, etc.

Mike Hammett ixp-manager at ics-il.net
Mon Jan 29 12:24:10 GMT 2018


I have no specific desires of how to run things, just as long as whatever I do is what the developers\supporters recommend to make everyone's lives easier. :-) 




----- 
Mike Hammett 
Intelligent Computing Solutions 

Midwest Internet Exchange 

The Brothers WISP 

----- Original Message -----

From: "Barry O'Donovan" <barry.odonovan at inex.ie> 
To: "INEX IXP Manager Mailing List" <ixpmanager at inex.ie> 
Sent: Monday, January 29, 2018 6:22:39 AM 
Subject: Re: [ixpmanager] Upgrades, permissions, sudos, etc. 



Mike Hammett wrote: 
> When doing a 
> 
> ---- 
> sudo -u www-data bash -c "HOME=${IXPHOME}/storage && cd ${IXPHOME} && 
> bower --config.interactive=false -f update" 
> ---- 
> 
> 
> bower EACCES EACCES: 
> permission denied, unlink 

The basic requirements are as per: 

http://docs.ixpmanager.org/install/manually/#file-permissions 

which is: 

cd $IXPROOT 
chown -R www-data: var/ storage/ bootstrap/cache/ database/Proxies/ 
chmod -R u+rwX var/ storage/ bootstrap/cache/ database/Proxies/ 


If you want to run bower as www-data, you'll also need to: 


chown -R www-data: public/bower_components 
chmod -R u+rwX public/bower_components 

I'll update the docs to include this. 

- Barry 

_______________________________________________ 
INEX IXP Manager mailing list 
ixpmanager at inex.ie 
https://www.inex.ie/mailman/listinfo/ixpmanager 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180129/c77c3565/attachment-0001.html>


More information about the ixpmanager mailing list