Sergio and Claude Opus 5
de7c3faa9c
gitea arranca: su [[service]], probado con el entorno de verdad — y dos fallos que sólo salen ahí
...
La receta ya declara su servicio (SDD 30) y `perfil.servidor` lo habilita. El ArtifactHash NO se
mueve (`b3:391a613e…` antes y después): `[[service]]` está fuera de `hash_inputs`.
⚠ Primero, una corrección del commit anterior: declaraba `gitea` en `perfil.servidor` con SEIS
LÍNEAS DE COMENTARIO y sin la línea `"gitea",`. El perfil cargó igual, el grafo no dijo nada y el
paquete simplemente no estaba. Lo cazó `targets.py --services` al resolver el label: «lo declara
gitea, que NO pertenece al perfil». Un comentario que explica una entrada que no existe se lee como
la entrada.
La card no encarna el binario directo: **gitea se niega a correr como root** (`[F] Gitea is not
supposed to be run as root`), así que va por `setuidgid`. Y comprueba dos cosas del SITIO antes de
arrancar, saliendo 78 con un mensaje que las nombra: `/etc/gitea/app.ini` y el usuario `gitea`. Un
gitea sin config no falla — arranca y ofrece el asistente de «crear administrador» a quien pase.
Probado en el worker con el argv exacto y `env -i`, que es lo que arje hace de verdad. Tres fallos
que con una shell normal no se ven NUNCA:
· `exec setuidgid …` a secas ⇒ `sh: exec: line 0: setuidgid: not found`. El `sh` de busybox de la
imagen no trae `FEATURE_SH_STANDALONE`: no despacha sus applets, los busca en `PATH`, y PID 1 no
garantiza ninguno. Todo con ruta absoluta (`/bin/grep`, `/usr/bin/setuidgid`).
· sin `PATH` en el `envp` ⇒ `git not found: executable file not found in $PATH`. **gitea lanza
`git` como subproceso**, y el mensaje se lee como «falta git» con git instalado y raíz de `base`.
Un envp vacío no es «limpio»: es sin PATH.
· sin `cd` ⇒ `fatal: error reading '/root/.git'`. El cwd se hereda y gitea corre `git config` en él.
`Service` no tiene campo `cwd`, así que va en el argv, a la vista.
Con eso: escucha, `GET /` responde **200** y el proceso corre como `gitea`. Las dos guardas
verificadas por separado (78 y su mensaje cada una). El worker quedó limpio y censado: sin usuario,
sin /etc/gitea, sin /var/lib/gitea, sin symlinks y sin procesos.
Y `/etc/gitea` entra en las rutas de la mudanza: el `app.ini` guarda los SECRETOS generados (gitea
los escribe en el propio fichero, que por eso tiene que ser suyo, `gitea:gitea 0660`).
⚠ Lo que queda abierto y está anotado en la receta: **el usuario `gitea` no existe en el producto**.
`/etc/passwd` de la imagen es la constante `takana_bootstrap::PRODUCT_PASSWD` y sólo trae `root` y
`sshd`. El SDD 30 sacó las Cards de una constante de Rust y las puso en la receta; los USUARIOS
siguen donde estaban las Cards. Hasta que se declaren, el usuario llega con los datos del sitio.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_016Tf9T4vGzsMoT7eS8YzMFn
2026-09-14 15:16:21 +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-13 21:15:14 +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-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04: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-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-07-10 23:51:48 -04: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-07-10 23:51:48 -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-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-07-10 23:51:48 -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-05 15:34:35 +00:00
2026-09-05 15:34:35 +00:00
2026-09-09 19:23:26 +00:00
2026-07-10 23:51:48 -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-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-07-10 23:51:48 -04:00
2026-07-11 00:36:55 -04: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 15:16:21 +00:00
2026-09-09 19:23:26 +00:00
2026-09-09 19:23:26 +00:00
2026-09-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-07-11 00:36:55 -04: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-07-10 23:51:48 -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-07-10 23:51:48 -04: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-07-10 23:51:48 -04: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-07-16 08:04:03 -04: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-07-10 23:51:48 -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-09 19:23:26 +00:00
2026-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-07-10 23:51:48 -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-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-07-10 23:51:48 -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-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-07-10 23:51:48 -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-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-07-10 23:51:48 -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-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