Created
December 21, 2013 18:04
-
-
Save kylejohnson/8072709 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@zm-dev:~# sudo -u www-data zmpkg.pl start | |
| Use of uninitialized value in transliteration (tr///) at /usr/local/lib/perl/5.14.2/ZoneMinder/Config.pm line 82, <CONFIG> line 50. | |
| Can't use an undefined value as a symbol reference at /usr/local/lib/perl/5.14.2/ZoneMinder/Config.pm line 83, <CONFIG> line 50. | |
| BEGIN failed--compilation aborted at /usr/local/lib/perl/5.14.2/ZoneMinder/Config.pm line 100, <CONFIG> line 50. | |
| Compilation failed in require at /usr/local/lib/perl/5.14.2/ZoneMinder.pm line 33, <CONFIG> line 50. | |
| BEGIN failed--compilation aborted at /usr/local/lib/perl/5.14.2/ZoneMinder.pm line 33, <CONFIG> line 50. | |
| Compilation failed in require at /usr/local/bin/zmpkg.pl line 37, <CONFIG> line 50. | |
| BEGIN failed--compilation aborted at /usr/local/bin/zmpkg.pl line 37, <CONFIG> line 50. | |
| root@zm-dev:~# mysql -u zm -p zm | |
| Enter password: | |
| Welcome to the MySQL monitor. Commands end with ; or \g. | |
| Your MySQL connection id is 45 | |
| Server version: 5.5.34-0ubuntu0.12.04.1-log (Ubuntu) | |
| Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. | |
| Oracle is a registered trademark of Oracle Corporation and/or its | |
| affiliates. Other names may be trademarks of their respective | |
| owners. | |
| Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. | |
| mysql> select count(*) from Config; | |
| +----------+ | |
| | count(*) | | |
| +----------+ | |
| | 221 | | |
| +----------+ | |
| 1 row in set (0.00 sec) | |
| mysql> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment