Gladex Agent Logs

Agent run logs & app logs · env: prod · LAN-only investor surface

Overview
Run logs454 files, 11.6 MB
Latest run logrun-20260925-012106-52.log
Log directory/data/agent-logs
App log directory/opt/startup/prod/logs
Run logs (newest first, last 50)
FileSizeModified (UTC)
run-20260925-012106-52.log 164 KB 2026-09-24 23:42:48
run-20260925-003542-51.log 153 KB 2026-09-24 23:11:06
run-20260924-234828-50.log 204 KB 2026-09-24 22:25:42
run-20260924-230237-49.log 303 KB 2026-09-24 21:38:28
run-20260924-222340-48.log 206 KB 2026-09-24 20:52:37
run-20260924-215353-47.log 146 KB 2026-09-24 20:13:40
run-20260924-210315-46.log 182 KB 2026-09-24 19:43:53
run-20260924-200755-45.log 181 KB 2026-09-24 18:53:15
run-20260924-192844-44.log 133 KB 2026-09-24 17:57:55
run-20260924-182059-43.log 227 KB 2026-09-24 17:18:44
run-20260924-164658-42.log 181 KB 2026-09-24 16:10:59
run-20260924-160206-41.log 101 KB 2026-09-24 14:36:58
run-20260924-153643-40.log 127 KB 2026-09-24 13:52:05
run-20260924-151001-39.log 130 KB 2026-09-24 13:26:43
run-20260924-144921-38.log 90 KB 2026-09-24 13:00:01
run-20260924-143001-37.log 63 KB 2026-09-24 12:39:21
run-20260924-141012-36.log 106 KB 2026-09-24 12:20:01
run-20260924-135151-35.log 75 KB 2026-09-24 12:00:12
run-20260924-133211-34.log 116 KB 2026-09-24 11:41:51
run-20260924-130932-33.log 67 KB 2026-09-24 11:22:11
run-20260924-115831-32.log 260 KB 2026-09-24 10:59:32
run-20260924-111405-31.log 117 KB 2026-09-24 09:48:31
run-20260924-102752-30.log 106 KB 2026-09-24 09:04:05
run-20260924-100538-29.log 81 KB 2026-09-24 08:17:52
run-20260924-092904-28.log 101 KB 2026-09-24 07:55:38
run-20260924-083526-27.log 116 KB 2026-09-24 07:19:04
run-20260924-080136-26.log 75 KB 2026-09-24 06:25:26
run-20260924-074910-25.log 23 KB 2026-09-24 05:51:36
run-20260924-072601-24.log 52 KB 2026-09-24 05:39:10
run-20260924-065657-23.log 156 KB 2026-09-24 05:16:01
run-20260924-063310-22.log 76 KB 2026-09-24 04:46:57
run-20260924-055309-21.log 107 KB 2026-09-24 04:23:10
run-20260924-052831-20.log 133 KB 2026-09-24 03:43:09
run-20260924-050107-19.log 69 KB 2026-09-24 03:18:31
run-20260924-044831-18.log 34 KB 2026-09-24 02:51:07
run-20260924-041948-17.log 156 KB 2026-09-24 02:38:31
run-20260924-035438-16.log 185 KB 2026-09-24 02:09:48
run-20260924-033002-15.log 245 KB 2026-09-24 01:44:38
run-20260924-025910-14.log 120 KB 2026-09-24 01:20:02
run-20260924-023430-13.log 97 KB 2026-09-24 00:49:10
run-20260924-015458-12.log 255 KB 2026-09-24 00:24:30
run-20260924-012751-11.log 179 KB 2026-09-23 23:44:58
run-20260924-005036-10.log 162 KB 2026-09-23 23:17:51
run-20260924-000545-9.log 217 KB 2026-09-23 22:40:36
run-20260923-235334-8.log 29 KB 2026-09-23 21:55:45
run-20260923-233751-7.log 97 KB 2026-09-23 21:43:34
run-20260923-231451-6.log 165 KB 2026-09-23 21:27:51
run-20260923-225120-5.log 58 KB 2026-09-23 21:04:51
run-20260923-222610-4.log 230 KB 2026-09-23 20:41:20
run-20260923-205439-3.log 640 KB 2026-09-23 20:16:10
Tail — run-20260924-141012-36.log (last 200 lines)
scan done
$ grep -c '^## ' /data/repo/INBOX.md; grep -c 'HANDLED' /data/repo/INBOX.md; grep -n 'INBOX' /data/repo/agent-logs/PROGRESS.md | tail -2
65
67
4151:- `INBOX.md`: all 65 `## …` entries already carry `~~HANDLED <ts>~~` (0 unhandled).
4183:- **Standing-rule re-verifications (from the RECENT INBOX, all read-only)**: MX
$ /data/repo/tools/healthcheck >/dev/null 2>&1; echo "healthcheck rc=$?"; /data/repo/tools/version-check
healthcheck rc=0
OK: dev=0.4.28 prod=0.4.28 (match)
$ cd /data/repo && bash tests/test_promote_gate.sh 2>&1 | tail -3 && ./tools/promote-dev-to-prod --dry-run 2>&1 | head -3; echo "final rc for head-pipe=$?"
===============================
promote-dev-to-prod gate suite: 67 passed, 0 failed
===============================
[2026-09-24T12:19:06.623633Z] Starting promotion dev -> prod
GATE REFUSED (exit 5): no verdict in /data/repo/mailboxes/reviewer-to-main (expected VERDICT-YYYYMMDD-HHMMSS-<slug>.md containing 'VERDICT: APPROVE')
[2026-09-24T12:19:06.623736Z] Promotion aborted at the verdict gate; prod untouched
final rc for head-pipe=0
> build · mimo-v2.6-flash-free
Everything verified. Committing and pushing:
$ grep -rn 'push every run\|push main' /data/repo/agent-logs/PROGRESS.md | tail -2
(no output)
$ grep -rn 'GLADEX_MODEL\|\*-free' /data/repo/opencode.json 2>/dev/null | head -8; ls /data/repo/opencode.json 2>/dev/null; grep -rn 'model' /data/repo/opencode.json 2>/dev/null | head -12
(no output)
$ cd /data/repo && git add -A && git commit -m "fix: promote-dev-to-prod line-buffers stdout so gate refusals can never overprint the earlier-emitted 'Starting promotion' line in 2>&1 captures — suite X + mutation X, 67 assertions green (was 63)" && git log --oneline -1
[main 0253d54] fix: promote-dev-to-prod line-buffers stdout so gate refusals can never overprint the earlier-emitted 'Starting promotion' line in 2>&1 captures — suite X + mutation X, 67 assertions green (was 63)
 5 files changed, 152 insertions(+), 5 deletions(-)
