@Sandlayth Could you check on Scaleway and give us an update?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mar 1 2017
Feb 28 2017
$ cd /opt/nasqueron-operations $ arc patch D933 $ salt eglide state.apply roles/core/sshd/ $ ssh eglide uptime 18:11:35 up 126 days, 9:39, 5 users, load average: 0.09, 0.05, 0.06 $ ssh nonexisting@eglide uptime Permission denied (publickey).
Feb 27 2017
Feb 26 2017
Feb 25 2017
Use production branch for eglide/wraith repo, so master can be kept in sync with upstream
Detect OpenSSL legacy, fix sls include issue
Rebased, include openssl-legacy dependency, fix configure build install scrips
$ salt eglide state.apply roles/shellserver/userland-software/base ---------- ID: dev_popular_libs Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 03:57:00.212308 Duration: 73.845 ms Changes:
$ salt eglide state.apply roles/shellserver/userland-software/openssl-legacy … $ salt eglide state.apply roles/shellserver/userland-software/openssl-legacy eglide: ---------- ID: openssl_src Function: file.directory Name: /usr/local/src/openssl-legacy Result: True Comment: Directory /usr/local/src/openssl-legacy is in the correct state Started: 03:30:15.530331 Duration: 58.671 ms Changes: ---------- ID: openssl_src Function: cmd.run Name: curl ftp://openssl.org/source/openssl-1.0.2k.tar.gz | tar xz --strip-components=1 Result: True Comment: unless execution succeeded Started: 03:30:15.596064 Duration: 759.799 ms Changes: ---------- ID: openssl_build Function: cmd.run Name: ./config --prefix=/opt/openssl-legacy --openssldir=/etc/ssl-legacy shared zlib-dynamic make depend make
Feb 24 2017
Current status: bdlib ok, compile errors for wraith itself now, probably from the OpenSSL 1.1:
Builder script: Drop -std=gnu89 from ./configure on Debian, point --with-tcl to the folder, not tclConfig.sh on FreeBSD
Update submodules on clone
Rebased, deploy our own wraith and bdlib versions
$ git clone https://github.com/bdrewery/bdlib.git $ cd bdlib $ ./configure $ make $ make test
Exact version seems to be required
Fixed package name on Debian
$ salt eglide state.apply roles/shellserver/userland-software/base $ ssh eglide ag --version ag version 1.0.2
Salt configuration looks good now, but we've an issue to compile bdlib with clang.
Feb 23 2017
Sudo capability to allow builder to install wraith
Simplify OS selection
configure: WARNING: Can't find Tcl configuration definitions. Use --with-tcl to specify a directory containing tclConfig.sh configure: WARNING:
+ libssl-dev on Debian
Fix sudoers path
$ cd /opt/nasqueron-operations $ arc patch D923 $ salt '*' saltutil.refresh_pillar $ salt eglide state.apply roles/shellserver/users/ $ salt eglide state.apply roles/shellserver/userland-software/account