- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 25 2016
Oct 24 2016
Looks good to me if that builds.
Decreasing priority as server is up again. Watching.
Ysul pings again.
Can reach the console, but doesn't respond to keyboard input, rebooting the server.
Oct 21 2016
Bad Phab instance. https://phabricator.wikimedia.org/T148852
Oct 20 2016
Network configuration done.
Oct 19 23:39:38 ysul pkg: notifications-cli-client-0.3.0 deinstalled
Oct 19 23:39:40 ysul pkg: py34-beautifulsoup-4.3.2 deinstalled
Oct 19 23:39:41 ysul pkg: py34-lxml-3.4.1_1 deinstalled
Oct 19 23:39:42 ysul pkg: py34-mccabe-0.3.1 deinstalled
Oct 19 23:39:43 ysul pkg: py34-pika-0.10.0 deinstalled
Oct 19 23:39:44 ysul pkg: py34-sqlite3-3.4.5_7 deinstalled
Oct 19 23:39:45 ysul pkg: py34-setuptools34-28.1.0 deinstalled
Oct 19 23:40:11 ysul pkg: python34-3.4.5 deinstalled
Oct 19 23:48:34 ysul pkg: py35-setuptools35-28.1.0 installed
Oct 19 23:48:37 ysul pkg: py35-sqlite3-3.5.2_7 installed
Oct 19 23:52:01 ysul pkg-static: py35-pika-0.10.0 installed
Oct 19 23:56:51 ysul pkg-static: py35-beautifulsoup-4.4.1 installed
Oct 20 00:06:18 ysul pkg-static: py35-mccabe-0.3.1 installed
Oct 20 00:08:21 ysul pkg-static: notifications-cli-client-0.3.0 installed
Oct 20 00:08:48 ysul pkg-static: py35-lxml-3.6.0 installed
Makefile should be RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pika/amqp_object.py:devel/py-pika.
Oct 19 2016
Note most 3.5 packages aren't currently available, we'll need to install them from ports.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/217/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/216/ for more details.
There are missing files, locales for example.
Network doesn't respond after the second reboot, I'm reconfiguring it.
New card has been correctly recognized on Ysul as em1 after a reboot.
First reboot worked well, now next step is upgrading from 10.3 to 11.
Oct 18 2016
According https://forums.freebsd.org/threads/58098/ an upgrade to 10.3 is required as a milestone.
Scheduled at 2016-10-18 14:00 UTC.
Oct 15 2016
$ docker build -t nasqueron/nginx-php-fpm . […] Successfully built 25d2a92140ec $ docker run --rm -it nasqueron/nginx-php-fpm bash
Adding locales package.
Oct 14 2016
Package locales should be installed before configure it.
Oct 13 2016
In best practices, reconfiguring locales is recommended:
RUN dpkg-reconfigure locales && \ locale-gen C.UTF-8 && \ /usr/sbin/update-locale LANG=C.UTF-8