Bug#1043201: slirp: immediate exit at startup

2023-10-21 Thread Ferenc Wágner
Hi, I finally managed to get back to this and arrived at the patch bundle below. The first patch fixes the actual problem for me, the second one aligns the corresponding debug logs (which aren't enabled in the current build, but were useful during debugging), and the third one fixes a

Bug#1043201: slirp: immediate exit at startup

2023-08-09 Thread Ferenc Wágner
Roberto Lumbreras writes: > timeout is defined as "struct timeval": > >struct timeval { >time_t tv_sec; /* Seconds */ >suseconds_t tv_usec; /* Microseconds */ >}; > > timeout.tv_used is suseconds_t == time_t == int, so I can't understand > why

Bug#1043201: slirp: immediate exit at startup

2023-08-08 Thread Roberto Lumbreras
Hi Ferenc, timeout is defined as "struct timeval": struct timeval { time_t tv_sec; /* Seconds */ suseconds_t tv_usec; /* Microseconds */ }; timeout.tv_used is suseconds_t == time_t == int, so I can't understand why it's unsigned in your case. If

Bug#1043201: slirp: immediate exit at startup

2023-08-07 Thread Ferenc Wágner
Package: slirp Severity: important Tags: patch upstream Dear Maintainer, When trying to use slirp with user-mode-linux (eth0=slirp) under Debian bookworm (amd64), I noticed that as soon as I up the virtual interface, slirp prints its usual banner and immediately exits with status 1. The slirp