0253d54 fix: promote-dev-to-prod line-buffers stdout so gate refusals can never overprint the earlier-emitted 'Starting promotion' line in 2>&1 captures — suite X + mutation X, 67 assertions green (was 63)
$ grep -rn 'model spend\|0.00' /data/repo/BUDGET.md; grep -rn 'spend' /data/repo/agent-logs/PROGRESS.md | tail -2
4127:- **Health**: model spend **0.00** (`*-free` only), no money spent, no DNS write, no
4193:- **Money**: model spend **0.00** (`*-free` only), no purchase, no DNS write, no secret
$ grep -rn 'free' /data/repo/agent-logs/PROGRESS.md | grep -i 'spend\|model' | tail -3; grep -rn 'hard-refuse\|hard-refused\|refuses any non' /data/repo/agent-logs/PROGRESS.md | tail -3
4069:- **Health**: model spend **0.00** (`*-free` only), no money spent, no DNS
4127:- **Health**: model spend **0.00** (`*-free` only), no money spent, no DNS write, no
4193:- **Money**: model spend **0.00** (`*-free` only), no purchase, no DNS write, no secret
$ sqlite3 /opt/startup/dev/data/messages.db "SELECT COUNT(*) FROM messages WHERE direction='investor_to_agent' AND read=0;"; grep -vc '' /dev/null; grep -n '^## ' /data/repo/INBOX.md | grep -vc HANDLED; echo "unhandled rc=$?"
0
0
unhandled rc=1
$ grep -rn 'MAILDIR\|Maildir' /data/repo/STRUCTURE.md | head -5; ls /root/Maildir/new 2>/dev/null | head; ls /home/*/Maildir/new 2>/dev/null | head
323:| MDA/IMAP | Dovecot (`dovecot.service`), `mail_location = maildir:~/Maildir` (`/etc/dovecot/conf.d/99-gladex.conf`) |
324:| Local delivery | `home_mailbox = Maildir/` → `/home/<user>/Maildir/{new,cur,tmp}` |
332:| Inbound path | external → VPS 77.90.15.49:25 (forward) → container:25 → local Maildir; E2E-verified 2026-09-23 (msg `0DF4B18703F` delivered to lena) |
335:| Agent duties | read own Maildir directly as root; reply from any identity EXCEPT `noreply@gladex.de` (send-only); external mail policy owned by Aylin Kaya persona |
338:| Known limitation (open security decision, escalated to investor 2026-09-23 — prod chat msg 22 / dev msg 57) | **Apache `:443` ProxyPass defeats LAN-only gating on the VPS path.** `gladex-ssl.conf` does `ProxyPreserveHost On` + `ProxyPass / http://127.0.0.1:8001/`, so every internet request reaches the app as `REMOTE_ADDR=127.0.0.1` → gate ALLOW: `/investor`, `/mailbox` (read + send), `/api/messages`, `/budget`, `/trust`, `/changelog`, `/docs` are world-reachable. Proven 2026-09-23: public 200s (incl. all 21 chat messages), public `POST /mailbox/send` → 303 + real delivery to a local Maildir, 439 `.env` + 61 wp-login/phpmyadmin/xmlrpc/.git/cgi-bin + 60 scanner-UA probes logged, 244 `GET /investor` answered 200. Gate logic itself is correct (44 middleware tests green; direct non-proxied access from `77.90.15.49` is DENIED — `denials.log`). NOT closed from inside: the operator's active session (Mac/iPhone via tunnel peer `10.2.3.1`) uses exactly this path — blocking it would lock the investor out mid-session. Awaiting investor choice: **(A)** VPS injects X-Forwarded-For/PROXY-protocol + Apache `mod_remoteip` trusting the tunnel peer (module present, not enabled), **(B)** Apache basic auth on investor paths (`authn_file`/`authn_core`/`ssl` loaded; credential outside git, never in prompts/logs), **(C)** VPS-side `:443` ACL. No config change or spend made pending that decision. |
1790230980.Vfc00I1a1792M616557.startup-builder
/home/aylin/Maildir/new:

/home/dispatcher/Maildir/new:

/home/jonas/Maildir/new:

/home/lena/Maildir/new:

/home/leon/Maildir/new:
$ grep -n 'dispatcher shift\|identity' /data/repo/agent-logs/PROGRESS.md | tail -3; ls -t /data/repo/agent-logs/*.md | head -3; tail -2 /data/repo/agent-logs/identity-dispatcher.md
4215:`/usr/local/sbin/identity-run.sh` honor `TMPDIR` (`mktemp "${TMPDIR:-/tmp}/identity-…"`
4216:+ test points its `find` at the sandbox TMPDIR), so a concurrent real dispatcher shift
4217:cannot contaminate the suite; keep the repo-local `identity-*.tmp` assertion as is.
/data/repo/agent-logs/PROGRESS.md
/data/repo/agent-logs/identity-dispatcher.md
/data/repo/agent-logs/identity-leon.md

**Final state**: All 6 services active, 22/22 system checks green, git tree clean, remote synced. Only open items: NEEDS-INVESTOR for A/B/C public-gating decision and SOA MNAME placeholder.
> build · mimo-v2.6-flash-free
Committed (`0253d54`). Pushing, and checking my own Maildir (a new message arrived — agent duty to read):
$ for f in /root/Maildir/new/*; do echo "== $f"; sed -n '1,25p' "$f"; done 2>/dev/null | head -60
== /root/Maildir/new/1790230980.Vfc00I1a1792M616557.startup-builder
Return-Path: <root@startup-builder.lxd>
X-Original-To: root
Delivered-To: root@startup-builder.lxd
Received: by startup-builder.lxd (Postfix, from userid 0)
	id 9483E18B321; Thu, 24 Sep 2026 08:23:00 +0200 (CEST)
Subject: tls-restore smoke test
Message-Id: <20260924062300.9483E18B321@startup-builder.lxd>
Date: Thu, 24 Sep 2026 08:23:00 +0200 (CEST)
From: root <root@startup-builder.lxd>

ok
$ git -C /data/repo status --porcelain; git -C /data/repo log --oneline -2
0253d54 fix: promote-dev-to-prod line-buffers stdout so gate refusals can never overprint the earlier-emitted 'Starting promotion' line in 2>&1 captures — suite X + mutation X, 67 assertions green (was 63)
e4a3a69 identity dispatcher shift 2026-09-24T12:00Z
$ ls -la /root/Maildir/new/ 2>/dev/null; date -u -d @1790230980 2>/dev/null
total 12
drwx------ 2 root root 4096 Sep 24 08:23 .
drwx------ 5 root root 4096 Sep 24 08:23 ..
-rw------- 1 root root  393 Sep 24 08:23 1790230980.Vfc00I1a1792M616557.startup-builder
Thu Sep 24 06:23:00 UTC 2026
$ grep -rn 'root/Maildir\|own Maildir' /data/repo/agent-logs/PROGRESS.md | tail -4; ls /home/dispatcher/Maildir/ 2>/dev/null; ls /home/*/Maildir/cur 2>/dev/null | head -20
3637:  HANDLED; `/root/Maildir/new` held only yesterday's postfix TLS smoke test ("ok",
3679:  assignments**; identity Maildirs 0 new; `/root/Maildir/new` holds only the already
cur
dovecot-uidlist
dovecot-uidvalidity
dovecot-uidvalidity.6ab42221
dovecot.index.log
dovecot.list.index.log
maildirfolder
new
tmp
/home/aylin/Maildir/cur:

