Phabricator

sshd AuthorizedKeysCommand throws status 127

南楼画角 提交于 2019-12-12 04:03:15
问题 I'm attempting to construct an ssh service to allow push/pull to phabricator repos. I've dockerized all the services, and I'm currently running into an odd error that fails to execute the requisite auth script for ssh. The docker image runs both php-fpm and sshd services, with the idea of uniting ssh with the requisite php scripts. In particular, I have the following /etc/ssh/sshd_config: AuthorizedKeysCommand /usr/libexec/phabricator-ssh-hook.sh AuthorizedKeysCommandUser git AllowUsers git

Conflict with MySql while installing MariaDB Linux

笑着哭i 提交于 2019-12-12 01:45:02
问题 I try to install Phabricator on Oracle Linux. I have problem with one of the first step. I try to install MariaDB with the command: yum install mariadb-server mariadb and i receive this: [root@vmphabricator ~]# yum install mariadb-server mariadb Loaded plugins: langpacks Package mariadb-server is obsoleted by MariaDB-server, trying to install MariaDB-server-10.1.16-1.el7.centos.x86_64 instead Package mariadb is obsoleted by MariaDB-client, trying to install MariaDB-client-10.1.16-1.el7.centos

Error 500 on Phabricator installation on Ubuntu (Apache2 / php5-fpm / Mysql)

旧城冷巷雨未停 提交于 2019-12-11 19:48:48
问题 I'm trying to install Phabricator on my server. I followed the documentation here : https://secure.phabricator.com/book/phabricator/article/installation_guide/ On the step : Now, navigate to whichever subdomain you set up. You should see instructions to continue setup. I get an error "500" : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Here is the logs : [Sun Apr 13 23:40:43 2014] [error] [client 127.0.0.1] Request

Set up phabricator with LDAP authentication on Debian Jessie

荒凉一梦 提交于 2019-12-11 12:55:19
问题 On a server running Debian 8, how can I set up phabricator so that users are authenticated using a local LDAP server? (Choosing LDAP because the same accounts should also be used by other web applications on the same server later) 回答1: Replace all occurrences of ***** with secure passwords and store them safely. Replace all occurrences of example.com with something sensible. Use ssh X11 tunneling for the jxplorer application if you have no local X. apt-get install emacs aptitude dbconfig

Phabricator install. Rewrite rules are not configured correctly

自闭症网瘾萝莉.ら 提交于 2019-12-11 04:55:21
问题 I've followed the Phabricator Configuration Guide, and after installing all dependencies, I'm facing the following message: Request parameter '__path__' is not set. Your rewrite rules are not configured correctly. This message is shown when I try to access www.cleverbit.com.br/phabricator/webroot/ I have a apache2.conf file configured just the way the docs suggested: <VirtualHost *> # Change this to the domain which points to your host. ServerName cleverbit.com.br # Change this to the path

Phabricator Wiki (Phriction) page without menus

为君一笑 提交于 2019-12-11 04:36:05
问题 We want to create a "what's new" page in Phriction, as we can seamlessly link with the issues and other help articles. However, we also want to display this web page in our Qt application (when it detects a new version is available for download). But in that particular case it would be nice to just have a plain vanilla page without all phabricator menus etc. Is that possible? 回答1: You could link to the print version of the page, or build your own page via conduit. There are no "skins" for

svn: E165001: Commit blocked by pre-commit hook (exit code 255) with no output. How can this be solved?

断了今生、忘了曾经 提交于 2019-12-10 23:58:13
问题 I am trying to configure svn with Phabricator. Everything seems to be working so far, except for commiting changes. When I try to commit any code, I get the following error message: svn: E165001: Commit blocked by pre-commit hook (exit code 255) with no output. Just to be clear, the error message in question is output by the svn client program. It seems to be sent from svnserve when it encounters various issues, such as not being able to run the hook for some reason. It doesn't have to be

Phabricator Key Words in Git Commit Messages

泄露秘密 提交于 2019-12-10 20:52:01
问题 I have started using references to Maniphest tasks in my commit messages which is great for auto-closing tasks etc. I found this page which has quite a few key words but I'm curious if there are more or any documentation on how they should be used. https://phab.enlightenment.org/w/enlightenment_development/ For example I found that you cannot have a commit message like this Fixed T123 - Squished bug Auditors: user It does close the task but does not create the audit. If however you put

Mercurial on Phabricator: “remote: abort: stream ended unexpectedly”

隐身守侯 提交于 2019-12-10 13:54:27
问题 I'm having this problem when trying to push to a remote server. It is a Mercurial repository on Phabricator. Here are my output. hg commit -m "udpate README" hg push pushing to ssh://company.server searching for changes remote: abort: stream ended unexpectedly (got 0 bytes, expected 4) I'm using the latest version of Mercurial 3.5.2+20151001 on Mac OS 10.10. I have this problem from yesterday. During that time, I could successfully committed two times , although I did nothing. Why the output

How to modify values show in Phabricator task tile in backlog workflow mode

谁都会走 提交于 2019-12-10 12:03:44
问题 I am trying to display the value of a custom field, already configured in Phabricator, on the task tile view in the Backlog workboard page. I've been going through the documentation, and have found two suggestions for how to approach this - create a new library and import it with the 'load-libraries' option in the admin GUI. Or, create a php class in the src/extensions folder. However, all the classes I want to extend are marked as 'final', so now I don't know how to customise e.g.