- not able to install mysql database

hi there,
I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system
so, right now:
root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19
if I try:
root@abee:/opt/observium/# php includes/update/update.php
headed back without returning errors
what is the problem? how can I fix it?
thanks in advance

I'm confused. The documentation does not tell you to run this command, so why would you expect not to get errors? And why is it weird you don't get errors if you run the command the documentation says? :|
Tom
On 06/08/2015 11:35 AM, Paolo De Michele wrote:
hi there,
I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system
so, right now:
root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19
if I try:
root@abee:/opt/observium/# php includes/update/update.php
headed back without returning errors
what is the problem? how can I fix it?
thanks in advance
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

hi Tom,
thanks for your reply I'm following this link: http://www.observium.org/wiki/Debian_Ubuntu_Installation and I find:
Setup the MySQL database and insert the default schema:
php includes/update/update.php
I don't understand why I've this errors I would do a troubleshooting and solve it
On 8 June 2015 at 12:57, Tom Laermans tom.laermans@powersource.cx wrote:
I'm confused. The documentation does not tell you to run this command, so why would you expect not to get errors? And why is it weird you don't get errors if you run the command the documentation says? :|
Tom
On 06/08/2015 11:35 AM, Paolo De Michele wrote:
hi there,
I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system
so, right now:
root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19
if I try:
root@abee:/opt/observium/# php includes/update/update.php
headed back without returning errors
what is the problem? how can I fix it?
thanks in advance
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

I dont' want error :) in the last releases I had an output after php includes/update/update.php
so, right now I have blank page :|
On 8 June 2015 at 13:10, Paolo De Michele paolo@paolodemichele.it wrote:
hi Tom,
thanks for your reply I'm following this link: http://www.observium.org/wiki/Debian_Ubuntu_Installation and I find:
Setup the MySQL database and insert the default schema:
php includes/update/update.php
I don't understand why I've this errors I would do a troubleshooting and solve it
On 8 June 2015 at 12:57, Tom Laermans tom.laermans@powersource.cx wrote:
I'm confused. The documentation does not tell you to run this command, so why would you expect not to get errors? And why is it weird you don't get errors if you run the command the documentation says? :|
Tom
On 06/08/2015 11:35 AM, Paolo De Michele wrote:
hi there,
I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system
so, right now:
root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19
if I try:
root@abee:/opt/observium/# php includes/update/update.php
headed back without returning errors
what is the problem? how can I fix it?
thanks in advance
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

Hi Paolo,
is it still open on your side? seems you was on the wrong path, so you got the errors. or am i wrong?
seti
Am 08.06.2015 um 13:18 schrieb Paolo De Michele:
I dont' want error :) in the last releases I had an output after php includes/update/update.php
so, right now I have blank page :|
On 8 June 2015 at 13:10, Paolo De Michele <paolo@paolodemichele.it mailto:paolo@paolodemichele.it> wrote:
hi Tom, thanks for your reply I'm following this link: http://www.observium.org/wiki/Debian_Ubuntu_Installation and I find: Setup the MySQL database and insert the default schema: php includes/update/update.php I don't understand why I've this errors I would do a troubleshooting and solve it On 8 June 2015 at 12:57, Tom Laermans <tom.laermans@powersource.cx <mailto:tom.laermans@powersource.cx>> wrote: I'm confused. The documentation does not tell you to run this command, so why would you expect not to get errors? And why is it weird you don't get errors if you run the command the documentation says? :| Tom On 06/08/2015 11:35 AM, Paolo De Michele wrote:
hi there, I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system so, right now: root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19 if I try: root@abee:/opt/observium/# php includes/update/update.php headed back without returning errors what is the problem? how can I fix it? thanks in advance _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

