It currently fails:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 15 2022
Looks good to me:
1 | $ salt dwellers state.sls roles/core/users test=True |
---|---|
2 | [...] |
3 | ---------- |
4 | ID: dorianwinty |
5 | Function: user.present |
6 | Result: None |
7 | Comment: User dorianwinty set to be added |
8 | Started: 13:10:22.882113 |
9 | Duration: 4.353 ms |
10 | Changes: |
11 | [...] |
12 | ---------- |
13 | ID: group_nasqueron-dev-docker |
14 | Function: group.present |
15 | Name: nasqueron-dev-docker |
16 | Result: None |
17 | Comment: Group nasqueron-dev-docker set to be added |
18 | Started: 13:10:22.899044 |
19 | Duration: 3.884 ms |
20 | Changes: |
21 | |
22 | $ salt dwellers state.sls roles/core/users |
23 | |
24 | ---------- |
25 | ID: dorianwinty |
26 | Function: user.present |
27 | Result: True |
28 | Comment: New user dorianwinty created |
29 | Started: 13:11:50.644692 |
30 | Duration: 1018.402 ms |
31 | Changes: |
32 | [...] |
33 | ---------- |
34 | ID: group_nasqueron-dev-docker |
35 | Function: group.present |
36 | Name: nasqueron-dev-docker |
37 | Result: True |
38 | Comment: New group nasqueron-dev-docker created |
39 | Started: 13:11:51.679170 |
40 | Duration: 640.928 ms |
41 | Changes: |
42 | ---------- |
43 | gid: |
44 | 842 |
45 | members: |
46 | - dereckson |
47 | - dorianwinty |
48 | - sandlayth |
49 | name: |
50 | nasqueron-dev-docker |
51 | passwd: |
52 | x |
53 | |
54 | # Note: it also removed self local key for /home/sandlayth/.ssh/authorized_keys |
Manually deleted policies for dwellers, Ysul and windriver.
$ git fetch --all
- [new branch] docker-vault-policies -> datacube/docker-vault-policies
Apr 14 2022
Next step: ask Docker configuration to use that new group
Regardless of this, tcl-Trf will now be provided by D2666.
To test on Dwellers, looks good to me.
Apr 13 2022
Works for Daeghrefn and Wearg.
Libera requires NickServ SASL authentication for Ysul IP range. Going to generate them in Vault under apps/viperserv/libera/nickserv/<bot name>.
Rule H27 works perfectly well.
Looks good to me.
Looks there are some others in the config file to update too.
Apr 12 2022
It seems libreadline isn't a dependency anymore of php-fpm:
Per T644.
Per T644.
The Ysul log from 2015 or the November 6700+ sound like DoS attacks to me.
Not a lot of occurence those last months:
As Ysul is EOL, and as the configuration is not in rOPS, we won't propagate this site on next webserver-legacy server, so we're good here :)
The rOPS repository is pretty sensible, as code pushed there will be executed by Salt under extended root privileges.
Nasqueron Operations tasks are discussed on IRC Libera #nasqueron-ops, could be interesting to join that one.
Apr 11 2022
Apr 10 2022
bf7c0c3a38a2 introduced BaseVector::ngrams($count), so we could allow the class to use any n when strings are divided in n-grams.
Documented at https://agora.nasqueron.org/Devserver_reference
Apr 9 2022
I'm adding a BaseVector::bigrams() as alias for BaseVector::ngrams(2) with the following associated code: