reporting about --listen
authoryarikoptic <yarikoptic@web>
Sat, 6 Jan 2024 16:00:05 +0000 (16:00 +0000)
committeradmin <admin@branchable.com>
Sat, 6 Jan 2024 16:00:05 +0000 (16:00 +0000)
doc/bugs/webapp_--listen_port_is_not_used__63__.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/webapp_--listen_port_is_not_used__63__.mdwn b/doc/bugs/webapp_--listen_port_is_not_used__63__.mdwn
new file mode 100644 (file)
index 0000000..56d76c9
--- /dev/null
@@ -0,0 +1,21 @@
+### Please describe the problem.
+
+```
+reprostim@reproiner:/data/reprostim/Videos$ ps auxw | grep webapp
+reprost+   25249  0.0  0.0   9892  2100 pts/5    S+   Jan05   0:00 git annex --debug webapp --listen 0.0.0.0:8888
+reprost+   25250  5.4  0.2 1074346616 65556 ?    Ssl  Jan05  60:39 /usr/bin/git-annex --debug webapp --listen 0.0.0.0:8888
+reprost+  224039  0.0  0.0   6332  2116 pts/6    S+   10:55   0:00 grep webapp
+
+reprostim@reproiner:/data/reprostim/Videos$ lsof -i :8888
+
+reprostim@reproiner:/data/reprostim/Videos$ lsof -i | grep git-annex
+git-annex  25250 reprostim   14u  IPv4 129033      0t0  UDP *:55556
+git-annex 221230 reprostim   14u  IPv4 129033      0t0  UDP *:55556
+
+reprostim@reproiner:/data/reprostim/Videos$ git annex version
+git-annex version: 10.20230126
+
+```
+
+[[!meta author=yoh]]
+[[!tag projects/repronim]]