hi seti,
yes, I forget the /html after that now I cannot see any images. for instances when I digit www.mydomain.com I see only login to put user/password (swan.dem-lab.it - just to understand)
what is the problem? thanks a lot
On 8 June 2015 at 13:51, Sebastian Köhlmeier seti@setadesign.net wrote:
Hi Paolo,
is it still open on your side? seems you was on the wrong path, so you got the errors. or am i wrong?
seti
Am 08.06.2015 um 13:18 schrieb Paolo De Michele:
I dont' want error :) in the last releases I had an output after php includes/update/update.php
so, right now I have blank page :|
On 8 June 2015 at 13:10, Paolo De Michele paolo@paolodemichele.it wrote:
hi Tom,
thanks for your reply I'm following this link: http://www.observium.org/wiki/Debian_Ubuntu_Installation and I find:
Setup the MySQL database and insert the default schema:
php includes/update/update.php
I don't understand why I've this errors I would do a troubleshooting and solve it
On 8 June 2015 at 12:57, Tom Laermans tom.laermans@powersource.cx wrote:
I'm confused. The documentation does not tell you to run this command, so why would you expect not to get errors? And why is it weird you don't get errors if you run the command the documentation says? :|
Tom
On 06/08/2015 11:35 AM, Paolo De Michele wrote:
hi there,
I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system
so, right now:
root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19
if I try:
root@abee:/opt/observium/# php includes/update/update.php
headed back without returning errors
what is the problem? how can I fix it?
thanks in advance
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

hi paolo,
can you post your Virtualhost config file? What apache version you are using? are there any error logs?
seti
Am 08.06.2015 um 16:02 schrieb Paolo De Michele:
hi seti,
yes, I forget the /html after that now I cannot see any images. for instances when I digit www.mydomain.com http://www.mydomain.com I see only login to put user/password (swan.dem-lab.it http://swan.dem-lab.it - just to understand)
what is the problem? thanks a lot
On 8 June 2015 at 13:51, Sebastian Köhlmeier <seti@setadesign.net mailto:seti@setadesign.net> wrote:
Hi Paolo, is it still open on your side? seems you was on the wrong path, so you got the errors. or am i wrong? seti Am 08.06.2015 um 13:18 schrieb Paolo De Michele:
I dont' want error :) in the last releases I had an output after php includes/update/update.php so, right now I have blank page :| On 8 June 2015 at 13:10, Paolo De Michele <paolo@paolodemichele.it <mailto:paolo@paolodemichele.it>> wrote: hi Tom, thanks for your reply I'm following this link: http://www.observium.org/wiki/Debian_Ubuntu_Installation and I find: Setup the MySQL database and insert the default schema: php includes/update/update.php I don't understand why I've this errors I would do a troubleshooting and solve it On 8 June 2015 at 12:57, Tom Laermans <tom.laermans@powersource.cx <mailto:tom.laermans@powersource.cx>> wrote: I'm confused. The documentation does not tell you to run this command, so why would you expect not to get errors? And why is it weird you don't get errors if you run the command the documentation says? :| Tom On 06/08/2015 11:35 AM, Paolo De Michele wrote:
hi there, I following your tutorial with observium CE I have ubuntu 14.04 but when I try to install the mysql db, this is the error I have installed all requirements and I used a lot your monitoring system so, right now: root@abee:/opt/observium/includes# php update/update.php PHP Warning: include(includes/defaults.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(): Failed opening 'includes/defaults.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 16 PHP Warning: include(config.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 17 PHP Warning: include(includes/definitions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(): Failed opening 'includes/definitions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 18 PHP Warning: include(includes/functions.inc.php): failed to open stream: No such file or directory in /opt/observium/includes/update/update.php on line 19 PHP Warning: include(): Failed opening 'includes/functions.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /opt/observium/includes/update/update.php on line 19 if I try: root@abee:/opt/observium/# php includes/update/update.php headed back without returning errors what is the problem? how can I fix it? thanks in advance _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Paolo De Michele
-
Sebastian Köhlmeier
-
Tom Laermans