GoteoFoundation / goteo

Goteo Version 3, the Open Source Crowdfunding Platform
http://goteo.org
GNU Affero General Public License v3.0
186 stars 133 forks source link

FPM initialization failed error #118

Closed nithishpk closed 3 years ago

nithishpk commented 5 years ago

when I run docker-compose up I am getting below error at the end of installation pls help Removing intermediate container 5c5130a6c400 ---> 5caff0884dac Step 8/14 : COPY overrides.conf /etc/php/7.1/fpm/pool.d/z-overrides.conf ---> 06b506d32400 Step 9/14 : COPY php-fpm-startup /usr/bin/php-fpm ---> a713d0971b03 Step 10/14 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh ---> ecce4064d06b Step 11/14 : EXPOSE 9000 ---> Running in 660a75d30830 Removing intermediate container 660a75d30830 ---> 7d92b61bdb63 Step 12/14 : EXPOSE 35729 ---> Running in 6fbcec5fca22 Removing intermediate container 6fbcec5fca22 ---> b9aa03eae8c6 Step 13/14 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] ---> Running in b0009c65cd74 Removing intermediate container b0009c65cd74 ---> 0b984a5ba569 Step 14/14 : CMD /usr/bin/php-fpm ---> Running in 176cfb1c05c6 Removing intermediate container 176cfb1c05c6 ---> 5b4acee0bf4f Successfully built 5b4acee0bf4f Successfully tagged goteo_php:latest Image for service php was built because it did not already exist. To rebuild this image you must usedocker-compose buildordocker-compose up --build`. Creating goteo-mariadb ... Creating goteo-geoip ... done Creating goteo-mariadb ... done Creating goteo-php ... error Creating goteo-webserver ...

Creating goteo-webserver ... done

ERROR: for php Cannot start service php: error while creating mount source path '/host_mnt/c/xampp/htdocs/goteo/docker/php/php-ini-overrides.ini': mkdir /host_mnt/c: file exists Encountered errors while bringing up the project.

admin@DESKTOP-708G2DJ MINGW64 /c/xampp/htdocs/goteo $ docker-compose up goteo-mariadb is up-to-date Starting goteo-php ... Starting goteo-php ... done Starting goteo-webserver ... done Starting goteo-geoip ... done Attaching to goteo-mariadb, goteo-mailhog, goteo-geoip, goteo-php, goteo-webserver goteo-mailhog | WARNING: no logs are available with the 'none' log driver goteo-php | Executing: [./docker/php/init.sh] goteo-mariadb | Initializing database goteo-mariadb | goteo-mariadb | goteo-mariadb | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! goteo-mariadb | To do so, start the server, then issue the following commands: goteo-mariadb | goteo-mariadb | '/usr/bin/mysqladmin' -u root password 'new-password' goteo-mariadb | '/usr/bin/mysqladmin' -u root -h password 'new-password' goteo-mariadb | goteo-mariadb | Alternatively you can run: goteo-mariadb | '/usr/bin/mysql_secure_installation' goteo-mariadb | goteo-mariadb | which will also give you the option of removing the test goteo-mariadb | databases and anonymous user created by default. This is goteo-mariadb | strongly recommended for production servers. goteo-mariadb | goteo-mariadb | See the MariaDB Knowledgebase at http://mariadb.com/kb or the goteo-mariadb | MySQL manual for more instructions. goteo-mariadb | goteo-mariadb | Please report any problems at http://mariadb.org/jira goteo-mariadb | goteo-mariadb | The latest information about MariaDB is available at http://mariadb.org/. goteo-mariadb | You can find additional information about the MySQL part at: goteo-mariadb | http://dev.mysql.com goteo-mariadb | Consider joining MariaDB's strong and vibrant community: goteo-mariadb | https://mariadb.org/get-involved/ goteo-mariadb | goteo-mariadb | Database initialized goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] mysqld (mysqld 10.2.22-MariaDB-1:10.2.22+maria~bionic) starting as process 107 ... goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Uses event mutexes goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Compressed tables use zlib 1.2.11 goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Using Linux native AIO goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Number of pools: 1 goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Using SSE2 crc32 instructions goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Completed initialization of buffer pool goteo-mariadb | 2019-03-23 17:47:14 139815384094464 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). goteo-mariadb | 2019-03-23 17:47:14 139816108160960 [Note] InnoDB: Highest supported file format is Barracuda. goteo-mariadb | MySQL init process in progress... goteo-mariadb | MySQL init process in progress... goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] InnoDB: 128 out of 128 rollback segments are active. goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] InnoDB: Creating shared tablespace for temporary tables goteo-mariadb | MySQL init process in progress... goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] InnoDB: File './ibtmp1' size is now 12 MB. goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] InnoDB: 5.7.25 started; log sequence number 1620050 goteo-mariadb | 2019-03-23 17:47:17 139815009908480 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] Plugin 'FEEDBACK' is disabled. goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Warning] 'user' entry 'root@8866147769c2' ignored in --skip-name-resolve mode. goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Warning] 'proxies_priv' entry '@% root@8866147769c2' ignored in --skip-name-resolve mode. goteo-mariadb | 2019-03-23 17:47:17 139815009908480 [Note] InnoDB: Buffer pool(s) load completed at 190323 17:47:17 goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] Reading of all Master_info entries succeded goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] Added new Master_info '' to hash table goteo-mariadb | 2019-03-23 17:47:17 139816108160960 [Note] mysqld: ready for connections. goteo-mariadb | Version: '10.2.22-MariaDB-1:10.2.22+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution goteo-mariadb | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. goteo-mariadb | 2019-03-23 17:47:22 139815818520320 [Warning] 'proxies_priv' entry '@% root@8866147769c2' ignored in --skip-name-resolve mode. goteo-mariadb | goteo-mariadb | 2019-03-23 17:47:22 139815818213120 [Note] mysqld (initiated by: unknown): Normal shutdown goteo-mariadb | 2019-03-23 17:47:22 139815818213120 [Note] Event Scheduler: Purging the queue. 0 events goteo-mariadb | 2019-03-23 17:47:22 139815261558528 [Note] InnoDB: FTS optimize thread exiting. goteo-mariadb | 2019-03-23 17:47:22 139815818213120 [Note] InnoDB: Starting shutdown... goteo-mariadb | 2019-03-23 17:47:22 139815009908480 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool goteo-mariadb | 2019-03-23 17:47:22 139815009908480 [Note] InnoDB: Buffer pool(s) dump completed at 190323 17:47:22 goteo-mariadb | 2019-03-23 17:47:24 139815818213120 [Note] InnoDB: Shutdown completed; log sequence number 1620078 goteo-mariadb | 2019-03-23 17:47:24 139815818213120 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" goteo-mariadb | 2019-03-23 17:47:24 139815818213120 [Note] mysqld: Shutdown complete goteo-mariadb | goteo-mariadb | goteo-mariadb | MySQL init process done. Ready for start up. goteo-mariadb | goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] mysqld (mysqld 10.2.22-MariaDB-1:10.2.22+maria~bionic) starting as process 1 ... goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Uses event mutexes goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Compressed tables use zlib 1.2.11 goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Using Linux native AIO goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Number of pools: 1 goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Using SSE2 crc32 instructions goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Completed initialization of buffer pool goteo-mariadb | 2019-03-23 17:47:24 140235756611328 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). goteo-mariadb | 2019-03-23 17:47:24 140236480198592 [Note] InnoDB: Highest supported file format is Barracuda. goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] InnoDB: 128 out of 128 rollback segments are active. goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] InnoDB: Creating shared tablespace for temporary tables goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] InnoDB: File './ibtmp1' size is now 12 MB. goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] InnoDB: 5.7.25 started; log sequence number 1620078 goteo-mariadb | 2019-03-23 17:47:25 140235245614848 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] Plugin 'FEEDBACK' is disabled. goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] Server socket created on IP: '::'. goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Warning] 'proxies_priv' entry '@% root@8866147769c2' ignored in --skip-name-resolve mode. goteo-mariadb | 2019-03-23 17:47:25 140235245614848 [Note] InnoDB: Buffer pool(s) load completed at 190323 17:47:25 goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] Reading of all Master_info entries succeded goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] Added new Master_info '' to hash table goteo-mariadb | 2019-03-23 17:47:25 140236480198592 [Note] mysqld: ready for connections. goteo-mariadb | Version: '10.2.22-MariaDB-1:10.2.22+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution goteo-php | usermod: no changes goteo-php | Do not run Composer as root/super user! See https://getcomposer.org/root for details goteo-php | Loading composer repositories with package information goteo-php | Installing dependencies (including require-dev) from lock file goteo-php | Nothing to install or update goteo-php | Package guzzle/common is abandoned, you should avoid using it. Use guzzle/guzzle instead. goteo-php | Package guzzle/http is abandoned, you should avoid using it. Use guzzle/guzzle instead. goteo-php | Package guzzle/parser is abandoned, you should avoid using it. Use guzzle/guzzle instead. goteo-php | Package guzzle/plugin-mock is abandoned, you should avoid using it. Use guzzle/guzzle instead. goteo-php | Package guzzle/stream is abandoned, you should avoid using it. Use guzzle/guzzle instead. goteo-php | Package omnipay/omnipay is abandoned, you should avoid using it. Use league/omnipay instead. goteo-php | Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. goteo-php | Generating autoload files goteo-geoip | Received an unexpected HTTP status code of 401 from https://updates.maxmind.com/app/update_secure?db_md5=00000000000000000000000000000000&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite-Legacy-IPv6-City goteo-geoip | geoipupdate 2.2.2 goteo-geoip | Opened License file /etc/GeoIP.conf goteo-geoip | UserId 999999 goteo-geoip | LicenseKey 000000000000 goteo-geoip | Insert product_id GeoLite2-City goteo-geoip | Insert product_id GeoLite2-Country goteo-geoip | Insert product_id GeoLite-Legacy-IPv6-City goteo-geoip | Insert product_id GeoLite-Legacy-IPv6-Country goteo-geoip | Insert product_id 506 goteo-geoip | Insert product_id 517 goteo-geoip | Insert product_id 533 goteo-geoip | Read in license key /etc/GeoIP.conf goteo-geoip | Number of product ids 7 goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite2-City goteo-geoip | md5hex_digest: 6c4035717896e74220402ac83ebd2094 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 106.51.27.149 goteo-geoip | md5hex_digest2: f0cf37b79650d39988e5d974655d351f goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=6c4035717896e74220402ac83ebd2094&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite2-City goteo-geoip | No new updates available goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite2-Country goteo-geoip | md5hex_digest: 0cdeb6bc147e3279ed4ffcc313be7d70 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 106.51.27.149 goteo-geoip | md5hex_digest2: f0cf37b79650d39988e5d974655d351f goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=0cdeb6bc147e3279ed4ffcc313be7d70&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite2-Country goteo-geoip | No new updates available goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite-Legacy-IPv6-City goteo-geoip | md5hex_digest: 00000000000000000000000000000000 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 106.51.27.149 goteo-geoip | md5hex_digest2: f0cf37b79650d39988e5d974655d351f goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=00000000000000000000000000000000&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite-Legacy-IPv6-City goteo-geoip exited with code 1 goteo-webserver | 2019/03/23 17:48:55 [error] 7#7: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081" goteo-php | npm WARN deprecated grunt-filerev@2.3.1: Deprecated goteo-php | WARN engine grunt-phpunit@0.3.6: wanted: {"node":"0.10.x"} (current: {"node":"4.2.6","npm":"3.5.2"}) goteo-php | WARN engine grunt-legacy-util@1.1.1: wanted: {"node":">= 6"} (current: {"node":"4.2.6","npm":"3.5.2"}) goteo-php | WARN engine grunt-legacy-log-utils@2.0.1: wanted: {"node":">=6"} (current: {"node":"4.2.6","npm":"3.5.2"}) goteo-php | npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 goteo-php | npm WARN deprecated coffee-script@1.3.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) goteo-php | npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue goteo-php | npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue goteo-php | npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js goteo-php | npm WARN prefer global coffeescript@1.10.0 should be installed with -g goteo-php | npm WARN prefer global jshint@2.9.7 should be installed with -g goteo-php | goteo-php | > optipng-bin@3.1.4 postinstall /application/node_modules/optipng-bin goteo-php | > node lib/install.js goteo-php | goteo-php | ? optipng pre-build test passed successfully goteo-php | goteo-php | > jpegtran-bin@3.2.0 postinstall /application/node_modules/jpegtran-bin goteo-php | > node lib/install.js goteo-php | goteo-php | ? jpegtran pre-build test passed successfully goteo-php | goteo-php | > gifsicle@3.0.4 postinstall /application/node_modules/gifsicle goteo-php | > node lib/install.js goteo-php | goteo-php | ? gifsicle pre-build test passed successfully goteo-php | goteo@0.2.0 /application goteo-php | +-- command-exists@1.2.8 goteo-php | +-- grunt@1.0.4 goteo-php | | +-- coffeescript@1.10.0 goteo-php | | +-- dateformat@1.0.12 goteo-php | | | +-- get-stdin@4.0.1 goteo-php | | | -- meow@3.7.0 goteo-php | | | +-- camelcase-keys@2.1.0 goteo-php | | | |-- camelcase@2.1.1 goteo-php | | | +-- decamelize@1.2.0 goteo-php | | | +-- loud-rejection@1.6.0 goteo-php | | | | +-- currently-unhandled@0.4.1 goteo-php | | | | | -- array-find-index@1.0.2 goteo-php | | | |-- signal-exit@3.0.2 goteo-php | | | +-- map-obj@1.0.1 goteo-php | | | +-- normalize-package-data@2.5.0 goteo-php | | | | +-- hosted-git-info@2.7.1 goteo-php | | | | +-- resolve@1.10.0 goteo-php | | | | | -- path-parse@1.0.6 goteo-php | | | |-- validate-npm-package-license@3.0.4 goteo-php | | | | +-- spdx-correct@3.1.0 goteo-php | | | | | -- spdx-license-ids@3.0.3 goteo-php | | | |-- spdx-expression-parse@3.0.0 goteo-php | | | | -- spdx-exceptions@2.2.0 goteo-php | | | +-- read-pkg-up@1.0.1 goteo-php | | | | +-- find-up@1.1.2 goteo-php | | | | | +-- path-exists@2.1.0 goteo-php | | | | |-- pinkie-promise@2.0.1 goteo-php | | | | | -- pinkie@2.0.4 goteo-php | | | |-- read-pkg@1.1.0 goteo-php | | | | +-- load-json-file@1.1.0 goteo-php | | | | | +-- parse-json@2.2.0 goteo-php | | | | | | -- error-ex@1.3.2 goteo-php | | | | | |-- is-arrayish@0.2.1 goteo-php | | | | | -- pify@2.3.0 goteo-php | | | |-- path-type@1.1.0 goteo-php | | | +-- redent@1.0.0 goteo-php | | | | +-- indent-string@2.1.0 goteo-php | | | | | -- repeating@2.0.1 goteo-php | | | |-- strip-indent@1.0.1 goteo-php | | | -- trim-newlines@1.0.0 goteo-php | | +-- eventemitter2@0.4.14 goteo-php | | +-- exit@0.1.2 goteo-php | | +-- findup-sync@0.3.0 goteo-php | | |-- glob@5.0.15 goteo-php | | +-- glob@7.0.6 goteo-php | | | +-- fs.realpath@1.0.0 goteo-php | | | +-- inflight@1.0.6 goteo-php | | | | -- wrappy@1.0.2 goteo-php | | | +-- inherits@2.0.3 goteo-php | | |-- once@1.4.0 goteo-php | | +-- grunt-cli@1.2.0 goteo-php | | | -- resolve@1.1.7 goteo-php | | +-- grunt-known-options@1.1.1 goteo-php | | +-- grunt-legacy-log@2.0.0 goteo-php | | | +-- colors@1.1.2 goteo-php | | |-- grunt-legacy-log-utils@2.0.1 goteo-php | | | -- chalk@2.4.2 goteo-php | | | +-- ansi-styles@3.2.1 goteo-php | | | |-- color-convert@1.9.3 goteo-php | | | | -- color-name@1.1.3 goteo-php | | |-- supports-color@5.5.0 goteo-php | | | -- has-flag@3.0.0 goteo-php | | +-- grunt-legacy-util@1.1.1 goteo-php | | | +-- getobject@0.1.0 goteo-php | | |-- underscore.string@3.3.5 goteo-php | | | +-- sprintf-js@1.1.2 goteo-php | | | -- util-deprecate@1.0.2 goteo-php | | +-- iconv-lite@0.4.24 goteo-php | | |-- safer-buffer@2.1.2 goteo-php | | +-- js-yaml@3.13.0 goteo-php | | | +-- argparse@1.0.10 goteo-php | | | | -- sprintf-js@1.0.3 goteo-php | | |-- esprima@4.0.1 goteo-php | | +-- minimatch@3.0.4 goteo-php | | | -- brace-expansion@1.1.11 goteo-php | | | +-- balanced-match@1.0.0 goteo-php | | |-- concat-map@0.0.1 goteo-php | | +-- mkdirp@0.5.1 goteo-php | | | -- minimist@0.0.8 goteo-php | | +-- nopt@3.0.6 goteo-php | | |-- abbrev@1.1.1 goteo-php | | +-- path-is-absolute@1.0.1 goteo-php | | -- rimraf@2.6.3 goteo-php | |-- glob@7.1.3 goteo-php | +-- grunt-aws-s3@0.14.5 goteo-php | | +-- async@0.9.2 goteo-php | | +-- aws-sdk@2.0.31 goteo-php | | | +-- xml2js@0.2.6 goteo-php | | | | -- sax@0.4.2 goteo-php | | |-- xmlbuilder@0.4.2 goteo-php | | +-- lodash@2.4.2 goteo-php | | +-- mime-types@2.0.14 goteo-php | | | -- mime-db@1.12.0 goteo-php | |-- progress@1.1.8 goteo-php | +-- grunt-contrib-clean@1.1.0 goteo-php | | -- async@1.5.2 goteo-php | +-- grunt-contrib-concat@1.0.1 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | | +-- escape-string-regexp@1.0.5 goteo-php | | | +-- has-ansi@2.0.0 goteo-php | | |-- supports-color@2.0.0 goteo-php | | -- source-map@0.5.7 goteo-php | +-- grunt-contrib-copy@1.0.0 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | -- file-sync-cmp@0.1.1 goteo-php | +-- grunt-contrib-cssmin@2.2.1 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | +-- clean-css@4.1.11 goteo-php | | -- maxmin@2.1.0 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | -- gzip-size@3.0.0 goteo-php | |-- duplexer@0.1.1 goteo-php | +-- grunt-contrib-imagemin@1.0.1 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | | -- supports-color@2.0.0 goteo-php | | +-- gulp-rename@1.4.0 goteo-php | | +-- imagemin@4.0.0 goteo-php | | | +-- buffer-to-vinyl@1.1.0 goteo-php | | | | +-- file-type@3.9.0 goteo-php | | | | +-- uuid@2.0.3 goteo-php | | | |-- vinyl@1.2.0 goteo-php | | | | +-- clone@1.0.4 goteo-php | | | | +-- clone-stats@0.0.1 goteo-php | | | | -- replace-ext@0.0.1 goteo-php | | | +-- concat-stream@1.6.2 goteo-php | | | | +-- buffer-from@1.1.1 goteo-php | | | |-- typedarray@0.0.6 goteo-php | | | +-- imagemin-gifsicle@4.2.0 goteo-php | | | | +-- gifsicle@3.0.4 goteo-php | | | | | +-- bin-build@2.2.0 goteo-php | | | | | | +-- archive-type@3.2.0 goteo-php | | | | | | +-- decompress@3.0.0 goteo-php | | | | | | | +-- decompress-tar@3.1.0 goteo-php | | | | | | | | +-- is-tar@1.0.0 goteo-php | | | | | | | | +-- object-assign@2.1.1 goteo-php | | | | | | | | +-- strip-dirs@1.1.1 goteo-php | | | | | | | | | +-- chalk@1.1.3 goteo-php | | | | | | | | | | +-- ansi-styles@2.2.1 goteo-php | | | | | | | | | | -- supports-color@2.0.0 goteo-php | | | | | | | | | +-- is-absolute@0.1.7 goteo-php | | | | | | | | | |-- is-relative@0.1.3 goteo-php | | | | | | | | | +-- is-natural-number@2.1.1 goteo-php | | | | | | | | | -- sum-up@1.0.3 goteo-php | | | | | | | | |-- chalk@1.1.3 goteo-php | | | | | | | | | +-- ansi-styles@2.2.1 goteo-php | | | | | | | | | -- supports-color@2.0.0 goteo-php | | | | | | | | +-- tar-stream@1.6.2 goteo-php | | | | | | | | | +-- bl@1.2.2 goteo-php | | | | | | | | | +-- buffer-alloc@1.2.0 goteo-php | | | | | | | | | | +-- buffer-alloc-unsafe@1.1.0 goteo-php | | | | | | | | | |-- buffer-fill@1.0.0 goteo-php | | | | | | | | | +-- fs-constants@1.0.0 goteo-php | | | | | | | | | -- to-buffer@1.1.1 goteo-php | | | | | | | |-- vinyl@0.4.6 goteo-php | | | | | | | | -- clone@0.2.0 goteo-php | | | | | | | +-- decompress-tarbz2@3.1.0 goteo-php | | | | | | | | +-- is-bzip2@1.0.0 goteo-php | | | | | | | | +-- object-assign@2.1.1 goteo-php | | | | | | | | +-- seek-bzip@1.0.5 goteo-php | | | | | | | | |-- commander@2.8.1 goteo-php | | | | | | | | | -- graceful-readlink@1.0.1 goteo-php | | | | | | | |-- vinyl@0.4.6 goteo-php | | | | | | | | -- clone@0.2.0 goteo-php | | | | | | | +-- decompress-targz@3.1.0 goteo-php | | | | | | | | +-- is-gzip@1.0.0 goteo-php | | | | | | | | +-- object-assign@2.1.1 goteo-php | | | | | | | |-- vinyl@0.4.6 goteo-php | | | | | | | | -- clone@0.2.0 goteo-php | | | | | | | +-- decompress-unzip@3.4.0 goteo-php | | | | | | | | +-- is-zip@1.0.0 goteo-php | | | | | | | | +-- stat-mode@0.2.2 goteo-php | | | | | | | | +-- through2@2.0.5 goteo-php | | | | | | | |-- yauzl@2.10.0 goteo-php | | | | | | | | +-- buffer-crc32@0.2.13 goteo-php | | | | | | | | -- fd-slicer@1.1.0 goteo-php | | | | | | | |-- pend@1.2.0 goteo-php | | | | | | | -- vinyl-assign@1.2.1 goteo-php | | | | | | +-- download@4.4.3 goteo-php | | | | | | | +-- caw@1.2.0 goteo-php | | | | | | | | +-- get-proxy@1.1.0 goteo-php | | | | | | | | |-- rc@1.2.8 goteo-php | | | | | | | | | +-- deep-extend@0.6.0 goteo-php | | | | | | | | | +-- ini@1.3.5 goteo-php | | | | | | | | | -- strip-json-comments@2.0.1 goteo-php | | | | | | | | +-- is-obj@1.0.1 goteo-php | | | | | | | | +-- object-assign@3.0.0 goteo-php | | | | | | | |-- tunnel-agent@0.4.3 goteo-php | | | | | | | +-- filenamify@1.2.1 goteo-php | | | | | | | | +-- filename-reserved-regex@1.0.0 goteo-php | | | | | | | | +-- strip-outer@1.0.1 goteo-php | | | | | | | | -- trim-repeated@1.0.0 goteo-php | | | | | | | +-- got@5.7.1 goteo-php | | | | | | | | +-- create-error-class@3.0.2 goteo-php | | | | | | | | |-- capture-stack-trace@1.0.1 goteo-php | | | | | | | | +-- is-redirect@1.0.0 goteo-php | | | | | | | | +-- is-retry-allowed@1.1.0 goteo-php | | | | | | | | +-- lowercase-keys@1.0.1 goteo-php | | | | | | | | +-- node-status-codes@1.0.0 goteo-php | | | | | | | | +-- timed-out@3.1.3 goteo-php | | | | | | | | +-- unzip-response@1.0.2 goteo-php | | | | | | | | -- url-parse-lax@1.0.0 goteo-php | | | | | | | |-- prepend-http@1.0.4 goteo-php | | | | | | | +-- gulp-decompress@1.2.0 goteo-php | | | | | | | | -- gulp-util@3.0.8 goteo-php | | | | | | | | +-- array-differ@1.0.0 goteo-php | | | | | | | | +-- chalk@1.1.3 goteo-php | | | | | | | | | +-- ansi-styles@2.2.1 goteo-php | | | | | | | | |-- supports-color@2.0.0 goteo-php | | | | | | | | +-- dateformat@2.2.0 goteo-php | | | | | | | | +-- fancy-log@1.3.3 goteo-php | | | | | | | | | +-- ansi-gray@0.1.1 goteo-php | | | | | | | | | | -- ansi-wrap@0.1.0 goteo-php | | | | | | | | | +-- color-support@1.1.3 goteo-php | | | | | | | | | +-- parse-node-version@1.0.1 goteo-php | | | | | | | | |-- time-stamp@1.1.0 goteo-php | | | | | | | | +-- gulplog@1.0.0 goteo-php | | | | | | | | | -- glogg@1.0.2 goteo-php | | | | | | | | +-- has-gulplog@0.1.0 goteo-php | | | | | | | | |-- sparkles@1.0.1 goteo-php | | | | | | | | +-- lodash._reescape@3.0.0 goteo-php | | | | | | | | +-- lodash._reevaluate@3.0.0 goteo-php | | | | | | | | +-- lodash._reinterpolate@3.0.0 goteo-php | | | | | | | | +-- lodash.template@3.6.2 goteo-php | | | | | | | | | +-- lodash._basecopy@3.0.1 goteo-php | | | | | | | | | +-- lodash._basetostring@3.0.1 goteo-php | | | | | | | | | +-- lodash._basevalues@3.0.0 goteo-php | | | | | | | | | +-- lodash._isiterateecall@3.0.9 goteo-php | | | | | | | | | +-- lodash.escape@3.2.0 goteo-php | | | | | | | | | | -- lodash._root@3.0.1 goteo-php | | | | | | | | | +-- lodash.keys@3.1.2 goteo-php | | | | | | | | | | +-- lodash._getnative@3.9.1 goteo-php | | | | | | | | | | +-- lodash.isarguments@3.1.0 goteo-php | | | | | | | | | |-- lodash.isarray@3.0.4 goteo-php | | | | | | | | | +-- lodash.restparam@3.6.1 goteo-php | | | | | | | | | -- lodash.templatesettings@3.1.1 goteo-php | | | | | | | | +-- multipipe@0.1.2 goteo-php | | | | | | | | |-- duplexer2@0.0.2 goteo-php | | | | | | | | | -- readable-stream@1.1.14 goteo-php | | | | | | | | | +-- isarray@0.0.1 goteo-php | | | | | | | | |-- string_decoder@0.10.31 goteo-php | | | | | | | | +-- object-assign@3.0.0 goteo-php | | | | | | | | +-- through2@2.0.5 goteo-php | | | | | | | | -- vinyl@0.5.3 goteo-php | | | | | | | +-- is-url@1.2.4 goteo-php | | | | | | | +-- read-all-stream@3.1.0 goteo-php | | | | | | |-- ware@1.3.0 goteo-php | | | | | | | -- wrap-fn@0.1.5 goteo-php | | | | | | |-- co@3.1.0 goteo-php | | | | | | +-- exec-series@1.0.3 goteo-php | | | | | | | -- async-each-series@1.1.0 goteo-php | | | | | |-- url-regex@3.2.0 goteo-php | | | | | | -- ip-regex@1.0.3 goteo-php | | | | | +-- bin-wrapper@3.0.2 goteo-php | | | | | | +-- bin-check@2.0.0 goteo-php | | | | | | |-- executable@1.1.0 goteo-php | | | | | | +-- each-async@1.1.1 goteo-php | | | | | | | +-- onetime@1.1.0 goteo-php | | | | | | | -- set-immediate-shim@1.0.1 goteo-php | | | | | | +-- lazy-req@1.1.0 goteo-php | | | | | |-- os-filter-obj@1.0.3 goteo-php | | | | | -- logalot@2.1.0 goteo-php | | | | |-- squeak@1.3.0 goteo-php | | | | | +-- chalk@1.1.3 goteo-php | | | | | | +-- ansi-styles@2.2.1 goteo-php | | | | | | -- supports-color@2.0.0 goteo-php | | | | | +-- console-stream@0.1.1 goteo-php | | | | |-- lpad-align@1.1.2 goteo-php | | | | | -- longest@1.0.1 goteo-php | | | | +-- is-gif@1.0.0 goteo-php | | | |-- through2@0.6.5 goteo-php | | | | +-- readable-stream@1.0.34 goteo-php | | | | | +-- isarray@0.0.1 goteo-php | | | | | -- string_decoder@0.10.31 goteo-php | | | |-- xtend@4.0.1 goteo-php | | | +-- imagemin-jpegtran@4.3.2 goteo-php | | | | +-- is-jpg@1.0.1 goteo-php | | | | +-- jpegtran-bin@3.2.0 goteo-php | | | | -- through2@2.0.5 goteo-php | | | +-- imagemin-optipng@4.3.0 goteo-php | | | | +-- exec-buffer@2.0.1 goteo-php | | | | |-- tempfile@1.1.1 goteo-php | | | | | -- os-tmpdir@1.0.2 goteo-php | | | | +-- is-png@1.1.0 goteo-php | | | |-- optipng-bin@3.1.4 goteo-php | | | +-- imagemin-svgo@4.2.1 goteo-php | | | | +-- is-svg@1.1.1 goteo-php | | | | +-- svgo@0.6.6 goteo-php | | | | | +-- coa@1.0.4 goteo-php | | | | | | -- q@1.5.1 goteo-php | | | | | +-- csso@2.0.0 goteo-php | | | | | |-- clap@1.2.3 goteo-php | | | | | | -- chalk@1.1.3 goteo-php | | | | | | +-- ansi-styles@2.2.1 goteo-php | | | | | |-- supports-color@2.0.0 goteo-php | | | | | +-- js-yaml@3.6.1 goteo-php | | | | | | -- esprima@2.7.3 goteo-php | | | | | +-- sax@1.2.4 goteo-php | | | | |-- whet.extend@0.9.9 goteo-php | | | | -- through2@2.0.5 goteo-php | | | +-- optional@0.1.4 goteo-php | | | +-- readable-stream@2.3.6 goteo-php | | | | +-- core-util-is@1.0.2 goteo-php | | | | +-- isarray@1.0.0 goteo-php | | | | +-- process-nextick-args@2.0.0 goteo-php | | | |-- string_decoder@1.1.1 goteo-php | | | +-- stream-combiner2@1.1.1 goteo-php | | | | -- duplexer2@0.1.4 goteo-php | | |-- vinyl-fs@2.4.4 goteo-php | | | +-- duplexify@3.7.1 goteo-php | | | | +-- end-of-stream@1.4.1 goteo-php | | | | -- stream-shift@1.0.0 goteo-php | | | +-- glob-stream@5.3.5 goteo-php | | | | +-- extend@3.0.2 goteo-php | | | | +-- glob@5.0.15 goteo-php | | | | +-- glob-parent@3.1.0 goteo-php | | | | | +-- is-glob@3.1.0 goteo-php | | | | | |-- is-extglob@2.1.1 goteo-php | | | | | -- path-dirname@1.0.2 goteo-php | | | | +-- ordered-read-streams@0.3.0 goteo-php | | | | |-- is-stream@1.1.0 goteo-php | | | | +-- to-absolute-glob@0.1.1 goteo-php | | | | | -- extend-shallow@2.0.1 goteo-php | | | |-- unique-stream@2.3.1 goteo-php | | | | +-- json-stable-stringify-without-jsonify@1.0.1 goteo-php | | | | -- through2-filter@3.0.0 goteo-php | | | |-- through2@2.0.5 goteo-php | | | +-- gulp-sourcemaps@1.6.0 goteo-php | | | | -- through2@2.0.5 goteo-php | | | +-- is-valid-glob@0.3.0 goteo-php | | | +-- lazystream@1.0.0 goteo-php | | | +-- lodash.isequal@4.5.0 goteo-php | | | +-- merge-stream@1.0.1 goteo-php | | | +-- strip-bom@2.0.0 goteo-php | | | |-- is-utf8@0.2.1 goteo-php | | | +-- strip-bom-stream@1.0.0 goteo-php | | | | -- first-chunk-stream@1.0.0 goteo-php | | | +-- through2@2.0.5 goteo-php | | | +-- through2-filter@2.0.0 goteo-php | | | |-- through2@2.0.5 goteo-php | | | -- vali-date@1.0.0 goteo-php | |-- pretty-bytes@3.0.1 goteo-php | +-- grunt-contrib-jshint@1.1.0 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | | -- supports-color@2.0.0 goteo-php | | +-- hooker@0.2.3 goteo-php | |-- jshint@2.9.7 goteo-php | | +-- cli@1.0.1 goteo-php | | | -- glob@7.1.3 goteo-php | | +-- console-browserify@1.1.0 goteo-php | | |-- date-now@0.1.4 goteo-php | | +-- htmlparser2@3.8.3 goteo-php | | | +-- domelementtype@1.3.1 goteo-php | | | +-- domhandler@2.3.0 goteo-php | | | +-- domutils@1.5.1 goteo-php | | | | -- dom-serializer@0.1.1 goteo-php | | | |-- entities@1.1.2 goteo-php | | | +-- entities@1.0.0 goteo-php | | | -- readable-stream@1.1.14 goteo-php | | | +-- isarray@0.0.1 goteo-php | | |-- string_decoder@0.10.31 goteo-php | | +-- shelljs@0.3.0 goteo-php | | -- strip-json-comments@1.0.4 goteo-php | +-- grunt-contrib-sass@1.0.0 goteo-php | | +-- async@0.9.2 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | +-- cross-spawn@0.2.9 goteo-php | | | -- lru-cache@2.7.3 goteo-php | | +-- dargs@4.1.0 goteo-php | |-- which@1.3.1 goteo-php | | -- isexe@2.0.0 goteo-php | +-- grunt-contrib-uglify@3.4.0 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | +-- uglify-js@3.4.10 goteo-php | | | +-- commander@2.19.0 goteo-php | | | -- source-map@0.6.1 goteo-php | |-- uri-path@1.0.0 goteo-php | +-- grunt-contrib-watch@1.1.0 goteo-php | | +-- async@2.6.2 goteo-php | | +-- gaze@1.1.3 goteo-php | | | -- globule@1.2.1 goteo-php | | |-- glob@7.1.3 goteo-php | | -- tiny-lr@1.1.1 goteo-php | | +-- body@5.1.0 goteo-php | | | +-- continuable-cache@0.3.1 goteo-php | | | +-- error@7.0.2 goteo-php | | | |-- string-template@0.2.1 goteo-php | | | +-- raw-body@1.1.7 goteo-php | | | | +-- bytes@1.0.0 goteo-php | | | | -- string_decoder@0.10.31 goteo-php | | |-- safe-json-parse@1.0.1 goteo-php | | +-- debug@3.2.6 goteo-php | | | -- ms@2.1.1 goteo-php | | +-- faye-websocket@0.10.0 goteo-php | | |-- websocket-driver@0.7.0 goteo-php | | | +-- http-parser-js@0.5.0 goteo-php | | | -- websocket-extensions@0.1.3 goteo-php | | +-- livereload-js@2.4.0 goteo-php | | +-- object-assign@4.1.1 goteo-php | |-- qs@6.7.0 goteo-php | +-- grunt-filerev@2.3.1 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | | -- supports-color@2.0.0 goteo-php | | +-- convert-source-map@1.6.0 goteo-php | | |-- safe-buffer@5.1.2 goteo-php | | -- each-async@0.1.3 goteo-php | +-- grunt-newer@1.3.0 goteo-php | +-- grunt-notify@0.4.5 goteo-php | | +-- semver@5.6.0 goteo-php | |-- stack-parser@0.0.1 goteo-php | +-- grunt-php@1.5.1 goteo-php | | +-- bin-version-check@2.1.0 goteo-php | | | +-- bin-version@1.0.4 goteo-php | | | | -- find-versions@1.2.1 goteo-php | | | | +-- array-uniq@1.0.3 goteo-php | | | |-- semver-regex@1.0.0 goteo-php | | | +-- minimist@1.2.0 goteo-php | | | +-- semver@4.3.6 goteo-php | | | -- semver-truncate@1.1.2 goteo-php | | +-- get-port@1.0.0 goteo-php | | +-- object-assign@2.1.1 goteo-php | |-- opn@1.0.2 goteo-php | +-- grunt-phplint@0.1.0 goteo-php | | +-- cache-swap@0.3.0 goteo-php | | | -- graceful-fs@4.1.15 goteo-php | |-- grunt@0.4.5 goteo-php | | +-- async@0.1.22 goteo-php | | +-- coffee-script@1.3.3 goteo-php | | +-- colors@0.6.2 goteo-php | | +-- dateformat@1.0.2-1.2.3 goteo-php | | +-- findup-sync@0.1.3 goteo-php | | | +-- glob@3.2.11 goteo-php | | | | -- minimatch@0.3.0 goteo-php | | |-- lodash@2.4.2 goteo-php | | +-- glob@3.1.21 goteo-php | | | +-- graceful-fs@1.2.3 goteo-php | | | -- inherits@1.0.2 goteo-php | | +-- grunt-legacy-log@0.1.3 goteo-php | | | +-- grunt-legacy-log-utils@0.1.1 goteo-php | | | | +-- lodash@2.4.2 goteo-php | | | |-- underscore.string@2.3.3 goteo-php | | | +-- lodash@2.4.2 goteo-php | | | -- underscore.string@2.3.3 goteo-php | | +-- grunt-legacy-util@0.2.0 goteo-php | | +-- iconv-lite@0.2.11 goteo-php | | +-- js-yaml@2.0.5 goteo-php | | | +-- argparse@0.1.16 goteo-php | | | | +-- underscore@1.7.0 goteo-php | | | |-- underscore.string@2.4.0 goteo-php | | | -- esprima@1.0.4 goteo-php | | +-- lodash@0.9.2 goteo-php | | +-- minimatch@0.2.14 goteo-php | | |-- sigmund@1.0.1 goteo-php | | +-- nopt@1.0.10 goteo-php | | +-- rimraf@2.2.8 goteo-php | | +-- underscore.string@2.2.1 goteo-php | | -- which@1.0.9 goteo-php | +-- grunt-phpunit@0.3.6 goteo-php | +-- grunt-run@0.8.1 goteo-php | |-- strip-ansi@3.0.1 goteo-php | | -- ansi-regex@2.1.1 goteo-php | +-- grunt-usemin@3.1.1 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | +-- debug@2.6.9 goteo-php | | | -- ms@2.0.0 goteo-php | | +-- lodash@3.10.1 goteo-php | |-- path-exists@1.0.0 goteo-php | +-- grunt-yamllint@0.3.0 goteo-php | | +-- async@2.6.2 goteo-php | | -- chalk@1.1.3 goteo-php | | +-- ansi-styles@2.2.1 goteo-php | |-- supports-color@2.0.0 goteo-php | +-- jshint-stylish@2.2.1 goteo-php | | +-- beeper@1.1.1 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | | -- supports-color@2.0.0 goteo-php | | +-- log-symbols@1.0.2 goteo-php | | |-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | | -- supports-color@2.0.0 goteo-php | | +-- plur@2.1.2 goteo-php | | |-- irregular-plurals@1.4.0 goteo-php | | +-- string-length@1.0.1 goteo-php | | -- text-table@0.2.0 goteo-php | +-- lodash@4.17.11 goteo-php | +-- matchdep@1.0.1 goteo-php | | +-- micromatch@2.3.11 goteo-php | | | +-- arr-diff@2.0.0 goteo-php | | | |-- arr-flatten@1.1.0 goteo-php | | | +-- array-unique@0.2.1 goteo-php | | | +-- braces@1.8.5 goteo-php | | | | +-- expand-range@1.8.2 goteo-php | | | | | -- fill-range@2.2.4 goteo-php | | | | | +-- is-number@2.1.0 goteo-php | | | | | +-- isobject@2.1.0 goteo-php | | | | | +-- randomatic@3.1.1 goteo-php | | | | | | +-- is-number@4.0.0 goteo-php | | | | | | +-- kind-of@6.0.2 goteo-php | | | | | |-- math-random@1.0.4 goteo-php | | | | | -- repeat-string@1.6.1 goteo-php | | | | +-- preserve@0.2.0 goteo-php | | | |-- repeat-element@1.1.3 goteo-php | | | +-- expand-brackets@0.1.5 goteo-php | | | | -- is-posix-bracket@0.1.1 goteo-php | | | +-- extglob@0.3.2 goteo-php | | | |-- is-extglob@1.0.0 goteo-php | | | +-- filename-regex@2.0.1 goteo-php | | | +-- is-extglob@1.0.0 goteo-php | | | +-- is-glob@2.0.1 goteo-php | | | +-- kind-of@3.2.2 goteo-php | | | | -- is-buffer@1.1.6 goteo-php | | | +-- normalize-path@2.1.1 goteo-php | | | |-- remove-trailing-separator@1.1.0 goteo-php | | | +-- object.omit@2.0.1 goteo-php | | | | +-- for-own@0.1.5 goteo-php | | | | | -- for-in@1.0.2 goteo-php | | | |-- is-extendable@0.1.1 goteo-php | | | +-- parse-glob@3.0.4 goteo-php | | | | +-- glob-base@0.3.0 goteo-php | | | | | +-- glob-parent@2.0.0 goteo-php | | | | | -- is-glob@2.0.1 goteo-php | | | | |-- is-extglob@1.0.0 goteo-php | | | | +-- is-dotfile@1.0.3 goteo-php | | | | +-- is-extglob@1.0.0 goteo-php | | | | -- is-glob@2.0.1 goteo-php | | |-- regex-cache@0.4.4 goteo-php | | | -- is-equal-shallow@0.1.3 goteo-php | | |-- is-primitive@2.0.0 goteo-php | | +-- resolve@1.1.7 goteo-php | | -- stack-trace@0.0.9 goteo-php | +-- time-grunt@1.4.0 goteo-php | | +-- chalk@1.1.3 goteo-php | | | +-- ansi-styles@2.2.1 goteo-php | | |-- supports-color@2.0.0 goteo-php | | +-- date-time@1.1.0 goteo-php | | | -- time-zone@0.1.0 goteo-php | | +-- figures@1.7.0 goteo-php | | +-- number-is-nan@1.0.1 goteo-php | |-- pretty-ms@2.1.0 goteo-php | | +-- is-finite@1.0.2 goteo-php | | +-- parse-ms@1.0.1 goteo-php | | -- plur@1.0.0 goteo-php |-- uglify-save-license@0.4.1 goteo-php | goteo-php | Installing database structure into [goteo] ... goteo-php | Done goteo-php | Installing initial data... goteo-php | Done goteo-php | Upgrading database... goteo-php | [goteo] Proccesing migrate up by 20171118000802_goteo_matcherlang.php goteo-php | [goteo] Proccesing migrate up by 20171122174103_goteo_callconf.php goteo-php | [goteo] Proccesing migrate up by 20171213215355_goteo_template.php goteo-php | [goteo] Proccesing migrate up by 20171220184721_goteo_utf8mb4.php goteo-php | [goteo] Proccesing migrate up by 20171220190953_goteo_utf8mb4_fields.php goteo-mariadb | 2019-03-23 18:07:51 140235842901760 [Warning] Aborted connection 8 to db: 'goteo' user: 'goteo' host: '172.18.0.3' (Got timeout reading communication packets) goteo-webserver | 2019/03/23 18:11:11 [error] 7#7: 4 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081" goteo-webserver | 2019/03/23 18:11:13 [error] 7#7: 4 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081", referrer: "http://localhost:8081/" goteo-webserver | 2019/03/23 18:15:40 [error] 7#7: 9 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081" goteo-webserver | 2019/03/23 18:15:41 [error] 7#7: 11 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081", referrer: "http://localhost:8081/" goteo-geoip | Received an unexpected HTTP status code of 401 from https://updates.maxmind.com/app/update_secure?db_md5=00000000000000000000000000000000&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite-Legacy-IPv6-City goteo-geoip | geoipupdate 2.2.2 goteo-geoip | Opened License file /etc/GeoIP.conf goteo-geoip | UserId 999999 goteo-geoip | LicenseKey 000000000000 goteo-geoip | Insert product_id GeoLite2-City goteo-geoip | Insert product_id GeoLite2-Country goteo-geoip | Insert product_id GeoLite-Legacy-IPv6-City goteo-geoip | Insert product_id GeoLite-Legacy-IPv6-Country goteo-geoip | Insert product_id 506 goteo-geoip | Insert product_id 517 goteo-geoip | Insert product_id 533 goteo-geoip | Read in license key /etc/GeoIP.conf goteo-geoip | Number of product ids 7 goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite2-City goteo-geoip | md5hex_digest: 6c4035717896e74220402ac83ebd2094 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 106.51.27.149 goteo-geoip | md5hex_digest2: f0cf37b79650d39988e5d974655d351f goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=6c4035717896e74220402ac83ebd2094&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite2-City goteo-geoip | No new updates available goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite2-Country goteo-geoip | md5hex_digest: 0cdeb6bc147e3279ed4ffcc313be7d70 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 106.51.27.149 goteo-geoip | md5hex_digest2: f0cf37b79650d39988e5d974655d351f goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=0cdeb6bc147e3279ed4ffcc313be7d70&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite2-Country goteo-geoip | No new updates available goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite-Legacy-IPv6-City goteo-geoip | md5hex_digest: 00000000000000000000000000000000 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 106.51.27.149 goteo-geoip | md5hex_digest2: f0cf37b79650d39988e5d974655d351f goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=00000000000000000000000000000000&challenge_md5=f0cf37b79650d39988e5d974655d351f&user_id=999999&edition_id=GeoLite-Legacy-IPv6-City goteo-webserver | 2019/03/23 18:16:47 [error] 7#7: 14 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081" goteo-webserver | 2019/03/23 18:16:49 [error] 7#7: 14 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081", referrer: "http://localhost:8081/" goteo-geoip exited with code 1 goteo-webserver | 2019/03/23 18:16:54 [error] 7#7: 17 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081" goteo-webserver | 2019/03/23 18:16:59 [error] 7#7: 20 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081", referrer: "http://localhost:8081/" goteo-php | [goteo] Proccesing migrate up by 20171222181834_goteo_rememberme.php goteo-php | [goteo] Proccesing migrate up by 20180109123607_goteo_matchersphere.php goteo-php | [goteo] Proccesing migrate up by 20180109152726_goteo_matcherlocation.php goteo-php | [goteo] Proccesing migrate up by 20180109185137_goteo_bannerlang.php goteo-php | [goteo] Proccesing migrate up by 20180123140636_goteo_donors.php goteo-php | [goteo] Proccesing migrate up by 20180124164205_goteo_user_web.php goteo-php | [goteo] Proccesing migrate up by 20180201165719_goteo_matcherfee.php goteo-php | [goteo] Proccesing migrate up by 20180206154245_goteo_matcherlang_fix.php goteo-php | [goteo] Proccesing migrate up by 20180207163616_goteo_message_mail.php goteo-php | [goteo] Proccesing migrate up by 20180220173201_goteo_foreignlangs.php goteo-php | [goteo] Proccesing migrate up by 20180223170244_goteo_uniqueuserdrop.php goteo-php | [goteo] Proccesing migrate up by 20180301174928_goteo_foreigns.php goteo-php | [goteo] Proccesing migrate up by 20180306132058_goteo_lang3chars.php goteo-php | [goteo] Proccesing migrate up by 20180306153659_goteo_post.php goteo-php | [goteo] Proccesing migrate up by 20180322140254_goteo_callmaxprojects.php goteo-php | [goteo] Proccesing migrate up by 20180329131417_goteo_post_categorization.php goteo-php | [goteo] Proccesing migrate up by 20180509133655_goteo_log.php goteo-php | [goteo] Proccesing migrate up by 20180510105041_goteo_sindexes.php goteo-php | [goteo] Proccesing migrate up by 20180524170547_goteo_user_prefer.php goteo-php | [goteo] Proccesing migrate up by 20180612113030_goteo_spheres_landing.php goteo-php | [goteo] Proccesing migrate up by 20180627171755_goteo_callchecks.php goteo-php | [goteo] Proccesing migrate up by 20180717095827_goteo_stories_match.php goteo-php | [goteo] Proccesing migrate up by 20180719104455_goteo_callsponsors.php goteo-php | [goteo] Proccesing migrate up by 20180725180352_goteo_post_type.php goteo-php | [goteo] Proccesing migrate up by 20180725234300_goteo_post_slug.php goteo-php | PHP Warning: PDOStatement::execute(): MySQL server has gone away in /application/src/Goteo/Core/CacheStatement.php on line 63 goteo-php | PHP Stack trace: goteo-php | PHP 1. {main}() /application/bin/console:0 goteo-php | PHP 2. Symfony\Component\Console\Application->run() /application/bin/console:66 goteo-php | PHP 3. Symfony\Component\Console\Application->doRun() /application/vendor/symfony/console/Application.php:117 goteo-php | PHP 4. Symfony\Component\Console\Application->doRunCommand() /application/vendor/symfony/console/Application.php:185 goteo-php | PHP 5. Goteo\Console\Command\SqlMigrationCommand->run() /application/vendor/symfony/console/Application.php:853 goteo-php | PHP 6. Goteo\Console\Command\SqlMigrationCommand->execute() /application/vendor/symfony/console/Command/Command.php:245 goteo-php | PHP 7. LibMigration\Migration->migrate() /application/src/Goteo/Console/Command/SqlMigrationCommand.php:134 goteo-php | PHP 8. LibMigration\Migration->migrateUp() /application/vendor/kohkimakimoto/lib-migration/src/LibMigration/Migration.php:187 goteo-php | PHP 9. GoteoPostSlug->preUp() /application/vendor/kohkimakimoto/lib-migration/src/LibMigration/Migration.php:401 goteo-php | PHP 10. Goteo\Core\Model::query() /application/db/migrations/20180725234300_goteo_post_slug.php:15 goteo-php | PHP 11. Goteo\Core\CacheStatement->execute() /application/src/Goteo/Core/Model.php:325 goteo-php | PHP 12. Goteo\Core\CacheStatement->execute() /application/src/Goteo/Core/CacheStatement.php:63 goteo-php | PHP Warning: PDOStatement::execute(): Error reading result set's header in /application/src/Goteo/Core/CacheStatement.php on line 63 goteo-php | PHP Stack trace: goteo-php | PHP 1. {main}() /application/bin/console:0 goteo-php | PHP 2. Symfony\Component\Console\Application->run() /application/bin/console:66 goteo-php | PHP 3. Symfony\Component\Console\Application->doRun() /application/vendor/symfony/console/Application.php:117 goteo-php | PHP 4. Symfony\Component\Console\Application->doRunCommand() /application/vendor/symfony/console/Application.php:185 goteo-php | PHP 5. Goteo\Console\Command\SqlMigrationCommand->run() /application/vendor/symfony/console/Application.php:853 goteo-php | PHP 6. Goteo\Console\Command\SqlMigrationCommand->execute() /application/vendor/symfony/console/Command/Command.php:245 goteo-php | PHP 7. LibMigration\Migration->migrate() /application/src/Goteo/Console/Command/SqlMigrationCommand.php:134 goteo-php | PHP 8. LibMigration\Migration->migrateUp() /application/vendor/kohkimakimoto/lib-migration/src/LibMigration/Migration.php:187 goteo-php | PHP 9. GoteoPostSlug->preUp() /application/vendor/kohkimakimoto/lib-migration/src/LibMigration/Migration.php:401 goteo-php | PHP 10. Goteo\Core\Model::query() /application/db/migrations/20180725234300_goteo_post_slug.php:15 goteo-php | PHP 11. Goteo\Core\CacheStatement->execute() /application/src/Goteo/Core/Model.php:325 goteo-php | PHP 12. Goteo\Core\CacheStatement->execute() /application/src/Goteo/Core/CacheStatement.php:63 goteo-php | Oops, exception thrown while running command migrate goteo-php | Command Exception goteo-php | error: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away goteo-php | command: migrate goteo-php | options: Array goteo-php | trace: PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away goteo-php | at PDOStatement.execute(CacheStatement.php:80) goteo-php | at Goteo.Core.CacheStatement._execute(CacheStatement.php:80) goteo-php | at Goteo.Core.CacheStatement._cachedMethod(CacheStatement.php:141) goteo-php | at Goteo.Core.CacheStatement.fetchAll(CacheStatement.php:179) goteo-php | at GoteoPostSlug.postUp(20180725234300_goteo_post_slug.php:23) goteo-php | at LibMigration.Migration.migrateUp(Migration.php:418) goteo-php | at LibMigration.Migration.migrate(Migration.php:187) goteo-php | at Goteo.Console.Command.SqlMigrationCommand.execute(SqlMigrationCommand.php:134) goteo-php | at Symfony.Component.Console.Command.Command.run(Command.php:245) goteo-php | at Symfony.Component.Console.Application.doRunCommand(Application.php:853) goteo-php | at Symfony.Component.Console.Application.doRun(Application.php:185) goteo-php | at Symfony.Component.Console.Application.run(Application.php:117) goteo-php | at (main)(console:66) goteo-php | goteo-php | goteo-php | [PDOException] goteo-php | SQLSTATE[HY000]: General error: 2006 MySQL server has gone away goteo-php | goteo-php | goteo-php | migrate [-u|--update] [-d|--debug] [-c|--config] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--logmail] [--lock] [--lock-name [LOCK-NAME]] [--] [] [] goteo-php | goteo-php | >> Using Host from settings: 0.0.0.0 goteo-php | >> Using local port from settings: 8081 goteo-php | >> CURRENT DIR /application goteo-php | >> using PHP php-fpm7.1 goteo-php | goteo-php | Running "clean:server" (clean) task goteo-php | >> 9 paths cleaned. goteo-php | goteo-php | Running "copy:devel" (copy) task goteo-php | Created 587 directories, copied 3025 files goteo-php | goteo-php | Running "copy:plugins:devel" (copy:plugins) task goteo-php | goteo-php | Running "sass:devel" (sass) task goteo-php | DEPRECATION WARNING on line 87 of /var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss: #{} interpolation near operators will be simplified goteo-php | in a future version of Sass. To preserve the current behavior, use quotes: goteo-php | goteo-php | unquote('"$moz-"#{$experimental-support-for-mozilla} "$webkit-"#{$experimental-support-for-webkit} "$opera-"#{$experimental-support-for-opera} "$microsoft-"#{$experimental-support-for-microsoft} "$khtml-"#{$experimental-support-for-khtml}') goteo-php | goteo-php | You can use the sass-convert command to automatically fix most cases. goteo-php | goteo-php | DEPRECATION WARNING on line 92 of /var/lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss: #{} interpolation near operators will be simplified goteo-php | in a future version of Sass. To preserve the current behavior, use quotes: goteo-php | goteo-php | unquote('"$ie6-"#{$legacy-support-for-ie6} "$ie7-"#{$legacy-support-for-ie7} "$ie8-"#{$legacy-support-for-ie8}') goteo-php | goteo-php | You can use the sass-convert command to automatically fix most cases. goteo-php | goteo-php | goteo-php | Done. goteo-php | goteo-php | goteo-php | Execution Time (2019-03-23 18:25:14 UTC-0) goteo-php | loading tasks 21.9s ???????? 16% goteo-php | copy:devel 1m 34.3s ???????????????????????????????? 67% goteo-php | sass:devel 24.4s ????????? 17% goteo-php | Total 2m 20.7s goteo-php | goteo-php | Pointing nginx server as DEVELOPMENT (index_dev.php) goteo-php | goteo-php | System ready! goteo-php | goteo-php | You can point your browser now to: goteo-php | goteo-php | //0.0.0.0:8081 goteo-php | goteo-php | Check all mailing activity in: goteo-php | goteo-php | localhost:8082 goteo-php | goteo-php | goteo-php | [23-Mar-2019 18:27:43] ERROR: [pool www] please specify user and group other than root goteo-php | [23-Mar-2019 18:27:43] ERROR: FPM initialization failed `

