Package: merecat
Version: 2.31+git20220513+ds-5
Severity: normal

hi Joost,

I setup a bridge on my debian machine so I can run qemu on it so
my network setup script changed from this one:

--- the old one ---------------------------------------------------------
link set eth0 up
dhclient eth0
-------------------------------------------------------------------------

to this one

--- the new one ---------------------------------------------------------
#!/bin/sh -uex

# 02:XX:XX:XX:XX:XX is for private mac addrs
# eth0 is wired to the internet box
# (router, dhcp server and port forwarding)

<<% ip -b -
link add name br0 type bridge
link set br0 address 02:00:00:00:00:00
link set eth0 master br0
link set eth0 up
link set br0  up
%
dhclient br0
-------------------------------------------------------------------------

I restarted all the services and everything (ssh, git, ....) is fine but 
merecat.

/etc/merecat.conf:hostname is commented so merecat should listen on all
interfaces and doas ss -lp |grep http tells me:

        tcp LISTEN 0 1024 *:http *:* 

yet, merecat answers only on lo. I started digging in the code but I
have no patch to provide for now.

regards
Marc

-- System Information:
Debian Release: 13.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.27-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages merecat depends on:
ii  libc6        2.41-8
ii  libconfuse2  3.3-4
ii  libcrypt1    1:4.4.38-1
ii  libssl3t64   3.5.0-2
ii  ucf          3.0052
ii  zlib1g       1:1.3.dfsg+really1.3.1-1+b1

Versions of packages merecat recommends:
ii  libcgi-pm-perl  4.68-1

Versions of packages merecat suggests:
pn  acme-tiny         <none>
ii  apache2-utils     2.4.63-1
pn  libcgi-fast-perl  <none>
pn  php-cgi           <none>

-- no debconf information

Reply via email to