Sergio and Claude Opus 5
fd09ca77b0
arjectl en la imagen: relanzar en caliente — y el genesis NO alcanzaba para eso
...
El servicio que falla y agota su backoff sólo se podía recuperar reiniciando la máquina entera.
Ya no. Y no hubo que escribir nada: **el cliente existía en tawasuyu y el crate se llama `arje-ctl`**
(el binario, `arjectl`). Buscarlo por `arjectl` no lo encontraba, y de ahí salió mi conclusión falsa
de que había que implementarlo — el protocolo ya traía ListEntes, SpawnCardFromDisk,
StopCardFromDisk, KillEnte y EnteStatus.
`recipes/arjectl.toml` lo construye del MISMO commit que `arje-zero` (98db584f), y no por comodidad:
el bus es un protocolo entre dos binarios y un cliente de otro árbol puede conectar sin entenderse
con el init. Publica sólo `arjectl`; el crate también produce un `systemctl` de camuflaje que acá no
se instala — en una distro sin systemd, ese nombre en el PATH invita a escribir runbooks con el
verbo ajeno.
⚠ EL HUECO QUE SÓLO SE VE USÁNDOLO: el genesis de la seed dice qué arranca AL BOOT, pero
`start`/`restart` usan `SpawnCardFromDisk`, que lee `/etc/arje/cards.d/<label>.json` — y el armado
no lo escribía:
$ arjectl start gitea
Error: arje-zero rechazó: card gitea: No such file or directory
(buscada en /etc/arje/cards.d/gitea.json)
Son dos preguntas distintas —qué arranca solo, y qué se puede encarnar a pedido— y arje las responde
desde sitios distintos. `inyectar-cards.py` escribe ahora los dos árboles, y en `cards.d` escribe
TODAS las cards, no sólo las nuevas: `sshd` viene del product-rootfs y tampoco era relanzable.
Medido con la VM arrancada UNA sola vez: la imagen trae `cards.d/{gitea,sshd}.json` · `list-units`
da PID/CPU/MEM/HILOS/reinicios · poner el `app.ini` + `arjectl start gitea` ⇒ **GET / 200 sin
reiniciar** (uptime 6 min) · `arjectl restart gitea` cambia el PID (118 → 192) y sigue en 200.
⚠ Y un aviso que costó un HTTP intermitente: **`arjectl start` sobre un Ente YA VIVO lo DUPLICA** —
`SpawnCardFromDisk` no deduplica por label y arje le da un ULID nuevo. En gitea el síntoma fue
`unable to lock level db … resource temporarily unavailable` y un `[F]`: dos servidores peleando por
el mismo estado. Para relanzar se usa `restart`, o se mira `list-units` antes. Un `start` idempotente
es trabajo de arje, no de esta imagen.
⚠ Deuda anotada, no barrida: `arjectl` va en `perfil.servidor` porque este frente es el que lo pagó.
TODA imagen de takana corre arje-zero como PID 1 y ninguna se puede operar sin él ⇒ el argumento
para subirlo a `base` es fuerte, y es una línea. Se deja como decisión.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_016Tf9T4vGzsMoT7eS8YzMFn
2026-09-14 17:59:11 +00:00
..
2026-09-13 21:29:29 +00:00
2026-09-04 21:02:51 +00:00
2026-09-11 23:31:11 +00:00
2026-09-09 20:29:21 +00:00
2026-09-14 01:51:19 +00:00
2026-09-14 16:40:35 +00:00
2026-09-14 13:54:28 +00:00
2026-09-06 01:29:41 +00:00
2026-09-06 05:44:09 +00:00
2026-09-12 10:46:19 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-04 01:38:30 +00:00
2026-09-05 15:34:35 +00:00
2026-09-12 19:21:48 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:01:15 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-27 20:30:03 +00:00
2026-08-07 14:01:15 -04:00
2026-08-07 14:01:15 -04:00
2026-08-07 14:01:15 -04:00
2026-09-14 01:51:19 +00:00
2026-08-07 14:01:15 -04:00
2026-09-09 19:23:26 +00:00
2026-09-14 01:51:19 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-14 17:59:11 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 09:53:17 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-10 20:45:53 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 02:48:20 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-13 01:15:40 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 11:29:01 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 19:22:52 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-03 12:14:07 +00:00
2026-09-12 00:46:10 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 17:43:25 +00:00
2026-09-05 12:02:24 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 17:47:16 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:51:09 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-08 11:14:37 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 17:13:42 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 19:20:06 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-13 01:14:18 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-06 23:58:53 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:01:15 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 17:13:42 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 21:23:57 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 19:28:46 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 06:16:05 +00:00
2026-09-12 11:08:58 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 16:09:24 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:01:15 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 04:13:53 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:34:35 +00:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-26 18:42:11 +00:00
2026-08-08 00:53:26 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 18:07:17 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-08-07 23:33:32 -04:00
2026-08-12 20:48:55 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 12:02:24 +00:00
2026-08-27 03:31:09 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 11:49:44 +00:00
2026-08-08 11:14:37 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 12:49:30 +00:00
2026-09-09 19:23:26 +00:00
2026-09-14 16:43:29 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 18:07:17 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 12:14:07 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-08 11:14:37 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-27 16:30:56 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-08-08 11:14:37 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 12:02:24 +00:00
2026-09-05 15:34:35 +00:00
2026-08-31 16:11:50 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 20:29:21 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 12:02:24 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 21:18:17 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-31 14:54:58 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 22:41:46 +00:00
2026-09-12 04:25:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:06:59 -04:00
2026-09-04 16:27:24 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 03:10:00 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-08 11:14:37 -04:00
2026-09-09 19:23:26 +00:00
2026-09-12 11:29:01 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 20:37:01 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 12:14:07 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-08 11:14:37 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-03 03:12:12 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-08-07 13:29:31 -04:00
2026-08-07 14:06:59 -04:00
2026-08-26 18:42:11 +00:00
2026-08-07 10:24:11 -04:00
2026-08-07 13:26:22 -04:00
2026-09-13 01:36:36 +00:00
2026-08-07 13:26:22 -04:00
2026-09-13 21:15:14 +00:00
2026-08-07 13:29:31 -04:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 13:26:22 -04:00
2026-09-10 22:30:18 +00:00
2026-09-13 01:37:26 +00:00
2026-09-10 22:30:18 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-21 13:08:49 +00:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 14:06:59 -04:00
2026-09-11 21:23:57 +00:00
2026-09-03 06:16:05 +00:00
2026-09-05 15:34:35 +00:00
2026-09-05 15:34:35 +00:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-09-13 01:37:26 +00:00
2026-07-29 22:36:43 -04:00
2026-08-07 13:26:22 -04:00
2026-09-03 03:12:12 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:43:51 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 01:04:55 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:06:59 -04:00
2026-09-09 19:23:26 +00:00
2026-09-11 03:03:31 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 21:26:53 +00:00
2026-09-11 17:13:42 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 05:07:12 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:29:31 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:29:31 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-13 21:20:05 +00:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:06:59 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:01:15 -04:00
2026-08-07 14:01:15 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 21:00:32 +00:00
2026-09-09 19:23:26 +00:00
2026-09-06 20:08:53 +00:00
2026-09-06 20:08:53 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:34:35 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-08-27 20:36:04 +00:00
2026-08-27 19:56:11 +00:00
2026-09-11 01:47:54 +00:00
2026-09-11 01:47:54 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 19:20:06 +00:00
2026-09-03 17:29:24 +00:00
2026-08-08 00:53:26 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-10 21:40:46 +00:00
2026-09-13 01:38:50 +00:00
2026-09-10 22:30:18 +00:00
2026-09-10 22:30:18 +00:00
2026-09-04 16:27:24 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 20:26:53 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 20:43:35 +00:00
2026-09-12 10:33:40 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:29:31 -04:00
2026-09-09 19:23:26 +00:00
2026-09-05 12:02:24 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-04 16:49:57 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:43:51 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-04 02:27:22 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 17:47:16 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-03 05:34:32 +00:00
2026-09-12 11:08:58 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 12:14:07 +00:00
2026-09-03 12:14:07 +00:00
2026-09-11 17:13:42 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 10:46:19 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 06:16:05 +00:00
2026-09-09 19:23:26 +00:00
2026-09-10 21:07:30 +00:00
2026-09-12 11:29:31 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 23:31:11 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:51:09 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 02:59:13 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 14:06:59 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:34:35 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-08 20:15:06 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-04 16:33:22 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 17:47:16 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-27 19:10:54 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 11:37:02 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 19:21:48 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 13:31:56 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 15:15:20 -04:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-08-07 14:01:15 -04:00
2026-09-09 19:23:26 +00:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:51:09 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-13 21:15:14 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-13 21:15:14 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-11 17:29:41 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-06 01:29:41 +00:00
2026-09-06 01:29:41 +00:00
2026-09-06 01:46:38 +00:00
2026-09-06 01:42:34 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 06:17:57 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-12 21:00:32 +00:00
2026-09-13 01:36:36 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-14 13:54:28 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 18:10:52 +00:00
2026-09-09 19:23:26 +00:00
2026-09-04 16:27:24 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-05 12:02:24 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:51:09 -04:00
2026-09-09 19:23:26 +00:00
2026-09-03 11:49:44 +00:00
2026-09-09 17:47:16 +00:00
2026-08-07 10:24:11 -04:00
2026-08-07 13:26:22 -04:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-03 12:14:07 +00:00
2026-09-03 12:14:07 +00:00
2026-08-07 13:26:22 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-08-07 13:26:22 -04:00
2026-08-07 23:33:32 -04:00
2026-08-07 10:24:11 -04:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-11 13:18:41 +00:00
2026-08-08 00:53:26 -04:00