Page MenuHomePhabricator
Paste P13778

fresh-node troubleshooting for T271772
ArchivedPublic

Authored by jaredblumer on Jan 16 2021, 6:15 PM.
Tags
None
Referenced Files
F34005009: Fresh-node troubleshooting
Jan 16 2021, 6:15 PM
Subscribers
None
jaredblumer@jdot:~/Desktop/mediawiki$ fresh-node -env -net
# fresh: 20.08.1 (2020-08-27)
# image: docker-registry.wikimedia.org/releng/node10-test-browser:0.6.2
# software: Debian GNU/Linux 9 (stretch)
# Node.js v10.15.2 (npm 6.14.5)
# Chromium 71.0.3578.80
# Mozilla Firefox 68.11.0esr
# JSDuck 5.3.4 (Ruby 2.3.3)
# mount: /mediawiki ➟ /home/jaredblumer/Desktop/mediawiki (read-write)
# /mediawiki/.git ➟ /home/jaredblumer/Desktop/mediawiki/.git (read-only)
# env: MW_*, MEDIAWIKI_*
# net: expose host
🌱 Fresh!
I have no name!@jdot:/mediawiki$ env | grep -E 'MW|MEDIAW' | sort
MEDIAWIKI_PASSWORD=dockerpass
MEDIAWIKI_USER=Admin
MW_DOCKER_GID=1000
MW_DOCKER_PORT=8080
MW_DOCKER_UID=1000
MW_SCRIPT_PATH=/w
MW_SERVER=http://localhost:8080
I have no name!@jdot:/mediawiki$ curl -I $MW_SERVER
curl: (7) Failed to connect to localhost port 8080: Connection refused
I have no name!@jdot:/mediawiki$ curl -I $MW_SERVER/w/load.php
curl: (7) Failed to connect to localhost port 8080: Connection refused

Event Timeline

jaredblumer changed the title of this paste from Fresh-node troubleshooting to fresh-node troubleshooting for T271772.