/home/dispatcher/Maildir/cur:

/home/jonas/Maildir/cur:
1790184669.Vfc00I187017M862402.startup-builder:2,S
1790190256.Vfc00I18712bM558045.startup-builder:2,S
1790190931.Vfc00I1871c8M428190.startup-builder:2,S
1790190933.Vfc00I18712aM735026.startup-builder:2,S
1790190957.Vfc00I1871cbM632966.startup-builder:2,S
1790190959.Vfc00I18712cM966953.startup-builder:2,S
1790191083.Vfc00I1871d5M415984.startup-builder:2,S
1790191468.Vfc00I1871d9M67747.startup-builder:2,S
1790191470.Vfc00I1871ccM368604.startup-builder:2,S
1790192299.Vfc00I1871dbM631721.startup-builder:2,S
1790192299.Vfc00I1871dfM636507.startup-builder:2,S
1790192584.Vfc00I1871e6M651167.startup-builder:2,S
1790193759.Vfc00I187144M298628.startup-builder:2,S
1790230025.Vfc00I18706eM300786.startup-builder:2,S
1790230031.Vfc00I18b318M316046.startup-builder:2,S
$ grep -rn 'mailboxes/dispatcher\|dispatcher-inbox' /data/repo/agent-logs/PROGRESS.md | tail -3; ls -la /data/repo/mailboxes/*/ | grep -v gitkeep
/data/repo/mailboxes/main-to-reviewer/:
total 8
drwxr-xr-x 2 root root 4096 Sep 24 12:58 .
drwxr-xr-x 6 root root 4096 Sep 21 20:29 ..

/data/repo/mailboxes/main-to-scout/:
total 8
drwxr-xr-x 2 root root 4096 Sep 21 20:29 .
drwxr-xr-x 6 root root 4096 Sep 21 20:29 ..

/data/repo/mailboxes/reviewer-to-main/:
total 8
drwxr-xr-x 2 root root 4096 Sep 24 12:58 .
drwxr-xr-x 6 root root 4096 Sep 21 20:29 ..

/data/repo/mailboxes/scout-to-main/:
total 8
drwxr-xr-x 2 root root 4096 Sep 21 20:29 .
drwxr-xr-x 6 root root 4096 Sep 21 20:29 ..
$ grep -n 'STEP 0' /data/repo/agent-logs/PROGRESS.md | tail -3; tail -20 /data/repo/agent-logs/PROGRESS.md
4090:**STEP 0 (investor reply) — DONE FIRST, nothing owed:**
4146:## Run 2026-09-24T12:18Z — STEP 0 clear + queued stdout/stderr ordering fix (promote gate)
4148:**STEP 0 (investor reply) — DONE FIRST, nothing owed:**
(`mktemp "/tmp/identity-$ID.out.*"`) and the test's `find` hardcode `/tmp`, so a
persona shift and the test suite can never be hermetic against each other.

**Docs**: `tools/REGISTRY.md` (67 assertions / 5 mutations, section-X output-order
contract, Status line), `STRUCTURE.md` (suite count + ordering contract).

**NEEDS-INVESTOR (unchanged, still open)**: (a) **A/B/C public-gating decision** (msg
**#57**, still unopened by investor) — investor surface remains world-reachable via
Apache `:443` ProxyPass; recommend **A**, or A+B; no config change until the call.
(b) **SOA MNAME placeholder** — provider panel only, surfaces each run as the
`SOA:gladex.de` warning.

**Next-candidate queued, not actioned**: make identity-wrapper case4 hermetic — let
`/usr/local/sbin/identity-run.sh` honor `TMPDIR` (`mktemp "${TMPDIR:-/tmp}/identity-…"`
+ test points its `find` at the sandbox TMPDIR), so a concurrent real dispatcher shift
cannot contaminate the suite; keep the repo-local `identity-*.tmp` assertion as is.
(Backup candidate observed this run: `source-sync-check` invoked through the
`/data/tools` symlink resolves `repo=/data` — `abspath` not `realpath` in
`default_repo()` — and fails closed with exit 3 rather than comparing wrong trees;
documented path `/data/repo/tools/…` returns exit 0. One-word fix if promoted.)
$ sqlite3 /opt/startup/dev/data/messages.db "SELECT COUNT(*) FROM messages WHERE direction='investor_to_agent' AND read=0;"; sqlite3 /opt/startup/prod/data/messages.db "SELECT COUNT(*) FROM messages WHERE direction='investor_to_agent' AND read=0;"; grep -n '^## ' /data/repo/INBOX.md | grep -v HANDLED | wc -l
0
0
0
$ cd /data/repo && git push origin main 2>&1 | tail -3; git ls-remote origin main
To git://git.gladex.de/gladex.git
   48b166e..0253d54  main -> main
0253d54bb3fc1b9bf7c9abb76c95b284424e7d30	refs/heads/main
> build · mimo-v2.6-flash-free
Run complete — everything green. Summary:

## STEP 0 (investor, done first)
- **0 unread `investor_to_agent` rows** in dev *and* prod `messages.db`, checked before any other work.
- **0 unhandled `##` entries** in `INBOX.md` (all 65 carry `~~HANDLED~~`).
- Nothing owed → no `agent_to_investor` rows due; recorded in `PROGRESS.md`. Own Maildir checked too: only the old root TLS smoke-test "ok", identity Maildirs 0 new, Dispatcher left no assignments.

## One small verifiable step: the queued stdout/stderr ordering fix
- **Bug**: piped stdout is block-buffered, stderr isn't → a gate refusal (`Promotion aborted`) printed *above* the earlier-emitted `Starting promotion` line in `2>&1` captures (timestamps ran backwards — reproduced live).
- **Fix**: `sys.stdout.reconfigure(line_buffering=True)` in `tools/promote-dev-to-prod` (best-effort, one point covers every interleaving in the tool).
- **Regression**: new `assert_order` helper + section **X** in `tests/test_promote_gate.sh` — exit-5 path order, exit-6 path order (rc still 6), plus **mutation X** (sed-strip the fix → order flips back, proving it's pinned).
- **Suite: 67 assertions, 0 failed** (was 63, 5th mutation). Full battery: shell **6/6** + PHP **14/14**, all green.

## Standing rules re-verified (read-only)
- MX `gladex.de → 10 gladex.de.` via 8.8.8.8 + 1.1.1.1 (→ 77.90.15.49); SOA serial **2026092305** sane; `ip-drift-check` OK.
- `tls-check` all 5 names OK (exp 2026-12-22); mail ports 465/587/143/993 all `CN=gladex.de` — snakeoil fully replaced.
- Public HTTPS **200** on apex/team/info/stats/git; dev+prod `/team` `/info` `/templates` `/healthz` 200; `version-check` dev=prod=0.4.28; relay probe exit 0; 6 units active.
- **Money: 0.00** (`*-free` only), no DNS writes, no secrets read, prod never restarted.

## Committed & pushed
`0253d54` — *fix: promote-dev-to-prod line-buffers stdout…* (5 files) → pushed to `origin main` (verified `ls-remote`).

## Queued next-candidate (diagnosed, not actioned)
The previously "failing" `test_identity_wrapper.sh` case4 is **flaky, not broken** (passed 26/26 now): its `find /tmp -name identity-dispatcher.out.*` counts the *real* dispatcher shift's capture — that shift ran 13:50–14:00 CEST, exactly during last run's test. Fix queued: honor `TMPDIR` in the wrapper + scope the test's `find`.

Still open for the investor: **(A/B/C) public-gating decision** (msg #57, unopened by them) and the **SOA MNAME** placeholder (provider panel only).
exit=0

Select another run log from the list above. Only files matching run-YYYYMMDD-HHMMSS-N.log are readable.

App log tail — prod-8001.log (last 60 lines)
[Fri Sep 25 00:48:18 2026] 127.0.0.1:36926 Accepted
[Fri Sep 25 00:48:18 2026] 127.0.0.1:36926 Closing
[Fri Sep 25 01:00:16 2026] 127.0.0.1:39070 Accepted
[Fri Sep 25 01:00:16 2026] 127.0.0.1:39070 Closing
[Fri Sep 25 01:00:16 2026] 127.0.0.1:39072 Accepted
[Fri Sep 25 01:00:16 2026] 127.0.0.1:39072 Closing
[Fri Sep 25 01:05:33 2026] 127.0.0.1:33462 Accepted
[Fri Sep 25 01:05:33 2026] 127.0.0.1:33462 Closing
[Fri Sep 25 01:07:29 2026] 127.0.0.1:42732 Accepted
[Fri Sep 25 01:07:29 2026] 127.0.0.1:42732 Closing
[Fri Sep 25 01:07:29 2026] 127.0.0.1:42748 Accepted
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42748 Closing
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42750 Accepted
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42750 Closing
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42756 Accepted
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42756 Closing
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42762 Accepted
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42762 Closing
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42770 Accepted
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42770 Closing
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42780 Accepted
[Fri Sep 25 01:07:30 2026] 127.0.0.1:42780 Closing
[Fri Sep 25 01:09:05 2026] 127.0.0.1:43758 Accepted
[Fri Sep 25 01:09:05 2026] 127.0.0.1:43758 Closing
[Fri Sep 25 01:29:04 2026] 127.0.0.1:52792 Accepted
[Fri Sep 25 01:29:04 2026] 127.0.0.1:52792 Closing
[Fri Sep 25 01:29:05 2026] 127.0.0.1:33658 Accepted
[Fri Sep 25 01:29:05 2026] 127.0.0.1:33658 Closing
[Fri Sep 25 01:29:05 2026] 127.0.0.1:33674 Accepted
[Fri Sep 25 01:29:05 2026] 127.0.0.1:33674 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49482 Accepted
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49482 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49488 Accepted
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49488 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49494 Accepted
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49494 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49504 Accepted
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49504 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49508 Accepted
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49508 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49522 Accepted
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49522 Closing
[Fri Sep 25 01:34:56 2026] 127.0.0.1:49536 Accepted
[Fri Sep 25 01:34:57 2026] 127.0.0.1:49536 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60400 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60400 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60408 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60408 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60422 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60422 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60428 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60428 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60442 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60442 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60446 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60446 Closing
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60462 Accepted
[Fri Sep 25 01:37:40 2026] 127.0.0.1:60462 Closing
[Fri Sep 25 01:42:50 2026] 127.0.0.1:37798 Accepted

Generated 2026-09-24 23:42:50 UTC · Gladex.de