Ok, I don't know why but this doesn't dissappear; I started with
```
sudo ./bin/phd start
```
or
```
./bin/phd start
```
when I request status it gives me;
```
Log Daemon Host Overseer Started Class Arguments
localhost 20278 Oct 28 2015, 2:41:25 AM PhabricatorRepositoryPullLocalDaemon
localhost 20278 Oct 28 2015, 2:41:25 AM PhabricatorTriggerDaemon
localhost 20278 Oct 28 2015, 2:41:25 AM PhabricatorTaskmasterDaemon
```
Though for one reason I stil have this at Web UI;
```
Important Setup Issues
Phabricator Daemons Are Not Running
You must start the Phabricator daemons to send email, rebuild search indexes, and do other background processing.
```
Any knowledge or inside about this? And with following upgrade guide I did update it, it should be at stable. I installed with ubuntu_install.sh at website. Also I don't know is it related but when I try
./bin/storage upgrade
it gives me a few errors:
```
Target Error
phabricator_almanac.almanac_interface Surplus
phabricator_almanac.almanac_Interface Missing
phabricator_calendar.calendar_eventinvitee Surplus
phabricator_calendar.calendar_eventInvitee Missing
phabricator_conpherence.conpherence_index Surplus
phabricator_conpherence.conpherence_Index Missing
phabricator_dashboard.dashboard_install Surplus
phabricator_dashboard.dashboard_Install Missing
phabricator_differential.differential_customfieldnumericindex Surplus
phabricator_differential.differential_customfieldstringindex Surplus
phabricator_differential.differential_customfieldnumericIndex Missing
phabricator_differential.differential_customfieldstringIndex Missing
phabricator_file.file_imagemacro Surplus
phabricator_file.file_Imagemacro Missing
phabricator_fund.fund_initiative Surplus
phabricator_fund.fund_initiativetransaction Surplus
phabricator_fund.fund_Initiative Missing
phabricator_fund.fund_Initiativetransaction Missing
phabricator_maniphest.maniphest_customfieldnumericindex Surplus
phabricator_maniphest.maniphest_customfieldstringindex Surplus
phabricator_maniphest.maniphest_nameindex Surplus
phabricator_maniphest.maniphest_nameIndex Missing
phabricator_maniphest.maniphest_customfieldnumericIndex Missing
phabricator_maniphest.maniphest_customfieldstringIndex Missing
phabricator_nuance.nuance_item Surplus
phabricator_nuance.nuance_itemtransaction Surplus
phabricator_nuance.nuance_itemtransaction_comment Surplus
phabricator_nuance.nuance_Item Missing
phabricator_nuance.nuance_Itemtransaction Missing
phabricator_nuance.nuance_Itemtransaction_comment Missing
phabricator_owners.owners_customfieldnumericindex Surplus
phabricator_owners.owners_customfieldstringindex Surplus
phabricator_owners.owners_customfieldnumericIndex Missing
phabricator_owners.owners_customfieldstringIndex Missing
phabricator_pholio.pholio_image Surplus
phabricator_pholio.pholio_Image Missing
phabricator_project.project_customfieldnumericindex Surplus
phabricator_project.project_customfieldstringindex Surplus
phabricator_project.project_customfieldnumericIndex Missing
phabricator_project.project_customfieldstringIndex Missing
phabricator_user.user_authinvite Surplus
phabricator_user.user_customfieldnumericindex Surplus
phabricator_user.user_customfieldstringindex Surplus
phabricator_user.user_customfieldnumericIndex Missing
phabricator_user.user_customfieldstringIndex Missing
phabricator_user.user_authInvite Missing
SCHEMATA ERRORS
The schemata have errors (detailed above) which the adjustment workflow can
not fix.
Some of these errors are caused by surplus schemata (extra tables or columsn
which Phabricator does not expect). These are not serious. For information on
resolving these issues, see the "Surplus Schemata" section in the "Managing
Storage Adjustments" article in the documentation.
If you are not developing Phabricator itself, report this issue to the
upstream.
If you are developing Phabricator, these errors usually indicate that your
schema specifications do not agree with the schemata your code actually
builds.
```
Though when I changed them with rename, Phabricator Web UI gives me much more error and doesn't work so I had to destroy all database with
```
./bin/storage destroy
```
and run this again:
```
./bin/storage upgrade
```
I tried everything I know, I restarted phd, I restarted computer, I restarted apache, I restarted mysql ( Ubuntu 14.04 if it is related my OS).