Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Bastien Roucaries
Le jeudi 1 mai 2025, 18:01:13 heure d’été d’Europe centrale Jochen Sprickerhof a écrit : > * Bastien Roucaries [2025-05-01 17:40]: > >Le jeudi 1 mai 2025, 17:26:34 heure d’été d’Europe centrale Jochen > >Sprickerhof> > >a écrit : > >> mmdebstrap --variant=apt --arch=i386 --chrooted-customize-hook

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Bastien Roucaries
Le jeudi 1 mai 2025, 18:00:17 heure d’été d’Europe centrale Chris Hofstaedtler a écrit : > * Bastien Roucaries [250501 17:41]: > >Le jeudi 1 mai 2025, 17:26:34 heure d’été d’Europe centrale Jochen > >Sprickerhof> > >a écrit : > >> mmdebstrap --variant=apt --arch=i386 --chrooted-customize-hook=bas

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Jochen Sprickerhof
* Bastien Roucaries [2025-05-01 17:40]: Le jeudi 1 mai 2025, 17:26:34 heure d’été d’Europe centrale Jochen Sprickerhof a écrit : mmdebstrap --variant=apt --arch=i386 --chrooted-customize-hook=bash unstable /dev/null This one does not fully work for core dump Try on the container: #include

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Chris Hofstaedtler
* Bastien Roucaries [250501 17:41]: Le jeudi 1 mai 2025, 17:26:34 heure d’été d’Europe centrale Jochen Sprickerhof a écrit : mmdebstrap --variant=apt --arch=i386 --chrooted-customize-hook=bash unstable /dev/null Do not get my core file in container /var/lib/systemd/coredump/ but in host / var/

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Bastien Roucaries
Le jeudi 1 mai 2025, 17:26:34 heure d’été d’Europe centrale Jochen Sprickerhof a écrit : > mmdebstrap --variant=apt --arch=i386 --chrooted-customize-hook=bash unstable > /dev/null This one does not fully work for core dump Try on the container: #include// C void main(void) { abort();

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Jochen Sprickerhof
Hi, * Theodore Ts'o [2025-05-01 09:24]: On Thu, May 01, 2025 at 12:28:10PM +, Mathias Gibbens wrote: On Mon, 2025-04-21 at 13:12 +0200, Bastien Roucaries wrote: > Now we could not install on i386, we need a wiki page for how to > debug quickly on i386 It's easy to setup an i386 containe

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Theodore Ts'o
On Thu, May 01, 2025 at 12:28:10PM +, Mathias Gibbens wrote: > On Mon, 2025-04-21 at 13:12 +0200, Bastien Roucaries wrote: > > Now we could not install on i386, we need a wiki page for how to > > debug quickly on i386 > > It's easy to setup an i386 container with Incus, which is how I've > b

Re: Need maintainer guide for debugging on i386

2025-05-01 Thread Mathias Gibbens
On Mon, 2025-04-21 at 13:12 +0200, Bastien Roucaries wrote: > Now we could not install on i386, we need a wiki page for how to > debug quickly on i386 It's easy to setup an i386 container with Incus, which is how I've been running 32bit builds/debugging for the past few years. Assuming you've al