getsei commented 5 years ago

I have also same issue

davidbeig commented 5 years ago

Hi!

People have faced this problem before, you can see it in Issue #124 .

In that case the problem was with executing docker-compose up with sudo privileges. Would that be your same problem?

getsei commented 5 years ago

Thanks. This has fixed it.

victor3frainFintecheando commented 3 years ago

goteo$ docker-compose up goteo-webserver is up-to-date goteo-mailhog is up-to-date goteo-mariadb is up-to-date goteo-php is up-to-date Starting goteo-geoip ... done Attaching to goteo-webserver, goteo-mailhog, goteo-mariadb, goteo-php, goteo-geoip goteo-mailhog | WARNING: no logs are available with the 'none' log driver goteo-webserver | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration goteo-webserver | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ goteo-webserver | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh goteo-webserver | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf goteo-webserver | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version goteo-webserver | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh goteo-webserver | /docker-entrypoint.sh: Configuration complete; ready for start up goteo-php | Executing: [./docker/php/init.sh] goteo-php | usermod: no changes goteo-php | Installing dependencies from lock file (including require-dev) goteo-php | Verifying lock file contents can be installed on current platform. goteo-php | Package operations: 1 install, 0 updates, 0 removals goteo-php | - Installing jdorn/file-system-cache (dev-master 08f33ff): Cloning 08f33ff840 goteo-php | Install of jdorn/file-system-cache failed goteo-php | goteo-php |
goteo-php | [RuntimeException]
goteo-php | Failed to clone https://github.com/jdorn/FileSystemCache.git, git was not found, check that it is installed and in your PATH env.
goteo-php |
goteo-php | sh: 1: git: not found
goteo-php |
goteo-php | goteo-php | install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] []... goteo-php | goteo-php | PHP Warning: require(/application/src/../vendor/autoload.php): failed to open stream: No such file or directory in /application/src/autoload.php on line 16 goteo-php | PHP Stack trace: goteo-php | PHP 1. {main}() /application/bin/console:0 goteo-php | PHP 2. require_once() /application/bin/console:19 goteo-php | PHP Fatal error: require(): Failed opening required '/application/src/../vendor/autoload.php' (include_path='.:/usr/share/php') in /application/src/autoload.php on line 16 goteo-php | PHP Stack trace: goteo-php | PHP 1. {main}() /application/bin/console:0 goteo-php | PHP 2. require_once() /application/bin/console:19 goteo-php | >> Using Host from settings: 0.0.0.0 goteo-php | >> Using local port from settings: 8081 goteo-php | >> CURRENT DIR /application goteo-php | >> using PHP php-fpm7.1 goteo-mariadb | 2021-02-11 20:24:34+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.2.36+maria~bionic started. goteo-mariadb | 2021-02-11 20:24:34+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' goteo-mariadb | 2021-02-11 20:24:34+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.2.36+maria~bionic started. goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] mysqld (mysqld 10.2.36-MariaDB-1:10.2.36+maria~bionic) starting as process 1 ... goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Uses event mutexes goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Compressed tables use zlib 1.2.11 goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Using Linux native AIO goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Number of pools: 1 goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Using SSE2 crc32 instructions goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Completed initialization of buffer pool goteo-mariadb | 2021-02-11 20:24:34 139793490343680 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Highest supported file format is Barracuda. goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: 128 out of 128 rollback segments are active. goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Creating shared tablespace for temporary tables goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: File './ibtmp1' size is now 12 MB. goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: Waiting for purge to start goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] InnoDB: 5.7.32 started; log sequence number 1615582 goteo-mariadb | 2021-02-11 20:24:34 139793249851136 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] Plugin 'FEEDBACK' is disabled. goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] Server socket created on IP: '::'. goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Warning] 'proxies_priv' entry '@% root@42369d125019' ignored in --skip-name-resolve mode. goteo-mariadb | 2021-02-11 20:24:34 139793249851136 [Note] InnoDB: Buffer pool(s) load completed at 210211 20:24:34 goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] Reading of all Master_info entries succeeded goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] Added new Master_info '' to hash table goteo-mariadb | 2021-02-11 20:24:34 139794212017856 [Note] mysqld: ready for connections. goteo-mariadb | Version: '10.2.36-MariaDB-1:10.2.36+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution goteo-php | goteo-php | Running "clean:server" (clean) task goteo-php | >> 1 path cleaned. goteo-php | goteo-php | Running "copy:devel" (copy) task goteo-geoip | Received an unexpected HTTP status code of 401 from https://updates.maxmind.com/app/update_secure?db_md5=00000000000000000000000000000000&challenge_md5=9f50d317c81104263be450058dfd1356&user_id=999999&edition_id=GeoLite2-City goteo-geoip | geoipupdate 2.2.2 goteo-geoip | Opened License file /etc/GeoIP.conf goteo-geoip | UserId 999999 goteo-geoip | LicenseKey 000000000000 goteo-geoip | Insert product_id GeoLite2-City goteo-geoip | Insert product_id GeoLite2-Country goteo-geoip | Insert product_id GeoLite-Legacy-IPv6-City goteo-geoip | Insert product_id GeoLite-Legacy-IPv6-Country goteo-geoip | Insert product_id 506 goteo-geoip | Insert product_id 517 goteo-geoip | Insert product_id 533 goteo-geoip | Read in license key /etc/GeoIP.conf goteo-geoip | Number of product ids 7 goteo-geoip | url: https://updates.maxmind.com/app/update_getfilename?product_id=GeoLite2-City goteo-geoip | md5hex_digest: 00000000000000000000000000000000 goteo-geoip | url: https://updates.maxmind.com/app/update_getipaddr goteo-geoip | Client IP address: 187.171.110.186 goteo-geoip | md5hex_digest2: 9f50d317c81104263be450058dfd1356 goteo-geoip | url: https://updates.maxmind.com/app/update_secure?db_md5=00000000000000000000000000000000&challenge_md5=9f50d317c81104263be450058dfd1356&user_id=999999&edition_id=GeoLite2-City goteo-geoip exited with code 1 goteo-php | Created 664 directories, copied 3600 files goteo-php | goteo-php | Running "copy:plugins:devel" (copy:plugins) task goteo-php | goteo-php | Running "sass:devel" (sass) task goteo-php | goteo-php | Done. goteo-php | goteo-php | goteo-php | Execution Time (2021-02-11 20:24:38 UTC-0) goteo-php | loading tasks 794ms ▇▇▇▇ 6% goteo-php | clean:server 439ms ▇▇ 4% goteo-php | copy:devel 2s ▇▇▇▇▇▇▇▇ 16% goteo-php | sass:devel 9s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 74% goteo-php | Total 12.3s goteo-php | goteo-php | Pointing nginx server as DEVELOPMENT (index_dev.php) goteo-php | goteo-php | System ready! goteo-php | goteo-php | USER_ID: 0 goteo-php | DEBUG: 1 goteo-php | GOTEO_CONFIG_FILE: /application/config/local-docker-settings.yml goteo-php | goteo-php | You can point your browser now to: goteo-php | goteo-php | //0.0.0.0:8081 goteo-php | goteo-php | Check all mailing activity in: goteo-php | goteo-php | localhost:8082 goteo-php | goteo-php | goteo-php | [11-Feb-2021 20:24:50] ERROR: [pool www] please specify user and group other than root goteo-php | [11-Feb-2021 20:24:50] ERROR: FPM initialization failed goteo-php exited with code 0

