You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.
I ran into a few issues setting up OSID on Arch and just wanted to let you know about them. I'm happy to make the edits myself, but didn't want to presume to do so. All of this applies to Setting up OSID v1.0 on Arch Linux ARM. I installed Arch by following these instructions. This was on 2015-01-13, so these issues may be a result of continuous changes in Arch - not sure since I don't usually "do" Arch.
Step 11 should also include chown http:http /etc/osid/system -R since those files must be read from/written to.
Step 15: When starting samba (systemctl start samba) I received errors to the effect of "bad server role; don't use the samba binary unless you're running a DC". (Sorry, I don't have the exact error anymore.) Instead, enabling and starting both smbd and winbindd solved the problem and made the share accessible from both Windows and OS X.
In /etc/nginx/nginx.conf: needed to add fastcgi_param PHP_VALUE open_basedir="/etc/osid"; to the location ~ \.php$ section so that /etc/osid/system and /etc/osid/imgroot could be accessed by the PHP scripts. There may be a better value or place to set this, but I know next to nothing about PHP.
In /etc/nginx/nginx.conf: adding error_log /var/log/nginx/error.log made solving the PHP issues much easier.
The text was updated successfully, but these errors were encountered:
I ran into a few issues setting up OSID on Arch and just wanted to let you know about them. I'm happy to make the edits myself, but didn't want to presume to do so. All of this applies to Setting up OSID v1.0 on Arch Linux ARM. I installed Arch by following these instructions. This was on 2015-01-13, so these issues may be a result of continuous changes in Arch - not sure since I don't usually "do" Arch.
chown http:http /etc/osid/system -R
since those files must be read from/written to.systemctl start samba
) I received errors to the effect of "bad server role; don't use the samba binary unless you're running a DC". (Sorry, I don't have the exact error anymore.) Instead, enabling and starting bothsmbd
andwinbindd
solved the problem and made the share accessible from both Windows and OS X.fastcgi_param PHP_VALUE open_basedir="/etc/osid";
to thelocation ~ \.php$
section so that /etc/osid/system and /etc/osid/imgroot could be accessed by the PHP scripts. There may be a better value or place to set this, but I know next to nothing about PHP.error_log /var/log/nginx/error.log
made solving the PHP issues much easier.The text was updated successfully, but these errors were encountered: