New card has been correctly recognized on Ysul as em1 after a reboot.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 19 2016
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 8 2016
FreeBSD 11 builds are ready.
Sep 17 2016
New release date according the calendar: 28 September 2016
Sep 12 2016
Root cause: rsyslog was trying to use xconsole, a program not installed, to send some logs to.
Sep 11 2016
That's still the case:
Declined T980 with this rationale I want to include in our policy:
@Sandlayth found there is a website with a name very similar: https://radarbolmongonline.com/ for a site named Radar Bolmong.
Updated pkgng plugin and do some pkgng tests, all works fine.
Sep 10 2016
We're not really blocked by T1013:/usr/local/etc/.git/info/exclude ignores the problematic change.
We've an issue to solve before:
$ etckeeper init Initialized empty Git repository in /etc/.git/ $ git commit -m "Initial import 2016-09-10" etckeeper warning: hardlinked files could cause problems with git: pam.d/ftp pam.d/ftpd [master (root-commit) 75f7876] Initial import 2016-09-10 447 files changed, 48165 insertions(+) […]
$ cd /home/dereckson/src/etckeeper $ gmake install sed -i~ "s/Version:.*/Version: $(perl -e '$_=<>;m/\((.*?)(-.*)?\)/;print $1;' <debian/changelog)\"/" etckeeper rm -f etckeeper~ mkdir -p /etc/etckeeper/ /var/cache/etckeeper/ cp -R *.d /etc/etckeeper/ install daily /etc/etckeeper/daily install -m 0644 etckeeper.conf /etc/etckeeper/etckeeper.conf mkdir -p /usr/local/bin install etckeeper /usr/local/bin/etckeeper mkdir -p /usr/local/share/man/man8 install -m 0644 etckeeper.8 /usr/local/share/man/man8/etckeeper.8 mkdir -p /usr/local/share/bash-completion/completions install -m 0644 bash_completion /usr/local/share/bash-completion/completions/etckeeper mkdir -p /lib/systemd/system install -m 0644 systemd/etckeeper.service /lib/systemd/system/etckeeper.service install -m 0644 systemd/etckeeper.timer /lib/systemd/system/etckeeper.timer python ./etckeeper-bzr/__init__.py install --root= || echo "** bzr support not installed" running install running build running build_py creating build creating build/lib creating build/lib/bzrlib creating build/lib/bzrlib/plugins creating build/lib/bzrlib/plugins/etckeeper copying etckeeper-bzr/__init__.py -> build/lib/bzrlib/plugins/etckeeper running install_lib creating usr creating usr/local creating usr/local/lib creating usr/local/lib/python2.7 creating usr/local/lib/python2.7/site-packages creating usr/local/lib/python2.7/site-packages/bzrlib creating usr/local/lib/python2.7/site-packages/bzrlib/plugins creating usr/local/lib/python2.7/site-packages/bzrlib/plugins/etckeeper copying build/lib/bzrlib/plugins/etckeeper/__init__.py -> usr/local/lib/python2.7/site-packages/bzrlib/plugins/etckeeper byte-compiling usr/local/lib/python2.7/site-packages/bzrlib/plugins/etckeeper/__init__.py to __init__.pyc running install_egg_info Writing usr/local/lib/python2.7/site-packages/bzr_etckeeper-0.0.0-py2.7.egg-info echo "** installation successful" ** installation successful $ rm -rf /lib/systemd $ mv /usr/local/share/man/man8/etckeeper.8 /usr/local/man/man8/ $ rm -rf /usr/local/share/man
Sep 6 2016
Sep 5 2016
Current design is prepared in rSERVERSLOGDESIGN.
Sep 4 2016
Sep 2 2016
$ mkdir /opt/php-devel-utilities $ cd /opt/php-devel-utilities $ wget https://phar.phpunit.de/phpcpd.phar $ wget https://phar.phpunit.de/phploc.phar $ wget http://phpdox.de/releases/phpdox.phar $ wget http://static.pdepend.org/php/latest/pdepend.phar $ wget http://static.phpmd.org/php/latest/phpmd.phar $ chmod +x *.phar $ ln -s /opt/php-devel-utilities/phpcpd.phar /usr/local/bin/phpcpd $ ln -s /opt/php-devel-utilities/phploc.phar /usr/local/bin/phploc $ ln -s /opt/php-devel-utilities/phpdox.phar /usr/local/bin/phpdox $ ln -s /opt/php-devel-utilities/pdepend.phar /usr/local/bin/pdepend $ ln -s /opt/php-devel-utilities/phpmd.phar /usr/local/bin/phpmd
Removing everything excepted phpcs:
phpcs is up to date but the Sebastien Bergmann packages aren't really maintained to an usable version:
Through packages
Testing a new build file skipping documentation for rNOTIF Continous integration and delivery purposes:
Aug 25 2016
Current status
Aug 24 2016
Aug 23 2016
Step 4 done for B to D, but currently every failure will be reported. And we don't exploit in the artefact log what's failing.
Needed at operations level by D372.
Aug 20 2016
$ yum install mosh =============================================================================================================================================================== Package Arch Version Repository Size =============================================================================================================================================================== Installing: mosh x86_64 1.2.6-1.el7 epel-testing 237 k Installing for dependencies: perl-IO-Socket-INET6 noarch 2.69-5.el7 base 20 k perl-Socket6 x86_64 0.23-15.el7 base 27 k protobuf x86_64 2.5.0-8.el7 base 338 k
@Rashk0 any advice?
Aug 19 2016
Summary of previous discussions
Aug 18 2016
There is no demonstrated advantage to use that, the json parsing issue in D347 was a false issue.