victor3frainFintecheando commented 3 years ago

hello I have the same detail although I do not run it in sudo mode

I run the cloned repository

cp config / docker-settings.yml config / local-docker-settings.yml

docker-compose up -d

davidbeig commented 3 years ago

Hi @victor3frainFintecheando!

I see you are not using our docker/up script to start the docker images. Could you try running it that way? As you can see in it, it has the config file specified.

Also you can look at our documentation about how to set up a development machine ( https://goteofoundation.github.io/goteo/docs/developers/docker.html ). There, you can see, we explain that the user running the docker-compose up should be in the docker group. Have you checked that? ( sudo usermod -aG docker $USER )

victor3frainFintecheando commented 3 years ago

Hello, on what was suggested it showed the following error in the browser on port 8443 and 8081 Warning: require (/ application / src /../ vendor / autoload.php): failed to open stream: No such file or directory in /application/src/autoload.php on line 16 Call Stack

Time Memory Function Location

1 0.0006 360248 {main} () ... / index_dev.php: 0 2 0.0009 360608 require_once ('/application/src/autoload.php') ... / index_dev.php: 29

(!) Fatal error: require (): Failed opening required '/application/src/../vendor/autoload.php' (include_path = '.: / Usr / share / php') in / application / src / autoload. php on line 16 Call Stack

Time Memory Function Location

1 0.0006 360248 {main} () ... / index_dev.php: 0 2 0.0009 360608 require_once ('/application/src/autoload.php') ... / index_dev.php: 29

drip-geoip docker image freezes

davidbeig commented 3 years ago

Hi @victor3frainFintecheando! Looks like it can't find the autoload.php that should be in your vendor folder.

Can you check that the composer has downloaded all the libraries? If not, you can access de docker image and run it.

Let me know how it goes!

victor3frainFintecheando commented 3 years ago

Hello, I continue with the detail use the following commands docker / exec composer install docker / exec npm install docker / exec bin / console migrate install docker / exec grunt build: tmp

makes mention of a /application/src/../vendor/autoload.php file image

davidbeig commented 3 years ago

I see that in your vendor folder there is not a autoload.php file. Can you paste the output when you execute composer install?

victor3frainFintecheando commented 3 years ago

hello the output that I get $ compose install although marking php --ini but it still shows it, even if I run it

image image

victor3frainFintecheando commented 3 years ago

hello already loaded but without the style sheets, you could guide where they are located or how they are called

image

davidbeig commented 3 years ago

Hi @victor3frainFintecheando!

You can find the stylesheets in the public/assets/sass folder and in the public/assets/view/css folder.

Can you provide the errors that it gives you when trying to download the .css files?

Also, i've seen now that you are pointing your application to 0.0.0.0, maybe you could change it to localhost, or even create a entry at /etc/hosts with domain.test and use it in your local settings inside the url.main.

victor3frainFintecheando commented 3 years ago

Hello, thank you very much since I have http with port 8081. I will use traefik for https (port 443) thank you very much: D

image

davidbeig commented 3 years ago

Happy to hear that is finally working! :100:

If you have any other problem you can create another issue here, and if you want to share your project we'll be glad to take a look at it (the same for @getsei )

If you don't mind, i close this issue rn.